.p-coorde {
  padding: 0;
}
.p-coorde .c-bread {
  position: absolute;
  background-color: inherit;
  z-index: 1;
}

.p-coorde__mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.p-coorde__mvWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: 0 auto;
  z-index: 20;
  display: block;
  background-color: #fff;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 25px 40px 20px;
}
@media screen and (max-width: 1024px) {
  .p-coorde__mvWrap {
    bottom: 5%;
    padding: 15px 20px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .simpleParallax {
    overflow: inherit;
  }
}

.p-coorde__mvImgWrap {
  display: block;
  height: 100%;
}

.p-coorde__mvImg {
  height: 100%;
}

.p-coorde__contents,
.p-coorde__koshi {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 501px) {
  .p-coorde__contents,
  .p-coorde__koshi {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__contents,
  .p-coorde__koshi {
    padding: 60px 0;
  }
}
.p-coorde__contents:after,
.p-coorde__koshi:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/common/bg02.png");
  background-repeat: repeat;
  background-size: 60px 60px;
  overflow: hidden;
}
.p-coorde__ImgWrapBox {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrapBox {
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 555px;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrapBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.p-coorde__ImgWrapBox.--box02 {
  position: absolute;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrapBox.--box02 {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrapBox.--box02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-coorde__ImgWrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.p-coorde__ImgWrap.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-coorde__ImgWrap {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap {
    margin: 10px 0 0;
  }
}
.p-coorde__ImgWrap.--img01 {
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img01 {
    top: 50px;
    left: 60px;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img01 {
    width: 14.58vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img01 {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img01 {
    width: 20.58vw;
  }
}
.p-coorde__ImgWrap.--img02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img02 {
    top: 260px;
    left: 14%;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img02 {
    width: 9.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img02 {
    top: 110px;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img02 {
    width: 14.58vw;
  }
}
.p-coorde__ImgWrap.--img03 {
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img03 {
    bottom: 20px;
    left: 8%;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img03 {
    width: 9.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img03 {
    top: 33%;
    left: 5px;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img03 {
    width: 14.58vw;
  }
}
.p-coorde__ImgWrap.--img04 {
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img04 {
    bottom: 100px;
    right: 80px;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img04 {
    width: 15.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img04 {
    bottom: 60px;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img04 {
    width: 18.625vw;
  }
}
.p-coorde__ImgWrap.--img05 {
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img05 {
    right: 0;
    bottom: 0;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img05 {
    width: 9.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img05 {
    left: 10%;
    bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img05 {
    width: 12.625vw;
  }
}
.p-coorde__ImgWrap.--img06 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img06 {
    top: -65px;
    right: 80px;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img06 {
    width: 9.895vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img06 {
    top: 220px;
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img06 {
    width: 18.895vw;
  }
}
.p-coorde__ImgWrap.--img07 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img07 {
    top: -130px;
    left: 160px;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img07 {
    width: 12.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img07 {
    top: -40px;
    left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img07 {
    width: 18.895vw;
  }
}
.p-coorde__ImgWrap.--img08 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-coorde__ImgWrap.--img08 {
    top: 10px;
    left: 80px;
  }
}
@media screen and (min-width: 501px) {
  .p-coorde__ImgWrap.--img08 {
    width: 9.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__ImgWrap.--img08 {
    top: 120px;
    right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__ImgWrap.--img08 {
    width: 16vw;
  }
}

.p-coorde__heading {
  position: relative;
  font-size: 30px;
  line-height: 1.46;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-coorde__heading {
    font-size: 28px;
  }
}

.p-coorde__headingBox {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-coorde__headingBox {
    margin-top: 60px;
  }
}

.embedsocial-hashtag {
  margin: 60px auto 0;
}

.p-coorde__yukata,
.p-coorde__about {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 501px) {
  .p-coorde__yukata,
  .p-coorde__about {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-coorde__yukata,
  .p-coorde__about {
    padding: 60px 0;
  }
}

.p-coorde__aboutList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr 42px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 42px;
  margin: 80px auto 0;
}

.p-coorde__aboutList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-coorde__aboutList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-coorde__aboutList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-coorde__aboutList {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-coorde__aboutList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    width: calc(100% - 40px);
    margin: 40px auto 0;
    gap: 30px;
  }
}

.p-coorde__aboutLink {
  display: block;
}
.p-coorde__aboutLink .c-button span {
  border-bottom: 1px solid #8E2247;
}
.p-coorde__aboutLink:hover .p-coorde__aboutImgWrap > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-coorde__aboutLink:hover .c-button .c-btn__arrow.--arrow1 {
  background: url("../img/common/arrow01_hover.svg") no-repeat center/cover;
}

.p-coorde__aboutImgWrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .p-coorde__aboutImgWrap {
    margin-bottom: 10px;
  }
}
.p-coorde__aboutImgWrap > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}