
    *{
        margin: 0;
        padding: 0;
        font-size: 100%
    }

    header{
      display: none;
    }

    footer{
      display: none;
    }

    #contents{
      padding-top: 0!important;
    }

    @media print, screen and (min-width: 768px) {
      #contents, #contents.synactif {
          padding-top: 0!important;
      }
    }
    #contents .cmd-section .top_inner .cmd-modal-video_container.top_mv{
      margin-top: 0;
    }

    .cmd-title-section.mv_title{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 500;
      width: max-content;
    }

    .mt-4{
      margin-top: 40px!important;
    }

    .mt-5{
      margin-top: 50px!important;
    }

    .mt-6{
      margin-top: 60px!important;
    }

    .mt-10{
      margin-top: 100px!important;
    }

    .mt-12{
      margin-top: 128px!important;
    }

    .mb-3{
      margin-bottom: 35px!important;
    }
    .mb-17{
      margin-bottom: 170px!important;
    }

    .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: 1;
      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: 500px;
      height: 675px;
      /* margin-left: -40%; */
      z-index: 999;
      background: #fff;
      padding: 30px 0 30px;
    }

    .logo_btn{
      position: absolute;
      left: 52%;
      width: 450px;
      height: fit-content;
      z-index: 999;
      text-align: center;
    }

    .logo_btn img{
      width: 40%;
    }

    .logo_btn_title span{
      font-size: 2rem;
      font-weight: bold;
    }

    .logo_btn_title{
      font-size: 1.8rem;
    }

    .logo_btn_link{
      font-size: 1.8rem;
      font-weight: normal;
      /*border-bottom: 1px solid #000;
      width: fit-content;*/
      margin: 20px auto 20px!important;
      cursor: pointer;
      background: #c6ac62;
      color: #fff;
      padding: 10px;
    }

    /* .logo_textbox{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70%;
      transform: translate(-50%, -15%);
      text-align: center;
    } */

    .logo_textbox{
      position: relative;
      width: 85%;
      padding: 0 50px 0;
      height: 70%;
      margin: 200px auto 0;
      text-align: center;
      overflow: auto;
    }

    .logo_textbox::-webkit-scrollbar {
      background: #fff;
      width:5px;
    }
    .logo_textbox::-webkit-scrollbar-thumb {
      background-color: #ddd;
    }

    .logo_txt{
      font-size: 1.4rem;
    }

    .logo_txt_title{
      font-size: 2rem;
    }

    /* .loading-animation p{
      position: absolute;
      left: 90px;
      top: 50%;
      font-size: 1.4rem;
    } */

    .logo-loading{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -230%);
    }

    .logo-loading .header_logo{
      width: 200px;
      height: auto;
    }

    @media screen and (max-width:992px){

      .loading{
        overflow: auto;
      }

      .loading-animation{
        padding: 15px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        background: url("/_assets/innovative-skincare-science-2/images/background_sp.jpg?$staticlink$");
      }

      .loading-animation .bg-img{
        display: none;
      }

      .logo_title{
        width: 100%;
        /* margin-left: 0; */
        height: fit-content;
      }

      .logo_textbox {
        height: 100%;
        padding: 0;
        margin: 40px auto 0;
      }

      .logo_txt{
        font-size: 1.4rem;
      }

      .logo_btn {
        position: unset;
        width: 450px;
        height: fit-content;
        z-index: 999;
        text-align: center;
        padding: 40px 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{
        position: unset;
        transform: none;
        width: fit-content;
        margin: 0 auto;
      }
      /* .logo-loading .header_logo{
        width: 100px;
        height: auto;
      } */
    }

    .loading-animation.is-active {
      opacity: 1;
      visibility: visible;
    }

    .cmd-section .cmd-visual_box.width-adjust{
      width: 710px;
      margin: 0 auto;
    }

    #contents{
      padding-bottom: 0;
    }

    @media print, screen and (min-width: 993px) {
      .cmd-section .cmd-visual_txt .cmd-visual_card{
      max-width: 510px;
      }
    }

    @media screen and (max-width:992px){
      .cmd-section .cmd-visual_box.width-adjust{
        width: 100%;
      }

      .pd-15{
        padding: 0 15px;
      }

      .mt-10{
        margin-top: 50px!important;
      }

      .mb-17{
        margin-bottom: 85px!important;
      }
    }

    .cmd-section .cmd-tab_list>li>a>span{
      padding: 10px 10px;
    }

    .srm-tab-summary .cmd-box_container._flat {
      justify-content: center;
      margin: 0 auto;
    }

    .gold_txt{
      width: 66.2%;
      margin: 40px auto 30px;
    }

    .tab_contents_list li{
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }
    .tab_contents_list li:last-child{
      margin-bottom: 0;
    }

    span.thumb.tab_img{
      width: 100%;
    }
    .tab_icon{
      width: 35%;
    }

    @media screen and (max-width:992px){

    .gold_txt{
      width: 100%;
    }

    span.thumb.tab_img{
      text-align: center;
    }

    .tab_contents_list li{
      display: block;
    }

    .tab_contents_list li p.tleft{
      text-align: center!important;
    }
  }

    @media print, screen and (min-width: 993px) {
      .srm-tab-summary .cmd-box_container._flat.box-md-2>.box {
          width: 30%;
      }
      .srm-tab-summary .cmd-box_container._flat.box-md-2>.box.txt {
        width: 35%;
      }
    }

    /* .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%;
        overflow: hidden;
    }

    .video{
        position: relative;
        max-width: 100vw;
        /* height: 100vh; */
        height: 788px;
        overflow: hidden;
    }

    #video-area{
      position: relative;
    }

    #video {

        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        transform: translate(-50%, -15%);
        width: 177.77777778vh;
        /* height: 56.25vw; */
        height: 100vh;
        min-height: 100%;
        min-width: 100%;
    }

    .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; */
      text-shadow: 0 0 15px #000;
      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;
        }

        .mv_title h1{
          font-size: 1.7rem!important;
        }
    }

    .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;
      }
    }

    .bg_content_area{
      padding: 55px 0;
    }

    #link1 .cmd-title-section{
      padding: 0 15px;
    }
    /* #link1 p{
      padding: 0 15px;
    } */

    .gold{
      padding: 8px 40px;
      background: #C6AC62;
      color: #fff;
      font-weight: normal;
      display: inline-block;
      margin-bottom: 12px;
    }

    .btn_area .cmd-box_container.cmd-visual_btn .cmd-button_box>.button{
      min-width: 215px;
    }
    .btn_area .cmd-button_box._sizeM>.button{
      min-height: 85px;
    }

    .radiant_area{
      padding: 42.5px 0;
      border: 1px solid #707070;
    }

    .radiant_content{
      width: 700px;
      display: flex;
      justify-content: space-around;
      margin: 88px auto 0;
    }

    .radiant_item{
      width: 228px;
    }

    .radiant_item img{
      margin-top: 34.5px;
    }

    @media screen and (max-width:992px){
      .radiant_content{
        width: 100%;
        display: block;
        margin: 75px auto 0;
      }

      .radiant_item{
        width: 50%;
        margin: 50px auto 0;
      }

      .radiant_item img{
        margin-top: 20px;
      }
    }



    .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) {
      .flex_content_area .cmd-visual_card {
        max-width: 410px;
      }
      .card_wide{
        max-width: unset;
      }
    }

    .science_movie .cmd-modal-video_box{
      width: 80%;
    }

    #contents .serum_area{
      margin-top: 130px;
    }

    .cmd-box_container.flex_item{
      height: 382px;
      align-items: center;
      margin-bottom: 130px;
    }

    .new_bland_img{
      width: 80%;
    }

    #link3.cmd-section{
      padding: 100px 15px 105px;
    }

    #link3.cmd-section .w-100{
      width: 90%;
      margin: 0 auto;
    }

    .cmd-section .cmd-mini_container.non_pd{
      padding: 0 60px 0!important;
    }

    .gray-icon,
    .gold-icon{
      padding: 12px 0;
      display: block;
      margin-bottom: 30px;
      color: #fff;
    }

    .gray-icon{
      background: #979797;
    }
    .gold-icon{
      background: #C6AC62;
    }

    @media print, screen and (min-width: 768px) {
      #contents .slider_area{
        margin-top: 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;
    }

    #ascrail2009-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2012-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2013-hr .nicescroll-cursors{
      display: none;
    }

    #contents .cmd-section.footer_area{
      margin-top: 125.5px;
    }

    @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;
      }

      #contents .serum_area{
        margin-top: 80px;
      }

      .radiant_area .title{
        padding: 0 20px 0;
      }

      #link3.cmd-section{
        padding: 50px 15px 50px;
      }
    }

    #ascrail2009-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2010-hr .nicescroll-cursors{
      display: none;
    }
    #ascrail2011-hr .nicescroll-cursors{
      display: none;
    }