@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
}

/******************************************************
* layout
******************************************************/
.l-inner {
  /* max-width: 1280px; */
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.m-inner {
  max-width: 812px;
  max-width: 50.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-inner {
    width: 100%;
    /* margin: auto 20px; */
    margin: auto 1.25rem;
  }
}

.s-inner {
  max-width: 812px;
  max-width: 50.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-inner {
    max-width: 680px;
    width: 100%;
    /* margin: auto 40px; */
    margin: auto 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-subpage-top__inner.l-inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.margin-center {
  margin: 0 auto;
}



/******************************************************
* header
******************************************************/
.p-subpage-top.p-subpage-top--night .p-subpage-top__heading {
  /* margin-top: 68px; */
  margin-top: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--night .p-subpage-top__heading {
    /* margin-top: 35px; */
    margin-top: 2.1875rem;
    margin-right: 20px;
  }
}

.p-subpage-top.p-subpage-top--night .p-subpage-top__heading::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* margin-right: 28px; */
  margin-right: 1.75rem;
  /* margin-top: 11px; */
  margin-top: 0.3125rem;
  margin-bottom: 0;
  margin-left: 0;
  content: "";
  background-image: url(../images/night/night-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  width: 5.4375rem;
  height: 87px;
  height: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--night .p-subpage-top__heading::before {
    /* width: 45.5px; */
    width: 2.84375rem;
    /* height: 43.5px; */
    height: 2.71875rem;
    /* margin-right: 14px; */
    margin-right: 0.875rem;
  }
}

.p-subpage-top.p-subpage-top--night .p-subpage-top__heading img {
  width: 368px;
  width: 23rem;
  /* max-width: 584px; */
  max-width: 36.5rem;
  /* margin-top: 22px; */
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--night .p-subpage-top__heading img {
    max-width: 10.5625rem;
    margin-top: 0.6875rem;
  }
}

.p-subpage-top.p-subpage-top--night .p-subpage-top__inner::before {
  display: none;
}


/******************************************************
* background
******************************************************/
.p-night-bg {
  position: relative;
  width: 100%;
  background-image: url(../images/night/bg.jpg);
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-night-bg {
    background-image: url(../images/night/bg-sp.jpg);
    background-size: auto;
  }
}

.p-night-decoration img {
  position: absolute;
}





/******************************************************
* key visual
******************************************************/
.p-night-keyvisual-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-night-keyvisual-wrap {
    width: fit-content;
  }
}

.p-night-keyvisual-frame {
  width: 1286px;
  width: 80.375rem;
}
@media screen and (max-width: 767px) {
  .p-night-keyvisual-frame {
    width: 365px;
    width: 22.8125rem;
  }
}

.p-night-keyvisual-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1090px;
  width: 68.125rem;
  height: 686px;
  height: 42.875rem;
  transform: translate(-50%, -50%);
  mask-image: url("../images/night/kv-mask.png");
  mask-size: 100%;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-night-keyvisual-mask {
    top: 52%;
    width: 304.5px;
    width: 19.0313rem;
    height: 381.5px;
    height: 23.8438rem;
    mask-image: url("../images/night/kv-mask-sp.png");
  }
}

.p-night-keyvisual-img {
  width: 1303px;
  width: 81.4375rem;
}

.p-night-keyvisual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 763px;
  width: 47.6875rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-night-keyvisual-title {
    width: 212.5px;
    width: 13.2813rem;
    top: 42%;
    left: 48%;
  }
}




/******************************************************
* about css
******************************************************/
.p-night-leadmessage-title {
  margin-top: -15px;
  margin-top: -0.9375rem;
  width: 530px;
  width: 33.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-leadmessage-title {
    margin-top: 45px;
    margin-top: 2.8125rem;
    width: 304px;
    width: 19rem;
  }
}

.p-night-leadmessage-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .p-night-leadmessage-text {
    max-width: 36.625rem;
    margin: 0 auto;
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    padding: 0 2.5rem;
    text-align: justify;
    font-feature-settings: "palt" 1;
  }

  .p-night-leadmessage-text br {
    display: none;
  }
}

.p-night-anchor-wrap {
  margin-top: 100px;
  margin-top: 6.25rem;
  max-width: 812px;
  max-width: 50.75rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-night-anchor-wrap {
    margin-top: 3.625rem;
    max-width: 24.375rem;
  }
}

.p-night-anchor-img {
  width: 146px;
  width: 9.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-anchor-img {
    width: 73px;
    width: 4.5625rem;
  }
}




/******************************************************
* main section css
******************************************************/
.p-night-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-night-section#fun01 {
    background-image: url("../images/night/section1-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 88%;
    background-position: 0 150px;
  }
  .p-night-section#fun02 {
    background-image: url("../images/night/section2-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: 0 280px;
  }
  .p-night-section#fun03 {
    background-image: url("../images/night/section3-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: 0 320px;
  }
  .p-night-section#fun04 {
    background-image: url("../images/night/section4-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: 0 340px;
  }
}


.p-night-section-wrap {
  position: relative;
  z-index: 1;
}

.p-night-section-title {
  margin-top: 80px;
  margin-top: 5rem;
  width: 578px;
  width: 36.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-title {
    margin-top: 3.75rem;
    width: 18.5625rem;
  }
}

.p-night-section-text {
  margin-top: 70px;
  margin-top: 4.375rem;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.81;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-night-section-text {
    max-width: 36.625rem;
    margin: 0 auto;
    margin-top: 35px;
    padding: 0 40px;
    font-size: 13px;
    text-align: justify;
    font-feature-settings: "palt" 1;
  }

  .p-night-section-text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-night-section-slider_wrap {
    position: relative;
    margin-top: 2rem;
    height: 19.0625rem;
  }
}

.p-night-section-slider {
  margin: 0 auto;
  width: 70.9375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-slider {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 50%;
    width: 31.5625rem;
    transform: translate(-50%, 0);
  }
}

#fun01 .p-night-section-slider {
  mask-image: url("../images/night/section1-img_mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
}

#fun02 .p-night-section-slider {
  mask-image: url("../images/night/section2-img_mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
}

#fun03 .p-night-section-slider {
  mask-image: url("../images/night/section3-img_mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
}

#fun04 .p-night-section-slider {
  mask-image: url("../images/night/section4-img_mask.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
}

.p-night-section-slider-img {
  width: 1135px;
  width: 70.9375rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-slider-img {
    width: 35.4688rem;
  }
}

.p-night-section-thumbs {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  width: 1100px;
  width: 68.75rem;
  height: 780px;
  height: 48.75rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-thumbs {
    margin-top: 1.125rem;
    max-width: 23.4375rem;
    width: 100%;
    height: 24.625rem;
  }
}

.p-night-section-thumbs-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-thumbs-img1 {
    left: 0.625rem;
    width: 13rem;
  }
}

#fun02 .p-night-section-thumbs-img1,
#fun04 .p-night-section-thumbs-img1 {
  left: initial;
  right: 0;
}
@media screen and (max-width: 767px) {
  #fun02 .p-night-section-thumbs-img1,
  #fun04 .p-night-section-thumbs-img1 {
  right: 0.875rem;
}
}

.p-night-section-thumbs-img2 {
  position: absolute;
  top: 125px;
  top: 7.8125rem;
  right: 0;
  width: 700px;
  width: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-thumbs-img2 {
    top: 9.375rem;
    right: -1.125rem;
    width: 18.5rem;
  }
}

#fun02 .p-night-section-thumbs-img2,
#fun04 .p-night-section-thumbs-img2 {
  right: initial;
  left: 0;
}
@media screen and (max-width: 767px) {
  #fun02 .p-night-section-thumbs-img2,
  #fun04 .p-night-section-thumbs-img2 {
    left: -1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-night-section-onepoint-wrap {
    margin-top: 1.5625rem;
  }

  #fun02 .p-night-section-onepoint-wrap,
  #fun04 .p-night-section-onepoint-wrap {
    margin-top: 4.6875rem;
  }
}

.p-night-section-onepoint-box_wrap {
  display: none;
}

.p-night-section-onepoint-box {
  padding: 35px 40px 35px 50px;
  padding: 2.1875rem 2.5rem 2.1875rem 3.125rem;
  background-color: rgba(0, 59, 135, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-box {
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 1.125rem 0.625rem 1.125rem 1.25rem;
    max-width: 18.375rem;
    gap: 1rem;
  }
}

#fun02 .p-night-section-onepoint-box, #fun04 .p-night-section-onepoint-box {
  background-color: rgba(72, 28, 135, 0.8);
}

.p-night-section-onepoint-img {
  width: 270px;
  width: 16.875rem;
  box-shadow: 0 0 8px 5px #FFF;
  box-shadow: 0 0 0.5rem 0.3125rem #FFF;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-img {
    width: 7.3125rem;
    box-shadow: 0 0 4px 2.5px #FFF;
  }
}

.p-night-section-onepoint-text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-text {
    font-size: 0.625rem;
  }
}

.p-night-section-onepoint-btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 506px;
  width: 31.625rem;
  height: 93px;
  height: 5.8125rem;
  background-image: url("../images/night/onepoint-frame1.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  gap: 2.8125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-btn {
    margin-top: 0;
    width: 17.1875rem;
    height: 3.125rem;
    gap: 1.5625rem;
  }
}

#fun02 .p-night-section-onepoint-btn, #fun04 .p-night-section-onepoint-btn {
  background-image: url("../images/night/onepoint-frame2.png");
}

.p-night-section-onepoint-btn_name {
  width: 220px;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-btn_name {
    width: 7.5rem;
  }
}

.p-night-section-onepoint-btn_mark {
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-btn_mark {
    width: 1.3125rem;
    width: 1.3125rem;
  }
}

.p-night-section-onepoint-btn_line {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  width: 2.5rem;
  height: 3px;
  border-radius: 3px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-night-section-onepoint-btn_line {
    width: 1.3125rem;
    height: 2px;
  }
}

.p-night-section-onepoint-btn_line:nth-child(2) {
  transform: rotate(90deg);
  transition: 0.3s;
}

.is-open .p-night-section-onepoint-btn_line:nth-child(2) {
  transform: rotate(0);
  transition: 0.3s;
}

.p-night-section-bg img {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-night-section-bg img {
    display: none;
  }
}

#fun02 .p-night-section-bg img {
  top: 0;
}

#fun03 .p-night-section-bg img,
#fun04 .p-night-section-bg img {
  top: 50px;
  top: 3.125rem;
}



/******************************************************
* recommend section css
******************************************************/
.p-night-recommend {
  position: relative;
  margin-top: 170px;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-night-recommend {
    margin-top: 8.75rem;
  }
}

.p-night-recommend-wrap {
  position: relative;
  z-index: 1;
}

.p-night-recommend-title {
  width: 610px;
  width: 38.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-title {
    width: 19rem;
  }
}

.p-night-recommend-text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-text {
    margin-top: 1.875rem;
    padding: 0 2.8125rem;
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
    line-height: 1.66;
    height: 4.6875rem;
  }
}

.p-night-recommend-item-wrap {
  position: relative;
  padding-top: 120px;
  padding-top: 7.5rem;
  height: 970px;
  height: 60.625rem;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-wrap {
    padding-top: 3.125rem;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-night-recommend-item-layer {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-night-recommend-item-wrap#recommend1 {
    background-image: url("../images/night/recommend1-bg-sp.png");
    background-size: 100% 130%;
    background-position: 0 100px;
  }

  .p-night-recommend-bg1 {
    display: none;
  }

  .p-night-recommend-item-wrap#recommend2 {
    background-image: url("../images/night/recommend2-bg-sp.png");
    background-size: 100% 120%;
    background-position: 0 50px;
  }

  .p-night-recommend-bg2 {
    display: none;
  }
}

.p-night-recommend-item-title {
  width: 595px;
  width: 37.1875rem;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-title {
    width: 18.75rem;
  }
}

#recommend2 .p-night-recommend-item-title {
  width: 695px;
  width: 43.4375rem;
}
@media screen and (max-width: 767px) {
  #recommend2 .p-night-recommend-item-title {
    width: 21.875rem;
  }
}

.p-night-recommend-item-img-wrap {
  position: relative;
  margin-top: 75px;
  margin-top: 4.6875rem;
  height: 484px;
  height: 30.25rem;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-img-wrap {
    height: 24.125rem;
    margin-top: 1.8125rem;
  }
}

#recommend2 .p-night-recommend-item-img-wrap {
  margin-top: 90px;
  margin-top: 5.625rem;
  height: 456px;
  height: 28.5rem;
}
@media screen and (max-width: 767px) {
  #recommend2 .p-night-recommend-item-img-wrap {
    height: 23.9375rem;
    margin-top: 2.0625rem;
  }
}

.p-night-recommend-item-img1 {
  position: absolute;
  top: 0;
  left: 162px;
  left: 10.125rem;
  width: 432px;
  width: 27rem;
}
@media screen and (max-width: 1079px) {
  .p-night-recommend-item-img1 {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-img1 {
    margin: 0 auto;
    left: 2.5rem;
    width: 13.5rem;
  }
}

#recommend2 .p-night-recommend-item-img1 {
  left: 136px;
  left: 8.5rem;
  width: 444px;
  width: 27.75rem;
}
@media screen and (max-width: 1079px) {
  #recommend2 .p-night-recommend-item-img1 {
    width: 26.25rem;
  }
}
@media screen and (max-width: 767px) {
  #recommend2 .p-night-recommend-item-img1 {
    position: absolute;
    left: 1.5625rem;
    width: 14.125rem;
  }
}

.p-night-recommend-item-img2 {
  position: absolute;
  top: 90px;
  top: 5.625rem;
  right: 166px;
  right: 10.375rem;
  width: 418px;
  width: 26.125rem;
}
@media screen and (max-width: 1079px) {
  .p-night-recommend-item-img2 {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-img2 {
    position: absolute;
    /* margin: 0 auto; */
    /* margin-top: 2.5rem; */
    top: initial;
    right: 1.5625rem;
    bottom: 0;
    width: 13.0625rem;
  }
}

#recommend2 .p-night-recommend-item-img2 {
  right: 146px;
  right: 9.125rem;
  width: 448px;
  width: 28rem;
}
@media screen and (max-width: 1079px) {
  #recommend2 .p-night-recommend-item-img2 {
    width: 26.25rem;
  }
}
@media screen and (max-width: 767px) {
  #recommend2 .p-night-recommend-item-img2 {
    bottom: 0;
    right: 1.6875rem;
    width: 14.375rem;
  }
}

.p-night-recommend-item-text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.818;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-text {
    max-width: 36.625rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    padding: 0 40px;
    text-align: justify;
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    line-height: 1.61;
  }

  .p-night-recommend-item-text br {
    display: none;
  }
}

.p-night-recommend-item-text::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1094px;
  width: 68.375rem;
  height: 45px;
  height: 2.8125rem;
  background-image: url("../images/night/line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-text::before {
    display: none;
  }
}

.p-night-recommend-item-text::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1094px;
  width: 68.375rem;
  height: 45px;
  height: 2.8125rem;
  background-image: url("../images/night/line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-item-text::after {
    display: none;
  }
}

.p-night-recommend-btn {
  display: block;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-btn {
    margin-top: 2.5rem;
  }
}

.p-night-recommend-btn-img {
  margin: 0 auto;
  padding: 22px 110px;
  padding: 1.375rem 6.875rem;
  border: solid 2px #FFF;
  border-radius: 15px;
  border-radius: 0.9375rem;
  width: 510px;
  width: 31.875rem;
  background-color: #003b87;
}
@media screen and (max-width: 767px) {
  .p-night-recommend-btn-img {
    padding: 0.8125rem 3.9375rem;
    border-radius: 0.625rem;
    width: 17.75rem;
  }
}

.p-night-recommend-bg img {
  position: absolute;
}

.p-night-recommend-bg1 {
  top: 220px;
  top: 13.75rem;
  left: 0;
  width: 100%;
}

.p-night-recommend-bg2 {
  bottom: 100px;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
}



/******************************************************
* end section css
******************************************************/
.p-night-end {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-night-end {
    margin-top: 0;
    padding-bottom: 1.875rem;
  }
}

.p-night-end-wrap {
  position: relative;
}

.p-night-end-visual-wrap {
  position: relative;
}

.p-night-end-frame {
  width: 1286px;
  width: 80.375rem;
  /* filter: blur(10px); */
}
@media screen and (max-width: 767px) {
  .p-night-end-frame {
    max-width: 23.4375rem;
    width: 100%;
  }
}

/* 
.p-night-end-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 958px;
  width: 59.875rem;
  transform: translate(-50%, -50%);
  mask-image: url("../images/night/ev-mask.png");
}
 */

.p-night-end-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 930px;
  width: 58.125rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-night-end-img {
    max-width: 20.625rem;
    width: 100%;
  }
}

.p-night-end-title {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 547px;
  width: 34.1875rem;
}
@media screen and (max-width: 767px) {
  .p-night-end-title {
    margin-top: 0;
    width: 17.0938rem;
  }
}

.p-night-end-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1.818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-night-end-text {
    max-width: 36.625rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    padding: 0 2.5rem;
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    line-height: 1.61;
    text-align: justify;
  }

  .p-night-end-text br {
    display: none;
  }
}



/******************************************************
* decorations css
******************************************************/
.p-night-decorations * {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-night-section .p-night-decorations {
    display: none;
  }
}

.p-night-decorations-sp * {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-night-decorations-sp * {
    display: block;
    position: absolute;
  }
}

.p-night-star_sign1 {
  top: 3.75rem;
  left: -5.625rem;
  width: 19.0625rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign1 {
    top: 0.9375rem;
    left: 0.625rem;
    width: 7.0938rem;
  }
}

.p-night-star_sign2 {
  top: 5.625rem;
  right: -3rem;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign2 {
    top: 1.5rem;
    right: 0.5rem;
    width: 6.0938rem;
  }
}

.p-night-star_sign3 {
  top: 35rem;
  left: -3.375rem;
  width: 15.25rem;  
}
@media screen and (max-width: 767px) {
  .p-night-star_sign3 {
    top: 23.125rem;
    left: 0.5rem;
    width: 6.875rem;
  }
}

.p-night-star_sign4 {
  top: 30.3125rem;
  right: -5.5rem;
  width: 15.75rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign4 {
    top: 22.5rem;
    right: 1.125rem;
    width: 5.8125rem;
  }
}

.p-night-star_sign5 {
  top: 80.25rem;
  right: -0.625rem;
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign5 {
    top: 0;
    right: 1.875rem;
    width: 8.25rem;
  }
}

.p-night-star_sign6 {
  top: 109.125rem;
  left: 5.8125rem;
  width: 17.9375rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign6 {
    top: 11.125rem;
    left: 0.9375rem;
    width: 7.3438rem;
  }
}

.p-night-star_sign7 {
  top: 80.25rem;
  left: 1.25rem;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign7 {
    top: 1.25rem;
    left: 2.1875rem;
    width: 6.4688rem;
  }
}

.p-night-star_sign8 {
  top: 113.5625rem;
  right: 12.5rem;
  width: 15.25rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign8 {
    top: 21.875rem;
    right: 1.25rem;
    width: 7.625rem;
  }
}

.p-night-star_sign9 {
  top: 80.25rem;
  right: 2.3125rem;
  width: 16.4375rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign9 {
    top: 0;
    right: 1.875rem;
    width: 8.2188rem;
  }
}

.p-night-star_sign10 {
  top: 105.5rem;
  left: 9.25rem;
  width: 21.8125rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign10 {
    top: 12.25rem;
    left: 1.0625rem;
    width: 6.5938rem;
    transform: scaleX(-1) rotate(17deg);
  }
}

.p-night-star_sign11 {
  top: 80.25rem;
  left: 1.5625rem;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign11 {
    top: 1rem;
    left: 2.1875rem;
    width: 6.4688rem;
  }
}

.p-night-star_sign12 {
  top: 112.5rem;
  right: 12.1875rem;
  width: 15.25rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign12 {
    top: 21.875rem;
    right: 1.375rem;
    width: 7.625rem;
  }
}

.p-night-star_sign13 {
  top: -31.25rem;
  right: 0;
  width: 17.0625rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign13 {
    display: none;
  }
}

.p-night-star_sign13-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign13-sp {
    display: block;
    top: -24.75rem;
    right: 4.1875rem;
    width: 11.625rem;
    transform: rotate(175deg);
  }
}

.p-night-star_sign14 {
  top: 26rem;
  left: -3.75rem;
  width: 15.8125rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign14 {
    top: 16.5rem;
    left: 1.5625rem;
    width: 6.75rem;
  }
}

.p-night-star_sign15 {
  top: 7.5rem;
  right: -3.125rem;
  width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign15 {
    display: none;
  }
}

.p-night-star_sign16 {
  top: 27.875rem;
  left: -7.5rem;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign16 {
    top: 3.75rem;
    left: initial;
    right: 1.3125rem;
    width: 6.4375rem;
  }
}

.p-night-star_sign17 {
  top: -2.875rem;
  right: 2.5rem;
  width: 19.1875rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign17 {
    top: 1.5rem;
    right: 0.8125rem;
    width: 7rem;
    transform: rotate(-10deg);
  }
}

.p-night-star_sign18 {
  top: 30.3125rem;
  left: -3rem;
  width: 15.8125rem;
}
@media screen and (max-width: 767px) {
  .p-night-star_sign18 {
    top: 17rem;
    left: 0.9375rem;
    width: 5.6875rem;
  }
}



.p-night-blink_anime {
  animation: blink 1.5s ease-in-out infinite alternate;
}

.p-night-star1 {
  top: 4.1875rem;
  left: 5.3125rem;
  width: 1.875rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star1 {
    top: 1.1875rem;
    left: 4.625rem;
    width: 0.6875rem;
  }
}

.p-night-star2 {
  top: 20.5rem;
  left: -5.9375rem;
  width: 1.875rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-night-star2 {
    top: 7.25rem;
    left: 0.4375rem;
    width: 0.6875rem;
  }
}

.p-night-star3 {
  top: 5.625rem;
  right: 5.5rem;
  width: 2.3125rem;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-night-star3 {
    top: 1.5625rem;
    right: 4.5rem;
    width: 1.0625rem;
  }
}

.p-night-star4 {
  top: 15.4375rem;
  right: 1.75rem;
  width: 2.3125rem;
  animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .p-night-star4 {
    top: 6.125rem;
    right: 2.75rem;
    width: 1.0625rem;
  }
}

.p-night-star5 {
  top: 40.5rem;
  left: -3.75rem;
  width: 2.3125rem;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-night-star5 {
    top: 25.625rem;
    left: 0.3125rem;
    width: 1.0625rem;
  }
}

.p-night-star6 {
  top: 39.8125rem;
  left: 10rem;
  width: 2.3125rem;
  animation-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  .p-night-star6 {
    top: 25.25rem;
    left: 6.4375rem;
    width: 1.0625rem;
  }
}

.p-night-star7 {
  top: 35.25rem;
  right: 8.5rem;
  width: 1.875rem;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-night-star7 {
    top: 24.375rem;
    right: 6.25rem;
    width: 0.6875rem;
  }
}

.p-night-star8 {
  top: 35.625rem;
  right: -5.625rem;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star8 {
    top: 24.5rem;
    right: 1.0625rem;
    width: 0.6875rem;
  }
}

.p-night-star9 {
  top: 83rem;
  right: 8.125rem;
  width: 1.875rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star9 {
    top: 1.5rem;
    right: 6.4375rem;
    width: 0.6875rem;
  }
}


.p-night-star10 {
  top: 109rem;
  left: 16.6875rem;
  width: 1.875rem;
  animation-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .p-night-star10 {
    top: 11.125rem;
    left: 5.375rem;
    width: 0.6875rem;
  }
}

.p-night-star11 {
  top: 123.125rem;
  left: 16.9375rem;
  width: 1.875rem;
  animation-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .p-night-star11 {
    top: 16.875rem;
    left: 5.5rem;
    width: 0.6875rem;
  }
}

.p-night-star12 {
  top: 80.4375rem;
  left: 3.375rem;
  width: 2.3125rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-night-star12 {
    top: 1.375rem;
    left: 3.3125rem;
    width: 1.0625rem;
  }
}

.p-night-star13 {
  top: 90rem;
  left: 7.1875rem;
  width: 2.3125rem;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .p-night-star13 {
    top: 6.25rem;
    left: 5.25rem;
    width: 1.0625rem;
  }
}

.p-night-star14 {
  top: 118.4375rem;
  right: 25.8125rem;
  width: 2.3125rem;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-night-star14 {
    top: 24.375rem;
    right: 8rem;
    width: 1.0625rem;
  }
}

.p-night-star15 {
  top: 119.125rem;
  right: 12.125rem;
  width: 2.3125rem;
  animation-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .p-night-star15 {
    top: 24.75rem;
    right: 0.9375rem;
    width: 1.0625rem;
  }
}

.p-night-star16 {
  top: 83.0625rem;
  right: 11.0625rem;
  width: 1.875rem;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-night-star16 {
    top: 1.5rem;
    right: 6.375rem;
    width: 0.6875rem;
  }
}

.p-night-star17 {
  top: 112.625rem;
  left: 20.25rem;
  width: 1.875rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star17 {
    top: 12.375rem;
    left: 3.875rem;
    width: 0.6875rem;
  }
}

.p-night-star18 {
  top: 120.6875rem;
  left: 10.125rem;
  width: 1.875rem;
  animation-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .p-night-star18 {
    top: 18.75rem;
    left: 1.875rem;
    width: 0.6875rem;
  }
}

.p-night-star19 {
  top: 80.375rem;
  left: 3.75rem;
  width: 2.3125rem;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-night-star19 {
    top: 1rem;
    left: 3.25rem;
    width: 1.0625rem;
  }
}

.p-night-star20 {
  top: 90rem;
  left: 7.5rem;
  width: 2.3125rem;
  animation-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  .p-night-star20 {
    top: 6rem;
    left: 5.1875rem;
    width: 1.0625rem;
  }
}

.p-night-star21 {
  top: 117.25rem;
  right: 25.4375rem;
  width: 2.3125rem;
  animation-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .p-night-star21 {
    top: 388px;
    right: 129px;
    width: 1.0625rem;
  }
}

.p-night-star22 {
  top: 118rem;
  right: 11.75rem;
  width: 2.3125rem;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .p-night-star22 {
    top: 24.75rem;
    right: 1.125rem;
    width: 1.0625rem;
  }
}

.p-night-star23 {
  top: -29.5rem;
  right: 7.25rem;
  width: 1.875rem;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-night-star23 {
    top: -18rem;
    right: 3.9375rem;
    width: 0.6875rem;
  }
}

.p-night-star24 {
  top: -10.625rem;
  right: 13.125rem;
  width: 1.875rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-night-star24 {
    display: none;
  }
}

.p-night-star25 {
  top: 31.375rem;
  left: -3.875rem;
  width: 1.875rem;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-night-star25 {
    top: 18.875rem;
    left: 1.5625rem;
    width: 0.6875rem;
  }
}

.p-night-star26 {
  top: 30.625rem;
  left: 10.25rem;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star26 {
    top: 18.625rem;
    left: 7.5625rem;
    width: 0.6875rem;
  }
}

.p-night-star27 {
  top: 13.875rem;
  right: 12.125rem;
  width: 2.3125rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-night-star27 {
    display: none;
  }
}

.p-night-star28 {
  top: 12.875rem;
  right: -3.25rem;
  width: 2.3125rem;
  animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .p-night-star28 {
    display: none;
  }
}

.p-night-star29 {
  top: 28rem;
  left: -5.375rem;
  width: 2.3125rem;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-night-star29 {
    top: 3.8125rem;
    left: initial;
    right: 5.625rem;
    width: 1.0625rem;
  }
}

.p-night-star30 {
  top: 37.6875rem;
  left: -1.625rem;
  width: 2.3125rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-night-star30 {
    top: 8.6875rem;
    left: initial;
    right: 3.6875rem;
    width: 1.0625rem;
  }
}

.p-night-star31 {
  top: -2.375rem;
  right: 13.375rem;
  width: 1.875rem;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-night-star31 {
    top: 1.875rem;
    right: 5.25rem;
    width: 0.6875rem;
  }
}

.p-night-star32 {
  top: 13.75rem;
  right: 2.25rem;
  width: 1.875rem;
  animation-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .p-night-star32 {
    top: 6.875rem;
    right: 0.375rem;
    width: 0.6875rem;
  }
}

.p-night-star33 {
  top: 35.75rem;
  left: -3rem;
  width: 1.875rem;
  animation-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-night-star33 {
    top: 19rem;
    left: 0.875rem;
    width: 0.6875rem;
  }
}

.p-night-star34 {
  top: 35rem;
  left: 10.9375rem;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star34 {
    top: 18.75rem;
    left: 5.9375rem;
    width: 0.6875rem;
  }
}

.p-night-star35 {
  top: 13.75rem;
  right: -9.375rem;
  width: 1.875rem;
  animation-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .p-night-star35 {
    display: none;
  }
}

.p-night-star36 {
  top: 57.5rem;
  left: 2.5rem;
  width: 1.875rem;
  animation-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  .p-night-star36 {
    display: none;
  }
}

.p-night-star37 {
  top: -4.375rem;
  left: -0.625rem;
  width: 2.8125rem;
  animation-delay: 1.0s;
}
@media screen and (max-width: 767px) {
  .p-night-star37 {
    display: none;
  }
}

.p-night-star38 {
  top: 17.8125rem;
  right: 3.125rem;
  width: 4.375rem;
  animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .p-night-star38 {
    display: none;
  }
}

.p-night-star39 {
  top: 99.375rem;
  left: -0.9375rem;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star39 {
    display: none;
  }
}

.p-night-star40 {
  top: 42.5rem;
  right: 0.3125rem;
  width: 2.3125rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star40 {
    display: none;
  }
}

.p-night-star41 {
  top: 65rem;
  left: -6.25rem;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star41 {
    display: none;
  }
}

.p-night-star42 {
  top: 39.375rem;
  left: -1.25rem;
  width: 2.3125rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star42 {
    display: none;
  }
}

.p-night-star43 {
  top: 13.75rem;
  left: 0;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star43 {
    display: none;
  }
}

.p-night-star44 {
  top: 40rem;
  right: 0;
  width: 1.875rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star44 {
    display: none;
  }
}

.p-night-star45 {
  top: 2rem;
  left: 5.625rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star45 {
    display: none;
  }
}

.p-night-star46 {
  top: 45.625rem;
  right: 0;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star46 {
    top: -42.5rem;
    right: 3.125rem;
    width: 2.1875rem;
  }
}

.p-night-star47 {
  top: 78.125rem;
  left: 0;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star47 {
    top: -40rem;
    left: 2.1875rem;
    width: 2.1875rem;
    animation-delay: 0.5s;
  }
}

.p-night-star48 {
  top: 146.875rem;
  right: -2.5rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star48 {
    display: none;
  }
}

.p-night-star49 {
  top: 25rem;
  left: -5rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star49 {
    top: -45.3125rem;
    left: initial;
    right: 3.125rem;
    width: 2.1875rem;
  }
}

.p-night-star50 {
  top: 140.625rem;
  right: -2.5rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star50 {
    top: -41.875rem;
    left: 2.1875rem;
    width: 2.1875rem;
    animation-delay: 0.5s;
  }
}

.p-night-star51 {
  top: 10rem;
  left: 0;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star51 {
    top: -44.375rem;
    left: initial;
    right: 3.125rem;
    width: 2.1875rem;
  }
}

.p-night-star52 {
  top: 76.25rem;
  right: 1.25rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star52 {
    top: -40.625rem;
    left: 2.1875rem;
    width: 2.1875rem;
    animation-delay: 0.5s;
  }
}

.p-night-star53 {
  top: -3.75rem;
  right: 3.125rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star53 {
    top: -46.875rem;
    left: initial;
    right: 3.125rem;
    width: 2.1875rem;
  }
}

.p-night-star54 {
  top: 13.125rem;
  left: 0;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star54 {
    top: -43.125rem;
    left: 2.1875rem;
    width: 2.1875rem;
    animation-delay: 0.5s;
  }
}

.p-night-star55 {
  top: 153.125rem;
  right: 3.125rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star55 {
    display: none;
  }
}

.p-night-star56 {
  top: -12.5rem;
  left: 0;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star56 {
    top: -21.875rem;
    left: 3.125rem;
    width: 2.1875rem;
  }
}

.p-night-star57 {
  top: 40rem;
  right: 0;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star57 {
    top: 7.875rem;
    right: 3.125rem;
    width: 2.1875rem;
  }
}

.p-night-star58 {
  top: 61.875rem;
  left: -5rem;
  width: 4.375rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-night-star58 {
    top: 23.125rem;
    left: 3.125rem;
    width: 2.1875rem;
  }
}



.p-night-shooting_star1 {
  top: 3.75rem;
  right: 3.125rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star2 {
  top: 37.5rem;
  left: -9.375rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star3 {
  top: 68.75rem;
  right: -13.125rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star4 {
  top: -1.25rem;
  left: -3.125rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star5 {
  top: 73.125rem;
  right: -11.875rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star6 {
  top: -3.125rem;
  left: -7.5rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star7 {
  top: 30rem;
  right: -7.5rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star8 {
  top: -1.25rem;
  left: -4.375rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star9 {
  top: 73.125rem;
  right: -12.5rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star10 {
  top: -33.125rem;
  left: -10.625rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star11 {
  top: 6.25rem;
  right: -13.75rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star12 {
  top: 6.875rem;
  left: -12.5rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star13 {
  top: 34.375rem;
  right: -11.25rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star14 {
  top: 1.875rem;
  left: -10rem;
  width: 15.1875rem;
  height: 8.5rem;
}

.p-night-shooting_star15 {
  top: 51.875rem;
  right: -8.75rem;
  width: 15.1875rem;
  height: 8.5rem;
}



/******************************************************
* footer css
******************************************************/
.l-btn {
  /* margin-top: 100px; */
  margin-top: 6.25rem;
  /* margin-bottom: 90px; */
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-btn {
    /* margin-top: 37px; */
    margin-top: 2.3125rem;
  }
}
.p-btn__item.p-btn__item--picnic a {
  padding: 12px 55px;
  padding: 0.75rem 3.4375rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--picnic a {
    /* padding: 9px 32px; */
    padding: 0.5625rem 2rem;
    justify-content: left;
    text-align: center;
  }
}
.p-btn__item.p-btn__item--picnic a::after, .p-btn__item.p-btn__item--picnic a::before {
  /* right: 50px; */
  right: 3.125rem;
}

.p-btn__item.p-btn__item--picnic img {
  /* width: 44px; */
  width: 2.75rem;
  /* margin-right: 8px; */
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--picnic img {
    /* width: 35px; */
    width: 2.1875rem;
    /* margin-right: 17px; */
    margin-right: 1.0625rem;
  }
}





/****************************************************
** Animation css
****************************************************/
/* KVズームアニメーション*/
.js-effect-zoom {
  transform: scale(1.2, 1.2);
  transform-origin: center;
}
.js-effect-zoom.is-animated {
  animation-name: mo-zoom;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes mo-zoom {
  0% {
      transform: scale(1.2,1.2);
      transform-origin: center;
  }
  100% {
      transform: scale(1.0,1.0);
      transform-origin: center;
  }
}

/* KVタイトル表示アニメーション*/
.js-effect-fade {
  opacity: 0;
}
.js-effect-fade.is-animated {
  animation-name: mo-fade;
  animation-duration: 3s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes mo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* 流れ星アニメーション */
.js-printAnime {
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .js-printAnime {
    display: none;
  }
}
.js-printAnime.is-animated {
  animation-duration:1.5s;
  animation-delay: 250ms;
  animation-fill-mode:forwards;
  transition-timing-function: ease-in;
  opacity: 0;
}
.js-printAnimeInner.is-animated {
  animation-duration:1.5s;
  animation-delay: 250ms;
  animation-fill-mode:forwards;
  transition-timing-function: ease-in;
  opacity: 0;
}

.printLeftWrap.is-animated {
  animation-name:printR2LAnimationWrap;
}
.printLeft.is-animated {
  animation-name:printR2LAnimation;
}

@keyframes printR2LAnimationWrap {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes printR2LAnimation {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* 点滅アニメーション */
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*** スライダーズーム ***/
.swiper-slide-active .p-night-section-slider-img,
.swiper-slide-duplicate-active .p-night-section-slider-img,
.swiper-slide-prev .p-night-section-slider-img {
  animation: zoomUp 4s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}