@charset "UTF-8";
/* -----------------------------------------
reset（編集しない）
----------------------------------------- */
body {
  line-height: 1.5;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* -----------------------------------------
  base（font-familyなどの変更。fontは1.6rem＝16px）
----------------------------------------- */
/* rem用 */
html {
  font-size: 62.5%;
}

/* 解析タグの隙間対策 */
body > img {
  display: none;
}

/* 画像の隙間対策 */
#seeme img {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}

#seeme .p-box {
  position: relative;
}

#lp-form {
  background: #fff;
}

/* fv-band */
.scale-in-ver-center {
  -webkit-animation: scale-in-ver-center 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 3.8s both;
  animation: scale-in-ver-center 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 3.8s both;
}

@-webkit-keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes scale-in-ver-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
.pulsate-fwd {
  -webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
  animation: pulsate-fwd 2s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ranking */
#seeme .fadeIn {
  opacity: 1;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transition: 1s;
}

#seeme .fadeInSlow {
  opacity: 1;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transition: 2s;
}

/* fuwafuwa */
@keyframes fluffy01 {
  0% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  50% {
    -webkit-transform: translate(-2%, -12%) rotate(0deg);
    transform: translate(-2%, -12%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-3.5deg);
    transform: translate(0, 0) rotate(-3.5deg);
  }
}
@keyframes fluffy02 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-4deg);
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    -webkit-transform: translate(2%, -10%) rotate(0deg);
    transform: translate(2%, -10%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(4deg);
    transform: translate(0, 0) rotate(4deg);
  }
}
#svg-animation,
#svg-animation02,
#svg-animation03 {
  max-width: 100%;
  height: auto;
}

#svg-animation .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 9px;
  opacity: 1;
}

#svg-animation02 .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 15px;
  opacity: 1;
}

#svg-animation03 .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-width: 8px;
  opacity: 1;
}

/* before afterの画像切り替え */
.twentytwenty-anime .twentytwenty-handle {
  -webkit-animation: wentyanime 3s ease none;
  animation: wentyanime 3s ease none;
}

.twentytwenty-anime .twentytwenty-before {
  -webkit-animation: wentyanimebefore 3s ease none;
  animation: wentyanimebefore 3s ease none;
}

.twentytwenty-anime .twentytwenty-after {
  -webkit-animation: wentyanimeafter 3s ease none;
  animation: wentyanimeafter 3s ease none;
}

.before_after {
  max-width: 480px;
  width: 64%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, 0);
}

@keyframes wentyanime {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(19.5vw);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-19.5vw);
  }
  0% {
    transform: translateX(0);
  }
}
@keyframes wentyanimebefore {
  0% {
    clip: rect(0vw, 30vw, 70vw, 0vw);
  }
  25% {
    clip: rect(0vw, 50vw, 70vw, 0vw);
  }
  50% {
    clip: rect(0vw, 30vw, 70vw, 0vw);
  }
  75% {
    clip: rect(0vw, 10vw, 70vw, 0vw);
  }
  0% {
    clip: rect(0vw, 30vw, 70vw, 0vw);
  }
}
@keyframes wentyanimeafter {
  0% {
    clip: rect(0vw, 96vw, 70vw, 30vw);
  }
  25% {
    clip: rect(0vw, 96vw, 70vw, 50vw);
  }
  50% {
    clip: rect(0vw, 96vw, 70vw, 30vw);
  }
  75% {
    clip: rect(0vw, 96vw, 70vw, 10vw);
  }
  0% {
    clip: rect(0vw, 96vw, 70vw, 30vw);
  }
}
@media (min-width: 750px) {
  @keyframes wentyanime {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(67px);
    }
    50% {
      transform: translateX(0);
    }
    75% {
      transform: translateX(-67px);
    }
    0% {
      transform: translateX(0);
    }
  }
  @keyframes wentyanimebefore {
    0% {
      clip: rect(0px, 240px, 510px, 0px);
    }
    25% {
      clip: rect(0px, 303.5px, 510px, 0px);
    }
    50% {
      clip: rect(0px, 240px, 510px, 0px);
    }
    75% {
      clip: rect(0px, 177.5px, 510px, 0px);
    }
    0% {
      clip: rect(0px, 240px, 510px, 0px);
    }
  }
  @keyframes wentyanimeafter {
    0% {
      clip: rect(0px, 480px, 510px, 240px);
    }
    25% {
      clip: rect(0px, 480px, 510px, 303.5px);
    }
    50% {
      clip: rect(0px, 480px, 510px, 240px);
    }
    75% {
      clip: rect(0px, 480px, 510px, 177.5px);
    }
    0% {
      clip: rect(0px, 480px, 510px, 240px);
    }
  }
}
/* -----------------------------------------
    modal
----------------------------------------- */
#seeme .modal-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 1.5s ease 0s;
}

#seeme .modal-box.is-hide,
#seeme .modal-bg.is-hide {
  visibility: hidden;
  opacity: 0;
  z-index: -5;
}

#seeme .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #b7c6d0;
  transition: all 0.8s ease 0s;
  z-index: 9998;
}

#seeme .modal-bg.is-show {
  visibility: visible;
  opacity: 0.7;
}

#seeme .modal-inner {
  position: relative;
  text-align: center;
  top: -3%;
  width: 32%;
  max-width: 500px;
}

/* アニメーション */
#seeme .modal-anime {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}

#seeme .modal-anime.is-show {
  visibility: visible;
  opacity: 1;
}

#seeme .modal_margin {
  margin: 0 auto;
}

/* -----------------------------------------
    popup
----------------------------------------- */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  font-size: min(10vw, 50px);
  position: absolute;
  left: 0;
  top: -50px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

/* -----------------------------------------
    banner
----------------------------------------- */
#seeme #fixdBtn.is-bnrHide {
  visibility: hidden;
  opacity: 0 !important;
}

#seeme #fixdBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 99;
}

#seeme .banner_btn {
  width: 84.2666666667%;
  margin: 0 auto;
}

#seeme .popup_link {
  position: absolute;
  width: 88%;
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  transform: translateX(-50%);
}

/* -----------------------------------------
    main（各セクションごとのスタイル）
----------------------------------------- */
/* サイトの最大幅 */
#seeme {
  max-width: 750px;
  margin: 0 auto;
}

/* -----------------------------------------
    fv
----------------------------------------- */
#seeme .fv-parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

#seeme .fv_text {
  position: fixed;
  top: calc(50vh - 130px);
}

#seeme .fv_logo {
  position: fixed;
  width: 421px;
  top: 26px;
  left: calc(50% - 328px);
}

#seeme .fv-video {
  max-width: 750px;
  margin: 0 auto;
}

#seeme .fv-video video {
  width: 100%;
  height: auto;
}

/* -----------------------------------------
    cv
----------------------------------------- */
#seeme .cv_btn {
  position: absolute;
  width: 84.2666666667%;
  top: 64%;
  left: 8%;
  transform: translate(-50%, 0);
}

/* -----------------------------------------
    sec_01
----------------------------------------- */
/* 販売数カウントアップ */
#seeme .sales-volume {
  position: relative;
}

#seeme .sales-volume_number {
  position: absolute;
  top: 25%;
  left: 14%;
  font-size: clamp(55px, 14.6666666667vw, 110px);
  font-weight: bold;
  color: #f66b75;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -1px;
  font-weight: 300;
}

#seeme .refresh_index {
  z-index: 20;
}

#seeme .refresh_txt {
  position: absolute;
  width: 92%;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
}

#seeme .refresh_shape {
  position: absolute;
  width: 12.6666666667%;
  top: 92%;
  left: 90%;
  transform: translate(-50%, 0);
  z-index: 16;
}

#seeme .movie_frame {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .ranking_container {
  margin-top: 0;
}

#seeme .ranking_box {
  position: absolute;
  display: flex;
  top: 0;
}

.ranking_box li {
  opacity: 0;
}

/* -----------------------------------------
    sec_02
----------------------------------------- */
#seeme .magazin_wrap {
  position: relative;
}

#seeme .magazin_slide_warp {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
}

#seeme .magazin_slide_warp img {
  width: 100%;
  max-width: 100%;
}

.bubbles p {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}

#seeme .bubble_01 {
  position: absolute;
  width: 31.3333333333%;
  top: 10%;
  left: 67%;
  z-index: 10;
  /* - animation: fluffy01 4s infinite ease-in-out alternate; - */
}

#seeme .bubble_02 {
  position: absolute;
  width: 25.8666666667%;
  top: 21%;
  left: 4%;
  z-index: 10;
  /* - animation: fluffy02 3.5s infinite ease-in-out alternate; - */
}

#seeme .instagram_link {
  position: absolute;
  width: 22.1333333333%;
  top: 75%;
  left: 37%;
  z-index: 10;
}

#seeme .insta_slide {
  background: transparent url(../img/instagram_bg.jpg) repeat top center/cover;
  display: block;
  width: 100%;
  height: min(130.8vw, 981px);
}

#seeme .insta_slide .slick-slide img {
  width: min(437.333vw, 3280px);
  max-width: min(437.333vw, 3280px);
  height: min(129.333vw, 970px);
}

.award_box li {
  opacity: 0;
}

#seeme .award_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
}

.logo_anime p {
  opacity: 0;
}

#seeme .logo_txt01 {
  position: absolute;
  width: 77.3333333333%;
  top: 24%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .logo_txt02 {
  position: absolute;
  width: 46.4%;
  top: 55%;
  left: 51%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.voice_txt {
  opacity: 0;
  transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
}

#seeme .voice_txt01 {
  position: absolute;
  width: 80.8%;
  top: 10.5%;
  left: 7.8%;
  z-index: 10;
}

#seeme .voice_txt02 {
  position: absolute;
  width: 68.1333333333%;
  top: 10%;
  left: 7.6%;
  z-index: 10;
}

/* -----------------------------------------
    sec_03
----------------------------------------- */
.cta_copy {
  opacity: 0;
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
}

.cta_txt {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
}

#seeme .cta_copy {
  position: absolute;
  width: 29.6%;
  top: 10.6%;
  left: 7.5%;
  z-index: 10;
}

#seeme .cta_txt {
  position: absolute;
  width: 81.2%;
  top: 79.7%;
  left: 49%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.case_txt {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#seeme .case_txt01 {
  position: absolute;
  width: 92.9333333333%;
  top: -12%;
  left: 0;
  z-index: 10;
}

#seeme .case_txt02 {
  position: absolute;
  width: 93.7333333333%;
  top: 1%;
  right: 0;
  z-index: 10;
}

#seeme .case_txt03 {
  position: absolute;
  width: 92.6666666667%;
  top: -11%;
  left: 0;
  z-index: 10;
}

.features {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#seeme .features {
  position: absolute;
  width: 20%;
  z-index: 10;
}

#seeme .features_01 {
  top: 0;
  left: 14.4%;
}

#seeme .features_02 {
  top: 0;
  left: 34.7%;
}

#seeme .features_03 {
  top: 25.5%;
  left: 44.8%;
}

#seeme .features_04 {
  top: 50.8%;
  left: 34.7%;
}

#seeme .features_05 {
  top: 50.8%;
  left: 14.4%;
}

#seeme .features_06 {
  top: 25.5%;
  left: 4.1%;
}

#seeme .point_gif_01 {
  position: absolute;
  width: 84%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .point_gif_02 {
  position: absolute;
  width: 84%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .point_gif_03 {
  position: absolute;
  width: 84%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .bright_movie {
  position: absolute;
  width: 84%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

/* -----------------------------------------
    sec_04
----------------------------------------- */
#seeme .hand-draw {
  position: absolute;
  width: 17%;
  top: 72%;
  left: 71%;
  z-index: 10;
}

#seeme .hand-pores {
  position: absolute;
  width: 33%;
  top: 6.5%;
  left: 51%;
  z-index: 10;
}

.hand-copy {
  opacity: 0;
}

#seeme .hand-copy {
  position: absolute;
  width: 80.8%;
  top: 64%;
  left: 15%;
  z-index: 10;
}

#seeme .swipe_txt {
  position: absolute;
  width: 22.1333333333%;
  top: 90.2%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .brush_gif {
  position: absolute;
  width: 92%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .howto_movie01 {
  position: absolute;
  width: 92%;
  top: 6.2%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .howto_movie02 {
  position: absolute;
  width: 76%;
  top: 55.5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .texture {
  position: absolute;
  width: 90.1333333333%;
  top: -10%;
  left: 52%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.steps {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#seeme .step_01 {
  position: absolute;
  width: 82.4%;
  top: 8.1%;
  left: 50.5%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .step_02 {
  position: absolute;
  width: 77.4666666667%;
  top: 9.5%;
  left: 49.2%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .step_03 {
  position: absolute;
  width: 77.4666666667%;
  top: 7.5%;
  left: 49.2%;
  transform: translate(-50%, 0);
  z-index: 10;
}

#seeme .p-sticky {
  position: sticky;
  top: 0;
}

#seeme .bubble-parallax {
  margin-top: -16%;
}

/* -----------------------------------------
    slick
----------------------------------------- */
#seeme .slide_container {
  margin-top: -103.2%;
  margin-bottom: 7.1%;
}

#seeme .quality_slide {
  z-index: 5;
}

#seeme .slide_01 {
  position: relative;
}

#seeme .slide_01::after {
  position: absolute;
  top: 0%;
  left: 75%;
  content: "";
  display: inline-block;
  width: 22.9333333333%;
  height: 174px;
  background: transparent url(../img/slide_01_icon.png) repeat top center/cover;
}

#seeme .slick-slide {
  height: auto;
}

#seeme .slick-slide img {
  width: 92%;
  margin: 0 auto;
}

#seeme .slick-arrow:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

#seeme .slick-prev,
#seeme .slick-next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10;
}

#seeme .slick-next:before {
  background: url(../img/arrow_next.png);
  background-size: contain;
}

#seeme .slick-next {
  right: 2%;
}

#seeme .slick-prev:before {
  background: url(../img/arrow_prev.png);
  background-size: contain;
}

#seeme .slick-prev {
  left: 2%;
}

#seeme .bg-w {
  background: #fff;
}

#seeme .remove {
  position: relative;
}

/* -----------------------------------------
    qna
----------------------------------------- */
#seeme .qna {
  background: #fff;
  padding-bottom: 10%;
}

#seeme dl.accordion dt {
  position: relative;
  cursor: pointer;
}

#seeme dl.accordion dd {
  display: none;
}

#seeme dl.accordion dt::before {
  position: absolute;
  background: transparent url(../img/acc_arrow.png) repeat top center/cover;
  top: 35%;
  right: 6.4%;
  width: 30px;
  height: 30px;
  z-index: 98;
  margin: auto 0;
  content: "";
}

#seeme dl.accordion dt.selected:before {
  transform: rotate(180deg);
}

#seeme .qna_accordion {
  margin-bottom: 3%;
}

#seeme .qna_accordion:last-child {
  margin-bottom: 0;
}

.shikari__footer {
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  padding: 5.65% 0 3.15%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.shikari__footer__nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

li.shikari__footer__nav__item {
  max-width: 25%;
  width: 100%;
  text-align: center;
  padding: 1% 2%;
  box-sizing: border-box;
}

hr.shikari__footer__nav__hr {
  border-left: solid 1px #e7e7e7;
  visibility: hidden;
}

a.shikari__footer__nav__item__link {
  text-decoration: underline;
  color: #859fae;
  font-size: 14px;
}

.shikari__footer__copyright {
  display: block;
  font-family: "Noto Sans JP Regular", sans-serif;
  text-align: center;
  margin-top: 4%;
}

@media screen and (max-width: 750px) {
  .shikari__footer__nav {
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 0 5%;
  }
  li.shikari__footer__nav__item {
    max-width: 100%;
    padding: 2%;
  }
  hr.shikari__footer__nav__hr {
    visibility: visible;
    height: 0.05vw;
  }
  a.shikari__footer__nav__item__link {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  #seeme .fv_text {
    position: fixed;
    top: 40vh;
  }
  #seeme .fv-parallax {
    background-image: inherit;
    position: relative;
    max-width: 750px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit !important;
  }
  #seeme .fv-parallax::before {
    width: 100%;
    height: 100vh;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
  }
  #seeme .fv_logo {
    width: 54.9333333333%;
    top: 5%;
    left: 4%;
  }
  #seeme .slide_01::after {
    height: 23.5vw;
  }
  #seeme .slick-prev,
#seeme .slick-next {
    width: 8vw;
    height: 8vw;
  }
  #seeme .slick-arrow:before {
    width: 8vw;
    height: 8vw;
  }
  #seeme dl.accordion dt::before {
    width: 4vw;
    height: 4vw;
  }
}
