@charset "UTF-8";
.l-container {
  background: url(../img/top/bg_check.png) top left repeat;
  background-size: 20px;
}

.l-main {
  padding-top: 68px;
  width: 91.5%;
  max-width: 1320px;
}

.p-top {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
  margin: 0 auto;
  width: 95%;
  max-width: 2040px;
}

.is-op .p-top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0.27, 0.77, 0.42, 1.01) 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0.27, 0.77, 0.42, 1.01) 0s;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0.27, 0.77, 0.42, 1.01) 0s;
  transition: opacity 1s ease 0s, transform 1s cubic-bezier(0.27, 0.77, 0.42, 1.01) 0s, -webkit-transform 1s cubic-bezier(0.27, 0.77, 0.42, 1.01) 0s;
}

.p-top__nav {
  padding: 12px 0;
}

.is-noneslide .p-top__nav {
  display: none;
}

.p-top__nav-inner {
  position: relative;
}

.p-top__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  cursor: pointer;
  width: 40px;
}

.p-top__arrow-inner {
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.p-top__arrow-inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/btn_arrw.svg) center center no-repeat;
  background-size: 80%;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top__arrow.-next {
  right: 0;
}

.p-top__arrow.-prev {
  left: 0;
}

.p-top__arrow.-prev .p-top__arrow-inner::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-top__pagination {
  position: relative;
  z-index: inherit;
}

.p-top__pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  margin: 5px 9px;
  background: transparent;
  background: #fff;
  width: 14px;
  height: 14px;
  overflow: hidden;
}

.p-top__pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background: #2b2b2b;
}

.p-top__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-top__slide-item {
  position: relative;
}

.p-top__slide-item.swiper-slide-duplicate-active .p-in-img__inner, .p-top__slide-item.swiper-slide-active .p-in-img__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-top__slide-item .p-in-inner {
  position: relative;
}

.p-top__slide-item .p-in-inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__slide-item .p-in-img {
  overflow: hidden;
}

.p-top__slide-item .p-in-img__inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-schedule__cap {
  -webkit-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
  opacity: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  font-family: "Poppins", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: normal;
}

.is-op .is-scroll .p-schedule__cap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-schedule__cap:nth-of-type(2) {
  margin-top: 160px;
}

.p-schedule__list {
  margin-top: 65px;
}

.p-schedule__list-item {
  position: relative;
  -webkit-transform: translate(30px, 30px);
  transform: translate(30px, 30px);
  opacity: 0;
  -webkit-box-shadow: 10px 10px 0 #2b2b2b;
  box-shadow: 10px 10px 0 #2b2b2b;
  text-align: left;
}

.p-schedule__list-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-op .p-schedule__list-item.is-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.4s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-schedule__list-item .p-in-new {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -32%);
  transform: translate(-25%, -32%);
  width: 18.5%;
}

.p-schedule__list-item .p-in-new__inner {
  position: relative;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  background: #fff;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}

.p-schedule__list-item .p-in-new__inner::before, .p-schedule__list-item .p-in-new__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.p-schedule__list-item .p-in-new__inner::before {
  -webkit-animation: rotate-360 8s linear infinite;
  animation: rotate-360 8s linear infinite;
  background: url(../img/top/icon-circle.svg) center center no-repeat;
  background-size: 90%;
}

.p-schedule__list-item .p-in-new__inner::after {
  -webkit-transform: translate(-2%, -2%);
  transform: translate(-2%, -2%);
  -webkit-animation: arrow-diagonal 0.6s cubic-bezier(0.45, 0, 0.55, 1) alternate infinite;
  animation: arrow-diagonal 0.6s cubic-bezier(0.45, 0, 0.55, 1) alternate infinite;
  background: url(../img/top/icon_circle_arrw.svg) center center no-repeat;
  background-size: 30%;
}

.p-schedule__list-item .p-in-inner {
  position: relative;
  border: 2px solid #2b2b2b;
  background: #fff;
  padding: 16px;
  font-family: "Poppins", YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.p-schedule__list-item .p-in-content {
  position: relative;
}

.p-schedule__list-item .p-in-thumb {
  width: 100%;
  overflow: hidden;
}

.p-schedule__list-item .p-in-thumb img {
  width: 100%;
}

.p-schedule__list-item .p-in-info {
  position: relative;
  margin-top: 14px;
  padding-right: 4em;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.p-schedule__list-item .p-in-info__cate {
  position: absolute;
  top: 0;
  right: 0;
}

.p-schedule__list-item .p-in-title {
  margin-top: 8px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-schedule__list-item .p-in-more {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.p-schedule__list-item .p-in-more p {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-bottom: 4px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-schedule__list-item .p-in-more p::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2b2b2b;
  width: 100%;
  height: 2px;
  content: '';
}

@media screen and (max-width: 750px){
  .l-container {
    background-size: 10px;
  }
  .l-main {
    margin: 20px auto 0;
    padding-top: 0;
    width: 90%;
  }
  .p-top {
    width: 100%;
    max-width: 750px;
  }
  .p-top__nav {
    padding: 22px 4%;
  }
  .p-top__arrow {
    width: 12%;
    max-width: 40px;
  }
  .p-top__pagination {
    padding: 0 13%;
  }
  .p-top__slide {
    background: #2f2f2f;
  }
  .p-top__slide-item .p-in-txt {
    position: relative;
    padding-top: 28.25%;
  }
  .p-top__slide-item .p-in-txt__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-top__slide-item .p-in-txt.-centertxt .p-in-txt__content {
    width: 62%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-fta3 .p-in-txt__content {
    width: 72%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-nihil .p-in-txt__content {
    width: 52%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-spring .p-in-txt__content {
    width: 78%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-ftcd .p-in-txt__content {
    width: 78%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-kaleido-proud-fiesta .p-in-txt__content {
    width: 78%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-the-garden-limited .p-in-txt__content {
    width: 78%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-tour-fiesta-in-chaos .p-in-txt__content {
    width: 62%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-single-chaos .p-in-txt__content {
    width: 56%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-bottomtxt .p-in-txt__content {
    width: 88%;
    max-width: 1090px;
  }
  .p-schedule__cap {
    font-size: 30px;
    font-size: 8vw;
  }
  .p-schedule__cap:nth-of-type(2) {
    margin-top: 80px;
  }
  .p-schedule__list {
    margin-top: 32px;
  }
  .p-schedule__list-item:nth-child(n + 2) {
    margin-top: 7%;
  }
  .p-schedule__list-item .p-in-new {
    -webkit-transform: translate(-45%, -42%);
    transform: translate(-45%, -42%);
    width: 21%;
  }
  .p-schedule__list-item .p-in-inner {
    padding: 2.5% 3% 4%;
  }
  .p-schedule__list-item .p-in-info {
    font-size: 11px;
    font-size: 2.9vw;
  }
  .p-schedule__list-item .p-in-title {
    margin-top: 6px;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: -0.01em;
  }
  .p-schedule__list-item .p-in-more {
    margin-top: 13px;
  }
  .p-schedule__list-item .p-in-more p {
    font-size: 10px;
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 751px){
  .p-top__nav {
    font-size: 0;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .p-top__nav-inner {
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
  }
  .p-top__arrow.-next .p-top__arrow-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-top__arrow.-next:hover .p-top__arrow-inner {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-top__arrow.-prev .p-top__arrow-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-top__arrow.-prev:hover .p-top__arrow-inner {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-top__pagination .swiper-pagination-bullet:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: #2b2b2b;
  }
  .p-top__pagination .swiper-pagination-bullet:hover::before {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .p-top__slide-item .p-in-inner a {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: rgba(255, 255, 255, 0);
  }
  .p-top__slide-item .p-in-inner a:hover {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background: rgba(255, 255, 255, 0.3);
  }
  .p-top__slide-item .p-in-txt {
    position: absolute;
    left: 50%;
  }
  .p-top__slide-item .p-in-txt.-centertxt {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 37%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-fta3 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 37%;
    max-width: 735px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-nihil {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48%;
    max-width: 526px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-spring {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48%;
    max-width: 760px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-ftcd {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36%;
    max-width: 760px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-kaleido-proud-fiesta {
    top: 76%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56%;
    max-width: 760px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-the-garden-limited {
    top: 83%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56%;
    max-width: 680px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-single-chaos {
    top: 89%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    max-width: 420px;
  }
  .p-top__slide-item .p-in-txt.-centertxt-tour-fiesta-in-chaos {
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32%;
    max-width: 400px;
  }
  .p-top__slide-item .p-in-txt.-bottomtxt {
    bottom: 5%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 48%;
    max-width: 1090px;
  }
  .p-schedule__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-schedule__list-item.-link .p-in-thumb__inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .p-schedule__list-item.-link:hover .p-in-thumb__inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .p-schedule__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48.5%;
  }
  .p-schedule__list-item:nth-child(2n) {
    margin-left: 3%;
  }
  .p-schedule__list-item:nth-child(n + 3) {
    margin-top: 40px;
  }
  .p-schedule__list-item .p-in-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-schedule__list-item .p-in-content__wrap {
    padding-bottom: 45px;
  }
  .p-schedule__list-item .p-in-more:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  .p-schedule__list-item .p-in-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 750px) and (min-width: 375px){
  .p-top__pagination {
    padding: 0 45px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px){
  .p-schedule__cap {
    font-size: 58px;
    font-size: 5.8vw;
  }
  .p-schedule__list-item .p-in-info {
    font-size: 20px;
    font-size: 2vw;
  }
  .p-schedule__list-item .p-in-title {
    font-size: 32px;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 750px) and (max-width: 320px){
  .p-schedule__list-item {
    -webkit-box-shadow: 5px 5px 0 #2b2b2b;
    box-shadow: 5px 5px 0 #2b2b2b;
  }
}
