@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  line-height: 1.75;
}

main {
  margin-top: 9rem;
}

.hold {
  overflow-y: hidden;
}
.hold .header {
  background: rgb(255, 255, 255);
}
.hold .header::before {
  display: none;
}

@media only screen and (max-width: 590px) {
  main {
    margin-top: 7rem;
  }
}
/*---------------------------------------------------

  Header

---------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2rem 3.125vw;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}
.header__inner {
  max-width: 192rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__list, .header__boxarea {
  display: flex;
  align-items: center;
}
.header__list li {
  margin-left: 1.5vw;
  font-size: clamp(1.1rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.header__list a:hover {
  color: #FB7C00;
}
.header__btnarea {
  margin-left: 1.5vw;
}
.header__btnarea .btn {
  width: 16rem;
  font-size: clamp(1.1rem, 2vw + 0.8rem, 1.3rem);
  letter-spacing: 0.06em;
  font-weight: 600;
}
.header::before {
  position: absolute;
  content: "";
  top: 8.9rem;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  background-image: linear-gradient(90deg, rgba(255, 208, 133, 0.2) 0%, rgba(255, 163, 249, 0.2) 25%, rgba(188, 211, 255, 0.2) 50%, rgba(242, 255, 149, 0.2) 75%, rgba(255, 255, 255, 0.2) 100%);
  background-size: 200% 200%; /*サイズを大きくひきのばす*/
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .logo {
    width: 25vw;
    max-width: 18rem;
  }
  .header__list {
    display: none;
  }
  .header__btnarea {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 590px) {
  .logo {
    width: 35%;
  }
  .header {
    padding: 1rem 2.125vw;
  }
}
/*---------------------------------------------------

  sp - menu

---------------------------------------------------*/
.nav {
  position: absolute;
  opacity: 0;
  transition: 0.2s;
}
.nav__inner {
  display: flex;
  height: calc(100% - 9rem);
  padding: 2rem 3.125vw;
  align-items: center;
  justify-content: center;
}
.nav__list {
  text-align: center;
}
.nav__list li {
  margin: 2rem auto;
}
.nav .insta img,
.nav .x img {
  width: 2.4rem;
  margin: 1rem;
}
.nav .pst-logo,
.nav .upf-logo {
  width: 12rem;
  display: block;
  margin: 3rem auto;
}

.hamburger,
.close {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    position: relative;
    margin-left: 0.8rem;
    overflow: hidden;
    border-radius: 50%;
    border: solid 2px #222;
  }
  .hamburger .bar {
    content: "";
    position: absolute;
    width: 32%;
    height: 0.1rem;
    background: #222;
    transition-duration: 0.5s;
    margin: auto;
    left: 0;
    right: 0;
  }
  .hamburger .bar.top {
    top: 0.8rem;
  }
  .hamburger .bar.middle {
    top: 50%;
  }
  .hamburger .bar.bottom {
    bottom: 0.8rem;
  }
  .hamburger.open .bar {
    content: "";
    position: absolute;
    width: 60%;
    height: 0.1rem;
    background: #222;
  }
  .hamburger.open .bar.top {
    top: 50%;
    transform: rotate(45deg);
  }
  .hamburger.open .bar.middle {
    transform: translateX(50px);
  }
  .hamburger.open .bar.bottom {
    bottom: 50%;
    transform: rotate(-45deg);
  }
  .nav.open {
    display: block;
    opacity: 1;
    background: #FFF;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
  }
}
/*---------------------------------------------------

  page

---------------------------------------------------*/
.news,
.tl_ca__inner {
  margin: 0 auto 15rem;
  padding: 0 1vw;
}

.event {
  padding: 0 1vw;
  margin: 0 auto 15rem;
}

.schedule {
  padding: 5.6rem 1vw 0;
}

.access {
  max-width: 133rem;
  margin: 0 auto 7.5757575758vw;
  padding: 0 1vw;
}

@media only screen and (max-width: 1024px) {
  .news,
  .tl_ca__inner {
    margin: 0 auto 10rem;
    padding: 0 2vw;
  }
  .event {
    padding: 0 2vw;
    margin: 0 auto 8rem;
  }
  .schedule {
    padding: 3rem 2vw 0;
  }
  .access {
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 590px) {
  .news,
  .tl_ca__inner,
  .event,
  .access {
    margin: 0 auto 6rem;
    padding: 0 4vw;
  }
  .schedule {
    padding: 2rem 4vw 0;
  }
}
/*---------------------------------------------------

  Carousel

---------------------------------------------------*/
.swiper img {
  width: 100%;
}

.swiper-center {
  display: flex;
  justify-content: center;
}

.main__visual {
  margin-bottom: 5.2rem;
}
.main__visual .swiper-slide {
  border: solid 1px #F0F0F0;
  margin-left: -1px;
  transform: translateX(1px);
}
.main__visual .swiper-slide img {
  max-width: 100rem;
}
.main__visual .swiper-wrapper {
  margin-bottom: 3rem;
}
.main__visual .swiper-pagination-bullet {
  width: 6rem;
  height: 4px;
  border-radius: 0;
}
.main__visual .swiper-pagination-bullet-active {
  background: #7B7B7B;
}
.main__visual .swiper-horizontal > .swiper-pagination-bullets,
.main__visual .swiper-pagination-bullets.swiper-pagination-horizontal,
.main__visual .swiper-pagination-custom,
.main__visual .swiper-pagination-fraction {
  bottom: 0;
  line-height: 4px;
}

.schedule .swiper-pagination-bullet {
  width: 6rem;
  height: 4px;
  border-radius: 0;
}
.schedule .swiper-pagination-bullet-active {
  background: #7B7B7B;
}
.schedule .swiper-horizontal > .swiper-pagination-bullets,
.schedule .swiper-pagination-bullets.swiper-pagination-horizontal,
.schedule .swiper-pagination-custom,
.schedule .swiper-pagination-fraction {
  line-height: 4px;
}

@media only screen and (max-width: 590px) {
  .main__visual .swiper-slide {
    border: none;
    border-bottom: solid 1px #F0F0F0;
    margin-left: 0;
    transform: translateX(0);
  }
}
/*---------------------------------------------------

  X - Twitter

---------------------------------------------------*/
.timeline__lf {
  overflow: scroll;
}

.gt {
  height: 200px;
  width: 90%;
  background-image: linear-gradient(90deg, rgb(246, 169, 254), rgb(177, 183, 255) 12%, rgb(177, 209, 255) 26%, rgb(184, 255, 177) 38%, rgb(252, 255, 177) 50%, rgb(219, 255, 177) 62%, rgb(255, 218, 177) 74%, rgb(255, 192, 177) 86%, rgb(255, 177, 190));
  background-size: 800% 800%; /*サイズを大きくひきのばす*/
  animation: gt 40s ease infinite;
}

@keyframes gt {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*---------------------------------------------------

  Button

---------------------------------------------------*/
.btn {
  display: inline-block;
  width: 100%;
  max-width: 28rem;
  max-height: 7.2rem;
  padding: 1.27em 0;
  background-color: #222222;
  color: #FFF;
  font-size: clamp(1.4rem, 2vw + 0.8rem, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.44;
  border-radius: 100vh;
  border: solid 2px #222222;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.btn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.44) * 0.5em);
  content: "";
}
.btn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.44) * 0.5em);
  content: "";
}

/*---------------------------------------------------

  Title

---------------------------------------------------*/
.ttl-a {
  font-size: clamp(4.8rem, 2vw + 0.8rem, 6.6rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.ttl-a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.ttl-a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.ttl-a .jp {
  display: block;
  font-size: clamp(1rem, 1vw + 0.8rem, 1.2rem);
  font-family: "M PLUS 1", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  letter-spacing: 0.18em;
}

.ttl-b {
  font-size: clamp(1.8rem, 1.5894736842rem + 0.8421052632vw, 2.6rem);
  margin: 2rem 0 3rem 0;
  text-align: center;
}
.ttl-b::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.ttl-b::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.timeline .ttl-a,
.calendar .ttl-a,
.access .ttl-a {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
  .ttl-a {
    font-size: clamp(3rem, 2vw + 0.8rem, 3.6rem);
  }
}
@media only screen and (max-width: 590px) {
  .timeline .ttl-a,
  .calendar .ttl-a,
  .access .ttl-a {
    margin-bottom: 3rem;
  }
}
/*---------------------------------------------------

  image

---------------------------------------------------*/
img {
  width: 100%;
}

/*---------------------------------------------------

  color

---------------------------------------------------*/
.red {
  color: #d11204;
}

/*---------------------------------------------------

  Carousel

---------------------------------------------------*/
.owl-nav {
  display: none;
}

.owl-theme .owl-dots, .owl-theme {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 4px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 0.2s ease;
}

.owl-theme .owl-dot.active span {
  background-image: linear-gradient(90deg, rgb(246, 169, 254), rgb(177, 183, 255) 12%, rgb(177, 209, 255) 26%, rgb(184, 255, 177) 38%, rgb(252, 255, 177) 50%, rgb(219, 255, 177) 62%, rgb(255, 218, 177) 74%, rgb(255, 192, 177) 86%, rgb(255, 177, 190));
  background-size: 800% 800%; /*サイズを大きくひきのばす*/
  animation: owl 3s ease infinite;
}

@keyframes owl {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*---------------------------------------------------

  Text

---------------------------------------------------*/
.jp {
  font-family: "M PLUS 1", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

/*---------------------------------------------------

  column

---------------------------------------------------*/
.col-2-1 {
  display: flex;
}

/*---------------------------------------------------

  table

---------------------------------------------------*/
.tbl {
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  border: solid 1px #ccc;
  background: rgba(255, 255, 255, 0.8);
}
.tbl th,
.tbl td {
  padding: 3rem;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
}
.tbl th {
  width: 20%;
  font-weight: normal;
}
.tbl td {
  width: 80%;
}
.tbl tr:last-of-type th,
.tbl tr:last-of-type td {
  border-bottom: 0;
}
.tbl a {
  color: #1E8FE2;
  text-decoration: underline;
}
.tbl .button .btn {
  margin: 0;
}
.tbl .button .btn.btn-a {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .tbl {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
  .tbl th {
    width: 12.2rem;
  }
  .tbl td {
    width: calc(100% - 12.2rem);
  }
}
@media only screen and (max-width: 590px) {
  .tbl {
    line-height: 2;
  }
  .tbl th,
  .tbl td {
    display: block;
    letter-spacing: 0.005em;
  }
  .tbl th {
    width: 100%;
    padding: 1.06em 0;
    font-size: calc(1.4rem + (1vw - 0.32rem) * 0.3584);
    font-weight: bold;
    border-bottom: none;
  }
  .tbl td {
    width: 100%;
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
    padding: 0 0 2rem;
  }
  .tbl tr:first-of-type th {
    padding: 0 0 1.06em;
  }
  .tbl tr:first-of-type td,
  .tbl tr:only-of-type td {
    padding: 0 0 2rem;
  }
  .tbl tr:last-of-type th {
    padding: 2rem 0 1.06em;
    border-bottom: 0;
  }
  .tbl tr:last-of-type td {
    padding: 0;
    border-bottom: 0;
  }
  .tbl tr:only-of-type th {
    padding: 0 0 1.06em;
  }
  .tbl .button .btn {
    width: 100%;
  }
}
/*---------------------------------------------------

  Link

---------------------------------------------------*/
.link {
  color: blue;
  text-decoration: underline;
}

.insta img,
.x img {
  display: inline-block;
  width: 2rem;
}

.map-icon {
  width: 1.5rem;
}

/*---------------------------------------------------

  hover

---------------------------------------------------*/
a:hover {
  cursor: pointer;
}

.logo:hover {
  opacity: 0.9;
}

.btn:hover {
  background-color: #FFF;
  color: #222222;
}

.swiper a:hover img,
.footer__menu a:hover {
  opacity: 0.9;
}

/*---------------------------------------------------

  etc

---------------------------------------------------*/
.pc_block {
  display: block;
}

.sp_block,
.tab_block {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .pc_block,
  .sp_block {
    display: none;
  }
  .tab_block {
    display: block;
  }
}
@media only screen and (max-width: 590px) {
  .pc_block,
  .tab_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
body {
  font-family: "M PLUS 1", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #444444;
}

/*---------------------------------------------------

  TOP

---------------------------------------------------*/
/*---------------------------------------------------

  News

---------------------------------------------------*/
.news__container {
  display: flex;
  max-width: 133rem;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  justify-content: space-between;
}
.news__block {
  width: 100%;
  max-width: 105rem;
  max-height: 18.7rem;
  overflow-y: scroll;
}
.news__item {
  padding: 2.75em 0 2.75em 1rem;
  margin-right: clamp(1rem, 1vw + 0.8rem, 4.5rem);
  border-bottom: solid 1px #DEDEDE;
  scrollbar-color: #7B7B7B;
}
.news__item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.news__item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
.news__item:last-child {
  padding: 2.75em 0 0 6rem;
  border-bottom: none;
}
.news__time {
  font-size: clamp(1.2rem, 1vw + 0.8rem, 1.8rem);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 2rem;
}
.news__txt {
  font-size: clamp(1.4rem, 1vw + 0.8rem, 1.6rem);
}

@media only screen and (max-width: 1024px) {
  .news__container {
    flex-direction: column;
  }
  .news__item {
    padding: 2.75em 0 2.75em 3rem;
  }
  .news__item:last-child {
    padding: 2.75em 0 0 3rem;
  }
  .news .ttl-a {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 590px) {
  .news__item {
    padding: 2.75em 0 2.75em 0;
  }
  .news__item:first-child {
    padding: 0 0 2.75em 0;
  }
  .news__item:last-child {
    padding: 2em 0 0 0;
  }
  .news__time {
    display: block;
  }
}
/*---------------------------------------------------

  Event

---------------------------------------------------*/
.event {
  width: 100%;
  position: relative;
}
.event__container {
  width: 100%;
  max-width: 133rem;
  margin: 0 auto;
}
.event__inner {
  width: 100%;
  display: flex;
}
.event__block {
  width: 100%;
  display: flex;
  margin-top: clamp(8rem, 5.5vw, 10rem);
  padding-left: 1.125vw;
  justify-content: space-between;
  align-items: center;
}
.event__block img {
  box-shadow: 0px 3px 5px 0px #ddd;
}
.event__swiper {
  margin-right: 1.6vw;
  max-width: 75rem;
  width: 70%;
}
.event__textarea {
  width: min(30%, 28rem);
  text-align: center;
}
.event__day {
  display: block;
  margin-bottom: 2.6vw;
}
.event__day time {
  font-weight: bold;
}
.event::before {
  position: absolute;
  content: "";
  top: -3.90625vw;
  left: 0;
  right: 21.4%;
  bottom: 10vw;
  background-image: linear-gradient(90deg, rgba(255, 208, 133, 0.8) 0%, rgba(255, 163, 249, 0.8) 25%, rgba(188, 211, 255, 0.8) 50%, rgba(242, 255, 149, 0.8) 75%, rgba(255, 255, 255, 0.8) 100%);
  background-size: 300% 300%; /*サイズを大きくひきのばす*/
  animation: gt 40s ease infinite;
  z-index: -1;
}
.event .ttl-a {
  position: absolute;
  mix-blend-mode: color-burn;
}
.event.birthday .event__block {
  display: block;
}
.event.birthday .event__swiper {
  margin: auto;
}
.event.birthday .event__textarea {
  width: 100%;
  margin: 3rem auto;
}
.event.birthday .swiper-slide {
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.event.birthday .item__name {
  display: block;
  margin-bottom: 1.6rem;
}
.event.birthday .item__price {
  font-size: clamp(1.6rem, 1.3894736842rem + 0.8421052632vw, 2.4rem);
}
.event.birthday .item__taxen {
  font-size: clamp(1.3rem, 1.2210526316rem + 0.3157894737vw, 1.6rem);
}

@media only screen and (max-width: 1024px) {
  .event__inner {
    flex-direction: column;
  }
  .event__block {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
  }
  .event__swiper {
    margin-right: auto;
    margin-bottom: 1rem;
    width: 80%;
  }
  .event__textarea {
    width: 100%;
    text-align: center;
  }
  .event__day {
    margin-bottom: 1rem;
  }
  .event .ttl-a {
    margin-bottom: 3rem;
  }
  .event::before {
    bottom: 5vw;
  }
  .event .btn {
    font-size: 1.4rem;
  }
}
/*---------------------------------------------------

  Schedule

---------------------------------------------------*/
.schedule {
  position: relative;
  overflow: hidden;
}
.schedule__container {
  width: 100%;
  max-width: 133rem;
  margin: 0 auto 15rem;
}
.schedule__inner {
  width: 100%;
}
.schedule .swiper {
  overflow: visible;
  margin-top: 3rem;
}
.schedule .swiper-slide {
  max-width: 47.3rem;
}
.schedule .swiper-slide img {
  box-shadow: 0px 3px 5px 0px #ddd;
}
.schedule .swiper-pagination {
  padding-left: 1%;
  bottom: -10%;
}
.schedule::before {
  position: absolute;
  content: "";
  top: -3.90625vw;
  left: 0;
  right: 0;
  bottom: clamp(30rem, 0.178vw, 30rem);
  background-image: linear-gradient(90deg, rgb(246, 169, 254), rgb(177, 183, 255) 12%, rgb(177, 209, 255) 26%, rgb(184, 255, 177) 38%, rgb(252, 255, 177) 50%, rgb(219, 255, 177) 62%, rgb(255, 218, 177) 74%, rgb(255, 192, 177) 86%, rgb(255, 177, 190));
  background-size: 800% 800%; /*サイズを大きくひきのばす*/
  animation: gt 40s ease infinite;
  z-index: -1;
}
.schedule .ttl-a {
  mix-blend-mode: color-burn;
}
.schedule .schedule_day {
  margin-top: 1rem;
  text-align: center;
  font-size: clamp(1rem, 0.869rem + 0.65vw, 1.4rem);
}

@media only screen and (max-width: 1024px) {
  .schedule::before {
    bottom: min(55%, 250px);
  }
  .schedule__container {
    margin: 0 auto 14rem;
  }
}
@media only screen and (max-width: 590px) {
  .schedule__container {
    margin: 0 auto 8rem;
  }
}
/*---------------------------------------------------

  X & Calender

---------------------------------------------------*/
.tl_ca {
  position: relative;
  overflow: hidden;
}
.tl_ca__inner {
  max-width: 133rem;
  justify-content: space-between;
}
.tl_ca::before {
  position: absolute;
  content: "";
  top: 0;
  left: -29vw;
  right: -149vw;
  bottom: 62vw;
  background-image: linear-gradient(90deg, rgb(246, 169, 254), rgb(177, 183, 255) 12%, rgb(177, 209, 255) 26%, rgb(184, 255, 177) 38%, rgb(252, 255, 177) 50%, rgb(219, 255, 177) 62%, rgb(255, 218, 177) 74%, rgb(255, 192, 177) 86%, rgb(255, 177, 190));
  background-size: 800% 800%;
  animation: gt 40s ease infinite;
  z-index: -1;
  transform: rotate(145deg);
}

.timeline {
  flex-basis: 38%;
  width: 38%;
}
.timeline__lf {
  overflow: scroll;
  position: relative;
}

.calendar {
  flex-basis: 60%;
  flex-basis: 60%;
}

.fc .fc-view-harness {
  background: #FFF;
}

@media only screen and (max-width: 1024px) {
  .tl_ca::before {
    bottom: min(60vw, 1000px);
    left: 90vw;
  }
  .tl_ca__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .timeline {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8rem;
  }
  .timeline .ttl-a {
    display: flex;
    justify-content: center;
  }
  .calendar {
    flex-basis: 100%;
    width: 100%;
  }
  .calendar .ttl-a {
    display: flex;
    background: transparent;
    text-align: center;
    justify-content: center;
  }
  .calendar .ttl-a .jp {
    text-align: left;
  }
}
@media only screen and (max-width: 590px) {
  .timeline {
    flex-basis: 100%;
    width: 100%;
  }
  .timeline .ttl-a {
    justify-content: inherit;
  }
  .calendar .ttl-a {
    justify-content: inherit;
  }
}
/*---------------------------------------------------

  ACCESS

---------------------------------------------------*/
.access__textblock {
  flex-basis: 50%;
  width: 50%;
  order: 2;
  padding-left: 10.5454545455%;
}
.access__textarea {
  display: flex;
  flex-wrap: wrap;
}
.access__textarea dt {
  min-width: 9.2rem;
  margin-bottom: 2.4rem;
}
.access__textarea dd {
  width: calc(100% - 9.2rem);
  margin-bottom: 2.4rem;
}

.map {
  flex-basis: 50%;
  width: 50%;
  order: 1;
}

@media only screen and (max-width: 1024px) {
  .access .col-2-1 {
    flex-wrap: wrap;
  }
  .access__textblock {
    flex-basis: 100%;
    width: 100%;
  }
  .map {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 590px) {
  .access__textblock {
    padding-left: 0;
  }
}
/*---------------------------------------------------

  Footer

---------------------------------------------------*/
.footer {
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: -1rem;
  left: 0;
  right: 0;
  bottom: 30rem;
  background-image: linear-gradient(90deg, rgb(246, 169, 254), rgb(177, 183, 255) 12%, rgb(177, 209, 255) 26%, rgb(184, 255, 177) 38%, rgb(252, 255, 177) 50%, rgb(219, 255, 177) 62%, rgb(255, 218, 177) 74%, rgb(255, 192, 177) 86%, rgb(255, 177, 190));
  background-size: 200% 200%;
  animation: gt 40s ease infinite;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  top: -10rem;
  left: 0;
  right: 0;
  bottom: 30rem;
  background-image: linear-gradient(90deg, rgb(246, 169, 254), rgb(177, 183, 255) 12%, rgb(177, 209, 255) 26%, rgb(184, 255, 177) 38%, rgb(252, 255, 177) 50%, rgb(219, 255, 177) 62%, rgb(255, 218, 177) 74%, rgb(255, 192, 177) 86%, rgb(255, 177, 190));
  background-size: 600% 600%;
  animation: gt 40s ease infinite;
  z-index: -1;
}
.footer .contact__area {
  display: flex;
  width: 100%;
  margin-bottom: 5rem;
  padding: 2.4rem 0;
  justify-content: center;
  background: #222222;
}
.footer .contact__area .btn {
  margin: 0 1.5rem;
  border: solid 1px #FFF;
}
.footer .sns {
  text-align: center;
  margin-bottom: 3.2rem;
}
.footer .sns_logo {
  margin: 0.8rem;
}
.footer .shop-area {
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: center;
  align-items: center;
}
.footer .shop-area a {
  display: block;
  margin: 0 2rem;
}
.footer .shop-area .psh-logo {
  width: 10rem;
}
.footer .shop-area .pst-logo {
  width: 12rem;
}
.footer .shop-area .upf-logo {
  margin-top: 0.5rem;
  width: 8.6rem;
}
.footer .shop-area img {
  width: 100%;
}

.copyright {
  margin-bottom: 0.8080808081vw;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #aaa;
}

@media only screen and (max-width: 1024px) {
  .footer::after {
    top: -4rem;
  }
}
@media only screen and (max-width: 590px) {
  .footer::after {
    top: -5rem;
  }
  .footer::before {
    bottom: 29rem;
  }
}/*# sourceMappingURL=style.css.map */