@charset "UTF-8";
/*------------------------------

	media query

------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*------------------------------
	共通
------------------------------*/
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #444;
  background-color: #fff;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  p {
    font-size: 15px;
    line-height: 1.5;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 999999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.x80 {
  font-size: 80%;
}

@media all and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}

.sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

.sm-view {
  display: block;
}

@media screen and (min-width: 450px) {
  .sm-view {
    display: none;
  }
}

.pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}

br.sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}

br.pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}

.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

.se_none {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media all and (max-width: 768px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
}

@media all and (max-width: 380px) {
  .se_br {
    display: none !important;
  }
}

@media all and (max-width: 350px) {
  .se_none {
    display: block;
  }
}

/* === header === */
header {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

@media screen and (min-width: 769px) {
  header {
    max-width: 1200px;
  }
}

#header.stickyadd {
  background-color: #fff;
}

header h1 {
  display: block;
  height: 100%;
  text-align: center;
  padding: 0;
}

@media screen and (min-width: 769px) {
  header h1 {
    display: none;
    padding: 20px 0 0;
  }
}

header h1 img {
  width: 64px;
}

@media screen and (min-width: 769px) {
  header h1 img {
    width: 87px;
  }
}

header a {
  display: block;
  height: 100%;
  text-align: center;
}

header a img {
  height: 100%;
  width: auto;
}

@media all and (max-width: 480px) {
  header a img {
    height: 25px;
    width: auto;
  }
}

.wrapper {
  overflow-x: hidden;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  -ms-overflow-style: none;
  /* IE、Edge用 */
  z-index: 1;
}

.wrapper h1 {
  font-size: 4vmin;
}

@media screen and (min-width: 450px) {
  .wrapper h1 {
    font-size: 4vmin;
  }
}

@media screen and (min-width: 769px) {
  .wrapper h1 {
    font-size: 22px;
  }
}

.wrapper.lovely {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffebf7), color-stop(50%, #ffe7e9), to(#ffebf7));
  background: linear-gradient(to bottom, #ffebf7 0%, #ffe7e9 50%, #ffebf7 100%);
  padding: 40px 0;
}

@media screen and (min-width: 769px) {
  .wrapper.lovely {
    padding: 80px 0;
  }
}

.wrapper.lovely h1 {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #ffacd2;
  padding: 0 4px;
}

.wrapper.playful {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3e5f6), color-stop(50%, #fff0f5), to(#f2e5f5));
  background: linear-gradient(to bottom, #f3e5f6 0%, #fff0f5 50%, #f2e5f5 100%);
  padding: 40px 0;
}

@media screen and (min-width: 769px) {
  .wrapper.playful {
    padding: 80px 0;
  }
}

.wrapper.playful h1 {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #ff60a5;
  padding: 0 4px;
}

.wrapper .inner-wrapper {
  position: relative;
  top: 0;
  right: 0;
  background-image: url(../img/sp/sp_bk.webp);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: right top;
  max-width: 860px;
  margin: 0 15px;
}

@media screen and (min-width: 450px) {
  .wrapper .inner-wrapper {
    margin: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .wrapper .inner-wrapper {
    background-image: none;
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  .wrapper {
    min-width: auto;
  }
}

/*スクロールダウン*/
a.next_scroll {
  position: absolute;
  right: 25px;
  top: -85px;
  display: block;
}

@media all and (max-width: 480px) {
  a.next_scroll {
    right: 14px;
  }
}

@media all and (min-width: 769px) {
  a.next_scroll {
    right: 5%;
  }
}

a.next_scroll span {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #050001;
  margin-left: -5px;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6.5px;
}

@media all and (max-width: 480px) {
  a.next_scroll span {
    top: 60px;
    width: 6px;
    height: 6px;
    margin-left: -2.5px;
  }
}

a.next_scroll::after {
  content: "";
  display: block;
  border-left: 1px #050001 solid;
  height: 150px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 15px;
}

@media all and (max-width: 480px) {
  a.next_scroll::after {
    height: 80px;
    top: 45px;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 150px);
    opacity: 0;
  }
}

@media all and (max-width: 480px) {
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 80px);
      opacity: 0;
    }
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px);
    opacity: 0;
  }
}

@media all and (max-width: 480px) {
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 80px);
              transform: translate(0, 80px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 80px);
              transform: translate(0, 80px);
      opacity: 0;
    }
  }
}

@-webkit-keyframes sdb2 {
  0% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(150px, 0);
            transform: translate(150px, 0);
    opacity: 0;
  }
}

@keyframes sdb2 {
  0% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(150px, 0);
            transform: translate(150px, 0);
    opacity: 0;
  }
}

@media all and (max-width: 768px) {
  @-webkit-keyframes sdb2 {
    0% {
      -webkit-transform: translate(50px, 0);
              transform: translate(50px, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(190px, 0);
              transform: translate(190px, 0);
      opacity: 0;
    }
  }
  @keyframes sdb2 {
    0% {
      -webkit-transform: translate(50px, 0);
              transform: translate(50px, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(190px, 0);
              transform: translate(190px, 0);
      opacity: 0;
    }
  }
}

/* sec_mv
--------------------------------------------------*/
#sec_mv {
  background-color: #fcf0ff;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #sec_mv {
    padding-bottom: 240px;
  }
}

#sec_mv .mv-wrap {
  position: relative;
}

#sec_mv .mv-wrap .image.sp-view {
  position: relative;
  background-image: url(../img/sp/top_mv.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

#sec_mv .mv-wrap .image.sp-view img {
  width: auto;
}

#sec_mv .mv-wrap .image.sp-view .main {
  position: absolute;
  z-index: 6;
  top: 7vw;
  left: 5vw;
  width: 82%;
  max-width: 610px;
}

#sec_mv .mv-wrap .image.sp-view .sub {
  position: absolute;
  z-index: 5;
  top: 7vw;
  right: 9vw;
  width: 40%;
  max-width: 271px;
}

#sec_mv .mv-wrap .image.sp-view .third {
  position: absolute;
  z-index: 5;
  top: 13vw;
  right: 6vw;
  display: block;
}

#sec_mv .mv-wrap .image.sp-view .third p {
  color: #fff;
  background: #dec7ff;
  font-weight: 700;
  line-height: 1;
  font-size: 6vw;
  display: block;
}

#sec_mv .mv-wrap .image.sp-view .lovely {
  position: absolute;
  z-index: 4;
  top: 40vw;
  left: 7vw;
  width: 48%;
  max-width: 335px;
}

#sec_mv .mv-wrap .image.sp-view .playful {
  position: absolute;
  z-index: 5;
  top: 42vw;
  right: 7vw;
  width: 48%;
  max-width: 334px;
}

#sec_mv .mv-wrap .image.sp-view .ship {
  position: absolute;
  z-index: 6;
  top: 42vw;
  right: 4vw;
  width: 20%;
  max-width: 183px;
}

#sec_mv .mv-wrap .image.sp-view .map {
  position: relative;
  top: 0;
  left: 0;
}

#sec_mv .mv-wrap .image.pc-view {
  position: relative;
}

#sec_mv .mv-wrap .image.pc-view .main {
  position: absolute;
  z-index: 6;
  top: 65px;
  left: 14%;
}

#sec_mv .mv-wrap .image.pc-view .sub {
  position: absolute;
  z-index: 5;
  top: 170px;
  left: 14%;
}

#sec_mv .mv-wrap .image.pc-view .third {
  position: absolute;
  z-index: 5;
  top: 210px;
  left: 14%;
  display: block;
}

#sec_mv .mv-wrap .image.pc-view .third p {
  color: #fff;
  background: #dec7ff;
  font-weight: 700;
  line-height: 1;
  font-size: 42px;
  display: block;
}

#sec_mv .mv-wrap .image.pc-view .lovely {
  position: absolute;
  z-index: 4;
  top: 270px;
  left: 26%;
}

#sec_mv .mv-wrap .image.pc-view .playful {
  position: absolute;
  z-index: 5;
  top: 220px;
  right: 28%;
}

#sec_mv .mv-wrap .image.pc-view .ship {
  position: absolute;
  z-index: 6;
  top: 215px;
  right: 17.5%;
}

#sec_mv .mv-wrap .image.pc-view .map {
  position: relative;
  top: 0;
  left: 0;
}

#sec_mv .mv-wrap .image img {
  width: 100%;
}

#sec_mv .mv-wrap .text {
  width: 94%;
  max-width: 675px;
  position: absolute;
  bottom: -18vw;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 9;
}

@media screen and (min-width: 450px) {
  #sec_mv .mv-wrap .text {
    width: 90%;
    bottom: -9vw;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .mv-wrap .text {
    max-width: 860px;
    bottom: -280px;
  }
}

#sec_mv .mv-wrap .text .text-wrap {
  position: relative;
  background-color: #fff;
  border: 3px solid #fca1d8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6vw 1.5vw;
}

@media screen and (min-width: 450px) {
  #sec_mv .mv-wrap .text .text-wrap {
    padding: 6vw 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .mv-wrap .text .text-wrap {
    padding: 50px 30px;
  }
}

#sec_mv .mv-wrap .text .text-wrap::before {
  content: "";
  position: absolute;
  top: -20vw;
  right: 0;
  background-image: url(../img/sp/liquidcat.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 30vw;
  min-width: 120px;
  max-width: 235px;
  height: 100%;
}

@media screen and (min-width: 450px) {
  #sec_mv .mv-wrap .text .text-wrap::before {
    top: -17vw;
    width: 30vw;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .mv-wrap .text .text-wrap::before {
    background-image: url(../img/sp/liquidcat.webp);
    top: -140px;
    right: 95px;
  }
}

#sec_mv .mv-wrap .text .text-wrap h2 {
  width: 94%;
  max-width: 559px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 450px) {
  #sec_mv .mv-wrap .text .text-wrap h2 {
    width: 90%;
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .mv-wrap .text .text-wrap h2 {
    margin: 0 auto 25px;
  }
}

#sec_mv .mv-wrap .text .text-wrap p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 13px;
}

@media screen and (min-width: 450px) {
  #sec_mv .mv-wrap .text .text-wrap p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .mv-wrap .text .text-wrap p {
    line-height: 1.5;
    font-size: 20px;
  }
}

#sec_mv .mv-wrap .text .text-wrap p span {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  padding: 0 2px;
}

@media screen and (min-width: 769px) {
  #sec_mv .mv-wrap .text .text-wrap p span {
    padding: 0 4px;
  }
}

#sec_mv .mv-wrap .text .text-wrap p span.lovely {
  background-color: #ffacd2;
}

#sec_mv .mv-wrap .text .text-wrap p span.playful {
  background-color: #ff60a5;
}

#sec_mv .nav-wrap {
  position: relative;
  top: 9vw;
  padding-bottom: 60px;
}

@media screen and (min-width: 769px) {
  #sec_mv .nav-wrap {
    top: 290px;
  }
}

#sec_mv .nav-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 15px 30px;
}

@media screen and (min-width: 450px) {
  #sec_mv .nav-wrap ul {
    padding: 60px 15px;
  }
}

#sec_mv .nav-wrap ul li {
  width: calc(50% - 20px);
  max-width: 240px;
  margin: 0 10px;
}

@media screen and (min-width: 450px) {
  #sec_mv .nav-wrap ul li {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media screen and (min-width: 769px) {
  #sec_mv .nav-wrap ul li {
    width: calc(50% - 60px);
    margin: 0 30px;
  }
}

#sec_mv .nav-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#sec_mv .nav-wrap ul li a.lovely {
  position: relative;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec_mv .nav-wrap ul li a.lovely::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  height: 40px;
  background-color: #ffff9f;
  border: 2px solid #ffacd2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  z-index: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media screen and (min-width: 769px) {
  #sec_mv .nav-wrap ul li a.lovely::before {
    border: 3px solid #ffacd2;
  }
}

#sec_mv .nav-wrap ul li a.lovely:hover {
  border-bottom: 0;
  -webkit-box-shadow: 0 0 8px -3px #ffff9f;
          box-shadow: 0 0 8px -3px #ffff9f;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#sec_mv .nav-wrap ul li a.lovely:hover::before {
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#sec_mv .nav-wrap ul li a.playful {
  position: relative;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec_mv .nav-wrap ul li a.playful::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  height: 40px;
  background-color: #ffff9f;
  border: 2px solid #ff60a5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  z-index: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media screen and (min-width: 769px) {
  #sec_mv .nav-wrap ul li a.playful::before {
    border: 3px solid #ff60a5;
  }
}

#sec_mv .nav-wrap ul li a.playful:hover {
  border-bottom: 0;
  -webkit-box-shadow: 0 0 8px -3px #ffff9f;
          box-shadow: 0 0 8px -3px #ffff9f;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#sec_mv .nav-wrap ul li a.playful:hover::before {
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#sec_mv .nav-wrap ul li a img {
  width: 100%;
  z-index: 1;
}

/* sec_color
--------------------------------------------------*/
#sec_color {
  background-color: #fff;
  margin: 50px auto 30px;
}

@media screen and (min-width: 769px) {
  #sec_color {
    margin: 60px auto 40px;
  }
}

#sec_color .color-wrap {
  width: 86%;
  position: relative;
  background-color: #ffefda;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_color .color-wrap {
    width: 100%;
    max-width: 860px;
    padding: 50px 15px;
  }
}

#sec_color .color-wrap h2 {
  width: 80%;
  max-width: 616px;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #sec_color .color-wrap h2 {
    width: 100%;
  }
}

#sec_color .color-wrap > p {
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 20px;
}

@media screen and (min-width: 450px) {
  #sec_color .color-wrap > p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  #sec_color .color-wrap > p {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

#sec_color .color-wrap img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_color .color-wrap img {
    max-width: 615px;
  }
}

/* sec_lovely
--------------------------------------------------*/
#sec_lovely {
  text-align: center;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe7e9), to(#ffebf7));
  background: linear-gradient(to bottom, #ffe7e9 0%, #ffebf7 100%);
  padding: 40px 0 60px;
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  #sec_lovely {
    padding: 60px 0 120px;
    margin: 30px auto 0;
  }
}

#sec_lovely h2 {
  width: 86%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  #sec_lovely h2 {
    width: 100%;
    max-width: 796px;
    margin: 0 auto 40px;
  }
}

#sec_lovely .product_wrapper {
  position: relative;
  width: 100%;
  height: 100vw;
  background-image: url(../img/sp/lovely_bk.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -25px;
  text-align: center;
  margin-bottom: 18vh;
}

@media screen and (min-width: 450px) {
  #sec_lovely .product_wrapper {
    margin-bottom: 24vh;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper {
    background-image: url(../img/pc/lovely_bk.webp);
    background-size: inherit;
    max-height: 680px;
    background-position: center top;
    margin-bottom: 300px;
  }
}

#sec_lovely .product_wrapper ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 2vh auto 0;
}

@media screen and (min-width: 450px) {
  #sec_lovely .product_wrapper ul {
    margin: 3vh auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper ul {
    margin: 20px auto 0;
  }
}

#sec_lovely .product_wrapper ul li:last-of-type {
  margin-top: -4vh;
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper ul li:last-of-type {
    margin-top: 0;
  }
}

#sec_lovely .product_wrapper ul li img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper ul li img {
    width: 100%;
    max-width: 860px;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag {
  width: 90%;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: 30px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper .no_handgrip_bag {
    width: 100%;
    bottom: -100px;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag img {
  width: 90%;
  max-width: 615px;
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper .no_handgrip_bag img {
    width: 100%;
    max-width: 615px;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag .text-wrap {
  width: 100%;
  position: absolute;
  bottom: -17vh;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background-color: #fff;
  border: 3px solid #fca1d8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

@media screen and (min-width: 450px) {
  #sec_lovely .product_wrapper .no_handgrip_bag .text-wrap {
    bottom: -24vh;
    padding: 15px 10px;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper .no_handgrip_bag .text-wrap {
    width: 90%;
    max-width: 680px;
    bottom: -210px;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag .text-wrap::before {
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper .no_handgrip_bag .text-wrap::before {
    border-top: 27px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag .text-wrap::after {
  content: '';
  position: absolute;
  top: 101%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid #fca1d8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper .no_handgrip_bag .text-wrap::after {
    border-top: 27px solid #fca1d8;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag .text-wrap p {
  background-image: url(../img/sp/lovely_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px 1.5vw;
}

@media screen and (min-width: 450px) {
  #sec_lovely .product_wrapper .no_handgrip_bag .text-wrap p {
    font-size: 16px;
    padding: 30px 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .product_wrapper .no_handgrip_bag .text-wrap p {
    font-size: 20px;
    padding: 30px;
  }
}

#sec_lovely .product_wrapper .no_handgrip_bag .text-wrap p span {
  font-size: 120%;
  color: #fff;
  background-color: #ffacd2;
}

#sec_lovely .coupon-wrap {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  margin: 40px auto 30px;
}

@media screen and (min-width: 450px) {
  #sec_lovely .coupon-wrap {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .coupon-wrap {
    width: 100%;
    padding: 50px 0;
    margin: 30px auto;
  }
}

#sec_lovely .coupon-wrap .coupon-box {
  display: inline-block;
  width: 100%;
  position: relative;
}

#sec_lovely .coupon-wrap .coupon-box::before {
  content: "";
  position: absolute;
  bottom: -10vw;
  right: 15px;
  background-image: url(../img/sp/liquidcat2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 30vw;
  min-width: 130px;
  max-width: 265px;
  height: 100%;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  #sec_lovely .coupon-wrap .coupon-box::before {
    width: 40vw;
    bottom: -90px;
    right: 265px;
  }
}

#sec_lovely .coupon-wrap .coupon-box h3 {
  width: 80%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  #sec_lovely .coupon-wrap .coupon-box h3 {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 489px;
  }
}

#sec_lovely .coupon-wrap .coupon-box .coupon-banner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_lovely .coupon-wrap .coupon-box .coupon-banner {
    width: 100%;
    max-width: 710px;
  }
}

#sec_lovely .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16vw auto 0;
}

@media screen and (min-width: 450px) {
  #sec_lovely .btn-wrap {
    margin: 16vw auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .btn-wrap {
    margin: 80px auto 0;
  }
}

#sec_lovely .btn-wrap.make {
  margin: 30px auto 0;
}

@media screen and (min-width: 450px) {
  #sec_lovely .btn-wrap.make {
    margin: 35px auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .btn-wrap.make {
    margin: 40px auto 0;
  }
}

#sec_lovely .make-wrap {
  margin: 70px auto 30px;
}

#sec_lovely .make-wrap .make-box {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_lovely .make-wrap .make-box {
    width: 100%;
    max-width: 800px;
  }
}

#sec_lovely .make-wrap .make-box .make-image {
  width: 50%;
  max-width: 315px;
}

@media screen and (min-width: 769px) {
  #sec_lovely .make-wrap .make-box .make-image {
    width: 100%;
  }
}

#sec_lovely .make-wrap .make-box .make-text {
  font-weight: 700;
  font-size: 13px;
  padding: 0 0 0 10px;
}

@media screen and (min-width: 450px) {
  #sec_lovely .make-wrap .make-box .make-text {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .make-wrap .make-box .make-text {
    font-size: 24px;
    padding: 0 0 0 40px;
  }
}

#sec_lovely .make-wrap .make-box .make-text h3 {
  max-width: 225px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #sec_lovely .make-wrap .make-box .make-text h3 {
    max-width: 295px;
  }
}

#sec_lovely .make-wrap .make-box .make-text span {
  font-weight: 700;
}

#sec_lovely .make-wrap .make-box .make-text span.text {
  display: inline;
  background-color: #ffacd2;
  color: #fff;
  padding: 0 3px;
  line-height: 1.8;
}

@media screen and (min-width: 450px) {
  #sec_lovely .make-wrap .make-box .make-text span.text {
    padding: 0 6px;
  }
}

@media screen and (min-width: 769px) {
  #sec_lovely .make-wrap .make-box .make-text span.text {
    line-height: 2;
  }
}

#sec_lovely .make-wrap .make-box .make-text span.heart {
  color: #ffacd2;
}

/* sec_playful
--------------------------------------------------*/
#sec_playful {
  text-align: center;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ead7ef), to(#fff0f5));
  background: linear-gradient(to bottom, #ead7ef 0%, #fff0f5 100%);
  padding: 40px 0 60px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_playful {
    padding: 60px 0 120px;
  }
}

#sec_playful h2 {
  width: 86%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  #sec_playful h2 {
    width: 100%;
    max-width: 796px;
    margin: 0 auto 40px;
  }
}

#sec_playful .product_wrapper {
  position: relative;
  width: 100%;
  height: 100vw;
  background-image: url(../img/sp/playful_bk.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -25px;
  text-align: center;
  margin-bottom: 18vh;
}

@media screen and (min-width: 450px) {
  #sec_playful .product_wrapper {
    margin-bottom: 24vh;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper {
    background-image: url(../img/pc/playful_bk.webp);
    background-size: inherit;
    max-height: 680px;
    background-position: center top;
    margin-bottom: 300px;
  }
}

#sec_playful .product_wrapper ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 2vh auto 0;
}

@media screen and (min-width: 450px) {
  #sec_playful .product_wrapper ul {
    margin: 3vh auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper ul {
    margin: 20px auto 0;
  }
}

#sec_playful .product_wrapper ul li:last-of-type {
  margin-top: -4vh;
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper ul li:last-of-type {
    margin-top: 0;
  }
}

#sec_playful .product_wrapper ul li img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper ul li img {
    width: 100%;
    max-width: 860px;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag {
  width: 90%;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: 30px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper .no_handgrip_bag {
    width: 100%;
    bottom: -100px;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag img {
  width: 90%;
  max-width: 615px;
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper .no_handgrip_bag img {
    width: 100%;
    max-width: 615px;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag .text-wrap {
  width: 100%;
  position: absolute;
  bottom: -17vh;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background-color: #fff;
  border: 3px solid #ff60a5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

@media screen and (min-width: 450px) {
  #sec_playful .product_wrapper .no_handgrip_bag .text-wrap {
    bottom: -24vh;
    padding: 15px 10px;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper .no_handgrip_bag .text-wrap {
    width: 90%;
    max-width: 680px;
    bottom: -210px;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag .text-wrap::before {
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper .no_handgrip_bag .text-wrap::before {
    border-top: 27px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag .text-wrap::after {
  content: '';
  position: absolute;
  top: 101%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 0;
  height: 0;
  border-top: 16px solid #ff60a5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper .no_handgrip_bag .text-wrap::after {
    border-top: 27px solid #ff60a5;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag .text-wrap p {
  background-image: url(../img/sp/lovely_deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px 1.5vw;
}

@media screen and (min-width: 450px) {
  #sec_playful .product_wrapper .no_handgrip_bag .text-wrap p {
    font-size: 16px;
    padding: 30px 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .product_wrapper .no_handgrip_bag .text-wrap p {
    font-size: 20px;
    padding: 30px;
  }
}

#sec_playful .product_wrapper .no_handgrip_bag .text-wrap p span {
  font-size: 120%;
  color: #fff;
  background-color: #ff60a5;
}

#sec_playful .coupon-wrap {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  margin: 40px auto 30px;
}

@media screen and (min-width: 450px) {
  #sec_playful .coupon-wrap {
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .coupon-wrap {
    width: 100%;
    padding: 50px 0;
    margin: 30px auto;
  }
}

#sec_playful .coupon-wrap .coupon-box {
  display: inline-block;
  width: 100%;
  position: relative;
}

#sec_playful .coupon-wrap .coupon-box::before {
  content: "";
  position: absolute;
  bottom: -12vw;
  right: 30px;
  background-image: url(../img/sp/liquidcat3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 30vw;
  min-width: 100px;
  max-width: 215px;
  height: 100%;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  #sec_playful .coupon-wrap .coupon-box::before {
    width: 40vw;
    bottom: -90px;
    right: 300px;
  }
}

#sec_playful .coupon-wrap .coupon-box h3 {
  width: 80%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  #sec_playful .coupon-wrap .coupon-box h3 {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 489px;
  }
}

#sec_playful .coupon-wrap .coupon-box .coupon-banner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_playful .coupon-wrap .coupon-box .coupon-banner {
    width: 100%;
    max-width: 710px;
  }
}

#sec_playful .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16vw auto 0;
}

@media screen and (min-width: 450px) {
  #sec_playful .btn-wrap {
    margin: 16vw auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .btn-wrap {
    margin: 80px auto 0;
  }
}

#sec_playful .btn-wrap.make {
  margin: 30px auto 0;
}

@media screen and (min-width: 450px) {
  #sec_playful .btn-wrap.make {
    margin: 35px auto 0;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .btn-wrap.make {
    margin: 40px auto 0;
  }
}

#sec_playful .btn-wrap .push {
  background-color: #ff60a5;
}

#sec_playful .btn-wrap .push::after {
  border: 2px solid #ff60a5;
}

@media screen and (min-width: 769px) {
  #sec_playful .btn-wrap .push::after {
    border: 3px solid #ff60a5;
  }
}

#sec_playful .make-wrap {
  margin: 70px auto 30px;
}

#sec_playful .make-wrap .make-box {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #sec_playful .make-wrap .make-box {
    width: 100%;
    max-width: 800px;
  }
}

#sec_playful .make-wrap .make-box .make-image {
  width: 40%;
  max-width: 315px;
}

@media screen and (min-width: 769px) {
  #sec_playful .make-wrap .make-box .make-image {
    width: 100%;
  }
}

#sec_playful .make-wrap .make-box .make-text {
  font-weight: 700;
  font-size: 13px;
  padding: 0 0 0 10px;
}

@media screen and (min-width: 450px) {
  #sec_playful .make-wrap .make-box .make-text {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .make-wrap .make-box .make-text {
    font-size: 24px;
    padding: 0 0 0 40px;
  }
}

#sec_playful .make-wrap .make-box .make-text h3 {
  max-width: 225px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #sec_playful .make-wrap .make-box .make-text h3 {
    max-width: 295px;
  }
}

#sec_playful .make-wrap .make-box .make-text span {
  font-weight: 700;
}

#sec_playful .make-wrap .make-box .make-text span.text {
  display: inline;
  background-color: #ff60a5;
  color: #fff;
  padding: 0 3px;
  line-height: 1.8;
}

@media screen and (min-width: 450px) {
  #sec_playful .make-wrap .make-box .make-text span.text {
    padding: 0 6px;
  }
}

@media screen and (min-width: 769px) {
  #sec_playful .make-wrap .make-box .make-text span.text {
    line-height: 2;
  }
}

#sec_playful .make-wrap .make-box .make-text span.heart {
  color: #ff60a5;
}

/* sec_note
--------------------------------------------------*/
#sec_note {
  background-color: #fff;
  margin: 30px auto 50px;
}

@media screen and (min-width: 769px) {
  #sec_note {
    margin: 60px auto 100px;
  }
}

#sec_note .note-wrap {
  width: 80%;
  position: relative;
  background-color: #f8f8f8;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #sec_note .note-wrap {
    padding: 25px 30px;
  }
}

@media screen and (min-width: 769px) {
  #sec_note .note-wrap {
    width: 100%;
    max-width: 1000px;
    padding: 50px 70px;
  }
}

#sec_note .note-wrap .text-box.int {
  margin-top: 20px;
}

@media screen and (min-width: 450px) {
  #sec_note .note-wrap .text-box.int {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  #sec_note .note-wrap .text-box.int {
    margin-top: 50px;
  }
}

#sec_note .note-wrap .text-box h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (min-width: 450px) {
  #sec_note .note-wrap .text-box h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  #sec_note .note-wrap .text-box h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

#sec_note .note-wrap .text-box h2 span {
  font-size: 80%;
}

#sec_note .note-wrap .text-box ul li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

@media screen and (min-width: 450px) {
  #sec_note .note-wrap .text-box ul li {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  #sec_note .note-wrap .text-box ul li {
    font-size: 16px;
  }
}

/* 下層区分け
--------------------------------------------------*/
/* sec_sub_makeup
--------------------------------------------------*/
#sec_sub_makeup {
  margin: 15px auto 30px;
}

@media screen and (min-width: 769px) {
  #sec_sub_makeup {
    margin: 25px auto 50px;
  }
}

#sec_sub_makeup h2 {
  width: 45%;
  max-width: 287px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #sec_sub_makeup h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

#sec_sub_makeup .image {
  width: 90%;
  max-width: 615px;
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  #sec_sub_makeup .image {
    width: 100%;
    max-width: 860px;
    margin: 50px auto 0;
  }
}

/* sec_sub_base
--------------------------------------------------*/
#sec_sub_base {
  font-weight: 700;
  line-height: 1.5;
  margin: 25px auto 40px;
}

@media screen and (min-width: 769px) {
  #sec_sub_base {
    margin: 50px auto;
  }
}

#sec_sub_base h2 {
  width: 30%;
  max-width: 164px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #sec_sub_base h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

#sec_sub_base ul li {
  margin: 0 auto 20px;
  font-size: 13px;
}

@media screen and (min-width: 450px) {
  #sec_sub_base ul li {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #sec_sub_base ul li {
    font-size: 18px;
  }
}

#sec_sub_base ul li span {
  display: inline;
  color: #fff;
  line-height: 1.2;
}

#sec_sub_base ul li span.lovely {
  background-color: #ffacd2;
}

#sec_sub_base ul li span.playful {
  background-color: #ff60a5;
}

/* sec_sub_eyeshadow
--------------------------------------------------*/
#sec_sub_eyeshadow {
  font-weight: 700;
  line-height: 1.5;
  margin: 25px auto 40px;
}

@media screen and (min-width: 769px) {
  #sec_sub_eyeshadow {
    margin: 50px auto;
  }
}

#sec_sub_eyeshadow h2 {
  width: 70%;
  max-width: 399px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #sec_sub_eyeshadow h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

#sec_sub_eyeshadow ul li {
  margin: 0 auto 20px;
  font-size: 13px;
}

@media screen and (min-width: 450px) {
  #sec_sub_eyeshadow ul li {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #sec_sub_eyeshadow ul li {
    font-size: 18px;
  }
}

#sec_sub_eyeshadow ul li span {
  display: inline;
  color: #fff;
  line-height: 1.2;
}

#sec_sub_eyeshadow ul li span.lovely {
  background-color: #ffacd2;
}

#sec_sub_eyeshadow ul li span.playful {
  background-color: #ff60a5;
}

/* sec_sub_lip
--------------------------------------------------*/
#sec_sub_lip {
  font-weight: 700;
  line-height: 1.5;
  margin: 25px auto 40px;
}

@media screen and (min-width: 769px) {
  #sec_sub_lip {
    margin: 50px auto;
  }
}

#sec_sub_lip h2 {
  width: 20%;
  max-width: 113px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #sec_sub_lip h2 {
    width: 100%;
    margin-bottom: 15px;
  }
}

#sec_sub_lip ul li {
  margin: 0 auto 20px;
  font-size: 13px;
}

@media screen and (min-width: 450px) {
  #sec_sub_lip ul li {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #sec_sub_lip ul li {
    font-size: 18px;
  }
}

#sec_sub_lip ul li span {
  display: inline;
  color: #fff;
  line-height: 1.2;
}

#sec_sub_lip ul li span.lovely {
  background-color: #ffacd2;
}

#sec_sub_lip ul li span.playful {
  background-color: #ff60a5;
}

/* sec_sub_parts
--------------------------------------------------*/
.sec_sub_parts {
  margin: 35px auto 50px;
}

@media screen and (min-width: 769px) {
  .sec_sub_parts {
    margin: 70px auto 30px;
  }
}

.sec_sub_parts .push {
  margin: 0 auto;
}

.sec_sub_parts .push.playful {
  background-color: #ff60a5;
  border-color: #ff60a5;
}

.sec_sub_parts .push.playful::after {
  border-color: #ff60a5;
}

.sec_sub_parts .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #ffacd2;
  margin: 35px auto 0;
}

@media screen and (min-width: 769px) {
  .sec_sub_parts .text {
    margin: 50px auto 0;
  }
}

.sec_sub_parts .text.playful {
  color: #ff60a5;
}

.sec_sub_parts .text i {
  margin-top: 2px;
  margin-left: 6px;
}

/*----------------------------------
アニメーション 引用
----------------------------------*/
.fade_image img {
  height: auto;
}

.element {
  opacity: 0;
}

.active {
  -webkit-animation: bounds 1200ms linear;
  animation: bounds 1200ms linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade_image img {
  width: 100%;
  margin: 0 0 0 0;
}

.fade_image img:last-child {
  margin: 0;
}

.part03 ul {
  position: absolute;
  top: 0;
}

.part03 ul li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.part03 ul li:first-of-type {
  top: -15px;
}

/*----------------------------------
btn 設定
----------------------------------*/
.btn {
  width: 80%;
  height: 60px;
  max-width: 330px;
  max-height: 60px;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 4px 0 0 #e39725;
          box-shadow: 0 4px 0 0 #e39725;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  border-bottom: 1px solid #e39725;
  margin: 20px auto;
}

@media screen and (min-width: 450px) {
  .btn {
    height: 100px;
    font-size: 16px;
    margin: 30px auto;
  }
}

@media screen and (min-width: 769px) {
  .btn {
    width: 100%;
    height: 100px;
    font-size: 18px;
    margin: 15px auto 50px;
    border-radius: 6px;
  }
}

.btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/pc/btn_arrow.png);
  top: 50%;
  right: 10px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 9px;
  height: 19px;
}

@media screen and (min-width: 450px) {
  .btn::before {
    right: 30px;
  }
}

@media screen and (min-width: 769px) {
  .btn::before {
    background-image: url(../img/pc/btn_arrow.png);
    width: 9px;
    height: 19px;
    right: 40px;
  }
}

.btn.yellow {
  background-color: #ffc770;
}

.btn.yellow:hover {
  -webkit-box-shadow: 0 0 4px -3px #e39725;
          box-shadow: 0 0 4px -3px #e39725;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.push {
  width: 70%;
  max-width: 500px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: relative;
  color: #fff;
  background-color: #ffacd2;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  letter-spacing: 0.075em;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 450px) {
  .push {
    width: 80%;
    font-size: 16px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  .push {
    width: 100%;
    max-width: 320px;
    height: 60px;
    font-size: 18px;
  }
}

.push::before {
  content: "";
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  z-index: 2;
  top: 55%;
  right: 15px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 9px;
  height: 19px;
}

@media screen and (min-width: 450px) {
  .push::before {
    right: 25px;
  }
}

@media screen and (min-width: 769px) {
  .push::before {
    top: 50%;
    width: 9px;
    height: 19px;
    right: 25px;
  }
}

.push::after {
  display: block;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  height: 40px;
  background-color: #ffff9f;
  border: 2px solid #ffacd2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media screen and (min-width: 769px) {
  .push::after {
    border: 3px solid #ffacd2;
  }
}

.push:hover {
  bottom: -8px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.push:hover::after {
  bottom: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

/* footer
--------------------------------------------------*/
footer.wrapper {
  background-color: #dec7ff;
  padding: 30px 0;
}

footer .footer-wrap .top {
  text-align: center;
}

footer .footer-wrap .top a {
  position: relative;
  color: #fff;
}

footer .footer-wrap .top a::before {
  position: absolute;
  content: "";
  background-image: url(../img/pc/arrow_t.png);
  top: -10px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 17px;
  height: 10px;
}

footer .footer-wrap .sns-list {
  width: calc(100% - 50px);
  padding: 20px 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 450px) {
  footer .footer-wrap .sns-list {
    width: 100%;
    max-width: 400px;
    padding: 30px 25px 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-wrap .sns-list li {
  width: 100%;
  max-width: 50px;
  padding: 0 5px;
}

@media screen and (min-width: 450px) {
  footer .footer-wrap .sns-list li {
    padding: 0;
  }
}

footer .footer-wrap .sns-list li a.sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  footer .footer-wrap .sns-list li a.sp-view {
    display: none;
  }
}

footer .footer-wrap .sns-list li a.pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  footer .footer-wrap .sns-list li a.pc-view {
    display: block;
  }
}

footer .footer-wrap .logo {
  text-align: center;
}

footer .footer-wrap .logo img {
  width: 100%;
  max-width: 90px;
}

.circular-menu {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  /* position: relative; */
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .circular-menu {
    width: 124px;
    height: 124px;
  }
}

/* howto */
.howto-button {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 70px);
  text-decoration: none;
  text-align: center;
  color: #444;
  border-radius: 50%;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  padding: 10px;
  background-color: transparent;
  /* border: 2px solid #c48eb0; */
  /* 2021/06/17 */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .howto-button {
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    height: 130px;
    width: 130px;
    line-height: 130px;
  }
}

.howto-button p {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .howto-button p {
    font-size: 14px;
  }
}

.howto-button:hover {
  color: #fff;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  text-align: center;
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE、Edge用 */
  scrollbar-width: none;
  /* Firefox用 */
}

.modal__content::-webkit-scrollbar {
  /* Chrome、Safari用 */
  display: none;
}

@media screen and (min-width: 769px) {
  .modal__content {
    padding: 40px;
    width: 60%;
    height: 70%;
  }
}

.modal__content h2 {
  width: 100%;
}

.modal__content h2 span {
  width: auto;
  display: inline-block;
  position: relative;
  color: #513834;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 769px) {
  .modal__content h2 span {
    font-size: 22px;
    margin: 0 auto 30px;
  }
}

.modal__content h2 span::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url(../img/pc/modal_title.png);
  background-size: contain;
  width: 33px;
  height: 14px;
}

@media screen and (min-width: 769px) {
  .modal__content h2 span::before {
    top: -20px;
    right: -20px;
    width: 66px;
    height: 28px;
  }
}

.modal__content img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .modal__content img {
    width: 100%;
    max-width: 680px;
  }
}

.modal__content a {
  width: 80%;
  max-width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #836054;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #836054;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .modal__content a {
    width: 250px;
    height: 60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .modal__content a {
    margin: 30px auto;
  }
}

/* top_about
--------------------------------------------------*/
#about .vanilla_parts01 img {
  display: block;
  width: 50%;
}

@media screen and (min-width: 769px) {
  #about .vanilla_parts01 img {
    width: auto;
  }
}

@media all and (max-width: 420px) {
  #about .vanilla_parts01 img {
    width: 40%;
  }
}

#about .vanilla_parts01 {
  position: absolute;
  bottom: -20vw;
  left: 0;
  z-index: 89;
}

@media screen and (min-width: 769px) {
  #about .vanilla_parts01 {
    bottom: -180px;
    left: 0;
  }
}

#about .movie.sp-view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 769px) {
  #about .movie.sp-view {
    display: none !important;
  }
}

#about .movie.pc-view {
  display: none !important;
}

@media screen and (min-width: 769px) {
  #about .movie.pc-view {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* top_vanilla
--------------------------------------------------*/
#vanilla {
  position: relative;
}

#vanilla::before {
  content: "";
  background-image: url(../img/sp/vanilla_partition.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 58vw;
  max-width: 768px;
  top: -20px;
}

@media screen and (min-width: 769px) {
  #vanilla::before {
    width: 1200px;
    max-width: 100%;
    height: 397px;
    background-image: url(../img/pc/vanilla_partition.png);
    background-size: cover;
    top: -30px;
  }
}

#vanilla .vanilla_parts01 img, #vanilla .vanilla_parts02 img, #vanilla .vanilla_parts03 img, #vanilla .vanilla_parts04 img, #vanilla .vanilla_parts04-2 img, #vanilla .vanilla_parts05 img, #vanilla .vanilla_parts06 img, #vanilla .vanilla_parts07 img, #vanilla .vanilla_parts08 img {
  display: block;
  width: 50%;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_parts01 img, #vanilla .vanilla_parts02 img, #vanilla .vanilla_parts03 img, #vanilla .vanilla_parts04 img, #vanilla .vanilla_parts04-2 img, #vanilla .vanilla_parts05 img, #vanilla .vanilla_parts06 img, #vanilla .vanilla_parts07 img, #vanilla .vanilla_parts08 img {
    width: auto;
  }
}

#vanilla .partition01 img {
  width: 100%;
}

#vanilla .partition02 img {
  width: 100%;
}

#vanilla .vanilla_eye {
  position: relative;
  background-image: url(../img/sp/vanilla_bg01.webp);
  padding-top: 18vw;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye {
    background-image: url(../img/pc/vanilla_bg01.jpg);
    padding-top: 180px;
  }
}

#vanilla .vanilla_eye .vanilla_parts03 {
  position: absolute;
  top: 60vw;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .vanilla_parts03 {
    top: 600px;
    left: 0;
  }
}

#vanilla .vanilla_eye .vanilla_parts04 {
  position: absolute;
  top: 60vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .vanilla_parts04 {
    top: 420px;
    right: 0;
  }
}

#vanilla .vanilla_eye .vanilla_parts04 img {
  margin: 0 0 0 auto;
}

#vanilla .vanilla_eye .vanilla_parts04-2 {
  position: absolute;
  top: 220vw;
  left: 0;
  z-index: 10;
}

@media all and (max-width: 600px) {
  #vanilla .vanilla_eye .vanilla_parts04-2 {
    top: 207vw;
    width: 40%;
  }
}

@media all and (max-width: 430px) {
  #vanilla .vanilla_eye .vanilla_parts04-2 {
    top: 220vw;
    width: 38%;
  }
}

@media all and (max-width: 345px) {
  #vanilla .vanilla_eye .vanilla_parts04-2 {
    display: none;
  }
}

#vanilla .vanilla_eye .vanilla_parts05 {
  position: absolute;
  top: 224vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .vanilla_parts05 {
    top: 900px;
    right: 0;
  }
}

#vanilla .vanilla_eye .vanilla_parts05 img {
  margin: 0 0 0 auto;
}

#vanilla .vanilla_eye h2 {
  position: relative;
  z-index: 11;
  text-align: center;
  top: 12vw;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye h2 {
    top: 0;
  }
}

#vanilla .vanilla_eye h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 27vw auto 30px;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye h3 {
    margin: 120px auto 50px;
  }
}

#vanilla .vanilla_eye .image-wrap {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 30px auto 20px;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .image-wrap {
    margin: 50px auto 20px;
  }
}

#vanilla .vanilla_eye .image-wrap img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .image-wrap img {
    width: auto;
  }
}

#vanilla .vanilla_eye .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#vanilla .vanilla_eye .product-wrap .product-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 59vw;
  max-width: 507px;
  max-height: 422px;
  background-image: url(../img/pc/movie_bk_little.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-movie {
    width: 507px;
    height: 422px;
  }
}

#vanilla .vanilla_eye .product-wrap .product-movie video {
  width: 60%;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-movie video {
    width: 350px;
  }
}

@media all and (-ms-high-contrast: none) {
  #vanilla .vanilla_eye .product-wrap .product-movie video {
    height: 350px;
    margin-top: 35px;
  }
}

#vanilla .vanilla_eye .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-text {
    width: 340px;
  }
}

#vanilla .vanilla_eye .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #vanilla .vanilla_eye .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#vanilla .vanilla_eye .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#vanilla .vanilla_eye .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#vanilla .vanilla_eye .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#vanilla .vanilla_eye .product-wrap .product-text .note {
  max-width: 340px;
  color: #000;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_eye .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

#vanilla .vanilla_lip {
  position: relative;
  background-image: url(../img/sp/vanilla_bg02.webp);
  margin-top: -1px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip {
    background-image: url(../img/pc/vanilla_bg02.jpg);
    margin-top: -10px;
  }
}

#vanilla .vanilla_lip .vanilla_parts06 {
  position: absolute;
  top: -11vw;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .vanilla_parts06 {
    top: 50px;
    left: 0;
  }
}

#vanilla .vanilla_lip .vanilla_parts07 {
  position: absolute;
  top: 75vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .vanilla_parts07 {
    top: 500px;
    right: 0;
  }
}

@media all and (max-width: 410px) {
  #vanilla .vanilla_lip .vanilla_parts07 {
    top: 85vw;
  }
}

@media all and (max-width: 350px) {
  #vanilla .vanilla_lip .vanilla_parts07 {
    display: none;
  }
}

#vanilla .vanilla_lip .vanilla_parts07 img {
  margin: 0 0 0 auto;
}

#vanilla .vanilla_lip h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip h3 {
    margin: 0 auto 50px;
  }
}

#vanilla .vanilla_lip .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#vanilla .vanilla_lip .product-wrap .product-image {
  width: 100%;
  max-width: 507px;
  max-height: 422px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-image {
    width: 507px;
  }
}

#vanilla .vanilla_lip .product-wrap .product-image img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-image img {
    width: auto;
  }
}

#vanilla .vanilla_lip .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-text {
    width: 340px;
  }
}

#vanilla .vanilla_lip .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #vanilla .vanilla_lip .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#vanilla .vanilla_lip .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#vanilla .vanilla_lip .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#vanilla .vanilla_lip .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#vanilla .vanilla_lip .product-wrap .product-text .note {
  max-width: 340px;
  color: #000;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_lip .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

#vanilla .vanilla_cheek {
  position: relative;
  background-image: url(../img/sp/vanilla_bg03.webp);
  margin-top: -1px;
  padding-bottom: 40px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek {
    background-image: url(../img/pc/vanilla_bg03.jpg);
    margin-top: -10px;
    padding-bottom: 80px;
  }
}

#vanilla .vanilla_cheek .vanilla_parts08 {
  position: absolute;
  top: 75vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .vanilla_parts08 {
    top: 0;
    right: 0;
  }
}

@media all and (max-width: 400px) {
  #vanilla .vanilla_cheek .vanilla_parts08 {
    width: 20%;
    top: 89vw;
  }
}

#vanilla .vanilla_cheek .vanilla_parts08 img {
  margin: 0 0 0 auto;
}

#vanilla .vanilla_cheek h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek h3 {
    margin: 0 auto 50px;
  }
}

#vanilla .vanilla_cheek .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-image {
  width: 100%;
  max-width: 507px;
  max-height: 422px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-image {
    width: 507px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-image img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-image img {
    width: auto;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-text {
    width: 340px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #vanilla .vanilla_cheek .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#vanilla .vanilla_cheek .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#vanilla .vanilla_cheek .product-wrap .product-text .note {
  max-width: 340px;
  color: #000;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #vanilla .vanilla_cheek .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

/* top_hazel
--------------------------------------------------*/
#hazel {
  position: relative;
}

#hazel::before {
  content: "";
  background-image: url(../img/sp/hazel_partition.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 64vw;
  max-width: 768px;
  top: -20px;
}

@media screen and (min-width: 769px) {
  #hazel::before {
    width: 1200px;
    max-width: 100%;
    height: 430px;
    background-image: url(../img/pc/hazel_partition.png);
    background-size: cover;
    top: -30px;
  }
}

#hazel .hazel_parts01 img, #hazel .hazel_parts02 img, #hazel .hazel_parts03 img, #hazel .hazel_parts04 img, #hazel .hazel_parts04-2 img, #hazel .hazel_parts05 img, #hazel .hazel_parts06 img, #hazel .hazel_parts07 img, #hazel .hazel_parts08 img {
  display: block;
  width: 50%;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_parts01 img, #hazel .hazel_parts02 img, #hazel .hazel_parts03 img, #hazel .hazel_parts04 img, #hazel .hazel_parts04-2 img, #hazel .hazel_parts05 img, #hazel .hazel_parts06 img, #hazel .hazel_parts07 img, #hazel .hazel_parts08 img {
    width: auto;
  }
}

#hazel .partition01 img {
  width: 100%;
}

#hazel .partition02 img {
  width: 100%;
}

#hazel .hazel_eye {
  position: relative;
  background-image: url(../img/sp/hazel_bg01.webp);
  padding-top: 18vw;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye {
    background-image: url(../img/pc/hazel_bg01.jpg);
    padding-top: 180px;
  }
}

#hazel .hazel_eye .hazel_parts01 {
  position: absolute;
  top: -11vw;
  left: 0;
  z-index: 89;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .hazel_parts01 {
    top: -160px;
    left: 0;
  }
}

@media all and (max-width: 365px) {
  #hazel .hazel_eye .hazel_parts01 {
    width: 80%;
  }
}

#hazel .hazel_eye .hazel_parts02 {
  position: absolute;
  top: 53vw;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .hazel_parts02 {
    top: 500px;
    left: 0;
  }
}

#hazel .hazel_eye .hazel_parts03 {
  position: absolute;
  top: 215vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .hazel_parts03 {
    top: 800px;
    right: 0;
  }
}

@media all and (max-width: 390px) {
  #hazel .hazel_eye .hazel_parts03 {
    top: 220vw;
  }
}

@media all and (max-width: 340px) {
  #hazel .hazel_eye .hazel_parts03 {
    display: none;
  }
}

#hazel .hazel_eye .hazel_parts03 img {
  margin: 0 0 0 auto;
}

#hazel .hazel_eye h2 {
  position: relative;
  z-index: 11;
  text-align: center;
  top: 12vw;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye h2 {
    top: -1vw;
  }
}

#hazel .hazel_eye h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 35vw auto 30px;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye h3 {
    margin: 120px auto 50px;
  }
}

#hazel .hazel_eye .image-wrap {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 30px auto 20px;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .image-wrap {
    margin: 50px auto 20px;
  }
}

#hazel .hazel_eye .image-wrap img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .image-wrap img {
    width: auto;
  }
}

#hazel .hazel_eye .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#hazel .hazel_eye .product-wrap .product-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 59vw;
  max-width: 507px;
  max-height: 422px;
  background-image: url(../img/pc/movie_bk_little.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-movie {
    width: 507px;
    height: 422px;
  }
}

#hazel .hazel_eye .product-wrap .product-movie video {
  width: 60%;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-movie video {
    width: 350px;
  }
}

@media all and (-ms-high-contrast: none) {
  #hazel .hazel_eye .product-wrap .product-movie video {
    height: 350px;
    margin-top: 35px;
  }
}

#hazel .hazel_eye .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-text {
    width: 340px;
  }
}

#hazel .hazel_eye .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #hazel .hazel_eye .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#hazel .hazel_eye .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#hazel .hazel_eye .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#hazel .hazel_eye .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#hazel .hazel_eye .product-wrap .product-text .note {
  max-width: 340px;
  color: #fff;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_eye .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

#hazel .hazel_lip {
  position: relative;
  background-image: url(../img/sp/hazel_bg02.webp);
  margin-top: -1px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip {
    background-image: url(../img/pc/hazel_bg02.jpg);
    margin-top: -10px;
  }
}

#hazel .hazel_lip .hazel_parts04 {
  position: absolute;
  top: 5vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .hazel_parts04 {
    top: 0;
    right: 0;
  }
}

#hazel .hazel_lip .hazel_parts04 img {
  margin: 0 0 0 auto;
}

#hazel .hazel_lip .hazel_parts05 {
  position: absolute;
  top: 90vw;
  right: 0;
  z-index: 10;
  -webkit-animation-name: fuwa01;
          animation-name: fuwa01;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .hazel_parts05 {
    top: 470px;
    right: 0;
  }
}

@media all and (max-width: 470px) {
  #hazel .hazel_lip .hazel_parts05 {
    top: 95vw;
  }
}

@media all and (max-width: 410px) {
  #hazel .hazel_lip .hazel_parts05 {
    top: 99vw;
    width: 34%;
  }
}

@media all and (max-width: 350px) {
  #hazel .hazel_lip .hazel_parts05 {
    display: none;
  }
}

#hazel .hazel_lip .hazel_parts05 img {
  margin: 0 0 0 auto;
}

#hazel .hazel_lip h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip h3 {
    margin: 0 auto 50px;
  }
}

#hazel .hazel_lip .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#hazel .hazel_lip .product-wrap .product-image {
  width: 100%;
  max-width: 507px;
  max-height: 422px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-image {
    width: 507px;
  }
}

#hazel .hazel_lip .product-wrap .product-image img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-image img {
    width: auto;
  }
}

#hazel .hazel_lip .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-text {
    width: 340px;
  }
}

#hazel .hazel_lip .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #hazel .hazel_lip .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#hazel .hazel_lip .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#hazel .hazel_lip .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#hazel .hazel_lip .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#hazel .hazel_lip .product-wrap .product-text .note {
  max-width: 340px;
  color: #fff;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_lip .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

#hazel .hazel_cheek {
  position: relative;
  background-image: url(../img/sp/hazel_bg03.webp);
  margin-top: -1px;
  padding-bottom: 40px;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek {
    background-image: url(../img/pc/hazel_bg03.jpg);
    margin-top: -10px;
    padding-bottom: 80px;
  }
}

#hazel .hazel_cheek .hazel_parts06 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .hazel_parts06 {
    top: 0;
    left: 0;
  }
}

#hazel .hazel_cheek .hazel_parts07 {
  position: absolute;
  top: 90vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .hazel_parts07 {
    top: 50px;
    right: 0;
  }
}

@media all and (max-width: 427px) {
  #hazel .hazel_cheek .hazel_parts07 {
    top: 93vw;
  }
}

@media all and (max-width: 350px) {
  #hazel .hazel_cheek .hazel_parts07 {
    display: none;
  }
}

#hazel .hazel_cheek .hazel_parts07 img {
  margin: 0 0 0 auto;
}

#hazel .hazel_cheek h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek h3 {
    margin: 0 auto 50px;
  }
}

#hazel .hazel_cheek .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#hazel .hazel_cheek .product-wrap .product-image {
  width: 100%;
  max-width: 507px;
  max-height: 422px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-image {
    width: 507px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#hazel .hazel_cheek .product-wrap .product-image img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-image img {
    width: auto;
  }
}

#hazel .hazel_cheek .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-text {
    width: 340px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#hazel .hazel_cheek .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #hazel .hazel_cheek .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#hazel .hazel_cheek .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#hazel .hazel_cheek .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#hazel .hazel_cheek .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#hazel .hazel_cheek .product-wrap .product-text .note {
  max-width: 340px;
  color: #fff;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #hazel .hazel_cheek .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

/* top_rasp
--------------------------------------------------*/
#rasp {
  position: relative;
}

#rasp::before {
  content: "";
  background-image: url(../img/sp/rasp_partition.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 68vw;
  max-width: 768px;
  top: -30px;
}

@media screen and (min-width: 769px) {
  #rasp::before {
    width: 1200px;
    max-width: 100%;
    height: 416px;
    background-image: url(../img/pc/rasp_partition.png);
    background-size: cover;
    top: -30px;
  }
}

#rasp .rasp_parts01 img, #rasp .rasp_parts02 img, #rasp .rasp_parts03 img, #rasp .rasp_parts04 img, #rasp .rasp_parts04-2 img, #rasp .rasp_parts05 img, #rasp .rasp_parts06 img, #rasp .rasp_parts07 img, #rasp .rasp_parts08 img {
  display: block;
  width: 50%;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_parts01 img, #rasp .rasp_parts02 img, #rasp .rasp_parts03 img, #rasp .rasp_parts04 img, #rasp .rasp_parts04-2 img, #rasp .rasp_parts05 img, #rasp .rasp_parts06 img, #rasp .rasp_parts07 img, #rasp .rasp_parts08 img {
    width: auto;
  }
}

#rasp .rasp_eye {
  position: relative;
  background-image: url(../img/sp/rasp_bg.webp);
  padding-top: 18vw;
  padding-bottom: 12vw;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye {
    background-image: url(../img/pc/rasp_bg.png);
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

#rasp .rasp_eye .rasp_parts01 {
  position: absolute;
  top: -18vw;
  left: 0;
  z-index: 89;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .rasp_parts01 {
    top: -140px;
    left: 0;
  }
}

#rasp .rasp_eye .rasp_parts02 {
  position: absolute;
  top: 60vw;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .rasp_parts02 {
    top: 600px;
    left: 0;
  }
}

#rasp .rasp_eye .rasp_parts03 {
  position: absolute;
  top: 66vw;
  right: 0;
  z-index: 10;
  -webkit-animation-name: fuwa01;
          animation-name: fuwa01;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .rasp_parts03 {
    top: 500px;
    right: 0;
  }
}

#rasp .rasp_eye .rasp_parts03 img {
  margin: 0 0 0 auto;
}

#rasp .rasp_eye .rasp_parts04 {
  position: absolute;
  top: 210vw;
  left: 0;
  z-index: 98;
  -webkit-animation-name: fuwa01;
          animation-name: fuwa01;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .rasp_parts04 {
    top: 1300px;
    left: 0;
  }
}

@media all and (max-width: 390px) {
  #rasp .rasp_eye .rasp_parts04 {
    top: 175vw;
  }
}

#rasp .rasp_eye h2 {
  position: relative;
  z-index: 11;
  text-align: center;
  top: 9vw;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye h2 {
    top: -2vw;
  }
}

#rasp .rasp_eye h2 img {
  width: 60%;
  max-width: 387px;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye h2 img {
    width: auto;
  }
}

#rasp .rasp_eye h3 {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 30vw auto 30px;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye h3 {
    margin: 120px auto 50px;
  }
}

#rasp .rasp_eye .image-wrap {
  position: relative;
  z-index: 11;
  text-align: center;
  margin: 30px auto 20px;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .image-wrap {
    margin: 50px auto 20px;
  }
}

#rasp .rasp_eye .image-wrap img {
  width: 90%;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .image-wrap img {
    width: auto;
  }
}

#rasp .rasp_eye .product-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#rasp .rasp_eye .product-wrap .product-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 59vw;
  max-width: 507px;
  max-height: 422px;
  background-image: url(../img/pc/movie_bk_little.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* z-index: 12; */
  z-index: 97;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-movie {
    width: 507px;
    height: 422px;
  }
}

#rasp .rasp_eye .product-wrap .product-movie video {
  width: 60%;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-movie video {
    width: 350px;
  }
}

@media all and (-ms-high-contrast: none) {
  #rasp .rasp_eye .product-wrap .product-movie video {
    height: 350px;
    margin-top: 35px;
  }
}

#rasp .rasp_eye .product-wrap .product-text {
  width: calc(100% - 60px);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-text {
    width: 340px;
  }
}

#rasp .rasp_eye .product-wrap .product-text h4 {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  #rasp .rasp_eye .product-wrap .product-text h4 {
    font-size: 13px;
  }
}

#rasp .rasp_eye .product-wrap .product-text .price {
  color: #fff;
  line-height: 2;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-text .price {
    margin: 20px auto;
  }
}

#rasp .rasp_eye .product-wrap .product-text .btn-wrap {
  padding: 0;
}

#rasp .rasp_eye .product-wrap .product-text .btn-wrap a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-text .btn-wrap a {
    width: 340px;
    max-width: 100%;
  }
}

#rasp .rasp_eye .product-wrap .product-text .note {
  max-width: 340px;
  color: #fff;
  font-size: 80%;
  text-align: right;
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #rasp .rasp_eye .product-wrap .product-text .note {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

/* top_makeup
--------------------------------------------------*/
#makeup02 {
  position: relative;
}

#makeup02 .makeup_parts01 img, #makeup02 .makeup_parts02 img, #makeup02 .makeup_parts03 img, #makeup02 .makeup_parts04 img, #makeup02 .makeup_parts05 img, #makeup02 .makeup_parts06 img, #makeup02 .makeup_parts07 img, #makeup02 .makeup_parts08 img {
  display: block;
  width: 50%;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_parts01 img, #makeup02 .makeup_parts02 img, #makeup02 .makeup_parts03 img, #makeup02 .makeup_parts04 img, #makeup02 .makeup_parts05 img, #makeup02 .makeup_parts06 img, #makeup02 .makeup_parts07 img, #makeup02 .makeup_parts08 img {
    width: auto;
  }
}

#makeup02 .makeup_bg {
  position: relative;
  padding-bottom: 6vw;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg {
    padding-bottom: 80px;
  }
}

#makeup02 .makeup_bg .makeup_parts01 {
  display: none;
  position: absolute;
  top: -18vw;
  left: 0;
  z-index: 89;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg .makeup_parts01 {
    display: block;
    top: 350px;
    left: 0;
  }
}

#makeup02 .makeup_bg .makeup_parts02 {
  display: none;
  position: absolute;
  top: 60vw;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg .makeup_parts02 {
    display: block;
    top: 500px;
    right: 0;
  }
}

#makeup02 .makeup_bg .makeup_parts02 img {
  margin: 0 0 0 auto;
}

#makeup02 .makeup_bg .sec-title img {
  width: 80%;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg .sec-title img {
    width: auto;
  }
}

#makeup02 .makeup_bg .look_point02 .look02_bg ul li .look_items.title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  color: #44191f;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg .look_point02 .look02_bg ul li .look_items.title {
    font-size: 26px;
  }
}

#makeup02 .makeup_bg .look_point02 .look02_bg ul li .look_items_name {
  color: #fff;
}

#makeup02 .makeup_bg .look_point02 .look02_bg ul li .btn-wrap {
  margin: 20px auto;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg .look_point02 .look02_bg ul li .btn-wrap {
    margin: 35px auto;
  }
}

#makeup02 .makeup_bg .look_point02 .look02_bg .look02_btn_close {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  color: #44191f;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  #makeup02 .makeup_bg .look_point02 .look02_bg .look02_btn_close {
    font-size: 26px;
  }
}

/* top_camp
--------------------------------------------------*/
#camp {
  position: relative;
}

#camp::before {
  content: "";
  background-image: url(../img/sp/camp_partition.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80vw;
  max-width: 768px;
  top: -30px;
}

@media screen and (min-width: 769px) {
  #camp::before {
    width: 1200px;
    max-width: 100%;
    height: 528px;
    background-image: url(../img/pc/camp_partition.png);
    background-size: cover;
    top: -30px;
  }
}

#camp .camp_parts01 img, #camp .camp_parts02 img, #camp .camp_parts03 img, #camp .camp_parts04 img, #camp .camp_parts04-2 img, #camp .camp_parts05 img, #camp .camp_parts06 img, #camp .camp_parts07 img, #camp .camp_parts08 img {
  display: block;
  width: 50%;
}

@media screen and (min-width: 769px) {
  #camp .camp_parts01 img, #camp .camp_parts02 img, #camp .camp_parts03 img, #camp .camp_parts04 img, #camp .camp_parts04-2 img, #camp .camp_parts05 img, #camp .camp_parts06 img, #camp .camp_parts07 img, #camp .camp_parts08 img {
    width: auto;
  }
}

#camp .camp_wrap {
  position: relative;
  background-image: url(../img/sp/camp_bg.png);
  padding-top: 18vw;
  padding-bottom: 24vw;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap {
    background-image: url(../img/pc/camp_bg.png);
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

#camp .camp_wrap .camp_parts01 {
  position: absolute;
  top: -8vw;
  right: 0;
  z-index: 89;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .camp_parts01 {
    top: -65px;
    right: 0;
  }
}

#camp .camp_wrap .camp_parts01 img {
  margin: 0 0 0 auto;
}

#camp .camp_wrap .camp_parts02 {
  position: absolute;
  top: 40vw;
  left: 0;
  z-index: 10;
  -webkit-animation-name: fuwa01;
          animation-name: fuwa01;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .camp_parts02 {
    top: 300px;
    left: 25px;
  }
}

@media all and (max-width: 400px) {
  #camp .camp_wrap .camp_parts02 {
    top: 26vw;
  }
}

@media all and (max-width: 340px) {
  #camp .camp_wrap .camp_parts02 {
    top: 20vw;
  }
}

#camp .camp_wrap .camp_parts03 {
  position: absolute;
  top: 185vw;
  right: 0;
  z-index: 10;
  -webkit-animation-name: fuwa01;
          animation-name: fuwa01;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .camp_parts03 {
    top: 1200px;
    right: 0;
  }
}

@media all and (max-width: 500px) {
  #camp .camp_wrap .camp_parts03 {
    top: 194vw;
  }
}

@media all and (max-width: 445px) {
  #camp .camp_wrap .camp_parts03 {
    top: 201vw;
  }
}

@media all and (max-width: 380px) {
  #camp .camp_wrap .camp_parts03 {
    top: 210vw;
  }
}

@media all and (max-width: 355px) {
  #camp .camp_wrap .camp_parts03 {
    display: none;
  }
}

#camp .camp_wrap .camp_parts03 img {
  margin: 0 0 0 auto;
}

#camp .camp_wrap h2 {
  position: relative;
  z-index: 11;
  text-align: center;
  top: 0;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap h2 {
    top: -1vw;
  }
}

#camp .camp_wrap h2 img {
  width: 60%;
  max-width: 387px;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap h2 img {
    width: auto;
  }
}

#camp .camp_wrap .text-wrap {
  text-align: center;
  margin: 31vw auto 2vw;
  font-weight: bold;
  line-height: 2.4;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .text-wrap {
    margin: 170px auto 30px;
  }
}

@media all and (max-width: 400px) {
  #camp .camp_wrap .text-wrap {
    margin: 25vw auto 2vw;
  }
}

#camp .camp_wrap .text-wrap .white {
  font-size: 130%;
  color: #fff;
  background-color: #ff6974;
  padding: 2px 4px;
}

@media all and (max-width: 360px) {
  #camp .camp_wrap .text-wrap .white {
    font-size: 118%;
  }
}

#camp .camp_wrap .text-wrap .pink {
  font-size: 130%;
  color: #ff6974;
}

#camp .camp_wrap .product-wrap {
  width: calc(100% - 30px);
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 15px;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .product-wrap {
    width: 100%;
    max-width: 750px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 auto;
  }
}

#camp .camp_wrap .product-wrap li {
  width: 48%;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .product-wrap li {
    width: 48%;
    max-width: 350px;
  }
}

#camp .camp_wrap .product-wrap li .text {
  text-align: center;
  line-height: 2;
}

#camp .camp_wrap .product-wrap li .text .white {
  display: inline-block;
  font-size: 2vw;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #ff6974;
  margin: 5px auto;
  padding: 2px 4px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .product-wrap li .text .white {
    font-size: 18px;
    margin: 8px auto;
  }
}

#camp .camp_wrap .product-wrap li .text .white .camp_br {
  display: none;
}

@media all and (max-width: 382px) {
  #camp .camp_wrap .product-wrap li .text .white .camp_br {
    display: block;
  }
}

#camp .camp_wrap .note {
  max-width: 90%;
  color: #000;
  font-size: 80%;
  text-align: right;
  font-weight: bold;
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .note {
    max-width: 1000px;
    margin: 20px auto 0;
  }
}

#camp .camp_wrap .btn-wrap {
  padding: 0;
}

#camp .camp_wrap .btn-wrap a {
  display: block;
  text-align: center;
  width: 90%;
  max-width: 340px;
  font-weight: bold;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #camp .camp_wrap .btn-wrap a {
    width: 328px;
    max-width: 100%;
  }
}

/* アニメーション　テスト */
.test1 {
  -webkit-animation: test 1.0s ease-in-out 0s 1;
          animation: test 1.0s ease-in-out 0s 1;
}

.test2 {
  -webkit-animation: test 0.6s ease-in-out 0s 1;
          animation: test 0.6s ease-in-out 0s 1;
}

.test3 {
  -webkit-animation: test 2.0s ease-in-out 0s 1;
          animation: test 2.0s ease-in-out 0s 1;
}

@keyframes test {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, -100%);
            transform: scale(0, 0) translate(0%, -100%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, 10%);
            transform: scale(0.95, 1.2) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
            transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
            transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@-webkit-keyframes bounds {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate(0, 100px);
    transform: scale(1) translate(0, 100px);
  }
  8% {
    opacity: 0.33;
    -webkit-transform: scale(1.1) translate(0, 50px);
    transform: scale(1.1) translate(0, 50px);
  }
  17% {
    opacity: 0.66;
    -webkit-transform: scale(1.2) translate(0, 0);
    transform: scale(1.2) translate(0, 0);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  51% {
    opacity: 1;
    -webkit-transform: scale(1.1) translate(0, 0);
    transform: scale(1.1) translate(0, 0);
  }
  68% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  84% {
    opacity: 1;
    -webkit-transform: scale(1.05) translate(0, 0);
    transform: scale(1.05) translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes bounds {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate(0, 100px);
    transform: scale(1) translate(0, 100px);
  }
  8% {
    opacity: 0.33;
    -webkit-transform: scale(1.1) translate(0, 50px);
    transform: scale(1.1) translate(0, 50px);
  }
  17% {
    opacity: 0.66;
    -webkit-transform: scale(1.2) translate(0, 0);
    transform: scale(1.2) translate(0, 0);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  51% {
    opacity: 1;
    -webkit-transform: scale(1.1) translate(0, 0);
    transform: scale(1.1) translate(0, 0);
  }
  68% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  84% {
    opacity: 1;
    -webkit-transform: scale(1.05) translate(0, 0);
    transform: scale(1.05) translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@media screen and (max-width: 640px) {
  .fade_image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.test1 {
  -webkit-animation: test 1.0s ease-in-out 0s 1;
  animation: test 1.0s ease-in-out 0s 1;
}

.test2 {
  -webkit-animation: test 0.6s ease-in-out 0s 1;
  animation: test 0.6s ease-in-out 0s 1;
}

@-webkit-keyframes test {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, -100%);
    transform: scale(0, 0) translate(0%, -100%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, 10%);
    transform: scale(0.95, 1.2) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes test {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, -100%);
    transform: scale(0, 0) translate(0%, -100%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, 10%);
    transform: scale(0.95, 1.2) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*# sourceMappingURL=top.css.map */