/* 4つのメリット */
.benefits-title {
  position: relative;
  color: #5F5123;
}
.benefits-title > span {
  display: inline-block;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.benefits-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #5F5123;
  position: absolute;
  top: 55%;
  left: 0;
  z-index: -2;
}
.four-benefits {
  background: #fff;
}
.four-benefits > li {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .l_grid_row.four-benefits > li.col-12 {
    margin-bottom: 1rem !important;
  }
}
.four-benefits > li > div {
  width: 100%;
  padding: 2.5rem 2rem;
  background: #fcf9d8;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .four-benefits > li > div {
    padding: 1.5rem 1rem;
  }
}
.benefit-icon {
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem;
}
.benefit-icon::after {
  content: "";
  width: 5%;
  height: 3px;
  background: #bbb;
  border-radius: 1.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.benefit-icon > img {
  width: 30%;
  max-width: 80px;
  padding-bottom: 1.75rem;
  /* opacity: .5; */
  filter: brightness(0) saturate(100%) invert(31%) sepia(66%) saturate(650%) hue-rotate(176deg) brightness(88%) contrast(96%);
}
.benefit-title {
  text-align: center;
  margin-bottom: 0 !important;
  color: #5F5123;
}
.benefit-discription {
  margin-top: 1.25rem;
  font-size: 1.2rem;
  text-align: center;
}

/* シミュレーション */
.simulation__ttl {
  z-index: 1;
}
.simulation__ttl > span {
  display: inline-block;
  padding: 0.5em 0.75em;
  background: #25519c;
  color: #fff;
  font-size: 90%;
}
.simulation_model__wrap {
  background: #fcf9d8;
  padding: 4%;
  padding-top: 6%;
  margin-top: -3% !important;
  /* border-radius: 10px; */
}
@media (max-width: 767px) {
  .simulation_model__wrap {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.simulation_model {
  font-size: 1.35rem;
}
.simulation_model > div {
  display: flex;
  align-items: stretch;
}
.simulation_model > div.couple {
  display: block;
}
.model_data__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  /* border: 1px solid #000; */
  background: #fff;
  border-radius: 10px;
}
.model_data {
  margin-left: 1rem;
  margin-right: 1rem;
}
.upper_limit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  /* border: 1px solid #000; */
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.couple .upper_limit {
  display: block;
  box-sizing: border-box;
}

/* モデルケース */
.modelcase__ttl > span {
  /* border-bottom: 2px solid #000; */
  font-feature-settings: "palt";
  text-decoration: underline;
  text-underline-offset: 8px;
  line-height: 1.8;
}
.season_lineup {
  align-items: center;
  align-items: stretch;
}
.season_lineup > div {
  display: flex;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .season_lineup {
    padding-bottom: 6% !important;
  }
}
.season_lineup .season {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  /* border: 1px solid #000; */
  background: #fff;
  /* border-radius: 10px; */
  border-right: 3px solid #fcf9d8;
}
@media (max-width: 999.98px) {
  .season_lineup .season {
    border-bottom: 3px solid #fcf9d8;
    border-right: none;
  }
}
.season_lineup .season p {
  margin-bottom: 0 !important;
}
.season_lineup .pickup_item {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  /* border: 1px solid #000; */
  background: #fff;
  /* border-radius: 10px; */
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .season_lineup .pickup_item {
    padding: 1rem;
  }
}
.season_lineup > div:nth-child(2) .pickup_item {
  border-right: 2px solid #fcf9d8 ;
}
@media (max-width: 767px) {
  .season_lineup > div:nth-child(2) .pickup_item {
    border-right: none;
    border-bottom: 3px solid #fcf9d8;
  }
}
.season_lineup .pickup_item .item_image img {
  border-radius: 50%;
}
.season_lineup .pickup_item .item_name {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.2em;
}
.season_lineup .pickup_item .item_price {
  margin-top: -1rem;
  text-align: center;
  font-size: 1.2em;
}
.season_lineup .pickup_item .item_price > span {
  position: relative;
  display: inline-block;
  padding: 0.35rem 0.65rem;    
  border: 2px solid #000;
  background: #fff;
  font-weight: bold;
  font-size: 115%;
  z-index: 1;
}

.kifu-attention {
  border-radius:10px;
  background:#fff0f5;
  border:1px solid #ffb6c1;
}
@media (min-width: 768px) {
  .kifu-attention {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
.kifu-attention .l_grid_row .col-10 {
  margin-bottom: 0 !important;
}
.kifu-attention .btn_bdr {
  background: #fff !important;
}
.kifu-attention .btn_bdr:hover {
  background: #000 !important;
}

.model-face {
  text-align: center;
}
.model-face img {
  width: 40%;
  max-width: 140px;
  border-radius: 50%;
}
.model-face--mini {
  width: 100%;
  position: relative;
}
.model-face--mini img {
  width: 70px;
  position: absolute;
  top: -15px;
  right: -20px;
}
@media (max-width: 999.98px) {
  .model-face--mini img {
    top: 0;
    right: 0;
  }
}

.combine {
  border-top: 3px solid #fcf9d8;
}
@media (max-width: 767px) {
  .combine {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .only-sp-border {
    border-top: 3px solid #fcf9d8;
  }
}

.movedown {
  position: relative;
  transform: translateY(590%);
  z-index: 2;
}
@media (max-width: 999.98px) {
  .movedown {
    transform: translateY(0);
  }
}

/* ユーティリティ */
@media (max-width: 999.98px) {
  .only_pc_full {
    display: none !important;
  }
}
/* .only_tab-sp {
  display: none !important;
} */
@media (max-width: 999.98px) {
  .only_tab-sp {
    display: block !important;
  } 
}
@media (max-width: 767px) {
  .ffs-sp-palt {
    font-feature-settings: "palt";
  }
}


