@charset "UTF-8";
/*------------------------------------------
  Base Setting
------------------------------------------*/
.lp-hd,
.lp-ft {
  position: relative;
  z-index: 100;
  background: #da2c71;
}

.breadcrumb {
  background: #fff;
  position: relative;
  z-index: 100;
}
.breadcrumb li {
  font-size: 0.8rem;
}

.pagetop {
  z-index: 101;
}
.pagetop > a {
  background: rgba(255, 255, 255, 0.8);
}
.pagetop > a::before {
  border-top: 2px solid #FF0087;
  border-right: 2px solid #FF0087;
}

.lp-main {
  color: #BE1154;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
.lp-main * {
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-main *:before, .lp-main *:after {
  display: block;
}
.lp-main a {
  text-decoration: none;
  color: #BE1154;
}
.lp-main a:hover {
  text-decoration: none;
}
.lp-main img {
  max-width: 100%;
  height: auto;
}
.lp-main .w100 {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width: 769px) {
  .breadcrumb li {
    font-size: 1rem;
  }
}
/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/*------------------------------------------
.img__bedding,
.img__peak
------------------------------------------*/
.img__bedding,
.img__peak {
  width: 100%;
  height: 100%;
}
.img__bedding > img,
.img__peak > img {
  width: 100%;
  height: 100%;
}

.img__bedding {
  opacity: 0;
}

.img__peak {
  position: absolute;
  top: 0;
  left: 0;
}
.img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
.main__cnt
------------------------------------------*/
.main__cnt {
  width: 100%;
  background: url(../images/main_bg.png) no-repeat 0 -111px/cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.left__container,
.nav__container {
  display: none;
}
@media (min-width: 769px) {
  .left__container,
  .nav__container {
    width: calc((100% - 750px) / 2);
    height: 100vh;
    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: sticky;
    top: 0;
    z-index: 1;
  }
}

.left__container {
  left: 0;
}
.left__container .icon__list {
  width: 230px;
  height: 126px;
  position: relative;
}
.left__container .icon__list .icon__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.left__container .icon__list .icon__item span {
  display: block;
}
.left__container .icon__list .icon__item .icon {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.left__container .icon__list .icon__item .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.left__container .icon__list .icon__item .icon.lip::before {
  background: url(../images/icon/icon_lip_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.mascara::before {
  background: url(../images/icon/icon_mascara_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.base::before {
  background: url(../images/icon/icon_base_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.foundation::before {
  background: url(../images/icon/icon_foundation_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.color::before {
  background: url(../images/icon/icon_color_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.face::before {
  background: url(../images/icon/icon_face_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.toner::before {
  background: url(../images/icon/icon_toner_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.serum::before {
  background: url(../images/icon/icon_serum_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.cream::before {
  background: url(../images/icon/icon_cream_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.hair::before {
  background: url(../images/icon/icon_hair_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.body::before {
  background: url(../images/icon/icon_body_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .icon.nail::before {
  background: url(../images/icon/icon_nail_p.png) no-repeat center/100%;
}
.left__container .icon__list .icon__item .txt {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}
.left__container .icon__list .icon__item.is-active {
  opacity: 1;
}

.nav__container {
  right: 0;
}
.nav__container .nav__list {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.nav__container .nav__list .nav__item {
  width: 100%;
}
.nav__container .nav__list .nav__item > a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.nav__container .nav__list .nav__item span {
  display: block;
}
.nav__container .nav__list .nav__item .icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
.nav__container .nav__list .nav__item .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__container .nav__list .nav__item .icon.lip::before {
  background: url(../images/icon/icon_lip_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.mascara::before {
  background: url(../images/icon/icon_mascara_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.base::before {
  background: url(../images/icon/icon_base_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.foundation::before {
  background: url(../images/icon/icon_foundation_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.color::before {
  background: url(../images/icon/icon_color_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.face::before {
  background: url(../images/icon/icon_face_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.toner::before {
  background: url(../images/icon/icon_toner_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.serum::before {
  background: url(../images/icon/icon_serum_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.cream::before {
  background: url(../images/icon/icon_cream_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.hair::before {
  background: url(../images/icon/icon_hair_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.body::before {
  background: url(../images/icon/icon_body_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .icon.nail::before {
  background: url(../images/icon/icon_nail_p.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 14px;
}
.nav__container .nav__list .nav__item a:hover .icon.lip::before, .nav__container .nav__list .nav__item.is-active .icon.lip::before {
  background: url(../images/icon/icon_lip_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.mascara::before, .nav__container .nav__list .nav__item.is-active .icon.mascara::before {
  background: url(../images/icon/icon_mascara_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.base::before, .nav__container .nav__list .nav__item.is-active .icon.base::before {
  background: url(../images/icon/icon_base_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.foundation::before, .nav__container .nav__list .nav__item.is-active .icon.foundation::before {
  background: url(../images/icon/icon_foundation_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.color::before, .nav__container .nav__list .nav__item.is-active .icon.color::before {
  background: url(../images/icon/icon_color_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.face::before, .nav__container .nav__list .nav__item.is-active .icon.face::before {
  background: url(../images/icon/icon_face_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.toner::before, .nav__container .nav__list .nav__item.is-active .icon.toner::before {
  background: url(../images/icon/icon_toner_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.serum::before, .nav__container .nav__list .nav__item.is-active .icon.serum::before {
  background: url(../images/icon/icon_serum_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.cream::before, .nav__container .nav__list .nav__item.is-active .icon.cream::before {
  background: url(../images/icon/icon_cream_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.hair::before, .nav__container .nav__list .nav__item.is-active .icon.hair::before {
  background: url(../images/icon/icon_hair_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.body::before, .nav__container .nav__list .nav__item.is-active .icon.body::before {
  background: url(../images/icon/icon_body_w.png) no-repeat center/100%;
}
.nav__container .nav__list .nav__item a:hover .icon.nail::before, .nav__container .nav__list .nav__item.is-active .icon.nail::before {
  background: url(../images/icon/icon_nail_w.png) no-repeat center/100%;
}

/*------------------------------------------
.cnt__container
------------------------------------------*/
.cnt__container {
  width: 100%;
  background: #F4B2CD;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cnt__container {
    width: 750px;
    z-index: 3;
  }
}

/*------------------------------------------
.mv__container
------------------------------------------*/
.mv__container {
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .mv__container {
    padding-bottom: 60px;
  }
}
.mv__container .mv__img {
  width: 100%;
  margin: 0 auto;
}
.mv__container .mv__lead {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin: -18px auto 0;
  background: url(../images/mv_bg.png) repeat-y center/100%;
}
@media (min-width: 769px) {
  .mv__container .mv__lead {
    padding: 0 40px;
    margin: -52px auto 0;
  }
}
.mv__container .mv__info {
  background: rgba(245, 229, 236, 0.85);
  border-radius: 20px;
  padding: 25px 20px 30px;
}
@media (min-width: 769px) {
  .mv__container .mv__info {
    border-radius: 40px;
    padding: 50px 40px 60px;
  }
}
.mv__container .mv__info .lead__ttl {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .mv__container .mv__info .lead__ttl {
    margin-bottom: 18px;
  }
}
.mv__container .mv__info .lead__ttl span {
  display: inline-block;
}
.mv__container .mv__info .lead__ttl .txt {
  letter-spacing: 0;
  margin: 0 auto 3px;
  color: #ffffff;
  background: #DB2D71;
  font-weight: 700;
  font-size: 14px;
  padding: 8px;
}
@media (min-width: 769px) {
  .mv__container .mv__info .lead__ttl .txt {
    font-size: 30px;
    margin: 0 auto 6px;
  }
}
.mv__container .mv__info .lead__txt {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .mv__container .mv__info .lead__txt {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.mv__container .mv__info .lead__txt:last-child {
  margin-bottom: 0;
}
.mv__container .mv__info .lead__txt .s--txt {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  font-weight: 300;
}
@media (min-width: 769px) {
  .mv__container .mv__info .lead__txt .s--txt {
    margin-top: 20px;
    font-size: 12px;
  }
}

sub {
  font-size: 8px;
  vertical-align: baseline;
}
@media (min-width: 769px) {
  sub {
    font-size: 10px;
  }
}

/*------------------------------------------
.nav2__container
------------------------------------------*/
.nav2__container {
  background: #EADBE8;
  padding: 30px 0;
}
@media (min-width: 769px) {
  .nav2__container {
    padding: 60px 0;
  }
}
.nav2__container .inner {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .nav2__container .inner {
    padding: 0 40px;
  }
}
.nav2__container .acc__block {
  border: 1px solid #DB2D71;
  background: #ffffff;
  -webkit-box-shadow: 3px 3px 0px #F4B2CD;
          box-shadow: 3px 3px 0px #F4B2CD;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .nav2__container .acc__block {
    -webkit-box-shadow: 6px 6px 0px #F4B2CD;
            box-shadow: 6px 6px 0px #F4B2CD;
    margin-bottom: 16px;
  }
}
.nav2__container .acc__ttl {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E8DECD;
  padding-left: 24px;
}
@media (min-width: 769px) {
  .nav2__container .acc__ttl {
    height: 120px;
    padding-left: 48px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav2__container .acc__ttl:hover {
    opacity: 0.6;
  }
}
.nav2__container .acc__ttl .ttl {
  padding-left: 55px;
  position: relative;
}
@media (min-width: 769px) {
  .nav2__container .acc__ttl .ttl {
    padding-left: 100px;
  }
}
.nav2__container .acc__ttl .ttl.makeup > img {
  width: 185px;
}
@media (min-width: 769px) {
  .nav2__container .acc__ttl .ttl.makeup > img {
    width: 368px;
  }
}
.nav2__container .acc__ttl .ttl.skincare > img {
  width: 188px;
}
@media (min-width: 769px) {
  .nav2__container .acc__ttl .ttl.skincare > img {
    width: 376px;
  }
}
.nav2__container .acc__ttl .ttl::before {
  content: "";
  background: url(../images/icon_arrow.png) no-repeat center/100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 769px) {
  .nav2__container .acc__ttl .ttl::before {
    width: 60px;
    height: 60px;
  }
}
.nav2__container .acc__cnt {
  display: none;
  width: 100%;
}
.nav2__container .acc__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav2__container .acc__list > li {
  width: 33.3333333333%;
  height: 60px;
  border-right: 1px solid #E8DECD;
}
@media (min-width: 769px) {
  .nav2__container .acc__list > li {
    height: 120px;
  }
}
.nav2__container .acc__list > li:nth-child(3n) {
  border-right: none;
}
.nav2__container .acc__list > li:nth-child(-n+3) {
  border-bottom: 1px solid #E8DECD;
}
.nav2__container .acc__list > li > a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  gap: 5px;
}
@media (min-width: 769px) {
  .nav2__container .acc__list > li > a {
    gap: 10px;
    padding: 0 20px;
  }
}
.nav2__container .acc__list > li > a span {
  display: block;
}
.nav2__container .acc__list > li > a .icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .nav2__container .acc__list > li > a .icon {
    width: 60px;
    height: 60px;
  }
}
.nav2__container .acc__list > li > a .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav2__container .acc__list > li > a .icon.lip::before {
  background: url(../images/icon/icon_lip_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.mascara::before {
  background: url(../images/icon/icon_mascara_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.base::before {
  background: url(../images/icon/icon_base_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.foundation::before {
  background: url(../images/icon/icon_foundation_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.color::before {
  background: url(../images/icon/icon_color_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.face::before {
  background: url(../images/icon/icon_face_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.toner::before {
  background: url(../images/icon/icon_toner_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.serum::before {
  background: url(../images/icon/icon_serum_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.cream::before {
  background: url(../images/icon/icon_cream_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.hair::before {
  background: url(../images/icon/icon_hair_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.body::before {
  background: url(../images/icon/icon_body_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .icon.nail::before {
  background: url(../images/icon/icon_nail_p.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a .txt {
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  font-weight: 700;
  font-size: 11px;
  color: #DB2D71;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 769px) {
  .nav2__container .acc__list > li > a .txt {
    font-size: 18px;
  }
}
.nav2__container .acc__list > li > a:hover .icon.lip::before {
  background: url(../images/icon/icon_lip_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.mascara::before {
  background: url(../images/icon/icon_mascara_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.base::before {
  background: url(../images/icon/icon_base_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.foundation::before {
  background: url(../images/icon/icon_foundation_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.color::before {
  background: url(../images/icon/icon_color_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.face::before {
  background: url(../images/icon/icon_face_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.toner::before {
  background: url(../images/icon/icon_toner_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.serum::before {
  background: url(../images/icon/icon_serum_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.cream::before {
  background: url(../images/icon/icon_cream_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.hair::before {
  background: url(../images/icon/icon_hair_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.body::before {
  background: url(../images/icon/icon_body_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .icon.nail::before {
  background: url(../images/icon/icon_nail_w.png) no-repeat center/100%;
}
.nav2__container .acc__list > li > a:hover .txt {
  opacity: 0.6;
}
.nav2__container .acc__list.other--type {
  gap: 8px;
}
@media (min-width: 769px) {
  .nav2__container .acc__list.other--type {
    gap: 16px;
  }
}
.nav2__container .acc__list.other--type > li {
  background: #ffffff;
  border: 1px solid #DB2D71;
  -webkit-box-shadow: 3px 3px 0px #F4B2CD;
          box-shadow: 3px 3px 0px #F4B2CD;
  width: calc(33.3333333333% - 5.4px);
}
@media (min-width: 769px) {
  .nav2__container .acc__list.other--type > li {
    width: calc(33.3333333333% - 10.8px);
    -webkit-box-shadow: 6px 6px 0px #F4B2CD;
            box-shadow: 6px 6px 0px #F4B2CD;
  }
}

/*------------------------------------------
各部門container
------------------------------------------*/
.cmn__kami--bg {
  width: 100%;
  background: url(../images/bg_kami.png) repeat-y left top/100%;
}

.cmn--bg {
  width: 100%;
  background: url(../images/bg_kirakira.png) no-repeat left top/100%;
}

.cmn__img {
  width: 100%;
  margin: 0 auto 15px;
}
@media (min-width: 769px) {
  .cmn__img {
    margin: 0 auto 30px;
  }
}

.cnt__block {
  width: 100%;
  position: relative;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .cnt__block {
    padding-top: 80px;
  }
}
.cnt__block::before {
  content: "";
  background: url(../images/balloon.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: -10px;
  width: 381px;
  height: 348px;
}
@media (min-width: 769px) {
  .cnt__block::before {
    width: 761px;
    height: 689px;
    right: -20px;
  }
}

.cmn__ttl {
  width: 315px;
  height: 60px;
  background: #ffedf9;
  border: 2px solid #fff;
  -webkit-box-shadow: -3px 3px 0px #da2c71;
          box-shadow: -3px 3px 0px #da2c71;
  margin: 0 0 35px 40px;
  border-radius: 18px;
  padding: 2px;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .cmn__ttl {
    width: 610px;
    height: 120px;
    border: 4px solid #fff;
    -webkit-box-shadow: -6px 6px 0px #da2c71;
            box-shadow: -6px 6px 0px #da2c71;
    border-radius: 36px;
    padding: 4px;
    margin: 0 0 70px 80px;
  }
}
.cmn__ttl .inline {
  width: 100%;
  height: 100%;
  border: 1px solid #DB2D71;
  border-radius: 18px;
  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;
}
@media (min-width: 769px) {
  .cmn__ttl .inline {
    border: 2px solid #DB2D71;
    border-radius: 36px;
  }
}
.cmn__ttl .inline .txt {
  color: #FF297D;
  font-weight: 700;
  font-size: 23px;
}
@media (min-width: 769px) {
  .cmn__ttl .inline .txt {
    font-size: 46px;
  }
}

.cmn__inner {
  padding: 0 10px;
}
@media (min-width: 769px) {
  .cmn__inner {
    padding: 0 20px;
  }
}

.cmn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
  padding: 0 10px 0 30px;
}
@media (min-width: 769px) {
  .cmn__list {
    padding: 0 20px 0 60px;
    gap: 30px 20px;
  }
}
.cmn__list > li {
  width: calc(50% - 5px);
}
@media (min-width: 769px) {
  .cmn__list > li {
    width: calc(50% - 10px);
  }
}
.cmn__list > li > a {
  display: block;
  width: 100%;
  position: relative;
}
.cmn__list > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.cmn__list > li > a .img {
  width: 128px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-box-shadow: -3px 3px 0 #da2c71;
          box-shadow: -3px 3px 0 #da2c71;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 769px) {
  .cmn__list > li > a .img {
    -webkit-box-shadow: -6px 6px 0 #da2c71;
            box-shadow: -6px 6px 0 #da2c71;
    width: 256px;
  }
}
.cmn__list > li > a .info {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  margin: -4px auto 0;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info {
    margin: -8px auto 0;
  }
}
.cmn__list > li > a .info .lead {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0;
  width: calc(100% - 10px);
  margin: 0 auto;
  background: #DB2D71;
  padding: 4px 0;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info .lead {
    width: calc(100% - 20px);
    padding: 8px 0;
    font-size: 24px;
  }
}
.cmn__list > li > a .info .detail {
  background: #fff;
  border-radius: 10px;
  padding: 20px 12px 15px;
  margin: -16px auto 0;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info .detail {
    border-radius: 20px;
    padding: 40px 24px 30px;
    margin: -32px auto 0;
  }
}
.cmn__list > li > a .info .detail .ttl {
  text-align: center;
  line-height: 1.5;
  color: #DB2D71;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info .detail .ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.cmn__list > li > a .info .detail .price {
  text-align: center;
  line-height: 1;
  color: #DB2D71;
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info .detail .price {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.cmn__list > li > a .info .detail .price::after {
  content: "（税込）";
  font-size: 80%;
  display: inline-block;
}
.cmn__list > li > a .info .detail .text {
  color: #FF297D;
  line-height: 1.7;
  font-size: 12px;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info .detail .text {
    font-size: 24px;
  }
}
.cmn__list > li > a .info .detail .text .s--txt {
  margin-top: 5px;
  display: block;
  line-height: 1.5;
  font-size: 10px;
}
@media (min-width: 769px) {
  .cmn__list > li > a .info .detail .text .s--txt {
    font-size: 12px;
  }
}
.cmn__list > li:first-child {
  width: 100%;
}
.cmn__list > li:first-child > a::before {
  background: url(../images/best_1.png) no-repeat center/100%;
  width: 81px;
  height: 90px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a::before {
    width: 162px;
    height: 180px;
  }
}
.cmn__list > li:first-child > a .img {
  width: 260px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .img {
    width: 520px;
  }
}
.cmn__list > li:first-child > a .info {
  margin: -10px auto 0;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info {
    margin: -20px auto 0;
  }
}
.cmn__list > li:first-child > a .info .lead {
  font-size: 15px;
  padding: 10px 0;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info .lead {
    font-size: 30px;
    padding: 20px 0;
  }
}
.cmn__list > li:first-child > a .info .detail {
  padding: 24px 24px 20px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info .detail {
    padding: 48px 48px 40px;
  }
}
.cmn__list > li:first-child > a .info .detail .ttl {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info .detail .ttl {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.cmn__list > li:first-child > a .info .detail .price {
  font-size: 15px;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info .detail .price {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.cmn__list > li:first-child > a .info .detail .text {
  font-size: 13px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info .detail .text {
    font-size: 26px;
  }
}
.cmn__list > li:first-child > a .info .detail .text .s--txt {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .cmn__list > li:first-child > a .info .detail .text .s--txt {
    font-size: 16px;
  }
}
.cmn__list > li:nth-child(2) > a::before, .cmn__list > li:nth-child(3) > a::before {
  width: 47px;
  height: 53px;
}
@media (min-width: 769px) {
  .cmn__list > li:nth-child(2) > a::before, .cmn__list > li:nth-child(3) > a::before {
    width: 94px;
    height: 106px;
  }
}
.cmn__list > li:nth-child(2) > a::before {
  background: url(../images/best_2.png) no-repeat center/100%;
}
.cmn__list > li:nth-child(3) > a::before {
  background: url(../images/best_3.png) no-repeat center/100%;
}

.cmn__container {
  padding: 20px 0 30px;
}
@media (min-width: 769px) {
  .cmn__container {
    padding: 40px 0 60px;
  }
}

/*------------------------------------------
all__container
------------------------------------------*/
.all__container {
  background: #DB2D71;
  padding: 40px 0 50px;
}
@media (min-width: 769px) {
  .all__container {
    padding: 80px 0 100px;
  }
}
.all__container .inner {
  padding: 0 20px 0 40px;
}
@media (min-width: 769px) {
  .all__container .inner {
    padding: 0 40px 0 80px;
  }
}
.all__container .all__info {
  width: 100%;
}
.all__container .all__info .ttl {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 17px;
  margin-bottom: 18px;
}
@media (min-width: 769px) {
  .all__container .all__info .ttl {
    font-size: 34px;
    margin-bottom: 36px;
  }
}
.all__container .all__info .btn {
  border-radius: 30px;
  background: #fff;
  width: 100%;
  height: 60px;
}
@media (min-width: 769px) {
  .all__container .all__info .btn {
    border-radius: 60px;
    height: 120px;
  }
}
.all__container .all__info .btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.all__container .all__info .btn > a img {
  width: 112px;
  height: 17px;
}
@media (min-width: 769px) {
  .all__container .all__info .btn > a img {
    width: 224px;
    height: 34px;
  }
}
.all__container .all__info .btn > a::before, .all__container .all__info .btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.all__container .all__info .btn > a::before {
  border-radius: 100%;
  background: #DB2D71;
  width: 24px;
  height: 24px;
  right: 20px;
}
@media (min-width: 769px) {
  .all__container .all__info .btn > a::before {
    width: 48px;
    height: 48px;
    right: 40px;
  }
}
.all__container .all__info .btn > a::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .all__container .all__info .btn > a::after {
    width: 12px;
    height: 12px;
    right: 60px;
  }
}

/*------------------------------------------
next__container
------------------------------------------*/
.next__container {
  background: url(../images/balloon_2.png) no-repeat top/100%, url(../images/bg_kami.png) repeat-y left 408px/100%, #DCB0D1;
  padding: 68px 0 30px;
}
@media (min-width: 769px) {
  .next__container {
    background: url(../images/balloon_2.png) no-repeat top/100%, url(../images/bg_kami.png) repeat-y left 816px/100%, #DCB0D1;
    padding: 136px 0 60px;
  }
}
.next__container .inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .next__container .inner {
    padding: 0 40px;
  }
}
.next__container .next__ttl {
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  .next__container .next__ttl {
    margin: 0 auto 40px;
  }
}
.next__container .next__list {
  padding: 0 10px;
}
@media (min-width: 769px) {
  .next__container .next__list {
    padding: 0 20px;
  }
}
.next__container .next__list > li {
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 769px) {
  .next__container .next__list > li {
    margin: 0 auto 40px;
  }
}
.next__container .next__list > li:last-child {
  margin: 0 auto;
}
.next__container .next__list > li .img {
  overflow: hidden;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 260px;
  aspect-ratio: 13/12;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .next__container .next__list > li .img {
    width: 520px;
    border-top-left-radius: 400px;
    border-top-right-radius: 400px;
  }
}
.next__container .next__list > li .img.other--type .img__peak {
  top: 15px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .img.other--type .img__peak {
    top: 30px;
  }
}
.next__container .next__list > li .info {
  background: #FAF5F9;
  border-radius: 10px;
  padding: 14px 24px 20px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .info {
    border-radius: 20px;
    padding: 28px 48px 40px;
  }
}
.next__container .next__list > li .info .ttl {
  text-align: center;
  line-height: 1.5;
  color: #DB2D71;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .info .ttl {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.next__container .next__list > li .info .price {
  text-align: center;
  line-height: 1;
  color: #DB2D71;
  position: relative;
  font-size: 15px;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .info .price {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.next__container .next__list > li .info .price::after {
  content: "（税込）";
  font-size: 80%;
  display: inline-block;
}
.next__container .next__list > li .info .text {
  color: #AB4DBB;
  line-height: 1.7;
  font-size: 13px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .info .text {
    font-size: 26px;
  }
}
.next__container .next__list > li .info .text .s--txt {
  margin-top: 5px;
  display: block;
  line-height: 1.5;
  font-size: 10px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .info .text .s--txt {
    margin-top: 10px;
    font-size: 12px;
  }
}
.next__container .next__list > li .info .comment {
  text-align: center;
  margin: 10px auto;
}
.next__container .next__list > li .info .comment .txt {
  display: inline-block;
  background: #DCB0D1;
  color: #fff;
  padding: 8px;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 769px) {
  .next__container .next__list > li .info .comment .txt {
    font-size: 26px;
  }
}

/*------------------------------------------
SPECIAL CAMPAIGN
------------------------------------------*/
.cpn__area {
  width: 100%;
  position: relative;
}
.cpn__area .is--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  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;
}
.cpn__area .is--close .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #DB2D71;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 4px 42px 7px;
}
@media (min-width: 769px) {
  .cpn__area .is--close .txt {
    font-size: 36px;
    padding: 8px 84px 14px;
  }
}

/*------------------------------------------
trend__container
------------------------------------------*/
.trend__container {
  background: url(../images/trend_bg.png) repeat-y center top/100%;
  padding: 20px 0 40px;
}
@media (min-width: 769px) {
  .trend__container {
    padding: 40px 0 80px;
  }
}
.trend__container .ttl {
  width: 325px;
  margin: 0 auto 10px;
}
@media (min-width: 769px) {
  .trend__container .ttl {
    width: 650px;
    margin: 0 auto 24px;
  }
}
.trend__container .inner {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .trend__container .inner {
    padding: 0 40px;
  }
}
.trend__container .inner .lead {
  line-height: 1.8;
  letter-spacing: 0;
  color: #EF4EA5;
  padding: 0 5px;
  font-size: 15px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .trend__container .inner .lead {
    padding: 0 10px;
    font-size: 30px;
    margin-bottom: 80px;
  }
}
.trend__container .trend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 12px;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .trend__container .trend__list {
    gap: 64px 24px;
    margin-bottom: 80px;
  }
}
.trend__container .trend__list > li {
  width: calc(50% - 6px);
}
@media (min-width: 769px) {
  .trend__container .trend__list > li {
    width: calc(50% - 12px);
  }
}
.trend__container .trend__list > li > a {
  display: block;
  width: 100%;
  position: relative;
}
.trend__container .trend__list > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 38px;
  z-index: 3;
}
@media (min-width: 769px) {
  .trend__container .trend__list > li > a::before {
    width: 92px;
    height: 76px;
  }
}
.trend__container .trend__list > li > a .img {
  overflow: hidden;
  border-radius: 100%;
  width: 128px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  background: #fff;
  -webkit-box-shadow: -3px 3px 0px #FFBFD9;
          box-shadow: -3px 3px 0px #FFBFD9;
}
@media (min-width: 769px) {
  .trend__container .trend__list > li > a .img {
    -webkit-box-shadow: -6px 6px 0px #FFBFD9;
            box-shadow: -6px 6px 0px #FFBFD9;
    width: 256px;
  }
}
.trend__container .trend__list > li > a .img .img__peak {
  width: 90%;
  height: 90%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.trend__container .trend__list > li > a .info {
  border-radius: 10px;
  background: #ED7EBA;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  margin: -6px auto 0;
  padding: 8px 12px 10px;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .trend__container .trend__list > li > a .info {
    font-size: 24px;
    border-radius: 20px;
    margin: -12px auto 0;
    padding: 16px 24px 20px;
  }
}
.trend__container .trend__list > li > a .info .item__ttl {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .trend__container .trend__list > li > a .info .item__ttl {
    margin-bottom: 8px;
  }
}
.trend__container .trend__list > li > a .info .price {
  text-align: center;
  line-height: 1;
}
.trend__container .trend__list > li > a .info .price::after {
  content: "（税込）";
  font-weight: 500;
  font-size: 80%;
  display: inline-block;
}
.trend__container .trend__list > li:first-child > a::before {
  background: url(../images/trend_ico_1.png) no-repeat center/100%;
}
.trend__container .trend__list > li:nth-child(2) > a::before {
  background: url(../images/trend_ico_2.png) no-repeat center/100%;
}
.trend__container .trend__list > li:nth-child(3) > a::before {
  background: url(../images/trend_ico_3.png) no-repeat center/100%;
}
.trend__container .trend__list > li:nth-child(4) > a::before {
  background: url(../images/trend_ico_4.png) no-repeat center/100%;
}
.trend__container .trend__list > li:nth-child(5) > a::before {
  background: url(../images/trend_ico_5.png) no-repeat center/100%;
}
.trend__container .trend__list > li:nth-child(6) > a::before {
  background: url(../images/trend_ico_5.png) no-repeat center/100%;
}
.trend__container .trend__btn {
  border-radius: 35px;
  background: #DB2D71;
  width: calc(100% - 36px);
  height: 70px;
  margin: 0 auto 10px;
}
@media (min-width: 769px) {
  .trend__container .trend__btn {
    width: calc(100% - 72px);
    border-radius: 70px;
    height: 140px;
    margin: 0 auto 20px;
  }
}
.trend__container .trend__btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 900;
  font-size: 17px;
}
@media (min-width: 769px) {
  .trend__container .trend__btn > a {
    font-size: 34px;
  }
}
.trend__container .trend__btn > a::before, .trend__container .trend__btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.trend__container .trend__btn > a::before {
  border-radius: 100%;
  background: #fff;
  width: 24px;
  height: 24px;
  right: 16px;
}
@media (min-width: 769px) {
  .trend__container .trend__btn > a::before {
    width: 48px;
    height: 48px;
    right: 32px;
  }
}
.trend__container .trend__btn > a::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid #DB2D71;
  border-bottom: 2px solid #DB2D71;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .trend__container .trend__btn > a::after {
    width: 12px;
    height: 12px;
    right: 52px;
  }
}
.trend__container .op__txt {
  color: #BE1154;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 769px) {
  .trend__container .op__txt {
    font-size: 24px;
  }
}

/*------------------------------------------
btm__container
------------------------------------------*/
.btm__container {
  background: #F4B2CD;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .btm__container {
    padding: 40px 0;
  }
}
.btm__container .inner {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .btm__container .inner {
    padding: 0 40px;
  }
}
.btm__container .option {
  background: #FFE0ED;
  color: #C63C86;
  padding: 20px 24px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.9;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .btm__container .option {
    padding: 40px 48px;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.btm__container .bnr {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .btm__container .bnr {
    margin-bottom: 40px;
  }
}
.btm__container .bnr:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
items-nav
------------------------------------------*/
.cmn__kami--bg.is-active .items-nav {
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.items-nav {
  overflow: hidden;
  margin-left: 5px;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 100;
  width: 30px;
  height: 432px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 769px) {
  .items-nav {
    margin-left: 10px;
    width: 42px;
    height: 594px;
  }
}
.items-nav #itemsNavList {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.items-nav #itemsNavList::before {
  content: "";
  background: #fff;
  width: 2px;
  height: 97%;
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .items-nav #itemsNavList::before {
    width: 4px;
  }
}
.items-nav #itemsNavList > li {
  width: 100%;
  height: 30px;
}
@media (min-width: 769px) {
  .items-nav #itemsNavList > li {
    height: 60px;
  }
}
.items-nav #itemsNavList > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.items-nav #itemsNavList > li > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.items-nav #itemsNavList > li > a.lip::before {
  background: url(../images/icon/icon_lip_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.mascara::before {
  background: url(../images/icon/icon_mascara_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.base::before {
  background: url(../images/icon/icon_base_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.foundation::before {
  background: url(../images/icon/icon_foundation_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.color::before {
  background: url(../images/icon/icon_color_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.face::before {
  background: url(../images/icon/icon_face_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.toner::before {
  background: url(../images/icon/icon_toner_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.serum::before {
  background: url(../images/icon/icon_serum_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.cream::before {
  background: url(../images/icon/icon_cream_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.hair::before {
  background: url(../images/icon/icon_hair_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.body::before {
  background: url(../images/icon/icon_body_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li > a.nail::before {
  background: url(../images/icon/icon_nail_p.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.lip::before {
  background: url(../images/icon/icon_lip_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.mascara::before {
  background: url(../images/icon/icon_mascara_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.base::before {
  background: url(../images/icon/icon_base_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.foundation::before {
  background: url(../images/icon/icon_foundation_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.color::before {
  background: url(../images/icon/icon_color_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.face::before {
  background: url(../images/icon/icon_face_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.toner::before {
  background: url(../images/icon/icon_toner_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.serum::before {
  background: url(../images/icon/icon_serum_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.cream::before {
  background: url(../images/icon/icon_cream_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.hair::before {
  background: url(../images/icon/icon_hair_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.body::before {
  background: url(../images/icon/icon_body_w.png) no-repeat center/100%;
}
.items-nav #itemsNavList > li.current > a.nail::before {
  background: url(../images/icon/icon_nail_w.png) no-repeat center/100%;
}