:root {
  --dark-blue:#0A0C2D;
  --dark-blue-hover:#2A2F81;
  --silver:#F7F7F7;
  --noto-sans:"Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --garamond:"EB Garamond", serif;
  --content-width:min(960px,100% - 40px);
}
@media screen and (max-width:767px) {
  :root {
    --content-width:100%;
    --sp-padding:0 5.3333333333vw;
  }
}

main {
  position: relative;
  z-index: 1;
}

.p-mv {
  width: 100%;
  background-color: #040309;
}

.p-mv__img {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
}

.p-intro {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-intro {
    margin-top: 10.6666666667vw;
  }
}

.p-intro__heading {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .p-intro__heading {
    font-size: 5.3333333333vw;
  }
}

.p-intro__text {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .p-intro__text {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-intro__btnarea {
  display: grid;
  grid-template-columns: 300px 300px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .p-intro__btnarea {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    margin-top: 16vw;
    padding: var(--sp-padding);
  }
}

.p-engagement {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--silver);
}
@media screen and (max-width:767px) {
  .p-engagement {
    margin-top: 16vw;
    padding-top: 17.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

.p-engagement__heading {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
}

.p-marriage {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--silver);
}
@media screen and (max-width:767px) {
  .p-marriage {
    padding-top: 17.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}

.p-marriage__heading {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
}

.p-excelco {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  margin-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width:767px) {
  .p-excelco {
    margin-top: 34.6666666667vw;
    padding: var(--sp-padding);
    padding-bottom: 34.6666666667vw;
  }
}

.p-excelco__sub {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .p-excelco__sub {
    font-size: 3.7333333333vw;
  }
}

.p-excelco__img {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .p-excelco__img {
    margin-top: 8vw;
  }
}

.p-excelco__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .p-excelco__text {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}

.p-excelco__btnarea {
  display: grid;
  justify-content: center;
  grid-template-columns: 310px;
  -moz-column-gap: 110px;
       column-gap: 110px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .p-excelco__btnarea {
    grid-template-columns: 48vw;
    row-gap: 8vw;
    margin-top: 8vw;
  }
}

.p-fixedbtnarea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0px;
  border-top: 1px solid var(--dark-blue);
  background-color: white;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .p-fixedbtnarea {
    padding: 3.4666666667vw 0;
  }
}

.p-fixedbtncontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 110px;
       column-gap: 110px;
  width: 100%;
  max-width: 730px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .p-fixedbtncontainer {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    width: 94.6666666667vw;
    max-width: initial;
  }
}

@media screen and (min-width: 960px) {
  main .content {
    max-width: initial;
  }
  main .content__title {
    max-width: 960px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 959px) {
  main .content {
    padding: 0;
  }
}/*# sourceMappingURL=top.css.map */