@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.6;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: none;
  border: 0;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------------------------------
## BASE ##################################################
----------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "noto-sans-cjk-jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmn-ff-noto {
  font-family: "noto-sans-cjk-jp";
}

img, video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

.cmn-pc--block {
  display: none;
}

.cmn-sp--block {
  display: block;
}

.cmn-pc--inline {
  display: none;
}

.cmn-sp--inline {
  display: inline;
}

/* -----------------------------------------------------------------------
## FOOTER ##################################################
----------------------------------------------------------------------- */
.footer {
  padding: 45px 0;
  background: #7d7d7d;
  text-align: center;
  color: #ccc;
}
.footer_logo {
  width: 194px;
  margin: 0 auto 27.5px;
}
.footer_nav_item a {
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 400;
}
.footer_nav_item a:hover {
  text-decoration: none;
}
.footer_nav_item + .footer_nav_item {
  margin-top: 24px;
}
.footer .copyright {
  line-height: 1.6;
  padding-top: 22.5px;
  letter-spacing: 0.16em;
  font-size: 0.5625rem;
  font-weight: 400;
}
.footer .copyright .mark {
  font-size: 10px;
  font-family: Verdana, “Droid Sans”;
}

.btn_pageTop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}

.btn_pageTop.show {
  opacity: 0.8;
  pointer-events: auto;
}

.btn_pageTop_body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #8fc8bc;
}

.btn_pageTop_body::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow.png);
  background-position: -100% 0;
  background-size: 200% 400%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

/* -----------------------------------------------------------------------
## Contents ##################################################
----------------------------------------------------------------------- */
/* ################# FV ################# */
.fv {
  position: relative;
  padding: 25px 12px 2px 20px;
  background: #79D8C8 url("../img/bg_kv.png") no-repeat 0 0;
  background-size: cover;
}
.fv svg {
  display: block;
  width: 5.5555555556vw;
  margin: 5px auto 0;
  -webkit-animation: arrow 1.5s ease 0s infinite normal none running;
          animation: arrow 1.5s ease 0s infinite normal none running;
}
.fv .arrow {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}

/* ################# Introduction ################# */
.introduction {
  padding-bottom: 5.5555555556vw;
  background: #79D8C8 url("../img/bg_profile.png") no-repeat left 0 bottom -2px;
  background-size: 100% auto;
}
.introduction__title {
  padding: 0 19.9074074074vw 0 16.2037037037vw;
}
.introduction__text:nth-of-type(1) {
  margin-top: -0.8333333333vw;
}
.introduction__text:nth-of-type(2) {
  margin-top: -1.3888888889vw;
}
.introduction__text:nth-of-type(3) {
  margin-top: 5vw;
}

/* ################# プロフィール ################# */
.profile__title {
  margin-top: -5.5555555556vw;
}
.profile .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.profile .slick-dots {
  left: 0;
  bottom: -45px;
}
.profile .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 16.6666666667px;
}
.profile .slick-dots li button {
  width: inherit;
  height: inherit;
}
.profile .slick-dots li button::before {
  width: inherit;
  height: inherit;
  background: #ccc;
  content: "";
  opacity: 1;
  border-radius: 1000px;
}
.profile .slick-dots li.slick-active button::before {
  background: #79D8C8;
}
.profile .detailButton {
  margin-top: 21.1111111111vw;
}

/* ################# ベース ################# */
.overview {
  position: relative;
  margin-top: 13.8888888889vw;
  padding: 14.4444444444vw 3.6111111111vw 3.6111111111vw;
  background-color: #79D8C8;
  background-image: url("../img/bg_overview.png"), url("../img/bg_dot.png");
  background-position: 0 -1px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 8px auto;
}
.overview__title {
  position: absolute;
  top: 1.9444444444vw;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 35.5555555556vw;
}
.overview__text {
  position: relative;
  z-index: 1;
  line-height: 1.8095238095;
  padding: 24.4444444444vw 6.1111111111vw 3.8888888889vw 6.1111111111vw;
  background: rgba(180, 240, 230, 0.6);
  border: 1px solid #fff;
  border-radius: 6.666px;
  font-size: 3.8888888889vw;
}
.overview__text strong {
  -webkit-text-decoration: underline solid #FFE100;
          text-decoration: underline solid #FFE100;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}

.movie {
  position: relative;
}
.movie__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}
.movie--sp {
  position: relative;
  padding-top: 177.7777777778vw;
}
.movie--sp iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.movie__spinner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  margin: auto;
}
.movie.is--active > a {
  pointer-events: none;
}
.movie.is--active .movie__cover {
  opacity: 0;
}
.movie.is--active iframe {
  pointer-events: all;
}

.features__image {
  position: relative;
}
.features__image img {
  position: relative;
  z-index: 2;
}
.features__image::before, .features__image::before {
  position: absolute;
  z-index: -1;
}
.features__heading {
  margin-top: 3.3333333333vw;
}
.features__text {
  line-height: 1.5;
  margin-top: 2.2222222222vw;
  font-size: 3.7037037037vw;
}
.features__text small {
  font-size: 3.3333333333vw;
}
.features--left .features__heading {
  padding: 0 8.3333333333vw 0 6.3888888889vw;
}
.features--left .features__text {
  margin-top: 1.1111111111vw;
  padding: 0 7.5vw 0;
}
.features--right .features__heading {
  padding: 1.9444444444vw 1.1111111111vw 0 13.8888888889vw;
}
.features--right .features__text {
  margin-top: 1.1111111111vw;
  padding: 0 5.5555555556vw 0 14.7222222222vw;
}

.detailButton {
  display: block;
  padding: 0 6.3888888889vw 0 7.5vw;
}

/* ################# モーニングルーティーン ################# */
.morning .features {
  padding: 6.6666666667vw 7.5vw 4.4444444444vw 7.5vw;
  background: url("../img/bg_morning.png") no-repeat 0 0;
  background-size: 100% auto;
}
.morning .detailButton {
  margin-top: 7.5vw;
}

/* ################# ものぐさ次女 ################# */
.second .features {
  margin-top: 7.2222222222vw;
}
.second .features__image::before {
  bottom: -27.7777777778vw;
  left: -4.6296296296vw;
  width: 15.7407407407vw;
  height: 15.7407407407vw;
  background: url("../img/deco04.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.second .features + .features {
  margin-top: 9.1666666667vw;
}
.second .features + .features .features__image::before {
  top: -15.2777777778vw;
  right: 5.8333333333vw;
  bottom: auto;
  left: auto;
  width: 19.3518518519vw;
  height: 19.7222222222vw;
  background: url("../img/deco02.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.second .features + .features .features__image::after {
  bottom: 2.7777777778vw;
  left: 2.7777777778vw;
  width: 13.7037037037vw;
  height: 13.2407407407vw;
  background: url("../img/deco03.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.second .detailButton {
  margin-top: 8.0555555556vw;
}

/* ################# 次女の料理 ################# */
.cooking .features {
  overflow: hidden;
  margin-top: 7.2222222222vw;
  padding: 0 0 8.0555555556vw 6.1111111111vw;
}
.cooking .features__image {
  padding-right: 2.7777777778vw;
}
.cooking .features__image::before {
  right: -5vw;
  bottom: -32.2222222222vw;
  left: auto;
  width: 28.6111111111vw;
  height: 29.0740740741vw;
  background: url("../img/deco01.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.cooking .features__heading {
  padding-right: 7.7777777778vw;
}

/* ################# 長女の赤ちゃん ################# */
.baby .overview__text {
  letter-spacing: -0.025em;
}
.baby .features {
  margin-top: 7.2222222222vw;
}
.baby .features__image::before {
  bottom: -16.6666666667vw;
  right: 12.2222222222vw;
  width: 23.9814814815vw;
  height: 22.8703703704vw;
  background: url("../img/deco06.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.baby .features + .features {
  margin-top: 9.1666666667vw;
}
.baby .features + .features .features__image::before {
  right: auto;
  bottom: 4.7222222222vw;
  left: 2.2222222222vw;
  width: 22.8703703704vw;
  height: 23.3333333333vw;
  background: url("../img/deco05.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.baby .detailButton {
  margin-top: 8.0555555556vw;
}
.baby .detailButton__wrapper {
  margin-top: 7.5vw;
  padding: 7.5vw 0 15.2777777778vw;
  background: url("../img/bg_btn.png") no-repeat 0 0;
  background-size: cover;
}

/* -----------------------------------------------------------------------
## フローティングメニュー ##############################################
----------------------------------------------------------------------- */
.floatBtns {
  display: none !important;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  z-index: 1000;
}

.floatBtns.show {
  opacity: 1;
  pointer-events: auto;
}

.floatBtns_inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 5.3%;
}

.floatBtns_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.lp-btn {
  width: 56%;
  max-width: 250px;
}

.lp-btn .btn {
  height: 40px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: #2fc2a7;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.lp-btn .btn::after {
  position: static;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow.png);
  background-position: -100% -200%;
  background-size: 200% 400%;
}

.contact-btn {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  width: 38%;
  max-width: 150px;
  margin-left: 15px;
}

.contact-btn .btn {
  height: 40px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: #f5942c;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.contact-btn .btn::after {
  position: static;
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow.png);
  background-position: -100% -200%;
  background-size: 200% 400%;
}

@media screen and (max-width: 375px) {
  .lp-btn .btn {
    font-size: 0.8125rem;
  }
  .lp-btn .btn::after {
    position: relative;
    top: 1px;
    margin-left: 5px;
  }

  .contact-btn .btn {
    font-size: 0.8125rem;
  }
  .contact-btn .btn::after {
    position: relative;
    top: 1px;
    margin-left: 10px;
  }
}
/* -----------------------------------------------------------------------
## ポップアップムービーコンテンツ ##############################################
----------------------------------------------------------------------- */
.popup-movie {
  display: none;
}

.mfp-modal-movie iframe {
  width: 62.037037037vw;
  height: 35.1851851852vw;
}

.has-tapbtn iframe {
  display: none;
}
.has-tapbtn.is-active img {
  display: none;
}
.has-tapbtn.is-active iframe {
  display: block;
}

/* -----------------------------------------------------------------------
## アニメーション ##############################################
----------------------------------------------------------------------- */
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
/* -----------------------------------------------------------------------
## IE対応 ##############################################
----------------------------------------------------------------------- */
.is-ie .overview__text strong {
  border-bottom: 3px solid #FFE100;
}

@media screen and (min-width: 1024px) {
  /* -----------------------------------------------------------------------
  ## BASE ##################################################
  ----------------------------------------------------------------------- */
  ul, ol, li {
    list-style: none;
  }

  .cmn-pc--block {
    display: block;
  }

  .cmn-sp--block {
    display: none;
  }

  .cmn-pc--inline {
    display: inline;
  }

  .cmn-sp--inline {
    display: none;
  }

  /* -----------------------------------------------------------------------
  ## FOOTER ##################################################
  ----------------------------------------------------------------------- */
  .btn_pageTop {
    width: 50px;
    height: 50px;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .btn_pageTop:hover {
    opacity: 0.8;
  }
  .btn_pageTop_body:after {
    width: 14px;
    height: 14px;
  }

  .footer {
    padding: 40px 0;
    background: #7d7d7d;
    text-align: center;
    color: #ccc;
  }
  .footer_logo {
    width: 278px;
    margin: 0 auto 0;
  }
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding: 36px 0 55px;
    height: 1em;
  }
  .footer_nav_item {
    height: 1em;
    display: inline;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .footer_nav_item a {
    font-size: 0.875rem;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 400;
  }
  .footer_nav_item a:hover {
    text-decoration: none;
  }
  .footer_nav_item + .footer_nav_item {
    margin-top: 0;
    margin-left: 60px;
  }
  .footer .copyright {
    padding-top: 0;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
    font-weight: 400;
  }
  .footer .copyright .mark {
    font-size: 0.625rem;
    font-family: Verdana, “Droid Sans”;
  }

  /* -----------------------------------------------------------------------
  ## Contents ##################################################
  ----------------------------------------------------------------------- */
  /* ################# FV ################# */
  .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 100vh;
    max-height: 870px;
    padding: 0 0 2px;
    background: #79D8C8 url("../img/bg_kv_pc.png") no-repeat center 0;
    background-size: auto;
  }
  .fv svg {
    display: block;
    width: 45px;
    margin: 29px auto 0;
  }
  .fv .arrow {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 6px;
  }

  .pageTitle {
    width: 590px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    padding-right: 3px;
    text-align: center;
  }
  .pageTitle img {
    width: auto;
    height: 83.564vh;
    max-height: 727px;
  }

  /* ################# Introduction ################# */
  .introduction {
    padding: 37px 0 27px;
    background: #79D8C8 url("../img/bg_what_pc.png") no-repeat center 0;
    background-size: auto;
  }
  .introduction__title {
    width: 486px;
    margin: 0 auto;
    padding: 0;
  }
  .introduction__text {
    width: 1024px;
    margin: 0 auto;
  }
  .introduction__text img {
    width: auto;
  }
  .introduction__text:nth-of-type(1) {
    text-align: left;
    margin-top: 60px;
  }
  .introduction__text:nth-of-type(2) {
    text-align: right;
    margin-top: 20px;
  }
  .introduction__text:nth-of-type(3) {
    text-align: left;
    margin-top: 20px;
  }

  /* ################# プロフィール ################# */
  .profile {
    padding: 36px 0 189px;
    background: url("../img/bg_profile_pc.png") no-repeat center 0;
  }
  .profile__title {
    width: 497px;
    margin: 0 auto 0;
  }
  .profile .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1418px;
    margin: 62px auto 0;
  }
  .profile .slides__slide {
    -ms-flex-preferred-size: 433px;
        flex-basis: 433px;
    max-width: 433px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 20px;
  }
  .profile .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .profile .detailButton {
    margin-top: 78px;
  }

  /* ################# ベース ################# */
  .overview {
    position: relative;
    margin-top: 0;
    padding: 20px 0 151px;
    background: #79D8C8 url("../img/bg_dot_pc.png") repeat 0 6px;
    background-size: 24px auto;
  }
  .overview__title {
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 655px;
    height: auto;
    margin: auto;
    padding: 15px 0 0 6px;
  }
  .overview__title::after {
    position: absolute;
    top: 0;
    left: 5px;
    right: 0;
    z-index: -1;
    width: 190px;
    height: 69px;
    margin: auto;
    content: url("../img/bg_overview_pc.png");
  }
  .overview__text {
    position: relative;
    z-index: 1;
    line-height: 1.8;
    width: 700px;
    margin: 0 auto 0;
    padding: 176px 0 36px 0;
    background: rgba(180, 240, 230, 0.6);
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 1.25rem;
  }
  .overview__text strong {
    -webkit-text-decoration: underline solid #FFE100;
            text-decoration: underline solid #FFE100;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
  }

  .movie {
    position: relative;
    width: 432px;
    margin: -90px auto 0;
    background: #fff;
  }
  .movie__cover {
    position: static;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .movie--sp {
    display: none;
  }
  .movie__spinner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .movie.is--active > a {
    pointer-events: none;
  }
  .movie.is--active .movie__cover {
    opacity: 0;
  }
  .movie.is--active iframe {
    pointer-events: all;
  }

  .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1024px;
    margin: 80px auto 0;
  }
  .features__body {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 4px 0 0 8px;
  }
  .features__image {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 50px;
  }
  .features__image img {
    position: relative;
    z-index: 2;
  }
  .features__image::before, .features__image::before {
    display: none;
  }
  .features__heading {
    margin-top: 0;
  }
  .features__heading img {
    width: auto;
  }
  .features__text {
    line-height: 1.6666666667;
    margin-top: 25px;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
  }
  .features__text small {
    font-size: 0.875rem;
  }
  .features--left .features__image {
    padding-right: 80px;
  }
  .features--left .features__body {
    margin-left: -37px;
  }
  .features--left .features__heading {
    padding: 0 0 0 0;
  }
  .features--left .features__text {
    margin-top: 25px;
    padding: 0 0 0;
  }
  .features--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .features--right .features__image {
    padding-right: 0;
    padding-left: 50px;
  }
  .features--right .features__body {
    margin-left: 0;
    padding-left: 101px;
  }
  .features--right .features__heading {
    padding: 0;
  }
  .features--right .features__text {
    margin-top: 25px;
    padding: 0;
  }

  .detailButton {
    display: block;
    width: 372px;
    margin: 0 auto 0;
    padding: 0;
    -webkit-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
  }
  .detailButton:hover {
    opacity: 0.7;
  }

  /* ################# モーニングルーティーン ################# */
  .morning {
    padding-bottom: 187px;
    background: url("../img/bg_morning_pc.png") no-repeat center 876px;
    background-size: auto;
  }
  .morning .features {
    padding: 0;
    background: none;
  }
  .morning .detailButton {
    margin-top: 80px;
  }

  /* ################# ものぐさ次女 ################# */
  .second {
    padding-bottom: 188px;
    background: url("../img/bg_second_pc.png") no-repeat center 1152px;
    background-size: auto;
  }
  .second .features {
    margin-top: 80px;
  }
  .second .features + .features {
    margin-top: 80px;
  }
  .second .detailButton {
    margin-top: 80px;
  }

  /* ################# 次女の料理 ################# */
  .cooking {
    padding-bottom: 188px;
    background: url("../img/bg_cooking_pc.png") no-repeat center 784px;
    background-size: auto;
  }
  .cooking .features {
    overflow: hidden;
    margin-top: 80px;
    padding: 0 0 0 0;
  }
  .cooking .features__image {
    padding-right: 118px;
  }
  .cooking .features__body {
    margin-left: -66px;
  }
  .cooking .features__heading {
    padding-right: 0;
  }
  .cooking .detailButton {
    margin-top: 80px;
  }

  /* ################# 長女の赤ちゃん ################# */
  .baby {
    background: url("../img/bg_baby_pc.png") no-repeat center 1126px;
    background-size: auto;
  }
  .baby .overview__text {
    letter-spacing: -0.025em;
  }
  .baby .features {
    margin-top: 60px;
  }
  .baby .features .features__image {
    padding-right: 52px;
  }
  .baby .features .features__body {
    margin-left: -2px;
  }
  .baby .features + .features {
    margin-top: 57px;
  }
  .baby .features + .features .features__image {
    padding-right: 0;
  }
  .baby .features + .features .features__body {
    margin-left: 0;
    padding-left: 72px;
  }
  .baby .detailButton {
    margin-top: 80px;
  }
  .baby .detailButton__wrapper {
    margin-top: 120px;
    padding: 37px 0 118px;
    background: #79D8C8 url("../img/bg_btn_pc.png") no-repeat center 0;
    background-size: auto;
  }

  /* -----------------------------------------------------------------------
  ## フローティングメニュー ##############################################
  ----------------------------------------------------------------------- */
  .floatBtns {
    display: none !important;
  }
  .floatBtns_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .floatBtns .lp-btn {
    width: 250px;
  }
  .floatBtns .lp-btn .btn {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #2fc2a7;
    padding-left: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .floatBtns .lp-btn .btn:hover {
    background: #fff;
    border: 1px solid #2fc2a7;
    color: #2fc2a7;
  }
  .floatBtns .lp-btn .btn:hover:after {
    background-image: url(../img/arrow_gr.png);
    background-position: -100% -200%;
    background-size: 200% 400%;
  }
  .floatBtns .contact-btn {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    width: 150px;
    margin-left: 15px;
  }
  .floatBtns .contact-btn .btn {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #f5942c;
    padding-left: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .floatBtns .contact-btn .btn:hover {
    background: #fff;
    border: 1px solid #f5942c;
    color: #f5942c;
  }
  .floatBtns .contact-btn .btn:hover:after {
    background-image: url(../img/arrow_or.png);
    background-position: -100% -200%;
    background-size: 200% 400%;
  }

  /* -----------------------------------------------------------------------
  ## ポップアップムービーコンテンツ ##############################################
  ----------------------------------------------------------------------- */
  a[href^="#movie"] {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  a[href^="#movie"]:hover {
    opacity: 0.8;
  }

  .popup-movie {
    display: none;
  }

  .mfp-modal-movie {
    max-width: 472px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
  }
  .mfp-modal-movie iframe {
    position: relative;
    z-index: 2;
    width: 432px;
    height: 769px;
  }
  .mfp-modal-movie button.mfp-close {
    top: -45px;
    right: -8px;
    color: #fff;
    opacity: 1;
  }
  .mfp-modal-movie .spinner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: auto;
  }

  /* overlay at start */
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }

  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }

  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
}
/* -----------------------------------------------------------------------
## 1920px以上のモニターの場合 ##############################################
----------------------------------------------------------------------- */
@media screen and (min-width: 1920px) {
  .profile {
    background: url("../img/bg_profile_pc.png") no-repeat center 0;
    background-size: 100% auto;
  }

  .baby .detailButton__wrapper {
    background: #79D8C8 url("../img/bg_btn_pc.png") no-repeat center 0;
    background-size: 100% auto;
  }
}
/* -----------------------------------------------------------------------
## IE対応 ##############################################
----------------------------------------------------------------------- */
.is-ie .overview__text strong {
  border-bottom: 4px solid #FFE100;
}