@charset "utf-8";

:root {
  --full-width: 750;
  --wide-full-width: 1440;
  --static-width: 495;
  --font-color: #00071c;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.pc {
  display: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 400;
  color: var(--font-color);
}

/* ========== mv ========== */
.mv {
  position: relative;
  z-index: 1;
}

/* ========== wrapper & container ========== */
.wrapper {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  z-index: 0;
}
.container::before {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: center/cover url('../img/contents/main-bg.webp');
  pointer-events: none;
}

/* ========== common ========== */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(537 / var(--full-width) * 100vw);
  height: auto;
  aspect-ratio: 537 / 146;
  padding: 5%;
  background: center/100% 100% url(../img/contents/btn-bg.webp);
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: calc(40 / var(--full-width) * 100vw);
  font-weight: 600;
}

.sec-ttl {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---------- secCard ---------- */
.secCard {
  margin-top: calc(60 / var(--full-width) * 100vw);
}
.secCard + .secCard {
  margin-top: calc(20 / var(--full-width) * 100vw);
}

.secCardContent {
  position: relative;
  padding: calc(56 / var(--full-width) * 100vw) calc(62 / var(--full-width) * 100vw)
    calc(110 / var(--full-width) * 100vw);
  background: top/100% 100%;
  translate: 0 calc(-22 / var(--full-width) * 100vw);
}
.secCardContent._top {
  background-image: url(../img/contents/sec-card-bg-top.webp);
  translate: 0 calc(-8 / var(--full-width) * 100vw);
}
.secCardContent._top2 {
  background-image: url(../img/contents/sec-card-bg-top2.webp);
  translate: 0 calc(-8 / var(--full-width) * 100vw);
}
.secCardContent._center {
  background-image: url(../img/contents/sec-card-bg-center.webp);
}
.secCardContent._center2 {
  background-image: url(../img/contents/sec-card-bg-center2.webp);
}
.secCardContent._bottom {
  padding-bottom: calc(56 / var(--full-width) * 100vw);
  background-image: url(../img/contents/sec-card-bg-bottom.webp);
}
.secCardContent._ptL {
  padding-top: calc(110 / var(--full-width) * 100vw);
}
.secCardContent._deco01::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 35%;
  right: 0;
  display: block;
  width: calc(180 / var(--full-width) * 100vw);
  height: auto;
  aspect-ratio: 372 / 756;
  background: center/100% 100% url(../img/contents/sec-card-deco-01.webp);
}

.secCardContent-img {
  margin-top: calc(30 / var(--full-width) * 100vw);
}

.secCardContent-yt iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.secCardContent-ttl {
  margin-top: calc(15 / var(--full-width) * 100vw);
  text-align: center;
  font-size: calc(34 / var(--full-width) * 100vw);
  font-weight: 600;
}

.secCardContent-txt {
  margin-top: calc(15 / var(--full-width) * 100vw);
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 400;
  line-height: 1.8;
}
.secCardContent-txt._fsS {
  font-size: calc(26 / var(--full-width) * 100vw);
}

.secCardContent-txt ._highlight {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: 700;
}

.secCardContent-txt2 {
  margin-top: calc(15 / var(--full-width) * 100vw);
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 600;
}

.secCardContent-btns {
  margin-top: calc(20 / var(--full-width) * 100vw);
  display: flex;
  justify-content: center;
  gap: calc(50 / var(--full-width) * 100vw);
}
.secCardContent-btns ._appstore {
  width: calc(218 / var(--full-width) * 100vw);
}
.secCardContent-btns ._googleplay {
  width: calc(270 / var(--full-width) * 100vw);
}

.secCardContent-btn {
  margin: calc(20 / var(--full-width) * 100vw) auto 0;
}

/* @media screen and (min-width: 751px) {
  .secCard {
    --full-width: var(--wide-full-width) / 750 * var(--static-width);
  }
} */

/* ========== lead ========== */
.lead {
  width: 100%;
  margin: 0 auto;
  padding: calc(120 / var(--full-width) * 100vw) 0 calc(60 / var(--full-width) * 100vw)
    calc(70 / var(--full-width) * 100vw);
}

/* ========== tried ========== */
@media screen and (min-width: 751px) {
  #tried {
    --full-width: var(--wide-full-width) / 750 * var(--static-width);
  }
}

/* ========== wanted ========== */
#wanted {
  margin-top: calc(80 / var(--full-width) * 100vw);
}

.wanted-btn {
  margin: calc(30 / var(--full-width) * 100vw) auto 0;
  display: block;
  width: calc(537 / var(--full-width) * 100vw);
}

@media screen and (min-width: 751px) {
  #wanted {
    --full-width: var(--wide-full-width) / 750 * var(--static-width);
  }
}

/* ---------- slider ---------- */
#wantedSlider {
  position: relative;
  padding: 0 calc(24 / var(--full-width) * 100vw) calc(50 / var(--full-width) * 100vw);
}
#wantedSlider::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -6%;
  left: -7%;
  display: block;
  width: calc(273 / var(--full-width) * 100vw);
  height: auto;
  aspect-ratio: 545 / 283;
  background: center/100% 100% url(../img/contents/wanted-deco-don.webp);
}

.wantedSlide {
  padding: calc(16 / var(--full-width) * 100vw);
}
.wantedSlide-img {
  box-shadow: 0 0 calc(14 / var(--full-width) * 100vw) calc(3 / var(--full-width) * 100vw) #000;
}

#wantedSlider .splide__arrow {
  width: calc(75 / var(--full-width) * 100vw);
  height: calc(75 / var(--full-width) * 100vw);
  background: #231815;
  opacity: 1;
}

#wantedSlider .splide__arrow svg {
  fill: #fff;
}
#wantedSlider .splide__arrow--next {
  right: -8%;
}
#wantedSlider .splide__arrow--prev {
  left: -8%;
}
#wantedSlider .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
#wantedSlider .splide__pagination {
  bottom: 0;
  gap: calc(15 / var(--full-width) * 100vw);
}
#wantedSlider .splide__pagination__page {
  height: calc(22 / var(--full-width) * 100vw);
  width: calc(22 / var(--full-width) * 100vw);
}
#wantedSlider .splide__pagination__page.is-active {
  background: #17285b;
  transform: unset;
}
#wantedSlider .splide__arrow:disabled {
  opacity: 1;
}

/* ========== sec02 ========== */
.sec02 p {
  padding-top: calc(50 / var(--full-width) * 100vw);
  text-align: center;
  font-size: calc(40 / var(--full-width) * 100vw);
  color: #fff;
  text-shadow: 0 0 calc(25 / var(--full-width) * 100vw) rgba(0, 0, 0, 0.3);
}
.sec02-contents {
  margin: calc(40 / var(--full-width) * 100vw) 0 calc(45 / var(--full-width) * 100vw);
}
.sec02 .sec-ttl {
  width: 100%;
  z-index: 2;
}
.sec02-img {
  position: relative;
  z-index: 1;
  width: calc(712 / var(--full-width) * 100vw);
  margin: calc(-75 / var(--full-width) * 100vw) auto 0;
}

/* ========== enjoy ========== */
.enjoy-lead {
  padding-top: calc(50 / var(--full-width) * 100vw);
  text-align: center;
  font-size: calc(40 / var(--full-width) * 100vw);
  text-shadow: 0 0 calc(25 / var(--full-width) * 100vw) rgba(0, 0, 0, 0.3);
  color: #fff;
}

.enjoy-list {
  margin: calc(70 / var(--full-width) * 100vw) calc(30 / var(--full-width) * 100vw) 0;
  display: flex;
  flex-direction: column;
  gap: calc(70 / var(--full-width) * 100vw);
}

.enjoyCard {
  position: relative;
  padding: calc(7 / var(--full-width) * 100vw) calc(5 / var(--full-width) * 100vw)
    calc(20 / var(--full-width) * 100vw);
}
.enjoyCard::before,
.enjoyCard::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  background: center/100% 100%;
}
.enjoyCard::before {
  top: 0;
  aspect-ratio: 690 / 13;
  background-image: url(../img/contents/enjoy-card-border-top.webp);
}
.enjoyCard::after {
  bottom: 0;
  aspect-ratio: 690 / 44;
  background-image: url(../img/contents/enjoy-card-border-bottom.webp);
}

.enjoyCard-inner {
  position: relative;
  z-index: 1;
  padding: calc(40 / var(--full-width) * 100vw) calc(28 / var(--full-width) * 100vw)
    calc(64 / var(--full-width) * 100vw);
  background-color: #fff;
}

.enjoyCard-ttl {
  position: relative;
  padding: 0 calc((124 + 20) / var(--full-width) * 100vw);
  line-height: 1.2;
  text-align: center;
  font-size: calc(40 / var(--full-width) * 100vw);
  font-weight: 600;
  color: #b48440;
}
.enjoyCard-ttl::before,
.enjoyCard-ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: block;
  width: calc(124 / var(--full-width) * 100vw);
  height: auto;
  aspect-ratio: 124 / 32;
  background: center/contain no-repeat;
}
.enjoyCard-ttl::before {
  left: 0;
  background-image: url(../img/contents/enjoy-card-ttl-left.webp);
}
.enjoyCard-ttl::after {
  right: 0;
  background-image: url(../img/contents/enjoy-card-ttl-right.webp);
}

.enjoyCard-content {
  margin-top: calc(35 / var(--full-width) * 100vw);
  padding: 0 calc(8 / var(--full-width) * 100vw);
}

.enjoyCard-img {
  position: relative;
}
.enjoyCard-img + .enjoyCard-img {
  margin-top: calc(30 / var(--full-width) * 100vw);
}

.enjoyCard-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 1em;
  background-color: #b48440;
  border-radius: 0 0 calc(30 / var(--full-width) * 100vw) 0;
  font-size: calc(32 / var(--full-width) * 100vw);
  font-weight: 500;
  color: #fff;
}

.enjoyCard-date span {
  padding-left: 0.2em;
  font-size: 0.6em;
}

.enjoyCard-txt {
  margin-top: calc(20 / var(--full-width) * 100vw);
  font-size: calc(28 / var(--full-width) * 100vw);
}

/* .enjoyCard-btn {
  margin: calc(30 / var(--full-width) * 100vw) auto 0;
  display: flex;
  align-items: center;
  font-size: calc(30 / var(--full-width) * 100vw);
} */

.enjoy-btn {
  margin: calc(50 / var(--full-width) * 100vw) auto 0;
}

@media screen and (min-width: 751px) {
  #enjoy {
    --full-width: var(--wide-full-width) / 750 * var(--static-width);
  }
}

/* ========== news ========== */
#news {
  margin-top: calc(80 / var(--full-width) * 100vw);
}

.news-inner {
  margin-top: calc(30 / var(--full-width) * 100vw);
  padding: 0 calc(36 / var(--full-width) * 100vw);
}

.news-list {
  padding: calc(30 / var(--full-width) * 100vw);
  background-color: rgb(255 255 255 / 95%);
  border-radius: calc(10 / var(--full-width) * 100vw);
}

.newsCard {
  border-bottom: 1px solid #ccc;
}
.newsCard:first-of-type {
  border-top: 1px solid #ccc;
}

.newsCard-link {
  display: block;
  padding: calc(30 / var(--full-width) * 100vw) 0;
}

.newsCard-attr {
  display: flex;
  gap: calc(10 / var(--full-width) * 100vw);
  font-size: calc(24 / var(--full-width) * 100vw);
}
.newsCard._new .newsCard-attr::before {
  content: 'NEW';
  font-weight: 700;
  color: #ff0000;
}

.newsCard-date {
  color: #999;
}

.newsCard-tag {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5 / var(--full-width) * 100vw) calc(10 / var(--full-width) * 100vw);
}

.newsCard-tag > li {
  padding: 0 calc(20 / var(--full-width) * 100vw);
  border-radius: calc(6 / var(--full-width) * 100vw);
}
.newsCard-tag > li._event {
  background-color: #ff0000;
  color: #fafafa;
}
.newsCard-tag > li._campaign {
  background-color: #cc6600;
  color: #fafafa;
}

.newsCard-ttl {
  position: relative;
  display: -webkit-box;
  padding-bottom: calc(2 / var(--full-width) * 100vw);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: calc(28 / var(--full-width) * 100vw);
}
.newsCard-ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(3 / var(--full-width) * 100vw);
  background-color: #b48440;
  transform: translateX(-100%);
  transition: transform 1s;
}
@media (hover: hover) {
  .newsCard-link:hover .newsCard-ttl:after {
    transform: translateX(0);
  }
}

@media screen and (min-width: 751px) {
  #news {
    --full-width: var(--wide-full-width) / 750 * var(--static-width);
  }
}

/* ========== 追従ボタン ========== */
.fix-btn {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0%;
  bottom: 5%;
}
.ticketBtn {
  width: clamp(123px, 10vw, 208px);
  height: clamp(123px, 10vw, 208px);
}
.topBtn {
  width: clamp(40px, 10.6vw, 50px);
  height: clamp(40px, 10.6vw, 50px);
  right: 0;
  left: 5%;
  bottom: 6%;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .wrapper {
    position: relative;
    z-index: 1;
  }
  .mv {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .pcBg {
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/contents/main-bg_pc.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin: -100vh auto 0;
    width: calc(495 / var(--wide-full-width) * 100vw);
    background-color: #080d2a;
    box-shadow: calc(2 / var(--wide-full-width) * 100vw) calc(4 / var(--wide-full-width) * 100vw)
      calc(10 / var(--wide-full-width) * 100vw) calc(3 / var(--wide-full-width) * 100vw)
      rgb(0 25 39 / 40%);
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    background-image: url(../img/contents/main-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    scroll-behavior: smooth;
  }
  .container::-webkit-scrollbar {
    display: none;
  }
  .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .container::before {
    display: none;
  }

  .pc-logo {
    position: absolute;
    width: 18%;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .pc-deco {
    width: calc(94 / var(--wide-full-width) * 100vw);
    position: absolute;
    top: -3%;
    right: 100%;
    transition: top 0.2s ease;
  }
  /* 目次 */
  .pc-nav {
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: row-reverse;
    align-items: baseline;
  }

  .pc-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(40 / var(--wide-full-width) * 100vw);
  }

  .pc-nav ul > li {
    width: auto;
    height: calc(67 / var(--wide-full-width) * 100vw);
  }

  .pc-nav ul > li a {
    display: block;
    height: 100%;
  }

  .pc-nav ul > li a img {
    width: auto;
    height: 100%;
  }

  /* sec01 */
  .lead {
    width: 100%;
    margin: 0 auto;
    padding: calc(20 / var(--static-width) * 100vw) 0 calc(15 / var(--static-width) * 100vw)
      calc(17 / var(--static-width) * 100vw);
  }

  /* sec02 */
  .sec02-contents {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--static-width) * 100vw);
    margin: calc(8 / var(--static-width) * 100vw) 0 calc(15 / var(--static-width) * 100vw);
  }
  .sec02 p {
    padding-top: calc(9 / var(--static-width) * 100vw);
    text-align: center;
    font-size: calc(9 / var(--static-width) * 100vw);
    color: #fff;
    text-shadow: 0 0 calc(8 / var(--static-width) * 100vw) rgba(0, 0, 0, 0.5);
  }
  .sec02-img {
    width: calc(165 / var(--static-width) * 100vw);
    margin: calc(-18 / var(--static-width) * 100vw) auto 0;
  }

  /* 追従ボタン */
  .ticketBtn {
    right: 16%;
    bottom: 2%;
  }
  .topBtn {
    left: 25%;
    bottom: 4%;
  }
}

@media screen and (min-width: 999px) {
  /* 追従ボタン */
  .ticketBtn {
    right: 21%;
    bottom: 2%;
  }
  .topBtn {
    left: 27%;
    bottom: 4%;
  }
}
