@charset "UTF-8";
body {
  color: #4D4D4D;
  font-feature-settings: "palt";
  font-weight: 500;
}
html {
  cursor: default;
  font-size: 5.33px;
}
img {
  display : block;
  max-width : 100%;
  height: auto;
}

/* common */
.sp-wrap {
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(171, 163, 147, 0.3);
}

.pc-bg {
  display: none;
}


@media (min-width: 400px) {
  .pc-bg {
    background-image: url("../img/pc__bg__img.webp");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pc-bg picture {
    width: 100%;
    height: 100%;
  }
  .pc-bg picture img {
    width: 100%;
    height: 100%;
  }
}


@media screen and (max-width:750px) {
  html {
    font-size: 1.33vw;
  }

  .sp-wrap {
    width: 100%;
  }

  .header {
    width: 100%!important;
  }
}

@media screen and (max-width:375px) {
  html {
    font-size: 31.25%;
  }
  .is-pc {
    display: none;
  }
}


/*  font style  */
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
}

/* margin padding */
.plr_7 {
  padding: 0 .7rem;
}

.pr_7 {
  padding-right: .7rem;
}


.mb_10 {
  margin-bottom: 10rem;
}

.mb_16 {
  margin-bottom: 16rem;
}

/* font-size */
.txt_size_20 {
  font-size: 2rem;
}

.txt_size_25 {
  font-size: 2.5rem;
}

.txt_size_27 {
  font-size: 2.7rem;
}

.txt_size_28 {
  font-size: 2.8rem;
}

.txt_size_30 {
  font-size: 3rem;
}

.txt_size_35 {
  font-size: 3.5rem;
}

.txt_size_36 {
  font-size: 3.6rem;
}

.txt_size_44 {
  font-size: 4.4rem;
}

.txt_size_45 {
  font-size: 4.5rem;
}

.txt_size_52 {
  font-size: 5.2rem;
}

.txt_size_55 {
  font-size: 5.5rem;
}

.txt_size_60 {
  font-size: 6rem;
}

.txt_size_65 {
  font-size: 6.5rem;
}

.txt_size_68 {
  font-size: 6.8rem;
}

.txt_size_70 {
  font-size: 7rem;
}

.txt_size_82 {
  font-size: 8.2rem;
}

.txt_size_85 {
  font-size: 8.5rem;
}

.txt_size_90 {
  font-size: 9rem;
}

.txt_size_97 {
  font-size: 9.7rem;
}

.txt_size_125 {
  font-size: 12.5rem;
}

.txt_size_140 {
  font-size: 14rem;
}


/* slide */
.location_wrap .swiper__wrap,
.voice_wrap .swiper__wrap {
  position: relative;
  margin-bottom: 5rem;
}

.location_wrap .swiper__wrap img,
.voice_wrap .swiper__wrap img {
  width: 64rem;
  margin: auto;
}

.location_wrap .swiper__wrap {
  margin-top: 3rem;
}

.location_wrap .swiper-button-prev,
.location_wrap .swiper-button-next,
.voice_wrap .swiper-button-prev,
.voice_wrap .swiper-button-next {
  height: 7rem;
  width: 8rem;
  transition: .3s;
}

.location_wrap .swiper-button-prev:after,
.location_wrap .swiper-button-next:after,
.voice_wrap .swiper-button-prev:after,
.voice_wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 8rem;
  width: 8rem;
  margin: auto;
}

.location_wrap .swiper-button-prev:hover,
.location_wrap .swiper-button-next:hover,
.voice_wrap .swiper-button-prev:hover,
.voice_wrap .swiper-button-next:hover {
  opacity: .8;
}


/* animation */
/* きらっと表示 */
@keyframes glowFadeIn {
  0% {
    filter: brightness(1.5) blur(8px);
  }
  100% {
    filter: brightness(1) blur(0);
  }
}

/* 左からスライドイン */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* 右からスライドイン */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* 下から上にからスライドイン */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(35%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* 下から上にからスライドイン 小 */
@keyframes fadeInUp_mini {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* ズームイン */
@keyframes ZoomIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

/* かくかく動く */
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

@keyframes decoSwing2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

/* 画像をくるっと回して色付ける */
@keyframes icon_color {
  0% {
    transform: rotateX(0deg);
  }
  50% {
  }
  100% {
    opacity: 1;
    transform: rotateY(360deg);
  }
}


/* ==================== cta ==================== */
.cta_wrap .cta_btn {
  width: 69rem;
  height: 15rem;
  background: linear-gradient(to right, #FF848C, #D64D74);
}


/* ================== footer ================== */
.footer {
    margin-top: 4.8rem;
    padding: 2.8rem 0;
  }

  @media (min-width: 400px) {
    .footer {
      margin-top: px(48);
      padding: px(28) 0;
    }
  }

  .footer .copyright {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: normal;
  }
  @media (min-width: 400px) {
    .footer .copyright {
      font-size: px(12);
    }
  }
  .body .cv-wrap {
    position: fixed;
    bottom: 0;
    right: -2.6rem;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  @media (min-width: 400px) {
    .body .cv-wrap {
      top: 886.55px;
      right: -387.4px;
    }
  }
  .body .cv-wrap.js-block {
    opacity: 1;
    visibility: visible;
  }
  .body .cv-btn {
    display: inline-block;
    width: 15.2rem;
  }
  @media (min-width: 400px) {
    .body .cv-btn {
      width: 226.48px;
    }
  }
  .body .cv-btn img {
    width: 100%;
  }
  .body .main .nav {
    display: none;
  }
  .header {
    display: block;
  }

@media (min-width: 1100px) {
    .body .main .nav {
        display: block;
        position: fixed;
        left: 3.083333vw;
        width: 310px;
        margin-top: 35px;
    }
    .body .main .nav__list__item {
        margin-left: 2rem;
        border-bottom: .1rem solid #E58EA2;
    }
    .body .main .nav__list .logo {
      width: 270px;
      margin: 0 auto;
    }
    .body .main .nav__list__item a {
        color: #514943;
        font-size: 20px;
        font-weight: 500;
        line-height: 3.41rem;
        position: relative;
        display: block;
        padding-bottom: 1.3rem;
        transition: .3s;
    }
    .body .main .nav__list__item a:hover {
      opacity: .5;
    }
    .body .main .nav__list__item:first-child {
        margin-top: 8px;
    }
    .body .main .nav__list__item:not(:first-child) {
        margin-top: 6rem;
    }
    .body .main .nav__list__item:last-child {
        margin-bottom: 2px;
    }
    .body .main .nav__list .nav-category {
        position: relative;
    }
    .body .main .nav__list__item a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        color: #E58EA2;
        line-height: 1;
        margin-right: 2rem;
        height: 2rem;
        width: 2rem;
        border: .15rem solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;

        position: absolute;
        right: 1rem;
        top: 30%;
        transform: translateY(-30%) rotate(135deg);
    }
    .header {
      display: none;
    }
}

.body .main .copy {
    display: none;
    text-align: center;
}

@media (min-width: 1100px) {
  .body .main .copy {
    display: block;
    position: fixed;
    bottom: 3vw;
    right: 1vw;
  }
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-left: 15px;
}
.dli-arrow-right::before {
  content: '';
  width: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  right: -1px;
  box-sizing: border-box;
  color: #fff;
}

.body .main .copy .logo__img {
  width: 336px;
  margin: 0 auto;
}

.body .main .copy .cv__btn__img {
  width: 210px;
  margin: 0 auto;
  transition: .3s;
}

.body .main .copy .cv__btn__img:hover {
  opacity: .8;
}
.body .main .copy .btn {
  width: 42rem;
  margin: 0 auto;
}

/* ================== cta ================== */
.cta {
  position: fixed;
  top: calc(100vh - 17rem);
  left: 0;
  right: 0;
  margin: auto;
  height: 15rem;
  z-index: 999;

  opacity: 0;
  filter: blur(4px);
  transition: .3s;
}
.cta.active {
  opacity: 1;
  filter: blur(0);
}

.cta_wrap .cv_btn {
  position: absolute;
  bottom: 3.5%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1.1rem;
  text-align: center;
  width: 69rem;
  background: linear-gradient(to right, #FF848C, #D64D74);
  padding: 4.5rem;
  border-radius: 10rem;
  transition: .3s;
  z-index: 999;
}

.cta_wrap .cv_btn:hover {
  opacity: 0.9;
}

@media screen and (min-width:1100px) {
  .cta {
    display: none;
  }
}


/*　================== header================== */
.header {
  position: fixed;
  height: auto;
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  text-align: center;
  transition: .8s;
}

.header .logo {
  width: 31.6rem;
  height: 10rem;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  /* margin-top: 10rem; */
  clear: both;
  background-color: #FCEDEE;
  opacity: 0; /* 初期状態では非表示 */
  visibility: hidden; /* 初期状態では非表示 */
  transition: opacity .5s ease, visibility 0s linear .5s;
}

.menu .top_logo {
  background-color: #fff;
  padding: 0;
}

.menu .manu__logo__img {
  width: 33.6rem;
  height: 18rem;
  margin: auto;
}


/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear 0s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  font-size: 3.8rem;
  text-transform: capitalize;
  color: #4D4D4D;
  opacity: 0;
  transition: .5s;
}

.menu li {
  border-bottom: 1px solid #EE848C;
  padding: 2.5rem 0;
  opacity: 0;
  transition: .5s;
}

.menu a,
.menu li {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease 0.1s, visibility 0s linear 0s; /* 項目が表示される際に遅延を加える */
}


.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear 0s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 3.5rem 3rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
}

@media (min-width: 1100px) {
  .navicon {
    display: none!important;
  }
}

.navicon {
  background: #4D4D4D;
  display: block;
  height: .3rem;
  width: 5rem;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #4D4D4D;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 1.3rem;
}

.navicon:after {
  bottom: 1.3rem;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-30deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(30deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ================== mv ================== */
.mv {
  position: relative;
  overflow: hidden;
}

.main__img {
  animation: glowFadeIn 2.3s ease-in-out forwards;
}

.mv .mv_txt {
  position: absolute;
  opacity: 0;
}

.mv .mv_txt01 {
  width: 50.5rem;
  top: 8.8%;
  left: 5.5%;
}

.mv .mv_txt01.active {
  animation: fadeInRight 0.5s ease-out forwards;
  animation-delay: .5s;
}

.mv .mv_txt02 {
  width: 45.7rem;
  top: 20.7%;
  left: 7%;
}

.mv .mv_txt02.active {
  animation: fadeInRight 0.5s ease-out forwards;
  animation-delay: .8s;
}

/* ================== service_wrap ================== */
.service_wrap {
  position: relative;
  text-align: center;
  margin-top: 10rem;
  padding: 10rem 3rem ;
  background: linear-gradient(to bottom, #FFE8D3, #FFB6C9);
}

/* item_wrap */
.service_wrap .item_wrap img {
  position: absolute;
  z-index: 1;
}

.service_wrap .item_wrap .item01,
.service_wrap .item_wrap .item03,
.service_wrap .item_wrap .item05 {
  animation: decoSwing 2.4s steps(2, end) infinite;
}

.service_wrap .item_wrap .item02,
.service_wrap .item_wrap .item04 {
  animation: decoSwing2 2.4s steps(2, end) infinite;
}

.service_wrap .item_wrap .item01 {
  width: 28.5rem;
  top: -3rem;
  left: -8rem;
}

.service_wrap .item_wrap .item02 {
  width: 25rem;
  top: 33rem;
  right: -1.5rem;
}

.service_wrap .item_wrap .item03 {
  width: 22.5rem;
  top: 117rem;
  right: 1.5rem;
}

.service_wrap .item_wrap .item04 {
  width: 25.1rem;
  bottom: 82.5rem;
  left: -1rem;
}

.service_wrap .item_wrap .item05 {
  width: 28.5rem;
  bottom: -8rem;
  right: -1rem;
}

.service_wrap .dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;

  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 5px, transparent 5px), radial-gradient(circle, rgba(255, 255, 255, 0.2) 5px, transparent 5px);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}

/* main */
.service_wrap .main {
  position: relative;
  text-align: center;
}

.service_wrap .sub_title {
  display: flex;
  justify-content: center;
}

.service_wrap .sub_title::before,
.service_wrap .sub_title::after {
  background-color: #4D4D4D;
  border-radius: 5px;
  content: "";
  height: 4.2rem;
  width: .25rem;
}

.service_wrap .sub_title::before {
  margin-right: 2rem;
  transform: rotate(-15deg);
}

.service_wrap .sub_title::after {
  margin-left: 2rem;
  transform: rotate(15deg);
}

.service_wrap .logo__img {
  width: 41.8rem;
  margin: auto;
}


/*  ======== point_box ======== */
.point_box {
  margin-top: 11.5rem;
}


/* point */
.service_wrap .point {
  position: relative;
  background-color: #fff;
  padding: 5rem 4rem 8rem;
  border-radius: 8rem;
}

.service_wrap .point_img {
  position: absolute;
  width: 17rem;
  left: 0;
  right: 0;
  margin: auto;
  top: -2rem;
}

.service_wrap .point_title,
.service_wrap .point_sub_title {
  margin-bottom: 2.5rem;
  letter-spacing: -.5rem;
}

.service_wrap .point_main_title {
  display: flex;
  align-items: center;
  justify-content: center;

  margin: auto;
  width: fit-content;
  height: 8.6rem;
  background-color: #F8CED1;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}

/* point_list_wrap */
.point_list_wrap li {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
}

.point_list_wrap li img {
  width: 7.8rem;
  opacity: 0;
}

.point_list_wrap li img.active {
  animation: icon_color .7s ease-in-out;
  transform-style: preserve-3d;
  animation-fill-mode: forwards;
}

.point_list_wrap li p {
  text-align: left;
  font-size: 3.2rem;
  line-height: 5rem;
}

.point_list_wrap li p .under_line {
  border-bottom: solid .2rem #EE848C;
}


/* ================== recommendation_wrap ================== */
.recommendation_wrap {
  position: relative;
  margin: 10rem 0;
}

.recommendation_wrap h2 img {
  width: 69rem;
  margin: auto;
}

.recommendation_wrap .item_wrap {
  position: absolute;
  top: 38rem;
  left: 5.5rem;
}

.recommendation_wrap .item_wrap img {
  opacity: 0;
}

.recommendation_wrap .item_wrap img.active {
  animation: fadeInUp 0.8s ease-out forwards;
}

.recommendation_wrap .item_wrap .item01 {
  width: 26.7rem;
}

.recommendation_wrap .item_wrap .item02 {
  width: 30rem;
  margin-left: 6rem;
  padding: 3rem 0;
}

.recommendation_wrap .item_wrap .item03 {
  width: 33rem;
}



/* ================== campaign_plan_wrap ================== */
.campaign_plan_wrap {
  text-align: center;
}

.campaign_plan_wrap .main_title {
  letter-spacing: -1.3rem;
  font-weight: 700;

  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #EFB562 0%, #E25681 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* plan_box */
.campaign_plan_wrap .plan_box .plan {
  position: relative;
}


.campaign_plan_wrap .plan_box .title_box {
  position: absolute;
  writing-mode: vertical-rl;
  top: 4.5rem;
  right: 6.5rem;
  text-align: left;
  font-weight: 800;
}

.campaign_plan_wrap .plan_box .title_box p {
  display: inline-block;
  background-color: #fff;
  padding: .5rem .1rem;
}

.campaign_plan_wrap .plan_box .title {
  font-size: 5.3rem;
}


/* plan_contents_box */
.campaign_plan_wrap .plan_contents_box {
  position: relative;
  width: 69rem;
  height: 75rem;
  background: linear-gradient(to right bottom, #FFFBE7, #FBF0D3);
  border-radius: 32rem 32rem 0px 0;
  margin: -14rem auto 0;
  z-index: 10;
  padding: 1.5rem;
  opacity: 0;
}

.campaign_plan_wrap .plan_contents_box.active {
  animation: fadeInUp_mini 0.45s ease-out forwards;
}

.campaign_plan_wrap .plan_contents_box .plan_contents {
  height: 100%;
  border: solid .2rem #C3A157;
  border-radius: 30rem 30rem 0px 0;
  padding: 7rem 3rem 4rem;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .sub_title {
  position: relative;
  color: #fff;
  letter-spacing: .2rem;
  background-color: #D64D74;
  width: 45rem;
  margin: auto;
  padding: 1rem;
  border-radius: 5rem;
  margin-bottom: 3.5rem;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .sub_title::after {
	content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 2.2rem solid #D64D74;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .fee_before {
  position: relative;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .fee_before .line {
  position: absolute;
  width: 31rem;
  background-color: #CF5C80;
  height: .3rem;
  transform: rotate(-4deg);
  right: 14.5rem;
  bottom: 1.5rem;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .fee_after {
  color: #D64D74;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .plan_btn {
  display: inline-block;
  color: #fff;
  letter-spacing: -.5rem;
  background-color: #C3A157;
  width: 60rem;
  padding: 3rem;
  border-radius: 10rem;
  box-shadow: 0rem .5rem 1rem 0rem rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .plan_btn:hover {
  opacity: 0.9;
}

/* detail */
.campaign_plan_wrap .plan_contents_box .plan_contents .detail {
  width: 43rem;
  margin: 3rem auto;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .detail li {
  display: flex;
  justify-content: start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.campaign_plan_wrap .plan_contents_box .plan_contents .detail li .item {
  width: 17rem;
  background-color: #fff;
  padding: .5rem 0;
}


/* plan02 */
.plan .plan02 {
  margin-top: 13rem;
}



/* ================== chapel_beach_photo_plan ================== */
.chapel_beach_photo_plan_wrap {
  text-align: center;
  margin: 10rem auto 7rem;
}

.chapel_beach_photo_plan_wrap .title_box .main_title {
  letter-spacing: -1.3rem;
  font-weight: 700;

  display: inline-block;
  font-weight: bold;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #EFB562 0%, #E25681 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.chapel_beach_photo_plan_wrap .title_box .sub_title {
  display: flex;
  justify-content: center;
}

.chapel_beach_photo_plan_wrap .title_box .sub_title::before,
.chapel_beach_photo_plan_wrap .title_box .sub_title::after {
  background-color: #4D4D4D;
  border-radius: 5px;
  content: "";
  height: 4.2rem;
  width: .25rem;
}

.chapel_beach_photo_plan_wrap .title_box .sub_title::before {
  margin-right: 2rem;
  transform: rotate(-15deg);
}

.chapel_beach_photo_plan_wrap .title_box .sub_title::after {
  margin-left: 2rem;
  transform: rotate(15deg);
}


/* slide */
.chapel_beach_photo_plan_wrap .swiper__wrap {
  position: relative;
}

.chapel_beach_photo_plan_wrap .swiper__wrap {
  margin-top: 3rem;
}

.chapel_beach_photo_plan_wrap .swiper-button-prev,
.chapel_beach_photo_plan_wrap .swiper-button-next {
  height: 7rem;
  width: 8rem;
  transition: .3s;
}

.chapel_beach_photo_plan_wrap .swiper-button-prev:after,
.chapel_beach_photo_plan_wrap .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 7rem;
  width: 8rem;
  margin: auto;
}

.chapel_beach_photo_plan_wrap .swiper-button-prev:hover,
.chapel_beach_photo_plan_wrap .swiper-button-next:hover {
  opacity: .8;
}

.chapel_beach_photo_plan_wrap .swiper-button-prev:after {
  background-image: url(../img/silide_btn01.png);
}

.chapel_beach_photo_plan_wrap .swiper-button-next:after {
  background-image: url(../img/silide_btn01.png);
  transform: scale(-1, 1);
}


/* plan_contents_box */
.chapel_beach_photo_plan_wrap .plan .plan_contents_box {
  position: relative;
  width: 69rem;
  height: 75rem;
  background: linear-gradient(to right bottom, #FFFBE7, #FBF0D3);
  border-radius: 32rem 32rem 0px 0;
  margin: -19.5rem auto 0;
  z-index: 10;
  padding: 1.5rem;
  opacity: 0;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box.active {
  animation: fadeInUp_mini 0.45s ease-out forwards;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents {
  height: 100%;
  border: solid .2rem #C3A157;
  border-radius: 30rem 30rem 0px 0;
  padding: 7rem 3rem 4rem;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .sub_title {
  position: relative;
  color: #fff;
  letter-spacing: -.2rem;
  background-color: #D64D74;
  width: 52rem;
  margin: -3rem auto 0;
  padding: 1rem;
  border-radius: 4rem;
  margin-bottom: 3.5rem;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .sub_title span {
  letter-spacing: .2rem;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .sub_title::after {
	content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 2.2rem solid #D64D74;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .fee_before {
  position: relative;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .fee_before .line {
  position: absolute;
  width: 31rem;
  background-color: #CF5C80;
  height: .3rem;
  transform: rotate(-4deg);
  right: 14.5rem;
  bottom: 1.5rem;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .fee_after {
  color: #D64D74;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .plan_btn {
  display: inline-block;
  color: #fff;
  letter-spacing: -.5rem;
  background-color: #C3A157;
  width: 60rem;
  padding: 3rem;
  border-radius: 10rem;
  box-shadow: 0rem .5rem 1rem 0rem rgba(0, 0, 0, 0.2);
}

/* detail */
.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .detail {
  width: 50rem;
  margin: 3rem auto;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .detail li {
  display: flex;
  justify-content: start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.chapel_beach_photo_plan_wrap .plan .plan_contents_box .plan_contents .detail li .item {
  width: 17rem;
  background-color: #fff;
  padding: .5rem 0;
}



/* ================== location_wrap ================== */
.location_wrap {
  background: linear-gradient(to bottom, #FFFFC9, #FFC978);
  padding: 8rem 0 5rem;
  text-align: center;
}

.location_wrap .title_box .main_title {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  color: #D64D74;
  letter-spacing: -1.3rem;
  font-weight: 700;
  background-color: #fff;
}

.location_wrap .title_box .main_title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/photogenic_title_location.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 15.2rem;
  height: 5.4rem;
  right: -8rem;
  bottom: -3rem;
}

.location_wrap .title_box .sub_title {
  text-align: center;
}

.location_wrap .title_box .sub_title::after {
  content: "";
  display: block;
  margin: 1rem auto 2rem;
  background-image: url(../img/photogenic_title_btm.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 38.2rem;
  height: 2.3rem;
}


/* location_box */
.location_box.beach {
  margin: 7rem auto;
}

.location_box .location_txt_wrap .title {
  color: #D64D74;
}

.location_box .location_txt_wrap .title::before {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 1rem;
}

/* beach */
.location_box.beach .location_txt_wrap .title::before {
  background-image: url(../img/photogenic_title_beach.png);
  width: 21.6rem;
  height: 6.5rem;
}

/* chapel */
.location_box.chapel .location_txt_wrap .title::before {
  background-image: url(../img/photogenic_title_chapel.png);
  width: 20.2rem;
  height: 8.2rem;
}

/* downtown */
.location_box.downtown .location_txt_wrap .title::before {
  background-image: url(../img/photogenic_title_downtown.png);
  width: 30.2rem;
  height: 5.6rem;
}

.location_box .location_txt_wrap .txt {
  margin: 2.5rem auto 8rem;
}

.location_box .location_txt_wrap .txt::after {
  content: "";
  display: block;
  height: .2rem;
  width: 35rem;
  background-color: #D64D74;
  margin: 8rem auto;
}
.location_box.downtown .location_txt_wrap .txt::after {
  content: "";
  display: none;
}

/* beach_slide */
.location_wrap .swiper-button-prev:after {
  background-image: url(../img/silide_btn02.png);
}

.location_wrap .swiper-button-next:after {
  background-image: url(../img/silide_btn02.png);
  transform: scale(-1, 1);
}



/* ================== voice_wrap ================== */
.voice_wrap {
  padding: 14rem 0 0;
  text-align: center;
}

.voice_wrap .title_box .sub_title {
  position: relative;
  color: #fff;
  letter-spacing: -.2rem;
  background-color: #EE848C;
  width: 52rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 4rem;
  margin-bottom: 3.5rem;
}

.voice_wrap .title_box .sub_title::before {
	content: "";
  background-image: url(../img/voice_item.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  margin: auto;
  height: 3rem;
  width: 15rem;
}

.voice_wrap .title_box .sub_title::after {
	content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 2.2rem solid #EE848C;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
}


/* report_wrap */
.voice_wrap .report_wrap {
  position: relative;
  margin: 9rem auto 0;
}

.voice_wrap .report_wrap .report {
  background-color: #FCEDEE;
  padding: 10rem 0 7rem;
}


.voice_wrap .report_wrap .report_title_wrap {
  position: absolute;
  display: inline-block;
  background-color: #FCEDEE;
  width: 22.4rem;
  height: 20rem;
  padding: 3rem;
  border-radius: 10rem;
  left: 0;
  right: 0;
  margin: -16rem auto 0;
}

.voice_wrap .report_wrap .report .report_title_wrap p {
  color: #D64D74;
}


/* slide */
.voice_wrap .report_wrap .swiper-wrapper img {
  width: 64rem;
  margin: auto;
}

.voice_wrap .report_wrap .swiper-button-prev:after {
  background-image: url(../img/silide_btn03.png);
}

.voice_wrap .report_wrap .swiper-button-next:after {
  background-image: url(../img/silide_btn03.png);
  transform: scale(-1, 1);
}

.voice_wrap .report .txt_box {
  margin: 6rem auto 0;
  padding: 0 3rem;
}

.voice_wrap .report .txt_box .title {
  display: inline-block;
  letter-spacing: -.7rem;
  color: #D64D74;
  font-size: 4.4rem;
  font-weight: 800;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: solid .2rem #D64D74;
}

.voice_wrap .report .txt_box .memo {
  text-align: right;
  padding-right: 2rem;
}

.voice_wrap .report .txt_box .main_txt {
  margin-top: 2rem;
}

.voice_wrap .report .txt_box .main_txt p {
  text-indent: 1em;
  text-align: left;
  line-height: 5rem;
  text-align: justify;
}

.voice_wrap .report .txt_box .main_txt p .under_line {
  background-image: linear-gradient(90deg, #F7C8CB, #F7C8CB);
  background-repeat: no-repeat;
  background-size: 0;
  transition: background-size 1.8s;
}

.voice_wrap .report .txt_box .main_txt p .under_line.active {
  background-size: 100%;
}

.voice_wrap .report .txt_box .main_txt p .under_line02,
.voice_wrap .report .txt_box .main_txt p .under_line05 {
  transition-delay: 1s;
}

.voice_wrap .report .txt_box .main_txt p .under_line03 {
  transition-delay: 1.2s;
}


/* ================== flow_wrap ================== */
.flow_wrap {
  padding: 10rem 0;
  text-align: center;
}

.flow_wrap .title_box .sub_title {
  display: inline-block;
  color: #fff;
  background-color: #FFA232;
  padding: .5rem 1.5rem;
}


.flow_wrap .title_box .main_title {
  display: flex;
  justify-content: center;
  letter-spacing: -.5rem;
}

.flow_wrap .title_box .main_title::before,
.flow_wrap .title_box .main_title::after {
  background-color: #4D4D4D;
  border-radius: 5px;
  content: "";
  height: 19.2rem;
  width: .25rem;
}

.flow_wrap .title_box .main_title::before {
  margin-right: 5rem;
  transform: rotate(-15deg);
}

.flow_wrap .title_box .main_title::after {
  margin-left: 5rem;
  transform: rotate(15deg);
}

/* step_box */
.step_box .step {
  position: relative;
  margin: 7rem auto 0;
  opacity: 0;
}

.step_box .step01.active,
.step_box .step03.active {
  animation: fadeInLeft 0.5s ease-out forwards;
}

.step_box .step02.active {
  animation: fadeInRight 0.5s ease-out forwards;
}

.step_box .step.step01 {
  position: relative;
  margin-bottom: 28rem;
}

.step_box .step.step02 {
  position: relative;
  margin-bottom: 38rem;
}

.step_box .step::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15rem;
  height: 7.4rem;
  margin-top: -4.5rem;
  margin-left: 3rem;
  z-index: 11;
}

.step_box .step.step01::before {
  background-image: url(../img/step01.png);
}

.step_box .step.step02::before {
  background-image: url(../img/step02.png);
}

.step_box .step.step03::before {
  background-image: url(../img/step03.png);
}

.step_box .step .main_img {
  position: relative;
  width: 64rem;
  margin: auto;
  z-index: 10;
}

.step_box .step .step_title {
  position: absolute;
  background-color: #fff;
  width: 64rem;
  letter-spacing: -.3rem;
  line-height: 6rem;
  padding: 0 3rem;
  font-weight: 600;
  top: 40rem;
  z-index: 11;
}

.step_box .step.step02 .step_title {
  padding-left: 0;
}

.step_box .step.step01 .step_title {
  right: 0;
}

.step_box .step .txt_box {
  position: absolute;
  background-color: #FFDEB6;
  text-align: left;
  letter-spacing: .2rem;
  line-height: 4.5rem;
  width: 72rem;
  padding: 33rem 2rem 4rem;
  top: 15rem;
}

.step_box .step.step01 .txt_box,
.step_box .step.step03 .txt_box {
  padding-left: 3rem;
}

.step_box .step.step02 .txt_box {
  padding-left: 5rem;
}

.step_box .step.step01 .txt_box,
.step_box .step.step01 .step_title,
.step_box .step.step03 .txt_box,
.step_box .step.step03 .step_title {
  right: 0;
}

.step_box .step.step02 .txt_box,
.step_box .step.step02 .step_title {
  left: 0;
}



/* ================== cm_wrap ================== */
.cm_wrap {
  position: relative;
  margin: 18rem auto 0;
}

.cm_wrap .main_img.active {
  animation: glowFadeIn 2.3s ease-in-out forwards;
}

/* ================== ceremony_plan_wrap ================== */
.ceremony_plan_wrap {
  position: relative;
  text-align: center;
  margin: 10rem auto 0;
}

.ceremony_plan_wrap .sub_title {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  letter-spacing: -.2rem;
  background-color: #C3A157;
  width: 56.6rem;
  margin: 0 auto;
  padding: 1.5rem 0 4rem;
  margin-bottom: 3.5rem;
}

.ceremony_plan_wrap .sub_title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 2.2rem solid #C3A157;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
}

.ceremony_plan_wrap .sub_title .under_line::after {
  content: "";
  display: block;
  margin: .5rem auto 0;
  width: 22.2rem;
  height: .2rem;
  background-color: #fff;
}

.ceremony_plan_wrap .sub_title .soboten {
  position: relative;
  display: inline-block;
}

.ceremony_plan_wrap .sub_title .soboten::after {
  content: "•";
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 4rem;
}


/* plan_box */
.ceremony_plan_wrap .plan_box {
  margin: -10rem auto 0;
  padding: 4rem 2rem 5rem;
  background-color: #FBF0D3;
  border: solid .2rem #C3A157;
  width: 69rem;
}

.ceremony_plan_wrap .plan_box .title_box span {
  color: #B89114;
}

.ceremony_plan_wrap .plan_box .title_box .title {
  background: linear-gradient(90deg, #E0BD59 0%, #B08E28 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ceremony_plan_wrap .plan_box .title_box .title span {
  letter-spacing: -2rem;
}

.ceremony_plan_wrap .plan_box .main_img {
  margin: 3rem auto;
}

.ceremony_plan_wrap .plan_box .txt_box {
  line-height: 5rem;
  margin-bottom: 3.5rem;
}

.ceremony_plan_wrap .cta_wrap .cv_btn2 {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: -.7rem;
  text-align: center;
  width: 65rem;
  background-color: #F99345;
  padding: 3rem;
  border-radius: 10rem;
  transition: .3s;
}

.ceremony_plan_wrap .cta_wrap .cv_btn2:hover {
  opacity: .8;
}



/* ================== qa_wrap ================== */
.qa_wrap {
  text-align: center;
  padding: 7rem 2rem 10rem;
  background-color: #FFF1F6;
  margin-top: 10rem;
}

.qa_wrap .title_box .main_title {
  margin: -2rem auto 0;
}

.qa_wrap .title_box .main_title,
.qa_wrap .title_box .sub_title2 {
  color:#EE848C ;
}

/* accordion */
.qa_ac {
  margin-top: 6rem;
  border-top: solid .2rem #AAAAAA;
}

.ac {
  border-bottom: solid .2rem #AAAAAA;
  line-height: 4rem;
}

.ac dt {
  margin: 0 auto;
}
.ac-parent {
  position: relative;
}
.ac-parent .title__img {
  position: absolute;
  width: 24.6rem;
  top: -40%;
  left: 0;
}

.ac_title {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem 1rem;
  cursor: pointer;
}

.ac_title .txt_box {
  width: 50rem;
  text-align: left;
  letter-spacing: .15rem;
}

.ac_title .q_icon {
  color: #fff;
  line-height: 1.5;
  height: 6rem;
  width: 6rem;
  background-color: #EE848C;
  border-radius: 5rem;
}

.ac_child {
  display: flex;
  gap: 2rem;
  padding: 3rem 1rem;
  border-top: .2rem dashed  #AAAAAA;
  letter-spacing: .1rem;
}

.ac_child.line {
  align-items: center;
}

.ac_child a {
  color: #EE848C;
  text-decoration: underline;
}

.ac_child span {
  display: block;
  line-height: 3rem;
}

.ac_child .q_icon {
  color: #EE848C;
  border: solid .2rem #EE848C;
  line-height: 1.5;
  text-align: center;
  height: 6rem;
  width: 6rem;
  background-color: #fff;
  border-radius: 5rem;
}

.ac_child .txt_box {
  width: 51rem;
  text-align: left;
  text-align: justify;
}

.ac_iconwrap {
  position: absolute;
  width: 7.7rem;
  height: 7.7rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
}
.ac-parent .ac_icon {
  position: relative;
  height: 1.8rem;
  width: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.ac-parent .ac_icon {
  transform: rotate(180deg);
}
.ac-parent .ac_icon.open {
  transform: rotate(0deg);
}
.plus::before,.plus::after  {
  content: '';
  display: inline-block;
  width: 5rem;
  height: .25rem;
  background-color: #AAAAAA;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.plus::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
.plus.open::before {
  opacity: 0;
}
.plus.open::after {
  transform: translateY(-50%) rotate(180deg);
}



/* ================== footer ================== */
.footer {
  position: relative;
  padding: 5rem 0 20rem;
}

.footer__menu {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.footer__menu li {
  margin-bottom: 6rem;
}
.footer .copyright {
  font-size: 2rem;
}

@media screen and (min-width:750px) {
  .footer {
    padding: 5rem 0 20rem;
  }
}

@media screen and (min-width:1100px) {
  .footer {
    padding: 5rem 0;
  }
}