@font-face {
  font-family: "notoSerifJp400";
  src: url("../font/NotoSerifJP-Regular.woff");
}
@font-face {
  font-family: "notoSerifJp500";
  src: url("../font/NotoSerifJP-Medium.woff");
}
@font-face {
  font-family: "notoSerifJp600";
  src: url("../font/NotoSerifJP-SemiBold.woff");
}
@font-face {
  font-family: "notoSerifJp700";
  src: url("../font/NotoSerifJP-Bold.woff");
}
@font-face {
  font-family: "notoSansJp400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSansJp500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSansJp700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.ttf");
}
.top-mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-mv {
    height: calc(100vh + 200px);
  }
}
@media screen and (max-width: 767px) {
  .top-mv {
    height: calc(100vh + 40px);
  }
}
.top-mv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../img/common/fv_bg.jpg") no-repeat top/cover;
}
.top-mv.is-anime .top-mv__logoWrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-mv.is-anime .top-mv__description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top-mv.is-anime .top-mv__guide {
  opacity: 3;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.top-mv__description {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  opacity: 0;
  height: 100%;
}
.top-mv__imgWrap {
  width: 100%;
  height: 100%;
}
.top-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

.top-mv__logoWrap {
  margin: 0 auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .top-mv__logoWrap {
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__logoWrap {
    max-width: 320px;
    width: 80%;
  }
}

.top-mv__guide {
  width: 22px;
  height: 38px;
  display: block;
  top: 90vh;
  left: 50%;
  z-index: 10;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  border-radius: 100px;
  background-color: #000066;
}
.top-mv__guide:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: down 3s infinite;
          animation: down 3s infinite;
  border-radius: 100px;
  background-color: #fff;
}
@-webkit-keyframes down {
  0% {
    top: 3px;
  }
  90% {
    top: 26px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes down {
  0% {
    top: 3px;
  }
  90% {
    top: 26px;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  ::-webkit-full-page-media, :future, :root .top-mv__guide {
    top: 80vh;
  }
}

.top-mv__scroll {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-family: notoSerifJp700, sans-serif;
  color: #000066;
}

.top-mv__ringWrap {
  position: absolute;
  z-index: -1;
}
.top-mv__ringWrap:after {
  content: "";
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/top/petal1.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-mv__ringWrap:first-child {
    top: -390px;
    left: -200px;
  }
  .top-mv__ringWrap:nth-child(2) {
    width: 288px;
    height: 288px;
    top: 36%;
    right: 7%;
  }
  .top-mv__ringWrap:after {
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__ringWrap:first-child {
    top: -160px;
    left: -160px;
  }
  .top-mv__ringWrap:nth-child(2) {
    width: 132px;
    height: 132px;
    top: 36%;
    right: -6%;
  }
  .top-mv__ringWrap:after {
    width: 15px;
  }
}

.top-mv__petal {
  display: inline-block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .top-mv__petal {
    width: 35px;
  }
  .top-mv__petal:first-child {
    width: 80px;
    top: 44px;
    left: 21%;
  }
  .top-mv__petal:nth-child(2) {
    top: 5%;
    right: 22%;
  }
  .top-mv__petal:nth-child(3) {
    width: 150px;
    top: 0;
    right: 10%;
  }
  .top-mv__petal:nth-child(4) {
    width: 155px;
    bottom: 10%;
    right: 0;
  }
  .top-mv__petal:nth-child(5) {
    bottom: 27%;
    right: 25%;
  }
  .top-mv__petal:nth-child(6) {
    width: 44px;
    bottom: 32%;
    left: 32%;
  }
  .top-mv__petal:nth-child(7) {
    width: 80px;
    top: 16%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__petal {
    width: 18px;
  }
  .top-mv__petal:first-child {
    width: 40px;
    top: 60%;
    right: 1%;
  }
  .top-mv__petal:nth-child(2) {
    width: 40px;
    top: 72%;
    left: 7%;
  }
  .top-mv__petal:nth-child(3) {
    top: 55%;
    right: 10%;
  }
  .top-mv__petal:nth-child(4) {
    width: 155px;
    bottom: 10%;
    right: -15%;
  }
  .top-mv__petal:nth-child(5) {
    bottom: 27%;
    right: 25%;
  }
  .top-mv__petal:nth-child(6) {
    width: 44px;
    bottom: 38%;
    left: 17%;
  }
  .top-mv__petal:nth-child(7) {
    top: 3%;
    left: 52%;
  }
  .top-mv__petal:nth-child(8) {
    top: 10%;
    right: 0;
  }
}

.top__sectionWrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__sectionWrap {
    margin-top: -127px;
  }
}

.top-ceremony {
  position: relative;
  z-index: 2;
}
.top-ceremony:before, .top-ceremony:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
}
.top-ceremony:before {
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgb(255, 255, 255)), color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}
.top-ceremony:after {
  z-index: -2;
  background: url("../img/top/cloud01.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-ceremony {
    padding: 56px 0 206px;
  }
  .top-ceremony:before {
    height: 400px;
  }
  .top-ceremony:after {
    left: -366px;
    bottom: -360px;
    width: 1209px;
    height: 659px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony {
    padding: 30px 20px 100px;
  }
  .top-ceremony:before {
    top: -70px;
    height: 547px;
  }
  .top-ceremony:after {
    right: 0;
    bottom: -280px;
    width: 758px;
    height: 413px;
  }
}

.top-ceremony__wrap {
  display: block;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.top-ceremony__logoWrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-ceremony__logoWrap {
    max-width: 372px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__logoWrap {
    max-width: 318px;
  }
}

.top-ceremony__name {
  margin-top: 32px;
  text-align: center;
  font-family: notoSerifJp600, sans-serif;
  color: #000066;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .top-ceremony__name {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__name {
    font-size: clamp(25px, 9vw, 36px);
  }
}
@media screen and (min-width: 768px) {
  .top-ceremony__name span {
    font-size: 60px;
    margin-left: 15px;
    line-height: 1.3;
    vertical-align: text-top;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__name span {
    font-size: clamp(25px, 9vw, 36px);
  }
}

.top-ceremony__comment {
  text-align: center;
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-ceremony__comment {
    font-size: 28px;
    line-height: 1.57;
    margin: 30px auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__comment {
    font-size: 20px;
    line-height: 1.6;
    margin: 20px auto 40px;
  }
}

.top-ceremony__buttonGroup {
  max-width: 592px;
}
@media screen and (min-width: 768px) {
  .top-ceremony__buttonGroup {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__buttonGroup {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .top-ceremony__button {
    max-width: 266px;
    min-height: 70px;
    width: 50%;
    padding: 0 60px 0 30px;
    font-size: 18px;
  }
  .top-ceremony__button:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__button {
    max-width: 230px;
    min-height: 60px;
    margin: 0 auto;
    padding: 0 32px 0 30px;
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  .top-ceremony__button:nth-child(n+2) {
    margin-top: 25px;
  }
}
.top-ceremony__button.--mark:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 11;
  background: url("../img/common/icon-arrow.svg") no-repeat center center/15px 12px;
  width: 15px;
  height: 12px;
}
@media screen and (min-width: 1280px) {
  .top-ceremony__button.--mark:before {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .top-ceremony__button.--mark:before {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__button.--mark:before {
    right: 29px;
  }
}
@media screen and (max-width: 1279px) {
  .top-ceremony__button.--mark:before {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    width: 15px;
    height: 12px;
  }
}
.top-ceremony__button.--mark:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) scale(0.2);
          transform: translateY(-50%) scale(0.2);
  width: 34px;
  height: 34px;
  background: #222;
}
@media screen and (min-width: 768px) {
  .top-ceremony__button.--mark:after {
    right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .top-ceremony__button.--mark:after {
    right: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .top-ceremony__button.--mark:after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .top-ceremony__button:hover.--mark:before {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    width: 15px;
    height: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .top-ceremony__button:hover.--mark:after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    width: 34px;
    height: 34px;
  }
}

.top-ceremony__petal {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-ceremony__petal:first-child {
    width: 80px;
    top: 14%;
    left: 6%;
  }
  .top-ceremony__petal:nth-child(2) {
    width: 436px;
    bottom: 10%;
    right: 0%;
  }
  .top-ceremony__petal:nth-child(3) {
    width: 102px;
    bottom: 20%;
    left: 10%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-ceremony__petal:first-child {
    width: 60px;
  }
  .top-ceremony__petal:nth-child(3) {
    left: 0;
  }
}

.top-concept {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-concept {
    padding: 0 0 60px;
  }
}
.top-concept:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  z-index: -2;
  background: url("../img/top/cloud02.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-concept:before {
    bottom: -137px;
    right: -522px;
    width: 1717px;
    height: 687px;
  }
}
@media screen and (max-width: 767px) {
  .top-concept:before {
    bottom: -137px;
    left: -122px;
    width: 854px;
    height: 699px;
  }
}

.top-concept__wrap {
  font-family: notoSerifJp600, sans-serif;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 600px;
}
.top-concept__boxWrap {
  position: relative;
  z-index: 2;
}

.top-concept__head {
  color: #000066;
}
@media screen and (min-width: 768px) {
  .top-concept__head {
    font-size: 20px;
  }
}

.top-concept__read {
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-concept__read {
    font-size: 18px;
    line-height: 2.22;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-concept__read {
    margin: 70px auto 0;
    max-width: 504px;
  }
}
@media screen and (max-width: 767px) {
  .top-concept__read {
    font-size: 16px;
    line-height: 2;
    margin-top: 60px;
  }
}

.top-concept__heading {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .top-concept__heading {
    font-size: 66px;
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-concept__heading {
    font-size: 48px;
    margin: 30px auto 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-concept__text {
    font-size: 18px;
  }
}

.top-concept__boxWrap02 {
  margin-top: 10%;
}
@media screen and (max-width: 1279px) {
  .top-concept__boxWrap02 {
    position: relative;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-concept__boxWrap02 {
    margin-top: -30%;
    z-index: 0;
  }
}

.top-concept__lineWrap {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .top-concept__lineWrap {
    top: 20%;
  }
}
@media screen and (max-width: 1279px) {
  .top-concept__lineWrap {
    top: 24%;
  }
}

.top-concept__imgWrap1,
.top-concept__imgWrap2 {
  position: absolute;
  right: 0;
  width: 100%;
}

.top-concept__imgWrap2 {
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-transform: translateY(0.5%);
          transform: translateY(0.5%);
}

.top-concept__box {
  bottom: 0;
  z-index: -2;
  right: 0;
}
@media screen and (min-width: 1280px) {
  .top-concept__box {
    position: relative;
  }
}
@media screen and (max-width: 1279px) {
  .top-concept__box {
    position: absolute;
  }
}

@media screen and (min-width: 1280px) {
  .top-concept__imgWrap {
    max-width: 720px;
    width: 60vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1279px) {
  .top-concept__imgWrap {
    max-width: 395px;
    width: clamp(24.688rem, 3.675rem + 86.21vw, 45rem);
  }
}

.top-concept__box02 {
  bottom: 0;
}
@media screen and (min-width: 1280px) {
  .top-concept__box02 {
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1279px) {
  .top-concept__box02 {
    right: 20px;
    bottom: 30px;
    position: relative;
  }
}

.top-concept__imgWrap02 {
  z-index: 5;
}
@media screen and (min-width: 1280px) {
  .top-concept__imgWrap02 {
    position: absolute;
    right: 20px;
    bottom: 150px;
    max-width: 353px;
    width: 24.46vw;
  }
}
@media screen and (max-width: 1279px) {
  .top-concept__imgWrap02 {
    position: relative;
    width: 194px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-concept__imgWrap02 {
    margin-bottom: 96px;
  }
}

.top-concept__petal {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-concept__petal:first-child {
    width: 343px;
    top: 0;
    left: 0;
  }
  .top-concept__petal:nth-child(2) {
    width: 193px;
    bottom: -10%;
    right: 10%;
  }
  .top-concept__petal:nth-child(3) {
    z-index: 1;
    width: 102px;
    bottom: 0%;
    right: 1%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-concept__petal:first-child {
    width: 343px;
    top: -17%;
    left: -9%;
  }
  .top-concept__petal:nth-child(2) {
    bottom: -10%;
    right: -3%;
  }
  .top-concept__petal:nth-child(3) {
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-concept__petal:nth-child(2) {
    width: 98px;
    bottom: 38%;
    right: -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .top-concept__petal:nth-child(3) {
    z-index: 1;
    width: 102px;
    bottom: -70px;
    right: -20px;
  }
  .top-concept__petal:nth-child(4) {
    z-index: 1;
    width: 66px;
    top: -7%;
    left: 20px;
  }
  .top-concept__petal:nth-child(5) {
    z-index: 1;
    width: 235px;
    bottom: -10%;
    left: -15%;
  }
}

@media screen and (min-width: 1280px) {
  .top-space {
    padding-top: 255px;
  }
}

.top-information {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-information {
    padding: 85px 0 400px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-information {
    padding: 0 0 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-information {
    padding: 104px 0 180px;
  }
}
.top-information:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  background: url("../img/top/cloud03.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-information:before {
    right: -440px;
    bottom: 40%;
    width: 1209px;
    height: 659px;
  }
}
@media screen and (max-width: 767px) {
  .top-information:before {
    top: 43%;
    left: 100px;
    width: 755px;
    height: 412px;
  }
}

.top-information__wrap {
  margin: 0 auto;
  width: 100%;
}
.top-information__boxWrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-information__boxWrap {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__boxWrap {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  .top-information__box {
    position: absolute;
    bottom: 20px;
    right: 110px;
    z-index: 1;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-information__box {
    right: 20px;
    bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .top-information__imgWrap {
    width: 185px;
  }
}

.top-information__heading {
  font-size: 20px;
  text-align: center;
  font-family: notoSerifJp600, sans-serif;
  color: #000066;
}
.top-information__heading b {
  margin-top: 10px;
  display: inline-block;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .top-information__heading b {
    font-size: clamp(46px, 10vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .top-information__heading b {
    font-size: clamp(31px, 10vw, 41px);
  }
}
@media screen and (min-width: 768px) {
  .top-information__heading span {
    font-size: clamp(40px, 10vw, 49px);
  }
}
@media screen and (max-width: 767px) {
  .top-information__heading span {
    font-size: clamp(32px, 10vw, 36px);
  }
}

.top-information__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-family: roboto700, sans-serif;
  color: #222;
}
@media screen and (min-width: 768px) {
  .top-information__date {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__date {
    margin-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .top-information__year {
    font-size: 59px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__year {
    font-size: clamp(35px, 12vw, 43px);
  }
}

@media screen and (min-width: 768px) {
  .top-information__month {
    font-size: 104px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__month {
    font-size: clamp(62px, 17vw, 76px);
  }
}

.top-information__timeWrap {
  margin-left: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .top-information__timeWrap {
    -webkit-transform: translateY(-2.5em);
            transform: translateY(-2.5em);
  }
}
@media screen and (max-width: 767px) {
  .top-information__timeWrap {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
  }
}

.top-information__day {
  display: block;
  text-align: center;
}
.top-information__day:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 5px 0;
  display: block;
  background-color: #000066;
}
@media screen and (min-width: 768px) {
  .top-information__day {
    font-size: 47px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__day {
    font-size: clamp(28px, 3vw, 34px);
  }
}

@media screen and (min-width: 768px) {
  .top-information__time {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__time {
    font-size: clamp(21px, 3vw, 26px);
  }
}

.top-information__access {
  line-height: 2.22;
  text-align: center;
  font-family: notoSerifJp500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-information__access {
    margin: 0 auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__access {
    font-size: 20px;
  }
}

.top-information__buttonWrap {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .top-information__buttonWrap {
    margin: 50px auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__buttonWrap {
    margin: 60px auto;
  }
}

.top-information__button {
  max-width: 200px;
  min-height: 52px;
  padding: 0 60px 0 22px;
  font-size: 13px;
}
.top-information__button.--mark:after {
  width: 34px;
  height: 34px;
  background: #222 url("../img/common/icon-link.svg") no-repeat center/14px 14px;
}

.top-information__text {
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-information__text {
    font-size: 18px;
    line-height: 2.22;
  }
}
@media screen and (max-width: 767px) {
  .top-information__text {
    font-size: 16px;
    line-height: 2;
  }
}

.top-information__proglam {
  position: relative;
}
.top-information__proglam:before, .top-information__proglam:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  z-index: -3;
}
.top-information__proglam:before {
  background: url("../img/top/cloud04.png") no-repeat center/contain;
}
.top-information__proglam:after {
  background: url("../img/top/cloud05.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-information__proglam:before {
    bottom: -264px;
    left: -387px;
    width: 1387px;
    height: 733px;
  }
  .top-information__proglam:after {
    bottom: -334px;
    right: -348px;
    width: 1416px;
    height: 770px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__proglam:before {
    bottom: -264px;
    right: 60px;
    width: 761px;
    height: 402px;
  }
  .top-information__proglam:after {
    bottom: -334px;
    right: -348px;
    width: 857px;
    height: 467px;
  }
}

@media screen and (min-width: 768px) {
  .top-information__box02 {
    position: absolute;
    top: -180px;
    left: 75px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-information__box02 {
    margin-bottom: 38px;
    margin-left: 40px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-information__imgWrap02 {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__imgWrap02 {
    width: 136px;
  }
}

.top-information__numList {
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .top-information__numList {
    max-width: 300px;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top-information__numList {
    margin: 50px auto 0;
  }
}

.top-information__num {
  font-size: 20px;
  font-family: notoSerifJp600, sans-serif;
}
.top-information__num:nth-child(n+2) {
  margin-top: 30px;
}

.top-information__anchor {
  padding-left: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 15px;
  text-decoration: underline;
  font-family: notoSerifJp400, sans-serif;
  font-weight: 400;
}
.top-information__anchor:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-mask: url("../img/common/icon-link.svg") no-repeat center/contain;
          mask: url("../img/common/icon-link.svg") no-repeat center/contain;
  background-color: #222;
}
.top-information__anchor:first-child {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-information__anchor:hover {
    color: #000066;
  }
  .top-information__anchor:hover:after {
    background-color: #000066;
  }
}

@media screen and (max-width: 1279px) {
  .top-information__boxWrap02 {
    position: relative;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-information__boxWrap02 {
    margin-top: -10%;
  }
}

.top-information__lineWrap {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .top-information__lineWrap {
    top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .top-information__lineWrap {
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

.top-information__imgWrap1,
.top-information__imgWrap2 {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.top-information__imgWrap2 {
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-transform: scale(-1, 1) translateY(0.5%);
          transform: scale(-1, 1) translateY(0.5%);
}

.top-information__box03 {
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .top-information__box03 {
    top: 60px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .top-information__box03 {
    left: -20px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-information__imgWrap03 {
    width: 466px;
  }
}

.top-information__box04 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top-information__box04 {
    top: 70%;
    right: 32px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-information__box04 {
    bottom: -230px;
    right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .top-information__imgWrap04 {
    width: 278px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-information__imgWrap04 {
    width: 208px;
  }
}
@media screen and (max-width: 767px) {
  .top-information__imgWrap04 {
    width: 152px;
  }
}

.top-information__petal {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-information__petal:first-child {
    width: 345px;
    top: 0;
    left: 0;
  }
  .top-information__petal:nth-child(2) {
    width: 437px;
    bottom: 20%;
    right: 0;
  }
  .top-information__petal:nth-child(3) {
    width: 728px;
    bottom: 0;
    left: 2%;
  }
  .top-information__petal:nth-child(4) {
    z-index: 1;
    width: 132px;
    bottom: 30%;
    right: 1%;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .top-information__petal:first-child {
    top: 3%;
    left: -12%;
  }
}
@media screen and (max-width: 767px) {
  .top-information__petal:nth-child(2) {
    width: 182px;
    top: 47%;
    right: -10px;
  }
  .top-information__petal:nth-child(3) {
    width: 471px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: -10%;
    left: -34%;
  }
  .top-information__petal:nth-child(5) {
    width: 98px;
    bottom: 23%;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .top-link {
    margin: 140px 0 0;
    padding: 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .top-link {
    padding: 25px 0 45px;
  }
}

.top-link__bannerWrap {
  max-width: 307px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(34, 34, 34, 0.15));
          filter: drop-shadow(0px 0px 5px rgba(34, 34, 34, 0.15));
}
.top-link__bannerWrap > a {
  position: relative;
  display: block;
}
.top-link__bannerWrap > a:after {
  content: "";
  pointer-events: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  margin: 0 auto;
  display: block;
  background: url("../img/common/logo.svg") no-repeat center/contain;
  width: 133px;
  height: 40px;
}

.top-link__snsGroup {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-link__sns {
  width: 24px;
  margin: 0 5px;
  display: inline-block;
}

.top-movie {
  padding: 85px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-movie {
    padding: 104px 0 0;
  }
}
.top-movie:after {
  content: "";
  position: absolute;
  z-index: -2;
  background: url("../img/top/cloud06.png") no-repeat center/contain;
}
@media screen and (min-width: 1280px) {
  .top-movie:after {
    left: -564px;
    bottom: 360px;
    width: 1416px;
    height: 654px;
  }
}
@media screen and (max-width: 767px) {
  .top-movie {
    min-height: 580px;
  }
  .top-movie:after {
    left: -165px;
    top: 25%;
    width: 1071px;
    height: 494px;
  }
}

.top-movie__inner {
  max-width: 642px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.top-movie__headingWrap {
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-movie__heading {
    font-size: clamp(28px, 8.5vw, 35px);
  }
}

.top-movie__read {
  font-family: notoSansJp500, sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-movie__read {
    margin-top: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-movie__read {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2;
  }
}

.top-movie__wrap {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-movie__wrap {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top-movie__wrap {
    margin: 35px auto 0;
  }
}
.top-movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top-movie__box {
    position: absolute;
    bottom: 0;
    left: 65px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-movie__box {
    position: relative;
    margin: 70px 0 0 66px;
  }
}

@media screen and (min-width: 1280px) {
  .top-movie__imgWrap {
    width: 235px;
  }
}
@media screen and (max-width: 1279px) {
  .top-movie__imgWrap {
    width: 163px;
  }
}

.top-movie__petal {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-movie__petal:first-child {
    width: 144px;
    bottom: 20%;
    left: 0;
  }
  .top-movie__petal:nth-child(2) {
    width: 804px;
    bottom: 1%;
    right: 0;
  }
  .top-movie__petal:nth-child(3) {
    width: 80px;
    top: 10%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top-movie__petal:nth-child(4) {
    width: 60px;
    top: 44%;
    left: 5%;
  }
  .top-movie__petal:nth-child(5) {
    width: 390px;
    bottom: 0;
    right: 0;
  }
}