@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: 15.1869158879vw;
}
@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;
  color: #8a8c8e;
  background-color: #fff;
  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-le {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-le {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
.p-le__bgmovie {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-le__bgmovie {
    width: 430px;
    margin: 0 auto;
  }
}
.p-le__bgmovie video, .p-le__bgmovie iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
}
.p-le__bgmovie .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #000;
  opacity: 0;
}
.p-le__mv {
  height: 100svh;
  min-height: 140.1869158879vw;
  position: relative;
  z-index: 1;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-le__mv {
    height: 100vh;
    min-height: 600px;
  }
}
.p-le__mv h1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-le__mv h1 img {
  width: 71.9626168224vw;
  display: block;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .p-le__mv h1 img {
    width: 308px;
  }
}
.p-le__mv .scroll {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 8.6448598131vw;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-le__mv .scroll {
    height: 37px;
  }
}
.p-le__mv .scroll::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #99c6ee;
  top: 0;
  left: 0;
  right: 0;
  animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 1s;
}
.p-le__bg {
  position: relative;
  background-color: #fff;
  background-image: url("../images/message_bgtop.webp");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.p-le__collabo {
  z-index: 1;
  padding: 14.0186915888vw 0 0 0;
}
@media screen and (min-width: 769px) {
  .p-le__collabo {
    padding: 60px 0 0 0;
  }
}
.p-le__collabo h2 {
  text-align: center;
  font-size: 3.9719626168vw;
  line-height: 2;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__collabo h2 {
    font-size: 17px;
  }
}
.p-le__collabo__messagemovie {
  width: 90.6542056075vw;
  margin: 14.0186915888vw auto 0 auto;
}
@media screen and (min-width: 769px) {
  .p-le__collabo__messagemovie {
    width: 388px;
    margin-top: 60px;
  }
}
.p-le__collabo__messagemovie video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-le__collabo__messagemovie iframe {
  display: block;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-le__collabo__subttl {
  background-color: #99c6ee;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 8.4112149533vw;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5.3738317757vw;
}
@media screen and (min-width: 769px) {
  .p-le__collabo__subttl {
    height: 36px;
    margin-top: 23px;
  }
}
.p-le__collabo__subttl span {
  display: block;
  font-weight: bold;
  font-size: 5.6074766355vw;
  animation-name: text-animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
  .p-le__collabo__subttl span {
    font-size: 24px;
  }
}
@keyframes text-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-le__collabo__text {
  margin-top: 14.0186915888vw;
  background-image: url("../images/message_bgbottom.webp");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 4.6728971963vw 35.046728972vw 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-le__collabo__text {
    margin-top: 60px;
    padding: 0 20px 150px 20px;
  }
}
.p-le__collabo__text p {
  text-align: center;
  font-size: 3.738317757vw;
  letter-spacing: 0.075em;
  line-height: 2.1875;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__collabo__text p {
    font-size: 16px;
  }
}
.p-le__campaign {
  margin-top: -7.0093457944vw;
  padding: 0 4.6728971963vw;
  text-align: center;
  color: #505050;
}
@media screen and (min-width: 769px) {
  .p-le__campaign {
    margin-top: -30px;
    padding: 0 20px;
  }
}
.p-le__campaign h2 {
  color: #211815;
  font-weight: bold;
  font-size: 5.1401869159vw;
  letter-spacing: 0.025em;
  line-height: 1.545;
}
@media screen and (min-width: 769px) {
  .p-le__campaign h2 {
    font-size: 22px;
  }
}
.p-le__campaign h2 + img {
  display: block;
  width: 74.2990654206vw;
  margin: 4.6728971963vw auto 0 auto;
}
@media screen and (min-width: 769px) {
  .p-le__campaign h2 + img {
    width: 318px;
    margin: 20px auto 0 auto;
  }
}
.p-le__campaign__ttl {
  margin-top: 17.7570093458vw;
  color: #d2c1a6;
  font-weight: bold;
  font-size: 10.2803738318vw;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__ttl {
    margin-top: 76px;
    font-size: 44px;
  }
}
.p-le__campaign__ttl small {
  font-size: 3.2710280374vw;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__ttl small {
    font-size: 14px;
  }
}
.p-le__campaign__subttl {
  margin-top: 7.0093457944vw;
  font-size: 5.6074766355vw;
  font-weight: bold;
  line-height: 1.166;
  text-align: center;
  color: #211815;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__subttl {
    margin-top: 30px;
    font-size: 24px;
  }
}
.p-le__campaign__subttl + p {
  font-size: 3.2710280374vw;
  margin-top: 3.5046728972vw;
  line-height: 1.428;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__subttl + p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.p-le__campaign__present {
  margin-top: 14.0186915888vw;
  color: #d2c1a6;
  font-size: 5.6074766355vw;
  border-bottom: solid 2px;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__present {
    margin-top: 60px;
    font-size: 24px;
  }
}
.p-le__campaign__goods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 8.4112149533vw auto 0 auto;
  width: 81.7757009346vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods {
    margin: 36px auto 0 auto;
    width: 350px;
  }
}
.p-le__campaign__goods dl {
  font-weight: bold;
  width: 38.5514018692vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods dl {
    width: 165px;
  }
}
.p-le__campaign__goods dl dt {
  color: #000;
  font-size: 3.738317757vw;
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods dl dt {
    font-size: 16px;
  }
}
.p-le__campaign__goods dl dt strong {
  font-size: 4.2056074766vw;
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods dl dt strong {
    font-size: 18px;
  }
}
.p-le__campaign__goods dl dd {
  background-color: #99c6ee;
  color: #fff;
  display: flex;
  height: 5.1401869159vw;
  width: 100%;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  font-size: 3.5046728972vw;
  margin-top: 2.3364485981vw;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods dl dd {
    height: 22px;
    font-size: 15px;
    margin-top: 10px;
  }
}
.p-le__campaign__goods dl + p {
  width: 100%;
  font-size: 2.8037383178vw;
  margin-top: 2.3364485981vw;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods dl + p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-le__campaign__goods--img {
  width: 100%;
}
.p-le__campaign__goods--img img {
  display: block;
  width: 64.953271028vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods--img img {
    width: 278px;
  }
}
.p-le__campaign__goods--img dl {
  width: 100%;
}
.p-le__campaign__goods--img dl dt {
  font-size: 4.6728971963vw;
  margin-top: 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods--img dl dt {
    font-size: 20px;
    margin-top: 20px;
  }
}
.p-le__campaign__goods--img dl dd {
  width: 38.5514018692vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__goods--img dl dd {
    width: 165px;
  }
}
.p-le__campaign__goods--img dl + p {
  font-feature-settings: "palt";
  line-height: 1.333;
}
.p-le__campaign__con {
  margin: 9.3457943925vw auto 0 auto;
  width: 77.1028037383vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con {
    margin: 40px auto 0 auto;
    width: 330px;
  }
}
.p-le__campaign__con > dt {
  background-color: #d2c1a6;
  border: solid 1px;
  color: #fff;
  font-size: 4.2056074766vw;
  line-height: 1.66;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dt {
    font-size: 18px;
  }
}
.p-le__campaign__con > dt:not(:nth-child(1)) {
  margin-top: 7.0093457944vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dt:not(:nth-child(1)) {
    margin-top: 30px;
  }
}
.p-le__campaign__con > dt.js-accordion {
  transition: background-color 0.5s, color 0.5s;
  position: relative;
  cursor: pointer;
}
.p-le__campaign__con > dt.js-accordion:hover {
  background-color: #fff !important;
  color: #99c6ee;
}
.p-le__campaign__con > dt.js-accordion::after {
  content: "";
  display: block;
  width: 2.3364485981vw;
  height: 2.3364485981vw;
  border-left: solid 1px;
  border-bottom: solid 1px;
  display: block;
  position: absolute;
  right: 3.738317757vw;
  top: 20%;
  transform: rotateX(0deg) rotate(-45deg);
  transition: transform 0.5s, top 0.5s;
  transform-origin: center;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dt.js-accordion::after {
    width: 10px;
    height: 10px;
    right: 16px;
  }
}
.p-le__campaign__con > dt.js-accordion.is-active::after {
  transform: rotateX(180deg) rotate(-45deg);
  top: 40%;
}
.p-le__campaign__con > dd {
  margin-top: 4.6728971963vw;
  font-size: 4.6728971963vw;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd {
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-le__campaign__con > dd small {
  font-size: 2.8037383178vw;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd small {
    font-size: 12px;
  }
}
.p-le__campaign__con > dd strong {
  font-size: 130%;
  font-weight: bold;
}
.p-le__campaign__con > dd .step {
  font-size: 4.2056074766vw;
  letter-spacing: 0.01em;
  line-height: 1.333;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step {
    font-size: 18px;
  }
}
.p-le__campaign__con > dd .step .number {
  display: block;
  font-size: 3.738317757vw;
  font-weight: bold;
  width: 21.0280373832vw;
  line-height: 1.4375;
  border: solid 1px;
  margin: 0 auto 2.3364485981vw auto;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .number {
    font-size: 16px;
    width: 90px;
    margin-bottom: 10px;
  }
}
.p-le__campaign__con > dd .step .sns_x {
  margin: 0 -11.6822429907vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .sns_x {
    margin: 0 -50px;
  }
}
.p-le__campaign__con > dd .step a {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.p-le__campaign__con > dd .step a img {
  height: 0.6em;
  margin: 0 0.2em;
  display: block;
}
.p-le__campaign__con > dd .step .arrow {
  display: block;
  width: 7.0093457944vw;
  height: 7.0093457944vw;
  margin: 10.5140186916vw auto 5.8411214953vw auto;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .arrow {
    width: 30px;
    height: 30px;
    margin: 45px auto 25px auto;
  }
}
.p-le__campaign__con > dd .step .arrow span {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation-name: arrow-animation1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
.p-le__campaign__con > dd .step .arrow span:nth-child(2) {
  animation-name: arrow-animation2;
}
.p-le__campaign__con > dd .step .arrow span:nth-child(3) {
  animation-name: arrow-animation3;
}
@keyframes arrow-animation1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes arrow-animation2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes arrow-animation3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
.p-le__campaign__con > dd .step .arrow span::before, .p-le__campaign__con > dd .step .arrow span::after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background-color: #d2c1a6;
  transform: rotate(35deg);
  margin-right: -0.2336448598vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .arrow span::before, .p-le__campaign__con > dd .step .arrow span::after {
    margin-right: -1px;
  }
}
.p-le__campaign__con > dd .step .arrow span::after {
  transform: rotate(-35deg);
  margin-right: 0;
  margin-left: -0.2336448598vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .arrow span::after {
    margin-left: -1px;
  }
}
.p-le__campaign__con > dd .step .arrow span + span {
  margin-top: 1.6355140187vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .arrow span + span {
    margin-top: 7px;
  }
}
.p-le__campaign__con > dd .step .ttl {
  font-size: 5.1401869159vw;
  margin: 2.3364485981vw 0 3.5046728972vw 0;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .ttl {
    font-size: 22px;
    margin: 10px 0 15px 0;
  }
}
.p-le__campaign__con > dd .step .js-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77.1028037383vw;
  height: 12.6168224299vw;
  margin: 5.8411214953vw auto 0 auto;
  background-image: url("../images/coupon_bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-right: 10.5140186916vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .js-copy {
    width: 330px;
    height: 54px;
    margin-top: 25px;
    padding-right: 45px;
  }
}
.p-le__campaign__con > dd .step .btn {
  font-size: 4.9065420561vw;
  background-color: #000;
  color: #fff;
  border-radius: 100vh;
  height: 14.0186915888vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.8411214953vw -2.3364485981vw 0 -2.3364485981vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .btn {
    font-size: 21px;
    height: 60px;
    margin: 25px -10px 0 -10px;
  }
}
.p-le__campaign__con > dd .step .attention {
  margin: 4.2056074766vw -2.3364485981vw 0 -2.3364485981vw;
  font-size: 2.8037383178vw;
  line-height: 1.4166;
  text-align: left;
  color: #a6a6a6;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .attention {
    margin: 18px -10px 0 -10px;
    font-size: 12px;
  }
}
.p-le__campaign__con > dd .step .attention li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-le__campaign__con > dd .step .point {
  background-color: #99c6ee;
  color: #fff;
  font-size: 4.2056074766vw;
  line-height: 6.308411215vw;
  border-radius: 100vh;
  width: 64.2523364486vw;
  margin: 5.8411214953vw auto 2.8037383178vw auto;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .step .point {
    font-size: 18px;
    line-height: 27px;
    width: 275px;
    margin: 25px auto 12px auto;
  }
}
.p-le__campaign__con > dd .fz16 {
  font-size: 3.738317757vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .fz16 {
    font-size: 16px;
  }
}
.p-le__campaign__con > dd .datattl {
  display: block;
  border: solid 1px;
  width: 64.2523364486vw;
  border-radius: 100vh;
  margin: 8.1775700935vw auto 3.5046728972vw auto;
  font-size: 3.738317757vw;
  line-height: 1.6875;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .datattl {
    width: 275px;
    margin: 35px auto 15px auto;
    font-size: 16px;
  }
}
.p-le__campaign__con > dd .datattl:nth-child(1) {
  margin-top: 5.8411214953vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__con > dd .datattl:nth-child(1) {
    margin-top: 25px;
  }
}
.p-le__campaign__con > dd.js-accordion-con {
  display: none;
}
.p-le__campaign__hr {
  margin: 0 -9.3457943925vw;
  background-color: #000;
  color: #fff;
  font-size: 4.2056074766vw;
  font-weight: bold;
  letter-spacing: 0.01em;
  transform: rotate(-3deg);
  margin-top: 15.1869158879vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__hr {
    margin: 0 -20px;
    font-size: 18px;
    margin-top: 65px;
  }
}
.p-le__campaign .chance2 .p-le__campaign__ttl, .p-le__campaign .chance2 .p-le__campaign__present {
  color: #99c6ee;
}
.p-le__campaign .chance2 .p-le__campaign__goods dl dd {
  background-color: #d2c1a6;
}
.p-le__campaign .chance2 .p-le__campaign__con dt {
  background-color: #99c6ee;
}
.p-le__campaign .chance2 .p-le__campaign__con > dd .step .arrow span::before,
.p-le__campaign .chance2 .p-le__campaign__con > dd .step .arrow span::after {
  background-color: #99c6ee;
}
.p-le__campaign__other {
  text-align: left;
  margin: 14.0186915888vw auto 0 auto;
  width: 88.785046729vw;
  color: #a6a6a6;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__other {
    margin: 60px auto 0 auto;
    width: 380px;
  }
}
.p-le__campaign__other dt {
  font-size: 4.6728971963vw;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px;
  padding-bottom: 1.8691588785vw;
  margin-bottom: 3.5046728972vw;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__other dt {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}
.p-le__campaign__other dd {
  font-weight: bold;
  font-size: 2.8037383178vw;
  line-height: 1.4166;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .p-le__campaign__other dd {
    font-size: 12px;
  }
}
.p-le__campaign__other dd ul li {
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}
.p-le__event {
  background-image: url("../images/event_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 28.0373831776vw 5.8411214953vw 37.3831775701vw 5.8411214953vw;
  text-align: center;
  color: #595757;
}
@media screen and (min-width: 769px) {
  .p-le__event {
    padding: 120px 25px 160px 25px;
  }
}
.p-le__event h2 img {
  display: block;
  width: 62.6168224299vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-le__event h2 img {
    width: 268px;
  }
}
.p-le__event .ttl {
  margin-top: 7.0093457944vw;
  font-size: 6.0747663551vw;
  letter-spacing: 0.01em;
  line-height: 1.153;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__event .ttl {
    margin-top: 30px;
    font-size: 26px;
  }
}
.p-le__event .subttl {
  margin-top: 5.1401869159vw;
  font-size: 3.738317757vw;
  letter-spacing: 0.01em;
  line-height: 1.375;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__event .subttl {
    margin-top: 22px;
    font-size: 16px;
  }
}
.p-le__event .data {
  margin-top: 8.1775700935vw;
  padding-top: 4.6728971963vw;
  border-top: solid 1px;
  font-weight: bold;
  font-size: 5.1401869159vw;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__event .data {
    margin-top: 35px;
    padding-top: 20px;
    font-size: 22px;
  }
}
.p-le__event .data .day {
  font-size: 10.2803738318vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .data .day {
    font-size: 44px;
  }
}
.p-le__event .data .fri {
  font-size: 6.0747663551vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .data .fri {
    font-size: 26px;
  }
}
.p-le__event .data .time {
  display: block;
  font-size: 7.7102803738vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .data .time {
    font-size: 33px;
  }
}
.p-le__event .studio {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8.4112149533vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .studio {
    margin-top: 36px;
  }
}
.p-le__event .studio img {
  display: block;
  width: 4.6728971963vw;
  margin-right: 2.8037383178vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .studio img {
    width: 20px;
    margin-right: 12px;
  }
}
.p-le__event .studio p {
  font-size: 4.6728971963vw;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.7009345794vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .studio p {
    font-size: 20px;
    margin-top: 3px;
  }
}
.p-le__event .kikan dt {
  margin: 11.6822429907vw auto 0 auto;
  width: 77.1028037383vw;
  height: 7.0093457944vw;
  border: solid 1px;
  font-size: 4.2056074766vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__event .kikan dt {
    margin: 50px auto 0 auto;
    width: 330px;
    height: 30px;
    font-size: 18px;
  }
}
.p-le__event .kikan dd {
  font-weight: bold;
  margin-top: 1.4018691589vw;
  font-size: 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .kikan dd {
    margin-top: 6px;
    font-size: 20px;
  }
}
.p-le__event .kikan dd strong {
  font-weight: bold;
  font-size: 130%;
}
.p-le__event .btn {
  font-size: 4.9065420561vw;
  background-color: #000;
  color: #fff;
  border-radius: 100vh;
  height: 14.0186915888vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.8411214953vw -2.3364485981vw 0 -2.3364485981vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-le__event .btn {
    font-size: 21px;
    height: 60px;
    margin: 25px -10px 0 -10px;
  }
}
.p-le__event .btn img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.0093457944vw;
  margin: auto 0;
  width: 5.6074766355vw;
}
@media screen and (min-width: 769px) {
  .p-le__event .btn img {
    right: 30px;
    width: 24px;
  }
}
.p-le__feelcycle {
  padding: 0 4.6728971963vw;
  margin-top: -5.3738317757vw;
}
@media screen and (min-width: 769px) {
  .p-le__feelcycle {
    padding: 0 20px;
    margin-top: -23px;
  }
}
.p-le__feelcycle h2 img {
  display: block;
  width: 53.738317757vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-le__feelcycle h2 img {
    width: 230px;
  }
}
.p-le__feelcycle .youtube {
  margin-top: 9.3457943925vw;
}
@media screen and (min-width: 769px) {
  .p-le__feelcycle .youtube {
    margin-top: 40px;
  }
}
.p-le__feelcycle .youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-le__program {
  margin-top: 14.0186915888vw;
  padding: 0 4.6728971963vw 0 4.6728971963vw;
  position: relative;
  color: #595757;
}
@media screen and (min-width: 769px) {
  .p-le__program {
    margin-top: 60px;
    padding: 0 20px 120px 20px;
  }
}
.p-le__program h2 {
  text-align: center;
  font-size: 5.3738317757vw;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.3043;
}
@media screen and (min-width: 769px) {
  .p-le__program h2 {
    font-size: 23px;
  }
}
.p-le__program__data {
  margin-top: 2.3364485981vw;
  border-top: solid 1px;
  font-size: 3.9719626168vw;
  text-align: center;
  line-height: 1.7807;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__program__data {
    margin-top: 10px;
    font-size: 17px;
  }
}
.p-le__program__data .img {
  display: block;
  width: 44.3925233645vw;
  margin: 11.6822429907vw auto 4.6728971963vw auto;
}
@media screen and (min-width: 769px) {
  .p-le__program__data .img {
    width: 190px;
    margin: 50px auto 20px auto;
  }
}
.p-le__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-le__program__attention {
    margin-top: 10px;
    font-size: 13px;
  }
}
.p-le__program__music {
  margin-top: 7.0093457944vw;
}
@media screen and (min-width: 769px) {
  .p-le__program__music {
    margin-top: 30px;
  }
}
.p-le__program__music iframe {
  display: block;
}
.p-le__profile {
  position: relative;
  padding: 10.5140186916vw 4.6728971963vw 0 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-le__profile {
    padding: 45px 20px 0 20px;
  }
}
.p-le__profile h2 img {
  display: block;
  width: 52.5700934579vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-le__profile h2 img {
    width: 225px;
  }
}
.p-le__profile__img {
  margin-top: 9.3457943925vw;
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-le__profile__img {
    margin-top: 40px;
  }
}
.p-le__profile + .p-le__program {
  margin-top: 11.6822429907vw;
}
@media screen and (min-width: 769px) {
  .p-le__profile + .p-le__program {
    margin-top: 50px;
  }
}
.p-le__text {
  margin-top: 5.8411214953vw;
  font-size: 3.9719626168vw;
  line-height: 1.882;
  font-feature-settings: "palt";
  overflow: hidden;
  position: relative;
  height: 35.046728972vw;
  background: linear-gradient(rgb(89, 87, 87) 50%, rgba(89, 87, 87, 0) 90%, rgba(89, 87, 87, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .p-le__text {
    margin-top: 25px;
    font-size: 17px;
    height: 150px;
  }
}
.p-le__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-le__text > span {
    height: 50px;
  }
}
.p-le__text > span::before, .p-le__text > span::after {
  content: "";
  width: 8.1775700935vw;
  height: 1px;
  background-color: #595757;
  transform: rotate(15deg);
}
@media screen and (min-width: 769px) {
  .p-le__text > span::before, .p-le__text > span::after {
    width: 35px;
  }
}
.p-le__text > span::after {
  transform: rotate(-15deg);
  margin-left: -0.2336448598vw;
}
@media screen and (min-width: 769px) {
  .p-le__text > span::after {
    margin-left: -1px;
  }
}
.p-le__text.is-active {
  height: 100% !important;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #595757;
}
.p-le__text.is-active::before {
  content: none;
}
.p-le__text.is-active > span {
  display: none;
}
.p-le__btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  background-color: #99c6ee;
  border: solid 1px #99c6ee;
  color: #fff;
  font-size: 3.9719626168vw;
  border-radius: 100vh;
  height: 14.0186915888vw;
}
@media screen and (min-width: 769px) {
  .p-le__btn li a {
    font-size: 17px;
    height: 60px;
  }
}
.p-le__btn li a.blank {
  position: relative;
}
.p-le__btn li a.blank::before, .p-le__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;
  border-radius: 0.7009345794vw;
}
@media screen and (min-width: 769px) {
  .p-le__btn li a.blank::before, .p-le__btn li a.blank::after {
    width: 22px;
    height: 16px;
    right: 25px;
    border-radius: 3px;
  }
}
.p-le__btn li a.blank::after {
  transform: translate(-0.9345794393vw, 0.7009345794vw);
}
@media screen and (min-width: 769px) {
  .p-le__btn li a.blank::after {
    transform: translate(-4px, 3px);
  }
}
.p-le__btn li a.brown {
  background-color: #d2c1a6;
  border-color: #d2c1a6;
}
.p-le__btn li a.white {
  background-color: transparent;
  border-color: #595757;
  color: #595757;
}
.p-le__btn li a.white.blank::before, .p-le__btn li a.white.blank::after {
  border-color: #595757;
}
.p-le__btn li + li {
  margin-top: 2.1028037383vw;
}
@media screen and (min-width: 769px) {
  .p-le__btn li + li {
    margin-top: 9px;
  }
}
.p-le__message {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #595757;
  padding: 9.3457943925vw 4.6728971963vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-le__message {
    padding: 40px 20px;
  }
}
.p-le__message h2 {
  font-size: 4.6728971963vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__message h2 {
    font-size: 20px;
  }
}
.p-le__message p {
  font-size: 2.8037383178vw;
  margin-top: 2.3364485981vw;
}
@media screen and (min-width: 769px) {
  .p-le__message p {
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-le__cd {
  background-color: #fff;
  color: #595757;
  position: relative;
  z-index: 1;
  padding: 11.6822429907vw 4.6728971963vw 0 4.6728971963vw;
}
@media screen and (min-width: 769px) {
  .p-le__cd {
    padding: 50px 20px 0 20px;
  }
}
.p-le__cd h2 {
  font-size: 7.9439252336vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__cd h2 {
    font-size: 34px;
  }
}
.p-le__cd h2 small {
  font-size: 4.6728971963vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-le__cd h2 small {
    font-size: 20px;
  }
}
.p-le__cd__img {
  display: block;
  width: 46.7289719626vw;
  margin: 0 auto;
  margin-top: 3.5046728972vw;
  border: solid 1px;
}
@media screen and (min-width: 769px) {
  .p-le__cd__img {
    width: 200px;
    margin-top: 15px;
  }
}
.p-le__cd__price {
  margin-top: 5.8411214953vw;
  font-size: 3.738317757vw;
  line-height: 1.4375;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__cd__price {
    margin-top: 25px;
    font-size: 16px;
  }
}
.p-le__cd__price small {
  font-size: 2.8037383178vw;
}
@media screen and (min-width: 769px) {
  .p-le__cd__price small {
    font-size: 12px;
  }
}
.p-le__cd .p-le__btn {
  margin-top: 9.3457943925vw;
}
@media screen and (min-width: 769px) {
  .p-le__cd .p-le__btn {
    margin-top: 40px;
  }
}
.p-le__video {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 14.0186915888vw 4.6728971963vw 0 4.6728971963vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-le__video {
    padding: 60px 20px 0 20px;
  }
}
.p-le__video h2 {
  font-size: 11.214953271vw;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-le__video h2 {
    font-size: 48px;
  }
}
.p-le__video__list {
  margin-top: 4.2056074766vw;
}
@media screen and (min-width: 769px) {
  .p-le__video__list {
    margin-top: 18px;
  }
}
.p-le__video__list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.9719626168vw;
  margin-top: 5.8411214953vw;
}
@media screen and (min-width: 769px) {
  .p-le__video__list .slick-dots {
    gap: 0 17px;
    margin-top: 25px;
  }
}
.p-le__video__list .slick-dots li button {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 2.3364485981vw;
  height: 2.3364485981vw;
  border-radius: 50%;
  border: solid 1px;
  color: #595757;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .p-le__video__list .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.p-le__video__list .slick-dots li.slick-active button {
  background-color: #595757;
}
.p-le__video__list .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 28.0373831776vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  width: 2.8037383178vw;
  height: 2.8037383178vw;
  background-color: transparent;
  border: none;
  color: #595757;
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .p-le__video__list .slick-arrow {
    left: 120px;
    width: 12px;
    height: 12px;
  }
}
.p-le__video__list .slick-arrow.slick-next {
  left: auto;
  right: 28.0373831776vw;
  transform: rotate(-135deg);
}
@media screen and (min-width: 769px) {
  .p-le__video__list .slick-arrow.slick-next {
    left: auto;
    right: 120px;
  }
}
.p-le__video__item dl dt {
  font-size: 5.3738317757vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-le__video__item dl dt {
    font-size: 23px;
  }
}
.p-le__video__item dl dd {
  margin-top: 1.1682242991vw;
}
@media screen and (min-width: 769px) {
  .p-le__video__item dl dd {
    margin-top: 5px;
  }
}
.p-le__video__item dl dd iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-le__video .p-le__btn {
  margin-top: 19.8598130841vw;
}
@media screen and (min-width: 769px) {
  .p-le__video .p-le__btn {
    margin-top: 85px;
  }
}
.p-le__fixd {
  position: fixed;
  z-index: 10;
  right: 3.5046728972vw;
  bottom: 3.5046728972vw;
}
@media screen and (min-width: 769px) {
  .p-le__fixd {
    right: 15px;
    bottom: 15px;
  }
}
.p-le__fixd a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 17.523364486vw;
  height: 17.523364486vw;
  background-color: #4597e0;
  font-weight: bold;
  font-size: 2.8037383178vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-le__fixd a {
    width: 75px;
    height: 75px;
    font-size: 12px;
  }
}
.p-le__fixd a + a {
  background-color: #c19b55;
  margin-top: 1.8691588785vw;
}
@media screen and (min-width: 769px) {
  .p-le__fixd a + a {
    margin-top: 8px;
  }
}

/*========================================================================
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: #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: 26.6355140187vw;
}
@media screen and (min-width: 769px) {
  .p-header a img {
    width: 114px;
  }
}
.p-header.is-active {
  transform: translateY(0);
}

/*========================================================================
footer
========================================================================*/
.p-footer {
  padding: 0 4.6728971963vw 7.0093457944vw 4.6728971963vw;
  background-color: #fff;
  position: relative;
  color: #595757;
  z-index: 1;
}
@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 {
  color: #000;
}
.p-footer__sns li a img {
  display: block;
  width: 9.3457943925vw;
  filter: invert(36%) sepia(3%) saturate(11%) hue-rotate(27deg) brightness(95%) contrast(100%);
}
@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: 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: 4.6728971963vw;
  font-size: 3.0373831776vw;
  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.5s;
}
.js-slide-in-list.is-active > *:nth-child(2) {
  transition-delay: 1s;
}
.js-slide-in-list.is-active > *:nth-child(3) {
  transition-delay: 1.5s;
}
.js-slide-in-list.is-active > *:nth-child(4) {
  transition-delay: 2s;
}
.js-slide-in-list.is-active > *:nth-child(5) {
  transition-delay: 2.5s;
}
.js-slide-in-list.is-active > *:nth-child(6) {
  transition-delay: 3s;
}
.js-slide-in-list.is-active > *:nth-child(7) {
  transition-delay: 3.5s;
}
.js-slide-in-list.is-active > *:nth-child(8) {
  transition-delay: 4s;
}
.js-slide-in-list.is-active > *:nth-child(9) {
  transition-delay: 4.5s;
}
.js-slide-in-list.is-active > *:nth-child(10) {
  transition-delay: 5s;
}
.js-slide-in-list.is-active > *:nth-child(11) {
  transition-delay: 5.5s;
}
.js-slide-in-list.is-active > *:nth-child(12) {
  transition-delay: 6s;
}
.js-slide-in-list.is-active > *:nth-child(13) {
  transition-delay: 6.5s;
}
.js-slide-in-list.is-active > *:nth-child(14) {
  transition-delay: 7s;
}

@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=le.css.map */