@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,800,900&display=swap');
body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contents {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.cont-inner {
  position: relative;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

a {
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
}

.cont-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.cont-mv h1,
.cont-mv h2,
.cont-mv h3 {
  position: absolute;
}

.cont-mv h1 {
  width: 987px;
  top: 0;
  left: 0;
}
.cont-mv h2.mv_upper {
  width: 479px;
  top: 111px;
  left: 0;
}
.cont-mv h2.mv_downer {
  width: 760px;
  left: 0;
  bottom: 0;
}
.cont-mv h3 {
  width: 303px;
  right: 0;
  bottom: 0;
}

.buy_btn {
  width: 100px;
  height: 140px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 0.5s ease;
  display: none;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.cont-slide_a {
  padding: 90px 0 108px;
  text-align: center;
  background: #000 url('../images/back_line.png') left bottom no-repeat;
  background-size: contain;
  position: relative;
}
.cont-slide_a h2,
.cont-slide_b h2 {
  margin: 0 0 30px;
  font-size: 34px;
  font-weight: 900;
}
.cont-slide_a h2 span,
.cont-slide_b h2 span {
  margin: 0 auto;
  width: 240px;
  line-height: 0;
  display: block;
}
.slider,
.slider_2,
.slider_b {
  margin: 0 auto;
  width: 894px;
}
.slider .slick-img,
.slider_2 .slick-img,
.slider_b .slick-img_b {
  width: 894px;
}
.slider .slick-img ul,
.slider_2 .slick-img ul,
.slider_b .slick-img_b ul {
  width: 894px;
  text-align: center;
  list-style: none;
  display: flex;
}
.slider .slick-img ul li,
.slider_2 .slick-img ul li,
.slider_b .slick-img_b ul li {
  margin: 0 54px 0 0;
  width: 270px;
}
.slider .slick-img ul li:last-child,
.slider_2 .slick-img ul li:last-child,
.slider_b .slick-img_b ul li:last-child {
  margin: 0;
}
.thumbnail,
.thumbnail_2,
.thumbnail_b {
  margin: 0 auto;
  width: 259px;
}
.thumbnail .thumbnail-img,
.thumbnail_2 .thumbnail-img,
.thumbnail_b .thumbnail-img_b {
  margin: 0 10px 0 0;
  width: 80px;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.thumbnail .thumbnail-img:last-child,
.thumbnail_2 .thumbnail-img:last-child,
.thumbnail_b .thumbnail-img_b:last-child {
  margin: 0;
}
.thumbnail .slick-current,
.thumbnail_2 .slick-current,
.thumbnail_b .slick-current {
  opacity: 0.3;
}
.cont-slide_a_otoku {
  margin: -260px auto 0;
  width: 571px;
  position: relative;
  z-index: 100;
}
.cont-slide_a_thumbnail_note {
  margin: 20px 0 40px;
  font-size: 14px;
  font-weight: 900;
}
.cont-slide_a_note {
  margin: 220px 0 0 20px;
  width: 640px;
}
.slick-next {
  right: -75px;
}
.slick-prev {
  left: -75px;
}
.slick-next,
.slick-prev {
  top: 25%;
  width: 31px;
  height: 34px;
  opacity: 1;
}
.slick-next::before,
.slick-prev::before {
  width: 31px;
  height: 34px;
  content: '';
  display: inline-block;
  opacity: 1;
}
.slick-next::before {
  background: url('../images/slide_next.png');
  background-size: 31px 34px;
}
.slick-prev::before {
  background: url('../images/slide_prev.png');
  background-size: 31px 34px;
}
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:hover::before,
.slick-prev.slick-disabled:focus::before,
.slick-next.slick-disabled:hover::before,
.slick-next.slick-disabled:focus::before {
  opacity: 0.25;
}

.cont-reccomend {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 1109;
  background: url(../images/reccomend_bg.jpg) no-repeat center center;
  background-size: cover;
}
.cont-reccomend h2 {
  position: absolute;
  width: 582px;
  top: 65px;
  left: 119px;
}

.cont-point {
}
.cont-point .point_first {
  position: relative;
  width: 100%;
  aspect-ratio: 2880 / 2459;
  background: url(../images/point_bg.jpg) no-repeat center center;
  background-size: cover;
}
.cont-point .point_first h2,
.cont-point .point_first h3,
.cont-point .point_first p {
  position: absolute;
}
.cont-point .point_first h2 {
  width: 739px;
  top: 0;
  left: 0;
}
.cont-point .point_first h3 {
  width: 603px;
  bottom: 0;
  left: 0;
}
.cont-point .point_first p {
  width: 384px;
  right: 0;
  bottom: 0;
}
.cont-point .point_slide {
  padding: 60px 0 80px;
  position: relative;
  width: 100%;
  background: url('../images/point_slide_bg.png') repeat center center;
  background-size: 5%;
}
.cont-point .point_slide .point-slider {
  margin: 0 auto;
  width: 890px;
}
.cont-point .point_slide .point-slider .pointSlick-img {
  /*width: 890px !important;*/
}
.cont-point .slick-next,
.cont-point .slick-prev {
  top: 30%;
}
.slide-dots {
  text-align: center;
}
.slide-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: #3e3a39;
  list-style: none;
  display: inline-block;
}
.slide-dots li.slick-active {
  background: #ffffff;
}
.slide-dots li button {
  display: none;
}

.cont-system {
  padding: 122px 0 90px;
  position: relative;
  width: 100%;
  background-image: url('../images/back_line.png'), url(../images/system_bg.jpg);
  background-position: center bottom, center top;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}
.cont-system h2 {
  width: 759px;
  position: absolute;
  top: 0;
  left: 0;
}
.cont-system .cont-system_movie_wrap {
  margin: 0 auto;
  width: 625px;
  height: 555px;
  background: url('../images/system_img.png') no-repeat center top;
  background-size: cover;
  position: relative;
}
.cont-system .cont-system_movie {
  width: 600px;
  height: 338px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 12px;
}
.cont-system .cont-system_movie video {
  width: 100%;
}
.cont-system .cont-system_movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.cont-system p {
  color: #737373;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 25px;
  bottom: 65px;
}

.cont-mechanism {
}
.cont-mechanism .mechanism_first {
  position: relative;
  width: 100%;
  min-height: 750px;
  aspect-ratio: 12 / 7;
  background: url(../images/mechanism_bg.jpg) no-repeat center center;
  background-size: cover;
}
.cont-mechanism .mechanism_first h2 {
  width: 555px;
  position: absolute;
  top: 0;
  right: 0;
}
.cont-mechanism .mechanism_detail {
  padding: 85px 0 80px;
  position: relative;
  width: 100%;
  background-image: url('../images/back_line.png'), url(../images/mechanism_detail_bg.png);
  background-position: center bottom, center top;
  background-size: contain, 2%;
  background-repeat: no-repeat, repeat;
}
.cont-mechanism .mechanism_detail .mechanism_detail_mainImg {
  margin: 0 auto 90px;
  width: 872px;
}
.mechanism_detail_wrap {
  margin: 0 auto 90px;
  width: 992px;
  display: flex;
  flex-flow: row-reverse;
}
.mechanism_detail_block_txt {
  margin: 0 50px 0 0;
  width: 320px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mechanism_detail_block_txt p {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}
.mechanism_detail_block_txt p.note {
  margin: 10px 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
.mechanism_detail_block_img {
  width: 622px;
}
.mechanism_detail_block_img video {
  width: 100%;
}
.mechanism_detail_block_img iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.cont-privilege {
  padding: 90px 0 120px;
  text-align: center;
  background: #000 url('../images/back_line.png') left bottom no-repeat;
  background-size: contain;
  position: relative;
}
.cont-privilege h2 {
  margin: 0 0 40px;
  font-size: 50px;
  font-weight: 900;
}
.cont-privilege .cont-privilege_block01 {
  margin: 0 auto;
  width: 900px;
}
.cont-privilege .cont-privilege_block02 {
  margin: 0 auto;
  padding: 50px 64px 0;
  width: 900px;
  height: 802px;
  background: #000 url('../images/privilege_block02_bg.png') left bottom no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.cont-privilege .cont-privilege_block02 h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
.cont-privilege .cont-privilege_block02 h3 span {
  letter-spacing: -2px;
}
.cont-privilege .cont-privilege_block02 .cont-privilege_block02_img {
  margin: 0 auto 39px;
  width: 772px;
}
.cont-privilege .cont-privilege_block02 h4 {
  margin: 0 auto 10px;
  width: 772px;
}
.cont-privilege .cont-privilege_block02 .cont-privilege_note {
  margin: 0 auto;
  width: 772px;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}
.cont-privilege .cont-privilege_block02 .cont-privilege_note p {
  margin: 0 0 1.5em;
}
.cont-privilege .cont-privilege_block02 .cont-privilege_note p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cont-slide_b {
  padding: 90px 0 108px;
  text-align: center;
  background-image: url('../images/back_line.png'), url(../images/cont-slide_b_bg.jpg);
  background-position: center bottom, center top;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
.cont-slide_b .cont-slide_b_mark {
  width: 201px;
  position: absolute;
  top: 36px;
  left: 44px;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}
.slick-slide img.pc-view {
  display: block;
}
.slick-slide img.sp-view {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .slick-slide img.pc-view {
    display: none;
  }
  .slick-slide img.sp-view {
    display: block;
  }

  .cont-mv {
    background: url(../images/mv_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .cont-mv h1 {
    margin: 0 0 20px;
    width: 100%;
    position: relative;
  }
  .cont-mv h2.mv_upper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .cont-mv h2.mv_downer {
    width: 100%;
    left: 0;
    bottom: 13%;
  }
  .cont-mv h3 {
    width: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0.5383287103904062) 90%, rgba(0,0,0,0) 100%);
  }

  .buy_btn {
    width: 100%;
    height: auto;
  }

  .cont-slide_a {
    padding: 90px 0 108px;
    background: #000 url('../images/back_line_sp.png') left bottom no-repeat;
  }
  .cont-slide_a h2,
  .cont-slide_b h2 {
    font-size: 24px;
  }
  .cont-slide_a h2 span,
  .cont-slide_b h2 span {
    width: 45%;
  }
  .slider,
  .slider_2,
  .slider_b {
    width: 100%;
  }
  .slider .slick-img,
  .slider_2 .slick-img,
  .slider_b .slick-img_b {
    width: 100%;
  }
  .slider .slick-img ul,
  .slider_2 .slick-img ul,
  .slider_b .slick-img_b ul {
    width: 100%;
    display: block;
  }
  .slider .slick-img ul li,
  .slider_2 .slick-img ul li,
  .slider_b .slick-img_b ul li {
    margin: 0;
    width: 100%;
  }
  .slick-prev {
    left: 5%;
  }
  .slick-next {
    right: 5%;
  }
  .slick-prev,
  .slick-next {
    top: -61px;
  }
  .thumbnail,
  .thumbnail_2,
  .thumbnail_b {
    width: 56%;
  }
  .thumbnail .thumbnail-img,
  .thumbnail_2 .thumbnail-img,
  .thumbnail_b .thumbnail-img_b {
    width: 33%;
  }
  .cont-slide_a_thumbnail_note {
    margin: 20px 0 25%;
    font-size: 16px;
  }
  .cont-slide_a_otoku {
    margin: -80% auto 0;
    width: 100%;
  }
  .cont-slide_a_note {
    margin: 50% 0 0 0;
    width: 100%;
  }
  .cont-reccomend {
    aspect-ratio: 25 / 36;
    background: url(../images/reccomend_bg_sp.jpg) no-repeat center center;
    background-size: contain;
    padding-bottom: 95vw;
    margin-bottom: -4vw;
  }
  .cont-reccomend h2 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  .cont-point .point_first {
    aspect-ratio: 50 / 91;
    background: url(../images/point_bg_sp.jpg) no-repeat center center;
    background-size: contain;
  }
  .cont-point .point_first h2,
  .cont-point .point_first h3 {
    width: 100%;
  }
  .cont-point .point_slide {
    background-size: 15%;
  }
  .cont-point .point_slide .point-slider {
    width: 90%;
  }
  .cont-point .point_slide .point-slider .pointSlick-img {
    /*width: auto !important;*/
  }
  .cont-point .point_slide .slick-prev,
  .cont-point .point_slide .slick-next {
    top: 200px;
  }
  .cont-point .point_slide .slick-prev {
    left: -10px;
  }
  .cont-point .point_slide .slick-next {
    right: -10px;
  }
  .cont-system {
    padding: 35px 0 15px;
    background-image: url('../images/back_line_sp.png'), url(../images/system_bg_sp.jpg);
    background-position: center bottom, center top;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }
  .cont-system h2 {
    margin: 0 0 45px;
    width: 100%;
    position: relative;
  }
  .cont-system .cont-system_movie_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 179;
    background: url('../images/system_img_sp.png') no-repeat center top;
    background-size: contain;
  }
  .cont-system .cont-system_movie {
    width: 86.625%;
    height: auto;
    top: 1%;
    left: 6.5%;
    aspect-ratio: 16/9;
  }
  .cont-system p {
    padding: 30px 25px 20px;
    font-size: 10px;
    text-align: left;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .cont-mechanism .mechanism_first {
    min-height: inherit;
    aspect-ratio: 200 / 169;
    background: url(../images/mechanism_bg_sp.jpg) no-repeat center center;
    background-size: contain;
  }
  .cont-mechanism .mechanism_first h2 {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .cont-mechanism .mechanism_detail {
    padding: 85px 0 80px;
    background-image: url('../images/back_line_sp.png'), url(../images/mechanism_detail_bg.png);
    background-size: contain, 6%;
  }
  .cont-mechanism .mechanism_detail .mechanism_detail_mainImg {
    margin: 0 auto 90px;
    width: 100%;
  }
  .mechanism_detail_wrap {
    margin: 0 auto 90px;
    width: 100%;
    display: block;
  }
  .mechanism_detail_block_img {
    margin: 35px 0 35px;
    width: 100%;
  }
  .mechanism_detail_block_txt {
    margin: 0 auto;
    padding: 0 0 35px;
    width: 71.75%;
    display: block;
  }
  .mechanism_detail_block_txt p {
    font-size: 16px;
    line-height: 1.53;
  }
  .cont-privilege {
    background: #000 url('../images/back_line_sp.png') left bottom no-repeat;
  }
  .cont-privilege h2 {
    font-size: 35px;
  }
  .cont-privilege .cont-privilege_block01 {
    width: 100%;
  }
  .cont-privilege .cont-privilege_block02 {
    padding: 64px 64px 0;
    width: 100%;
    height: auto;
    background: #000 url('../images/privilege_block02_bg_sp.png') left bottom no-repeat;
    background-size: contain;
    aspect-ratio: 200/431;
  }
  .cont-privilege .cont-privilege_block02 h3 {
    margin: 0 0 20px;
    font-size: 5.25vw;
    line-height: 1.4;
  }
  .cont-privilege .cont-privilege_block02 .cont-privilege_block02_img {
    width: 100%;
  }
  .cont-privilege .cont-privilege_block02 h4 {
    width: 100%;
  }
  .cont-privilege .cont-privilege_block02 .cont-privilege_note {
    width: 100%;
    font-size: 2.1vw;
  }
  .cont-slide_b {
    padding: 0 0 108px;
    background-image: url('../images/back_line_sp.png'), url(../images/cont-slide_b_bg_sp.jpg);
    background-size: contain, contain;
  }
  .cont-slide_b .cont-slide_b_mark {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}

/* 2022/10/21 バナー /brand/scalpd 引用 */
.contents .section-users-voice {
  background: #000 url(../images/back_line.png) left bottom no-repeat;
}
.contents .section-users-voice .section-container {
  background-image: url('../img/users-voice/img-main.jpg');
  background-size: cover;
  background-position: center top;
  padding: 85px 0 927px;
}

.contents .section-users-voice .section-container.banner-area {
  background-image: none;
  height: 0;
  padding-bottom: 35vw;
  text-align: center;
}

.contents .section-users-voice .section-container.banner-area img {
  width: auto;
}

@media (max-width: 767px) {
  .contents .section-users-voice .section-container {
    padding: 10.5vw 0 107.75vw;
  }

  .contents .section-users-voice .section-container.banner-area {
    padding-bottom: 65vw;
  }

  .contents .section-users-voice .section-container.banner-area img {
    width: 90%;
  }
}
