@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.15rem;
  margin: 0;
}

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

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.lisk img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

a img:hover {
  opacity: 0.8;
}

a {
  color: #1E7BC2;
  text-decoration: underline;
}
a:hover {
  color: #1468a0;
}

.pcOnly {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: inline;
  }
}

.spOnly {
  display: inline;
}
@media only screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.lisk--header {
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.lisk--header--cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 13.466vw;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .lisk--header--cont {
    width: 100vw;
    height: 6.2244897959vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--header--cont {
    width: 980px;
    height: 61px;
    margin: 0 auto;
  }
}
.lisk--header--cont--logo {
  width: 41.066vw;
  padding: 0 0 0 3.6vw;
  font-size: 1em !important;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .lisk--header--cont--logo {
    width: 24.0816326531vw;
    padding: 0 0 0 1.4285714286vw;
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--header--cont--logo {
    width: 236px;
    padding: 0 0 0 14px;
    margin: 0;
  }
}
.lisk--header--cont--text {
  font-size: 2.4vw;
  width: 20em;
  border-left: 1px solid #000;
  padding: 0.5em 1.5em;
  margin: 0;
  letter-spacing: 0;
  line-height: 1em;
}
@media only screen and (min-width: 769px) {
  .lisk--header--cont--text {
    font-size: 1.2755102041vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--header--cont--text {
    font-size: 12.5px;
  }
}
.lisk--header--cont--text a {
  color: #000 !important;
  text-decoration: none;
}
.lisk--header--cont--text a:hover {
  opacity: 0.7;
}
.lisk--contents {
  background-color: #FFF;
  background-image: url("../img/bg_grade_sp.png"), url("../img/bg_body_sp.png");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, top center;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .lisk--contents {
    background-image: url("../img/bg_grade_pc.png"), url("../img/bg_body_pc.png");
    background-size: 100% auto, 100% auto;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center, top center;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents {
    background-image: url("../img/bg_grade_pc.png"), url("../img/bg_body_pcl.png");
    background-size: auto auto, auto auto;
  }
}
.lisk--contents .mv {
  width: 100%;
  height: 109.066vw;
  margin: 0 auto;
  background-image: url("../img/bg_mv_sp.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .mv {
    height: 61.1224489796vw;
    background-size: auto 100%;
    background-image: url("../img/bg_mv_pc.png");
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .mv {
    height: 599px;
    background-image: url("../img/bg_mv_pc.png");
  }
}
.lisk--contents .mv--cont {
  position: relative;
  width: 100%;
  height: 109.066vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .mv--cont {
    width: 100vw;
    height: 61.1224489796vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .mv--cont {
    width: 980px;
    height: 599px;
  }
}
.lisk--contents .mv--cont h1 {
  width: 100%;
}
.lisk--contents .mv--cont--text {
  position: absolute;
  width: 85.866vw;
  bottom: 9.843vw;
  left: 8.281vw;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .mv--cont--text {
    width: 47.7551020408vw;
    bottom: 2.1428571429vw;
    left: 6.2244897959vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .mv--cont--text {
    width: 468px;
    bottom: 21px;
    left: 61px;
  }
}
.lisk--contents .mv--cont--ph {
  display: none;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .mv--cont--ph {
    display: block;
    position: absolute;
    width: 39.693877551vw;
    bottom: 0vw;
    right: 4.1836734694vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .mv--cont--ph {
    width: 389px;
    bottom: 0;
    right: 41px;
  }
}
.lisk--contents .plink {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .plink {
    width: 100vw;
    padding-bottom: 2.8571428571vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .plink {
    width: 980px;
    padding-bottom: 28px;
  }
}
.lisk--contents .plink--cont {
  position: relative;
  width: 94.4vw;
  height: 76.8vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .plink--cont {
    display: flex;
    width: 94.8979591837vw;
    height: 11.5306122449vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .plink--cont {
    width: 930px;
    height: 113px;
  }
}
.lisk--contents .plink--cont li {
  width: 63.066vw;
  list-style: none;
  margin-bottom: 3.437vw;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .plink--cont li {
    width: auto;
    height: 113px;
  }
}
.lisk--contents .plink--cont--ph {
  width: 37.333vw !important;
  position: absolute;
  bottom: 0;
  right: 2.933vw;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .plink--cont--ph {
    display: none;
  }
}
.lisk--contents .what, .lisk--contents .can, .lisk--contents .how {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 19.7vw;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .what, .lisk--contents .can, .lisk--contents .how {
    width: 100vw;
    padding-bottom: 7.8571428571vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .what, .lisk--contents .can, .lisk--contents .how {
    width: 980px;
    padding-bottom: 77px;
  }
}
.lisk--contents .what h2, .lisk--contents .can h2, .lisk--contents .how h2 {
  width: 94.4vw;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .what h2, .lisk--contents .can h2, .lisk--contents .how h2 {
    width: 94.8979591837vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .what h2, .lisk--contents .can h2, .lisk--contents .how h2 {
    width: 930px;
  }
}
.lisk--contents .movie {
  width: 87.466vw;
  margin: 3.2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .movie {
    width: 65.7142857143vw;
    margin: -8.6734693878vw auto 0 28.5714285714vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .movie {
    width: 644px;
    margin: -85px auto 0 280px;
  }
}
.lisk--contents .movie h3 {
  position: relative;
  width: 100%;
  height: 11.866vw;
  background-image: url("../img/movie_comingsoon_sp.png");
  background-size: 100% 100%;
  background-position: center center;
  color: #FFF;
  font-size: 4.5vw;
  letter-spacing: 0px;
  line-height: 1em;
  font-weight: bold;
  padding: 0.8em 0.5em;
  margin: 4.133vw auto 0;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .movie h3 {
    height: 5vw;
    background-image: url("../img/movie_comingsoon_pc.png");
    font-size: 2.4489795918vw;
    padding: 0.5em 0.8em;
    margin: 0.7142857143vw auto 0;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .movie h3 {
    height: 49px;
    font-size: 24px;
    margin: 7px auto 0;
  }
}
.lisk--contents .movie h3 .small {
  font-size: 75%;
}
.lisk--contents .movie h3.movie_bt {
  background-image: url("../img/movie_md_sp.png");
}
@media only screen and (min-width: 769px) {
  .lisk--contents .movie h3.movie_bt {
    cursor: pointer;
    background-image: url("../img/movie_md_pc.png");
  }
}
.lisk--contents .movie h3.movie_bt .small {
  font-size: 75%;
}
.lisk--contents .movie h3.movie_bt .icon {
  display: none;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .movie h3.movie_bt .icon {
    display: block;
    background: url("../img/bt_icon_open.png");
    background-size: 100% 100%;
    position: absolute;
    top: 1.2244897959vw;
    right: 1.9387755102vw;
    width: 2.2448979592vw;
    height: 2.2448979592vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .movie h3.movie_bt .icon {
    top: 12px;
    right: 19px;
    width: 22px;
    height: 22px;
  }
}
.lisk--contents .movie h3.movie_bt:first-child {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .movie h3.movie_bt.active .icon {
    background-image: url("../img/bt_icon_close.png") !important;
  }
}
.lisk--contents .movie .movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 5px;
  overflow: hidden;
  margin: 1vw 0 4vw;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .movie .movie_area {
    display: none;
    margin: 0.5102040816vw 0 2.0408163265vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .movie .movie_area {
    margin: 5px 0 20px;
  }
}
.lisk--contents .movie .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lisk--contents .movie .movie_area.active {
  display: block;
}
.lisk--contents .intention .intention_bt {
  position: relative;
  width: 88.933vw;
  height: 13.066vw;
  margin: 0 auto 0;
  filter: drop-shadow(0.5vw 0.5vw 0.5vw rgba(0, 16, 29, 0.75));
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .intention .intention_bt {
    cursor: pointer;
    width: 76.6326530612vw;
    height: 10vw;
    filter: drop-shadow(0.306122449vw 0.306122449vw 0.306122449vw rgba(0, 16, 29, 0.75));
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .intention .intention_bt {
    width: 751px;
    height: 98px;
    filter: drop-shadow(3px 3px 3px rgba(0, 16, 29, 0.75));
  }
}
.lisk--contents .intention .intention_bt .icon {
  display: block;
  background: url("../img/inte_icon_open.png");
  background-size: 100% 100%;
  position: absolute;
  top: 4.5vw;
  right: 4.1vw;
  width: 4.5vw;
  height: 4.5vw;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .intention .intention_bt .icon {
    top: 3.3673469388vw;
    right: 3.2653061224vw;
    width: 3.6734693878vw;
    height: 3.6734693878vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .intention .intention_bt .icon {
    top: 33px;
    right: 32px;
    width: 36px;
    height: 36px;
  }
}
.lisk--contents .intention .intention_bt.active .icon {
  background-image: url("../img/inte_icon_close.png") !important;
}
.lisk--contents .intention .intention_wrap {
  display: none;
  width: 83vw;
  background: rgba(18, 70, 123, 0.9);
  padding: 2em 1.5em;
  color: #FFF;
  margin: 0 auto;
  font-size: 3.7vw;
  line-height: 1.6em;
  letter-spacing: 0px;
}
@media only screen and (min-width: 769px) {
  .lisk--contents .intention .intention_wrap {
    width: 72.4489795918vw;
    font-size: 1.5306122449vw;
    padding: 4em 5em;
  }
}
@media only screen and (min-width: 980px) {
  .lisk--contents .intention .intention_wrap {
    width: 710px;
    font-size: 15px;
  }
}
.lisk--contents .intention .intention_wrap p {
  margin-top: 1em;
}
.lisk--contents .intention .intention_wrap p:first-child {
  margin-top: 0;
}
.lisk--contents .intention .intention_wrap.active {
  display: block;
}
.lisk .navigator h2 {
  width: 94.666vw;
  margin: 10vw auto 0;
  line-height: 0;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator h2 {
    width: 89.8979591837vw;
    margin: 8.1632653061vw auto;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator h2 {
    width: 881px;
    margin: 80px auto 0;
  }
}
.lisk .navigator--profile {
  width: 94.666vw;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile {
    display: flex;
    justify-content: space-between;
    width: 89.8979591837vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile {
    width: 881px;
    margin: -10px auto 0;
  }
}
.lisk .navigator--profile .uga {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 3vw 1.5vw 0 4.4vw;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .uga {
    flex-direction: row-reverse;
    width: 39.7959183673vw;
    padding: 0 0 0 3.5714285714vw;
    border-bottom: none;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .uga {
    width: 390px;
    padding: 0 0 0 35px;
  }
}
.lisk .navigator--profile .uga .text {
  align-self: flex-start;
  width: 63vw;
  font-size: 2.8vw;
  letter-spacing: 0px;
  line-height: 1.4em;
  padding-bottom: 3vw;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .uga .text {
    width: 25.306122449vw;
    font-size: 11px;
    padding-bottom: 1.2244897959vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .uga .text {
    width: 248px;
    font-size: 11px;
    padding-bottom: 12px;
  }
}
.lisk .navigator--profile .uga .text span {
  display: block;
  font-size: 3.3vw;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .uga .text span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .uga .text span {
    font-size: 16px;
  }
}
.lisk .navigator--profile .uga .text span span.small {
  font-size: 2.5vw;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .uga .text span span.small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .uga .text span span.small {
    font-size: 10px;
  }
}
.lisk .navigator--profile .uga .ph {
  width: 22vw;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .uga .ph {
    width: 10vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .uga .ph {
    width: 98px;
  }
}
.lisk .navigator--profile .nawa {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 3vw 0 0 4.4vw;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .nawa {
    flex-direction: row-reverse;
    width: 47.9591836735vw;
    padding: 0 1.3265306122vw 0 0;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .nawa {
    width: 470px;
    padding: 0 13px 0 0;
  }
}
.lisk .navigator--profile .nawa .text {
  width: 57vw;
  font-size: 2.8vw;
  letter-spacing: 0px;
  line-height: 1.4em;
  padding-bottom: 3vw;
  align-self: flex-start;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .nawa .text {
    width: 32.6530612245vw;
    font-size: 11px;
    padding-bottom: 1.2244897959vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .nawa .text {
    width: 320px;
    font-size: 11px;
    padding-bottom: 12px;
  }
}
.lisk .navigator--profile .nawa .text span {
  display: block;
  font-size: 3.3vw;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .nawa .text span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .nawa .text span {
    font-size: 16px;
  }
}
.lisk .navigator--profile .nawa .text span span.title {
  font-size: 2.8vw;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .nawa .text span span.title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .nawa .text span span.title {
    font-size: 13px;
  }
}
.lisk .navigator--profile .nawa .text span span.small {
  font-size: 2.5vw;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .nawa .text span span.small {
    font-size: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .nawa .text span span.small {
    font-size: 10px;
  }
}
.lisk .navigator--profile .nawa .ph {
  width: 30vw;
}
@media only screen and (min-width: 769px) {
  .lisk .navigator--profile .nawa .ph {
    width: 13.1632653061vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .navigator--profile .nawa .ph {
    width: 129px;
  }
}
.lisk .btarea {
  width: 94.666vw;
  margin: 11.2vw auto 0;
}
@media only screen and (min-width: 769px) {
  .lisk .btarea {
    width: 52.4489795918vw;
    margin: 2.0408163265vw auto 0vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .btarea {
    width: 514px;
    margin: 20px auto 0;
  }
}
.lisk .btarea--text {
  width: 94.666vw;
  margin: -0.5em auto 0;
  font-size: 2.5vw;
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 0 6vw 10.133vw 15vw;
}
@media only screen and (min-width: 769px) {
  .lisk .btarea--text {
    width: 52.4489795918vw;
    font-size: 1.1224489796vw;
    padding: 0 3.5714285714vw 6.4285714286vw 8.8775510204vw;
  }
}
@media only screen and (min-width: 980px) {
  .lisk .btarea--text {
    width: 514px;
    font-size: 11px;
    padding: 0 35px 63px 87px;
  }
}/*# sourceMappingURL=lisk.css.map */