@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(14px + (100vw - 375px) * 0.04);
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

div,
p,
a {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  div,
  p,
  a {
    font-size: calc(16px + (100vw - 375px) * 0.04) !important;
  }
}

a {
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  min-width: 100%;
  width: 100%;
  line-height: 1;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: auto;
  height: auto;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

p,
dt, dd,
li {
  line-height: 1.5;
}

select {
  outline: none;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-button-prev::after {
  background: url(../../assets/imgs/icon_slide_prev.svg) no-repeat;
}

.swiper-button-next::after {
  background: url(../../assets/imgs/icon_slide_next.svg) no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
  height: initial;
  left: initial;
  margin-top: initial;
  position: relative;
  right: initial;
  top: initial;
  width: initial;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-size: contain;
  height: 36px;
  position: relative;
  width: 36px;
}

.swiper-pagination {
  bottom: initial !important;
  left: initial !important;
  padding: 0 20px;
  position: relative;
  top: initial !important;
  width: initial !important;
}

.swiper-pagination-bullet {
  border: 1px solid #fff;
  height: 7px;
  opacity: 1; /* 画像の透過を無くす */
  width: 7px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-btnArea {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

/* CSS Document */
section {
  margin: 0 0 60px 0;
}

.page-bg::before {
  background: url("../imgs/bg-fixed-02.webp") no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
}
.page-bg__overlay {
  width: 15.5vw;
  position: fixed;
  top: 25px;
  left: 55px;
}
.page-bg__logo {
  max-width: 155px;
}
.page-bg__left {
  position: fixed;
  top: 26vh;
  left: calc(50% - 547px);
}
@media screen and (max-width: 1280px) {
  .page-bg__left {
    left: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-bg__left {
    display: none;
  }
}
.page-bg__left img {
  max-width: 280px;
  width: 16vw;
}
.page-bg__right {
  justify-items: center;
  position: fixed;
  right: calc(50% - 688px);
  top: 35vh;
}
@media screen and (max-width: 1440px) {
  .page-bg__right {
    right: calc(50% - 47vw);
  }
}
@media screen and (max-width: 1024px) {
  .page-bg__right {
    display: none;
  }
}
.page-bg__right-logo {
  margin-bottom: 34px;
}
.page-bg__right-logo img {
  max-width: 398px;
  width: 29vw;
}
.page-bg__right-copy img {
  max-width: 430px;
  width: 29vw;
}

.taCenter {
  text-align: center;
}

.button__link {
  color: #000;
  cursor: pointer;
  background: linear-gradient(to bottom, #E7EC75, #D5C95F 50%, #785117);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  height: 52px;
  transition: 0.2s;
  width: 100%;
}
.button__link:hover {
  opacity: 0.7;
}

.underline-link {
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  color: #fff;
  transition: background-size 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  word-break: break-all;
}
.underline-link:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}

.l-main {
  background: #000;
  margin: 0 auto;
  max-width: 375px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main {
    max-width: 100%;
  }
}
.l-main img {
  margin: auto;
}

.c-ttl__02 {
  margin-bottom: 25px;
}

.c-inr {
  padding: 0 16px;
}

.c-copy {
  justify-items: center;
  text-align: center;
}
.c-copy__txt:last-child span {
  margin-bottom: 0;
}
.c-copy span {
  display: inline-block;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-copy span {
    font-size: calc(16px + (100vw - 375px) * 0.04);
  }
}
.c-copy span::after {
  background: #fff;
  bottom: -4.5px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.c-copy em {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-copy em {
    font-size: calc(20px + (100vw - 375px) * 0.05);
  }
}

.c-notes {
  background: #2A2625;
}
.c-notes__inr {
  padding: 16px 16px 35px;
}
.c-notes__ttl {
  background: #393332;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 9px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-notes__ttl {
    font-size: calc(16px + (100vw - 375px) * 0.04) !important;
  }
}
.c-notes__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-notes__txt {
    font-size: calc(14px + (100vw - 375px) * 0.04) !important;
  }
}
.c-notes__item {
  margin-bottom: 20px;
}
.c-notes__item:last-child {
  margin-bottom: 0;
}

.c-dotList__item {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-dotList__item {
    font-size: calc(14px + (100vw - 375px) * 0.04);
  }
}
.c-dotList__item::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 0.7em;
  width: 3px;
}
.c-dotList__item:last-child {
  margin-bottom: 0;
}
.c-dotList__link {
  color: #fff;
  font-size: 1.4rem !important;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-dotList__link {
    font-size: calc(14px + (100vw - 375px) * 0.04) !important;
  }
}

.p-kv {
  background: url(../../assets/imgs/bg_kv.webp) no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.p-kv__company-logo {
  left: 20px;
  position: absolute;
  top: 20px;
  z-index: 100;
}
.p-kv__company-logo img {
  max-width: 100.5px;
  width: 100%;
}
.p-kv__inr {
  padding: 93px 0 25px;
}
.p-kv__logo {
  padding: 0 42px 5.33%;
}
.p-kv__copy-01 {
  padding: 0 34px 12px;
  justify-items: center;
}
.p-kv__copy-02 {
  padding: 0 82px;
  justify-items: center;
}
.p-kv__card {
  padding: 0 53px 12px;
  justify-items: center;
}
.p-kv__card img {
  max-width: 85%;
}

.p-event {
  margin-top: 56px;
}
.p-event__slide-item {
  border: 0.5px solid #fff;
  position: relative;
}
.p-event__slide-item.ended::after {
  background: url(../imgs/icon_event_end.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 27px;
  left: 0;
  outline: 1px solid #fff;
  position: absolute;
  top: 0;
  width: 76px;
}

.p-member__copy {
  font-style: italic;
  margin-bottom: 30px;
}
.p-member__appeal {
  margin-bottom: 35px;
}
.p-member__details {
  background: #2A2625;
}
.p-member__details-inr {
  padding: 18px 14px;
}
.p-member__details-trigger {
  cursor: pointer;
  padding: 18px 14px;
  position: relative;
}
.p-member__details-trigger::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
}
.p-member__details-ttl {
  background: #393332;
  margin-bottom: 10px;
  padding: 5.5px 10px;
  text-align: center;
}
.p-member__details-txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-member__details-txt {
    font-size: calc(14px + (100vw - 375px) * 0.04) !important;
  }
}
.p-member__details-item {
  margin-bottom: 20px;
}
.p-member__details-item:last-child {
  margin-bottom: 0;
}
.p-member__details-closeBtn {
  background: #393332;
  border-radius: 25px;
  cursor: pointer;
  padding: 13px 10px;
  position: relative;
  text-align: center;
}
.p-member__details-closeBtn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 54%;
  transform: translateY(-50%) rotate(315deg);
  width: 10px;
}
.p-member__details-hideArea {
  display: none;
}

.p-venue__appeal {
  margin-bottom: 20px;
}
.p-venue__img {
  margin-bottom: 25px;
}
.p-venue__copy {
  margin-bottom: 30px;
}

.p-preca__appeal {
  margin-bottom: 10px;
}
.p-preca__slide {
  margin-bottom: 35px;
}
.p-preca__slide-item.ended img {
  position: relative;
}
.p-preca__slide-item.ended .p-preca__slide-txt {
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  left: 50%;
  padding: 5px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-preca__btn {
  margin-top: 30px;
}

.p-use__copy {
  margin-bottom: 30px;
}
.p-use__appeal {
  margin-bottom: 20px;
}
.p-use__img {
  margin-bottom: 25px;
  padding: 0 38px;
}
.p-use__img-note {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}

.p-info__list-item {
  margin-bottom: 15px;
}
.p-info__list-item:last-child {
  margin-bottom: 0;
}
.p-info__list-ttl {
  background: #393332;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 9px 15px;
}
@media screen and (max-width: 767px) {
  .p-info__list-ttl {
    font-size: calc(16px + (100vw - 375px) * 0.04);
  }
}
@media screen and (max-width: 767px) {
  .p-info__list-txt {
    font-size: calc(16px + (100vw - 375px) * 0.04);
  }
}
.p-info__list-txt dl {
  display: flex;
}
.p-info__list-txt dt {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info__list-txt dt, .p-info__list-txt dd {
    font-size: calc(16px + (100vw - 375px) * 0.04) !important;
  }
}
.p-info__list a {
  color: #fff;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  text-decoration: underline;
}
.p-info__list a::before {
  background: url(../../assets/imgs/icon_arw_01.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.p-preca__slide-item img {
  margin: auto;
  max-height: 300px;
}

.p-sns__copy {
  margin-bottom: 18px;
}
.p-sns__link a {
  display: block;
  justify-items: center;
}

.p-contact__link {
  margin-bottom: 20px;
}
.p-contact__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 10px;
  transition: 0.2s;
}
.p-contact__link a:hover {
  background: #fff;
}
.p-contact__link a:hover span {
  color: #000;
}
.p-contact__link a:hover span::after {
  border-left: 4px solid #000;
}
.p-contact__link a span {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.p-contact__link a span::after {
  background: url(../../assets/imgs/icon_arw_02_white.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.p-cta {
  margin: auto;
  max-width: 343px;
  width: calc(100% - 32px);
}

.l-footer {
  background: url(../../assets/imgs/bg_footer.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 160px;
}
.l-footer__copyright {
  font-size: 12px;
  text-align: center;
}
.l-footer__copyright--life {
  margin-bottom: 18px;
}
.l-footer__copyright--rizin img {
  max-width: 80px;
}

.fixedCta {
  bottom: 20px;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  transition: 0.2s;
  width: 100%;
  z-index: 1000;
}
.fixedCta.is-hidden {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .wrap {
    max-width: initial;
    width: 100%;
  }
  .fixed-button__link {
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */