@charset "UTF-8";
@media screen and (max-width: 750px) {
  .display--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .display--sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

main {
  background-color: #e4dccf;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3137254902) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.3137254902) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 61px 61px;
}

footer {
  display: none;
  background: #e4dccf;
}

/*==================================================
スライダーのためのcss
===================================*/
.section__swiper .swiper-pagination-bullets {
  top: 25%;
  right: 3.75%;
}
.section__swiper .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #ef4e2e;
  opacity: 1;
}
.section__swiper .swiper-pagination-bullet-active {
  height: 70px;
  -webkit-animation: scroll 0.3s ease-in-out 0s 1 forwards;
          animation: scroll 0.3s ease-in-out 0s 1 forwards;
}
@-webkit-keyframes scroll {
  0% {
    transform: scaleY(0.7);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scroll {
  0% {
    transform: scaleY(0.7);
  }
  100% {
    transform: scaleY(1);
  }
}
.section__swiper .swiper__markContainer {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}
.section__swiper .swiper__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 18%;
  right: 37%;
  transition: 1s ease;
}
.section__swiper .swiper__frame, .section__swiper .swiper__effect {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(239, 78, 46, 0.8);
}
.section__swiper .swiper__effect {
  -webkit-animation: swiper-motion 1.5s ease-out infinite;
          animation: swiper-motion 1.5s ease-out infinite;
}
.section__swiper .swiper__circle {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(239, 78, 46, 0.8);
}
@-webkit-keyframes swiper-motion {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes swiper-motion {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.left .swiper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.left .swiper-pagination-bullets {
  top: auto;
  right: auto;
}
.left .swiper-pagination-bullet {
  position: relative;
  width: 13%;
  height: 3px;
  margin: 0 5px;
  background-color: rgba(45, 35, 30, 0.6);
  opacity: 1;
  cursor: pointer;
}
.left .swiper-pagination-bullet-active {
  background-color: rgba(45, 35, 30, 0.6);
}
.left .swiper-pagination-bullet-active::before {
  -webkit-animation: pagination 3s linear 0s 1 forwards;
          animation: pagination 3s linear 0s 1 forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
@-webkit-keyframes pagination {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
}
@keyframes pagination {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
}
.left .swiper-pagination-horizontal {
  bottom: 48px;
}

/*==================================================
本文css
===================================*/
.section__header {
  position: absolute;
  width: 100%;
  background: none;
  z-index: 9999;
}
.section__container {
  display: flex;
}

.header__image {
  filter: invert(100%) sepia(7%) saturate(123%) hue-rotate(259deg) brightness(118%) contrast(100%);
}

.left {
  position: relative;
  height: 100vh;
  width: 50%;
  min-width: 0;
}

.right,
.wideSp {
  display: flex;
  width: 50%;
  background: url(../../../../uploads/img_programma_gb_01.png) no-repeat center/cover;
  font-family: "Bricolage Grotesque", serif;
}
.right__content,
.wideSp__content {
  max-width: 60%;
  margin: auto;
}
.right__date,
.wideSp__date {
  font-size: clamp(2.8rem, 2.1875vw, 10rem);
  font-weight: 700;
}
.right__number,
.wideSp__number {
  position: relative;
  margin-right: 32px;
  font-size: clamp(4.3rem, 3.359vw, 10rem);
  font-weight: 500;
}
.right__number::after,
.wideSp__number::after {
  content: "DAY";
  position: absolute;
  top: 12px;
  top: clamp(16px, 1.171vw, 10rem);
  font-size: 0.8rem;
  font-size: clamp(0.9rem, 0.703vw, 10rem);
  font-weight: 800;
  transform: rotate(90deg);
}
.right__city,
.wideSp__city {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: clamp(2.1rem, 1.64vw, 10rem);
  font-weight: 700;
}
.right__item,
.wideSp__item {
  position: relative;
  display: inline-block;
  width: auto;
}
.right__item:nth-of-type(n + 2),
.wideSp__item:nth-of-type(n + 2) {
  margin-left: 4px;
  padding-left: 86px;
}
.right__item:nth-of-type(n + 2)::before,
.wideSp__item:nth-of-type(n + 2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 81px;
  height: 5px;
  background: url(../../../../uploads/img_programma_arrow_01.png) no-repeat center/contain;
  transform: translateY(-50%);
}
.right__link,
.wideSp__link {
  text-decoration: underline;
}
.right__subTitle,
.wideSp__subTitle {
  margin-top: 42px;
  font-family: "Zain", sans-serif;
  font-size: clamp(1.2rem, 0.937vw, 10rem);
  font-weight: 700;
}
.right__text,
.wideSp__text {
  line-height: 1.6;
  font-size: clamp(1.8rem, 1.406vw, 10rem);
  font-weight: 700;
}
.right__jp,
.wideSp__jp {
  margin-top: 12px;
  line-height: 2;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: clamp(0.9rem, 0.703vw, 10rem);
  font-weight: 500;
  font-style: normal;
}

/*sp用*/
.swiper.display--sp .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.wideSp {
  width: 100%;
  height: 100vh;
}
.wideSp__content {
  max-width: calc(100% - 48px);
}
.wideSp__date {
  font-size: 2.4rem;
}
.wideSp__number {
  font-size: 3.6rem;
}
.wideSp__number::after {
  top: 12px;
  font-size: 0.8rem;
}
.wideSp__city {
  font-size: 1.8rem;
}
.wideSp__subTitle {
  font-size: 1rem;
}
.wideSp__text {
  line-height: 2;
  font-size: 1.4rem;
}
.wideSp__jp {
  margin-right: 40px;
  line-height: 1.75;
  font-size: 1rem;
}
.wideSp__swipeGuide--black, .swiper__swipeGuide--white {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 75px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.1rem;
  transform: rotate(90deg);
}
.wideSp__swipeGuide--black::after, .swiper__swipeGuide--white::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #2d231d;
  -webkit-animation: underline 4s infinite;
          animation: underline 4s infinite;
}

.swiper__swipeGuide--white {
  color: #fff;
}
.swiper__swipeGuide--white::after {
  background-color: #fff;
}

@-webkit-keyframes underline {
  0% {
    width: 0;
    transform: translateX(0);
  }
  50% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(75px);
  }
}

@keyframes underline {
  0% {
    width: 0;
    transform: translateX(0);
  }
  50% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
    transform: translateX(75px);
  }
}