@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap");
.tp_arr02 i {
  display: inline-block;
  position: relative;
  height: 0.8rem;
  width: 0.5rem;
}
.tp_arr02 i:after,
.tp_arr02 i:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-color: #fff;
}
.tp_arr02 i:before {
  right: 0;
  width: 2px;
  height: 0.1rem;
  margin-top: -0.1rem;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scaleX(1) rotate(-45deg);
  -ms-transform: scaleX(1) rotate(-45deg);
  transform: scaleX(1) rotate(-45deg);
}
.tp_arr02 i:after {
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .tp_arr02 i:after {
    height: 1px;
  }
}
@media screen and (max-width: 640px) {
  .tp_arr02 i {
    width: 0.4rem;
  }
  .tp_arr02 i:before {
    right: 0;
    width: 1px;
    height: 0.07rem;
    margin-top: -0.07rem;
  }
}
@-webkit-keyframes mvArrowIB {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    height: 0.1rem;
  }
  25% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    height: 0.1rem;
  }
  50% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    height: 0px;
  }
  75% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    height: 0px;
  }
  90% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(-0.1rem, 0.05rem);
    transform: rotate(-45deg) scaleX(1) translate(-0.1rem, 0.05rem);
    height: 0px;
  }
}
@keyframes mvArrowIB {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    height: 0.1rem;
  }
  25% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    transform: rotate(-45deg) scaleX(1) translate(0px, 0px);
    height: 0.1rem;
  }
  50% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    height: 0px;
  }
  75% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    transform: rotate(-45deg) scaleX(0) translate(-0.1rem, -0.05rem);
    height: 0px;
  }
  90% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(-0.1rem, 0.05rem);
    transform: rotate(-45deg) scaleX(1) translate(-0.1rem, 0.05rem);
    height: 0px;
  }
}
@-webkit-keyframes mvArrowI {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  85% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes mvArrowI {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  45% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  55% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  85% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.no-touchevents .tp_arr02:hover i:before {
  -webkit-animation: mvArrowIB 1.5s ease-in-out 0s infinite;
  animation: mvArrowIB 1.5s ease-in-out 0s infinite;
}
.no-touchevents .tp_arr02:hover i:after {
  -webkit-animation: mvArrowI 1.5s ease-in-out 0s infinite;
  animation: mvArrowI 1.5s ease-in-out 0s infinite;
}
.ceremony_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.08rem;
}
@media screen and (max-width: 640px) {
  .ceremony_tit .sec_tit {
    font-size: 0.32rem;
  }
}
.ceremony_tit .sec_tit::before {
  display: none;
}
.ceremony_tit .sub {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .ceremony_tit .sub {
    letter-spacing: 0.14em;
  }
}
.catch {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.22rem;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .catch {
    font-size: 0.18rem;
    line-height: 1.77;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .read {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.txt {
  font-size: 0.16rem;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
@media screen and (max-width: 640px) {
  .txt {
    font-size: 0.15rem;
    line-height: 1.93;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.sec_content .intro {
  position: relative;
  z-index: 0;
  padding-top: 1.2rem;
  margin-bottom: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_content .intro {
    padding: 0.77rem 0.4rem 0.95rem;
    margin-bottom: 0;
  }
  .sec_content .intro:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0.1rem;
    right: 0.1rem;
    bottom: 0;
    background-image: url(../img/ceremony/intro_bg_sp.jpg);
    background-size: cover;
    background-position: center 0;
  }
}
.sec_content .intro .catch {
  margin-top: 0.32rem;
}
@media screen and (max-width: 640px) {
  .sec_content .intro .catch {
    margin-left: -2em;
    margin-right: -2em;
  }
}
.sec_content .intro .txt {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_content .intro .txt {
    margin-top: 0.15rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.sec_content .mod_visual_box {
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_content .mod_visual_box {
    margin-top: 0.8rem;
  }
}
.sec_content .mod_point_box {
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_content .mod_point_box {
    margin-top: 0.9rem;
  }
}
.sec_content .mod_point_box .sec_tit02 {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_content .mod_point_box .sec_tit02 {
    margin-bottom: 0.7rem;
  }
}
.sec_content .mod_banner_box {
  margin-top: 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_content .mod_banner_box {
    margin-top: 0.65rem;
  }
}
.mod_movie_box {
  width: 11.6rem;
  margin: 0 auto;
  margin-top: 1.3rem;
}
@media screen and (max-width: 640px) {
  .mod_movie_box {
    width: auto;
    margin-top: 1.35rem;
  }
}
.mod_movie_box .thumbnail {
  width: 800px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_movie_box .thumbnail {
    width: calc(100% - 0.4rem);
    height: calc((100vw - 0.4rem) * 0.5);
  }
}
@media screen and (max-width: 640px) {
  .mod_movie_box .thumbnail div p img {
    width: 70px;
    height: 70px;
  }
}

/* ガーデン挙式 */
.mod_garden {
  margin-top: 1.4rem;
  padding: 0 0 1.21rem;
  background-color: #e8dee0;
}
@media screen and (max-width: 640px) {
  .mod_garden {
    margin-top: 0.8rem;
    padding: 0;
    background-color: transparent;
  }
}
.mod_garden .in {
  margin: 0 auto;
}
.mod_garden .intro {
  margin-bottom: 0.88rem;
}
@media screen and (max-width: 640px) {
  .mod_garden .intro {
    margin-bottom: 0;
    background-color: #e8dee0;
    padding: 0.56rem 0.4rem 0.72rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_garden .intro::before {
    display: none;
  }
}
.mod_garden .mod_gallery_box {
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod_garden .mod_gallery_box::after {
    content: "";
    display: block;
    width: 0.64rem;
    height: 0.8rem;
    background-image: url(../img/ceremony/label_pick_up.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.mod_garden .mod_gallery_box .phWrap .ph {
  width: 100%;
  height: 100%;
}
.mod_garden .mod_gallery_box .ph01::after {
  content: "";
  display: block;
  width: 0.86rem;
  height: 1.07rem;
  background-image: url(../img/ceremony/label_pick_up.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mod_garden .mod_gallery_box .ph03 {
  bottom: 2.55rem;
  height: 2.45rem;
}
.mod_garden .mod_gallery_box .ph04 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.2rem;
  height: 2.45rem;
}
.mod_garden .note {
  margin-top: 0.52rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_garden .note {
    margin-top: 0.8rem;
    padding-inline: 0.4rem;
    text-align: left;
  }
}
.mod_garden .note > p {
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .mod_garden .note > p {
    line-height: 1.85;
  }
}
