@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 100%;
}

body {
  overflow-x: hidden !important;
  min-width: 320px;
}

/* s5 reset */
.s5-breadcrumbs {
  background: #fff;
  padding: 10px 30px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.s5-breadcrumbs::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.s5-breadcrumbs > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
    padding: 25px 20px 0;
    margin: 0 !important;
  }
}
.s5-frontLoginContainer {
  display: none;
}

.s5-pageFooter {
  position: relative;
  z-index: 10;
}

.s5-returnToTop {
  margin-top: 0;
}

.s5-categoryNav {
  margin-bottom: 0;
}

.s5-categoryHeader {
  margin: 0 -10px !important;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .s5-categoryHeader {
    margin: 0 !important;
    padding: 25px 0 20px;
  }
}

.s5-container-wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}

.s5-returnToTop__button {
  top: -100px;
}
@media screen and (min-width: 640px) {
  .s5-returnToTop__button {
    top: -128px;
  }
}

.lp-container {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-container br.bsp {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .lp-container br.bsp {
    display: none;
  }
}
.lp-container br.nbsp {
  display: none;
}
@media screen and (min-width: 640px) {
  .lp-container br.nbsp {
    display: inline-block;
  }
}
.lp-container br.btab {
  display: inline-block;
}
@media screen and (min-width: 993px) {
  .lp-container br.btab {
    display: none;
  }
}
.lp-container br.nbtab {
  display: none;
}
@media screen and (min-width: 993px) {
  .lp-container br.nbtab {
    display: inline-block;
  }
}
.lp-container .is-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .lp-container .is-pc {
    display: block;
  }
}
.lp-container .is-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .lp-container .is-sp {
    display: none;
  }
}
.lp-container .bg-white {
  background: #fff;
}
.lp-main {
  position: relative;
}
.lp-in-s, .lp-in-m {
  padding: 0 30px;
  margin: 0 auto;
}
.lp-in-s {
  max-width: 900px;
}
.lp-in-m {
  max-width: 1080px;
}
.lp-txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .lp-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  .lp-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-hov-fade {
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.lp-hov-fade:hover, .lp-hov-fade:focus-visible {
  opacity: 0.8;
}
.lp-bnr {
  border-radius: 10px;
  overflow: hidden;
}
.lp-bnr img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-video, .lp-img {
  border-radius: 10px;
  overflow: hidden;
}
.lp-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #060d15;
}
.lp-mv-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: url("../img/mv-tab.webp");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 360px) {
  .lp-mv-bg-top {
    height: 75%;
  }
}
@media screen and (min-width: 640px) {
  .lp-mv-bg-top {
    background-image: url("../img/mv.webp");
    background-position: 50% bottom;
    height: 100%;
    min-height: 600px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-mv-bg-top {
    height: 95%;
    background-position: center bottom;
  }
}
.lp-mv-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(20% + 2px);
  background-color: #060d15;
}
@media screen and (min-width: 360px) {
  .lp-mv-bg-bottom {
    height: calc(25% + 2px);
  }
}
@media screen and (min-width: 640px) {
  .lp-mv-bg-bottom {
    height: 0;
  }
}
@media screen and (min-width: 1025px) {
  .lp-mv-bg-bottom {
    display: none;
  }
}
.lp-mv-in {
  position: relative;
  top: calc(50px + 123px);
  height: calc(100lvh - 50px - 123px);
  padding: 0 30px;
  max-width: 1260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .lp-mv-in {
    top: calc(50px + 46.59px + 117px);
    height: calc(100lvh - 50px - 46.59px - 117px);
  }
}
@media screen and (min-width: 980px) {
  .lp-mv-in {
    top: calc(50px + 29.2px + 117px);
    height: calc(100lvh - 50px - 29.2px - 117px);
  }
}
@media screen and (min-width: 993px) {
  .lp-mv-in {
    top: calc(64px + 29.2px + 117px);
    height: calc(100lvh - 64px - 29.2px - 117px);
  }
}
.lp-mv-cont {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .lp-mv-cont {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .lp-mv-cont {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.lp-mv-cont img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-mv-cont .pc-img {
  display: none;
}
@media screen and (min-width: 640px) {
  .lp-mv-cont .pc-img {
    display: block;
  }
}
.lp-mv-cont .sp-img {
  display: block;
}
@media screen and (min-width: 640px) {
  .lp-mv-cont .sp-img {
    display: none;
  }
}
.lp-mv-top, .lp-mv-bottom {
  margin: 0;
}
.lp-mv-top {
  height: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 360px) {
  .lp-mv-top {
    padding-top: 7vh;
    height: 55%;
  }
}
@media screen and (min-width: 640px) {
  .lp-mv-top {
    height: auto;
    padding-top: 0;
  }
}
.lp-mv-top img {
  width: 220px;
}
@media screen and (min-width: 360px) {
  .lp-mv-top img {
    width: 280px;
  }
}
@media screen and (min-width: 640px) {
  .lp-mv-top img {
    width: 268px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-mv-top img {
    width: 390px;
  }
}
.lp-mv-bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (min-width: 640px) {
  .lp-mv-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: auto;
    margin-top: 30px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp-mv-bottom-in {
  font-weight: 500;
  margin: 0;
}
.lp-mv-bottom-txt {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (min-width: 360px) {
  .lp-mv-bottom-txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 640px) {
  .lp-mv-bottom-txt {
    color: #212121;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-mv-bottom-img {
  display: block;
  width: 180px;
  margin: 0 auto;
  margin-top: 12px;
}
@media screen and (min-width: 360px) {
  .lp-mv-bottom-img {
    width: 230px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-mv-bottom-img {
    width: 280px;
    margin-left: 0;
  }
}
.lp-spacer-01, .lp-spacer-02 {
  width: 1px;
}
.lp-spacer-01 {
  height: 60vh;
}
.lp-spacer-02 {
  height: 60vh;
}
.lp-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .lp-float {
    background: rgba(29, 29, 29, 0.7);
  }
}
.lp-float.is-end {
  position: absolute;
}
.lp-float-btn {
  width: 85%;
  height: 50px;
  border-radius: 100px;
  background: #555;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
@media screen and (min-width: 640px) {
  .lp-float-btn {
    background: #000;
    color: #fff;
    width: 300px;
  }
}
.lp-float-btn:hover, .lp-float-btn:focus-visible {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 640px) {
  .lp-float-btn:hover, .lp-float-btn:focus-visible {
    background-color: #fff;
    color: #212121;
  }
}
.lp-sec {
  position: relative;
  z-index: 1;
}
.lp-intro {
  padding: 70px 0 80px;
}
@media screen and (min-width: 640px) {
  .lp-intro {
    padding: 125px 0 150px;
  }
}
.lp-intro-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}
@media screen and (min-width: 640px) {
  .lp-intro-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .lp-intro-ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp-intro-ttl img {
  display: block;
}
.lp-intro-txt {
  line-height: 1.875;
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .lp-intro-txt {
    text-align: center;
    line-height: 2;
    margin-top: 40px;
  }
}
.lp-intro-video {
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .lp-intro-video {
    margin-top: 90px;
  }
}
@media screen and (min-width: 640px) {
  .lp-paf-kv {
    background-image: url("../img/paf-kv.webp");
    background-size: cover;
    background-position: 60% center;
    background-repeat: no-repeat;
    height: 600px;
  }
}
@media screen and (min-width: 1280px) {
  .lp-paf-kv {
    height: 900px;
    background-position: center center;
  }
}
@media screen and (min-width: 640px) {
  .lp-paf-kv-in {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.lp-paf-kv-top {
  background-image: url("../img/paf-kv-sp.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 640px) {
  .lp-paf-kv-top {
    background-image: none;
    aspect-ratio: unset;
    padding-top: 200px;
    width: 70%;
  }
}
@media screen and (min-width: 993px) {
  .lp-paf-kv-top {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .lp-paf-kv-top {
    padding-top: 450px;
    width: 50%;
  }
}
.lp-paf-kv-bottom {
  background: #212121;
  color: #fff;
  padding: 40px 30px 48px;
}
.lp-paf-kv-ttl {
  padding: 0 40px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .lp-paf-kv-ttl {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp-paf-kv-ttl-img {
  max-width: 310px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .lp-paf-kv-ttl-img {
    max-width: 504px;
    width: 404px;
  }
}
@media screen and (min-width: 993px) {
  .lp-paf-kv-ttl-img {
    width: 504px;
  }
}
.lp-paf-kv-ttl-img img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-paf-kv-ttl-txt {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .lp-paf-kv-ttl-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 993px) {
  .lp-paf-kv-ttl-txt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-paf-kv-txt {
  line-height: 1.875;
}
@media screen and (min-width: 640px) {
  .lp-paf-kv-txt {
    color: #fff;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .lp-paf-kv-txt {
    margin-top: 60px;
  }
}
.lp-paf-item {
  padding: 60px 0;
}
@media screen and (min-width: 640px) {
  .lp-paf-item {
    padding: 100px 0;
  }
}
.lp-paf-item:nth-of-type(even) {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .lp-paf-item:nth-of-type(even) .lp-paf-item-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp-paf-item:nth-of-type(even) .lp-paf-item-body {
    padding: 0 40px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .lp-paf-item:nth-of-type(even) .lp-paf-item-body {
    padding: 0 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .lp-paf-item-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .lp-paf-item-img {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .lp-paf-item-img {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
  }
}
.lp-paf-item-img-in {
  position: relative;
}
.lp-paf-item-img-in.not-radius img {
  border-radius: 0;
}
.lp-paf-item-img-in img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 640px) {
  .lp-paf-item-img-in img {
    -webkit-filter: drop-shadow(10px 10px 35px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(10px 10px 35px rgba(0, 0, 0, 0.5));
  }
}
.lp-paf-item-body {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .lp-paf-item-body {
    width: 75%;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .lp-paf-item-body {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .lp-paf-item-body {
    padding-left: 60px;
  }
}
.lp-paf-item-caption {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4615384615;
}
@media screen and (min-width: 360px) {
  .lp-paf-item-caption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.lp-paf-item-caption .icon-main,
.lp-paf-item-caption .icon-sub {
  margin-right: 6px;
}
@media screen and (min-width: 360px) {
  .lp-paf-item-caption .icon-main,
  .lp-paf-item-caption .icon-sub {
    margin-right: 10px;
  }
}
.lp-paf-item-caption span {
  display: inline;
}
.lp-paf-item-caption span:nth-of-type(n + 2) {
  margin-left: 12px;
}
@media screen and (min-width: 360px) {
  .lp-paf-item-caption span:nth-of-type(n + 2) {
    margin-left: 16px;
  }
}
.lp-paf-item-caption span img {
  display: inline;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (min-width: 360px) {
  .lp-paf-item-caption span img {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.lp-paf-item-ttl {
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-paf-item-ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-focus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lp-paf-item-caution-ttl {
  margin: 28px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 640px) {
  .lp-paf-item-caution-ttl {
    margin-top: 36px;
  }
}
.lp-paf-item-caution-list {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
.lp-paf-item-caution-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lp-paf-item-caution-list li::before {
  content: "・";
}
.lp-scene {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 640px) {
  .lp-scene {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .lp-scene {
    padding: 150px 0;
  }
}
.lp-scene-ttl {
  color: #fff;
  margin: 0 0 60px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .lp-scene-ttl {
    margin-bottom: 100px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .lp-scene-ttl {
    margin-bottom: 150px;
    font-size: 32px;
    font-size: 2rem;
  }
}
.lp-scene-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.lp-scene-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .lp-scene-item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
.lp-scene-trigger {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.lp-scene-trigger-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  z-index: 1;
}
.lp-scene-trigger-btn:hover + .lp-scene-trigger-cont, .lp-scene-trigger-btn:focus-visible + .lp-scene-trigger-cont {
  background-color: #212121;
  color: #fff;
}
.lp-scene-trigger-btn:hover + .lp-scene-trigger-cont .lp-scene-trigger-ttl svg, .lp-scene-trigger-btn:focus-visible + .lp-scene-trigger-cont .lp-scene-trigger-ttl svg {
  fill: #fff;
}
.lp-scene-trigger-btn:hover + .lp-scene-trigger-cont .lp-scene-trigger-icon svg, .lp-scene-trigger-btn:focus-visible + .lp-scene-trigger-cont .lp-scene-trigger-icon svg {
  fill: #fff;
}
.lp-scene-trigger-btn:hover + .lp-scene-trigger-cont .lp-scene-trigger-tags li, .lp-scene-trigger-btn:focus-visible + .lp-scene-trigger-cont .lp-scene-trigger-tags li {
  background: #fff;
  color: #212121;
}
.lp-scene-trigger-btn[aria-expanded=true] + .lp-scene-trigger-cont .lp-scene-trigger-icon {
  opacity: 0;
}
.lp-scene-trigger-btn-txt {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.lp-scene-trigger-icon {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 360px) {
  .lp-scene-trigger-icon {
    width: 25px;
    height: 25px;
  }
}
.lp-scene-trigger-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #212121;
  -webkit-transition: fill 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lp-scene-trigger-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  color: #212121;
  -webkit-transition: background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
@media screen and (min-width: 640px) {
  .lp-scene-trigger-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lp-scene-trigger-thumb {
  width: 100%;
  aspect-ratio: 330/192;
}
@media screen and (min-width: 640px) {
  .lp-scene-trigger-thumb {
    aspect-ratio: 430/260;
    width: 39.8148148148%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.lp-scene-trigger-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lp-scene-trigger-body {
  padding: 24px 20px 50px;
}
@media screen and (min-width: 360px) {
  .lp-scene-trigger-body {
    padding: 24px 25px 30px;
  }
}
@media screen and (min-width: 640px) {
  .lp-scene-trigger-body {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 993px) {
  .lp-scene-trigger-body {
    padding: 60px 70px 60px 64px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-scene-trigger-ttl {
  height: 23px;
  margin: 0;
}
@media screen and (min-width: 360px) {
  .lp-scene-trigger-ttl {
    height: 29px;
  }
}
@media screen and (min-width: 993px) {
  .lp-scene-trigger-ttl {
    height: 34px;
  }
}
.lp-scene-trigger-ttl svg {
  height: 100%;
  width: auto;
  display: block;
  fill: #212121;
  -webkit-transition: fill 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lp-scene-trigger-desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  margin: 12px 0 0;
}
@media screen and (min-width: 993px) {
  .lp-scene-trigger-desc {
    line-height: 1.875;
    margin-top: 16px;
  }
}
.lp-scene-trigger-tags {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 360px) {
  .lp-scene-trigger-tags {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-scene-trigger-tags li {
  padding: 6px 16px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  -webkit-transition: background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 640px) {
  .lp-scene-trigger-tags li {
    padding: 6px 20px;
  }
}
.lp-scene-trigger-tags li.large-tag {
  padding: 8px 12px 6px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 360px) {
  .lp-scene-trigger-tags li.large-tag {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 640px) {
  .lp-scene-trigger-tags li.large-tag {
    padding: 6px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-scene-target {
  overflow: hidden;
}
.lp-scene-ov {
  padding: 40px 20px;
}
@media screen and (min-width: 640px) {
  .lp-scene-ov {
    padding: 80px 40px 60px;
  }
}
@media screen and (min-width: 993px) {
  .lp-scene-ov {
    padding: 110px 40px 80px;
  }
}
.lp-scene-ov-in {
  max-width: 640px;
  margin: 0 auto;
}
.lp-scene-ov-video-desc {
  text-align: center;
  margin-top: 10px;
}
.lp-scene-ov-video-desc-ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}
.lp-scene-ov-video-desc-ttl + .lp-scene-overview-video-desc-txt {
  margin-top: 5px;
}
.lp-scene-ov-video-desc-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin: 0;
}
.lp-scene-ov .lp-txt {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .lp-scene-ov .lp-txt {
    margin-top: 50px;
  }
}
.lp-scene-ov-hl {
  background: #414349;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px 25px;
  color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .lp-scene-ov-hl {
    margin-top: 40px;
    padding: 20px 40px 40px;
  }
}
.lp-scene-ov-hl-ttl {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 14px;
}
.lp-scene-ov-hl-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 640px) {
  .lp-scene-ov-hl-list {
    gap: 15px;
  }
}
.lp-scene-ov-hl-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lp-scene-ov-hl-list li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon-focus-w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 15px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lp-scene-ov-hl-list-ttl {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.lp-scene-ov-hl-list-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  margin: 10px 0 0;
}
.lp-scene-camera {
  background: #f5f5f5;
  padding: 40px 20px;
}
@media screen and (min-width: 640px) {
  .lp-scene-camera {
    padding: 40px 20px 60px;
  }
}
.lp-scene-camera-in {
  max-width: 900px;
  margin: 0 auto;
}
.lp-scene-camera-ttl {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 40px;
}
@media screen and (min-width: 640px) {
  .lp-scene-camera-ttl {
    margin-bottom: 50px;
  }
}
.lp-scene-camera-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 640px) {
  .lp-scene-camera-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.lp-scene-camera-img {
  margin: 0 auto;
  width: 75.8620689655%;
}
@media screen and (min-width: 640px) {
  .lp-scene-camera-img {
    margin: 0;
    width: 47.2222222222%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (min-width: 640px) {
  .lp-scene-camera-img.is-small {
    width: 39.5555555556%;
  }
}
.lp-scene-camera-img img {
  width: 100%;
  height: auto;
}
.lp-scene-camera-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 640px) {
  .lp-scene-camera-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lp-scene-close {
  height: 55px;
  border: 0;
  background: #fff;
  color: #212121;
  width: 100%;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: inherit;
  -webkit-transition: color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 640px) {
  .lp-scene-close {
    height: 90px;
  }
}
.lp-scene-close:hover, .lp-scene-close:focus-visible {
  background-color: #212121;
  color: #fff;
}
.lp-scene-close:hover .lp-scene-close-icon svg, .lp-scene-close:focus-visible .lp-scene-close-icon svg {
  fill: #fff;
}
.lp-scene-close-icon {
  width: 25px;
  height: 25px;
  margin-right: 16px;
}
.lp-scene-close-icon svg {
  fill: #212121;
  -webkit-transition: fill 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  width: 100%;
  height: 100%;
}
.lp-scene-close-txt {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 993px) {
  .lp-camera-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 993px) {
  .lp-camera-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.lp-camera-ttl {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.lp-camera-txt {
  margin: 10px 0 0;
}
.lp-camera-list {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.lp-camera-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lp-camera-list li::before {
  content: "・";
}
.lp-camera-img {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .lp-camera-img {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 195px;
  }
}
.lp-camera-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-outro {
  padding: 50px 0 130px;
}
@media screen and (min-width: 640px) {
  .lp-outro {
    padding: 110px 0 210px;
  }
}
.lp-outro-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (min-width: 640px) {
  .lp-outro-ttl {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.7894736842;
    letter-spacing: 0.05em;
    margin-bottom: 95px;
  }
}
.lp-outro-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 640px) {
  .lp-outro-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 38px;
  }
}
.lp-outro-item {
  max-width: 413px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .lp-outro-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 45.8888888889%;
  }
}
.lp-outro-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-outro-item-subttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.2;
  margin: 30px auto 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .lp-outro-item-subttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-outro-item-subttl-txt {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 8px 0;
}
.lp-outro-item-ttl {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.lp-outro-item-ttl-top {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .lp-outro-item-ttl-top {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-outro-item-ttl-bottom {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .lp-outro-item-ttl-bottom {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.lp-outro-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 22px 0 0;
}
@media screen and (min-width: 640px) {
  .lp-outro-item-link {
    margin-top: 26px;
  }
}
.lp-outro-bnr {
  margin-top: 60px;
}
.lp-outro-caution {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 36px;
}
@media screen and (min-width: 640px) {
  .lp-outro-caution {
    margin-top: 60px;
  }
}
.lp-outro-caution-ttl {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .lp-outro-caution-ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.lp-outro-caution-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 15px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .lp-outro-caution-body {
    padding: 28px 40px 32px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 993px) {
  .lp-outro-caution-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.is-small-device .lp-mv-bg-top {
  height: 80%;
}
.is-small-device .lp-mv-bg-bottom {
  height: calc(20% + 2px);
}
.is-small-device .lp-mv-cont {
  height: calc(100svh - 50px - 123px);
}
.is-small-device .lp-mv-top {
  height: 65%;
  padding-top: 5vh;
}
.is-small-device .lp-mv-top img {
  width: 220px;
}
.is-small-device .lp-mv-bottom {
  height: calc(35% + 2px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.is-small-device .lp-mv-bottom-img {
  width: 180px;
}

@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bg-top {
    height: 75%;
    background-image: url("../img/mv-tab.webp");
    background-position: center bottom;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bg-top {
    height: 95%;
    background-image: url("../img/mv.webp");
    background-position: center bottom;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bg-bottom {
    height: calc(25% + 2px);
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bg-bottom {
    height: calc(5% + 2px);
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-cont {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-cont .pc-img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-cont .pc-img {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-cont .sp-img {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-cont .sp-img {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-top {
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-top {
    height: auto;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-top img {
    width: 450px;
    padding-top: 9vh;
  }
}
@media screen and (min-width: 820px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-top img {
    padding-top: 11vh;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-top img {
    padding-top: 0;
    width: 320px;
  }
}
@media screen and (min-width: 1281px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-top img {
    width: 390px;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bottom {
    height: 40%;
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bottom {
    height: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bottom-txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bottom-txt {
    color: #212121;
    text-align: left;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bottom-img {
    margin-top: 20px;
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .is-tablet:not(.is-large-tablet) .lp-mv-bottom-img {
    margin-top: 10px;
  }
}

@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-bg-top {
    height: 75%;
    background-image: url("../img/mv-tab.webp");
    background-position: center bottom;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-bg-top {
    height: 95%;
    background-image: url("../img/mv.webp");
    background-position: center bottom;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-bg-bottom {
    height: calc(25% + 2px);
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-bg-bottom {
    height: calc(5% + 2px);
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-cont {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-cont .pc-img {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-cont .pc-img {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-cont .sp-img {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-cont .sp-img {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-top {
    height: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-top {
    height: auto;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-top img {
    width: 450px;
    padding-top: 9vh;
  }
}
@media screen and (min-width: 820px) {
  .is-tablet.is-large-tablet .lp-mv-top img {
    padding-top: 11vh;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-top img {
    padding-top: 0;
    width: 320px;
  }
}
@media screen and (min-width: 1281px) {
  .is-tablet.is-large-tablet .lp-mv-top img {
    width: 390px;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-bottom {
    height: 40%;
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-bottom {
    height: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-bottom-txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-bottom-txt {
    color: #212121;
    text-align: left;
  }
}
@media screen and (min-width: 640px) {
  .is-tablet.is-large-tablet .lp-mv-bottom-img {
    margin-top: 20px;
    width: 350px;
  }
}
@media screen and (min-width: 1025px) {
  .is-tablet.is-large-tablet .lp-mv-bottom-img {
    margin-top: 10px;
  }
}