@charset "UTF-8";
/*========================================================================

  reset

========================================================================*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
picture,
img,
a,
table,
tr,
th,
td,
section,
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

picture {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/*========================================================================
style
========================================================================*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #fff;
  background-color: #000;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

.font-en {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*========================================================================
lucasandsteve
========================================================================*/
.p-lucasandsteve {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-lucasandsteve__mv {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__mv {
    height: 100vh;
  }
}
.p-lucasandsteve__mv h1 {
  width: 30.3738317757vw;
  margin: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__mv h1 {
    width: 130px;
  }
}
.p-lucasandsteve__mv h1 img {
  width: 100%;
}
.p-lucasandsteve__mv .movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.p-lucasandsteve__mv .movie .movie-in {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.p-lucasandsteve__mv .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 8.6448598131vw;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__mv .scroll {
    height: 37px;
  }
}
.p-lucasandsteve__mv .scroll::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 1s;
}
.p-lucasandsteve__mv__btn {
  position: fixed;
  z-index: 1;
  bottom: 4.6728971963vw;
  right: 4.6728971963vw;
  background-color: #F60064;
  width: 50.7009345794vw;
  height: 11.6822429907vw;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.8037383178vw;
  letter-spacing: 0.145em;
  line-height: 1;
  transform: translateY(16.3551401869vw);
  transition: transform 0.25s;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__mv__btn {
    bottom: 20px;
    right: 20px;
    width: 217px;
    height: 50px;
    font-size: 12px;
    transform: translateY(70px);
  }
}
.p-lucasandsteve__mv__btn strong {
  font-size: 4.6728971963vw;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__mv__btn strong {
    font-size: 20px;
  }
}
.p-lucasandsteve__mv__btn.is-active {
  transform: translateY(0);
}
.p-lucasandsteve__collabo {
  padding: 18.691588785vw 4.6728971963vw 0 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__collabo {
    padding: 80px 20px 0 20px;
  }
}
.p-lucasandsteve__collabo__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__collabo__logo {
    padding: 0 20px;
  }
}
.p-lucasandsteve__collabo__logo img {
  width: 33.6448598131vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__collabo__logo img {
    width: 144px;
  }
}
.p-lucasandsteve__collabo__logo span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6728971963vw;
  height: 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__collabo__logo span {
    width: 20px;
    height: 20px;
  }
}
.p-lucasandsteve__collabo__logo span::before, .p-lucasandsteve__collabo__logo span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.p-lucasandsteve__collabo__logo span::after {
  transform: rotate(-45deg);
  margin-left: -100%;
}
.p-lucasandsteve__collabo h2 {
  margin-top: 12.8504672897vw;
  color: #9AB9C7;
  text-align: center;
  font-size: 5.1401869159vw;
  line-height: 1.5622;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__collabo h2 {
    margin-top: 55px;
    font-size: 22px;
  }
}
.p-lucasandsteve__collabo p {
  margin-top: 4.6728971963vw;
  font-size: 3.9719626168vw;
  line-height: 1.882;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__collabo p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.p-lucasandsteve__profile {
  padding: 19.8598130841vw 4.6728971963vw 0 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__profile {
    padding: 85px 20px 0 20px;
  }
}
.p-lucasandsteve__profile h2 {
  text-align: center;
  font-size: 3.9719626168vw;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__profile h2 {
    font-size: 20px;
  }
}
.p-lucasandsteve__profile h2 img {
  width: 53.738317757vw;
  display: block;
  margin: 0 auto 5.8411214953vw auto;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__profile h2 img {
    margin-bottom: 25px;
    width: 230px;
  }
}
.p-lucasandsteve__profile__img {
  margin-top: 5.8411214953vw;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__profile__img {
    margin-top: 25px;
    font-size: 26px;
  }
}
.p-lucasandsteve__text {
  margin-top: 5.8411214953vw;
  font-size: 4.2056074766vw;
  line-height: 1.833;
  font-feature-settings: "palt";
  overflow: hidden;
  position: relative;
  height: 73.8317757009vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__text {
    margin-top: 25px;
    font-size: 18px;
    height: 316px;
  }
}
.p-lucasandsteve__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0) 90%);
}
.p-lucasandsteve__text > span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11.6822429907vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  animation-name: arrow;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__text > span {
    height: 50px;
  }
}
.p-lucasandsteve__text > span::before, .p-lucasandsteve__text > span::after {
  content: "";
  width: 8.1775700935vw;
  height: 1px;
  background-color: #fff;
  transform: rotate(15deg);
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__text > span::before, .p-lucasandsteve__text > span::after {
    width: 35px;
  }
}
.p-lucasandsteve__text > span::after {
  transform: rotate(-15deg);
  margin-left: -1px;
}
.p-lucasandsteve__text.is-active {
  height: 100% !important;
}
.p-lucasandsteve__text.is-active::before {
  content: none;
}
.p-lucasandsteve__text.is-active > span {
  display: none;
}
.p-lucasandsteve__text .img-s {
  width: 80%;
  display: block;
  margin: 1em auto;
}
.p-lucasandsteve__program {
  margin-top: 23.3644859813vw;
  padding: 0 4.6728971963vw 14.0186915888vw 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program {
    margin-top: 100px;
    padding: 0 20px 60px 20px;
  }
}
.p-lucasandsteve__program h2 {
  text-align: center;
  font-size: 5.3738317757vw;
  font-feature-settings: "palt";
  line-height: 1.3043;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program h2 {
    font-size: 23px;
  }
}
.p-lucasandsteve__program__data {
  margin-top: 2.3364485981vw;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
  padding: 4.6728971963vw 0;
  font-size: 4.2056074766vw;
  line-height: 1.7807;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data {
    margin-top: 10px;
    padding: 20px 0;
    font-size: 18px;
  }
}
.p-lucasandsteve__program__data .img {
  display: block;
  width: 45.3271028037vw;
  margin: 12.8504672897vw auto;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data .img {
    width: 194px;
    margin: 55px auto;
  }
}
.p-lucasandsteve__program__data small {
  font-size: 3.2710280374vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data small {
    font-size: 14px;
  }
}
.p-lucasandsteve__program__data.musiclist {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5.8411214953vw 11.6822429907vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data.musiclist {
    padding: 25px 50px;
  }
}
.p-lucasandsteve__program__data.musiclist dl {
  font-size: 3.5046728972vw;
  line-height: 1.2663;
  width: 29.9065420561vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data.musiclist dl {
    font-size: 15px;
    width: 128px;
  }
}
.p-lucasandsteve__program__data.musiclist dl dt {
  background-color: #F6D600;
  text-align: center;
  padding: 0.4672897196vw 1.1682242991vw;
  margin-bottom: 1.1682242991vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data.musiclist dl dt {
    padding: 2px 5px;
    margin-bottom: 5px;
  }
}
.p-lucasandsteve__program__data.musiclist dl dt:nth-child(n+3) {
  margin-top: 3.5046728972vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__data.musiclist dl dt:nth-child(n+3) {
    margin-top: 15px;
  }
}
.p-lucasandsteve__program__data.musiclist dl dt.bb2 {
  background-color: #D65500;
}
.p-lucasandsteve__program__data.musiclist dl dt.hight {
  color: #000;
  background-color: #fff;
}
.p-lucasandsteve__program__data.musiclist dl dt.bswi {
  background-color: #6E116D;
}
.p-lucasandsteve__program__data.musiclist dl dd {
  font-feature-settings: "palt";
}
.p-lucasandsteve__program__attention {
  margin-top: 2.3364485981vw;
  font-size: 3.0373831776vw;
  line-height: 1.7292;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__attention {
    margin-top: 10px;
    font-size: 13px;
  }
}
.p-lucasandsteve__program__music {
  margin-top: 10.5140186916vw;
  margin-bottom: 9.3457943925vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program__music {
    margin-top: 45px;
    margin-bottom: 40px;
  }
}
.p-lucasandsteve__program .p-lucasandsteve__btn {
  margin-top: 10.5140186916vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__program .p-lucasandsteve__btn {
    margin-top: 45px;
  }
}
.p-lucasandsteve__btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9AB9C7;
  border: solid 1px #9AB9C7;
  color: #000;
  font-size: 4.4392523364vw;
  border-radius: 100vh;
  height: 14.0186915888vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__btn li a {
    font-size: 19px;
    height: 60px;
  }
}
.p-lucasandsteve__btn li a.blank {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  position: relative;
}
.p-lucasandsteve__btn li a.blank::before, .p-lucasandsteve__btn li a.blank::after {
  content: "";
  display: block;
  width: 5.1401869159vw;
  height: 3.738317757vw;
  border: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.8411214953vw;
  margin: auto 0;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__btn li a.blank::before, .p-lucasandsteve__btn li a.blank::after {
    width: 22px;
    height: 16px;
    right: 25px;
  }
}
.p-lucasandsteve__btn li a.blank::after {
  transform: translate(-0.9345794393vw, 0.7009345794vw);
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__btn li a.blank::after {
    transform: translate(-4px, 3px);
  }
}
.p-lucasandsteve__btn li + li {
  margin-top: 2.1028037383vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__btn li + li {
    margin-top: 9px;
  }
}
.p-lucasandsteve__btn li + li a {
  background-color: transparent;
  color: #000;
}
.p-lucasandsteve__message {
  padding: 9.3457943925vw 4.6728971963vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__message {
    padding: 40px 20px;
  }
}
.p-lucasandsteve__message h2 {
  font-size: 4.6728971963vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__message h2 {
    font-size: 20px;
  }
}
.p-lucasandsteve__message p {
  font-size: 2.8037383178vw;
  margin-top: 2.3364485981vw;
}
@media screen and (min-width: 769px) {
  .p-lucasandsteve__message p {
    margin-top: 10px;
    font-size: 12px;
  }
}

/*========================================================================
header
========================================================================*/
.p-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 15.1869158879vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transform: translateY(-100%);
  transition: transform 0.25s;
}
@media screen and (min-width: 769px) {
  .p-header {
    height: 65px;
  }
}
.p-header a {
  display: block;
}
.p-header a img {
  display: block;
  width: 26.6355140187vw;
}
@media screen and (min-width: 769px) {
  .p-header a img {
    width: 114px;
  }
}
.p-header.is-active {
  transform: translateY(0);
}

/*========================================================================
footer
========================================================================*/
.p-footer {
  background-color: #000;
  color: #fff;
  padding: 0 4.6728971963vw 7.0093457944vw 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding: 0 20px 30px 20px;
  }
}
.p-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.5046728972vw;
}
@media screen and (min-width: 769px) {
  .p-footer__sns {
    gap: 0 15px;
  }
}
.p-footer__sns li a img {
  display: block;
  width: 9.3457943925vw;
}
@media screen and (min-width: 769px) {
  .p-footer__sns li a img {
    width: 40px;
  }
}
.p-footer__link {
  margin-top: 9.3457943925vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3.0373831776vw;
  line-height: 1.25;
  gap: 1.1682242991vw 0;
}
@media screen and (min-width: 769px) {
  .p-footer__link {
    margin-top: 40px;
    font-size: 12px;
    gap: 5px 0;
  }
}
.p-footer__link li:not(:last-child) {
  border-right: solid 1px #fff;
  margin-right: 1em;
  padding-right: 1em;
}
.p-footer__copy {
  margin-top: 4.6728971963vw;
  font-size: 3.0373831776vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-footer__copy {
    margin-top: 20px;
    font-size: 12px;
  }
}

/*========================================================================
present
========================================================================*/
.p-present {
  background-image: url("../images/special_bg.webp");
  background-repeat: no-repeat;
  background-position: top 0 center;
  background-size: 100% auto;
  text-align: center;
  padding: 11.6822429907vw 4.6728971963vw 9.3457943925vw 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-present {
    padding: 50px 20px 40px 20px;
  }
}
.p-present h2 {
  font-size: 4.6728971963vw;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-present h2 {
    font-size: 20px;
  }
}
.p-present__text {
  margin-top: 5.8411214953vw;
  font-size: 8.1775700935vw;
  font-weight: bold;
  color: #F60064;
  line-height: 1.285;
}
@media screen and (min-width: 769px) {
  .p-present__text {
    margin-top: 25px;
    font-size: 35px;
  }
}
.p-present__date {
  margin-top: 5.8411214953vw;
}
@media screen and (min-width: 769px) {
  .p-present__date {
    margin-top: 25px;
  }
}
.p-present__date:nth-child(1) {
  margin-top: 7.476635514vw;
}
@media screen and (min-width: 769px) {
  .p-present__date:nth-child(1) {
    margin-top: 32px;
  }
}
.p-present__date dt {
  font-size: 3.738317757vw;
  font-weight: bold;
  width: 35.5140186916vw;
  height: 6.5420560748vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #9AB9C7;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.3364485981vw;
}
@media screen and (min-width: 769px) {
  .p-present__date dt {
    font-size: 16px;
    width: 152px;
    height: 28px;
    margin-bottom: 10px;
  }
}
.p-present__date dd {
  font-feature-settings: "palt";
  line-height: 1.2;
  font-size: 3.738317757vw;
}
@media screen and (min-width: 769px) {
  .p-present__date dd {
    font-size: 16px;
  }
}
.p-present__date dd strong {
  font-size: 5.8411214953vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-present__date dd strong {
    font-size: 25px;
  }
}
.p-present__date dd .week {
  font-size: 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-present__date dd .week {
    font-size: 20px;
  }
}
.p-present__date dd.event-time {
  font-weight: bold;
  line-height: 1.5;
}
.p-present__date dd.event-time .font-en {
  font-weight: bold;
}
.p-present__date dd.event-time strong {
  font-size: 5.6074766355vw;
}
@media screen and (min-width: 769px) {
  .p-present__date dd.event-time strong {
    font-size: 24px;
  }
}
.p-present__date dd.event-time .line {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
}
.p-present__date dd.event-time .line::before {
  content: "";
  display: block;
  width: 3.5046728972vw;
  height: 1px;
  background-color: #fff;
  margin: 0 1.1682242991vw;
}
@media screen and (min-width: 769px) {
  .p-present__date dd.event-time .line::before {
    width: 15px;
    margin: 0 5px;
  }
}
.p-present h3 {
  font-size: 5.8411214953vw;
  font-weight: bold;
  margin-top: 7.0093457944vw;
  font-feature-settings: "palt";
  text-align: left;
  margin-left: 18.691588785vw;
}
@media screen and (min-width: 769px) {
  .p-present h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-left: 80px;
  }
}
.p-present h3:nth-child(1) {
  margin-top: 9.3457943925vw;
}
@media screen and (min-width: 769px) {
  .p-present h3:nth-child(1) {
    margin-top: 40px;
  }
}
.p-present__btn {
  background-color: #F60064;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50.2336448598vw;
  height: 7.9439252336vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.3364485981vw;
  font-size: 3.9719626168vw;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .p-present__btn {
    width: 215px;
    height: 34px;
    margin-top: 10px;
    font-size: 17px;
  }
}
.p-present__btn + .p-present__btn {
  margin-top: 3.9719626168vw;
}
@media screen and (min-width: 769px) {
  .p-present__btn + .p-present__btn {
    margin-top: 17px;
  }
}
.p-present__btn.end {
  background-color: #aaaaaa;
}
.p-present__attention {
  font-size: 2.8037383178vw;
  margin-top: 3.9719626168vw;
}
@media screen and (min-width: 769px) {
  .p-present__attention {
    font-size: 12px;
    margin-top: 17px;
  }
}
.p-present .p-lucasandsteve__btn {
  margin-top: 12.8504672897vw;
}
@media screen and (min-width: 769px) {
  .p-present .p-lucasandsteve__btn {
    margin-top: 55px;
  }
}

.p-aftermovie {
  margin-top: 7.0093457944vw;
}
@media screen and (min-width: 769px) {
  .p-aftermovie {
    margin-top: 30px;
  }
}
.p-aftermovie dt {
  font-size: 8.1775700935vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-aftermovie dt {
    font-size: 35px;
  }
}
.p-aftermovie dd {
  margin-top: 1.1682242991vw;
}
@media screen and (min-width: 769px) {
  .p-aftermovie dd {
    margin-top: 5px;
  }
}
.p-aftermovie dd iframe {
  display: block;
  aspect-ratio: 16/9;
}

.p-fixd__trialbtn {
  position: fixed;
  bottom: 3vw;
  right: -3vw;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  z-index: 1;
  width: 33vw;
  height: 33vw;
  padding: 5.5vw 5.5vw 0 5.5vw;
}
@media print, screen and (min-width: 768px) {
  .p-fixd__trialbtn {
    width: 150px;
    height: 150px;
    right: -15px;
    padding: 22px 22px 0 22px;
    bottom: 15px;
  }
}
.p-fixd__trialbtn img {
  width: 100%;
  height: auto;
}

/*========================================================================
動き
========================================================================*/
.js-slide-mv::before, .js-slide-mv::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background-color: #000;
  transition: all 0.5s;
  transition-delay: 0.5s;
  z-index: 2;
}
.js-slide-mv::after {
  top: auto;
  bottom: 0;
}
.js-slide-mv.is-active::before, .js-slide-mv.is-active::after {
  height: 0;
}

@keyframes scroll {
  0% {
    bottom: 100%;
  }
  30% {
    bottom: 0%;
    top: 0%;
  }
  60% {
    top: 100%;
    bottom: 0%;
  }
  100% {
    top: 100%;
    bottom: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(20%);
  }
}/*# sourceMappingURL=lucasandsteve.css.map */