
    *{
        margin: 0;
        padding: 0;
        font-size: 100%
    }

    header{
      display: none;
    }

    .cpb-gnav_container{
      display: none;
    }

    #contents, #contents.synactif{
      padding-top: 0!important;
    }

    @media print, screen and (min-width: 768px) {
    #contents, #contents.synactif{
      padding-top: 0!important;
    }
    }

    .cmd-section{
        padding: 0;
    }

    .fadeIn{
        animation-name:fadeInAnime;
        animation-duration:3.5s;
        animation-fill-mode:forwards;
        animation-delay: 2s;
        opacity:0;
    }

    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }


    .top_contents_area{
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .loading {
      width: 100vw;
      height: 100vh;
      transition: all 1s;
      background-color: #FFF;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      opacity: 1;
      visibility: visible;
    }

    .loading.is-active {
      opacity: 0;
      visibility: hidden;
    }

    .loading.is-active > .loading-animation{
        display: none;
    }

    .loading-animation {
      position: relative;
      width: 100vw;
      height: 100vh;
      transition: all 1s;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
    }

    .loading-animation .bg-img{
      position: absolute;
      z-index: 50;
      width: 100vw;
      height: 100vh;
      object-fit: cover;
    }

    .logo_title{
      position: relative;
      width: 50%;
      height: 50%;
      margin-left: -400px;
      z-index: 999;
    }

    .loading-animation p{
      position: absolute;
      left: 90px;
      top: 50%;
      font-size: 3.8rem;
    }

    .logo-loading{
      position: absolute;
      top: 0;
      left: 170px;
    }

    .logo-loading .header_logo{
      width: 200px;
      height: auto;
    }

    @media screen and (max-width:992px){
      .logo_title{
        width: 100%;
        margin-left: 0;
      }
      /* .loading-animation p{
        left: calc(50% + 15px);
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
      } */
      .loading-animation p{
        position: absolute;
        left: calc(50% + 8px);
        top: auto;
        bottom: 60px;
        transform: translate(-50%, 140%);
        width: 100vw;
        height: 100px;
        text-align: center;
        font-size: 2.8rem;
        align-items: center;
        display: flex;
        justify-content: center;
      }
      .logo-loading{
        top: -22vh;
        left: 7vw;
      }
      .logo-loading .header_logo{
        width: 100px;
        height: auto;
      }
    }

    .loading-animation.is-active {
      opacity: 1;
      visibility: visible;
    }

    .video{
        position: relative;
        max-width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    #video-area{
      position: relative;
    }

    #video {

        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        transform: translate(-50%, -8.6%);
        width: 177.77777778vh;
        /* height: 56.25vw; */
        height: 100vh;
        min-height: 100%;
        min-width: 100%;
    }

    @media screen and (max-width:992px){
      #video {
        transform: translate(-50%, -5.9%);
      }
    }

    .mv_text{
      position: relative;
    }

    .mv_title{
        /* position:absolute; */
        top: 40%;
        transform: translateY(-50%) translateX(-50%);
        display: inline;
    }

    .mv_title h1{
      color:#fff;
      text-shadow: 0 0 15px #666;
      font-size: 3.8rem;
      font-weight: normal;
      width: 100%;
      text-align: center;
      line-height: 2;
    }

    h1 .sub_title{
        font-size: 2.2rem;
        line-height: 2.2;
    }

    .logo{
        position: absolute;
        top: 25px;
        left: 25px;
        width: 110px;
        height: 68px;
    }

    .test_area1{
        background: #fff;
        padding: 100px 0 100px 0;
    }
    .contents{
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    }

    .top_inner{
      position: relative;
    }

    .scroll {
      position: absolute;
      right: 3.6290322581%;
      top: calc(100vh - 90px);
      visibility: visible;
      -webkit-transition: opacity 0.8s 0.6s ease;
      transition: opacity 0.8s 0.6s ease;
      cursor: default;
    }

    .scroll div {
      color: #d2b986;
      font-size: 0.9rem !important;
      line-height: 1 !important;
      letter-spacing: 0.04em !important;
      white-space: nowrap;
      padding: 15px 25px 155px 0;
      background: none;
      border: none;
      -webkit-transition: color 0.6s ease, opacity 0.6s ease;
      transition: color 0.6s ease, opacity 0.6s ease;
    }

    .scroll div:before {
      content: "";
      display: block;
      width: 3px;
      background-color: #d2b986;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-animation: scrlline 3.2s ease-in-out infinite;
      animation: scrlline 3.2s ease-in-out infinite;
      -webkit-transition: background-color 0.6s ease;
      transition: background-color 0.6s ease;
    }

    @-webkit-keyframes scrlline {
      0% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      15% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      50% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      65% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      100% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
    }
    @keyframes scrlline {
      0% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      15% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
      50% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      65% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
      }
      100% {
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
      }
    }

    .scrolldown1{
      position:absolute;
      left:90%;
      bottom:60px;
      height:50px;
    }

    @media screen and (max-width:992px){
        .scrolldown1{
          position:absolute;
          left:90%;
          bottom:60px;
          height:50px;
        }
    }

    .scrolldown1 span{
      position: absolute;
      left:-25px;
      top: 50px;
      color: #d2b986;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
    }

    .scrolldown1::after{
      content: "";
      position: absolute;
      top: 0;
      left: 45px;
      width: 3px;
      height: 160px;
      background: #d2b986;
      animation: pathmove 1.8s ease-in-out infinite;
      opacity:0;
    }

    @keyframes pathmove{
      0%{
        height:0;
        top:0;
        opacity: 0;
      }
      30%{
        height:160px;
        opacity: 1;
      }
      100%{
        height:0;
        top:165px;
        opacity: 0;
      }
    }

    .fadeBottom{
      transform: translateY(50px);
      opacity: 0;
      transition: 1.5s;
    }
    .fadeBottom.show{
      transform: translateY(0px);
      opacity: 1;
      transition: 1.5s;
      transition-delay: 0.3s;
    }

    .fadeLeft{
        transform: translateX(-50px);
        opacity: 0;
        transition: 1.5s;
    }
    .fadeRight{
        transform: translateX(50px);
        opacity: 0;
        transition: 1.5s;
    }
    .fadeLeft.show{
        transform: translateX(0px);
        opacity: 1;
        transition: 1.5s;
        transition-delay: 0.3s;
    }
    .fadeRight.show{
        transform: translateX(0px);
        opacity: 1;
        transition: 1.5s;
        transition-delay: 0.3s;
    }
    .flex_txt{
        transform: translateY(-50px);
        opacity: 0;
        transition: 1.5s;
    }
    .flex_txt.show{
        transform: translateY(0px);
        opacity: 1;
        transition: 1.5s;
    }
    .flex_txt_bt{
      transform: translateY(50px);
      opacity: 0;
      transition: 1.5s;
    }
    .flex_txt_bt.show{
        transform: translateY(0px);
        opacity: 1;
        transition: 1.5s;
    }
    .flex_txt_bt_2{
      transform: translateY(100px);
      opacity: 0;
      transition: 1.5s;
    }
    .flex_txt_bt_2.show{
        transform: translateY(0px);
        opacity: 1;
        transition: 1.5s;
    }


     @media print, screen and (min-width: 993px) {
      .cmd-visual_card {
        max-width: 366px;
      }
      .card_wide{
        max-width: unset;
      }
    }

    .cmd-box_container.flex_item{
      height: 382px;
      align-items: center;
      margin-bottom: 130px;
    }


    .modal1_container{
      max-width: unset!important;
    }
    .modal_list{
      width: fit-content;
      margin: 50px auto;
    }
    .modal_list li{
      margin-bottom: 30px;
    }
    .modal_list li:last-child{
      margin-bottom: 0;
    }
    @media print, screen and (min-width: 768px) {
    .modal01_inner {
      padding: 50px 0;
    }
    .cpb-modalC_container .modal01-scroll{
      padding: 100px 0;
    }
    }

    .modal-item-area{
      width: 100%;
    }

    .modal-item{
      display: flex;
      align-items: center;
      margin-bottom: 100px;
    }
    .modal-item-area:nth-child(2) .modal-item{
      align-items: normal;
    }
    .modal-item-area:last-child .modal-item{
      margin-bottom: 0;
    }
    .modal-item .box._thumb{
      width: 50%;
    }

    .modal-item .box{
      width: 50%;
      text-align: center;
    }

    .modal-item .box .cmd-visual_txt_cover{
      width: 100%;
    }

    .modal-item .cmd-visual_card {
      max-width: 505px;
    }

    .modal-mt100{
      margin-top: 100px;
    }

    @media screen and (max-width:992px){
      .modal-mt100{
        margin-top: 50px;
      }
      .modal-item{
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
      }

      .item-image{
        order: 1;
      }
      .item-text{
        order: 2;
      }

      .modal-item .box._thumb{
        width: 90%;
      }

      .modal-item .box{
        width: 90%;
        margin-top: 30px;
      }

      .modal-item-area:nth-child(2) .modal-item{
        align-items: center;
      }

      .cpb-modalC_close{
        right: 5px;
      }
    }

    .img_link{
        position: relative;
        width: 640px;
        margin: 0 auto
    }
    .img_link img{
        width: 100%;
    }
    .img_link_btn{
        position: absolute;
        display: block;
        /* background: #666; */
        opacity: 0.5;
    }
    .smooths{
      top: 22%;
      left: 7%;
      width: 37%;
      height: 8%;
    }
    .plumps{
      top: 21%;
      right: 1.5%;
      width: 34.5%;
      height: 12%;
    }
    .moisturizes{
      top: 51.5%;
      left: 1%;
      width: 29%;
      height: 8%;
    }
    .reduces{
      top: 46.5%;
      right: 1%;
      width: 31%;
      height: 13%;
    }
    .minimizes{
      bottom: 2%;
      left: 6%;
      width: 26%;
      height: 18%;
    }
    .improves{
      bottom: 7%;
      right: 1%;
      width: 39%;
      height: 13%;
    }

    .cpb-footer-sns_wrapper{
      display: none;
    }
    footer{
      display: none;
    }

    #ascrail2009-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2011-hr .nicescroll-cursors{
      display: none;
    }

    #contents .cmd-section.footer_area{
      margin-top: 125.5px;
    }

    .footer_inner{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #707070;
      padding-top: 60px;
    }

    .footer_logo_text{
      width: 600px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer_logo{
      width: 200px;
    }

    .footer_copy{
      margin-top: 65px;
      width: 100%;
      text-align: center;
    }

    @media screen and (max-width:992px){
      .footer_logo_text{
        width: auto;
        display: block;
      }

      .footer_logo{
        width: 80%;
        margin: 0 auto;
      }

      .footer_text{
        margin-top: 30px;
      }
    }



    [style^="background-color:"]>.cmd-title_toggle .cmd-toggle_container {
      border-top: 1px solid #979797;
      border-bottom: 1px solid #979797;
    }
    [style^="background-color:"]>.cmd-title_toggle .cmd-toggle_container + .cmd-toggle_container {
      border-top-width: 0;
    }
  
    .cmd-section_steps .cmd-toggle_btn svg {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 3px;
      vertical-align: middle;
    }
    .cmd-section_steps .cmd-section_steps-day .cmd-toggle_btn svg {
      width: 2.6rem;
      height: 2.6rem;
    }
    .cmd-section_steps .cmd-section_steps-night .cmd-toggle_btn svg {
      width: 2.2rem;
      height: 2.2rem;
    }
  
    .cmd-section_steps .cmd-toggle_contents .cmd-box_container::after {
      font-family: cpbicons !important;
      font-size: 4.5rem;
      font-weight: 400;
      font-style: normal;
      font-variant: normal;
      color: #999;
      line-height: 1;
      position: absolute;
      bottom: -8%;
      left: calc(50% - 2.25rem);
      content: "\EA03";
      transform: translateY(-50%) rotate(90deg);
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .cmd-section_steps .cmd-toggle_contents .cmd-box_container:last-of-type::after {
      content: "";
    }
    .cmd-section_steps .cmd-box_container .box._thumb img,
    .cmd-section_steps .cmd-toggle_contents .box .thumb img {
      max-width: 400px;
      width: 100%;
    }

    @media print, screen and (max-width: 767px) {
  
      .cmd-section_steps > .cmd-toggle_contents .cmd-box_container::after {
        bottom: -10%;
      }
    }