/*------------------------------------------
  Base Setting
------------------------------------------*/
.lp-wrapper {
  font-size: 10px;
  background: #fff;
  color: #362310;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 769px) {
  .lp-wrapper {
    font-size: 13.33px;
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
  }
}
.lp-wrapper section {
  position: relative;
}
.lp-wrapper a {
  color: #362310;
  text-decoration: none;
}
.lp-wrapper a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .lp-wrapper a:hover {
    opacity: 0.7;
  }
}
.lp-wrapper p {
  margin: 0;
}
.lp-wrapper img {
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .is--sp {
    display: none;
  }
}

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

/*------------------------------------------
  layout
------------------------------------------*/
.l-flex {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-inner {
  position: relative;
  margin: auto;
  padding: 0 1.5em;
}

/*------------------------------------------
  main
------------------------------------------*/
@media screen and (min-width: 769px) {
  .lp-main {
    width: 500px;
  }
}

/*------------------------------------------
  PC Guide
------------------------------------------*/
.lp-guide {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .lp-guide {
    display: block;
    width: calc(100% - 500px);
  }
}
@media screen and (min-width: 1024px) {
  .lp-guide {
    width: calc(100% - 613px);
  }
}
.lp-guide__head {
  width: 100%;
  height: 44vh;
  display: flex;
}
.lp-guide__nav {
  width: 100%;
  height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-guide .guide-title {
  width: 50%;
  height: 100%;
  background: #3D735C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-guide .guide-title img {
  width: 65%;
}
.lp-guide .guide-slider {
  width: 50%;
  height: 100%;
}
.lp-guide .guide-slider .slick-slider, .lp-guide .guide-slider .slick-list, .lp-guide .guide-slider .slick-track {
  height: 100%;
}
.lp-guide .guide-slider__item {
  height: 100%;
}
.lp-guide .guide-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lp-guide .guide-nav {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 14px 3%;
  width: 366px;
  max-width: 90%;
}
.lp-guide .guide-nav__item {
  width: 48.5%;
  border-bottom: 1px solid #362310;
  text-align: center;
}
.lp-guide .guide-nav__item--large {
  width: 100%;
}
.lp-guide .guide-nav a {
  display: block;
  position: relative;
  padding: 1em 0;
  font-weight: 400;
}
.lp-guide .guide-nav a:after {
  content: "";
  width: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  background: url(../images/arrow02-black.svg) no-repeat center;
  background-size: 100%;
}
.lp-guide .guide-nav .illust {
  position: absolute;
}
.lp-guide .guide-nav .illust img {
  width: auto;
}
.lp-guide .guide-nav .btn {
  font-size: 14px;
}
.lp-guide .guide-nav .btn--ichioshi {
  font-size: 18px;
}
.lp-guide .guide-nav .btn--ichioshi .illust {
  left: 20px;
  bottom: 5px;
}
.lp-guide .guide-nav .btn--collaboration {
  font-size: 17px;
}
.lp-guide .guide-nav .btn--collaboration .illust {
  bottom: 0;
}
.lp-guide .guide-nav .btn--collaboration .illust01 {
  left: 50%;
  margin-left: -149px;
}
.lp-guide .guide-nav .btn--collaboration .illust02 {
  right: 50%;
  margin-right: -139px;
}

/*------------------------------------------
  PC Catch
------------------------------------------*/
.lp-catch {
  display: none;
  width: 113px;
  height: 100vh;
  background: #4572A7;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .lp-catch {
    display: block;
  }
}
.lp-catch__text {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.lp-catch__text img {
  width: auto;
}

/*------------------------------------------
  component
------------------------------------------*/
.finished-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  z-index: 90;
}
.finished-label span {
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #D10000;
  font-size: 1.8em;
  width: 80%;
  max-width: 450px;
  padding: 0.5em 0;
}

.js-acHide {
  display: none;
}

.js-acTriggerPrev {
  cursor: pointer;
}

.js-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.js-slider .slick-track {
  display: flex;
}
.js-slider .slick-slide {
  height: auto !important;
}
.js-slider .slick-arrow {
  width: 2.5em;
  height: 5em;
  bottom: auto;
  top: 50%;
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.js-slider .slick-arrow:before {
  content: none;
}
.js-slider .slick-prev {
  left: -1em;
}
.js-slider .slick-next {
  right: -1em;
}
.js-slider .slick-dots {
  width: 100%;
  margin-top: 1.5em;
}

/* ========== card ========== */
.c-card {
  background: #fff url(../images/card-bg.png) no-repeat center bottom;
  background-size: 100%;
  border-radius: 2.4vw;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-card {
    border-radius: 12px;
  }
}
.c-card__image {
  position: relative;
}
.c-card__contents {
  padding: 2.5em 3em;
}
.c-card__head .floor {
  margin-bottom: 0.8em;
}
.c-card__head .floor span {
  font-size: 1.2em;
  color: #fff;
  background: #864E02;
  padding: 0.15em 0.5em;
  font-weight: 400;
}
.c-card__head .shop {
  font-size: 1.5em;
  margin-bottom: 0.26em;
}
.c-card__head .title {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.22em;
}
.c-card__head .price {
  text-align: right;
  font-size: 1.2em;
  font-weight: 700;
}
.c-card__head .price span {
  font-size: 158%;
}
.c-card__head .lead {
  font-size: 1.3em;
  margin-top: 1em;
  line-height: 1.73;
}
.c-card__head .more {
  margin-top: 2em;
  text-align: center;
}
.c-card__foot {
  margin-top: 1.2em;
  padding-top: 1.8em;
  border-top: 0.5em dotted #362310;
}
.c-card__foot .box {
  margin-top: 2em;
}
.c-card__foot .box:first-child {
  margin-top: 0;
}
.c-card__foot .box__title {
  font-weight: 700;
  color: #864E02;
  font-size: 1.2em;
  padding-left: 1.75em;
  background: url(../images/icon-mountain.svg) no-repeat left top;
  background-size: 1.42em;
}
.c-card__foot .box__date {
  font-size: 1.3em;
  font-weight: 700;
}
.c-card__foot .box__text {
  font-size: 1.3em;
  margin-top: 0.6em;
  line-height: 1.73;
}
.c-card__foot .box__text.--small {
  font-size: 1em;
  margin-top: 0.2em;
  line-height: 1.5;
}
.c-card__foot .box__more {
  margin-top: 1.8em;
  text-align: center;
}
.c-card__foot .more {
  text-align: center;
  margin-top: 2em;
}
.c-card__foot .more span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
  width: 0.8125em;
  height: 0.8125em;
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.c-card__foot .more.is--open span:after {
  background-image: url(../images/icon-minus.svg);
}
.c-card.--ichioshi {
  background: #fff;
  border-radius: 2.4vw 2.4vw 0 0/2.4vw 2.4vw 0 0;
}
@media screen and (min-width: 769px) {
  .c-card.--ichioshi {
    border-radius: 12px 12px 0 0/12px 12px 0 0;
  }
}
.c-card.--ichioshi .c-card__contents {
  padding: 2em 3em 3.5em;
}
.c-card.--ichioshi .c-card__head .floor span {
  background: #3D735C;
}
.c-card.--ichioshi .c-card__head .price {
  color: #3D735C;
}

/* ========== btn ========== */
.c-btn {
  width: 100%;
  height: 3.3125em;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0.09em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.7em;
  background-color: #FDDD73;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.c-btn.--yellow {
  background-color: #FFEA00;
}
.c-btn.--blue {
  background-color: #4572A7;
  color: #fff;
}
.c-btn.--white {
  background-color: #fff;
  border: 1px solid #362310;
}
.c-btn.--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.c-btn.--arrow-r:after {
  right: 1.375em;
  width: 0.375em;
  height: 0.625em;
  background-image: url(../images/arrow02-black.svg);
}
.c-btn.--arrow-l:after {
  left: 1.375em;
  width: 0.375em;
  height: 0.625em;
  background-image: url(../images/arrow03-white.svg);
}

/* ========== novelty ========== */
.c-novelty {
  border: 1px solid #fff;
  border-radius: 0.5em;
  background-color: #313131;
  background-image: url(../images/novelty-bg-top.svg), url(../images/novelty-bg-bottom.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 26.4em, 100%;
  position: relative;
  padding: 4em 0 3.5em;
}
.c-novelty__title {
  position: relative;
  text-align: center;
  margin-bottom: 4.4em;
}
.c-novelty__title img {
  width: 15.6em;
}
.c-novelty__title:before, .c-novelty__title:after {
  content: "";
  height: 11.4em;
  width: 10.2em;
  position: absolute;
  bottom: -2.2em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0;
}
.c-novelty__title:before {
  left: 50%;
  margin-left: -18em;
  background-image: url(../images/novelty-illust01.svg);
  background-position: left bottom;
}
.c-novelty__title:after {
  right: 50%;
  margin-right: -18em;
  background-image: url(../images/novelty-illust02.svg);
  background-position: right bottom;
}
.c-novelty__title.js-scr-active:before {
  animation: poyoyonLR 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.c-novelty__title.js-scr-active:after {
  animation: poyoyonRL 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
.c-novelty__image {
  padding: 0 2.5em;
  margin-bottom: 1.3em;
}
.c-novelty__text {
  text-align: center;
  margin-bottom: 1.4em;
}
.c-novelty__text img {
  max-width: 34.4em;
}
.c-novelty__caution {
  text-align: center;
  font-weight: 400;
  color: #fff;
}

/* ========== link ========== */
.c-link {
  margin-bottom: 3em;
}
.c-link:last-child {
  margin-bottom: 0;
}
.c-link__lead {
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  color: #5F3000;
  line-height: 1.4;
  padding-bottom: 0.8em;
}
.c-link__btn {
  display: flex;
  background-color: #fff;
  background-image: url(../images/arrow02-brown.svg);
  background-repeat: no-repeat;
  background-position: right 3em center;
  background-size: 0.6em;
  position: relative;
  border-radius: 4.3em;
  height: 8.5em;
  padding-left: 8.7em;
  align-items: center;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.16);
}
.c-link__btn .btn-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.7em;
}
.c-link__btn .btn-icon img {
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4.3em 0 0 4.3em/4.3em 0 0 4.3em;
}
.c-link__btn .btn-label {
  width: 100%;
  text-align: center;
  font-weight: 700;
  padding-right: 3.8em;
}
.c-link__btn .btn-label__title {
  display: block;
  font-size: 2em;
}
.c-link__btn .btn-label__text {
  display: block;
  font-size: 1.6em;
  color: #5F3000;
}
.c-link__btn.--instagram .btn-label__title {
  color: #CF2F92;
}
.c-link__btn.--line .btn-label__title {
  color: #00B900;
}
.c-link__btn.--point .btn-label__title {
  color: #00833F;
}

/* ========== animation ========== */
.ani-switch {
  display: block;
  position: relative;
  text-align: center;
}
.ani-switch--first {
  opacity: 0;
  animation: switch 2s infinite;
}
.ani-switch--last {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: switch 2s 1s infinite;
}

@keyframes switch {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ani-reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ani-reflection:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes poyoyonLR {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyonRL {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(3em);
}
.fadeInUp.js-scr-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: 1s;
}

/*------------------------------------------
  TOP
------------------------------------------*/
.lp-wrapper--top .lp-main {
  background: #4572A7;
}

/* ========== MV ========== */
.p-mv {
  padding-bottom: 4em;
}
.p-mv .mv-slider {
  position: relative;
  padding-bottom: 8.2666666667vw;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-mv .mv-slider {
    padding-bottom: 42px;
  }
}
.p-mv .mv-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 6.9333333333vw;
  background: url(../images/top/mv-bg.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .mv-slider:before {
    bottom: 34px;
  }
}
.p-mv .mv-slider:after {
  content: "";
  width: 100%;
  height: 24vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/top/mv-catch.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .mv-slider:after {
    height: 120px;
  }
}
.p-mv .mv-nav__title {
  text-align: center;
  margin-bottom: 2.6em;
}
.p-mv .mv-nav__title img {
  max-width: 15.9em;
}
.p-mv .mv-nav__list .nav-btn {
  display: block;
  position: relative;
  text-align: center;
}
.p-mv .mv-nav__list .nav-btn__text {
  display: block;
  position: relative;
}
.p-mv .mv-nav__list--main .nav-btn:after {
  content: "";
  width: 1.6em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6em;
}
.p-mv .mv-nav__list--main .nav-btn__text {
  font-size: 1.7em;
  padding: 1em 0;
}
.p-mv .mv-nav__list--main .nav-btn--ichioshi {
  background: #fff url(../images/top/mv-nav-ichioshi-icon.svg) no-repeat left 0.6em center;
  background-size: 4.1em;
  margin-bottom: 1.2em;
}
.p-mv .mv-nav__list--main .nav-btn--ichioshi:after {
  background-image: url(../images/arrow01-blue.svg);
  border-left: 1px dashed #4572A7;
}
.p-mv .mv-nav__list--main .nav-btn--collaboration {
  color: #fff;
  font-weight: 700;
  background: url(../images/top/mv-nav-collaboration-bg.png) no-repeat center;
  background-size: cover;
}
.p-mv .mv-nav__list--main .nav-btn--collaboration:after {
  background-color: #000;
  background-image: url(../images/arrow01-white.svg);
  border-left: 1px dashed #fff;
}
.p-mv .mv-nav__list--main .nav-btn--collaboration .illust {
  position: absolute;
  bottom: 0;
  width: 7.9em;
}
.p-mv .mv-nav__list--main .nav-btn--collaboration .illust01 {
  left: 50%;
  margin-left: -15em;
}
.p-mv .mv-nav__list--main .nav-btn--collaboration .illust02 {
  right: 50%;
  margin-right: -14.7em;
}
.p-mv .mv-nav__list--sub {
  margin-top: 2.6em;
  display: flex;
  justify-content: space-between;
}
.p-mv .mv-nav__list--sub .nav-btn {
  width: 48%;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.p-mv .mv-nav__list--sub .nav-btn:after {
  content: "";
  width: 0.6em;
  height: 0.4em;
  background: url(../images/arrow01-white.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0.8em;
  right: 1.6em;
}
.p-mv .mv-nav__list--sub .nav-btn__text {
  font-size: 1.4em;
}

/* ========== ichioshi ========== */
.p-ichioshi {
  padding: 13.8666666667vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-ichioshi {
    padding-top: 70px;
  }
}
.p-ichioshi:before {
  content: "";
  width: 100%;
  height: 13.8666666667vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/ichioshi-frame.svg) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .p-ichioshi:before {
    height: 70px;
  }
}
.p-ichioshi__inner {
  background: #3D735C;
  padding: 0 0 2.8em;
  position: relative;
}
.p-ichioshi__inner:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -5px;
  background: #3D735C;
}
.p-ichioshi .ichioshi-catch {
  text-align: center;
}
.p-ichioshi .ichioshi-catch img {
  max-width: 37.5em;
}
.p-ichioshi .ichioshi-title {
  text-align: center;
  margin-bottom: 2.6em;
  margin-top: 2.3em;
}
.p-ichioshi .ichioshi-title img {
  max-width: 17.5em;
}
.p-ichioshi .ichioshi-slider .slick-prev {
  background-image: url(../images/slide-prev-green.svg);
}
.p-ichioshi .ichioshi-slider .slick-next {
  background-image: url(../images/slide-next-green.svg);
}
.p-ichioshi .ichioshi-slider .slick-dots li {
  margin: 0 0.15em;
  width: auto;
  height: auto;
}
.p-ichioshi .ichioshi-slider .slick-dots li button {
  width: 1.74em;
  height: 1.74em;
  font-size: 1em;
  border-radius: 0;
  padding: 0;
  background-image: url(../images/dots-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-ichioshi .ichioshi-slider .slick-dots li button:before {
  content: none;
}
.p-ichioshi .ichioshi-slider .slick-dots .slick-active button {
  background-image: url(../images/dots-star-active.svg);
}
.p-ichioshi .ichioshi-slider__caution {
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 2em;
}

/* ========== collaboration ========== */
.p-topcollaboration {
  background: #3D735C;
}
.p-topcollaboration:after {
  content: "";
  width: 100%;
  height: 11.2vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/top/ticket-frame.svg) no-repeat center bottom;
  background-size: 100%;
  border-bottom: 1px solid #4572A7;
}
@media screen and (min-width: 769px) {
  .p-topcollaboration:after {
    height: 56px;
  }
}
.p-topcollaboration__inner {
  background-image: url(../images/top/collaboration-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 6.1em 0 11.2vw;
}
@media screen and (min-width: 769px) {
  .p-topcollaboration__inner {
    padding-bottom: 56px;
  }
}
.p-topcollaboration .topcollaboration-head {
  text-align: center;
}
.p-topcollaboration .topcollaboration-head__title {
  margin-bottom: 2em;
}
.p-topcollaboration .topcollaboration-head__title img {
  max-width: 22.8em;
}
.p-topcollaboration .topcollaboration-head__catch img {
  max-width: 32.6em;
}
.p-topcollaboration .topcollaboration-head__date {
  margin-top: 1em;
  margin-bottom: 4.2em;
}
.p-topcollaboration .topcollaboration-head__date img {
  max-width: 19.7em;
}
.p-topcollaboration .topcollaboration-head__lead p {
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  line-height: 1.866;
  margin-bottom: 1.333em;
}
.p-topcollaboration .topcollaboration-head__lead img {
  max-width: 30.9em;
}
.p-topcollaboration .topcollaboration-slider {
  margin-bottom: 1.8em;
}
.p-topcollaboration .topcollaboration-slider__title {
  text-align: center;
}
.p-topcollaboration .topcollaboration-slider__title img {
  max-width: 37.5em;
}
.p-topcollaboration .topcollaboration-slider__item .c-card {
  height: auto;
}
.p-topcollaboration .topcollaboration-slider .slick-prev {
  background-image: url(../images/slide-prev-black.svg);
}
.p-topcollaboration .topcollaboration-slider .slick-next {
  background-image: url(../images/slide-next-black.svg);
}
.p-topcollaboration .topcollaboration-slider .slick-dots li {
  margin: 0 0.25em;
  width: auto;
  height: auto;
}
.p-topcollaboration .topcollaboration-slider .slick-dots li button {
  width: 1em;
  height: 1em;
  font-size: 1em;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
}
.p-topcollaboration .topcollaboration-slider .slick-dots li button:before {
  content: none;
}
.p-topcollaboration .topcollaboration-slider .slick-dots .slick-active button {
  background-color: #FFEA00;
}
.p-topcollaboration .topcollaboration-slider__caution {
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 2em;
}
.p-topcollaboration .topcollaboration-slider__more {
  margin-top: 1.7em;
  text-align: center;
}
.p-topcollaboration .topcollaboration-slider__more img {
  max-width: 37.5em;
}
.p-topcollaboration .topcollaboration-novelty {
  overflow: hidden;
}
.p-topcollaboration .topcollaboration-more {
  margin-top: 2em;
  text-align: center;
  padding-bottom: 3.2em;
}
.p-topcollaboration .topcollaboration-more img {
  max-width: 37.5em;
}
.p-topcollaboration .topcollaboration-copy {
  position: absolute;
  top: 526px;
  right: 1em;
  z-index: 1;
  font-size: 0.8rem;
  color: #E8E8E8;
}
@media screen and (min-width: 769px) {
  .p-topcollaboration .topcollaboration-copy {
    top: 700px;
    font-size: 1rem;
  }
}

/* ========== ticket ========== */
.p-ticket {
  padding: 4.2em 0 3.6em;
  border-bottom: 1px dashed #fff;
}
.p-ticket .ticket-title {
  text-align: center;
  margin-bottom: 3.8em;
}
.p-ticket .ticket-title img {
  max-width: 14.4em;
}
.p-ticket .ticket-lead {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 0.8em;
  line-height: 1.73;
}
.p-ticket .ticket-image {
  text-align: center;
  margin-bottom: 1.4em;
}
.p-ticket .ticket-image img {
  max-width: 31.3em;
}
.p-ticket .ticket-shop {
  position: relative;
  background: #fff;
  text-align: center;
  border: 1px solid #362310;
}
.p-ticket .ticket-shop:before, .p-ticket .ticket-shop:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.p-ticket .ticket-shop:before {
  left: -1px;
  background-image: url(../images/top/ticket-shop-bg-left-top.svg);
}
.p-ticket .ticket-shop:after {
  right: -1px;
  background-image: url(../images/top/ticket-shop-bg-right-top.svg);
}
.p-ticket .ticket-shop__inner {
  position: relative;
  padding: 1.6em;
}
.p-ticket .ticket-shop__inner:before, .p-ticket .ticket-shop__inner:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  bottom: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.p-ticket .ticket-shop__inner:before {
  left: -1px;
  background-image: url(../images/top/ticket-shop-bg-left-bottom.svg);
}
.p-ticket .ticket-shop__inner:after {
  right: -1px;
  background-image: url(../images/top/ticket-shop-bg-right-bottom.svg);
}
.p-ticket .ticket-shop__title {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-ticket .ticket-shop__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3em 1.4em;
}
.p-ticket .ticket-shop__list li {
  font-size: 1.3em;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0.4em;
  align-items: center;
}
.p-ticket .ticket-shop__list li span {
  font-weight: 700;
  font-size: 1.23em;
  width: 2.125em;
  height: 2.125em;
  letter-spacing: -0.03em;
  background: #FDDD73;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ticket .ticket-more {
  margin-top: 2em;
  padding: 0 3em;
  text-align: center;
}

/* ========== access ========== */
.p-access {
  padding: 4em 0 11.2vw;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding-bottom: 56px;
  }
}
.p-access:after {
  content: "";
  width: 100%;
  height: 11.2vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/top/sns-frame.svg) no-repeat center bottom;
  background-size: 100%;
  border-bottom: 1px solid #EBDDCF;
}
@media screen and (min-width: 769px) {
  .p-access:after {
    height: 56px;
  }
}
.p-access__inner {
  padding-bottom: 2.5em;
}
.p-access .access-title {
  text-align: center;
  margin-bottom: 2em;
}
.p-access .access-title img {
  max-width: 18.6em;
}
.p-access .access-block {
  margin-bottom: 1.85em;
  color: #fff;
  font-weight: 400;
}
.p-access .access-block:last-child {
  margin-bottom: 0;
}
.p-access .access-block__title {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 0.5em;
}
.p-access .access-block__map iframe {
  width: 100%;
  height: 17.8em;
}
.p-access .access-block__sub {
  font-size: 1.1em;
  margin-top: 0.5em;
}

/* ========== sns ========== */
.p-sns {
  background: #EBDDCF;
  padding: 6em 0 6.4em;
}
.p-sns .sns-title {
  text-align: center;
  padding-left: 1.2em;
  margin-bottom: 3.5em;
  position: relative;
}
.p-sns .sns-title:before {
  content: "";
  width: 6.8em;
  height: 6.8em;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  margin-left: -13.8em;
  background: url(../images/top/sns-illust.svg) no-repeat center;
  background-size: 100%;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
}
.p-sns .sns-title img {
  width: 9.4em;
}

/* ========== point ========== */
.p-point {
  padding: 0 0 5.8em;
  background: #EBDDCF;
}
.p-point .point-title {
  text-align: center;
  margin-bottom: 2em;
}
.p-point .point-title img {
  width: 25.2em;
}
.p-point .c-link:before {
  content: "";
  width: 6.2em;
  height: 6.7em;
  position: absolute;
  top: 5.2em;
  right: 50%;
  margin-right: -14.6em;
  background: url(../images/top/point-illust.svg) no-repeat center;
  background-size: 100%;
  z-index: 2;
  animation: poyopoyo 2s ease-out infinite;
}

/*------------------------------------------
  collaboration
------------------------------------------*/
.lp-wrapper--collaboration .lp-main {
  background-image: url(../images/collaboration/bg02.webp), url(../images/collaboration/bg.webp);
  background-repeat: no-repeat, repeat-y;
  background-position: center top, center top;
  background-size: 100%, 100%;
  padding: 0 0 4em;
}

.p-collaboration {
  padding: 2.8em 0 0;
}
.p-collaboration .collaboration-head {
  position: relative;
  text-align: center;
}
.p-collaboration .collaboration-head__title {
  margin-bottom: 2.2em;
}
.p-collaboration .collaboration-head__title img {
  max-width: 20.63em;
}
.p-collaboration .collaboration-head__catch img {
  max-width: 32.6em;
}
.p-collaboration .collaboration-head__date {
  margin: 1em 0 4.2em;
}
.p-collaboration .collaboration-head__date img {
  max-width: 19.7em;
}
.p-collaboration .collaboration-head__lead p {
  font-weight: 700;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.866;
}
.p-collaboration .collaboration-head__lead div {
  margin-top: 2.5em;
}
.p-collaboration .collaboration-head__lead div img {
  max-width: 30.461em;
}
.p-collaboration .collaboration-item {
  margin-bottom: 2.4em;
}
.p-collaboration .collaboration-item__title {
  text-align: center;
}
.p-collaboration .collaboration-item__title img {
  max-width: 37.5em;
}
.p-collaboration .collaboration-item__list .c-card {
  margin-bottom: 1em;
}
.p-collaboration .collaboration-item__list .c-card:last-child {
  margin-bottom: 0;
}
.p-collaboration .collaboration-item__caution {
  text-align: center;
  margin-top: 2em;
  color: #fff;
  font-weight: 400;
}
.p-collaboration .collaboration-novelty {
  margin-bottom: 3em;
}
.p-collaboration .collaboration-event {
  margin-bottom: 4.5em;
}
.p-collaboration .collaboration-event__visual {
  margin-bottom: 3em;
}
.p-collaboration .collaboration-event__btn {
  text-align: center;
}
.p-collaboration .collaboration-event__btn img {
  max-width: 37.5em;
}
.p-collaboration .collaboration-foot__btn {
  padding: 0 4.5em;
}
.p-collaboration .collaboration-copy {
  position: absolute;
  top: 343px;
  right: 1em;
  z-index: 1;
  font-size: 0.8rem;
  color: #E8E8E8;
}
@media screen and (min-width: 769px) {
  .p-collaboration .collaboration-copy {
    top: 456px;
    font-size: 1rem;
  }
}