@charset "utf-8";
/* CSS Document */
/* アンカー先の要素（ID属性を持つものすべて）の上部に100pxの余白を作る */
[id] {
  scroll-margin-top: 100px;
}
body {
  background-color: #f5f5f5;
}
img {
  max-width: 100%;
  height: auto;
}
/*font*/
.efont {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
}
.txtmin {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.txt-center {
  text-align: center;
}
/*background*/
.bg_white, .bg_f5f5f5, .bg_464646 {
  position: relative;
  z-index: 1;
}
.bg_white::before, .bg_f5f5f5::before, .bg_464646::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_white::before {
  background-color: #fff;
}
.bg_f5f5f5::before {
  background-color: #f5f5f5;
}
.bg_464646::before {
  background-color: #464646;
}
/* button */
.anjo-model-vm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19rem;
  height: 5rem;
  border-radius: 2.5rem;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  transition: .4s all;
}
.anjo-model-vm:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .anjo-model-vm {
    width: 30rem;
    height: 8rem;
    border-radius: 4rem;
    font-size: 1.9rem;
  }
}
/* swiper fadezoom ani */
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*リキャプチャ*/
.grecaptcha-badge {
  display: none !important;
}
/*改行*/
@media screen and (min-width: 576px) {
  .br_max575 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .br_max575 {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .br_max1699 {
    display: none;
  }
}
@media screen and (max-width: 1699px) {
  .br_max1699 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br_max991 {
    display: none;
  }
  .br_min992 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br_max991 {
    display: block;
  }
  .br_min992 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/***** fv *****/
.anjo-model-fv {
  width: 100%;
  position: relative;
}
.page-anjo-model-swiper, .page-anjo-model-swiper div {
  width: 100%;
  height: 100%;
}
.pfctsi-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
}
.page-anjo-model-swiper.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.page-anjo-model-swiper .swiper-slide-active .pfctsi-img, .page-anjo-model-swiper .swiper-slide-duplicate-active .pfctsi-img, .page-anjo-model-swiper .swiper-slide-prev .pfctsi-img {
  animation: zoom 7s linear 0s normal both;
}
.rikyu-logo {
  width: 9rem;
  z-index: 100;
  position: fixed;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  top: 2rem;
  left: 5.128%;
}
.rikyu-logo a {
  display: block;
}
.rikyu-logo svg {
  max-width: 100%;
  height: auto;
}
.rikyu-logo .logo-color {
  fill: #fff;
}
.anjo-model-fv-txt {
  margin: 0;
  writing-mode: vertical-rl;
  letter-spacing: 0.22em;
  line-height: 2.19;
  color: #000;
}
@media screen and (min-width: 768px) {
  .pfcts-anjo_model1 {
    background-image: url("../images/page/anjo-lp/page-anjo-model1.webp");
  }
  .pfcts-anjo_model2 {
    background-image: url("../images/page/anjo-lp/page-anjo-model2.webp?2025");
  }
  .rikyu-logo {
    width: 12rem;
  }
  .anjo-model-fv-txt {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .anjo-model-fv {
    display: flex;
    height: calc(100vh - 8rem);
    min-height: 62rem;
  }
  .page-anjo-model-swiper {
    width: calc(100% - 25rem);
  }
  .anjo-model-fv-txtArea {
    width: 25rem;
    height: 100%;
    position: relative;
  }
  .rikyu-logo {
    position: absolute;
    width: 120px;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .rikyu-logo .logo-color {
    fill: #000;
  }
  .anjo-model-fv-txt {
    position: absolute;
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-fv {
    height: calc(100vh - 11rem);
    min-height: 80rem;
  }
  .page-anjo-model-swiper {
    width: calc(100% - 35rem);
  }
  .anjo-model-fv-txtArea {
    width: 35rem;
  }
  .rikyu-logo {
    top: 7rem;
    width: 150px;
  }
  .anjo-model-fv-txt {
    font-size: 3.4rem;
    line-height: 2.08;
    top: 22.6rem;
  }
}
@media screen and (max-width: 991px) {
  .anjo-model-fv {
    height: calc(100vh - 5.2rem);
  }
  .pfcts-anjo_model1, .pfcts-anjo_model2 {
    position: relative;
  }
  .pfcts-anjo_model1::after, .pfcts-anjo_model2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .anjo-model-fv-txt {
    position: absolute;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    color: #fff;
  }
  .rikyu-logo {
    position: fixed;
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease, filter 0.3s ease;
  }
  .rikyu-logo.view svg .logo-color {
    fill: #000 !important;
  }
}
@media screen and (max-width: 767px) {
  .pfcts-anjo_model1 {
    background-image: url("../images/page/anjo-lp/page-anjo-model1-sp.webp");
  }
  .pfcts-anjo_model2 {
    background-image: url("../images/page/anjo-lp/page-anjo-model2-sp.webp");
  }
  .anjo-model-fv-txt {
    font-size: 1.8rem;
  }
}
/*****  anjo-model-fv-nav *****/
.anjo-model-fv-nav {
  width: 89.743%;
  height: 5.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .anjo-model-fv-nav {
    height: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-fv-nav {
    height: 11rem;
  }
}
/* pagination */
.anjo-model-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
}
.anjo-model-pagination .curr-num, .anjo-model-pagination .total-num {
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
  width: 1.12rem;
  text-align: center;
}
.progress-bar-bg {
  width: 6.5rem;
  height: 1px;
  background-color: rgba(77, 77, 77, 0.2);
  position: relative;
  overflow: hidden;
}
.progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
}
.is-active .progress-bar-fill {
  animation: progressMove 4000ms linear forwards;
}
@keyframes progressMove {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) {
  .anjo-model-pagination .curr-num, .anjo-model-pagination .total-num {
    width: 1.52rem;
    font-size: 1.1rem;
  }
  .progress-bar-bg {
    width: 8.25rem;
  }
}
@media screen and (min-width: 992px) {
  .anjo-model-pagination {
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-pagination {
    gap: 10px;
  }
  .anjo-model-pagination .curr-num, .anjo-model-pagination .total-num {
    width: 1.62rem;
    font-size: 1.3rem;
  }
  .progress-bar-bg {
    width: 10rem;
  }
}
/* scroll down */
.anjo-model-scrolldown {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
}
.anjo-model-scrolldown:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .anjo-model-scrolldown {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-scrolldown {
    font-size: 1.3rem;
  }
}
/* ================================================ */
/* Gift
------------------------------------------------------ */
.anjo-model-gift {
  width: 85.128%;
  max-width: 1200px;
  margin: 2.8rem auto 0;
  padding: 3.6rem 0 5rem;
}
.anjo-model-gift .inner {
  width: 84.337%;
  margin: 0 auto;
}
.anjo-model-gift-sub {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.anjo-model-gift-flex h1, .anjo-model-gift-flex h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 1rem;
}
.anjo-model-gift-flex .proposal {
  display: inline-block;
  font-size: 1.3rem;
  color: #406558;
  background-color: #edf2f0;
  border: 1px solid #406558;
  border-radius: 1.2rem;
  letter-spacing: 0;
  padding: 0 1.2rem;
  margin-bottom: 0;
}
.anjo-model-gift-amazon {
  position: relative;
  margin: 2.9rem 0 1.6rem;
  padding: 1.6rem 0;
}
.anjo-model-gift-amazon::before, .anjo-model-gift-amazon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.75);
  left: 0;
}
.anjo-model-gift-amazon::before {
  top: 0;
}
.anjo-model-gift-amazon::after {
  bottom: 0;
}
.anjo-model-gift-img {
  width: 52.5%;
  min-width: 18rem;
  margin-right: auto;
  margin-left: auto;
}
.anjo-model-gift-txtArea .big-txt {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.anjo-model-gift-txtArea .big-txt .y-marker {
  background: linear-gradient(transparent 70%, #fcee21 30%);
}
.anjo-model-gift-txtArea .big-txt .anjo-model-gift-price {
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  margin: 0 2px;
}
.anjo-model-gift-txtArea .big-txt .anjo-model-gift-unit {
  font-size: 1.2rem;
}
.anjo-model-gift-txtArea .txt {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-top: -1.2rem;
  margin-bottom: 0;
}
.anjo-model-gift-note {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 0;
  color: #787878;
  text-align: justify;
}
.anjo-model-gift .anjo-model-vm {
  margin-top: 2.6rem;
}
.anjo-model-gift-house {
  width: 42.168%;
  position: absolute;
  bottom: 0;
  right: -1.7rem;
}
@media screen and (min-width: 768px) {
  .anjo-model-gift .inner {
    width: 76%;
    max-width: 640px;
  }
  .anjo-model-gift-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.7rem;
  }
  .anjo-model-gift-flex h1, .anjo-model-gift-flex h3 {
    margin-bottom: 0;
  }
  .anjo-model-gift-amazon-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.3rem;
  }
  .anjo-model-gift-img {
    width: 22.222%;
    margin: 0;
  }
  .anjo-model-gift-house {
    width: 37.5%;
    max-width: 450px;
    right: -5rem;
  }
}
@media screen and (min-width: 992px) {
  .anjo-model-gift-house {
    right: -7rem;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-gift {
    margin-top: 3rem;
    padding: 5.5rem 0 7rem;
  }
  .anjo-model-gift-sub {
    font-size: 2rem;
  }
  .anjo-model-gift-flex {
    gap: 2.5rem;
  }
  .anjo-model-gift-flex h1, .anjo-model-gift-flex h3 {
    font-size: 4rem;
  }
  .anjo-model-gift-flex .proposal {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.39rem 1.6rem;
    border-radius: 1.75rem;
  }
  .anjo-model-gift-amazon {
    margin: 3.2rem 0 2.5rem;
  }
  .anjo-model-gift-amazon-flex {
    gap: 2.5rem;
  }
  .anjo-model-gift-img {
    width: 23.7rem;
  }
  .anjo-model-gift-txtArea {
    margin-top: -1.5rem;
  }
  .anjo-model-gift-txtArea .big-txt {
    font-size: 2.2rem;
  }
  .anjo-model-gift-txtArea .big-txt .anjo-model-gift-price {
    font-size: 3.52rem;
    margin: 0 2px;
  }
  .anjo-model-gift-txtArea .big-txt .anjo-model-gift-unit {
    font-size: 1.6rem;
  }
  .anjo-model-gift-txtArea .txt {
    font-size: 1.5rem;
  }
  .anjo-model-gift-note {
    font-size: 1.3rem;
    line-height: 1.85;
  }
  .anjo-model-gift .anjo-model-vm {
    margin-top: 4.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .anjo-model-gift-house {
    right: -8rem;
  }
}
@media screen and (min-width: 1500px) {
  .anjo-model-gift-house {
    right: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-gift-txtArea {
    text-align: center;
  }
}
/* ================================================ */
/* IMAGE
------------------------------------------------------ */
.anjo-model-image {
  color: #fff;
  padding: 5rem 0 6rem;
  margin-top: 5rem;
}
.anjo-model-image .inner {
  width: 85.641%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.anjo-model-image-ttl {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  width: 3.8rem;
}
.anjo-model-image-ttl .efont {
  display: block;
  font-size: 0.864rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-right: 1.5rem;
}
.anjo-model-image-flex {
  width: 74.85%;
  padding-top: 4rem;
}
/* accordion */
.accordion_one {
  position: relative;
  padding-bottom: 2.6rem;
}
.accordion_one + .accordion_one {
  margin-top: 3.1rem;
}
.accordion_area .accordion_one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(163, 182, 174, 0.25);
}
.accordion_area .accordion_one .ac_header {
  padding: 0 0 0 2rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.59;
  z-index: 0;
  cursor: pointer;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion_area .accordion_one .ac_header::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.64rem;
  background-image: url("../images/page/anjo-lp/anjo-model-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0.7rem;
  left: 0;
}
.accordion_area .accordion_one .ac_header p {
  width: calc(100% - 2rem);
  margin-bottom: 0;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  opacity: 0.8;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: relative;
  width: 15px;
  height: 15px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #fff;
  width: 15px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #fff;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.2rem 2rem 0 2rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.54;
}
.accordion_area .accordion_one .ac_inner p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .anjo-model-image-flex {
    width: 88.571%;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .anjo-model-image-img {
    width: 45.226%;
  }
  .anjo-model-image-txtArea {
    width: 46.7%;
  }
  .accordion_one .ac_inner {
    display: block !important; /* 強制的に表示 */
  }
  .accordion_one .ac_header {
    cursor: default; /* カーソルをポインターにしない */
  }
  .accordion_area .accordion_one .ac_header {
    cursor: auto;
    display: block;
    font-size: 1.7rem;
  }
  .accordion_area .accordion_one .ac_header p {
    width: 100%;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    display: none;
  }
  .accordion_area .accordion_one .ac_header:not(.open):hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-image {
    margin-top: 12rem;
    padding: 12rem 0;
  }
  .anjo-model-image-ttl {
    font-size: 2.5rem;
    width: 6.8rem;
  }
  .anjo-model-image-ttl .efont {
    font-size: 1.248rem;
    margin-right: 3.2rem;
  }
  .anjo-model-image-img {
    width: 53.2258%;
  }
  .anjo-model-image-txtArea {
    width: 38.7%;
  }
  .accordion_area .accordion_one {
    padding-bottom: 3.5rem;
  }
  .accordion_one + .accordion_one {
    margin-top: 4.3rem;
  }
  .accordion_area .accordion_one .ac_header {
    font-size: 2rem;
    line-height: 1.68;
    padding-left: 2.5rem;
  }
  .accordion_area .accordion_one .ac_header::before {
    width: 1.1rem;
    height: 0.7rem;
    top: 1.3rem;
  }
  .accordion_area .accordion_one .ac_inner {
    font-size: 1.5rem;
    line-height: 1.7;
    padding-top: 1.6rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-image-img {
    margin-bottom: 2.6rem;
  }
}
/* ================================================ */
/* CONDITIONS
------------------------------------------------------ */
.anjo-model-conditions {
  margin-top: 5.2rem;
}
.anjo-model-conditions h3 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 3.3rem;
}
.anjo-model-conditions-swiper .swiper-slide {
  text-align: center;
}
.anjo-model-conditions-swiper .swiper-slide p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .anjo-model-conditions {
    width: 85.641%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .anjo-model-conditions h3 {
    margin-bottom: 0.7rem;
  }
  .anjo-model-conditions-swiper .swiper-wrapper {
    justify-content: space-between;
  }
  .anjo-model-conditions-swiper .swiper-slide {
    width: calc((100% - 4rem)/3);
  }
  .anjo-model-conditions-swiper .swiper-slide:nth-of-type(odd) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .anjo-model-conditions-swiper .swiper-slide {
    width: calc((100% - 6rem)/3);
  }
  .anjo-model-conditions-swiper .swiper-slide:nth-of-type(odd) {
    margin-top: 4rem;
  }
  .anjo-model-conditions-swiper .swiper-slide p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-conditions {
    margin-top: 10.6rem;
  }
  .anjo-model-conditions h3 {
    font-size: 2.5rem;
    line-height: 1.94;
  }
  .anjo-model-conditions-swiper .swiper-slide {
    width: calc((100% - 7rem)/3);
  }
  .anjo-model-conditions-swiper .swiper-slide:nth-of-type(odd) {
    margin-top: 6rem;
  }
  .anjo-model-conditions-swiper .swiper-slide p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .anjo-model-conditions-swiper .swiper-slide {
    width: calc((100% - 10rem)/3);
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-conditions {
    width: 92.307%;
    margin-left: auto;
  }
  .anjo-model-conditions-swiper .swiper-slide p {
    font-size: 1.4rem;
  }
}
/* ================================================ */
/* CONCEPT
------------------------------------------------------ */
.anjo-model-concept {
  width: 100%;
  margin-top: 4.5rem;
}
.anjo-model-concept-txtArea {
  padding: 3.6rem 0 5rem;
}
.anjo-model-concept-txtArea .inner {
  width: 76.1194%;
  margin-right: auto;
  margin-left: auto;
}
.anjo-model-concept-txtArea .txt_block {
  text-align: justify;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2.4rem;
}
.anjo-model-concept-txtArea .txt_block p {
  margin-bottom: 0;
}
.anjo-model-concept-txtArea .txt_block p + p {
  margin-top: 1.2rem;
}
.anjo-model-concept-vm {
  margin-top: 2.6rem;
}
@media screen and (min-width: 992px) {
  .anjo-model-concept {
    width: 85.8974%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .anjo-model-concept-img {
    width: 60.75%;
  }
  .anjo-model-concept-txtArea {
    position: absolute;
    width: 51.625%;
    right: 0;
    top: 7.5rem;
  }
  .anjo-model-concept-txtArea .anjo-model-gift-flex {
    text-align: left;
  }
}
@media screen and (min-width: 992px) and (max-width: 1069px) {
  .anjo-model-concept-txtArea {
    width: 55.625%;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-concept {
    margin-top: 11.4rem;
  }
  .anjo-model-concept-txtArea .anjo-model-gift-flex {
    gap: 1rem;
  }
  .anjo-model-concept-txtArea .txt_block {
    margin-top: 4.3rem;
  }
  .anjo-model-concept-txtArea .txt_block p {
    font-size: 1.6rem;
    line-height: 1.91;
  }
  .anjo-model-concept-vm {
    margin-top: 5.1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .anjo-model-concept-img {
    width: 58.65%;
  }
  .anjo-model-concept-txtArea {
    width: 58.725%;
    padding: 7rem 0 10rem;
  }
  .anjo-model-concept-txtArea .inner {
    width: 81.49%;
  }
}
@media screen and (min-width: 1400px) {
  .anjo-model-concept-img {
    width: 58.75%;
  }
  .anjo-model-concept-txtArea {
    width: 69.8rem;
    top: 13rem;
    padding: 9rem 0 12rem;
  }
  .anjo-model-concept-txtArea .inner {
    width: 71.489971%;
  }
}
@media screen and (min-width: 1600px) {
  .anjo-model-concept-img {
    width: 68.75%;
  }
}
@media screen and (max-width: 991px) {
  .anjo-model-concept-txtArea .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .anjo-model-concept-img {
    height: 450px;
  }
  .anjo-model-concept-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .anjo-model-concept-txtArea {
    width: 85.8974%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -2rem;
  }
  .anjo-model-concept-txtArea .anjo-model-gift-sub, .anjo-model-concept-txtArea .anjo-model-gift-flex {
    text-align: center;
  }
  .anjo-model-concept-vm {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-concept-img {
    height: auto;
  }
  .anjo-model-concept-txtArea .txt_block {
    line-height: 1.7;
  }
}
/* ================================================ */
/* FEATURES
------------------------------------------------------ */
.anjo-model-features {
  margin-top: 6rem;
  padding: 4.5rem 0 0;
}
.anjo-model-features h3 {
  text-align: center;
  width: 85.1282%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.4rem;
}
.anjo-model-features h3 .efont {
  font-size: 3.5rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.anjo-model-features h3 .txtmin {
  font-size: 1.5rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
}
.anjo-model-features-left {
  width: 85.1282%;
  margin-right: auto;
  margin-left: auto;
}
.anjo-model-features-img {
  position: relative;
  width: 100%;
  line-height: 0;
}
.anjo-model-features-img img {
  width: 100%;
  height: auto;
  display: block;
}
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.map-point {
  position: absolute;
  display: inline-block;
  width: 6.6%;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  text-indent: -9999px; /* 文字は見せない */
  border-radius: 50%;
  z-index: 10;
  pointer-events: auto;
}
.map-point.is-active {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* ％で場所を指定（画像を見ながら微調整してください） */
.point1 {
  top: 0.1%;
  left: 25.2%;
}
.point2 {
  top: 0.1%;
  left: 42.4%;
}
.point3 {
  top: 68.1%;
  left: 5.65%;
}
.point4 {
  top: 0.1%;
  left: 77.9%;
}
.point5 {
  top: 83%;
  left: 5.65%;
}
.point1.is-active {
	background-image: url("../images/page/anjo-lp/features_no1.svg");
}
.point2.is-active {
	background-image: url("../images/page/anjo-lp/features_no2.svg");
}
.point3.is-active {
	background-image: url("../images/page/anjo-lp/features_no3.svg");
}
.point4.is-active {
	background-image: url("../images/page/anjo-lp/features_no4.svg");
}
.point5.is-active {
	background-image: url("../images/page/anjo-lp/features_no5.svg");
}
.anjo-model-features-child-pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1.4rem 0 1.5rem;
}
.anjo-model-features-child-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.anjo-model-features-child-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.anjo-model-features-ttlArea {
  text-align: center;
  margin-bottom: 1.7rem;
}
.anjo-model-features-ttlArea .no {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #333;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.anjo-model-features-ttl {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0.1em;
  line-height: 1.48;
  margin: 1rem 0 0.6rem;
}
.anjo-model-features-sub {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.anjo-model-features-txtArea p {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0;
  line-height: 1.65;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .anjo-model-features-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5.5rem;
  }
  .anjo-model-features-menu a {
    display: inline-flex;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    transform: scaleY(0.96);
    transform-origin: center top;
    opacity: 0.5;
    text-decoration: none;
  }
  .anjo-model-features-menu a .efont {
    width: 1.9rem;
    display: block;
    margin-right: 1rem;
  }
  .anjo-model-features-menu a + a {
    margin-top: 1rem;
  }
  .anjo-model-features-menu a.is-active {
    opacity: 1;
  }
  .anjo-model-features-menu a:hove {
    text-decoration: none;
    color: #333;
  }
  .anjo-model-features-controls {
    display: none;
  }
  .anjo-model-features h3 {
    display: flex;
    align-items: flex-end;
  }
  .anjo-model-features h3 .efont {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .anjo-model-features-flex {
    display: flex;
    align-items: flex-start;
    width: 85.1282%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  .anjo-model-features-left {
    position: sticky;
    top: 10rem;
    width: 49.656%;
    padding-right: 5%;
    margin: 0;
  }
  .anjo-model-features-right {
    width: 50.344%;
    padding-left: 7%;
    position: relative;
  }
  .anjo-model-features-right::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddddcd;
  }
  .anjo-model-features-swiper {
    overflow: visible !important;
  }
  .anjo-model-features-swiper > .swiper-wrapper {
    display: block !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .anjo-model-features-swiper > .swiper-wrapper > .swiper-slide {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2.4rem; /* スライド同士の縦の間隔 */
    opacity: 1 !important;
    visibility: visible !important;
  }
  .anjo-model-features-swiper > .swiper-wrapper > .swiper-slide:last-of-type {
    margin-bottom: 0;
  }
  .anjo-model-features-swiper > .swiper-wrapper > .swiper-slide-duplicate {
    display: none !important;
  }
  .anjo-model-features-child-swiper {
    display: block !important;
  }
  .anjo-model-features-child-swiper .swiper-wrapper {
    display: flex !important; /* 子は横並びを維持 */
  }
}
@media screen and (min-width: 992px) {
  .anjo-model-features {
    margin-top: 20.4rem;
  }
  .anjo-model-features-left {
    top: 5rem;
  }
}
@media screen and (min-width: 1070px) {
  .anjo-model-features {
    margin-top: 17.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-features {
    margin-top: 38.3rem;
    padding: 11.4rem 0 0;
  }
  .anjo-model-features-left {
    width: 54.65625%;
    padding-right: 7.5rem;
  }
  .anjo-model-features-menu {
    margin-top: 5.1rem;
  }
  .anjo-model-features-menu a {
    font-size: 1.7rem;
  }
  .anjo-model-features-menu a .efont {
    width: 2.2rem;
    margin-right: 1.6rem;
  }
  .anjo-model-features-menu a + a {
    margin-top: 2.1rem;
  }
  .anjo-model-features-right {
    width: 45.34375%;
    padding-left: 7.5rem;
  }
  .anjo-model-features-swiper > .swiper-wrapper > .swiper-slide {
    margin-bottom: 6.6rem;
  }
  .anjo-model-features h3 {
    margin-bottom: 7.4rem;
  }
  .anjo-model-features h3 .efont {
    font-size: 4rem;
    margin-right: 4rem;
  }
  .anjo-model-features h3 .txtmin {
    font-size: 1.7rem;
  }
  .anjo-model-features-ttlArea {
    margin-bottom: 2.5rem;
  }
  .anjo-model-features-ttlArea .no {
    font-size: 1.884rem;
    width: 5rem;
    height: 5rem;
  }
  .anjo-model-features-ttl {
    font-size: 2.6rem;
    margin: 2rem 0 1.3rem;
  }
  .anjo-model-features-sub {
    font-size: 1.7rem;
  }
  .anjo-model-features-txtArea p {
    font-size: 1.6rem;
    line-height: 1.91;
  }
  .anjo-model-features-child-pagination {
    gap: 1.5rem;
    margin: 2.5rem 0 3.2rem;
  }
  .anjo-model-features-child-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
	.point2{
		left: 42.5%;
	}
}
@media screen and (min-width: 1600px) {
  .anjo-model-features {
    margin-top: 29.7rem;
  }
}
@media screen and (min-width: 1700px) {
  .anjo-model-features {
    margin-top: 25.9rem;
  }
}
@media screen and (min-width: 1800px) {
  .anjo-model-features {
    margin-top: 22rem;
  }
}
@media screen and (min-width: 1920px) {
  .anjo-model-features {
    margin-top: 19.6rem;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-features-img {
    margin-bottom: 2.8rem;
  }
  .anjo-model-features-menu {
    display: none;
  }
  .anjo-model-features-swiper {
    padding: 0 14.10%;
  }
  .anjo-model-features-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 71.7948%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.4rem;
  }
  .anjo-features-button-prev, .anjo-features-button-next {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    display: block;
  }
  .anjo-features-button-prev::after, .anjo-features-button-next::after {
    position: absolute;
    content: "";
    width: 1.4rem;
    height: 0.9rem;
    background-image: url("../images/page/anjo-lp/anjo-model-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .anjo-features-button-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .anjo-model-features-pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.9rem;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    transform: scaleY(0.96);
    transform-origin: center top;
  }
  .anjo-model-features-pagenation .curr-num, .anjo-model-features-pagenation .total-num {
    width: 1.5rem;
  }
}
/* 1200px〜1399px の間 */
@media screen and (min-width: 1200px) and (max-width: 1399px) and (max-height: 835px) {
  .anjo-model-features-menu {
    display: none;
  }
}
/* 1400px以上 の時 */
@media screen and (min-width: 1400px) and (max-height: 1000px) {
  .anjo-model-features-menu {
    display: none;
  }
}
/* 1700px以上 の時 */
@media screen and (min-width: 1700px) and (max-height: 1000px) {
  .anjo-model-features-menu {
    display: none;
  }
}
/* ================================================ */
/* FLOOR PLAN
------------------------------------------------------ */
.anjo-model-plan {
  position: relative;
  margin-top: 5rem;
  padding-top: 4.7rem;
}
.anjo-model-plan::before {
  position: absolute;
  content: "";
  width: 89.743589%;
  height: 1px;
  background-color: #ddddcd;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anjo-model-plan .inner {
  width: 85.1282%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.anjo-model-plan h3 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transform: scaleY(0.96);
  transform-origin: center top;
  margin-bottom: 3rem;
}
.anjo-model-plan-flex {
  margin-bottom: 2.6rem;
}
.anjo-model-plan p {
  font-size: 1.3rem;
  line-height: 1.58;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0;
  color: #333;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .anjo-model-plan-flex {
    display: flex;
    gap: 1rem;
  }
  .anjo-model-plan p {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-plan {
    margin-top: 11.5rem;
    padding-top: 9.5rem;
  }
  .anjo-model-plan::before {
    width: 88.888%;
  }
  .anjo-model-plan h3 {
    font-size: 4rem;
    margin-bottom: 7.2rem;
  }
  .anjo-model-plan-flex {
    gap: 4rem;
    margin-bottom: 6.6rem;
  }
  .anjo-model-plan p {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-plan-img + .anjo-model-plan-img {
    margin-top: 1rem;
  }
  .anjo-model-plan p span {
    display: none;
  }
}
/*spec-table*/
.spec-table-wrap {
  max-width: 600px;
  margin: 5rem auto 0;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th, .spec-table td {
  border-bottom: 1px solid #ffffff;
  padding: 2rem 3rem;
  font-size: 1.5rem;
  font-weight: normal;
}
.spec-table th {
  width: 42%;
  text-align: center;
  background: #3e3e3e;
  font-weight: 400;
  color: #fff;
}
.spec-table td {
  width: 58%;
  text-align: left;
  background: #f5f5f5;
}
@media screen and (min-width: 992px) {
  .spec-table-wrap {
    max-width: 1000px;
    display: flex;
    margin-top: 4rem;
  }
  .spec-table {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .spec-table th, .spec-table td {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
  .spec-table th {
    padding: 1.5rem 0.5rem;
  }
}
/* ================================================ */
/* GIFT
------------------------------------------------------ */
.anjo-model-giftArea {
  position: relative;
  margin-top: 5.4rem;
  padding: 6rem 0;
}
.anjo-model-giftArea::before {
  position: absolute;
  content: "";
  width: 89.743589%;
  height: 1px;
  background-color: #ddddcd;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.anjo-model-giftArea .anjo-model-gift {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .anjo-model-giftArea {
    padding: 12rem 0;
    margin-top: 11.42rem;
  }
  .anjo-model-giftArea::before {
    width: 88.888%;
  }
}
/* ================================================ */
/* REASON
------------------------------------------------------ */
.anjo-model-reason {
  margin-top: 4.5rem;
  padding-bottom: 6rem;
}
.anjo-model-reason h2 {
  position: relative;
  font-weight: 400;
  padding-bottom: 2.6rem;
  margin-bottom: 4rem;
}
.anjo-model-reason h2 .efont {
  font-size: 3.5rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
.anjo-model-reason h2 .txtmin {
  font-size: 1.5rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0.1rem;
}
.anjo-model-reason h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(179, 179, 179, 0.75);
}
.anjo-model-reason-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.anjo-model-reason-flex + .anjo-model-reason-flex {
  padding-top: 5rem;
  margin-top: 5rem;
}
.anjo-model-reason-flex + .anjo-model-reason-flex::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(179, 179, 179, 0.75);
}
.anjo-model-reason-flex .no {
  font-size: 1rem;
  font-weight: 400;
  transform: scaleY(0.96);
  transform-origin: center top;
  line-height: 1;
  letter-spacing: 0;
  width: 2.4rem;
  position: sticky;
  top: 100px;
}
.anjo-model-reason-content-txtArea {
  color: #333;
}
.anjo-model-reason-content-txtArea h3 {
  font-size: 1.7rem;
  font-weight: 400;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0.1em;
  margin-bottom: 1.65rem;
}
.anjo-model-reason-content-txtArea p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  transform: scaleY(0.96);
  transform-origin: center top;
  margin-bottom: 0;
  text-align: justify;
}
.anjo-model-reason-content-kodawari {
  color: #333;
  padding: 2.1rem 0 2.88rem;
  margin-top: 3.6rem;
}
.anjo-model-reason-content-kodawari + .anjo-model-reason-content-kodawari {
  margin-top: 0.5rem;
}
.anjo-model-reason-content-kodawari .inner {
  width: 82.14285%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.kodawari-tit {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.47;
  margin: 0;
  text-align: right;
}
.kodawari-flex {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.kodawari-img {
  width: 60px;
  margin-right: 1rem;
}
.kodawari-txtArea {
  color: #4d4d4d;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0;
}
.kodawari-txtArea .txtmin {
  color: #333;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  display: block;
}
.anjo-model-reason-content-kodawari-txtArea p {
  font-size: 1.4rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  margin-bottom: 0;
}
.anjo-model-reason-content-spec {
  margin-top: 2.4rem;
}
.reason-spec-swiper .swiper-slide {
  aspect-ratio: 56 / 27;
  padding: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spec-item-tit {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  transform: scaleY(0.96);
  transform-origin: center top;
}
.spec-item-txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.76;
  color: #333;
  margin-bottom: 0;
}
.anjo-model-reason-content-after {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  gap: 0.5rem;
}
.reason-after-item {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc((100% - 0.5rem)/2);
}
.reason-after-item p {
  margin-bottom: 0;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0.1em;
  line-height: 1.48;
}
.anjo-model-spec-controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .anjo-model-reason {
    width: 100%;
  }
  .anjo-model-reason h2 {
    display: flex;
    align-items: flex-end;
    width: 89.743589%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  .anjo-model-reason h2 .efont {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .anjo-model-reason h2::after {
    width: 100%;
  }
  .anjo-model-reason-flex {
    width: 85.384%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .anjo-model-reason-content {
    width: 90.85714%;
    max-width: 1273px;
  }
  .anjo-model-reason-content-flex {
    display: flex;
    justify-content: space-between;
  }
  .anjo-model-reason-content-img {
    width: 55.03144%;
  }
  .anjo-model-reason-content-txtArea {
    width: 38.67924%;
    align-self: center;
  }
  .anjo-model-reason-content-kodawari {
    padding: 3rem;
  }
  .anjo-model-reason-content-kodawari .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .anjo-model-reason-content-kodawari-img {
    width: 46.888%;
  }
  .anjo-model-reason-content-kodawari-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .anjo-model-reason-content-kodawari-txtArea {
    width: 48.849%;
    display: flex;
    align-items: flex-end;
  }
  .anjo-model-reason-content-kodawari-txtArea-inner {
    margin-top: 5rem;
  }
  .kodawari-tit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .kodawari-tit span {
    position: relative;
  }
  .kodawari-tit span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #999;
  }
  .reason-spec-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
  }
  .reason-spec-swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 2rem)/3);
    aspect-ratio: 209 / 117;
  }
  .reason-after-item {
    width: calc((100% - 1rem)/3);
    aspect-ratio: 209 / 50;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .reason-spec-swiper .swiper-slide {
    aspect-ratio: 56 / 36;
  }
  .spec-item-txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-reason {
    margin-top: 11.5rem;
    padding-bottom: 14rem;
  }
  .anjo-model-reason h2 {
    padding-bottom: 5.5rem;
    margin-bottom: 10rem;
  }
  .anjo-model-reason h2 .efont {
    font-size: 4rem;
    margin-right: 4rem;
  }
  .anjo-model-reason h2 .txtmin {
    font-size: 1.7rem;
  }
  .anjo-model-reason-flex + .anjo-model-reason-flex {
    padding-top: 9.5rem;
    margin-top: 10rem;
  }
  .anjo-model-reason-flex .no {
    font-size: 1.5rem;
    width: 3.5rem;
  }
  .anjo-model-reason-content-txtArea h3 {
    font-size: 2.5rem;
    margin-bottom: 3.7rem;
  }
  .anjo-model-reason-content-txtArea p {
    font-size: 1.6rem;
    line-height: 1.91;
  }
  .anjo-model-reason-content-kodawari {
    padding: 4rem;
    margin-top: 6rem;
  }
  .anjo-model-reason-content-kodawari + .anjo-model-reason-content-kodawari {
    margin-top: 1rem;
  }
  .kodawari-tit {
    font-size: 1.8rem;
  }
  .anjo-model-reason-content-kodawari-txtArea-inner {
    margin-top: 7rem;
  }
  .kodawari-flex {
    margin-bottom: 3.1rem;
  }
  .kodawari-img {
    width: 100px;
    margin-right: 3rem;
  }
  .kodawari-txtArea {
    font-size: 1.5rem;
  }
  .kodawari-txtArea .txtmin {
    font-size: 2rem;
  }
  .anjo-model-reason-content-kodawari-txtArea p {
    font-size: 1.6rem;
    line-height: 1.91;
  }
  .anjo-model-reason-content-spec {
    margin-top: 6rem;
  }
  .spec-item-tit {
    font-size: 2rem;
    margin-bottom: 1.9rem;
  }
  .spec-item-txt {
    font-size: 1.6rem;
    line-height: 1.91;
  }
  .anjo-model-reason-content-after {
    margin-top: 6rem;
    gap: 1rem;
  }
  .reason-after-item {
    width: calc((100% - 2rem)/3);
    aspect-ratio: 209 / 50;
  }
  .reason-after-item p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .anjo-model-reason-content-kodawari {
    padding: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .anjo-model-reason-content-kodawari-txtArea-inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-reason h2 {
    width: 89.7435%;
    margin-right: auto;
    margin-left: auto;
  }
  .anjo-model-reason-flex {
    width: 92.56410%;
    margin-left: auto;
  }
  .anjo-model-reason-flex + .anjo-model-reason-flex::before {
    width: 91.966759%;
  }
  .anjo-model-reason-content {
    width: 85.595567%;
  }
  .anjo-model-reason-content-img, .anjo-model-reason-content-txtArea, .anjo-model-reason-content-kodawari, .anjo-model-reason-content-after {
    width: 90.61488%;
  }
  .anjo-model-reason-content-img {
    margin-bottom: 2.2rem;
  }
  .anjo-model-reason-content-kodawari-txtArea {
    margin-top: 4.8rem;
    display: flex;
    align-items: flex-end;
  }
  .anjo-model-reason-content-kodawari-img {
    margin-top: 1rem;
  }
  .anjo-model-spec-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90.61488%;
    margin-top: 2.4rem;
  }
  .anjo-spec-button-prev, .anjo-spec-button-next {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    display: block;
  }
  .anjo-spec-button-prev::after, .anjo-spec-button-next::after {
    position: absolute;
    content: "";
    width: 1.4rem;
    height: 0.9rem;
    background-image: url("../images/page/anjo-lp/anjo-model-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .anjo-spec-button-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .anjo-model-spec-pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.9rem;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    transform: scaleY(0.96);
    transform-origin: center top;
  }
  .anjo-model-spec-pagenation .curr-num, .anjo-model-spec-pagenation .total-num {
    width: 1.5rem;
  }
  .reason-after-item:not(:last-of-type) {
    aspect-ratio: 25 / 14;
  }
  .reason-after-item:last-of-type {
    width: 100% !important;
    height: 7.7rem;
  }
}
/* ================================================ */
/* slide
------------------------------------------------------ */
.anjo-model-gallery-swiper {
  padding: 0 8.9743%;
}
.anjo-model-gallery-pagination {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 1.5rem;
}
.anjo-model-gallery-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.anjo-model-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  .anjo-model-gallery-swiper {
    padding: 0 22.777%;
  }
  .anjo-model-gallery-pagination {
    column-gap: 1.5rem;
    margin-top: 3rem;
  }
  .anjo-model-gallery-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/* ================================================ */
/* FLOW
------------------------------------------------------ */
.anjo-model-flow {
  margin-top: 4.2rem;
  padding-bottom: 6rem;
}
.anjo-model-flow h3 {
  margin-bottom: 3.4rem;
}
.anjo-model-flow h3 .efont {
  font-size: 3.5rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.anjo-model-flow h3 .txtmin {
  font-size: 1.5rem;
  transform: scaleY(0.96);
  transform-origin: center top;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
}
.anjo-model-flow-swiper .swiper-wrapper {
  display: flex;
}
.anjo-model-flow-swiper .swiper-slide {
  height: auto !important;
  display: flex;
}
.anjo-model-flow-swiper .swiper-slide > div {
  height: 100%;
  box-sizing: border-box;
}
.anjo-model-flow-swiper .swiper-slide .inner {
  padding: 2.5rem;
}
.flow-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 2rem;
}
.flow-icon img {
  display: block;
}
.flow-icon img.flow1 {
  width: 1.7rem;
}
.flow-icon img.flow2 {
  width: 1.2rem;
}
.flow-icon img.flow3 {
  width: 1.9rem;
}
.flow-txtArea {
  flex-grow: 1;
}
.flow-tit {
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  transform: scaleY(0.96);
  transform-origin: center top;
  margin-bottom: 1.6rem;
}
.flow-tit .efont {
  font-size: 1rem;
  letter-spacing: 0;
  margin-right: 1.3rem;
}
.flow-tit .txtmin {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.flow-txt {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  transform: scaleY(0.96);
  transform-origin: center top;
  line-height: 1.54;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .anjo-model-flow {
    width: 89.743589%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  .anjo-model-flow h3 {
    display: flex;
    align-items: flex-end;
  }
  .anjo-model-flow h3 .efont {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .anjo-model-flow-swiper .swiper-wrapper {
    column-gap: 1rem;
  }
  .anjo-model-flow-swiper .swiper-wrapper .swiper-slide {
    width: calc((100% - 2rem)/3);
  }
}
@media screen and (min-width: 1200px) {
  .anjo-model-flow {
    margin-top: 11.3rem;
    padding-bottom: 14rem;
  }
  .anjo-model-flow h3 {
    margin-bottom: 6.6rem;
  }
  .anjo-model-flow h3 .efont {
    font-size: 4rem;
    margin-right: 4rem;
  }
  .anjo-model-flow h3 .txtmin {
    font-size: 1.7rem;
  }
  .anjo-model-flow-swiper .swiper-slide .inner {
    padding: 4rem;
  }
  .flow-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 4.1rem;
  }
  .flow-icon img.flow1 {
    width: 3rem;
  }
  .flow-icon img.flow2 {
    width: 2.2rem;
  }
  .flow-icon img.flow3 {
    width: 3.3rem;
  }
  .flow-tit {
    margin-bottom: 2.1rem;
  }
  .flow-tit .efont {
    font-size: 1.4rem;
  }
  .flow-tit .txtmin {
    font-size: 2rem;
  }
  .flow-txt {
    font-size: 1.6rem;
    line-height: 1.91;
  }
}
@media screen and (max-width: 767px) {
  .anjo-model-flow {
    width: 92.5641%;
    margin-left: auto;
  }
}
/* ================================================ */
/* GIFT
------------------------------------------------------ */
.anjo-model-giftArea2 {
  margin: 6rem 0;
}
.anjo-model-giftArea2 .anjo-model-gift {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .anjo-model-giftArea2 {
    margin: 14rem 0;
  }
}
/* ================================================ */
/* CONTACT
------------------------------------------------------ */
.anjo-model-contact {
  width: 85.128%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 0;
}
.anjo-model-contact-tit {
  border-top: 2px #000 solid;
  padding-top: 3.2rem;
  margin-bottom: 2.4rem;
}
.anjo-model-contact-tit h3 {
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .anjo-model-contact {
    padding: 13rem 0;
  }
  .anjo-model-contact-tit {
    padding-top: 5.6rem;
    margin-bottom: 4rem;
  }
  .anjo-model-contact-tit h3 {
    font-size: 1.8rem;
  }
}
.bc-ef4e34 {
  background-color: #ef4e34;
}
.d-block {
  display: block !important;
}
/*form reset*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/********form本体********/
/*入力欄共通装飾*/
#form-wrap input, #form-wrap textarea, #form-wrap select, input[type='date'] {
  outline: none;
  resize: none;
  margin: 0;
  width: 100%;
}
#form-wrap textarea {
  display: block;
}
#form-wrap.input-color-fff input, #form-wrap.input-color-fff textarea, #form-wrap.input-color-fff select {
  border-radius: 0;
}
.input-color-fafafa input, .input-color-fafafa input[type="text"], .input-color-fafafa input[type="tel"], .input-color-fafafa input[type="email"], .input-color-fafafa input[type="number"], .input-color-fafafa textarea, .input-color-fafafa select {
  background-color: #f1f1f1;
}
#form-wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #b4b4b4;
}
#form-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b4b4b4;
}
#form-wrap ::placeholder { /* Others */
  color: #b4b4b4;
}
.form-input-select-icon ::placeholder {
  color: #000 !important;
}
#form-wrap select { /* Others */
  color: #000;
}
#form-wrap select.selected { /* Others */
  color: #000;
}
@media screen and (max-width: 1199px) {
  /*入力欄共通装飾*/
  #form-wrap input, #form-wrap textarea, #form-wrap select {
    padding: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  /*入力欄共通装飾*/
  #form-wrap input, #form-wrap textarea, #form-wrap select {
    padding: 1.25rem;
    letter-spacing: 0.07em;
  }
}
/*****各項目枠*****/
.form-group {
  border-bottom: 1px rgba(220, 220, 220, 0.6) solid;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.bdbn {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: flex-start;
  align-items: center;
  position: relative;
}
.form-label-ttl {
  line-height: 1.555555555555556em;
}
.form-input {
  position: relative;
  z-index: 1;
}
/*横並び*/
.form-input-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .form-label {
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .form-group {
    display: flex;
    align-items: flex-start;
  }
  .form-label {
    width: 18rem;
    padding-right: 3.75%;
  }
  .form-input {
    width: calc(100% - 18rem);
  }
}
@media screen and (min-width:768px) and (max-width:1199px) {
  .form-label {
    padding-top: 1.3rem;
  }
}
@media screen and (max-width: 1199px) {
  /*各項目枠・名*/
  .form-group {
    padding-top: 2.4rem;
    padding-bottom: 1.5rem;
  }
  .form-group-radio .form-input {
    padding-top: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  /*各項目枠・名*/
  .form-group {
    padding-top: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .form-group:hover::before {
    opacity: 1;
  }
  .form-label {
    letter-spacing: 0.05em;
    padding-top: 1.5rem;
  }
}
/*****必須*****/
.form-label-required {
  position: relative;
  text-align: center;
  line-height: 1.866666666666667em;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-left: 1.3rem;
}
#form-wrap .wpcf7-not-valid-tip {
  font-size: 0.9em;
}
/*住所*/
#autozip {
  display: none !important;
}
#form-wrap .fgai-zip {
  width: 54.782%;
  margin-bottom: 0;
}
.form-group-address-inner .wpcf7-form-control-wrap:first-child {
  display: block;
  margin-bottom: 0.6666666666666667em;
}
/*****チェックボックス・ラジオ共通・同意*****/
#form-wrap input[type="checkbox"], #form-wrap input[type="radio"] {
  display: none;
}
.form-group-checkbox .wpcf7-list-item, .form-group-radio .wpcf7-list-item, .form-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form-group-checkbox label span, .form-group-radio label span, .form-acceptance label span {
  position: relative;
  display: inline-block;
}
.form-group-checkbox label span::before, .form-group-radio label span::before, .form-group-checkbox label span::after, .form-group-radio label span::after, .form-acceptance label span::after {
  content: " ";
  display: block;
  position: absolute;
}
.form-group-checkbox label span::after, .form-group-radio label span::after, .form-acceptance label span::after {
  background-color: #000;
  transition: .3s;
  opacity: 0;
}
.form-group-checkbox label input[type="checkbox"]:checked + span::after, .form-group-radio label input[type="radio"]:checked + span::after, .form-acceptance label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
/*チェックボックス・ラジオ*/
.form-group-checkbox label span::before, .form-group-radio label span::before {
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px rgba(0, 0, 0, 0.40) solid;
}
.form-group-checkbox label span::after, .form-group-radio label span::after {
  width: 0.8rem;
  height: 0.8rem;
}
/*ラジオ共通・同意*/
.form-group-radio label span::before, .form-acceptance label span::before, .form-group-radio label span::after, .form-acceptance label span::after {
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  /*チェックボックス・ラジオ共通・同意*/
  .form-group-checkbox label, .form-group-radio label {
    margin-bottom: 0.4em;
  }
  .form-group-checkbox label span, .form-group-radio label span {
    padding-left: 2.4rem;
  }
  .form-group-checkbox label span::before, .form-group-radio label span::before {
    top: 0.5rem;
  }
  .form-group-checkbox label span::after, .form-group-radio label span::after, .form-acceptance label span::after {
    top: 0.7rem;
  }
  .form-group-checkbox label span::after, .form-group-radio label span::after {
    left: 0.2em;
  }
}
@media screen and (min-width: 1200px) {
  /*チェックボックス・ラジオ共通・同意*/
  .form-group-checkbox label, .form-group-radio label {
    margin-bottom: 0.6666666666666667em;
  }
  .form-group-checkbox label span, .form-group-radio label span {
    padding-left: 2rem;
  }
  .form-group-checkbox label span::before, .form-group-radio label span::before {
    top: 0.5333333333333333em;
  }
  .form-group-checkbox label span::after, .form-group-radio label span::after, .form-acceptance label span::after {
    top: 0.6666666666666667em;
  }
  .form-group-checkbox label span::after, .form-group-radio label span::after {
    left: 0.1333333333333333em;
  }
}
/*チェックボックス*/
.form-group-checkbox {
  padding-top: 1rem;
}
.form-group-checkbox label span::before {
  border-radius: 0.2rem;
}
@media screen and (max-width: 575px) {
  .form-group-checkbox .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .form-group-checkbox label span {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 991px) {
  /*チェックボックス*/
  .form-group-checkbox.fgc-pc-miw-320 .wpcf7-list-item {
    min-width: 24rem;
  }
}
@media screen and (min-width: 992px) {
  /*チェックボックス*/
  .form-group-checkbox.fgc-pc-miw-320 .wpcf7-list-item {
    min-width: 32rem;
  }
}
/*ラジオ*/
.form-group-radio label span {
  margin-right: 4rem;
}
@media screen and (max-width: 575px) {
  .form-group-radio .wpcf7-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .form-group-radio {
    padding-top: 1rem;
  }
  .form-group-radio label span::after {
    left: 0.2em;
  }
}
@media screen and (min-width: 1200px) {
  .form-group-radio {
    padding-top: 1.4rem;
  }
}
/*****number*****/
.form-number-people-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-number-people-item .wpcf7-form-control-wrap {
  display: block;
}
.form-number-people-item .wpcf7-form-control-wrap input[type="number"] {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-number-people-item {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .form-number-people-item:first-of-type {
    margin-right: 5.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .form-number-people-item {
    width: 18rem;
  }
  .form-number-people-item .wpcf7-form-control-wrap {
    width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-number-people-item {
    width: 22rem;
  }
  .form-number-people-item .wpcf7-form-control-wrap {
    width: 14rem;
  }
}
/*****select*****/
.form-input-select-icon .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.form-input-select-icon .wpcf7-form-control-wrap::after {
  content: " ";
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  background-image: url(../images/arrow/arrow-select.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  /*select*/
  .form-input-select-icon .wpcf7-form-control-wrap::after {
    right: 0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  /*select*/
  .form-input-select-icon .wpcf7-form-control-wrap::after {
    right: 1.2rem;
  }
}
/*wrap*/
@media screen and (max-width: 991px) {
  .form-group-agree {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .form-group-agree-submit-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .form-group-agree-submit-wrap {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-group-agree-submit-wrap {
    padding-top: 4rem;
  }
}
/*プライバシーポリシーテキスト*/
.f_note a {
  transition: .3s;
}
@media screen and (max-width: 1199px) {
  .f_note {
    margin-bottom: 1.4rem;
  }
}
/*同意*/
.form-acceptance span {
  display: block;
}
.form-acceptance label {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  display: inline-block;
}
.form-acceptance label span {
  display: flex;
  align-items: center;
}
.form-acceptance label span::before {
  width: 4rem;
  height: 4rem;
  background-color: #f1f1f1;
  content: " ";
  display: block;
  margin-right: 1.4rem;
}
.form-acceptance label span::after {
  width: 1rem;
  height: 1rem;
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .form-acceptance label span::before {
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.2rem;
  }
  .form-acceptance label span::after {
    top: 1.3rem;
    left: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  /*同意*/
  .form-acceptance label {
    margin-bottom: 0;
  }
  .form-acceptance label span::before {
    width: 4rem;
    height: 4rem;
    margin-right: 1.4rem;
  }
  .form-acceptance label span::after {
    top: 1.5rem;
    left: 1.5rem;
  }
}
/*送信ボタン*/
#form-wrap .form-group-submit {
  width: 100%;
}
#form-wrap .form-group-submit input[type="submit"] {
  background: none;
  color: #000;
  width: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  transition: .3s;
  border-radius: 0;
  border: 1px rgba(0, 0, 0, 0.60) solid;
  font-weight: 500;
}
#form-wrap .form-group-submit:hover input[type="submit"] {
  color: #fff;
  background-color: #000;
}
@media screen and (min-width:576px) and (max-width:1199px) {
  .form-group-submit {
    max-width: 26.4rem;
  }
}
@media screen and (max-width: 991px) {
  #form-wrap .form-group-submit {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  /*送信ボタン*/
  .form-group-submit {
    width: 100%;
  }
  #form-wrap .form-group-submit input[type="submit"] {
    height: 4.8rem;
    font-size: 1.3rem;
    border-radius: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  /*送信ボタン*/
  .form-group-submit {
    max-width: 30rem;
  }
  #form-wrap .form-group-submit input[type="submit"] {
    height: 6rem;
    font-size: 1.5rem;
    border-radius: 3rem;
  }
}
/*送信中アイコン削除*/
#form-wrap .wpcf7-spinner {
  display: none !important;
}
/*注意テキスト*/
.form-attention-txt {
  max-width: 110rem;
}
@media screen and (max-width: 1199px) {
  /*注意テキスト*/
  .form-attention-txt {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  /*注意テキスト*/
  .form-attention-txt {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
  }
}
/*date*/
.fw-datepiker span.wpcf7-form-control-wrap::after {
  display: none;
}
.fw-datepiker input[type='date'] {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  line-height: 1.675;
}
.fw-datepiker input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 0;
  z-index: 100;
}
.fw-datepiker input[type="date"]::-webkit-date-and-time-value, .fw-datepiker input[type="time"]::-webkit-date-and-time-value, .fw-datepiker input[type="datetime-local"]::-webkit-date-and-time-value {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .fw-datepiker input[type='date'] {
    min-height: 4.066666666666667rem;
  }
}
@media screen and (min-width: 1200px) {
  .fw-datepiker input[type='date'] {
    min-height: 4.9rem;
  }
}
/* ================================================ */
/* footer
------------------------------------------------------ */
#footer {
  padding: 6rem 0 10rem;
}
.footer-logo {
  fill: #fff;
  width: 120px;
  margin: 0 auto 9rem;
}
.footer-logo a {
  display: block;
}
.footer-logo svg {
  max-width: 100%;
  height: auto;
}
.footer-copy {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  transform: scaleY(0.96);
  transform-origin: center top;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #999;
}
@media screen and (min-width: 1200px) {
  #footer {
    padding: 14rem 0 18rem;
  }
  .footer-logo {
    width: 150px;
    margin-bottom: 10rem;
  }
  .footer-copy {
    font-size: 1.3rem;
  }
}
/***** footer_menu *****/
.footer_menu {
  width: 100%;
  height: 6rem;
  position: fixed;
  display: flex;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 999;
  /* アニメーションの準備 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.footer_menu.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer_menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddddcd;
  top: -1px;
  left: 0;
}
.footer_menu-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89.743589%;
  margin: 0 auto;
  position: relative;
}
.footer_menu-txtArea {
  position: relative;
  margin-right: 1rem;
  padding-left: 4.6rem;
}
.footer_menu-circle {
  background-color: #f5f5f5;
  color: #333;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.33;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3.8rem;
  left: 0;
}
.footer_menu-txt {
  text-align: center;
  position: relative;
}
.footer_menu-txt .gift {
  font-size: 1.273rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.footer_menu-txt .gift-price {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0;
}
.footer_menu-txt .gift-price .price-unit {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: 0.2rem;
}
.gift-price .y-marker {
  background: linear-gradient(transparent 70%, #fcee21 30%);
}
.footer_menu-flex a {
  width: 40%;
  min-width: 145px;
  height: 45px;
  border-radius: 4rem;
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  transform: scaleY(0.96);
  transform-origin: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .4s all;
}
.footer_menu-flex a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
@media screen and (min-width: 576px) {
  .footer_menu-txtArea {
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
  }
  .footer_menu-circle {
    position: relative;
    top: unset;
    left: unset;
    border-radius: 0;
    width: 8rem;
    height: 3.5rem;
    margin-right: 1.5rem;
  }
  .footer_menu-circle span {
    display: none;
  }
  .footer_menu-txt {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.5rem;
  }
  .footer_menu-txt .gift {
    margin-bottom: 0;
    margin-right: 0.3rem;
  }
  .footer_menu-flex a {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu-txtArea, .footer_menu-circle {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .footer_menu-link {
    position: relative;
  }
  .footer_menu-img {
    display: block;
    position: absolute;
    width: 160px;
    right: -210px;
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer_menu {
    height: 8rem;
  }
  .footer_menu-txtArea, .footer_menu-circle {
    margin-right: 2.3rem;
  }
  .footer_menu-circle {
    width: 10rem;
    height: 4.5rem;
    font-size: 1.3rem;
  }
  .footer_menu-txt {
    margin-bottom: 1rem;
  }
  .footer_menu-txt .gift {
    font-size: 1.9rem;
  }
  .footer_menu-txt .gift-price {
    font-size: 3rem;
  }
  .footer_menu-txt .gift-price .price-unit {
    font-size: 1.4rem;
  }
  .footer_menu-flex a {
    min-width: 22rem;
    max-width: 22rem;
    height: 5.5rem;
    font-size: 1.5rem;
  }
  .footer_menu-img {
    width: 220px;
    right: -260px;
    bottom: -12px;
  }
}
@media screen and (min-width: 1400px) {
  .footer_menu-img {
    width: 220px;
    right: -280px;
    bottom: -12px;
  }
}
@media screen and (min-width: 1600px) {
  .footer_menu {
    height: 11rem;
  }
  .footer_menu-txtArea, .footer_menu-circle {
    margin-right: 2.6rem;
  }
  .footer_menu-circle {
    width: 12rem;
    height: 5.5rem;
    font-size: 1.7rem;
  }
  .footer_menu-txt .gift {
    font-size: 2.2rem;
  }
  .footer_menu-txt .gift-price {
    font-size: 3.52rem;
  }
  .footer_menu-txt .gift-price .price-unit {
    font-size: 1.8rem;
  }
  .footer_menu-flex a {
    min-width: 26rem;
    max-width: 26rem;
    height: 7rem;
    font-size: 1.7rem;
  }
  .footer_menu-img {
    width: 300px;
    right: -370px;
    bottom: -20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_menu-img {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .footer_menu-txt {
    min-width: 130px;
  }
}