@charset "UTF-8";
@media (max-width: 641px) {
  .pc {
    display: none !important; }
  .tb {
    display: none !important; }
  .pctb {
    display: none !important; } }

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

@media (min-width: 642px) and (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: none !important; } }

img {
  vertical-align: middle; }

sup {
  font-size: 12px;
  top: -0.6em; }

.a {
  opacity: 1;
  text-decoration: none;
  transition-duration: 0.3s; }
  @media (min-width: 769px) {
    .a:hover {
      opacity: 0.8; } }
  @media (max-width: 769px) {
    .a:active {
      opacity: 0.8; } }

.imgb {
  display: block;
  width: 100%; }

.nowap {
  white-space: nowrap; }

body {
  font-family: 'A1 Gothic M', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

/*****************************
ロゴ
*****************************/
.series-logo {
  position: fixed;
  z-index: 9999; }
  .series-logo__anc {
    display: block; }
  @media (min-width: 769px) {
    .series-logo {
      left: 33px;
      top: 25px;
      width: 127px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .series-logo {
      left: 6.3%;
      top: 24px;
      width: 125px; } }
  @media (max-width: 641px) {
    .series-logo {
      left: 6.55%;
      top: 19px;
      width: 93px; } }

/*****************************
グローバルナビ
*****************************/
.cl-nav {
  overflow: hidden;
  position: fixed;
  right: 0;
  transition-delay: 0.5s;
  top: 0;
  z-index: 9999; }
  @media (min-width: 769px) {
    .cl-nav {
      height: 82px;
      width: 100px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .cl-nav {
      height: 112px;
      width: 17%; } }
  @media (max-width: 641px) {
    .cl-nav {
      height: 60px;
      width: 17.5%; } }
  .cl-nav[aria-expanded=true] {
    height: 100vh;
    transition-delay: 0s; }
    @media (min-width: 769px) {
      .cl-nav[aria-expanded=true] {
        width: 656px; } }
    @media (max-width: 769px) {
      .cl-nav[aria-expanded=true] {
        width: 100%; } }
    .cl-nav[aria-expanded=true] .cl-nav__box {
      width: 100%; }
    @media (min-width: 642px) {
      .cl-nav[aria-expanded=true] .cl-nav-btn__hr_t {
        transform: translateY(9px) rotate(45deg);
        width: 41px; } }
    @media (max-width: 641px) {
      .cl-nav[aria-expanded=true] .cl-nav-btn__hr_t {
        transform: translateY(5px) rotate(45deg);
        width: 22px; } }
    .cl-nav[aria-expanded=true] .cl-nav-btn__hr_m {
      opacity: 0; }
    @media (min-width: 642px) {
      .cl-nav[aria-expanded=true] .cl-nav-btn__hr_b {
        transform: translateY(-8px) rotate(-45deg);
        width: 41px; } }
    @media (max-width: 641px) {
      .cl-nav[aria-expanded=true] .cl-nav-btn__hr_b {
        transform: translateY(-5px) rotate(-45deg);
        width: 22px; } }
  @media (min-width: 769px) {
    .cl-nav__sdd {
      margin-bottom: 67px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .cl-nav__sdd {
      margin: 0 auto 67px;
      width: 460px; } }
  @media (max-width: 641px) {
    .cl-nav__sdd {
      margin-bottom: 67px; } }
  .cl-nav__box {
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    transition-duration: 0.5s;
    width: 0; }
    .cl-nav__box::-webkit-scrollbar {
      display: none; }
  .cl-nav__search {
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 28px;
    display: flex;
    height: 56px;
    overflow: hidden; }
    @media (min-width: 642px) {
      .cl-nav__search {
        width: 473px; } }
    @media (max-width: 641px) {
      .cl-nav__search {
        width: 285px; } }
  .cl-nav__input {
    display: block;
    height: 2em;
    padding-left: 23px; }
    @media (min-width: 642px) {
      .cl-nav__input {
        width: 416px; } }
    @media (max-width: 641px) {
      .cl-nav__input {
        width: 228px; } }
    .cl-nav__input:focus {
      outline: none; }
  .cl-nav__submit {
    background: #fa98bc url(/images/cleansing3/common/icon.png) no-repeat center;
    background-size: 19px;
    height: 100%;
    width: 57px; }
  .cl-nav__dl {
    background-color: #fff; }
    @media (min-width: 769px) {
      .cl-nav__dl {
        padding: 80px 75px 20px 97px;
        width: 656px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .cl-nav__dl {
        padding: 80px 0 20px;
        width: 100vw; } }
    @media (max-width: 641px) {
      .cl-nav__dl {
        padding: 80px 6.5% 20px;
        width: 100vw; } }
  .cl-nav__dt {
    font-size: 26px;
    line-height: 1.6em;
    font-weight: bold; }
    @media (min-width: 769px) {
      .cl-nav__dt {
        margin-bottom: 25px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .cl-nav__dt {
        margin: 0 auto 26px;
        width: 460px; } }
    @media (max-width: 641px) {
      .cl-nav__dt {
        margin-bottom: 8%; } }
  .cl-nav__dd {
    font-size: 18px;
    line-height: 1.5em; }
    @media (min-width: 769px) {
      .cl-nav__dd {
        margin-bottom: 37px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .cl-nav__dd {
        margin: 0 auto 37px;
        width: 460px; } }
    @media (max-width: 641px) {
      .cl-nav__dd {
        margin-bottom: 14%; } }
  .cl-nav__ul {
    list-style-type: none; }
    @media (min-width: 642px) {
      .cl-nav__ul {
        display: flex;
        flex-wrap: wrap; } }
  .cl-nav__li {
    align-items: center;
    display: flex; }
    @media (min-width: 642px) {
      .cl-nav__li {
        margin-bottom: 9px;
        padding-left: 3px;
        width: 50%; } }
    @media (max-width: 641px) {
      .cl-nav__li {
        margin-bottom: 1%;
        padding-left: 4px;
        width: 100%; } }
    .cl-nav__li:before {
      background-color: #c7c7c7;
      border-radius: 50%;
      content: "";
      display: block; }
      @media (min-width: 642px) {
        .cl-nav__li:before {
          height: 6px;
          margin-right: 10px;
          width: 6px; } }
      @media (max-width: 641px) {
        .cl-nav__li:before {
          height: 7px;
          margin-right: 9px;
          width: 7px; } }
  .cl-nav__anc {
    color: #f075a2; }

.cl-nav-btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999; }
  .cl-nav-btn:focus {
    outline: none; }
  @media (min-width: 769px) {
    .cl-nav-btn {
      height: 82px;
      width: 100px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .cl-nav-btn {
      height: 112px;
      width: 112px; } }
  @media (max-width: 641px) {
    .cl-nav-btn {
      height: 60px;
      width: 60px; } }
  .cl-nav-btn__hr {
    background-color: #000;
    border: none;
    display: block;
    height: 2px;
    transition-duration: 0.4s; }
    @media (min-width: 642px) {
      .cl-nav-btn__hr_m {
        margin: 6px 0; } }
    @media (max-width: 641px) {
      .cl-nav-btn__hr_m {
        margin: 3px 0; } }
    @media (min-width: 642px) {
      .cl-nav-btn__hr {
        width: 36px; } }
    @media (max-width: 641px) {
      .cl-nav-btn__hr {
        width: 18px; } }

/*****************************
ファーストビュー
*****************************/
.row_firstview {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 769px) {
    .row_firstview {
      padding: 120px 120px 100px 120px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .row_firstview {
      padding: 143px 63px; } }
  @media (max-width: 641px) {
    .row_firstview {
      height: calc(var(--vh, 1vh) * 100);
      padding: 11.5vh 9.6%; } }
  .row_firstview__bgimg1 {
    position: absolute;
    z-index: 1; }
    @media (min-width: 769px) {
      .row_firstview__bgimg1 {
        left: -90px;
        top: -130px;
        max-width: 780px;
        width: 58%; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .row_firstview__bgimg1 {
        left: -314px;
        top: -36px;
        width: 770px; } }
    @media (max-width: 641px) {
      .row_firstview__bgimg1 {
        left: -204px;
        top: -16px;
        width: 460px; } }
  .row_firstview__bgimg2 {
    position: absolute;
    right: 0px;
    transform: translateY(-100%);
    top: 100vh;
    z-index: 1; }
    @media (max-width: 641px) {
      .row_firstview__bgimg2 {
        width: 70%; } }
  .row_firstview__bgimg3 {
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
    @media (max-width: 641px) {
      .row_firstview__bgimg3 {
        transform-origin: right top;
        transform: scale(0.5, 0.6); } }
  .row_firstview .pagetitle {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 2; }
    @media (min-width: 769px) {
      .row_firstview .pagetitle {
        background-size: 3250px auto; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .row_firstview .pagetitle {
        background-size: 100% auto; } }
    @media (max-width: 641px) {
      .row_firstview .pagetitle {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 426px auto;
        transform: translateY(15px); } }
    .row_firstview .pagetitle__img1 {
      max-width: 695px;
      position: absolute;
      top: -26px; }
      @media (min-width: 769px) {
        .row_firstview .pagetitle__img1 {
          left: -23px;
          width: 100%; } }
      @media (min-width: 642px) and (max-width: 768px) {
        .row_firstview .pagetitle__img1 {
          left: -14px;
          max-width: 494px;
          width: 79.4%; } }
      @media (max-width: 641px) {
        .row_firstview .pagetitle__img1 {
          left: -4%;
          top: -13px;
          width: 95.5%; } }
    .row_firstview .pagetitle__img2 {
      bottom: -26px;
      position: absolute; }
      @media (min-width: 769px) {
        .row_firstview .pagetitle__img2 {
          right: -25px; } }
      @media (min-width: 642px) and (max-width: 768px) {
        .row_firstview .pagetitle__img2 {
          right: -17px; } }
      @media (max-width: 641px) {
        .row_firstview .pagetitle__img2 {
          bottom: -12px;
          right: -4.1%; } }

/*****************************
共通セクション Quality
*****************************/
.quality {
  text-align: center; }
  @media (min-width: 769px) {
    .quality {
      margin: -35px auto 0;
      min-width: 1056px;
      padding-bottom: 90px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .quality {
      height: 506px;
      padding-bottom: 50px;
      padding-top: 5px; } }
  @media (max-width: 641px) {
    .quality {
      height: 395px;
      margin: 0 auto;
      padding-bottom: 13%;
      padding-top: 6.6%;
      max-width: 375px; } }
  .quality__img1 {
    position: relative; }
    @media (min-width: 769px) {
      .quality__img1 {
        left: -19px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .quality__img1 {
        left: -20px; } }
    @media (max-width: 641px) {
      .quality__img1 {
        left: -3%;
        width: 79%; } }
  .quality__img2 {
    position: relative;
    z-index: 3; }
    @media (min-width: 769px) {
      .quality__img2 {
        margin-top: 78px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .quality__img2 {
        margin-top: 68px; } }
    @media (max-width: 641px) {
      .quality__img2 {
        margin-top: 13%;
        width: 83%; } }

/*****************************
共通セクション movie
*****************************/
.movie {
  overflow: hidden;
  text-align: center;
  width: 100%; }
  @media (min-width: 769px) {
    .movie {
      height: 1060px;
      margin: 0 auto;
      min-width: 1056px;
      padding-top: 218px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .movie {
      height: 950px;
      padding-top: 199px; } }
  @media (max-width: 641px) {
    .movie {
      height: 520px;
      max-width: 375px;
      margin: 0 auto;
      padding-top: 118px; } }
  .movie__img {
    position: relative; }
    @media (min-width: 642px) {
      .movie__img {
        left: -17px; } }
    @media (max-width: 641px) {
      .movie__img {
        left: -12px;
        width: 205px; } }
  .movie__video {
    margin: 0 auto;
    overflow: visible;
    position: relative; }
    @media (min-width: 769px) {
      .movie__video {
        margin-top: 79px;
        width: 704px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .movie__video {
        margin-top: 79px;
        width: 87.6%; } }
    @media (max-width: 641px) {
      .movie__video {
        margin-top: 45px;
        max-width: 327px;
        width: 98%; } }
  .movie__bg {
    position: absolute; }
    @media (min-width: 769px) {
      .movie__bg {
        left: 50%;
        top: 50%;
        transform: translate(-49%, -48%); } }
    @media (min-width: 642px) and (max-width: 768px) {
      .movie__bg {
        right: 0;
        top: 0;
        transform: translate(8%, -10%);
        width: 119%; } }
    @media (max-width: 641px) {
      .movie__bg {
        right: -32px;
        top: -21px;
        width: 386px; } }
  .movie__box {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    z-index: 3; }
  .movie iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*****************************
共通セクション 商品
*****************************/
.product {
  position: relative; }
  @media (min-width: 769px) {
    .product {
      margin: 0 auto;
      min-width: 1056px;
      overflow: hidden;
      padding-top: 25px;
      width: 100%; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .product {
      height: 738px;
      margin-bottom: 135px;
      padding-top: 79px; } }
  @media (max-width: 641px) {
    .product {
      /*
    height: 765px;
    */
      height: 920px;
      padding-top: 39px; } }
  .product__bg {
    position: absolute;
    z-index: 1; }
    @media (min-width: 769px) {
      .product__bg {
        right: calc( 50% - 120px);
        top: 105px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .product__bg {
        left: -48px;
        top: 210px;
        width: 500px; } }
    @media (max-width: 641px) {
      .product__bg {
        left: -19%;
        top: 13%;
        width: 100%; } }
  .product__head {
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 642px) {
      .product__head {
        margin-bottom: 79px;
        width: 298px; } }
    @media (max-width: 641px) {
      .product__head {
        margin-bottom: 49px;
        width: 210px; } }
  @media (max-width: 641px) {
    .product__img1 {
      width: 184px; } }
  .product__content {
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (min-width: 769px) {
      .product__content {
        display: flex;
        justify-content: space-between;
        max-width: 1056px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .product__content {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 87.5%; } }
    @media (max-width: 641px) {
      .product__content {
        max-width: 375px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .product__imgbox {
      max-width: 312px;
      width: 46.5%; } }
  @media (max-width: 641px) {
    .product__imgbox {
      height: 327px;
      margin: 0 auto 22px;
      width: 87%; } }
  .product__textbox {
    font-family: 'A1 Gothic M'; }
    @media (min-width: 769px) {
      .product__textbox {
        padding-top: 40px;
        width: 306px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .product__textbox {
        width: 46.5%; } }
    @media (max-width: 641px) {
      .product__textbox {
        text-align: center; } }
  .product__name {
    font-family: 'A1 Gothic B';
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 14px; }
    @media (min-width: 642px) and (max-width: 768px) {
      .product__name {
        font-size: 24px;
        margin-bottom: 10px; } }
    @media (max-width: 641px) {
      .product__name {
        line-height: 30px;
        margin-bottom: 8px; } }
  .product__price {
    font-size: 16px; }
    @media (min-width: 642px) {
      .product__price {
        margin-bottom: 27px; } }
    @media (max-width: 641px) {
      .product__price {
        margin-bottom: 19px; } }
  .product__anc1 {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline; }
    @media (min-width: 642px) {
      .product__anc1 {
        margin-bottom: 39px; } }
    @media (max-width: 641px) {
      .product__anc1 {
        margin-bottom: 31px; } }
  .product__anc2 {
    display: block;
    margin-bottom: 11px; }
    @media (min-width: 642px) and (max-width: 768px) {
      .product__anc2 {
        width: 296px; } }
    @media (max-width: 641px) {
      .product__anc2 {
        margin: 0 auto 13px;
        width: 281px; } }
  .product__ext {
    font-size: 14px;
    line-height: 1.7em; }
    @media (min-width: 769px) {
      .product__ext {
        letter-spacing: 1px;
        padding-top: 10px; } }
    @media (max-width: 641px) {
      .product__ext {
        margin: 0 auto;
        padding-top: 13px;
        text-align: left;
        width: 281px; } }

/*****************************
共通セクション その他商品
*****************************/
.seriesitem {
  text-align: center; }
  @media (min-width: 769px) {
    .seriesitem {
      min-width: 1056px;
      padding: 135px 0 160px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .seriesitem {
      height: 859px;
      padding-bottom: 160px; } }
  @media (max-width: 641px) {
    .seriesitem {
      height: 804px;
      padding-bottom: 21.3%; } }
  @media (min-width: 769px) {
    .seriesitem__head {
      margin-bottom: 12px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .seriesitem__head {
      margin-bottom: 38px; } }
  @media (max-width: 641px) {
    .seriesitem__head {
      margin-bottom: 1.2%; } }
  @media (min-width: 642px) {
    .seriesitem__img1 {
      width: 265px; } }
  @media (max-width: 641px) {
    .seriesitem__img1 {
      width: 50.7%; } }
  .seriesitem__content {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 769px) {
      .seriesitem__content {
        margin: 0 auto 62px;
        max-width: 1082px;
        transform: translateX(-11px); } }
    @media (min-width: 642px) and (max-width: 768px) {
      .seriesitem__content {
        margin-bottom: 65px;
        margin-left: 3.3%;
        width: 91.2%; } }
    @media (max-width: 641px) {
      .seriesitem__content {
        display: block;
        margin: 0 auto 35px;
        max-width: 337px;
        width: 89.8%; } }
  .seriesitem__anc1 {
    display: block; }
    @media (min-width: 642px) and (max-width: 768px) {
      .seriesitem__anc1 {
        width: 50%; } }
    @media (max-width: 641px) {
      .seriesitem__anc1 {
        margin-bottom: 2.5%; } }
  .seriesitem__anc2 {
    display: block; }
  @media (max-width: 641px) {
    .seriesitem__img3 {
      left: 2px;
      position: relative;
      width: 283px; } }

/*****************************
フッター
*****************************/
.footer {
  background-color: #000;
  text-align: center; }
  @media (min-width: 769px) {
    .footer {
      min-width: 1056px;
      padding-bottom: 102px;
      padding-top: 65px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .footer {
      padding-bottom: 104px;
      padding-top: 66px; } }
  @media (max-width: 641px) {
    .footer {
      padding-bottom: 46px;
      padding-top: 43px; } }
  .footer .a {
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.5px; }
    @media (min-width: 642px) {
      .footer .a {
        line-height: 1em; } }
    @media (max-width: 641px) {
      .footer .a {
        line-height: 2.6em; } }
  @media (min-width: 642px) {
    .footer__head {
      margin-bottom: 39px; } }
  @media (max-width: 641px) {
    .footer__head {
      margin-bottom: 37px; } }
  .footer__img {
    position: relative; }
    @media (min-width: 642px) {
      .footer__img {
        left: -24px;
        width: 263px; } }
    @media (max-width: 641px) {
      .footer__img {
        left: -24px;
        width: 263px; } }
  .footer__ul1 {
    list-style-type: none; }
    @media (min-width: 642px) {
      .footer__ul1 {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 64px;
        width: 477px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .footer__ul1 {
        margin-bottom: 56px; } }
    @media (max-width: 641px) {
      .footer__ul1 {
        margin: 0 auto 44px;
        width: 320px; } }
  @media (max-width: 641px) {
    .footer__li1 {
      display: inline-block;
      margin: 0 10px 12px; } }
  .footer__ul2 {
    list-style-type: none; }
    @media (min-width: 642px) {
      .footer__ul2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 26px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .footer__ul2 {
        margin-bottom: 23px; } }
    @media (max-width: 641px) {
      .footer__ul2 {
        margin: 0 auto 13px;
        width: 320px; } }
  .footer__li2 {
    display: inline-block;
    margin: 0 6px; }
  .footer__icon {
    width: 76px; }
  .footer__copyright {
    color: #fff;
    font-size: 10px; }

/**************************
ふき取り画像
***************************/
.swipe {
  position: absolute;
  z-index: 2; }
  @media (min-width: 769px) {
    .swipe_l1 {
      right: calc( 50% + 382px);
      top: 193px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l1 {
      left: -578px;
      top: 317px; } }
  @media (max-width: 641px) {
    .swipe_l1 {
      left: -269px;
      top: 223px;
      width: 356px; } }
  @media (min-width: 769px) {
    .swipe_l2 {
      right: calc( 50% + 460px);
      top: 1069px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l2 {
      left: -811px;
      top: 2040px; } }
  @media (max-width: 641px) {
    .swipe_l2 {
      display: none; } }
  @media (min-width: 769px) {
    .swipe_l3 {
      right: calc( 50% + 407px);
      top: 2125px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l3 {
      display: none; } }
  @media (max-width: 641px) {
    .swipe_l3 {
      display: none; } }
  @media (min-width: 769px) {
    .swipe_l4 {
      right: calc( 50% + 546px);
      top: 2972px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l4 {
      display: none; } }
  @media (max-width: 641px) {
    .swipe_l4 {
      left: -329px;
      top: 2735px;
      width: 386px; } }
  @media (min-width: 769px) {
    .swipe_l5 {
      right: calc( 50% + 473px);
      top: 5208px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l5 {
      left: -620px;
      top: 5725px; } }
  @media (max-width: 641px) {
    .swipe_l5 {
      left: -312px;
      top: 5644px;
      width: 386px; } }
  @media (min-width: 769px) {
    .swipe_l6 {
      right: calc( 50% + 407px);
      top: 6206px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l6 {
      left: -525px;
      top: 6746px; } }
  @media (max-width: 641px) {
    .swipe_l6 {
      left: -255px;
      top: 6173px;
      width: 356px; } }
  @media (min-width: 769px) {
    .swipe_l7 {
      right: calc( 50% + 375px);
      top: 7820px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_l7 {
      left: -728px;
      top: 8349px; } }
  @media (max-width: 641px) {
    .swipe_l7 {
      left: -368px;
      top: 7753px;
      width: 457px; } }
  .swipe__box {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    z-index: 2; }
  @media (min-width: 769px) {
    .swipe_r1 {
      left: calc( 50% + 517px);
      top: calc( 100vh + 353px);
      top: 234px;
      width: calc( 100% - ( 50% + 517px )); } }
  @media (min-width: 769px) and (max-width: 1056px) {
    .swipe_r1 {
      width: calc( 1056px - ( 50% + 517px )); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_r1 {
      left: calc( 50% + 268px);
      top: 42px;
      width: calc( 100% - ( 50% + 268px )); } }
  @media (max-width: 641px) {
    .swipe_r1 {
      left: calc( 50% + 136px);
      top: 70px;
      width: calc( 100% - ( 50% + 136px )); }
      .swipe_r1 .swipe__rimg {
        width: 338px; } }
  @media (min-width: 769px) {
    .swipe_r2 {
      left: calc( 50% + 314px);
      top: 1114px;
      width: calc( 100% - ( 50% + 314px )); } }
  @media (min-width: 769px) and (max-width: 1056px) {
    .swipe_r2 {
      width: calc( 1056px - ( 50% + 314px )); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_r2 {
      left: calc( 50% + 208px);
      top: 1200px;
      width: calc( 100% - ( 50% + 208px )); } }
  @media (max-width: 641px) {
    .swipe_r2 {
      left: calc( 50% + 112px);
      top: 920px;
      width: calc( 100% - ( 50% + 112px )); }
      .swipe_r2 .swipe__rimg {
        width: 450px; } }
  @media (min-width: 769px) {
    .swipe_r3 {
      left: calc( 50% + 417px);
      top: 2345px;
      width: calc( 100% - ( 50% + 417px )); } }
  @media (min-width: 769px) and (max-width: 1056px) {
    .swipe_r3 {
      width: calc( 1056px - ( 50% + 417px )); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_r3 {
      left: calc( 50% + 228px);
      top: 2478px;
      width: calc( 100% - ( 50% + 228px )); } }
  @media (max-width: 641px) {
    .swipe_r3 {
      left: calc( 50% + 107px);
      top: 2083px;
      width: calc( 100% - ( 50% + 107px )); }
      .swipe_r3 .swipe__rimg {
        width: 312px; } }
  @media (min-width: 769px) {
    .swipe_r4 {
      left: calc( 50% + 475px);
      top: 5208px;
      width: calc( 100% - ( 50% + 475px )); } }
  @media (min-width: 769px) and (max-width: 1056px) {
    .swipe_r4 {
      width: calc( 1056px - ( 50% + 475px )); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_r4 {
      left: calc( 50% + 221px);
      top: 5705px;
      width: calc( 100% - ( 50% + 221px )); } }
  @media (max-width: 641px) {
    .swipe_r4 {
      left: calc( 50% + 99px);
      top: 5643px;
      width: calc( 100% - ( 50% + 99px )); }
      .swipe_r4 .swipe__rimg {
        width: 372px; } }
  @media (min-width: 769px) {
    .swipe_r5 {
      left: calc( 50% + 431px);
      top: 5966px;
      width: calc( 100% - ( 50% + 431px )); } }
  @media (min-width: 769px) and (max-width: 1056px) {
    .swipe_r5 {
      width: calc( 1056px - ( 50% + 431px )); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_r5 {
      left: calc( 50% + 210px);
      top: 6511px;
      width: calc( 100% - ( 50% + 210px )); } }
  @media (max-width: 641px) {
    .swipe_r5 {
      left: calc( 50% + 111px);
      top: 6046px;
      width: calc( 100% - ( 50% + 111px )); }
      .swipe_r5 .swipe__rimg {
        width: 313px; } }
  @media (min-width: 769px) {
    .swipe_r6 {
      left: calc( 50% + 449px);
      top: 6856px;
      width: calc( 100% - ( 50% + 449px )); } }
  @media (min-width: 769px) and (max-width: 1056px) {
    .swipe_r6 {
      width: calc( 1056px - ( 50% + 449px )); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .swipe_r6 {
      left: calc( 50% + 190px);
      top: 7377px;
      width: calc( 100% - ( 50% + 190px )); } }
  @media (max-width: 641px) {
    .swipe_r6 {
      left: calc( 50% + 94px);
      top: 6904px;
      width: calc( 100% - ( 50% + 94px )); }
      .swipe_r6 .swipe__rimg {
        width: 333px; } }
  .swipe__trigger {
    display: block;
    height: 1px;
    margin-bottom: 1px;
    position: relative;
    top: -1px;
    width: 1px; }

/**************************
全成分表
***************************/
#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9900;
  opacity: 0.6;
  background-color: #888888;
  display: none; }

#component {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999; }

#component .cinner {
  padding: 5%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

#component .m_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/images/cleansing3/common/close.png) no-repeat 0 0;
  cursor: pointer; }

#component .title {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: center; }

#component .component_inner {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left; }

#component .component_inner p {
  line-height: 1.6;
  color: #666666;
  padding-bottom: 20px;
  font-size: 14px; }

#component .component_inner p span {
  font-size: 12px; }

#component .component_inner p:last-child {
  padding-bottom: 0; }

#component .m_close_button {
  display: block;
  width: 260px;
  line-height: 50px;
  background: #8e8e8e;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center; }

#component .sp_show {
  display: none; }

@media screen and (max-width: 768px) {
  #component {
    position: fixed;
    top: 5%;
    left: 0%;
    right: 0;
    display: none;
    width: 90%;
    max-width: 980px;
    background: #fff;
    text-align: center;
    height: 80%;
    z-index: 9999; } }

@media screen and (max-width: 641px) {
  #component .m_close {
    display: none; }
  #component .sp_show {
    display: block;
    margin-bottom: 50px; } }

/**************************
共通gif画像
***************************/
.gifimage {
  background-size: 100%;
  position: relative; }
  @media (min-width: 769px) {
    .gifimage {
      height: 445px;
      left: 68px;
      margin-bottom: 30px;
      width: 445px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .gifimage {
      height: 445px;
      margin-bottom: 30px;
      width: 445px; } }
  @media (max-width: 641px) {
    .gifimage {
      height: 300px;
      margin: 0 auto 16px;
      width: 300px; } }
  @media (min-width: 0px) and (max-width: 350px) {
    .gifimage {
      height: 256px;
      width: 256px; } }
  .gifimage__frame {
    border: solid 7px #fff;
    height: 88.4%;
    overflow: hidden;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(8deg);
    width: 88.4%; }
  .gifimage__img {
    position: absolute;
    right: 50%;
    transform-origin: center;
    transform: translate(50%, -50%);
    top: 50%; }

/*# sourceMappingURL=common.css.map */