@charset "UTF-8";
/* 紋屋のマタニティ旅
font-family: "M PLUS Rounded 1c", sans-serif;
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* フルワイド */
img {
  width: 100%;
  height: auto;
}

.w_base {
  max-width: 1200px;
  width: calc(100% - 10.6vw);
  margin-inline: auto;
  container-type: inline-size;
}

.txt_center {
  text-align: center;
}

.pb120 {
  padding-bottom: 6.25vw;
}
@media (width < 480px) {
  .pb120 {
    padding-bottom: 40px;
  }
}

.pt120 {
  padding-top: 6.25vw;
}
@media (width < 480px) {
  .pt120 {
    padding-top: 30px;
  }
}

.pt180 {
  padding-top: 9.4vw;
}
@media (width < 480px) {
  .pt180 {
    padding-top: 60px;
  }
}

.mt120 {
  margin-top: 6.25vw;
}
@media (width < 480px) {
  .mt120 {
    margin-top: 30px;
  }
}

.pt80 {
  padding-top: 4.16vw;
}
@media (width < 480px) {
  .pt80 {
    padding-top: 30px;
  }
}

.mt80 {
  margin-top: 4.16vw;
}

.pt20 {
  padding-top: 20px;
}
@media (width < 480px) {
  .pt20 {
    padding-top: 16px;
  }
}

.pt20_5 {
  padding-top: 10px;
}
@media (width < 480px) {
  .pt20_5 {
    padding-top: 5px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media (width < 480px) {
  .mt20 {
    margin-top: 16px;
  }
}

.txt_base {
  font-size: clamp(1.4rem, 0.26vw + 1.303rem, 1.8rem);
  line-height: 1.8em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* visual
*********************************************************************/
.area_visual {
  position: relative;
  width: 100%;
  height: calc(100svh - 120px);
}
@media all and (max-width: 896px) {
  .area_visual {
    height: calc(100svh - 60px);
  }
}
@media all and (max-width: 480px) {
  .area_visual {
    height: 50svh;
  }
}

.area_visual_main {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area_visual_main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (width < 480px) {
  .area_visual_main img {
    -o-object-position: 80% 0%;
       object-position: 80% 0%;
  }
}

.area_visual_copy {
  position: absolute;
  left: 6%;
  top: 18%;
  width: 34%;
  max-width: 620px;
}
@media (width < 896px) {
  .area_visual_copy {
    left: 5%;
    top: 8%;
    width: 60%;
  }
}
.area_visual_copy img {
  width: 100%;
  height: auto;
}

/* copy
*********************************************************************/
.area_copy {
  text-align: center;
}

.ttl_main {
  position: relative;
  display: inline-block;
}

.hd_main {
  color: #876239;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(2rem, 1.81vw + 1.32rem, 4.8rem);
  font-weight: 400;
  line-height: 1.6em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}
@media (width < 896px) {
  .hd_main {
    line-height: 1.3em;
  }
}

.ttl_main_star {
  width: 5.2vw;
  min-width: 50px;
  max-width: 110px;
  position: absolute;
  top: -1vw;
  right: -6vw;
}
@media (width < 480px) {
  .ttl_main_star {
    right: -8vw;
  }
}

.ttl_main_line {
  margin-inline: auto;
  margin-top: -1vw;
  width: 39vw;
  min-width: 280px;
}

.list_feature {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6vw;
}
@media (width < 896px) {
  .list_feature {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (width < 480px) {
  .list_feature {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* divider
*********************************************************************/
.area_divider {
  width: 100%;
  line-height: 0;
  background-color: #fffff6;
}
.area_divider.area_divider--blue {
  background-color: #fffdf3;
}

/* reason
*********************************************************************/
.area_reason {
  background-color: #fffff6;
  position: relative;
}

.block_reason_ttl {
  container-type: inline-size;
  position: relative;
}

.reason_ttl_tri {
  position: absolute;
  width: 20cqw;
  min-width: 50px;
  max-width: 110px;
  left: -6cqw;
  top: -4.5cqw;
  z-index: 2;
}

.reason_ttl_frame {
  position: relative;
  width: 100%;
  z-index: 0;
}

.reason_ttl_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hd_reason {
  display: inline-block;
  padding: 1.6cqw 3.2cqw;
  color: #876239;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.8rem, 1.53vw + 1.4rem, 3.2rem);
  font-weight: 400;
  line-height: 1.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.reason_ttl_line {
  width: 68cqw;
  min-width: 220px;
  margin-top: -1cqw;
}

.grid_reason {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4cqw;
  align-items: start;
  padding-top: 6.25vw;
}
@media (width < 896px) {
  .grid_reason {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
  }
}

@media (width < 896px) {
  .reason_txt {
    order: 2;
  }
}

.txt_quote {
  font-weight: 500;
}

@media (width < 896px) {
  .reason_img {
    order: 1;
  }
}

.block_style {
  text-align: center;
  position: relative;
}

.style_ttl_tri {
  width: 7vw;
  min-width: 55px;
  max-width: 120px;
  margin-inline: auto;
}

.grid_style {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
  text-align: left;
}
@media (width < 896px) {
  .grid_style {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.item_style {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 5%;
  align-items: center;
}
@media (width < 480px) {
  .item_style {
    grid-template-columns: 45% 1fr;
  }
}

.item_style_lead {
  color: #ec759e;
  font-size: clamp(1.6rem, 0.65vw + 1.357rem, 2.2rem);
  font-weight: 500;
  line-height: 1.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.item_style_comment {
  font-size: clamp(1.6rem, 0.65vw + 1.357rem, 2.2rem);
  font-weight: 300;
  line-height: 1.4em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.txt_reason {
  font-size: clamp(1.4rem, 0.26vw + 1.303rem, 1.8rem);
  line-height: 1.8em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (width < 896px) {
  .txt_reason {
    text-align: justify;
    word-break: normal;
  }
}

/* plan
*********************************************************************/
.area_plan {
  background-color: #eef7fd;
  position: relative;
  text-align: center;
}

.separator01 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.grid_plan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw;
  align-items: start;
  text-align: center;
}
@media (width < 896px) {
  .grid_plan {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

.item_plan--mascot {
  align-self: center;
  line-height: 0em;
}
.item_plan--mascot .item_plan_img img {
  width: 60%;
  margin-inline: auto;
}
@media (width < 896px) {
  .item_plan--mascot {
    order: 1;
  }
  .item_plan--mascot .item_plan_img img {
    width: 40%;
  }
}

.item_plan_lead {
  color: #ec759e;
  font-size: clamp(1.8rem, 1.53vw + 1.4rem, 3.2rem);
  font-weight: 500;
  line-height: 1.4em;
  padding-top: 1.2vw;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (width < 896px) {
  .item_plan_lead {
    padding-top: 8px;
  }
}

.bnr_plan {
  display: block;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

/* ending
*********************************************************************/
.area_ending {
  background-color: #fff;
  position: relative;
}

.block_ending_txt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4vw;
  align-items: start;
  padding-block: 6.25vw;
  max-width: 900px;
  width: calc(100% - 10.6vw);
  margin-inline: auto;
  position: relative;
  z-index: 8;
}
@media (width < 896px) {
  .block_ending_txt {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 40px;
    text-align: center;
  }
}

.ending_copy {
  width: 7.8vw;
  min-width: 90px;
  max-width: 160px;
  margin-inline: auto;
}

.txt_ending {
  padding-top: 1.6vw;
  font-size: clamp(1.6rem, 0.32vw + 1.479rem, 2.1rem);
  line-height: 2em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (width < 896px) {
  .txt_ending {
    padding-top: 0;
  }
}

.area_ending_bg {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 4;
  margin-top: -26vw;
  aspect-ratio: 16/9;
}
@media (width < 896px) {
  .area_ending_bg {
    margin-top: -70px;
  }
}
@media (width < 480px) {
  .area_ending_bg {
    aspect-ratio: 4/3;
  }
}
.area_ending_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (width < 480px) {
  .area_ending_bg img {
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}