/*====================
MV
=====================*/
.mv {
  height: 5.10rem;
  background-color: #FFFCF7;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.50rem;
}

@media screen and (max-width: 640px) {
  .mv {
    height: auto;
    padding-bottom: 0.50rem;
  }
}

.mv::before {
  content: "";
  width: 37.14vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/mv_deco01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .mv::before {
    width: 60.93vw;
  }
}

.mv::after {
  content: "";
  width: 63.50vw;
  height: 100%;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-image: url(../img/top/mv_deco02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .mv::after {
    width: 89.60vw;
  }
}

.mv .in {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 12.80rem;
  margin: auto;
  padding-top: 0.65rem;
}

@media screen and (max-width: 640px) {
  .mv .in {
    padding-top: 0.40rem;
    padding-bottom: 0.30rem;
  }
}

.mv .in .txt_box {
  width: 100%;
  max-width: 5.80rem;
  padding: 0.70rem 0 0.70rem 1.82rem;
  box-sizing: border-box;
  background-image: url(../img/top/mv_illust.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.50rem auto;
}

@media screen and (max-width: 640px) {
  .mv .in .txt_box {
    padding: 0.10rem 0 0.10rem 0.88rem;
    background-size: 0.70rem auto;
    margin-bottom: 0.10rem;
  }
}

.mv .in .txt_box .tit {
  font-size: 0.38rem;
  font-weight: 700;
  color: #00316B;
  line-height: 1.44;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .mv .in .txt_box .tit {
    font-size: 0.20rem;
    padding-bottom: 0.05rem;
  }
}

.mv .in .txt_box .txt {
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 2;
  color: #00316B;
}
@media screen and (max-width: 640px) {
  .mv .in .txt_box .txt {
    font-size: 0.12rem;
  }
}

.mv .in .txt_box .txt a {
  text-decoration: underline;
  color: #00316B;
}

.mv .in .txt_box .txt a:hover {
  text-decoration: none;
}

/* 写真 */
.mv .in .slide_wrap {
  width: 100%;
  max-width: 5.95rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0.03rem 0.08rem rgba(0,0,0,0.2);
}

.mv .in .slide_wrap .list {
  position: relative;
}
.mv .in .slide_wrap .list::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.05rem solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.mv .in .slide_wrap .slide img {
  max-width: 100%;
}

/* 成婚者誕生記念バナー */
.seikon_kinen_bnr {
  position: relative;
  z-index: 2;
  top: -1.80rem;
  text-align: center;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .seikon_kinen_bnr {
    top: -0.55rem;
    /* margin-bottom: -0.45rem; */
    margin: 0 0.10rem;
  }
}
.seikon_kinen_bnr img {
  display: block;
  margin: auto;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.2);
  border: 4px solid #E4504C;
  box-sizing: border-box;
}

/*====================
センター開設からの実績
=====================*/
.top_jisseki_wrap {
  width: 100%;
  max-width: 8.80rem;
  margin: auto;
  position: relative;
  z-index: 2;
  top: -1.50rem;
  /* margin-bottom: -0.50rem; */
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap {
    width: calc(100% - 0.40rem);
    top: -0.30rem;
    /* margin-bottom: -0.45rem; */
  }
}

.top_jisseki_wrap::before {
  content: "";
  width: 0.98rem;
  height: 1.14rem;
  background-image: url(../img/top/jisseki_deco01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.15rem;
  left: -0.30rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap::before {
    width: 0.58rem;
    height: 0.74rem;
    left: -0.20rem;
  }
}

.top_jisseki_wrap::after {
  content: "";
  width: 0.87rem;
  height: 0.62rem;
  background-image: url(../img/top/jisseki_deco02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.22rem;
  right: -0.45rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap::after {
    width: 0.57rem;
    height: 0.42rem;
    bottom: -0.12rem;
    right: -0.15rem;
  }
}


.top_jisseki_wrap .in {
  border: 2px solid #AADDE6;
  background-color: #FFF;
  border-radius: 0.10rem;
  box-shadow: 0 0.03rem 0.08rem rgba(0,0,0,0.2);
}

.top_jisseki_wrap .in .jisseki_ttl {
  text-align: center;
  padding: 0.20rem 0 0.15rem;
  font-size: 0.20rem;
  font-weight: 700;
  color: #52A4C3;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .in .jisseki_ttl {
    font-size: 0.155rem;
    letter-spacing: 0;
  }
}

.top_jisseki_wrap .in .jisseki_ttl span {
  display: inline-block;
  padding-bottom: 0.05rem;
  border-bottom: 2px solid #52A4C3;
}

.top_jisseki_wrap .jisseki_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .top_jisseki_wrap .jisseki_list_wrap {
    display: block;
    padding: 0;
  }
  .top_jisseki_wrap .jisseki_list_wrap .box {
    padding-bottom: 0.10rem;
  }
}

.top_jisseki_wrap .jisseki_list_wrap .jisseki_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 6.1rem;
  padding-left: 0.20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .jisseki_list_wrap .jisseki_flex {
    max-width: 100%;
    padding-right: 0.20rem;
    padding-bottom: 0.10rem;
  }
}

.top_jisseki_wrap .jisseki_list_wrap .jisseki_flex .box {
  width: 48%;
  padding: 0.05rem 0;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .jisseki_list_wrap .jisseki_flex .box {
    width: 100%;
  }
}

.top_jisseki_wrap .jisseki_list_wrap .btn {
  position: relative;
  top: -0.20rem;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .jisseki_list_wrap .btn {
    top: auto;
  }
}

.top_jisseki_wrap .jisseki_list_wrap .btn a {
  display: block;
  background-color: #FA7D91;
  font-size: 0.18rem;
  font-weight: 700;
  padding: 0.15rem 0.25rem;
  border-radius: 0.06rem;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  text-decoration: none;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .top_jisseki_wrap .jisseki_list_wrap .btn {
    padding-top: 0.10rem;
  }
  .top_jisseki_wrap .jisseki_list_wrap .btn a {
    width: 2.00rem;
    font-size: 0.15rem;
    margin: auto;
    text-align: center;
  }
}

.top_jisseki_wrap .jisseki_list_wrap .btn a:hover {
  opacity: 0.7;
}

.top_jisseki_wrap .in .txt {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .in .txt {
    font-size: 0.15rem;
  }
}

.top_jisseki_wrap .in .txt .num {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FA7D91;
  display: inline-block;
  padding: 0 0.05rem 0 0.10rem;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .in .txt .num {
    font-size: 0.30rem;
    letter-spacing: 0;
    padding: 0 0.05rem ;
  }
}

.top_jisseki_wrap .in .txt .num em {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  padding-left: 0.05rem;
}

.top_jisseki_wrap .in .date {
  font-size: 0.11rem;
  letter-spacing: 0.075em;
  text-align: right;
  padding: 0 0.15rem 0.20rem 0;
  position: relative;
  top: -0.40rem;
}
@media screen and (max-width: 640px) {
  .top_jisseki_wrap .in .date {
    font-size: 0.10rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.15rem 0;
    top: auto;
  }
}

/*=====================
キャンペーン
=====================*/
.top_camp_wrap {
  padding-top: 0.60rem;
  width: 100%;
  max-width: 8.80rem;
  margin: auto;
  position: relative;
  top: -1.20rem;
}
@media screen and (max-width: 640px) {
  .top_camp_wrap {
    padding: 0.30rem 0.20rem 0;
    box-sizing: border-box;
    top: -0.70rem;
    margin-bottom: -0.70rem;
  }
}

.top_camp_wrap a:hover {
  filter: brightness(1.2);
}

.top_camp_wrap img {
  display: block;
}

/* お知らせ */
.mod_newslist_wrap {
  padding-top: 0;
}