@charset "UTF-8";
.title {
  font-family: "Alex Brush", cursive, sans-serif;
  font-weight: 400;
}

p {
  font-family: "Shippori Mincho B1", sans-serif;
  font-weight: 400;
}

.sec__title {
  font-family: "Alex Brush", cursive, sans-serif;
  font-size: 8rem;
  color: #ABBECB;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .sec__title {
    font-size: 6rem;
  }
}

.sec__title.-margin {
  margin-top: 150px;
}
@media only screen and (max-width:767px) {
  .sec__title.-margin {
    margin-top: 70px;
  }
}

.mv__box {
  position: relative;
  top: 50%;
  z-index: 9999;
  text-align: center;
}

.sec1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; /* 下に配置する */
  background-image: url(../img/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .sec1 {
    background-image: url(../img/mv_sp.png);
  }
}

.mv__box {
  margin-top: 307px;
}
@media only screen and (max-width: 400px) {
  .mv__box {
    margin-top: 200px;
  }
}

.mv__title {
  font-size: 12rem;
  color: #ffffff;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1000px) {
  .mv__title {
    font-size: 12vw;
  }
}
@media only screen and (max-width: 650px) {
  .mv__title {
    font-size: 11vw;
  }
}
@media only screen and (max-width: 500px) {
  .mv__title {
    font-size: 10vw;
  }
}

.mv__text {
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media only screen and (max-width:767px) {
  .mv__text {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .mv__text {
    font-size: 2rem;
  }
}

.sec2 {
  position: relative;
  z-index: 3; /* sec1より上に表示 */
  background: linear-gradient(to top, #F9F9F9 75%, rgba(255, 255, 255, 0) 100%);
  margin-top: 20vh; /* sec1の高さ分下げる */
  padding-top: 240px;
  padding-bottom: 82px;
}
@media only screen and (max-width:767px) {
  .sec2 {
    margin-top: 25vh; /* sec1の高さ分下げる */
    padding-top: 280px;
  }
}

.sec2__box {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}

.sec2__text1 {
  margin-top: 20px;
  font-weight: 700;
  color: #5F6F7B;
}
@media only screen and (max-width:767px) {
  .sec2__text1 {
    font-size: 1.4rem;
  }
}

.sec2__text2 {
  margin-top: 28px;
  font-weight: 700;
  color: #5F6F7B;
}
@media only screen and (max-width:767px) {
  .sec2__text2 {
    font-size: 1.4rem;
  }
}

.sec3 {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 54px;
}
@media only screen and (max-width:767px) {
  .sec3 {
    padding-top: 85px;
  }
}

.sec3__wrap {
  position: relative;
  padding-right: 6.7rem;
  padding-left: 6.7rem;
}
@media only screen and (max-width:767px) {
  .sec3__wrap {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.sec3__position {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  .sec3__position {
    display: none;
  }
}

.sec3__position__text {
  font-family: "Alex Brush", cursive, sans-serif;
  font-size: 4rem;
  color: #5F6F7B;
}

.sec3__img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .sec3__img {
    max-width: 300px;
  }
}

.sec3__flex {
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width:767px) {
  .sec3__flex {
    display: block;
  }
}
.sec3__flex .sec3__item {
  width: 44%;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .sec3__flex .sec3__item {
    width: 100%;
  }
}
.sec3__flex .sec3__item:not(:nth-child(2n)) {
  margin-right: 12%;
}
@media only screen and (max-width:767px) {
  .sec3__flex .sec3__item:not(:nth-child(2n)) {
    margin-right: 0%;
    margin-top: 30px;
  }
}
@media only screen and (max-width:767px) {
  .sec3__flex .sec3__item:nth-child(n+2) {
    margin-top: 60px;
  }
}

.sec3__box {
  color: #5F6F7B;
  margin-top: 40px;
}

.sec3__name__jp {
  font-size: 3rem;
}

.sec3__name__en {
  font-family: "Alex Brush", cursive, sans-serif;
  font-size: 2.2rem;
  text-align: center;
}

.sec3__profile {
  font-size: 1.6rem;
}

.sec3__profile__text {
  margin-top: 30px;
  line-height: 2;
}

.sec4 {
  position: relative;
  z-index: 3;
  background-color: #F1F6F9;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width:767px) {
  .sec4 {
    padding-bottom: 60px;
  }
}

.sec4__box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 8px #999;
  text-align: center;
  padding: 45px 20px;
}
@media only screen and (max-width:767px) {
  .sec4__box {
    padding: 57px 20px;
  }
}

.sec4__box::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 115px;
  height: 97px;
  border-top: 1px solid #B39E6D;
  border-left: 1px solid #B39E6D;
}

.sec4__box::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 115px;
  height: 97px;
  border-right: 1px solid #B39E6D;
  border-bottom: 1px solid #B39E6D;
}

.sec4__day {
  font-size: 5rem;
  color: #B39E6D;
}
@media only screen and (max-width:767px) {
  .sec4__day {
    font-size: 3rem;
  }
}

.sec4__ceremony {
  margin-top: 30px;
}

.sec4__reception {
  margin-top: 30px;
}

.sec4__note {
  margin-top: 30px;
}

.sec4__text {
  font-size: 1.8rem;
  color: #454141;
  line-height: 2;
}

.sec4__note__text {
  font-size: 1.4rem;
  color: #454141;
  line-height: 2;
}

@media only screen and (max-width:767px) {
  .sec4__note__text {
    display: block;
    margin-top: 20px;
  }
}

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

.access {
  margin-top: 76px;
}
@media only screen and (max-width:767px) {
  .access {
    margin-top: 37px;
  }
}

.access__name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .access__name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .access__name {
    letter-spacing: -1.5px;
  }
}
@media only screen and (max-width: 410px) {
  .access__name {
    letter-spacing: -3px;
  }
}

.access__address {
  display: flex;
  font-size: 1.8rem;
  margin-top: 33px;
}
@media only screen and (max-width:767px) {
  .access__address {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

.access__address__text, .access__route__text {
  margin-right: 20px;
}
@media only screen and (max-width:767px) {
  .access__address__text, .access__route__text {
    display: none;
  }
}

.access__route {
  display: flex;
  font-size: 1.8rem;
  margin-top: 4px;
}
@media only screen and (max-width:767px) {
  .access__route {
    font-size: 1.4rem;
  }
}

.map {
  position: relative;
  width: 100%;
  padding-top: 41%;
  margin-top: 20px;
  height: 0;
}
@media only screen and (max-width:767px) {
  .map {
    padding-top: 80%;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec5 {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width:767px) {
  .sec5 {
    display: none;
  }
}

.sec6 {
  position: relative;
  width: 100%;
  z-index: 17;
  min-height: 300vh; /* sticky区間を体感できる高さを確保 */
}
@media only screen and (max-width:767px) {
  .sec6 {
    min-height: 140vh;
  }
}

@media only screen and (max-width:767px) {
  .sec6 .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec6__bg {
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  z-index: 17;
  top: 0;
}
@media only screen and (max-width:767px) {
  .sec6__bg {
    top: 380px;
    background-color: #ffffff;
  }
}

@media only screen and (max-width:767px) {
  .sec6::before {
    background-image: url(../img/bg.jpg);
    height: 380px;
    min-height: 0vh; /* 画像、sticky区間を体感できる高さを確保 */
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 12;
  }
}

.sec6__bg__sp {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* 画像、sticky区間を体感できる高さを確保 */
  content: "";
  background-image: url(../img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 12;
}
@media only screen and (max-width:767px) {
  .sec6__bg__sp {
    background-image: url(../img/bg.jpg);
    height: 380px;
    min-height: 0vh; /* 画像、sticky区間を体感できる高さを確保 */
  }
}

.sec6__text {
  text-align: center;
  font-size: 1.8rem;
  color: #454141;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .sec6__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

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

@media only screen and (max-width:767px) {
  .sec6__text__span {
    display: block;
    margin-top: 2rem;
  }
}

.sec6__img__sp {
  display: none;
}
@media only screen and (max-width:767px) {
  .sec6__img__sp {
    position: relative;
    display: block;
  }
}

.sec6__img__sp::before {
  position: absolute;
  top: 0;
  content: "";
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 100%;
  z-index: 20;
}

.footer__pc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  background-color: #7F93A2;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
}
@media only screen and (max-width:767px) {
  .footer__pc {
    display: none;
  }
}

.footer__pc__safari {
  display: none;
  background-color: #7F93A2;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
}

.footer__sp {
  display: none;
}
@media only screen and (max-width:767px) {
  .footer__sp {
    display: block;
    background-color: #7F93A2;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
  }
}

.form__flex {
  display: flex;
  gap: 5px;
}

.form-list-item {
  position: relative;
  display: inline-flex;
  flex-direction: column; /* 日本語と英語を縦並びに */
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  width: 100%;
  height: 61px;
}

/* ラジオボタンは透明化してクリック範囲は残す */
.form-list-item input[type=radio] {
  position: absolute;
  inset: 0; /* label 全体を覆う */
  opacity: 0; /* 非表示ではなく透明化 */
  cursor: pointer;
}

/* 選択時の枠色変更 */
.form-list-item:has(input[type=radio]:checked) {
  border-color: #b1975b;
}

.text__jp {
  font-size: 1.4rem;
}

.text__en {
  font-size: 1rem;
}

/* Safari だけ適用 */
_::-webkit-full-page-media, _:future, :root .footer__pc__safari {
  display: block;
}

_::-webkit-full-page-media, _:future, :root .footer__pc {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .sec6 {
  min-height: 300vh;
}/*# sourceMappingURL=front-page.css.map */