/* body.hide {
  opacity: 0;
}

body:not(.hide) {
  transition: opacity 1.2s ease-out;
} */

/* 固定CTA */
.cta {
  position: fixed;
  right: 0;
  top: 122px;
  bottom: auto;
  z-index: 10;
  transition: transform 0.5s cubic-bezier(0, 0, 0.13, 0.79);
}

@media screen and (max-width: 779px) {
  .cta {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

@media not screen and (max-width: 779px) {
  .cta.hide {
    transform: translateX(calc(100% + 1px));
  }
}

@media screen and (max-width: 779px) {
  .cta.hide {
    transform: translateY(calc(100% + 1px));
  }
}

/* 【2023年1月31日(火)まで】独身の男女対象〜 */
.campaign__box {
  color: #eee;
}

.campaign > img {
  pointer-events: none;
}

.campaign__tit1 {
  font-size: 33px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.campaign__tit2 {
  font-size: 42px;
  letter-spacing: 0.13em;
  line-height: 1.35;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.campaign__tit2 i {
  display: inline-block;
  margin-left: -13px;
}

@media screen and (max-width: 1366px) {
  .campaign__tit1 {
    font-size: calc(33 * 100vw / 1366);
    text-shadow: 0 0 calc(16 * 100vw / 1366) rgba(0, 0, 0, 0.5);
  }

  .campaign__tit2 {
    font-size: calc(42 * 100vw / 1366);
    text-shadow: 0 0 calc(16 * 100vw / 1366) rgba(0, 0, 0, 0.5);
  }

  .campaign__tit2 i {
    margin-left: calc(-13 * 100vw / 1366);
  }
}

@media screen and (max-width: 779px) {
  .campaign__tit1 {
    letter-spacing: 0;
    font-size: calc(17 * 100vw / 375);
    text-shadow: 0 0 calc(16 * 100vw / 750) rgba(0, 0, 0, 0.5);
  }

  .campaign__tit2 {
    letter-spacing: 0.08em;
    font-size: calc(20 * 100vw / 375);
    text-shadow: 0 0 calc(16 * 100vw / 750) rgba(0, 0, 0, 0.5);
  }

  .campaign__tit2 i {
    margin-left: calc(-6 * 100vw / 375);
  }
}

/* まずはお好きな方法でお気軽にご相談ください */
.cv__img {
  pointer-events: none;
}

@media screen and (max-width: 360px) {
  .header__cta__btn1 {
    font-size: 22px;
  }
}

/* 新しい年、新しい出会い。〜 */
.con07__box,
.con07__box1,
.con07__box2 {
  border-width: 2px;
}

@media screen and (max-width: 779px) {
  .con07__box,
  .con07__box1,
  .con07__box2 {
    border-width: 1px;
  }
}

.con07__txt {
  color: #333;
}

.con07__box {
  width: calc(686 * 100vw / 750);
}

@media screen and (max-width: 779px) {
  .con07__tit span {
    line-height: calc(24 / 20);
  }
}

@media screen and (max-width: 360px) {
  .con07__tit {
    font-size: 18px;
    margin-left: 5px;
  }

  .con07__txt.mr-sp-20px {
    margin-right: 10px !important;
  }
}

/* アニメーション */

.fadeIn_item.offs,
.offs .fadeIn_item {
  opacity: 0;
}

.fadeIn_item.ons,
.ons .fadeIn_item {
  opacity: 1;
  transition: all 2s ease-out;
}

.fadeIn_item.bottom-up.offs,
.offs .fadeIn_item.bottom-up {
  transform: translate3d(0, 20px, 0);
}

.fadeIn_item.bottom-up.ons,
.ons .fadeIn_item.bottom-up {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* 料金表 */
.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.price {
  background-image: linear-gradient(#fff, #fbf1dd);
}
.price__container {
  padding-block: 93px 157px;
}

.price__intro {
  text-align: center;
  font-weight: bold;
  line-height: calc(35 / 18);
  margin-top: 60px;
  font-size: 18px;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-top: 54px;
}

.price__img {
  width: 100%;
  max-width: 510px;
}
.price__img img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 56, 68, 0.13);
  box-shadow: 0px 0px 20px 0px rgba(10, 56, 68, 0.13);
}
.price__content {
  width: 100%;
  max-width: 575px;
}
.price__txt {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.7333333333;
}
.price__table {
  width: 100%;
  min-width: 500px;
  table-layout: fixed;
  border-spacing: 0;
  display: table;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(10, 56, 68, 0.13);
  box-shadow: 0px 0px 27px 0px rgba(10, 56, 68, 0.13);
}
.price__table tr {
  display: table-row;
}
.price__table th,
.price__table td {
  display: table-cell;
  border: 3px solid #fff;
  line-height: 1.375;
  height: 57px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.price__table th {
  background-color: #464646;
  color: #fff;
}
.price__table td {
  color: #333;
}
.price__table td span {
  font-size: 10px;
}
.price__table thead {
  display: table-header-group;
}
.price__table thead .price__table--a {
  background-image: linear-gradient(#e6563f, #de3128);
}
.price__table thead .price__table--s {
  background-image: linear-gradient(#b59139, #debb65);
}
.price__table thead .price__table--n {
  background-image: linear-gradient(#608215, #496009);
}
.price__table tbody {
  display: table-row-group;
}
.price__table tbody .price__table--a {
  background-color: #fce5dd;
}
.price__table tbody .price__table--s {
  background-color: #faeed6;
}
.price__table tbody .price__table--n {
  background-color: #e0eacb;
}

.price__lead {
  text-align: center;
  margin-top: 115px;
}
.price__lead span {
  font-size: 28px;
  line-height: calc(60 / 28);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "Noto Serif JP", serif;
  display: inline-block;
  position: relative;
}
.price__lead span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #b59139;
  mask-image: linear-gradient(to right, transparent 2%, #b59139 50%, transparent 92%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.price__lead + .price__txt {
  text-align: center;
  margin-top: 28px;
}

@media screen and (max-width: 900px) {
  .price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__table {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .price__container {
    padding-block: 47px 60px;
    width: 92%;
  }
  .price__intro {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: calc(19 / 12);
    margin-top: 24px;
    padding-inline: 16px;
  }
  .price__box {
    margin-top: 12px;
  }
  .price__img .price__txt,
  .price__content .price__txt {
    margin-top: 15px;
  }
  .price__img img {
    display: block;
    max-width: 400px;
    margin-inline: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(10, 56, 68, 0.13);
    box-shadow: 0 0 10px 0 rgba(10, 56, 68, 0.13);
  }
  .price__table {
    -webkit-box-shadow: 0 0 13px 0 rgba(10, 56, 68, 0.13);
    box-shadow: 0 0 13px 0 rgba(10, 56, 68, 0.13);
  }
  .price__table th,
  .price__table td {
    border: 1px solid #fff;
    line-height: 1.375;
    height: 35px;
    letter-spacing: 0;
  }
  .price__table th {
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
  }
  .price__table td {
    font-size: 12px;
  }
  .price__table td span {
    font-size: 11px;
  }
  .price__table thead th {
    font-size: 11px;
  }
  .price__table thead th:nth-of-type(1) {
    width: 20.5%;
  }
  .price__table thead th:nth-of-type(2) {
    width: 26%;
  }
  .price__table thead th:nth-of-type(3) {
    width: 26%;
  }
  .price__table thead th:nth-of-type(4) {
    width: 26%;
  }
  .price__table tbody tr:nth-of-type(6) td {
    font-size: 11px;
  }
  .price__txt {
    font-size: 12px;
  }
  .price__lead {
    margin-top: 30px;
  }
  .price__lead span {
    font-size: 15px;
    letter-spacing: -0.05em;
  }
  .price__lead + .price__txt {
    margin-top: 10px;
  }
}

/* ---------- お問い合わせ ----------*/
.form__container {
  padding-block: 100px;
}

@media screen and (max-width: 768px) {
  .form__container {
    padding-block: 50px;
  }
}
.form__wrap {
  border-radius: 20px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 768px) {
  .form__wrap {
    border-radius: 10px;
  }
}
.form__head {
  background-color: #de3128;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 31px;
}

@media screen and (max-width: 768px) {
  .form__head {
    padding: 23px 20px;
    border-radius: 10px 10px 0 0;
  }
}
.form__ttl {
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form__ttl {
    font-size: 20px;
    letter-spacing: 0.025em;
  }
}
.form__ttl::before,
.form__ttl::after {
  content: "";
  display: inline-block;
  width: 93px;
  height: 5px;
  background: url(../images/form_ttl_icon.png) center/contain no-repeat;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .form__ttl::before,
  .form__ttl::after {
    content: none;
  }
}
.form__ttl::before {
  top: 50%;
  left: -17px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.form__ttl::after {
  top: 50%;
  right: -17px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.form__content {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 27px 40px 64px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form__content {
    padding: 23px 20px 32px;
    border-radius: 0 0 10px 10px;
  }
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.form__flex .form__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form__flex .form__item {
    width: 100%;
  }
}
.form__inner dt {
  font-weight: bold;
}

.form__inner {
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .form__inner {
    margin-top: 20px;
  }
}
.form__inner:first-of-type {
  margin-top: 0;
}

.form__inner .form__caution {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.2;
}
.form__inner select {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 14px 22px;
  font-weight: bold;
  border: none;
}
.form__inner select {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form__inner select {
    font-size: 14px;
    padding: 13px 21px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .form__inner .form__caution {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .form__inner dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.form__inner dd {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .form__inner dd {
    margin-top: 5px;
  }
}
.form__inner::-webkit-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::-moz-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner:-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::placeholder {
  color: #9c9c9c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form__inner input,
  .form__inner label {
    font-size: 14px;
  }
}
.form__inner input[type="radio"] {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .form__inner input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-right: 7px;
  }
}
.form__inner input[type="radio"]:first-of-type {
  margin-left: 0;
}

.form__inner input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #de3128;
  content: "";
}

@media screen and (max-width: 768px) {
  .form__inner input[type="radio"]:checked:before {
    width: 9px;
    height: 9px;
  }
}
.form__inner input[type="text"],
.form__inner input[type="tel"],
.form__inner input[type="email"],
.form__inner select {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 14px 22px;
  font-weight: bold;
  border: none;
  line-height: 2;
  letter-spacing: 0.075em;
  box-sizing: border-box;
  color: #333;
}
.form__inner input[type="text"]::-webkit-input-placeholder,
.form__inner input[type="tel"]::-webkit-input-placeholder,
.form__inner input[type="email"]::-webkit-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::-moz-placeholder,
.form__inner input[type="tel"]::-moz-placeholder,
.form__inner input[type="email"]::-moz-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]:-ms-input-placeholder,
.form__inner input[type="tel"]:-ms-input-placeholder,
.form__inner input[type="email"]:-ms-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::-ms-input-placeholder,
.form__inner input[type="tel"]::-ms-input-placeholder,
.form__inner input[type="email"]::-ms-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type="text"]::placeholder,
.form__inner input[type="tel"]::placeholder,
.form__inner input[type="email"]::placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .form__inner input[type="text"],
  .form__inner input[type="tel"],
  .form__inner input[type="email"],
  .form__inner select {
    padding: 13px 21px;
    border-radius: 5px;
    line-height: 1.5;
  }
}
.form__inner .birth input {
  width: 172px;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .form__inner .birth input {
    width: 137px;
    margin-right: 10px;
  }
}
.form__inner .birth span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form__inner .birth span {
    font-size: 14px;
  }
}
.form__inner .radio-type .wpcf7-list-item {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-type .wpcf7-list-item {
    margin-left: 40px;
  }
}
.form__inner .radio-type .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.form__inner .radio-area .wpcf7-list-item {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-area .wpcf7-list-item {
    margin-left: 40px;
  }
}
.form__inner .radio-area .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.form__inner .raido-sex .wpcf7-list-item {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .form__inner .raido-sex .wpcf7-list-item {
    margin-left: 80px;
  }
}
.form__inner .raido-sex .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.form__inner .radio-school .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  row-gap: 10px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-school .wpcf7-radio {
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px;
    row-gap: 10px;
  }
}
.form__inner .radio-school .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-school .wpcf7-list-item {
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .form__inner .radio-type,
  .form__inner .radio-area,
  .form__inner .raido-sex,
  .form__inner .radio-school {
    margin-top: 0;
  }
}
.form__btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form__btn {
    margin-top: 20px;
  }
}
.form__btn .confirm_button {
  max-width: 320px;
  width: 100%;
}

.contact__btn {
  background-color: #de3128;
  padding: 26px;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__btn:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .confirm-area__btn-wrap .contact__btn,
  .confirm-area__btn-wrap .back_button,
  .form__btn .contact__btn,
  .form__btn .back_button {
    max-width: 300px;
    font-size: 16px;
    padding: 17px;
    border-radius: 4px;
  }
  .confirm-area__btn-wrap .contact__btn::before,
  .confirm-area__btn-wrap .back_button::before,
  .form__btn .contact__btn::before,
  .form__btn .back_button::before {
    width: 7px;
    height: 11px;
  }
  .confirm-area__btn-wrap .contact__btn::before,
  .form__btn .contact__btn::before {
    right: 16px;
  }
  .confirm-area__btn-wrap .back_button::before,
  .form__btn .back_button::before {
    left: 16px;
  }
}
/* --- 確認画面 ---*/
.confirm-area__ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .confirm-area__ttl {
    font-size: 18px;
  }
}
.confirm-area__input {
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .confirm-area__input {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 14px;
  }
}
.confirm-area__input span {
  font-weight: 500;
}

.confirm-area__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .confirm-area__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
}
.confirm-area__btn {
  width: 100%;
  max-width: 250px;
}

.confirm-area__btn button {
  width: 100%;
}

.back_button {
  background-color: gray;
  position: relative;
  padding: 26px;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.back_button:hover {
  opacity: 0.7;
}

.wpcf7-radio label {
  cursor: pointer;
}
.ui-datepicker table,
.ui-datepicker thead,
.ui-datepicker tbody,
.ui-datepicker tr {
  display: revert;
}
.ui-datepicker .ui-datepicker-week-end:first-of-type {
  color: red;
}
.ui-datepicker .ui-datepicker-week-end:last-of-type {
  color: blue;
}
.ui-datepicker .ui-datepicker-current {
  display: none;
}
.ui-datepicker .ui-corner-all {
  cursor: pointer;
}

.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  aspect-ratio: 1;
}
/*確認画面と完了画面を非表示*/
.confirm-area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap:has(select) {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap:has(select)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #9d8754;
  border-right: 2px solid #9d8754;
  position: absolute;
  right: 16px;
  top: 40%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap:has(select) {
    width: 100%;
  }
}
.thanks .header__logo {
  padding-inline: 40px;
}
.thanks .con02 {
  margin-top: 50px;
}
.thanks .con02__box {
  position: static;
}
.thanks footer {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .thanks .header__logo {
    padding-inline: 10px;
  }
  .thanks .header__logo p {
    font-size: 10px;
  }
  .thanks .con02 {
    margin-top: 30px;
  }
  .thanks footer {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
