@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;
  scroll-padding-top: 16.25vw;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 65px;
  }
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-feature-settings: "palt";
  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;
  }
}

/*========================================================================
le
========================================================================*/
.p-sf {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-sf {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
.p-sf__bgmovie {
  background-color: #fff;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-sf__bgmovie {
    width: 400px;
    margin: 0 auto;
  }
}
.p-sf__bgmovie video, .p-sf__bgmovie iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: auto;
}
.p-sf__bgmovie .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.17;
}
.p-sf__mv {
  height: 100svh;
  min-height: 150vw;
  max-height: 175.75vw;
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-sf__mv {
    height: 100vh;
    min-height: 600px;
    max-height: 703px;
  }
}
.p-sf__mv h1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-sf__mv h1 img {
  width: 66.25vw;
  display: block;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-sf__mv h1 img {
    width: 265px;
  }
}
.p-sf__bg {
  position: relative;
  z-index: 1;
}
.p-sf__messagemovie {
  background-color: #ff6100;
  text-align: center;
  padding: 5vw 6.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__messagemovie {
    padding: 20px 25px;
  }
}
.p-sf__messagemovie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-sf__messagemovie p {
  font-size: 4.5vw;
  line-height: 1;
  margin-top: 0.4em;
}
@media screen and (min-width: 769px) {
  .p-sf__messagemovie p {
    font-size: 18px;
  }
}
.p-sf__fixd {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 6.25vw 5vw 6.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__fixd {
    width: 400px;
    margin: 0 auto;
    padding: 0 25px 20px 25px;
  }
}
.p-sf__fixd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42.5vw;
  height: 11.25vw;
  position: relative;
  font-size: 3.75vw;
  font-weight: bold;
  border: solid 2px #000000;
  color: #000;
  background-color: #f5e90f;
}
@media screen and (min-width: 769px) {
  .p-sf__fixd a {
    width: 170px;
    height: 45px;
    font-size: 15px;
  }
}
.p-sf__fixd a + a {
  background-color: #000;
  color: #fff;
}
.p-sf__event {
  padding: 12.5vw 6.25vw;
  background-image: url("../images/bg1.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-sf__event {
    padding: 50px 25px;
  }
}
.p-sf__event h2 {
  margin: 0 -6.25vw;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8.75vw;
  font-weight: bold;
  line-height: 1.5;
  color: #ff6100;
}
@media screen and (min-width: 769px) {
  .p-sf__event h2 {
    margin: 0 -25px;
    font-size: 35px;
  }
}
.p-sf__event h2 span {
  display: block;
  background-color: #fff;
  padding: 0 3.75vw;
}
@media screen and (min-width: 769px) {
  .p-sf__event h2 span {
    padding: 0 15px;
  }
}
.p-sf__event__text {
  margin-top: 6.25vw;
  border: solid 1px #000;
  border-bottom: none;
  background-color: #ff6100;
  padding: 3.75vw;
}
@media screen and (min-width: 769px) {
  .p-sf__event__text {
    margin-top: 25px;
    padding: 15px;
  }
}
.p-sf__event__text dt {
  text-align: center;
  border-bottom: solid 1px #000;
  font-size: 5vw;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 2.5vw;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__event__text dt {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.p-sf__event__text dd {
  font-size: 3.5vw;
  line-height: 1.714;
}
@media screen and (min-width: 769px) {
  .p-sf__event__text dd {
    font-size: 14px;
  }
}
.p-sf__event__btn {
  margin-top: 8.75vw;
  background-color: #000;
  border: solid 1px #fff;
  height: 12.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-sf__event__btn {
    margin-top: 35px;
    height: 50px;
    font-size: 15px;
  }
}
.p-sf__event__btn::before, .p-sf__event__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  margin: auto 0;
  width: 5vw;
  height: 3.75vw;
  border: solid 1px #fff;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-sf__event__btn::before, .p-sf__event__btn::after {
    right: 20px;
    width: 20px;
    height: 15px;
  }
}
.p-sf__event__btn::after {
  transform: translate(0.75vw, -0.5vw);
}
@media screen and (min-width: 769px) {
  .p-sf__event__btn::after {
    transform: translate(3px, -2px);
  }
}
.p-sf__event__btn + p {
  margin-top: 3.75vw;
  font-size: 4.5vw;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__event__btn + p {
    margin-top: 15px;
    font-size: 18px;
  }
}
.p-sf__event__btn.white {
  background-color: #fff;
  color: #000;
}
.p-sf__event__btn.white::before, .p-sf__event__btn.white::after {
  border-color: #000;
}
.p-sf__box {
  border: solid 1px #000;
  background-color: #fff;
}
.p-sf__box table {
  border-collapse: collapse;
  width: 100%;
  color: #ff6100;
  text-align: center;
}
.p-sf__box table th {
  background-color: #7fcfe3;
  color: #fff;
  font-size: 4.25vw;
  line-height: 1.235;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__box table th {
    font-size: 17px;
  }
}
.p-sf__box table tr:nth-child(1) td {
  height: 4.5vw;
  border-top: none;
}
@media screen and (min-width: 769px) {
  .p-sf__box table tr:nth-child(1) td {
    height: 18px;
  }
}
.p-sf__box table tr:last-child td {
  height: 4.5vw;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .p-sf__box table tr:last-child td {
    height: 18px;
  }
}
.p-sf__box table tr:not(:nth-child(1)) th, .p-sf__box table tr:not(:nth-child(1)) td {
  border-top: solid 1px #c8c8c8;
}
.p-sf__box table tr td:nth-child(1), .p-sf__box table tr td:nth-child(3) {
  width: 8.75vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table tr td:nth-child(1), .p-sf__box table tr td:nth-child(3) {
    width: 35px;
  }
}
.p-sf__box table tr td:nth-child(2) {
  border-left: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
}
.p-sf__box table .data {
  font-size: 4.25vw;
  height: 22.5vw;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .data {
    font-size: 17px;
    height: 90px;
  }
}
.p-sf__box table .data small {
  font-size: 3.25vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .data small {
    font-size: 13px;
  }
}
.p-sf__box table .data strong {
  display: block;
  font-size: 5.75vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .data strong {
    font-size: 23px;
  }
}
.p-sf__box table .data .attention {
  margin-top: 1.75vw;
  display: block;
  font-size: 3.25vw;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .data .attention {
    margin-top: 7px;
    font-size: 13px;
  }
}
.p-sf__box table .data.data2 {
  height: 32.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .data.data2 {
    height: 130px;
  }
}
.p-sf__box table .instructor {
  height: 40vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .instructor {
    height: 160px;
  }
}
.p-sf__box table .instructor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7.5vw;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .instructor ul {
    gap: 0 30px;
  }
}
.p-sf__box table .instructor ul li {
  font-size: 4.25vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .instructor ul li {
    font-size: 17px;
  }
}
.p-sf__box table .instructor ul li div {
  border-radius: 50%;
  width: 22.5vw;
  height: 22.5vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .instructor ul li div {
    width: 90px;
    height: 90px;
  }
}
.p-sf__box table .studio {
  height: 20vw;
  vertical-align: middle;
  font-weight: bold;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .studio {
    height: 80px;
    font-size: 16px;
  }
}
.p-sf__box table .account {
  height: 33.75vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .account {
    height: 135px;
  }
}
.p-sf__box table .account ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7.5vw;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .account ul {
    gap: 0 30px;
  }
}
.p-sf__box table .account ul li {
  font-size: 3.5vw;
  font-weight: bold;
  padding-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .account ul li {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.p-sf__box table .account ul li a {
  text-decoration: underline;
}
.p-sf__box table .account ul li div {
  width: 22.5vw;
  height: 22.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .account ul li div {
    width: 90px;
    height: 90px;
    margin-bottom: -20px;
  }
}
.p-sf__box table .account ul li div img {
  display: block;
  width: 12.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .account ul li div img {
    width: 50px;
  }
}
.p-sf__box table .account ul li div img.instagram {
  width: 10.75vw;
}
@media screen and (min-width: 769px) {
  .p-sf__box table .account ul li div img.instagram {
    width: 43px;
  }
}
.p-sf__live {
  padding: 20vw 6.25vw 36.25vw 6.25vw;
  background-color: #ff6100;
  background-image: url("../images/bg2.webp");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-sf__live {
    padding: 80px 25px 145px 25px;
  }
}
.p-sf__live h2 img {
  display: block;
  width: 82.5vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-sf__live h2 img {
    width: 330px;
  }
}
.p-sf__live h2 + p {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__live h2 + p {
    font-size: 20px;
    margin-top: 20px;
  }
}
.p-sf__live h2 + p + p {
  font-size: 3.5vw;
  line-height: 1.7142;
  margin-top: 7.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__live h2 + p + p {
    font-size: 14px;
    margin-top: 30px;
  }
}
.p-sf__live .p-sf__box {
  margin-top: 8.75vw;
}
@media screen and (min-width: 769px) {
  .p-sf__live .p-sf__box {
    margin-top: 35px;
  }
}
.p-sf__live .p-sf__box table th {
  background-color: #39e4a2;
}
.p-sf__campaign {
  border: solid 2vw #000;
  background-color: #f5e90f;
  color: #000;
  padding: 13.75vw 4.25vw 3.75vw 4.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign {
    border-width: 8px;
    padding: 55px 17px 15px 17px;
  }
}
.p-sf__campaign h2 {
  color: #ff6100;
}
.p-sf__campaign h2 span {
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign h2 span {
    font-size: 22px;
  }
}
.p-sf__campaign h2 img {
  display: block;
  width: 81.25vw;
  margin: 3.75vw auto 0 auto;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign h2 img {
    width: 325px;
    margin: 15px auto 0 auto;
  }
}
.p-sf__campaign h3 {
  background-color: #000;
  color: #fff;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.666;
  margin-top: 8.75vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign h3 {
    font-size: 15px;
    margin-top: 35px;
  }
}
.p-sf__campaign__present {
  margin-top: 7.5vw;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.266;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__present {
    margin-top: 30px;
    font-size: 15px;
  }
}
.p-sf__campaign__present .number {
  color: #ff6100;
  border: solid 1px;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  font-size: 5vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__present .number {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
.p-sf__campaign__present img {
  display: block;
  width: 35vw;
  margin: 3.5vw auto;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__present img {
    width: 140px;
    margin: 14px auto;
  }
}
.p-sf__campaign__present img.bike {
  width: 23.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__present img.bike {
    width: 93px;
  }
}
.p-sf__campaign__present .hit {
  background-color: #fff;
  font-size: 5.75vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21vw;
  height: 8.5vw;
  margin: 2.5vw auto 0 auto;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__present .hit {
    font-size: 23px;
    width: 84px;
    height: 34px;
    margin: 10px auto 0 auto;
  }
}
.p-sf__campaign__present li + li {
  margin-top: 10vw;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__present li + li {
    margin-top: 40px;
  }
}
.p-sf__campaign__flow {
  text-align: center;
}
.p-sf__campaign__flow li {
  font-size: 4.5vw;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__flow li {
    font-size: 18px;
  }
}
.p-sf__campaign__flow li .number {
  margin-top: 3vw;
  margin-bottom: 1.25vw;
  font-size: 5vw;
  font-weight: bold;
  color: #ff6100;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__flow li .number {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.p-sf__campaign__flow li a {
  text-decoration: underline;
}
.p-sf__campaign__flow li + li {
  margin-top: 7.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__flow li + li {
    margin-top: 30px;
  }
}
.p-sf__campaign__text {
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__text {
    font-size: 18px;
    margin-top: 20px;
  }
}
.p-sf__campaign__text small {
  font-size: 3.75vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__text small {
    font-size: 15px;
  }
}
.p-sf__campaign__attention {
  margin-top: 15vw;
  font-size: 2.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-sf__campaign__attention {
    margin-top: 60px;
    font-size: 10px;
  }
}
.p-sf__campaign__attention li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-sf__profile {
  background-color: #bc83f2;
  padding: 12.5vw 6.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__profile {
    padding: 50px 25px;
  }
}
.p-sf__profile__photo {
  position: relative;
  padding: 0 0 4.5vw 0;
}
@media screen and (min-width: 769px) {
  .p-sf__profile__photo {
    padding: 0 0 18px 0;
  }
}
.p-sf__profile__photo img {
  width: 58.75vw;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-sf__profile__photo img {
    width: 235px;
  }
}
.p-sf__profile__photo img.logo {
  display: block;
  position: absolute;
  width: 48.5vw;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-sf__profile__photo img.logo {
    width: 194px;
  }
}
.p-sf__program__ttl {
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  margin-top: 12.5vw;
  line-height: 1.22;
}
@media screen and (min-width: 769px) {
  .p-sf__program__ttl {
    font-size: 18px;
    margin-top: 50px;
  }
}
.p-sf__program__data {
  margin-top: 6.25vw;
  line-height: 1.7807;
}
@media screen and (min-width: 769px) {
  .p-sf__program__data {
    margin-top: 25px;
  }
}
.p-sf__program__data.musiclist dl dt {
  background-color: #f5e90f;
  color: #000;
  text-align: center;
  padding: 0.5vw 1.25vw;
  margin-bottom: 1.25vw;
  font-feature-settings: "palt";
  font-size: 3.25vw;
  font-weight: bold;
  line-height: 1.2;
  width: 27.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__program__data.musiclist dl dt {
    padding: 2px 5px;
    margin-bottom: 5px;
    font-size: 13px;
    width: 110px;
  }
}
.p-sf__program__data.musiclist dl dt:nth-child(n+2) {
  margin-top: 2.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__program__data.musiclist dl dt:nth-child(n+2) {
    margin-top: 10px;
  }
}
.p-sf__program__data.musiclist dl dt.bb2 {
  background-color: #ff8c00;
}
.p-sf__program__data.musiclist dl dt.bsw {
  background-color: #9400d3;
}
.p-sf__program__data.musiclist dl dt.bsb {
  background-color: #40e0d0;
  color: #fff;
}
.p-sf__program__data.musiclist dl dt.bsbi {
  background-color: #20b2aa;
  color: #fff;
}
.p-sf__program__data.musiclist dl dt.bsl {
  background-color: #191970;
}
.p-sf__program__data.musiclist dl dt.other {
  background-color: #696969;
}
.p-sf__program__data.musiclist dl dd {
  font-feature-settings: "palt";
  font-size: 3.25vw;
  line-height: 1.5333;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-sf__program__data.musiclist dl dd {
    font-size: 13px;
  }
}
.p-sf__video__ttl {
  color: #f5e90f;
  font-size: 6vw;
  font-weight: bold;
  margin-top: 17.5vw;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-sf__video__ttl {
    font-size: 24px;
    margin-top: 70px;
  }
}
.p-sf__video__box {
  width: 100%;
}
.p-sf__video__box iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-sf__video__text {
  color: #f5e90f;
  font-weight: bold;
  font-size: 4.5vw;
  margin-top: 3.75vw;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-sf__video__text {
    font-size: 18px;
    margin-top: 15px;
  }
}
.p-sf__about {
  background-color: #000;
  padding: 28.75vw 6.25vw 10vw 6.25vw;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .p-sf__about {
    padding: 115px 25px 40px 25px;
  }
}
.p-sf__about__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.p-sf__about__bg video {
  display: block;
  width: 100%;
  opacity: 0.5;
}
.p-sf__about__in {
  position: relative;
  z-index: 1;
}
.p-sf__about h2 img {
  display: block;
  width: 66.25vw;
  margin: 0 auto;
  filter: invert(1);
}
@media screen and (min-width: 769px) {
  .p-sf__about h2 img {
    width: 265px;
  }
}
.p-sf__about h2 + p {
  margin-top: 22.5vw;
  font-size: 3.5vw;
  line-height: 1.8571;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-sf__about h2 + p {
    margin-top: 90px;
    font-size: 14px;
  }
}
.p-sf__about h3 {
  margin-top: 17.5vw;
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__about h3 {
    margin-top: 70px;
    font-size: 20px;
  }
}
.p-sf__about h3 small {
  display: block;
  font-size: 3.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__about h3 small {
    font-size: 14px;
  }
}
.p-sf__about__slide {
  width: 55vw;
  margin: 0 auto;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__about__slide {
    width: 220px;
    margin-top: 20px;
  }
}
.p-sf__about__slide a {
  display: block;
}
.p-sf__about__text {
  margin-top: 1.25vw;
  font-size: 3.5vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-sf__about__text {
    margin-top: 5px;
    font-size: 14px;
  }
}
.p-sf__about .youtube {
  display: block;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__about .youtube {
    margin-top: 20px;
  }
}
.p-sf__about .youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-sf__feelcycle .youtube {
  margin-top: 12.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__feelcycle .youtube {
    margin-top: 50px;
  }
}
.p-sf__feelcycle .youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-sf__trial {
  background-color: #000;
  padding: 10vw 6.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__trial {
    padding: 40px 25px;
  }
}
.p-sf__trial .img {
  width: 100%;
  display: block;
}
.p-sf__trial .js-copy {
  height: 14.5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2.5vw auto 0 auto;
  font-weight: bold;
  font-size: 4.25vw;
  font-feature-settings: normal;
  position: relative;
  width: 70vw;
  letter-spacing: 0.01em;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .p-sf__trial .js-copy {
    height: 58px;
    margin: 10px auto 0 auto;
    font-size: 17px;
    width: 280px;
  }
}
.p-sf__trial .js-copy::before, .p-sf__trial .js-copy::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  display: block;
  width: 6vw;
  height: 6vw;
  border: solid 1px #fff;
}
@media screen and (min-width: 769px) {
  .p-sf__trial .js-copy::before, .p-sf__trial .js-copy::after {
    width: 24px;
    height: 24px;
  }
}
.p-sf__trial .js-copy::after {
  transform: translate(1vw, -1vw);
}
@media screen and (min-width: 769px) {
  .p-sf__trial .js-copy::after {
    transform: translate(4px, -4px);
  }
}
.p-sf__trial .trialbtn {
  background-color: #fff;
  color: #000;
  width: 64.25vw;
  height: 16vw;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  font-size: 5.5vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__trial .trialbtn {
    width: 257px;
    height: 64px;
    font-size: 22px;
  }
}
.p-sf__trial .trialbtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.5vw;
  margin: auto 0;
  width: 2.5vw;
  height: 2.5vw;
  border-right: solid 2px;
  border-top: solid 2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .p-sf__trial .trialbtn::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}
.p-sf__trial .p-sf__event__btn {
  margin-top: 1.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__trial .p-sf__event__btn {
    margin-top: 5px;
  }
}
.p-sf__text {
  margin-top: 6.25vw;
  font-size: 4vw;
  line-height: 1.882;
  font-feature-settings: "palt";
  overflow: hidden;
  position: relative;
  height: 37.5vw;
  background: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .p-sf__text {
    margin-top: 25px;
    font-size: 16px;
    height: 150px;
  }
}
.p-sf__text > span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12.5vw;
  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-sf__text > span {
    height: 50px;
  }
}
.p-sf__text > span::before, .p-sf__text > span::after {
  content: "";
  width: 8.75vw;
  height: 1px;
  background-color: #fff;
  transform: rotate(15deg);
}
@media screen and (min-width: 769px) {
  .p-sf__text > span::before, .p-sf__text > span::after {
    width: 35px;
  }
}
.p-sf__text > span::after {
  transform: rotate(-15deg);
  margin-left: -0.25vw;
}
@media screen and (min-width: 769px) {
  .p-sf__text > span::after {
    margin-left: -1px;
  }
}
.p-sf__text.is-active {
  height: 100% !important;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
}
.p-sf__text.is-active::before {
  content: none;
}
.p-sf__text.is-active > span {
  display: none;
}
.p-sf__message {
  position: relative;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding: 10vw 5vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-sf__message {
    padding: 40px 20px;
  }
}
.p-sf__message h2 {
  font-size: 5vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-sf__message h2 {
    font-size: 20px;
  }
}
.p-sf__message p {
  font-size: 3vw;
  margin-top: 2.5vw;
}
@media screen and (min-width: 769px) {
  .p-sf__message p {
    margin-top: 10px;
    font-size: 12px;
  }
}

/*========================================================================
header
========================================================================*/
.p-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  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: 28.5vw;
}
@media screen and (min-width: 769px) {
  .p-header a img {
    width: 114px;
  }
}
.p-header.is-active {
  transform: translateY(0);
}

/*========================================================================
footer
========================================================================*/
.p-footer {
  padding: 0 5vw 25vw 5vw;
  background-color: #000;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-footer {
    padding: 0 20px 100px 20px;
  }
}
.p-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.75vw;
}
@media screen and (min-width: 769px) {
  .p-footer__sns {
    gap: 0 15px;
  }
}
.p-footer__sns li a {
  color: #000;
}
.p-footer__sns li a img {
  display: block;
  width: 10vw;
  filter: invert(1);
}
@media screen and (min-width: 769px) {
  .p-footer__sns li a img {
    width: 40px;
  }
}
.p-footer__link {
  margin-top: 10vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3.25vw;
  line-height: 1.25;
  gap: 1.25vw 0;
}
@media screen and (min-width: 769px) {
  .p-footer__link {
    margin-top: 40px;
    font-size: 13px;
    gap: 5px 0;
  }
}
.p-footer__link li:not(:last-child) {
  border-right: solid 1px;
  margin-right: 1em;
  padding-right: 1em;
}
.p-footer__copy {
  margin-top: 5vw;
  font-size: 3.25vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-footer__copy {
    margin-top: 20px;
    font-size: 13px;
  }
}

/*========================================================================
動き
========================================================================*/
.js-slide-in-list > * {
  opacity: 0;
  transition: opacity 1s;
}
.js-slide-in-list.is-active > * {
  opacity: 1;
}
.js-slide-in-list.is-active > *:nth-child(1) {
  transition-delay: 0.15s;
}
.js-slide-in-list.is-active > *:nth-child(2) {
  transition-delay: 0.3s;
}
.js-slide-in-list.is-active > *:nth-child(3) {
  transition-delay: 0.45s;
}
.js-slide-in-list.is-active > *:nth-child(4) {
  transition-delay: 0.6s;
}
.js-slide-in-list.is-active > *:nth-child(5) {
  transition-delay: 0.75s;
}
.js-slide-in-list.is-active > *:nth-child(6) {
  transition-delay: 0.9s;
}
.js-slide-in-list.is-active > *:nth-child(7) {
  transition-delay: 1.05s;
}
.js-slide-in-list.is-active > *:nth-child(8) {
  transition-delay: 1.2s;
}
.js-slide-in-list.is-active > *:nth-child(9) {
  transition-delay: 1.35s;
}
.js-slide-in-list.is-active > *:nth-child(10) {
  transition-delay: 1.5s;
}
.js-slide-in-list.is-active > *:nth-child(11) {
  transition-delay: 1.65s;
}
.js-slide-in-list.is-active > *:nth-child(12) {
  transition-delay: 1.8s;
}
.js-slide-in-list.is-active > *:nth-child(13) {
  transition-delay: 1.95s;
}
.js-slide-in-list.is-active > *:nth-child(14) {
  transition-delay: 2.1s;
}
.js-slide-in-list.is-active.p-sf__campaign h2 img {
  transition-delay: 0.3s;
  transform: scale(1);
}

.js-fixd {
  transform: translateY(100%);
  transition: transform 0.25s;
}
.js-fixd.is-active {
  transform: translateY(0);
}

.js-slide-scene {
  padding-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .js-slide-scene {
    padding-bottom: 16px;
  }
}
.js-slide-scene .slick-arrow {
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5vw;
  height: 8.25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .js-slide-scene .slick-arrow {
    width: 10px;
    height: 33px;
  }
}
.js-slide-scene .slick-arrow::before, .js-slide-scene .slick-arrow::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 3vw;
  background-color: #fff;
  transform: rotate(15deg);
}
@media screen and (min-width: 769px) {
  .js-slide-scene .slick-arrow::before, .js-slide-scene .slick-arrow::after {
    height: 12px;
  }
}
.js-slide-scene .slick-arrow::after {
  margin-top: -1px;
  transform: rotate(-15deg);
}
.js-slide-scene .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.js-slide-scene .slick-dots {
  width: 39vw;
  margin: 12.5vw auto 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (min-width: 769px) {
  .js-slide-scene .slick-dots {
    width: 156px;
    margin: 50px auto 0 auto;
  }
}
.js-slide-scene .slick-dots li {
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
}
.js-slide-scene .slick-dots li button {
  display: block;
  color: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 0;
  border: none;
}
.js-slide-scene .slick-dots li:nth-child(1) {
  width: 25%;
}
.js-slide-scene .slick-dots li:nth-child(2) {
  width: 50%;
}
.js-slide-scene .slick-dots li:nth-child(3) {
  width: 75%;
}
.js-slide-scene .slick-dots li:nth-child(4) {
  width: 100%;
}
.js-slide-scene .slick-dots li.slick-active {
  background-color: #fff;
}

.js-slide-video {
  margin-top: 3vw;
}
@media screen and (min-width: 769px) {
  .js-slide-video {
    margin-top: 12px;
  }
}
.js-slide-video .slick-dots {
  margin-top: 3vw;
  display: flex;
  gap: 0 5vw;
}
@media screen and (min-width: 769px) {
  .js-slide-video .slick-dots {
    margin-top: 12px;
    gap: 0 20px;
  }
}
.js-slide-video .slick-dots li button {
  border: none;
  background-color: #f5e90f;
  color: #ff6100;
  font-size: 5.5vw;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5vw;
  height: 7.5vw;
}
@media screen and (min-width: 769px) {
  .js-slide-video .slick-dots li button {
    font-size: 22px;
    width: 30px;
    height: 30px;
  }
}
@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=sf.css.map */