@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
.scroll_anime {
  opacity: 0;
  position: relative;
  top: 40px;
}

body.modal_open {
  overflow: hidden;
  height: 100vh;
}

body {
  background: none;
}

#bread {
  display: none;
  background: #fff;
  position: relative;
  z-index: 1;
}
#bread::before, #bread::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
}
#bread::before {
  right: 100%;
}
#bread::after {
  left: 100%;
}

/* br ======================================= */
@media screen and (min-width: 1025px) {
  br.sp1024 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  br.sp900 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  br.sp768 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}

/*                アニメーション
======================================================= */
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* contents ======================================= */
/**
h1#main {
 visibility: hidden;

  width: 100%;
  height: calc(100vh - 110px);
  ///height: 100vh;
  @media screen and (max-width: 767px) {
    height: calc(100vh - 100px);
  }
  img{
    opacity: 0;
  }
}
**/
footer {
  position: relative;
  z-index: 1;
}

#content_bg {
  position: fixed;
  z-index: -2;
  top: 0;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  #content_bg {
    top: 80px;
  }
}
#content_bg video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 141.4364640884vh;
  height: 70.703125vw;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 900px) {
  #content_bg video {
    width: 52.6217228464vh;
    height: 190.0355871886vw;
  }
}
@media screen and (max-width: 900px) {
  #content_bg video.pc_view {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  #content_bg video.sp_view {
    display: none;
  }
}
#content_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .contentL {
    padding-left: 0;
    padding-right: 0;
  }
}

h1#main {
  background: #E4007F;
  padding-top: 38px;
  margin: 0;
}
h1#main img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}

#contents {
  position: relative;
  z-index: 1;
  color: #3D3D3D;
  max-width: 100%;
  background: none;
  padding: 0 !important;
  margin-top: -1px;
}
#contents::before {
  /******
  content: "";
  background-image: url(/img/freepages/lashfighter/bg_pc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1686px 2876px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 220px;
  left: 0;
  @media screen and (max-width: 900px) {
    content: none;
  }
  ******/
}
#contents p, #contents li {
  color: #3D3D3D;
}
#contents img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #contents a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#contents sup {
  font-size: 50%;
  position: relative;
  top: -0.8em;
  padding-left: 0.5px;
  padding-right: 2px;
}
#contents .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  #contents .main_width {
    padding: 0 4.545vw;
  }
}
#contents .btn {
  max-width: 244px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contents .btn {
    max-width: 55.455vw;
  }
}
#contents .btn > a, #contents .btn > span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 1em;
}
@media screen and (max-width: 900px) {
  #contents .btn > a, #contents .btn > span {
    font-size: 3.636vw;
    min-height: 13.636vw;
  }
}
#contents .btn > a::after, #contents .btn > span::after {
  /* content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  width: 100%;
  min-height: 60px;
  background-image: url(/img/freepages/lashfighter/btn01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contents .btn > a::after, #contents .btn > span::after {
    min-height: 13.636vw;
  }
}
#contents .btn > a:hover, #contents .btn > span:hover {
  opacity: 1;
}
#contents .btn.cart > a > span, #contents .btn.cart > span > span {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #contents .btn.cart > a > span, #contents .btn.cart > span > span {
    padding-left: 30px;
  }
}
#contents .btn.cart > a > span::before, #contents .btn.cart > span > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/img/freepages/lashfighter/haircare2022/cart.png) no-repeat center center;
  background-size: 30px 30px;
}
@media screen and (max-width: 767px) {
  #contents .btn.cart > a > span::before, #contents .btn.cart > span > span::before {
    width: 20px;
    height: 20px;
    background: url(/img/freepages/lashfighter/haircare2022/cart.png) no-repeat center center;
    background-size: 20px 20px;
  }
}
#contents .btn.link > a::after, #contents .btn.link > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 900px) {
  #contents .btn.link > a::after, #contents .btn.link > span::after {
    right: 4.267vw;
    border-top: solid 0.533vw #fff;
    border-right: solid 0.533vw #fff;
    width: 1.6vw;
    height: 1.6vw;
  }
}
#contents .btn.link.peach a {
  background: #F389B5;
}
#contents .btn.link.pineapple a {
  background: #81BC34;
}
#contents .btn.blank > a > span, #contents .btn.blank > span > span {
  position: relative;
  padding-right: 1.5em;
}
#contents .btn.blank > a > span::after, #contents .btn.blank > span > span::after {
  content: "";
  background-image: url(/img/freepages/lashfighter/sdgs/blank.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents #outer_wrap {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  width: 100%;
}
#contents #outer_wrap::before {
  /**
  content: "";
  background-image: url(/img/freepages/lashfighter/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1686px 2876px;
  background-size: cover;

  width: 100%;
  height: 100%;
  //height: 100vh;
  background-attachment: fixed;
  //width: 100vw;
  //height: 100vh;

  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  @media screen and (max-width: 900px) {
    content: none;
  }
  **/
}
#contents #outer_wrap .bg_wrap {
  background: #F0CDE6;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .bg_wrap {
    height: calc(100svh - 23.256vw);
  }
}
#contents #outer_wrap .bg_wrap::before {
  content: "";
  width: 100%;
  height: 194px;
  background-image: url(/img/freepages/lashfighter/bg_texture_top.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1584px 194px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#contents #outer_wrap .bg_wrap::after {
  content: "";
  width: 100%;
  height: 194px;
  background-image: url(/img/freepages/lashfighter/bg_texture_btm.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1584px 194px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
#contents #outer_wrap .bg_wrap .character_pc {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .bg_wrap .character_pc {
    display: none;
  }
}
#contents #outer_wrap .bg_wrap .character_pc .chara {
  position: absolute;
  z-index: 1;
  display: block;
}
#contents #outer_wrap .bg_wrap .character_pc .a {
  width: 149px;
  height: 163px;
  top: 178px;
  left: -301px;
}
#contents #outer_wrap .bg_wrap .character_pc .b {
  width: 156px;
  height: 176px;
  top: 282px;
  left: -296px;
}
#contents #outer_wrap .bg_wrap .character_pc .c {
  width: 112px;
  height: 158px;
  top: 296px;
  left: 182px;
}
#contents #outer_wrap .loop_wrap {
  position: fixed;
  z-index: -1;
  top: 50%;
  top: calc(50% - 24px);
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .loop_wrap {
    display: none;
  }
}
#contents #outer_wrap .loop_wrap::before {
  content: "";
  width: 100%;
  height: 570px;
  background-image: url(/img/freepages/lashfighter/bg_deco.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1920px 570px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contents #outer_wrap .loop_wrap .loopSlide {
  opacity: 0;
}
#contents #outer_wrap .pc_left {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(50% - 220px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 110px 1em 0;
}
#contents #outer_wrap .pc_left .img {
  max-width: 159px;
}
#contents #outer_wrap .pc_right {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: calc(50% - 220px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 110px 1em 0;
}
#contents #outer_wrap .pc_right .img {
  max-width: 387px;
}
#contents #outer_wrap .content_wrap {
  width: 440px;
  background: #fff;
  z-index: 70;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap {
    width: 100%;
  }
}
#contents #outer_wrap .content_wrap .intro {
  position: relative;
  z-index: 1;
  background: #E4007F;
  padding: 100px 0 228px;
  /**
          .a {
            width: 60px;
            height: 78px;
            top: 80px;
            left: 30px;
            @media screen and (max-width: 900px) {
              //width: 60px;
              //height: 78px;
              //top: 80px;
              //left: 30px;
              width: 13.636vw;//440
              height: 17.727vw;//440
              top: 18.182vw;//440
              left: 6.818vw;//440
            }
          }
          .b {
            width: 75px;
            height: 69px;
            top: 50px;
            left: 330px;
            @media screen and (max-width: 900px) {
              //width: 75px;
              //height: 69px;
              //top: 50px;
              //left: 330px;
              width: 17.045vw;//440
              height: 15.682vw;//440
              top: 11.364vw;//440
              left: 75vw;//440
            }
          }
          .c {
            width: 89px;
            height: 72px;
            top: 440px;
            left: 170px;
            @media screen and (max-width: 900px) {
              //width: 89px;
              //height: 72px;
              //top: 440px;
              //left: 170px;
              width: 20.227vw;//440
              height: 16.364vw;//440
              top: 100vw;//440
              left: 38.636vw;//440
            }
          }
  **/
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro {
    padding: 22.727vw 0 51.818vw;
  }
}
#contents #outer_wrap .content_wrap .intro::after {
  content: "";
  width: 100%;
  height: 128px;
  background-image: url(/img/freepages/lashfighter/intro_grade.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro::after {
    height: 29.091vw;
  }
}
#contents #outer_wrap .content_wrap .intro .cont_inner .heart {
  max-width: 20px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro .cont_inner .heart {
    max-width: 4.545vw;
    margin: 0 auto 9.091vw;
  }
}
#contents #outer_wrap .content_wrap .intro .cont_inner p.desc {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5625;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro .cont_inner p.desc {
    font-size: 3.636vw;
  }
}
#contents #outer_wrap .content_wrap .intro .chara {
  position: absolute;
  z-index: 2;
  display: block;
}
#contents #outer_wrap .content_wrap .intro .a {
  width: 350px;
  height: 350px;
  top: -110px;
  left: -90px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro .a {
    width: 79.545vw;
    height: 79.545vw;
    top: -25vw;
    left: -20.455vw;
  }
}
#contents #outer_wrap .content_wrap .intro .b {
  width: 350px;
  height: 350px;
  top: -70px;
  left: 170px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro .b {
    width: 79.545vw;
    height: 79.545vw;
    top: -15.909vw;
    left: 38.636vw;
  }
}
#contents #outer_wrap .content_wrap .intro .c {
  width: 350px;
  height: 350px;
  top: 310px;
  left: 40px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .intro .c {
    width: 79.545vw;
    height: 79.545vw;
    top: 70.455vw;
    left: 9.091vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set {
  position: relative;
  z-index: 1;
  background: #FEF1E6;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set {
    padding: 13.636vw 0;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set::before {
  content: "";
  background-image: url(/img/freepages/lashfighter/product_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 343px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set::before {
    height: 77.955vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .power {
  max-width: 340px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .power {
    max-width: 77.273vw;
    margin: 0 auto 4.545vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set p.catch {
  font-size: 22px;
  color: #fff;
  line-height: 1.72;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set p.catch {
    font-size: 5vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .catch.img {
  max-width: 362px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .catch.img {
    max-width: 82.273vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo {
    margin-top: 9.091vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .photo_wrap {
  max-width: 420px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .photo_wrap {
    max-width: 95.455vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap {
  position: absolute;
  z-index: 1;
  top: 55px;
  right: 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap {
    top: 12.5vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul {
    margin-right: 6.818vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li {
  position: relative;
  z-index: 1;
  font-size: 11px;
  line-height: 1.27;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li {
    font-size: 2.5vw;
    width: 20.455vw;
    height: 18.864vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li::before {
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li.clearblack::before {
  background-image: url(/img/freepages/lashfighter/clearblack.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li.black::before {
  background-image: url(/img/freepages/lashfighter/black.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li.orange::before {
  background-image: url(/img/freepages/lashfighter/orange.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li.pink::before {
  background-image: url(/img/freepages/lashfighter/pink.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap ul li.purple::before {
  background-image: url(/img/freepages/lashfighter/purple.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb {
  position: relative;
  z-index: 1;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb::before {
  content: "";
  background-image: url(/img/freepages/lashfighter/comb01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 135px;
  height: 71px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -15px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb::before {
    width: 30.682vw;
    height: 16.136vw;
    left: -3.409vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb p {
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding-top: 54px;
  padding-left: 5px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb p {
    font-size: 2.5vw;
    padding-top: 12.273vw;
    padding-left: 1.136vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb.comb01::before {
  background-image: url(/img/freepages/lashfighter/comb01.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb.comb02::before {
  background-image: url(/img/freepages/lashfighter/comb02.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .photo .cap .comb.comb03::before {
  background-image: url(/img/freepages/lashfighter/comb03.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .img {
  max-width: 270px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .img {
    max-width: 61.364vw;
    margin: 0 auto 3.409vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt {
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt {
    padding: 0 4.545vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt h2.name {
  font-size: 16px;
  font-weight: bold;
  color: #EE7B36;
  line-height: 1.5625;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt h2.name {
    font-size: 3.636vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt p.price {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt p.price {
    font-size: 3.182vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt .btn {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt .btn {
    margin-top: 4.545vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt .white_waku {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt .white_waku {
    border-radius: 4.545vw;
    padding: 6.818vw;
    margin-top: 9.091vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt .white_waku p {
  font-size: 14px;
  color: #EE7B36;
  font-weight: bold;
  line-height: 1.785;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set .txt .white_waku p {
    font-size: 3.182vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .photo_wrap {
  margin-left: auto;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap {
  right: auto;
  left: 0;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap ul {
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap ul {
    margin-left: 6.818vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap .comb::before {
  left: auto;
  right: -15px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap .comb::before {
    right: -15px;
    right: -3.409vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap .comb p {
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.re .photo .cap .comb p {
    padding-right: 1.136vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01::before {
  background-image: url(/img/freepages/lashfighter/product_bg01.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01 .power {
  max-width: 273px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01 .power {
    max-width: 62.045vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01 .txt h2.name {
  color: #EE7B36;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01 .txt .btn a::after {
  background-image: url(/img/freepages/lashfighter/btn01.png);
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01 .txt .btn a:hover::after {
    background-image: url(/img/freepages/lashfighter/btn_h.png);
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set01 .txt .white_waku p {
  color: #EE7B36;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02::before {
  background-image: url(/img/freepages/lashfighter/product_bg02.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02 .power {
  max-width: 291px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02 .power {
    max-width: 66.136vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02 .txt h2.name {
  color: #E4007F;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02 .txt .btn a::after {
  background-image: url(/img/freepages/lashfighter/btn02.png);
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02 .txt .btn a:hover::after {
    background-image: url(/img/freepages/lashfighter/btn_h.png);
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set02 .txt .white_waku p {
  color: #E4007F;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03::before {
  background-image: url(/img/freepages/lashfighter/product_bg03.png);
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03 .power {
  max-width: 289px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03 .power {
    max-width: 65.682vw;
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03 .txt h2.name {
  color: #920783;
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03 .txt .btn a::after {
  background-image: url(/img/freepages/lashfighter/btn03.png);
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03 .txt .btn a:hover::after {
    background-image: url(/img/freepages/lashfighter/btn_h.png);
  }
}
#contents #outer_wrap .content_wrap .product_flame .cont_inner .product_block .product_set.set03 .txt .white_waku p {
  color: #920783;
}
#contents #outer_wrap .content_wrap .particulars {
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars {
    padding: 9.091vw 0;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner h2.ttl {
  max-width: 372px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner h2.ttl {
    max-width: 84.545vw;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set + .set {
  border-top: 1px #EC7AAC solid;
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner {
  padding: 45px 0;
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner h3.number {
  margin: 0 auto;
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner .desc {
  font-size: 14px;
  line-height: 1.78;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner .desc {
    font-size: 3.182vw;
    margin-top: 4.545vw;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner .desc span.mini {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner .desc span.mini {
    font-size: 2.727vw;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner .notes {
  font-size: 11px;
  line-height: 2.27;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set .set_inner .notes {
    font-size: 2.5vw;
    margin-top: 2.273vw;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set.set01 h3.number {
  max-width: 248px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set.set01 h3.number {
    max-width: 56.364vw;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set.set02 h3.number {
  max-width: 224px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set.set02 h3.number {
    max-width: 50.909vw;
  }
}
#contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set.set03 h3.number {
  max-width: 224px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .particulars .cont_inner .list .block .set.set03 h3.number {
    max-width: 50.909vw;
  }
}
#contents #outer_wrap .content_wrap .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .movie {
    padding-bottom: 15.909vw;
  }
}
#contents #outer_wrap .content_wrap .movie .move_wrap {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .movie .move_wrap {
    border-radius: 4.545vw;
  }
}
#contents #outer_wrap .content_wrap .movie .move_wrap video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .movie .move_wrap video {
    max-width: 90.909vw;
  }
}
#contents #outer_wrap .content_wrap .choice {
  position: relative;
  z-index: 1;
  background: #FEEAF3;
  padding: 70px 0 200px;
}
#contents #outer_wrap .content_wrap .choice::after {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url(/img/freepages/lashfighter/grade_btm.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice::after {
    height: 45.455vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner h2.ttl {
  max-width: 301px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner h2.ttl {
    max-width: 68.409vw;
    margin-bottom: 6.818vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list {
    margin-bottom: 11.364vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px -20px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block {
    margin: 0 -0.682vw -4.545vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set {
  width: 33.33333333%;
  min-height: 144px;
  padding: 0 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set {
    min-height: 32.727vw;
    padding: 0 0.682vw;
    margin-bottom: 4.545vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set .set_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set .set_inner {
    padding-bottom: 9.091vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set .set_inner p {
  position: relative;
  z-index: 10;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.46;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set .set_inner p {
    font-size: 2.955vw;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set a::after {
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url(/img/freepages/lashfighter/balloon_orange.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 130px;
  height: 144px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set a::after {
    width: 29.545vw;
    height: 32.727vw;
  }
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set a:hover::after {
    background-image: url(/img/freepages/lashfighter/balloon_orange_h.png);
  }
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set a:hover p {
    color: #EE7B36;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.orange a::after {
  background-image: url(/img/freepages/lashfighter/balloon_orange.png);
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.orange a:hover::after {
    background-image: url(/img/freepages/lashfighter/balloon_orange_h.png);
  }
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.orange a:hover p {
    color: #EE7B36;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.pink a::after {
  background-image: url(/img/freepages/lashfighter/balloon_pink.png);
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.pink a:hover::after {
    background-image: url(/img/freepages/lashfighter/balloon_pink_h.png);
  }
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.pink a:hover p {
    color: #E4007F;
  }
}
#contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.purple a::after {
  background-image: url(/img/freepages/lashfighter/balloon_purple.png);
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.purple a:hover::after {
    background-image: url(/img/freepages/lashfighter/balloon_purple_h.png);
  }
}
@media screen and (min-width: 901px) {
  #contents #outer_wrap .content_wrap .choice .cont_inner .list .block .set.purple a:hover p {
    color: #920783;
  }
}
#contents .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#contents .modal .modal_wrap {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  max-width: 440px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap {
    max-width: 100vw;
  }
}
#contents .modal .modal_wrap .modal_close {
  cursor: pointer;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: auto;
  top: 30px;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_close {
    top: 6.818vw;
  }
}
#contents .modal .modal_wrap .modal_close img {
  width: 15px;
  margin: 0 30px 0 auto;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_close img {
    width: 3.409vw;
    margin: 0 6.818vw 0 auto;
  }
}
#contents .modal .modal_wrap .modal_content {
  max-height: 100vh;
  cursor: default;
}
#contents .modal .modal_wrap .modal_content .modal_area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
  padding: 0 20px;
  padding: 10em 20px;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area {
    padding: 10em 4.545vw;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont {
    padding: 22.727vw 0;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .img {
  max-width: 270px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .img {
    max-width: 61.364vw;
    margin: 0 auto 3.409vw;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt {
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt {
    padding: 0 4.545vw;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt h2.name {
  font-size: 16px;
  font-weight: bold;
  color: #EE7B36;
  line-height: 1.5625;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt h2.name {
    font-size: 3.636vw;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt p.price {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt p.price {
    font-size: 3.182vw;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt .btn {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal .txt .btn {
    margin-top: 4.545vw;
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set01 .txt h2.name {
  color: #EE7B36;
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set01 .txt .btn a::after {
  background-image: url(/img/freepages/lashfighter/btn01.png);
}
@media screen and (min-width: 901px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set01 .txt .btn a:hover::after {
    background-image: url(/img/freepages/lashfighter/btn_h.png);
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set02 .txt h2.name {
  color: #E4007F;
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set02 .txt .btn a::after {
  background-image: url(/img/freepages/lashfighter/btn02.png);
}
@media screen and (min-width: 901px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set02 .txt .btn a:hover::after {
    background-image: url(/img/freepages/lashfighter/btn_h.png);
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set03 .txt h2.name {
  color: #920783;
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set03 .txt .btn a::after {
  background-image: url(/img/freepages/lashfighter/btn03.png);
}
@media screen and (min-width: 901px) {
  #contents .modal .modal_wrap .modal_content .modal_area .modal_cont .lashfighter_modal.set03 .txt .btn a:hover::after {
    background-image: url(/img/freepages/lashfighter/btn_h.png);
  }
}
#contents .modal .modal_wrap .modal_content .modal_area .modal_cont p.close_txt {
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 0.2em;
}
#contents .modal .modal_wrap .close_btn {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  display: block;
  width: 100%;
  padding: 15px 0 45px;
}
#contents .loopSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
}
#contents .loopSlide + .loopSlide {
  margin-top: 32px;
}
#contents .loopSlide.txt .move_txt {
  width: auto;
  height: 100%;
  padding-left: 10vw;
}
#contents .loopSlide.txt .move_txt:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
          animation: loop 120s -60s linear infinite;
}
#contents .loopSlide.txt .move_txt:last-child {
  -webkit-animation: loop2 120s linear infinite;
          animation: loop2 120s linear infinite;
}
#contents .loopSlide.img {
  width: 100vw;
  height: 56px;
}
#contents .loopSlide.img img {
  width: auto;
  height: 100%;
  max-width: none;
  padding-left: 28px;
}
#contents .loopSlide.img img:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
          animation: loop 120s -60s linear infinite;
}
#contents .loopSlide.img img:last-child {
  -webkit-animation: loop2 120s linear infinite;
          animation: loop2 120s linear infinite;
}
#contents .loopSlide.img.reverse img:first-child {
  -webkit-animation: loop3 120s -60s linear infinite;
          animation: loop3 120s -60s linear infinite;
}
#contents .loopSlide.img.reverse img:last-child {
  -webkit-animation: loop4 120s linear infinite;
          animation: loop4 120s linear infinite;
}


.block-top-notice-slide {
  display: none;
}
.pane-contents {
  margin-top: 84px;
}
.footer_top {
  margin: 0;
}
.footer_inner {
  margin: 0;
}
.btn {
  display: block;
  padding: 0;
}

@media screen and (max-width: 900px) {
  h1#main {
    padding: 0;
    padding-top: 38px;
    margin-top: 61px;
  }
}