* {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 16px;
}

img {
  width: 100%;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(0%, #ffe993));
  background: linear-gradient(transparent 64%, #ffe993 0%);
  font-size: inherit;
}

.l-inner-1640 {
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-inner-1440 {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-inner-1000 {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-btn {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 16px 48px;
  background-color: #C00630;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/triangle_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 3;
}
.c-btn:hover {
  opacity: 0.7;
}

.p-openhouse {
  padding: 160px 0 10px;
  background-color: #f2f1ee;
}
.p-openhouse-inner {
  max-width: 808px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-openhouse-head {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding: 0 28px;
  position: relative;
  font-weight: 600;
}
.p-openhouse-head::before, .p-openhouse-head::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/point_square.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.p-openhouse-head::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-openhouse-head::after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-openhouse-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-bottom: 80px;
}
.p-openhouse-present__item {
  padding: 40px 24px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.p-openhouse-present__item::before {
  content: "";
  width: 97%;
  height: 97%;
  position: absolute;
  border: 1px solid #474849;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-openhouse-giftcard {
  width: calc(42% - 5px);
}
.p-openhouse-giftcard__text {
  font-size: 14px;
  text-align: left;
  margin: 16px 0;
}
.p-openhouse-giftcard__img {
  width: 168px;
  margin: 0 auto;
}
.p-openhouse-contactcard {
  width: calc(58% - 5px);
}
.p-openhouse-contactcard .p-openhouse-head {
  margin: 48px 0 16px;
}
.p-openhouse-contactcard__text {
  font-size: 14px;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
.p-openhouse-contactcard__link {
  position: relative;
  z-index: 1;
}
.p-openhouse-contactcard__btn {
  display: inline-block;
  width: 134px;
  padding: 5px 0;
  text-align: center;
  background-color: orange;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 16px;
}
.p-openhouse-hiraya {
  text-align: center;
}
.p-openhouse-hiraya .p-openhouse-head {
  margin-bottom: 16px;
}
.p-openhouse-hiraya__text {
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.p-openhouse-chara {
  text-align: center;
}
.p-openhouse-chara .p-openhouse-head {
  margin-bottom: 40px;
}
.p-openhouse-chara__img {
  margin-left: auto;
  width: 73%;
}
.p-openhouse-chara__border {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  border: 1px solid #fff;
}
.p-openhouse-chara__info {
  width: 240px;
  background-color: #fff;
  padding: 16px;
}
.p-openhouse-chara__point {
  width: 70px;
  margin: 0 auto;
  text-align: center;
}
.p-openhouse-chara__title {
  font-size: 20px;
  font-weight: bold;
  margin: -10px 0 16px;
  letter-spacing: 0;
}
.p-openhouse-chara__text {
  text-align: left;
  line-height: 1.35;
  font-size: 14px;
}
.p-openhouse-chara__item {
  position: relative;
  margin-bottom: 80px;
}
.p-openhouse-chara__item.point01 .p-openhouse-chara__border {
  left: 0;
  bottom: 0;
}
.p-openhouse-chara__item.point02 .p-openhouse-chara__img {
  margin-left: 0;
  margin-right: auto;
}
.p-openhouse-chara__item.point02 .p-openhouse-chara__border {
  right: 0;
  bottom: -20px;
  left: auto;
}
.p-openhouse-chara__item.point03 .p-openhouse-chara__border {
  left: -24px;
  bottom: -24px;
}
.p-openhouse-map {
  padding: 40px 0;
  text-align: center;
  margin-bottom: 40px;
}
.p-openhouse-map .p-openhouse-head {
  margin-bottom: 40px;
}
.p-openhouse-map__iframe {
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 0;
}
.p-openhouse-map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-openhouse-cta {
  max-width: 720px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: -128px;
}
.p-openhouse-cta__wrap {
  background-color: #fff;
  padding: 32px 0;
  position: relative;
}
.p-openhouse-cta__wrap::before {
  content: "";
  width: 98%;
  height: 95%;
  position: absolute;
  border: 1px solid #474849;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-openhouse-cta__wrap .p-openhouse-head {
  margin-bottom: 16px;
}
.p-openhouse-cta__lead {
  margin-bottom: 16px;
}
.p-openhouse-cta__link {
  position: relative;
  z-index: 10;
}
.p-openhouse-cta__btn {
  display: block;
  margin: 0 auto 16px;
  width: 134px;
  padding: 5px 0;
  text-align: center;
  background-color: orange;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.p-osusume {
  position: relative;
  padding-top: 120px;
  margin-bottom: 240px;
  color: #474849;
}
.p-osusume-about {
  text-align: center;
  margin-bottom: 240px;
}
.p-osusume-about .p-openhouse-head {
  margin-bottom: 56px;
  font-weight: bold;
}
.p-osusume-about__lead {
  font-size: 18px;
  letter-spacing: 0.25em;
  margin-bottom: 56px;
  font-weight: bold;
}
.p-osusume-about__point--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  margin-bottom: 32px;
}
.p-osusume-about__point--label {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  font-weight: bold;
}
.p-osusume-about__point--label::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/point_square.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-osusume-about__point--text {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 1.75;
}
.p-osusume-about__point--text span {
  text-decoration: underline;
  text-decoration-color: orange;
  text-decoration-thickness: 1.3px;
  text-decoration-style: wavy;
  text-underline-offset: 2.5px;
}
.p-osusume-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  margin-bottom: 80px;
}
.p-osusume-fv__img {
  width: 44.58%;
}
.p-osusume-fv__info--copy {
  width: 512px;
  margin-bottom: 32px;
}
.p-osusume-fv__info--lead {
  display: inline-block;
  font-size: 24px;
  padding: 0 16px;
  background-color: #fff;
  margin-bottom: 16px;
  color: #474849;
}
.p-osusume-head {
  margin-bottom: 160px;
}
.p-osusume-head__text {
  font-size: 32px;
  font-weight: 600;
  color: #474849;
}
.p-osusume-head__text:first-of-type {
  margin-bottom: 16px;
}
.p-osusume-head__maru {
  font-size: inherit;
  position: relative;
}
.p-osusume-head__maru::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #474849;
  border-radius: 999px;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.p-osusume-bg__woman {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-osusume-bg__couple {
  width: 300px;
  position: absolute;
  left: 0;
  bottom: 160px;
}
.p-osusume-port {
  width: 480px;
  position: absolute;
  top: 720px;
  right: 0;
}
.p-osusume-port__sp {
  display: none;
}
.p-osusume-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
.p-osusume-flex.woman {
  margin-bottom: 80px;
}
.p-osusume-flex.couple {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-osusume-flex__img {
  width: 42.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-osusume-flex__info {
  width: 560px;
  max-width: 100%;
  color: #474849;
}
.p-osusume-flex__copy {
  display: inline-block;
  font-size: 18px;
  padding: 0 8px;
  border-left: 1px solid #474849;
  border-right: 1px solid #474849;
  margin-bottom: 24px;
}
.p-osusume-flex__title {
  font-size: 24px;
  margin-bottom: 24px;
}
.p-osusume-flex__text {
  line-height: 1.75;
}

.p-plan {
  margin-bottom: 0;
}
.p-plan-title {
  color: #474849;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  padding: 42px 0;
  border-top: 5px dashed #9A9A9A;
  border-bottom: 5px dashed #9A9A9A;
}
.p-plan-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #474849;
  text-align: center;
  margin: 80px 0;
}
.p-plan-wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F2F1EE;
  padding: 100px 0;
}
.p-plan-item {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.p-plan-item__img {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
.p-plan-item__label {
  font-size: 24px;
  color: #fff;
  background-color: #C00630;
  padding: 8px 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 100;
}
.p-plan-item__point--head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #474849;
  position: absolute;
  top: -30px;
  left: 30px;
}
.p-plan-item__point--head img {
  width: 22.14px;
}
.p-plan-item__list {
  padding: 72px;
  background-color: #fff;
  border: 1px solid #474849;
  position: relative;
}
.p-plan-item__list--item {
  position: relative;
  padding-left: 37px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-plan-item__list--item:last-child {
  margin-bottom: 0;
}
.p-plan-item__list--item::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/point_square.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
}
.p-plan .swiper-area {
  position: relative;
}
.p-plan .swiper-button-prev, .p-plan .swiper-button-next {
  width: 120px;
  position: absolute;
  top: 216px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-plan .swiper-button-prev {
  right: calc(100% - 60px);
}
.p-plan .swiper-button-prev:hover {
  right: calc(100% - 50px);
}
.p-plan .swiper-button-next {
  left: calc(100% - 60px);
}
.p-plan .swiper-button-next:hover {
  left: calc(100% - 50px);
}
.p-plan .swiper-pagination {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  position: absolute;
  top: 560px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}
.p-plan .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 3px;
  background: #DDDDDD;
  cursor: pointer;
}
.p-plan .swiper-pagination-bullet-active {
  width: 40px;
  background: #474849;
}

.p-price {
  color: #474849;
  text-align: center;
}
.p-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #474849;
}
.p-price-left, .p-price-right {
  width: 35.4%;
}
.p-price-center .c-btn {
  margin-bottom: 24px;
}
.p-price-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 48px;
}
.p-price-number {
  font-size: 48px;
  font-weight: bold;
}
.p-price-number small {
  font-size: 24px;
  margin-left: 8px;
}
.p-price-tax {
  font-size: 16px;
  margin-bottom: 56px;
}
.p-price-tax small {
  font-size: 12px;
  margin-left: 4px;
}
.p-price-copy {
  font-size: 20px;
  margin-bottom: 40px;
}
.p-price-copy strong {
  font-size: 28px;
}
.p-price-note {
  font-size: 14px;
}

.p-sns {
  padding: 160px 0;
}
.p-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40.5px;
}
.p-sns-icon {
  display: block;
}
.p-sns-icon.instagram {
  width: 48.47px;
}
.p-sns-icon.youtube {
  width: 46.55px;
}

.p-yukadanbo {
  color: #474849;
}
.p-yukadanbo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-yukadanbo-img {
  width: 50%;
}
.p-yukadanbo-info {
  width: 50%;
  text-align: center;
  border: 1px solid #E1E3E5;
  padding: 40px 0;
}
.p-yukadanbo-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  margin-bottom: 32px;
}
.p-yukadanbo-place__label {
  color: #C00630;
  font-size: 14px;
  width: 61px;
  padding: 2px 0;
  border: 1px solid #C00630;
}
.p-yukadanbo-place__text {
  font-size: 24px;
  font-weight: 600;
}
.p-yukadanbo-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-yukadanbo-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 48px;
}
.p-yukadanbo .c-btn {
  background-color: #fff;
  border: 1px solid #EB632D;
  color: #EB632D;
  margin-bottom: 24px;
}
.p-yukadanbo .c-btn::after {
  background: url(../img/triangle_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-newyear-text {
  text-align: center;
  font-size: 20px;
  color: #474849;
  padding: 80px 0;
}

.p-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer-left {
  width: 50%;
  padding: 88px 40px;
  background-color: #474849;
  color: #fff;
}
.p-footer-text {
  margin-bottom: 24px;
}
.p-footer-logo {
  display: block;
  width: 268px;
  margin-bottom: 16px;
}
.p-footer-right {
  width: 50%;
}
.p-footer-right iframe {
  width: 100%;
  height: 100%;
}
.p-footer-address {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.p-footer-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
.p-footer-mail__btn {
  padding: 12px 35px;
  background-color: #fff;
  color: #474849;
  border-radius: 999px;
}

.p-recommend {
  text-align: center;
  margin-bottom: 80px;
}

@media (min-width: 1920px) {
  .p-shinsyun-title {
    width: 498px;
    right: 25%;
  }
  .p-shinsyun-lefttop {
    width: 32%;
  }
  .p-osusume {
    background-position: top;
  }
}
@media (max-width: 1639px) {
  .c-btn {
    padding: 12px 32px;
    font-size: 18px;
  }
  .p-fv-copy {
    margin-bottom: 32px;
  }
  .p-fv-copy__text {
    font-size: 24px;
    padding: 16px 12px;
  }
  .p-fv-copy__text.order1 {
    margin-top: 32px;
  }
  .p-shinsyun {
    margin-bottom: 240px;
  }
  .p-shinsyun-title {
    right: 8%;
  }
  .p-shinsyun-flex__item {
    min-height: 480px;
    padding: 80px 15px 0;
  }
  .p-shinsyun-flex__number {
    font-size: 32px;
    padding: 0 16px;
    left: -8px;
  }
  .p-shinsyun-flex__title {
    font-size: 22px;
  }
  .p-shinsyun-flex__text {
    font-size: 16px;
  }
  .p-osusume {
    height: 1640px;
    padding-top: 160px;
    margin-bottom: 160px;
  }
  .p-osusume-head__text {
    font-size: 32px;
  }
  .p-osusume-head__text:first-of-type {
    margin-bottom: 16px;
  }
  .p-osusume-head__maru::before {
    width: 10px;
    height: 10px;
    top: -8px;
  }
  .p-osusume-port {
    width: 420px;
    top: 800px;
  }
  .p-osusume-bg__couple {
    bottom: -138px;
  }
  .p-osusume-flex__img {
    width: 32.5%;
  }
  .p-osusume-flex__info {
    width: 520px;
  }
  .p-osusume-flex__copy {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .p-osusume-flex__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .p-osusume-flex__text {
    letter-spacing: 0;
  }
  .p-plan-wrap {
    padding: 56px 0;
  }
  .p-plan-title {
    font-size: 32px;
    padding: 24px 0;
  }
  .p-plan-subtitle {
    font-size: 20px;
    margin: 40px 0;
  }
  .p-plan-item__img {
    width: 80%;
    margin: 0 auto 64px;
  }
  .p-plan-item__list {
    padding: 56px;
  }
  .p-plan-item__list--item {
    margin-bottom: 24px;
  }
  .p-plan .swiper-button-next {
    left: calc(100% - 100px);
  }
  .p-plan .swiper-button-next:hover {
    left: calc(100% - 90px);
  }
  .p-plan .swiper-button-prev {
    right: calc(100% - 100px);
  }
  .p-plan .swiper-button-prev:hover {
    right: calc(100% - 90px);
  }
  .p-plan .swiper-pagination {
    top: 420px;
  }
  .p-price-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .p-price-number {
    font-size: 32px;
  }
  .p-price-tax {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .p-price-copy {
    font-size: 16px;
  }
  .p-price-copy strong {
    font-size: 18px;
    letter-spacing: 0;
  }
  .p-yukadanbo-info {
    padding: 32px 0 0;
  }
  .p-yukadanbo-place__text {
    font-size: 20px;
  }
  .p-yukadanbo-title {
    font-size: 24px;
  }
  .p-yukadanbo-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-yukadanbo-note {
    font-size: 14px;
  }
  .p-sns {
    padding: 80px 0;
  }
  .p-sns-icon.instagram {
    width: 38.47px;
  }
}
@media (max-width: 1024px) {
  .p-header-img {
    padding: 24px 0 0;
    margin: 0 auto 24px;
  }
  .p-header-add__title {
    font-size: 24px;
  }
  .p-header-add__title span {
    font-size: 24px;
  }
  .p-header-add__title strong {
    font-size: 32px;
  }
  .p-header-present-wrap {
    padding: 24px 32px;
    margin-bottom: 56px;
  }
  .p-header-present-info__item--label {
    font-size: 18px;
  }
  .p-header-present-info__item--text {
    font-size: 18px;
  }
  .p-header-present-lead {
    font-size: 16px;
  }
  .p-header-present-btn .c-btn {
    font-size: 24px;
  }
  .p-header-present-note {
    font-size: 14px;
  }
  .p-header-present-head {
    font-size: 24px;
  }
  .p-header-present-head span {
    font-size: 32px;
  }
  .p-shinsyun {
    height: 880px;
    margin-bottom: 80px;
  }
  .p-shinsyun-wrap {
    padding-top: 200px;
  }
  .p-shinsyun-flex__item {
    width: 31%;
  }
  .p-osusume {
    height: 1720px;
  }
  .p-osusume-fv {
    display: block;
  }
  .p-osusume-fv__img {
    margin: 0 auto 24px;
    width: 70%;
  }
  .p-osusume-fv__info {
    text-align: center;
  }
  .p-osusume-fv__info--copy {
    margin: 0 auto 24px;
  }
  .p-osusume-head__text {
    font-size: 20px;
  }
  .p-osusume-head__maru::before {
    width: 8px;
    height: 8px;
  }
  .p-osusume-port {
    width: 350px;
  }
  .p-osusume-bg__woman {
    top: auto;
    bottom: -40px;
    right: 80px;
  }
  .p-osusume-bg__couple {
    bottom: -40px;
    left: 80px;
  }
  .p-osusume-flex__text {
    font-size: 14px;
  }
  .p-plan-title {
    font-size: 24px;
  }
  .p-plan-subtitle {
    font-size: 16px;
  }
  .p-plan-wrap {
    padding: 56px 15px;
  }
  .p-plan-item__list {
    padding: 40px;
  }
  .p-plan-item__list--item {
    font-size: 15px;
  }
  .p-plan .swiper-button-prev, .p-plan .swiper-button-next {
    display: none;
  }
  .p-plan .swiper-pagination {
    top: 320px;
  }
  .p-price-flex {
    display: block;
    border: none;
  }
  .p-price-left, .p-price-right {
    width: 80%;
    margin: 0 auto;
  }
  .p-price-left {
    margin-bottom: 80px;
  }
  .p-price-center {
    margin-bottom: 80px;
  }
  .p-yukadanbo-flex {
    display: block;
    width: calc(80% + 40px);
    margin: 0 auto;
  }
  .p-yukadanbo-img {
    width: 100%;
  }
  .p-yukadanbo-info {
    width: 100%;
    padding: 50px 0 56px;
  }
  .p-newyear-text {
    font-size: 14px;
    padding: 40px 0;
  }
  .p-footer-flex {
    display: block;
  }
  .p-footer-left {
    width: 100%;
  }
  .p-footer-right {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .c-btn {
    font-size: 16px;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .p-header-add__tokucho {
    margin-bottom: 80px;
  }
  .p-header-add__tokucho--img {
    width: 85%;
    margin: 0 auto 40px;
  }
  .p-header-add__osusume {
    margin-bottom: 80px;
  }
  .p-header-add__cost {
    margin-bottom: 80px;
  }
  .p-header-add__cost--img {
    width: 85%;
    margin: 0 auto 40px;
  }
  .p-header-add__table {
    margin-bottom: 80px;
  }
  .p-header-add__table--img {
    overflow-x: scroll;
  }
  .p-header-add__table--img img {
    width: 768px;
  }
  .p-lp-cta {
    display: none;
  }
  .p-lp-cta__sp {
    display: block;
    max-width: 376px;
    margin: 0 auto;
  }
  .p-openhouse {
    padding: 56px 0;
    background-color: #f2f1ee;
  }
  .p-openhouse-inner {
    padding: 0 15px;
  }
  .p-openhouse-head {
    font-size: 18px;
    padding: 0 28px;
    position: relative;
  }
  .p-openhouse-head::before, .p-openhouse-head::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/point_square.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
  }
  .p-openhouse-head::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-openhouse-head::after {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-openhouse-present {
    display: block;
    margin-bottom: 80px;
  }
  .p-openhouse-present__item {
    padding: 24px 16px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .p-openhouse-present__item::before {
    content: "";
    width: 97%;
    height: 97%;
    position: absolute;
    border: 1px solid #474849;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-openhouse-giftcard {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-openhouse-giftcard__text {
    font-size: 14px;
    text-align: left;
    margin: 16px 0;
  }
  .p-openhouse-giftcard__img {
    width: 168px;
    margin: 0 auto;
  }
  .p-openhouse-contactcard {
    width: 100%;
  }
  .p-openhouse-contactcard .p-openhouse-head {
    margin: 0 0 16px;
  }
  .p-openhouse-contactcard__text {
    font-size: 14px;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  .p-openhouse-contactcard__link {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 16px;
    position: relative;
    z-index: 1;
  }
  .p-openhouse-contactcard__btn {
    display: block;
    padding: 5px 0;
    margin: 0 auto 16px;
  }
  .p-openhouse-hiraya {
    margin-bottom: 40px;
  }
  .p-openhouse-hiraya .p-openhouse-head {
    margin-bottom: 16px;
    padding: 0 32px;
  }
  .p-openhouse-hiraya__text {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .p-openhouse-chara {
    text-align: center;
  }
  .p-openhouse-chara .p-openhouse-head {
    margin-bottom: 40px;
  }
  .p-openhouse-chara__img {
    width: 92%;
    margin: 0 auto 16px;
  }
  .p-openhouse-chara__border {
    position: inherit;
    margin-bottom: 16px;
  }
  .p-openhouse-chara__info {
    width: 100%;
    padding: 16px;
  }
  .p-openhouse-chara__point {
    width: 70px;
    margin: 0 auto;
    text-align: center;
  }
  .p-openhouse-chara__title {
    font-size: 20px;
    font-weight: bold;
    margin: -10px 0 16px;
    letter-spacing: 0;
  }
  .p-openhouse-chara__text {
    text-align: left;
    line-height: 1.35;
    font-size: 14px;
  }
  .p-openhouse-chara__item {
    position: relative;
    margin-bottom: 56px;
  }
  .p-openhouse-chara__item.point01 .p-openhouse-chara__border {
    left: 0;
    bottom: 0;
  }
  .p-openhouse-chara__item.point02 .p-openhouse-chara__img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-openhouse-chara__item.point02 .p-openhouse-chara__border {
    right: 0;
    bottom: 0;
    left: auto;
  }
  .p-openhouse-chara__item.point03 .p-openhouse-chara__border {
    left: 0;
    bottom: 0;
  }
  .p-openhouse-map {
    padding: 0 0 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .p-openhouse-map .p-openhouse-head {
    margin-bottom: 40px;
  }
  .p-openhouse-map__iframe {
    position: relative;
    width: 100%;
    padding-top: 75%;
    height: 0;
  }
  .p-openhouse-map__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-openhouse-cta {
    max-width: 720px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    margin-top: -128px;
  }
  .p-openhouse-cta__wrap {
    background-color: #fff;
    padding: 32px 0;
    position: relative;
  }
  .p-openhouse-cta__wrap::before {
    content: "";
    width: 98%;
    height: 95%;
    position: absolute;
    border: 1px solid #474849;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-openhouse-cta__wrap .p-openhouse-head {
    margin-bottom: 16px;
  }
  .p-openhouse-cta__lead {
    font-size: 14px;
  }
  .p-openhouse-cta__link {
    display: block;
  }
  .p-openhouse-cta__btn {
    display: block;
    margin: 0 auto 16px;
  }
  .p-osusume {
    height: auto;
    background-position: top 0% left 16%;
    padding: 100px 0;
    margin-bottom: 120px;
  }
  .p-osusume-head__text {
    font-size: 18px;
  }
  .p-osusume-head__text:first-of-type {
    margin-bottom: 4px;
  }
  .p-osusume-head__maru {
    width: 6px;
    height: 6px;
  }
  .p-osusume-port {
    display: none;
  }
  .p-osusume-port__sp {
    display: block;
    margin-bottom: 40px;
  }
  .p-osusume-port__sp img {
    width: 105%;
  }
  .p-osusume-bg__woman {
    top: auto;
    bottom: -80px;
    right: 20px;
    width: 160px;
  }
  .p-osusume-bg__couple {
    bottom: -56px;
    left: 20px;
    width: 160px;
  }
  .p-osusume-flex {
    display: block;
  }
  .p-osusume-flex__img {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-osusume-flex__title {
    font-size: 17px;
  }
  .p-osusume-flex__text {
    font-size: 14px;
  }
  .p-osusume-flex.woman {
    margin-bottom: 56px;
  }
  .p-osusume-about {
    margin-bottom: 56px;
  }
  .p-osusume-about .p-openhouse-head {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .p-osusume-about__lead {
    line-height: 1.5;
    margin-bottom: 56px;
    font-size: 17px;
  }
  .p-osusume-about__point {
    width: 85%;
    margin: 0 auto;
  }
  .p-osusume-about__point--item {
    display: block;
    margin-bottom: 24px;
    padding: 0 15px 24px;
    border-bottom: 1px solid #474849;
  }
  .p-osusume-about__point--text {
    line-height: 2;
  }
  .p-osusume-about__point--label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: bold;
  }
  .p-plan {
    margin-bottom: 0;
  }
  .p-plan-title {
    font-size: 18px;
    border-top: 2px dashed #9A9A9A;
    border-bottom: 2px dashed #9A9A9A;
  }
  .p-plan-subtitle {
    line-height: 1.75;
    margin: 32px 0;
  }
  .p-plan-wrap {
    padding: 56px 15px;
  }
  .p-plan-item__img {
    width: 100%;
    margin: 0 auto 72px;
  }
  .p-plan-item__label {
    font-size: 14px;
    padding: 4px 8px;
    top: 0;
    left: 16px;
  }
  .p-plan-item__point--head {
    padding: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 72%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-plan-item__list {
    padding: 32px 16px 24px;
  }
  .p-plan-item__list--item {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 10px;
    line-height: 1.75;
  }
  .p-plan-item__list--item::before {
    width: 14px;
    height: 14px;
  }
  .p-plan .swiper-pagination {
    top: 218px;
  }
  .p-price-flex {
    display: block;
    border: none;
  }
  .p-price-left, .p-price-right {
    width: 100%;
    margin: 0 auto;
  }
  .p-price-left {
    margin-bottom: 80px;
  }
  .p-price-center {
    margin-bottom: 80px;
  }
  .p-price-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .p-price-copy {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .p-sns {
    padding: 56px 0;
  }
  .p-sns-icon.instagram {
    width: 30px;
  }
  .p-sns-icon.youtube {
    width: 36px;
  }
  .p-yukadanbo-flex {
    width: 100%;
  }
  .p-yukadanbo .l-inner-1640 {
    padding: 0 10px;
  }
  .p-yukadanbo-img {
    width: 100%;
  }
  .p-yukadanbo-info {
    width: 100%;
    padding: 32px 0;
  }
  .p-yukadanbo-place__text {
    font-size: 16px;
  }
  .p-yukadanbo-title {
    font-size: 18px;
  }
  .p-newyear-text {
    font-size: 14px;
    padding: 40px 0;
  }
  .p-footer-text {
    font-size: 12px;
  }
  .p-footer-copyright {
    font-size: 12px;
  }
  .p-footer-left {
    padding: 72px 18px;
  }
  .p-recommend {
    margin-bottom: 40px;
  }
}
@media (max-width: 430px) {
  .p-header-img {
    padding: 24px 0 0;
    margin: 0 auto 24px;
  }
  .p-header-present {
    padding-bottom: 240px;
  }
  .p-header-present-inner {
    padding: 0 10px;
  }
  .p-header-present-wrap {
    width: 95%;
    margin: 0 auto 56px;
    padding: 24px 28px;
    border-radius: 8px;
  }
  .p-header-present-info {
    display: block;
    margin-bottom: 24px;
  }
  .p-header-present-info__item {
    margin-bottom: 16px;
  }
  .p-header-present-info__item--label {
    font-size: 18px;
  }
  .p-header-present-info__item--text {
    font-size: 18px;
  }
  .p-header-present-lead {
    text-align: left;
    line-height: 1.75;
    margin-bottom: 24px;
  }
  .p-header-present-btn {
    margin-bottom: 24px;
  }
  .p-header-present-btn .c-btn {
    font-size: 20px;
  }
  .p-header-present-note {
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.1em;
  }
  .p-header-present-note a {
    font-size: 12px;
  }
  .p-header-present-head {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .p-header-present-head span {
    font-size: 30px;
  }
  .p-header-present-flex {
    display: block;
  }
  .p-header-present-flex__item {
    width: 85%;
    margin: 0 auto 40px;
  }
  .p-osusume-fv {
    display: block;
    margin-bottom: 40px;
  }
  .p-osusume-fv__img {
    margin: 0 auto 24px;
    width: 95%;
  }
  .p-osusume-fv__info {
    text-align: left;
  }
  .p-osusume-fv__info--copy {
    width: 95%;
    margin: 0 auto 24px;
  }
  .p-osusume-fv__info--lead {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 2px;
  }
  .p-osusume-head {
    margin-bottom: 40px;
  }
  .p-footer-mail__btn {
    padding: 12px;
  }
  .p-footer-logo {
    width: 200px;
  }
  .p-shinsyun-flex__title {
    font-size: 19px;
  }
}