@keyframes loopslide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideLeftInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes skeletonShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.fadeBlock {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadeBlock.isVisible {
  opacity: 1;
  transform: translateY(0);
}

.fadeList li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadeList li.isVisible {
  opacity: 1;
  transform: translateY(0);
}

#wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
#wrapper a {
  transition: transform 0.3s ease;
}
@media screen and (min-width: 900px) {
  #wrapper a:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

.mainv {
  height: 520px;
  margin: 0 0 90px;
  overflow-x: clip;
  position: relative;
}
@media screen and (max-width: 899px) {
  .mainv {
    height: auto;
    margin: 0 0 24.5vw;
  }
}
.mainv .bgSlider {
  width: 2532px;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 899px) {
  .mainv .bgSlider {
    width: 976vw;
    height: 98.7vw;
  }
}
.mainv .bgSlider .bgSliderGroup {
  height: 100%;
  padding-right: 11px;
  animation: loopslide 80s infinite linear 1s both;
  display: flex;
  column-gap: 11px;
}
@media screen and (max-width: 899px) {
  .mainv .bgSlider .bgSliderGroup {
    padding-right: 2vw;
    column-gap: 2vw;
  }
}
.mainv .bgSlider .bgSliderGroup img {
  height: 100%;
}
@media screen and (max-width: 899px) {
  .mainv .bgSlider .bgSliderGroup img {
    width: 120vw;
    height: auto;
  }
}
.mainv .inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .mainv .inner {
    background-color: #fff;
    background-image: url(../../../App_Contents/images/partyreports/mainv_bg_06.jpg);
    background-size: 100vw auto;
    background-position: bottom -4vw center;
    background-repeat: no-repeat;
    padding: 0 0 60vw;
    position: relative;
    left: 0;
    transform: none;
  }
  .mainv .inner::before {
    content: "";
    width: 85%;
    height: 10vw;
    background: #fff;
    border-top-right-radius: 2.54vw;
    opacity: 0.9;
    position: absolute;
    top: -9.3vw;
    left: 0;
    z-index: 1;
  }
  .mainv .inner::after {
    content: "";
    width: 33.3vw;
    height: 33.3vw;
    background: url(../../../App_Contents/images/partyreports/mainv_bg_05.png) no-repeat center center/100%;
    position: absolute;
    top: 18vw;
    left: -12.6vw;
    z-index: 1;
  }
}
.mainv .inner .mainText {
  text-align: left;
  width: 450px;
  height: 100%;
  border-image: conic-gradient(#FFF 0 0) fill 0 0 0/0 0/0 0vw 0 100vw;
  padding: 0 75px 0 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 899px) {
  .mainv .inner .mainText {
    width: 100%;
    border-image: none;
    padding: 0 5.8vw;
  }
}
.mainv .inner .mainText::before {
  content: "";
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 1;
}
.mainv .inner .mainText h1 {
  color: transparent;
  font-size: 22px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-indent: -0.05em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 28px;
  background: linear-gradient(90deg, #ff663d 25%, #fe275a 78%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 899px) {
  .mainv .inner .mainText h1 {
    font-size: 5.6vw;
    line-height: 1.64;
    letter-spacing: 0;
    margin: -0.3em 0 3.1vw;
  }
}
.mainv .inner .mainText h1 span {
  font-size: 200%;
}
@media screen and (max-width: 899px) {
  .mainv .inner .mainText h1 span {
    font-size: 100%;
  }
}
.mainv .inner .mainText h1 sup {
  font-size: 60%;
  vertical-align: middle;
}
.mainv .inner .mainText p {
  color: #444;
  font-size: 14px;
  text-align: justify;
  line-height: 1.64;
}
@media screen and (max-width: 899px) {
  .mainv .inner .mainText p {
    font-size: 3.6vw;
  }
}
.mainv .inner .mainText p small {
  font-size: 10px;
  text-align: left;
  margin: 5px 0 0;
  display: block;
}
@media screen and (max-width: 899px) {
  .mainv .inner .mainText p small {
    font-size: 2.5vw;
    margin: 3.5vw 0 0;
  }
}
.mainv .dividerSlide {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8vw;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .mainv .dividerSlide {
    display: none;
  }
}
.mainv .dividerSlide .dividerSlideTrack {
  width: max-content;
  display: flex;
  animation: slideLeftInfinite 160s infinite linear;
}
.mainv .dividerSlide .dividerSlideTrack .dividerSlideGroup {
  height: 36.8vw;
  padding-right: 12px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  column-gap: 12px;
}
.mainv .dividerSlide .dividerSlideTrack .dividerSlideGroup img {
  width: 37.3vw;
  height: auto;
  border-radius: 1.27vw;
  object-fit: cover;
  aspect-ratio: 294/228;
  display: block;
  flex-shrink: 0;
}
.mainv .dividerSlide .dividerSlideTrack .dividerSlideGroup img:nth-child(odd) {
  align-self: flex-end;
}
.mainv .dividerSlide .dividerSlideTrack .dividerSlideGroup img:nth-child(even) {
  align-self: flex-start;
}

.report {
  margin: 0 0 40px;
}
@media screen and (max-width: 899px) {
  .report {
    margin: 0 0 15.2vw;
  }
}
.report .subContents {
  width: 702px;
}
@media screen and (max-width: 899px) {
  .report .subContents {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.report h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 19px;
}
@media screen and (max-width: 899px) {
  .report h2 {
    font-size: 5.6vw;
    margin: 0 0 6.6vw;
    order: 1;
  }
}
.report .moreBtn {
  text-align: right;
  margin: 0 0 13px;
}
@media screen and (max-width: 899px) {
  .report .moreBtn {
    margin: 4.4vw 0 0;
    order: 3;
  }
}
.report .moreBtn a {
  color: #FF1E56;
  font-size: 14px;
  font-weight: 700;
  padding: 0 1.2em 0 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .report .moreBtn a {
    font-size: 3.6vw;
  }
}
.report .moreBtn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  margin: -5px 0 0;
  position: absolute;
  top: 55%;
  right: 5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 899px) {
  .report .moreBtn a::after {
    width: 2vw;
    height: 2vw;
    margin: -1.3vw 0 0;
    right: 1.3vw;
  }
}
.report #reportList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
}
@media screen and (max-width: 899px) {
  .report #reportList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4.1vw;
    row-gap: 6vw;
    order: 2;
  }
}
.report #reportList:not(:has(li:nth-child(2))) {
  text-align: center;
  grid-template-columns: repeat(1, 1fr);
}
.report #reportList li a {
  text-decoration: none;
  position: relative;
  display: block;
}
@media screen and (min-width: 900px) {
  .report #reportList li a:hover {
    transform: scale(1);
  }
  .report #reportList li a:hover .title {
    text-decoration: underline;
  }
  .report #reportList li a:hover figure img {
    transform: scale(1.1);
  }
}
.report #reportList li a figure {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  aspect-ratio: 206/139;
  overflow: hidden;
  margin: 0 0 10px;
}
@media screen and (max-width: 899px) {
  .report #reportList li a figure {
    border-radius: 2.5vw;
    margin: 0 0 2vw;
  }
}
.report #reportList li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease-in-out;
}
.report #reportList li a .title {
  color: #444;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  line-height: 1.42;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
}
@media screen and (max-width: 899px) {
  .report #reportList li a .title {
    font-size: 3.6vw;
  }
}
.report #reportList li a .newLabel {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-indent: 0.2em;
  width: 47px;
  background: #FF1E56;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .report #reportList li a .newLabel {
    font-size: 2.5vw;
    width: 9.4vw;
    height: 9.4vw;
    top: -4.3vw;
    left: 1.5vw;
  }
}
.report #reportList li.skeleton {
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}
.report #reportList li.skeleton .skeletonInner {
  text-decoration: none;
  display: block;
  position: relative;
}
.report #reportList li.skeleton .image {
  background: linear-gradient(90deg, #e8e8e8 0%, #f0f0f0 50%, #e8e8e8 100%);
  background-size: 200% 100%;
  border-radius: 10px;
  aspect-ratio: 206/139;
  margin: 0 0 10px;
  display: block;
  animation: skeletonShimmer 1.5s ease-in-out infinite;
}
@media screen and (max-width: 899px) {
  .report #reportList li.skeleton .image {
    border-radius: 2.5vw;
    margin: 0 0 2vw;
  }
}
.report #reportList li.skeleton .title {
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e8e8e8 0%, #f0f0f0 50%, #e8e8e8 100%);
  background-size: 200% 100%;
  display: block;
  animation: skeletonShimmer 1.5s ease-in-out infinite;
}
@media screen and (max-width: 899px) {
  .report #reportList li.skeleton .title {
    height: 3.6vw;
  }
}

.divider {
  width: 100%;
  height: 410px;
  background: url(../../../App_Contents/images/partyreports/divider_bg_01.jpg) no-repeat center center/auto 410px;
  overflow-x: clip;
  display: none;
  position: relative;
}
@media screen and (min-width: 900px) {
  .divider {
    display: block;
  }
}
.divider svg {
  width: 120%;
  position: absolute;
  top: -110px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.divider svg .drawLine {
  fill: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
.divider.isActive svg .drawLine {
  animation: draw-line 3.5s ease-out forwards;
}

.sns {
  padding: 0 0 150px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 899px) {
  .sns {
    padding: 0 0 10.4vw;
  }
}
.sns::before {
  content: "";
  width: 2972px;
  height: 2312px;
  background: linear-gradient(150deg, #FF663D 0%, #FE275A 43%);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 55%);
}
@media screen and (max-width: 899px) {
  .sns::before {
    width: 100vw;
    height: 91.9vw;
    background: linear-gradient(90deg, #FF663D 0%, #FE275A 100%);
    border-radius: 0;
    left: 0;
    bottom: 0;
    transform: none;
  }
}
.sns h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 38px;
}
@media screen and (max-width: 899px) {
  .sns h2 {
    font-size: 5.6vw;
    line-height: 1.54;
    margin: 0 0 4.3vw;
  }
}
.sns .snsLinkList {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 26px;
}
@media screen and (max-width: 899px) {
  .sns .snsLinkList {
    column-gap: 2.5vw;
  }
}
.sns .snsLinkList li:first-child a {
  background: #FF1E56;
}
.sns .snsLinkList li:last-child a {
  background: #FF860D;
}
.sns .snsLinkList li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  width: 134px;
  height: 40px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .sns .snsLinkList li a:hover {
    opacity: 1;
    transform: scale(1.1) !important;
  }
}
@media screen and (max-width: 899px) {
  .sns .snsLinkList li a {
    font-size: 3.6vw;
    width: 31.8vw;
    height: 8.9vw;
  }
}
.sns .bx-wrapper {
  max-width: 100% !important;
  overflow: visible !important;
  margin: 0 auto 14.2vw !important;
}
.sns .bx-wrapper .bx-prev,
.sns .bx-wrapper .bx-next {
  width: 4.6vw;
  height: 7.6vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  z-index: 10;
  transition: opacity 0.2s;
}
.sns .bx-wrapper .bx-prev::after,
.sns .bx-wrapper .bx-next::after {
  content: "";
  display: none;
}
.sns .bx-wrapper .bx-prev {
  background-image: url(../../../App_Contents/images/aboutus/s_sliderArrow.svg);
  left: 10px;
  transform: rotate(180deg);
}
.sns .bx-wrapper .bx-next {
  background-image: url(../../../App_Contents/images/aboutus/s_sliderArrow.svg);
  right: 10px;
}
.sns .bx-viewport {
  background: transparent !important;
  overflow: visible !important;
}
.sns .snsSlider {
  margin: 37px 0 123px;
}
@media screen and (min-width: 900px) {
  .sns .snsSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  .sns .snsSlider a {
    overflow: hidden;
  }
  .sns .snsSlider a:hover {
    opacity: 1;
    transform: scale(1) !important;
  }
  .sns .snsSlider a:hover img {
    transform: scale(1.05);
  }
  .sns .snsSlider a img {
    width: 198px;
    height: auto;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 899px) {
  .sns .snsSlider {
    margin: 9.4vw 0 10.5vw;
  }
}
.sns .snsSlider a {
  width: 198px;
  height: 325px;
  background: #D9D9D9;
  display: block;
  position: relative;
}
@media screen and (max-width: 899px) {
  .sns .snsSlider a {
    width: 45.8vw;
    height: 75.3vw;
  }
  .sns .snsSlider a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sns .snsSlider a.active-slide::before {
    content: none;
  }
  .sns .snsSlider a img {
    width: auto;
    height: 100%;
  }
}
.sns .linkList h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}
@media screen and (max-width: 899px) {
  .sns .linkList h2 {
    font-size: 5vw;
    line-height: 1.25;
    margin: 0 0 6.9vw;
  }
}
.sns .linkList ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}
@media screen and (max-width: 899px) {
  .sns .linkList ul {
    flex-direction: column;
    row-gap: 3.3vw;
  }
}
.sns .linkList ul li a {
  color: #FF1E56;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border-radius: 50vh;
  padding: 10px 15px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 83px;
}
@media screen and (max-width: 899px) {
  .sns .linkList ul li a {
    font-size: 5vw;
    width: 82.2vw;
    box-sizing: border-box;
    padding: 2.5vw 3.8vw 2.5vw 7.6vw;
    column-gap: 21.1vw;
  }
}
.sns .linkList ul li a::after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../../../App_Contents/images/aboutus/s_arrow.svg) no-repeat center center/100%;
  display: inline-block;
}
@media screen and (max-width: 899px) {
  .sns .linkList ul li a::after {
    width: 8.9vw;
    height: 8.9vw;
  }
}

/*# sourceMappingURL=style.css.map */
