:root {
  --swiper-theme-color: #FFF;
}
.p-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: -2;
}
/* @media screen and (max-width: 767px) {
  .p-wrap {
    display: none;
  }
} */
.p-outer::before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABtJREFUGFdjZGBg+M/AwMDIAAVwBjYBsEoMFQBW5gIF0HSEnwAAAABJRU5ErkJggg==);
    background-size: 3px 2px;
    z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-outer::before {
    display: none;
  }
}
.p-outer {
  position: relative;
  height: 37.5vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-outer {
    height: unset;
  }
}
.p-slide-container {
  position: relative;
  bottom:  128px;
  height: 129px;
  width: 100%;
  background: #fff;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-slide-container {
    position: absolute;
    height: 96px;
    bottom:  0;
  }  
}
.p-slide-category {
  position: absolute;
    left: 80px;
    top: -33px;
    z-index: 2;
    width: 125px;
    padding-left: 0.3em;
    height: 35px;
    font-family: "robocon";
    text-align: center;
    /* background: #333; */
    background: var(--gradi-g);
    /* background-color: rgb(163, 159, 201); */
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    display: inline-block;
    color: #fff;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-slide-category {
    left: 11px;
    top: -24px;
    height: 28px;
  }
}
.p-slide-category-text {
  transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  display: inline-block;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-slide-category-text {
    font-size: 14px;
    line-height: 0;
  }
}

.p-slide-sub-title {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-slide-sub-title {
    font-size: 11px;
  }
}
.p-slide-title {
  font-size: 20px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-slide-title {
    font-size: 14px;
    padding: 0 1rem;
  }
}
.p-slide-desing {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-slide-desing {
    display: none;
  }
}
.p-slide-desing-text {
  position: absolute;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  top: -146px;
  right: 65px;
  font-size: 7rem;
  color: rgb(222, 222, 222, 0.3);
  z-index: -1;
  transform: rotate(-6deg);
}
@media screen and (max-width: 767px) {
.swiper-button-prev , .swiper-button-next{
  display: none;
}
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  z-index: 2;
  bottom: .4vw;
}
@media screen and (max-width: 767px) {
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -32px;
}
}
.swiper-pagination-bullet-active {
  background: var(--gradi-g); 
}
.swiper-wrapper {
  padding-top: 3rem;
  /* margin-left: -20px; */
  /* margin-right: -20px; */
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    padding-top: 0;
  }
}
/* 画像 */
img {
  /* width: 100%; */
  /* height: auto; */
}  
/* スライド全体 */
.swiper-slide {
  transition: transform 0.6s;
  overflow: hidden;
  /* 真ん中大きく */
  transform: scale(1.2)!important;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    transform: scale(1)!important;
    padding-top: 0;
  }
}
/* 左右のスライド */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.8)!important;
}
.swiper-img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    /* padding-left: 1rem; */
    /* padding-right: 1rem; */
  } 
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.p-slide-container::after {
  transform: skewY(-3.5deg) translateX(-50%) translateY(-50%) ;
  content: "";
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%); */
  /* margin-left: -470px; */
  top: -87%;
  width: 1920px;
  height: 70px;
  background-color: #fff;
  z-index: -2;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
}
@media screen and (max-width: 767px) {
  .p-slide-container::after {
    top: -106%;
  }
}
.swiper-link {
  text-decoration: none;  
}
.swiper-slide-active {

} 
.swiper-slide-prev {
  /* スライドを狭める */
  margin-left: -24px;
  /* センター位置調整 相殺 */
  margin-right: 21px;
}
.swiper-slide-next {
  margin-left: 21px;
}
@media screen and (max-width: 767px) {
  .swiper-slide-next {
    margin-left: unset;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}