@charset "UTF-8";
#todoklp1 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #69504b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#todoklp1 img {
  max-width: 100%;
  height: auto;
  display: block;
}
#todoklp1 a {
  color: #fff;
}
#todoklp1 .trans {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#todoklp1 .trans:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
#todoklp1 .pcv {
  display: block;
}
#todoklp1 .spv {
  display: none;
}
@media screen and (max-width: 768px) {
  #todoklp1 .pcv {
    display: none;
  }
  #todoklp1 .spv {
    display: block;
  }
}
#todoklp1 .button {
  background-color: #e10000;
  color: #fff;
  width: 100%;
  max-width: 186px;
  height: 36px;
  border-radius: 50px;
  position: relative;
}
#todoklp1 .button:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", serif;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 14px;
}
#todoklp1 .button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
#todoklp1 .cvarea-title {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}
#todoklp1 .cvarea-title-fukidashi {
  max-width: 280px;
  margin: 0 auto 20px;
}
#todoklp1 .cvarea-town {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
#todoklp1 .cvarea-truck {
  width: 100%;
  max-width: 170px;
  margin: -90px auto 20px auto;
  position: relative;
  left: -5px;
  -webkit-animation: truckDriving 4s ease-in-out infinite, truckVibration 0.1s ease-in-out infinite alternate;
          animation: truckDriving 4s ease-in-out infinite, truckVibration 0.1s ease-in-out infinite alternate;
  cursor: pointer;
}
#todoklp1 .cvarea-truck:hover {
  -webkit-animation: truckDriving 2s ease-in-out infinite, truckVibration 0.05s ease-in-out infinite alternate;
          animation: truckDriving 2s ease-in-out infinite, truckVibration 0.05s ease-in-out infinite alternate;
}
@-webkit-keyframes truckDriving {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(8px) translateY(-1px);
            transform: translateX(8px) translateY(-1px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(1px);
            transform: translateX(0) translateY(1px);
  }
  75% {
    -webkit-transform: translateX(-8px) translateY(-1px);
            transform: translateX(-8px) translateY(-1px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes truckDriving {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(8px) translateY(-1px);
            transform: translateX(8px) translateY(-1px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(1px);
            transform: translateX(0) translateY(1px);
  }
  75% {
    -webkit-transform: translateX(-8px) translateY(-1px);
            transform: translateX(-8px) translateY(-1px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes truckVibration {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0.5px, 0.2px);
            transform: translate(0.5px, 0.2px);
  }
}
@keyframes truckVibration {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0.5px, 0.2px);
            transform: translate(0.5px, 0.2px);
  }
}
#todoklp1 .cvarea-button {
  max-width: 350px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#todoklp1 .cvarea-button:before {
  content: "";
  display: block;
  background-color: #d2d2d2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 50px;
}
#todoklp1 .cvarea-button:after {
  background-image: url(../img/button-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
}
#todoklp1 .cvarea-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
#todoklp1 .cvarea-button:hover:before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.7;
}
#todoklp1 .cvarea-button:hover:after {
  -webkit-animation: arrowMove 0.6s infinite alternate;
          animation: arrowMove 0.6s infinite alternate;
}
@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
#todoklp1 .cvarea-button a {
  font-size: 18px;
  letter-spacing: 0.06em;
  position: relative;
  background-color: #e10000;
  border-radius: 50px;
}
#todoklp1 .in-character a {
  letter-spacing: -0.05em;
  padding-left: 30px;
  position: relative;
}
#todoklp1 .in-character a:before {
  content: "";
  display: block;
  background-image: url(../img/cv-element.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 58px;
  height: 66px;
  position: absolute;
  top: -18px;
  left: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#todoklp1 .in-character a:hover:before {
  -webkit-animation: jump-and-land 0.5s ease-in-out;
          animation: jump-and-land 0.5s ease-in-out;
}
@-webkit-keyframes jump-and-land {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump-and-land {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1300px) {
  #todoklp1 .cvarea-truck {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 .cvarea-title {
    max-width: 300px;
  }
  #todoklp1 .cvarea-truck {
    max-width: 170px;
    position: relative;
    left: 10px;
    margin: -105px auto 20px auto;
  }
  #todoklp1 .cvarea-button {
    height: 60px;
  }
  #todoklp1 .cvarea-button a {
    letter-spacing: -0.05em;
  }
}
#todoklp1 .curve-top {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -20px;
}
#todoklp1 .curve-top svg {
  display: block;
  width: 100%;
  height: 100%;
}
#todoklp1 .curve-top.campaign-curve-top {
  background: #fff;
  fill: #eee7d9;
}
#todoklp1 .curve-top.deliver-curve-top {
  background: #f6eddc;
  fill: #f1dad7;
}
#todoklp1 .curve-top.reassurance-curve-top {
  background: #eee7d9;
  fill: #fff;
}
#todoklp1 .curve-top.reason-curve-top {
  background: #eee7d9;
  fill: #fff;
}
#todoklp1 .curve-top.voice-curve-top {
  background: #fff;
  fill: #f6eddc;
  margin-top: -9vw;
}
#todoklp1 .curve-top.faq-curve-top {
  background: #fff;
  fill: #f6eddc;
  margin-top: 0;
}
#todoklp1 .curve-top.cv-curve-top {
  background: #eee7d9;
  fill: #fff;
  margin-top: 40px;
  position: relative;
  overflow: visible;
}
#todoklp1 .curve-top.cv-curve-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 2;
}
#todoklp1 .curve-bottom {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -20px;
}
#todoklp1 .curve-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
#todoklp1 .curve-bottom.mainvisual-curve-bottom {
  background: #f39daa;
  fill: #f1dad7;
  margin-top: 0;
}
#todoklp1 .curve-bottom.voice-curve-bottom {
  background: #fff;
  fill: #f6eddc;
  margin-top: 5vw;
}
#todoklp1 .curve-bottom.reason-curve-bottom {
  margin-top: 0;
  background: #eee7d9;
  fill: #ffdd6b;
}
#todoklp1 .curve-bottom.ambassador-curve-bottom {
  background: #ffdd6b;
  fill: #fff;
  margin-top: -3vw;
}
#todoklp1 .curve-bottom.delivery-curve-bottom {
  background: #eee7d9;
  fill: #fff;
  margin-top: 0;
}
#todoklp1 .curve-bottom.faq-curve-bottom {
  background: #eee7d9;
  fill: #fff;
  margin-top: -4vw;
  margin-bottom: -4vw;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #todoklp1 .curve-top.campaign-curve-top {
    margin-top: 75px;
  }
  #todoklp1 .curve-top.reassurance-curve-top {
    margin-top: 0;
  }
  #todoklp1 .curve-top.faq-curve-top {
    margin-top: 20px;
  }
  #todoklp1 .curve-bottom {
    height: auto;
  }
  #todoklp1 .curve-bottom.regular-service-curve-bottom {
    margin-top: 0;
  }
  #todoklp1 .curve-bottom.faq-curve-bottom {
    margin-bottom: 0;
  }
}
#todoklp1 .caption p {
  color: #000;
}
#todoklp1 .js-animate,
#todoklp1 .js-scroll-animate {
  opacity: 0;
}
#todoklp1 .is-loaded.fukidashi,
#todoklp1 .is-visible.fukidashi {
  -webkit-animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  -webkit-transform: scale(0.3) translateY(30px);
          transform: scale(0.3) translateY(30px);
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(30px);
            transform: scale(0.3) translateY(30px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) translateY(-5px);
            transform: scale(1.1) translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translateY(30px);
            transform: scale(0.3) translateY(30px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.1) translateY(-5px);
            transform: scale(1.1) translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#todoklp1 .is-loaded.wakuwaku,
#todoklp1 .is-visible.wakuwaku {
  -webkit-animation: wakuwaku 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: wakuwaku 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  opacity: 0;
  -webkit-transform: scale(0.5) translateY(30px);
          transform: scale(0.5) translateY(30px);
}
@-webkit-keyframes wakuwaku {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
}
@keyframes wakuwaku {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
  }
}
#todoklp1 .is-loaded.jiwajiwa,
#todoklp1 .is-visible.jiwajiwa {
  -webkit-animation: jiwajiwa 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: jiwajiwa 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(10px);
          transform: scale(0.8) translateY(10px);
}
@-webkit-keyframes jiwajiwa {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(10px);
            transform: scale(0.8) translateY(10px);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  40% {
    opacity: 0.7;
    -webkit-transform: scale(0.98) translateY(2px);
            transform: scale(0.98) translateY(2px);
  }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.01) translateY(0);
            transform: scale(1.01) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes jiwajiwa {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(10px);
            transform: scale(0.8) translateY(10px);
  }
  20% {
    opacity: 0.3;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  40% {
    opacity: 0.7;
    -webkit-transform: scale(0.98) translateY(2px);
            transform: scale(0.98) translateY(2px);
  }
  70% {
    opacity: 0.9;
    -webkit-transform: scale(1.01) translateY(0);
            transform: scale(1.01) translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#todoklp1 .fuwafuwa {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite;
          animation: fuwafuwa 3s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#todoklp1 .fuwafuwa-reverse {
  -webkit-animation: fuwafuwa-reverse 3s ease-in-out infinite;
          animation: fuwafuwa-reverse 3s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa-reverse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa-reverse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#todoklp1 .fuwafuwa2 {
  -webkit-animation: fuwafuwa2 4s ease-in-out infinite;
          animation: fuwafuwa2 4s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-8px) rotate(-2deg);
            transform: translateY(-8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-8px) rotate(-2deg);
            transform: translateY(-8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
#todoklp1 .fuwafuwa3 {
  -webkit-animation: fuwafuwa3 4s ease-in-out infinite;
          animation: fuwafuwa3 4s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa3 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#todoklp1 .fuwafuwa4 {
  -webkit-animation: fuwafuwa4 3.5s ease-in-out infinite;
          animation: fuwafuwa4 3.5s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  30% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  60% {
    -webkit-transform: translateY(-14px) scale(0.98);
            transform: translateY(-14px) scale(0.98);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@keyframes fuwafuwa4 {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
  30% {
    -webkit-transform: translateY(-6px) scale(1.02);
            transform: translateY(-6px) scale(1.02);
  }
  60% {
    -webkit-transform: translateY(-14px) scale(0.98);
            transform: translateY(-14px) scale(0.98);
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
#todoklp1 .jump-and-land {
  -webkit-animation: jump-and-land 2.5s ease-out infinite;
          animation: jump-and-land 2.5s ease-out infinite;
}
@keyframes jump-and-land {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#todoklp1 .twinkle1 {
  -webkit-animation: twinkle 2s ease-in-out infinite;
          animation: twinkle 2s ease-in-out infinite;
}
#todoklp1 .twinkle2 {
  -webkit-animation: twinkle 2s ease-in-out infinite;
          animation: twinkle 2s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#todoklp1 .twinkle3 {
  -webkit-animation: twinkle 2s ease-in-out infinite;
          animation: twinkle 2s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#todoklp1 .float {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
#todoklp1 .float2 {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#todoklp1 header {
  overflow: hidden;
}
#todoklp1 header .header-top {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 0 10px;
}
#todoklp1 header .header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
#todoklp1 header .header-logo-first {
  width: 100%;
  max-width: 66px;
}
#todoklp1 header .header-logo-second {
  width: 100%;
  max-width: 104px;
}
#todoklp1 header .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#todoklp1 header .header-tel {
  width: 100%;
  max-width: 244px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#todoklp1 header .header-top-right-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#todoklp1 header .header-top-right-button {
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
#todoklp1 header .header-top-right-button:after {
  background-image: url(../img/header-arrow01.png);
  right: 18px;
}
#todoklp1 header .header-navi {
  background-color: #009500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  position: relative;
}
#todoklp1 header .header-navi-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding-left: 20px;
}
#todoklp1 header .header-navi-title p {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
#todoklp1 header .header-navi-arrow {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20px;
  height: 20px;
  position: relative;
}
#todoklp1 header .header-navi-arrow.prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#todoklp1 header .header-navi-arrow.prev::after {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#todoklp1 header .header-navi-arrow.next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#todoklp1 header .header-navi-arrow.next::after {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#todoklp1 header .header-navi-arrow:hover {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translateY(-1px) scale(1.05);
          transform: translateY(-1px) scale(1.05);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#todoklp1 header .header-navi-arrow:active {
  -webkit-transform: translateY(0) scale(0.98);
          transform: translateY(0) scale(0.98);
  background-color: rgba(255, 255, 255, 0.25);
}
#todoklp1 header .header-navi-arrow[style*="opacity: 0.5"]:hover {
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#todoklp1 header .header-navi-right {
  padding-right: 10px;
}
#todoklp1 header .header-navi-list {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
#todoklp1 header .header-navi-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
#todoklp1 header .header-navi-list:hover::-webkit-scrollbar {
  display: none;
}
#todoklp1 header .header-navi-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 14px;
}
#todoklp1 header .header-navi-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* アイテムが縮まないように */
}
#todoklp1 header .header-navi-list a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic Pro", serif;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  #todoklp1 header .header-navi {
    display: none;
  }
  #todoklp1 header .header-top-right-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 header .header-top {
    height: 46px;
  }
  #todoklp1 header .header-top-left {
    gap: 2px;
  }
  #todoklp1 header .header-logo-first {
    max-width: 60px;
  }
  #todoklp1 header .header-logo-second {
    max-width: 90px;
  }
  #todoklp1 header .header-top-right {
    display: block;
  }
  #todoklp1 header .header-top-right-button {
    margin-left: auto;
    max-width: 130px;
    height: 28px;
  }
  #todoklp1 header .header-top-right-button:after {
    right: 10px;
    width: 9px;
    height: 12px;
  }
  #todoklp1 header .header-top-right-button a {
    font-size: 11px;
    letter-spacing: 0;
    padding-top: 2px;
    padding-right: 5px;
  }
}
#todoklp1 main {
  background: #f6eddc;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main {
    padding-top: 46px;
  }
}
#todoklp1 main .cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#todoklp1 main .cv-btn.contact {
  margin-bottom: 30px;
}
#todoklp1 main .cv-btn a {
  width: 100%;
  max-width: 370px;
}
#todoklp1 main .splide__arrow {
  width: 30px;
  height: 60px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
#todoklp1 main .splide__arrow svg {
  display: none;
}
#todoklp1 main .splide__arrow.splide__arrow--prev {
  background-image: url(../img/slider-prev.png);
  left: 0;
}
#todoklp1 main .splide__arrow.splide__arrow--next {
  background-image: url(../img/slider-next.png);
  right: 0;
}
@media (hover: hover) {
  #todoklp1 main .cv-btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #todoklp1 main .cv-btn a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .cv-btn {
    display: block;
  }
  #todoklp1 main .cv-btn a {
    max-width: 360px;
    margin: 0 auto;
    display: block;
  }
  #todoklp1 main .cv-btn a:last-child {
    margin-top: -10px;
  }
  #todoklp1 main .cv-btn.contact {
    width: 100%;
    padding: 0;
  }
}
#todoklp1 main .mainvisual {
  background-color: #f39daa;
  position: relative;
  padding: 40px 0 0 0;
}
#todoklp1 main .mainvisual .mainvisual-top {
  position: absolute;
  width: 100%;
  top: -45px;
}
#todoklp1 main .mainvisual .mainvisual-top-right,
#todoklp1 main .mainvisual .mainvisual-top-left {
  position: absolute;
  max-width: 358px;
  width: 100%;
}
#todoklp1 main .mainvisual .mainvisual-top-left {
  left: -40px;
}
#todoklp1 main .mainvisual .mainvisual-top-right {
  right: -40px;
}
#todoklp1 main .mainvisual .mainvisual-wrap {
  position: relative;
  margin-bottom: -8vw;
}
#todoklp1 main .mainvisual .mainvisual-img-area {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -92px;
}
#todoklp1 main .mainvisual .mainvisual-ttl-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 45px;
}
#todoklp1 main .mainvisual .mainvisual-ttl-img-left {
  max-width: 128px;
  margin-right: 10px;
  width: 100%;
}
#todoklp1 main .mainvisual .mainvisual-ttl-img-right {
  max-width: 240px;
  margin-left: -55px;
  width: 100%;
}
#todoklp1 main .mainvisual .mainvisual-ttl {
  max-width: 520px;
}
#todoklp1 main .mainvisual .mainvisual-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-left: -15px;
}
#todoklp1 main .mainvisual .mainvisual-more-img {
  max-width: 104px;
  width: 100%;
}
#todoklp1 main .mainvisual .mainvisual-more-txt {
  text-align: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-shadow: 0 4px 4px rgba(91, 34, 56, 0.2);
}
#todoklp1 main .mainvisual .mainvisual-more-txt span {
  color: #ffffb8;
  font-size: 34px;
}
#todoklp1 main .mainvisual .mainvisual-img-right {
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  position: absolute;
  height: 158px;
  width: 80px;
}
#todoklp1 main .mainvisual .mainvisual-img-left {
  top: 80px;
  bottom: 0;
  left: -60px;
  margin: auto;
  position: absolute;
  height: 152px;
  width: 80px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt {
  position: absolute;
  z-index: 1;
  width: 100%;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_01 {
  max-width: 52px;
  right: 45px;
  top: 70px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_02 {
  max-width: 162px;
  left: -75px;
  top: 70px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_03 {
  max-width: 78px;
  left: 25px;
  bottom: 50px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_04 {
  max-width: 32px;
  left: 10px;
  top: 0;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_05 {
  max-width: 24px;
  right: 5px;
  bottom: 40px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_06 {
  max-width: 18px;
  left: 0;
  bottom: 0;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_07 {
  max-width: 22px;
  right: 25px;
  top: 0;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_08 {
  max-width: 38px;
  left: 0;
  bottom: 45px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_09 {
  max-width: 22px;
  right: 0;
  bottom: 0;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_10 {
  max-width: 190px;
  right: 50px;
  top: 200px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_11 {
  max-width: 48px;
  right: 185px;
  bottom: 160px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_12 {
  max-width: 190px;
  right: -10px;
  bottom: 30px;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_13 {
  max-width: 34px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 130px;
  top: 0;
  bottom: 250px;
  margin: auto;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_14 {
  max-width: 190px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: -100px;
  top: 50px;
  bottom: 0;
  margin: auto;
}
#todoklp1 main .mainvisual .mainvisual-elemnt_15 {
  max-width: 304px;
  left: 100px;
  bottom: -55px;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .mainvisual .mainvisual-top-right,
  #todoklp1 main .mainvisual .mainvisual-top-left {
    max-width: min(29.8333333333vw, 358px);
  }
  #todoklp1 main .mainvisual .mainvisual-wrap {
    margin-bottom: min(-8vw, -30px);
  }
  #todoklp1 main .mainvisual .mainvisual-img-area {
    max-width: min(58.3333333333vw, 700px);
  }
  #todoklp1 main .mainvisual .mainvisual-ttl-area {
    z-index: 1;
    margin-left: min(3.75vw, 45px);
  }
  #todoklp1 main .mainvisual .mainvisual-ttl-img-left {
    max-width: min(10.6666666667vw, 128px);
    margin-right: min(0.8333333333vw, 10px);
  }
  #todoklp1 main .mainvisual .mainvisual-ttl-img-right {
    max-width: min(20vw, 240px);
    margin-left: min(-4.5833333333vw, -55px);
  }
  #todoklp1 main .mainvisual .mainvisual-ttl {
    max-width: min(43.3333333333vw, 520px);
  }
  #todoklp1 main .mainvisual .mainvisual-more {
    gap: min(0.8333333333vw, 10px);
    margin-left: min(-1.25vw, -15px);
  }
  #todoklp1 main .mainvisual .mainvisual-more-img {
    max-width: min(8.6666666667vw, 104px);
  }
  #todoklp1 main .mainvisual .mainvisual-more-txt {
    font-size: min(2.0833333333vw, 25px);
  }
  #todoklp1 main .mainvisual .mainvisual-more-txt span {
    font-size: min(2.8333333333vw, 34px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_01 {
    max-width: min(4.3333333333vw, 52px);
    right: min(3.75vw, 45px);
    top: min(5.8333333333vw, 70px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_02 {
    max-width: min(13.5vw, 162px);
    left: min(-5.8333333333vw, -75px);
    top: min(5.8333333333vw, 70px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_03 {
    max-width: min(6.5vw, 78px);
    left: min(2.0833333333vw, 25px);
    bottom: min(4.1666666667vw, 50px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_04 {
    max-width: min(2.6666666667vw, 32px);
    left: min(0.8333333333vw, 10px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_05 {
    max-width: min(2vw, 24px);
    right: min(0.4166666667vw, 5px);
    bottom: min(3.3333333333vw, 40px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_06 {
    max-width: min(1.5vw, 18px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_07 {
    max-width: min(1.8333333333vw, 22px);
    right: min(2.0833333333vw, 25px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_08 {
    max-width: min(3.1666666667vw, 38px);
    bottom: 3.75vw;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_09 {
    max-width: min(1.8333333333vw, 22px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_10 {
    max-width: min(15.8333333333vw, 190px);
    right: min(4.1666666667vw, 50px);
    top: min(16.6666666667vw, 200px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_11 {
    max-width: min(4vw, 48px);
    right: min(15.4166666667vw, 185px);
    bottom: min(13.3333333333vw, 160px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_12 {
    max-width: min(15.8333333333vw, 190px);
    right: min(-0.8333333333vw, -10px);
    bottom: min(2.5vw, 30px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_13 {
    max-width: min(2.8333333333vw, 34px);
    left: min(10.8333333333vw, 130px);
    bottom: min(20.8333333333vw, 250px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_14 {
    max-width: min(599.1666666667vw, 190px);
    left: min(-8.3333333333vw, -100px);
    top: min(4.1666666667vw, 50px);
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_15 {
    max-width: min(25.3333333333vw, 304px);
    left: min(8.3333333333vw, 100px);
    bottom: min(-4.5833333333vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .mainvisual {
    padding-top: 0;
  }
  #todoklp1 main .mainvisual .mainvisual-wrap {
    margin-bottom: 0;
  }
  #todoklp1 main .mainvisual .mainvisual-img-left {
    bottom: -100%;
    left: 8px;
    height: 66px;
    width: 40px;
  }
  #todoklp1 main .mainvisual .mainvisual-img-right {
    bottom: -120%;
    right: 8px;
    height: 98px;
    width: 44px;
  }
  #todoklp1 main .mainvisual .mainvisual-img-area {
    max-width: 100%;
    margin-bottom: -20px;
  }
  #todoklp1 main .mainvisual .mainvisual-ttl-area {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  #todoklp1 main .mainvisual .mainvisual-ttl {
    max-width: 330px;
    margin-bottom: 5px;
  }
  #todoklp1 main .mainvisual .mainvisual-ttl-img-left {
    position: absolute;
    margin-right: 0;
    max-width: 60px;
    top: -50px;
    left: -10px;
  }
  #todoklp1 main .mainvisual .mainvisual-ttl-img-right {
    position: absolute;
    margin-left: 0;
    max-width: 80px;
    top: -70px;
    right: -10px;
  }
  #todoklp1 main .mainvisual .mainvisual-more-img {
    max-width: 88px;
  }
  #todoklp1 main .mainvisual .mainvisual-more-txt {
    font-size: 21px;
  }
  #todoklp1 main .mainvisual .mainvisual-more-txt span {
    font-size: 28px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_01 {
    max-width: 30px;
    top: unset;
    bottom: 25px;
    right: -10px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_04 {
    max-width: 12px;
    left: unset;
    right: 0;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_05 {
    max-width: 18px;
    right: unset;
    left: 0;
    bottom: 30px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_06 {
    max-width: 12px;
    left: unset;
    right: 8px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_07 {
    max-width: 12px;
    right: 0;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_08 {
    max-width: 20px;
    bottom: 30px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_09 {
    max-width: 12px;
    bottom: 0;
    right: 15px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_10 {
    max-width: 26px;
    top: unset;
    bottom: -50px;
    right: 10px;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_13 {
    max-width: 38px;
    left: -12px;
    bottom: 20px;
    top: unset;
  }
  #todoklp1 main .mainvisual .mainvisual-elemnt_15 {
    max-width: 46px;
    left: 5px;
    bottom: -40px;
  }
}
#todoklp1 main .present {
  position: relative;
  margin-top: -130px;
  padding-top: 0;
  padding-bottom: 90px;
  background-color: #f1dad7;
}
#todoklp1 main .present .cv-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
#todoklp1 main .present .cv-btn a {
  max-width: 420px;
}
#todoklp1 main .present .present-wrap {
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#todoklp1 main .present .present-content {
  display: none;
}
#todoklp1 main .present .present-content.show {
  display: block;
}
#todoklp1 main .present .present-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 11;
}
#todoklp1 main .present .present-tab-list {
  font-size: 18px;
  background-color: #ee7984;
  border-bottom: 2px solid #f6b6c0;
  color: #fff;
  margin-bottom: -2px;
  border-radius: 11px 11px 0 0;
  max-width: 288px;
  width: 100%;
  text-align: center;
  padding: 9.5px 0;
  cursor: pointer;
}
#todoklp1 main .present .present-tab-list.active {
  border: 2px solid #f6b6c0;
  background-color: #fff;
  color: #ee7984;
  border-bottom: 2px solid #fff;
}
#todoklp1 main .present .present-container {
  border: 2px solid #f6b6c0;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
#todoklp1 main .present .present-content-wrap {
  position: relative;
  padding: 50px 44px 0 44px;
}
#todoklp1 main .present .present-content:first-child .present-picup {
  background-color: #f39daa;
}
#todoklp1 main .present .present-content:last-child .present-picup {
  background-color: #c8e8f6;
}
#todoklp1 main .present .present-content:last-child .present-picup-img {
  max-width: 560px;
}
#todoklp1 main .present .present-picup {
  border-radius: 16px;
  padding: 30px 0;
  margin-bottom: 40px;
}
#todoklp1 main .present .present-picup-img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
#todoklp1 main .present .present-picup-link {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  background-color: #f9f5f1;
  border-radius: 11px;
  position: relative;
}
#todoklp1 main .present .present-picup-link > p {
  display: block;
  color: #69504b;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 22.5px 0;
  cursor: pointer;
  position: relative;
}
#todoklp1 main .present .present-picup-link > p::after {
  content: "";
  position: absolute;
  background-image: url(../img/present-plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#todoklp1 main .present .present-picup-link > p.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/present-minus.png);
  height: 4px;
}
#todoklp1 main .present .present-picup-btm {
  display: none;
  text-align: justify;
  padding: 0 18px 20px 18px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#todoklp1 main .present .present-picup-txt {
  text-align: center;
  font-size: 23px;
  line-height: 1.6956521739;
  letter-spacing: 0.06em;
}
#todoklp1 main .present .present-content-box {
  margin-bottom: 35px;
}
#todoklp1 main .present .present-content-box-img {
  max-width: 560px;
  width: 100%;
  margin: 20px auto 10px auto;
}
#todoklp1 main .present .present-content-txt {
  text-align: center;
  font-size: 18px;
  text-align: center;
  line-height: 1.6111111111;
  letter-spacing: 0.06em;
  margin-bottom: 35px;
}
#todoklp1 main .present .present-content-list {
  background-color: #f9f5f1;
  border-radius: 12px;
  -webkit-columns: auto 3;
     -moz-columns: auto 3;
          columns: auto 3;
  padding: 25px 25px 20px 25px;
  margin-bottom: 15px;
}
#todoklp1 main .present .present-content-list-item {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#todoklp1 main .present .present-content-caption {
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.01em;
}
#todoklp1 main .present .present-aplly-heading {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-top: 2px solid #f6b6c0;
  color: #e34f4c;
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
#todoklp1 main .present .present-aplly-heading::after {
  content: "";
  position: absolute;
  background-image: url(../img/present-plus-p.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#todoklp1 main .present .present-aplly-heading.open::after {
  background-image: url(../img/present-minus-p.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 2px;
}
#todoklp1 main .present .present-aplly-inner {
  display: none;
}
#todoklp1 main .present .present-aplly-wrap {
  margin: 0 44px;
  background-image: repeating-linear-gradient(90deg, #69504b, #69504b 4px, transparent 4px, transparent 9px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding: 28px 0;
}
#todoklp1 main .present .present-aplly-item:not(:last-child) {
  margin-bottom: 35px;
}
#todoklp1 main .present .present-aplly-item-ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  padding-left: 4px;
  line-height: 1;
  border-left: 3px solid #e34f4c;
  margin-bottom: 15px;
}
#todoklp1 main .present .present-aplly-item-text {
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#todoklp1 main .present .present-aplly-item-text span {
  background-color: #ffffb8;
}
#todoklp1 main .present .present-aplly-item-text a {
  color: #ee7984;
  text-decoration: underline;
}
#todoklp1 main .present .present-aplly-item-text:not(:last-child) {
  margin-bottom: 25px;
}
#todoklp1 main .present .present-aplly-item-caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
  background-color: #ffffb8;
  border-radius: 6px;
  padding: 16px 15px;
}
#todoklp1 main .present .present-aplly-item-caption:not(:last-child) {
  margin-bottom: 8px;
}
#todoklp1 main .present .present-aplly-item-caption p span {
  font-weight: 600;
  text-decoration: underline;
}
#todoklp1 main .present .present-aplly-item-required {
  color: #e34f4c;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 40px 0 20px 0;
}
#todoklp1 main .present .present-aplly-item-required p {
  background-color: #fff;
  display: inline-block;
  padding: 0 12px;
}
#todoklp1 main .present .present-aplly-item-required::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #e34f4c;
  width: 100%;
  height: 1px;
  z-index: -1;
}
#todoklp1 main .present .present-aplly-item-box {
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 35px 28px;
}
#todoklp1 main .present .present-aplly-item-box:not(:last-child) {
  margin-bottom: 10px;
}
#todoklp1 main .present .present-aplly-item-box-ttl {
  color: #e34f4c;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}
#todoklp1 main .present .present-aplly-item-box-txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6923076923;
  letter-spacing: 0.02em;
}
#todoklp1 main .present .present-aplly-item-box-txt span {
  background-color: #ffffb8;
}
#todoklp1 main .present .present-aplly-item-box-txt:not(:last-child) {
  margin-bottom: 20px;
}
#todoklp1 main .present .present-aplly-item-box-txt p:not(:last-child) {
  margin-bottom: 20px;
}
#todoklp1 main .present .present-aplly-item-box-txt a {
  color: #ee7984;
  text-decoration: underline;
  display: inline-block;
  margin: 5px 0 0 0;
}
#todoklp1 main .present .present-aplly-item-box-caption {
  background-color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 15px;
}
#todoklp1 main .present .present-aplly-item-box-caption:not(:last-child) {
  margin-bottom: 25px;
}
#todoklp1 main .present .present-aplly-item-box-caption .bold {
  font-weight: 600;
}
#todoklp1 main .present .present-aplly-item-box-caption .line {
  background-color: #ffffb8;
}
#todoklp1 main .present .present-aplly-item-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-bottom: 25px;
}
#todoklp1 main .present .present-aplly-item-box-right {
  max-width: 212px;
  width: 100%;
}
#todoklp1 main .present .present-aplly-item-sub-ttl {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
#todoklp1 main .present .present-aplly-item-list:not(:last-child) {
  margin-bottom: 25px;
}
#todoklp1 main .present .present-aplly-item-list-ttl {
  font-size: 13px;
  line-height: 1.6923076923;
  letter-spacing: 0.02em;
  color: #ee7984;
}
#todoklp1 main .present .present-aplly-item-list-txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#todoklp1 main .present .present-elemnt {
  position: absolute;
  z-index: 2;
  width: 100%;
}
#todoklp1 main .present .present-elemnt_01 {
  max-width: 162px;
  left: -35px;
  top: 35vh;
}
#todoklp1 main .present .present-elemnt_02 {
  max-width: 58px;
  right: -10px;
  top: 40%;
}
#todoklp1 main .present .present-elemnt_03 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 240px;
  left: -100px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#todoklp1 main .present .present-elemnt_04 {
  max-width: 170px;
  right: -30px;
  top: 72%;
}
#todoklp1 main .present .present-elemnt_05 {
  max-width: 58px;
  left: -210px;
  top: 72%;
}
#todoklp1 main .present .present-elemnt_06 {
  max-width: 220px;
  left: -170px;
  top: 78%;
}
#todoklp1 main .present .present-elemnt_07 {
  max-width: 240px;
  right: -310px;
  top: 95%;
}
#todoklp1 main .present .present-elemnt_08 {
  max-width: 220px;
  right: 30px;
  top: 20%;
}
@media (hover: hover) {
  #todoklp1 main .present .present-tab-list:not(.active) {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #todoklp1 main .present .present-tab-list:not(.active):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .present {
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .present {
    padding: 0 10px;
  }
  #todoklp1 main .present .cv-btn {
    margin-bottom: 20px;
  }
  #todoklp1 main .present .present-tab {
    padding: 0 20px;
    gap: 10px;
  }
  #todoklp1 main .present .present-tab-list {
    font-size: 13px;
    line-height: 1.125;
    padding: 8.5px 0 6.5px;
    letter-spacing: -0.02em;
  }
  #todoklp1 main .present .present-content:last-child .present-picup-img {
    max-width: 290px;
    margin-bottom: 5px;
  }
  #todoklp1 main .present .present-content-wrap {
    padding: 16px 18px 0 18px;
  }
  #todoklp1 main .present .present-picup {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  #todoklp1 main .present .present-picup-img {
    max-width: 290px;
  }
  #todoklp1 main .present .present-picup-link {
    width: unset;
    margin: 0 15px;
  }
  #todoklp1 main .present .present-picup-link > p {
    font-size: 14px;
    padding: 20px 0;
  }
  #todoklp1 main .present .present-picup-link > p::after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
  #todoklp1 main .present .present-picup-btm {
    font-size: 14px;
  }
  #todoklp1 main .present .present-picup-txt {
    font-size: 14px;
    line-height: 1.6428571429;
  }
  #todoklp1 main .present .present-picup-img {
    margin-bottom: 20px;
  }
  #todoklp1 main .present .present-content-box-img {
    max-width: 330px;
    width: calc(100% + 36px);
    margin: 10px auto 5px auto;
  }
  #todoklp1 main .present .present-content-txt {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-bottom: 15px;
  }
  #todoklp1 main .present .present-content-list {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2;
    padding: 15px 8px 15px 8px;
    margin-bottom: 5px;
  }
  #todoklp1 main .present .present-content-list-item {
    font-size: 12px;
    line-height: 1.5833333333;
    letter-spacing: 0;
  }
  #todoklp1 main .present .present-content-caption {
    font-size: 10px;
  }
  #todoklp1 main .present .present-content-box {
    margin-bottom: 15px;
  }
  #todoklp1 main .present .present-aplly-heading {
    font-size: 18px;
    padding: 17px 0;
  }
  #todoklp1 main .present .present-aplly-heading::after {
    width: 12px;
    height: 12px;
  }
  #todoklp1 main .present .present-aplly-wrap {
    margin: 0 10px;
    padding: 20px 5px;
  }
  #todoklp1 main .present .present-aplly-item:not(:last-child) {
    margin-bottom: 25px;
  }
  #todoklp1 main .present .present-aplly-item-text:not(:last-child) {
    margin-bottom: 18px;
  }
  #todoklp1 main .present .present-aplly-item-required {
    margin: 20px 0 10px 0;
  }
  #todoklp1 main .present .present-aplly-item-box {
    padding: 18px 15px;
  }
  #todoklp1 main .present .present-aplly-item-box-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #todoklp1 main .present .present-aplly-item-box-right {
    max-width: 290px;
  }
  #todoklp1 main .present .present-aplly-item-box-txt a {
    margin: 0;
  }
  #todoklp1 main .present .present-aplly-item-sub-ttl {
    margin-bottom: 8px;
  }
}
#todoklp1 main .deliver {
  position: relative;
  z-index: 1;
  background-color: #f6eddc;
  padding-bottom: 60px;
}
#todoklp1 main .deliver .deliver-wrap {
  margin-top: -240px;
  margin-bottom: 20px;
}
#todoklp1 main .deliver .deliver-ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#todoklp1 main .deliver .deliver-ttl-left {
  max-width: 330px;
  width: 100%;
  margin-top: -40px;
  margin-right: -100px;
}
#todoklp1 main .deliver .deliver-ttl {
  max-width: 490px;
  width: 100%;
}
#todoklp1 main .deliver .deliver-ttl-right {
  max-width: 270px;
  width: 100%;
  margin-left: -80px;
  margin-top: -40px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#todoklp1 main .deliver .deliver-txt {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
#todoklp1 main .deliver .deliver-baby-wipes {
  margin-bottom: 20px;
}
#todoklp1 main .deliver .deliver-baby-food-button {
  margin-bottom: 70px;
}
#todoklp1 main .deliver .deliver-content {
  max-width: 1850px;
  width: 100%;
  margin: 0 auto;
}
#todoklp1 main .deliver .deliver-slide-item {
  max-width: 596px;
  width: 100%;
  height: 100%;
}
#todoklp1 main .deliver .deliver-slide-item-ttl {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -35px;
}
#todoklp1 main .deliver .deliver-slide-item-box {
  background-color: #fff;
  padding: 65px 25px 30px 25px;
  border-radius: 16px;
}
#todoklp1 main .deliver .deliver-slide-item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #ffffb8;
  border-radius: 16px;
  height: 178px;
  padding: 0 22px;
}
#todoklp1 main .deliver .deliver-slide-item-product:not(:last-child) {
  margin-bottom: 10px;
}
#todoklp1 main .deliver .splide-deliver {
  padding-bottom: 50px;
}
#todoklp1 main .deliver .splide__pagination {
  bottom: 0;
}
#todoklp1 main .deliver .splide__pagination__page {
  background-color: #c2c2c2;
  margin: 0 10px;
}
#todoklp1 main .deliver .splide__pagination__page.is-active {
  background-color: #ee7984;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#todoklp1 main .deliver .deliver-slide-item-img {
  max-width: 140px;
  width: 100%;
}
#todoklp1 main .deliver .deliver-slide-item-age {
  max-width: 216px;
  width: 100%;
  margin-bottom: 15px;
}
#todoklp1 main .deliver .deliver-slide-item-txt {
  font-size: 19px;
  line-height: 1.4736842105;
}
#todoklp1 main .deliver .deliver-baby-wipes-img {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 20px;
}
#todoklp1 main .deliver .deliver-baby-wipes-text {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .deliver .deliver-wrap {
    margin-top: -150px;
  }
  #todoklp1 main .deliver .deliver-ttl-left {
    max-width: min(27.5vw, 330px);
    margin-right: min(-8.3333333333vw, -100px);
  }
  #todoklp1 main .deliver .deliver-ttl {
    max-width: min(40.8333333333vw, 490px);
  }
  #todoklp1 main .deliver .deliver-ttl-right {
    max-width: min(22.5vw, 270px);
    margin-left: min(-6.6666666667vw, -80px);
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .deliver {
    padding-bottom: 50px;
  }
  #todoklp1 main .deliver .curve-top.deliver-curve-top {
    margin-top: 0;
  }
  #todoklp1 main .deliver .deliver-wrap {
    margin-top: -45px;
  }
  #todoklp1 main .deliver .deliver-baby-wipes-img {
    max-width: 320px;
  }
  #todoklp1 main .deliver .deliver-baby-wipes-text {
    max-width: 300px;
  }
  #todoklp1 main .deliver .deliver-ttl-area {
    position: relative;
    max-width: 330px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #todoklp1 main .deliver .deliver-ttl-left {
    position: absolute;
    margin-right: 0;
    margin-top: 0;
    left: -20px;
    max-width: 130px;
  }
  #todoklp1 main .deliver .deliver-ttl {
    max-width: 330px;
  }
  #todoklp1 main .deliver .deliver-ttl-right {
    position: absolute;
    margin-left: 0;
    margin-top: 10px;
    right: -10px;
    top: 0;
    max-width: 110px;
  }
  #todoklp1 main .deliver .deliver-txt {
    font-size: 15px;
    line-height: 1.8666666667;
    margin-bottom: 30px;
  }
  #todoklp1 main .deliver .deliver-baby-food-button {
    margin-bottom: 50px;
  }
  #todoklp1 main .deliver .deliver-baby-food-button a {
    max-width: 306px;
  }
  #todoklp1 main .deliver .deliver-slide-item-ttl {
    max-width: 260px;
    margin-bottom: -20px;
  }
  #todoklp1 main .deliver .deliver-slide-item-box {
    padding: 35px 15px 20px 15px;
  }
  #todoklp1 main .deliver .deliver-slide-item-product {
    gap: 10px;
    height: 90px;
    border-radius: 9px;
    padding: 0 10px;
  }
  #todoklp1 main .deliver .deliver-slide-item-product:not(:last-child) {
    margin-bottom: 5px;
  }
  #todoklp1 main .deliver .deliver-slide-item-product:last-child {
    height: 100px;
  }
  #todoklp1 main .deliver .deliver-slide-item-img {
    max-width: 80px;
  }
  #todoklp1 main .deliver .deliver-slide-item-age {
    max-width: 122px;
    margin-bottom: 10px;
  }
  #todoklp1 main .deliver .deliver-slide-item-txt {
    font-size: 11px;
    line-height: 1.4545454545;
  }
  #todoklp1 main .deliver .splide-deliver {
    padding-bottom: 25px;
  }
  #todoklp1 main .deliver .splide__pagination__page {
    margin: 0 7px;
  }
}
#todoklp1 main .step {
  position: relative;
  z-index: 1;
  background-color: #f6eddc;
  padding-bottom: 30px;
}
#todoklp1 main .step .step-wrap {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
#todoklp1 main .step .step-img-area {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#todoklp1 main .step .step-img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#todoklp1 main .step .step-elemnt {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#todoklp1 main .step .step-elemnt_01 {
  max-width: 60px;
  top: 34px;
  left: 89px;
}
#todoklp1 main .step .step-elemnt_02 {
  max-width: 100px;
  right: 90px;
  top: 75px;
}
#todoklp1 main .step .step-elemnt_03 {
  max-width: 120px;
  left: 83px;
  bottom: 5px;
}
#todoklp1 main .step .step-elemnt_04 {
  max-width: 64px;
  left: 0;
  right: 24px;
  margin: auto;
  bottom: 35px;
}
#todoklp1 main .step .step-elemnt_05 {
  max-width: 100px;
  right: 114px;
  bottom: 8px;
}
#todoklp1 main .step .step-ttl {
  text-align: center;
  line-height: 1.3333333333;
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 35px;
}
#todoklp1 main .step .step-ttl span {
  color: #ee7984;
}
#todoklp1 main .step .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#todoklp1 main .step .step-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.7362637363%;
          flex: 0 0 23.7362637363%;
  border-radius: 7px;
  background-color: #fff;
  overflow: hidden;
}
#todoklp1 main .step .step-item-btm {
  padding: 0 15px 20px 15px;
}
#todoklp1 main .step .step-item-icon {
  max-width: 62px;
  width: 100%;
  margin: -30px auto 5px auto;
}
#todoklp1 main .step .step-item-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}
#todoklp1 main .step .step-item-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .step .step-wrap {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .step {
    padding-bottom: 8px;
  }
  #todoklp1 main .step .step-img-area {
    max-width: 100vw;
    width: 100vw;
    margin-left: -12px;
  }
  #todoklp1 main .step .step-img {
    max-width: 100%;
    width: 100vw;
  }
  #todoklp1 main .step .step-elemnt_01 {
    max-width: 40px;
    top: 24px;
    left: 14px;
  }
  #todoklp1 main .step .step-elemnt_02 {
    max-width: 70px;
    right: 9px;
    top: 52px;
  }
  #todoklp1 main .step .step-elemnt_03 {
    max-width: 80px;
    left: 9px;
    bottom: 17px;
  }
  #todoklp1 main .step .step-elemnt_04 {
    max-width: 40px;
    left: 0;
    right: 20px;
    margin: auto;
    bottom: 40px;
  }
  #todoklp1 main .step .step-elemnt_05 {
    max-width: 70px;
    right: 25px;
    bottom: 16px;
  }
  #todoklp1 main .step .step-ttl {
    font-size: 23px;
    margin-top: -25px;
    margin-bottom: 20px;
  }
  #todoklp1 main .step .step-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
  #todoklp1 main .step .step-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px);
  }
  #todoklp1 main .step .step-item-img img {
    width: 100%;
  }
  #todoklp1 main .step .step-item-icon {
    max-width: 48px;
    margin-top: -24px;
  }
  #todoklp1 main .step .step-item-ttl {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
  }
  #todoklp1 main .step .step-item-btm {
    padding: 0 13px 20px 13px;
  }
  #todoklp1 main .step .step-item-txt {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#todoklp1 main .five-focus {
  background-color: #f6eddc;
  padding: 30px 0 0px;
}
#todoklp1 main .five-focus .five-focus-title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px auto;
  position: relative;
  left: -30px;
}
#todoklp1 main .five-focus .five-focus-flex {
  margin-bottom: 70px;
}
#todoklp1 main .five-focus .splide__slide {
  width: 100% !important;
  max-width: 468px;
}
#todoklp1 main .five-focus .five-focus-slide-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 40px 23px 40px;
  height: 378px;
  position: relative;
  z-index: 1;
}
#todoklp1 main .five-focus .five-focus-slide-item::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 42px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-01::before {
  background-image: url(../img/five-focus-icon01.png);
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-01 .five-focus-slide-item-img {
  max-width: 402px;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-02 {
  padding: 30px 30px 23px 30px;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-02::before {
  background-image: url(../img/five-focus-icon02.png);
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-02 .five-focus-slide-item-img {
  max-width: 404px;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-03::before {
  background-image: url(../img/five-focus-icon03.png);
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-03 .five-focus-slide-item-img {
  max-width: 382px;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-04::before {
  background-image: url(../img/five-focus-icon04.png);
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-04 .five-focus-slide-item-img {
  max-width: 354px;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-05 {
  padding: 30px 25px 23px 25px;
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-05::before {
  background-image: url(../img/five-focus-icon05.png);
}
#todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-05 .five-focus-slide-item-img {
  max-width: 412px;
}
#todoklp1 main .five-focus .five-focus-slide-item-img {
  width: 100%;
  margin: 0 auto 20px auto;
}
#todoklp1 main .five-focus .five-focus-slide-item-name {
  text-align: center;
  margin-bottom: 8px;
}
#todoklp1 main .five-focus .five-focus-slide-item-name p {
  font-size: 26px;
  line-height: 1.2692307692;
  font-weight: 700;
}
#todoklp1 main .five-focus .five-focus-slide-item-text p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
#todoklp1 main .five-focus .splide__track {
  overflow: visible;
}
#todoklp1 main .five-focus .splide__pagination {
  bottom: -42px;
}
#todoklp1 main .five-focus .splide__pagination__page {
  background: #c2c2c2;
  margin: 0 10px;
}
#todoklp1 main .five-focus .splide__pagination__page.is-active {
  background: #ee7984;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .five-focus {
    padding-bottom: 50px;
  }
  #todoklp1 main .five-focus .splide__arrow {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .five-focus {
    padding: 30px 0 50px;
  }
  #todoklp1 main .five-focus .five-focus-title {
    max-width: 262px;
    margin: 0 auto 38px auto;
    left: -10px;
  }
  #todoklp1 main .five-focus .five-focus-flex {
    margin-bottom: 46px;
  }
  #todoklp1 main .five-focus .five-focus-flex .splide-five-focus {
    padding: 0 13px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item {
    border-radius: 8px;
    padding: 12px 18px 23px 18px;
    height: 282px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item::before {
    width: 142px;
    height: 32px;
    top: -18px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-01::before {
    background-image: url(../img/five-focus-icon01-sp.png);
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-01 .five-focus-slide-item-img {
    max-width: 300px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-02 {
    padding: 22px 23px 26px 23px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-02::before {
    background-image: url(../img/five-focus-icon02-sp.png);
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-02 .five-focus-slide-item-img {
    max-width: 302px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-03::before {
    background-image: url(../img/five-focus-icon03-sp.png);
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-03 .five-focus-slide-item-img {
    max-width: 286px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-04::before {
    background-image: url(../img/five-focus-icon04-sp.png);
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-04 .five-focus-slide-item-img {
    max-width: 264px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-05 {
    padding: 24px 18px 25px 18px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-05::before {
    background-image: url(../img/five-focus-icon05-sp.png);
  }
  #todoklp1 main .five-focus .five-focus-slide-item.five-focus-slide-item-05 .five-focus-slide-item-img {
    max-width: 308px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item-img {
    margin-bottom: 13px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item-name {
    margin-bottom: 6px;
  }
  #todoklp1 main .five-focus .five-focus-slide-item-name p {
    font-size: 20px;
    line-height: 1.25;
  }
  #todoklp1 main .five-focus .five-focus-slide-item-text p {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0;
  }
  #todoklp1 main .five-focus .splide__arrow {
    opacity: 1;
  }
  #todoklp1 main .five-focus .splide__pagination {
    bottom: -25px;
  }
  #todoklp1 main .five-focus .splide__pagination__page {
    margin: 0 6px;
  }
}
#todoklp1 main .more-button {
  max-width: 441px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#todoklp1 main .more-button.life-stage-button {
  margin-top: 20px;
  max-width: 306px;
  height: 60px;
}
#todoklp1 main .more-button.life-stage-button:after {
  width: 20px;
  height: 20px;
  right: 13px;
}
#todoklp1 main .more-button.life-stage-button a {
  font-size: 15px;
  border-radius: 35px;
  padding-right: 15px;
}
#todoklp1 main .more-button.recommend-button {
  margin-top: 20px;
  max-width: 266px;
  height: 50px;
}
#todoklp1 main .more-button.recommend-button:after {
  width: 18px;
  height: 18px;
  right: 10px;
}
#todoklp1 main .more-button.recommend-button a {
  font-size: 13px;
}
#todoklp1 main .more-button:after {
  background-image: url(../img/button-arrow-green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
}
#todoklp1 main .more-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#todoklp1 main .more-button:hover:after {
  -webkit-animation: arrowMove 0.6s infinite alternate;
          animation: arrowMove 0.6s infinite alternate;
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
#todoklp1 main .more-button a {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #00993e;
  position: relative;
  background-color: #fff;
  border: 1px solid #00993e;
  border-radius: 35px;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .more-button.recommend-button {
    max-width: 210px;
    height: 50px;
  }
  #todoklp1 main .more-button.recommend-button:after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
  #todoklp1 main .more-button.recommend-button a {
    font-size: 12px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .more-button {
    max-width: 306px;
    height: 60px;
  }
  #todoklp1 main .more-button.life-stage {
    max-width: 306px;
    height: 60px;
  }
  #todoklp1 main .more-button.life-stage:after {
    width: 20px;
    height: 20px;
    right: 13px;
  }
  #todoklp1 main .more-button.life-stage a {
    font-size: 15px;
    border-radius: 35px;
    padding-right: 15px;
  }
  #todoklp1 main .more-button.recommend-button {
    margin-bottom: 25px;
    max-width: 288px;
    height: 54px;
  }
  #todoklp1 main .more-button.recommend-button:after {
    width: 20px;
    height: 20px;
    right: 13px;
  }
  #todoklp1 main .more-button.recommend-button a {
    font-size: 14px;
    padding-right: 0;
  }
  #todoklp1 main .more-button:after {
    background-image: url(../img/button-arrow-green-sp.png);
    width: 22px;
    height: 22px;
    right: 16px;
  }
  @-webkit-keyframes arrowMove {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
    }
  }
  @keyframes arrowMove {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(5px);
              transform: translateX(5px);
    }
  }
  #todoklp1 main .more-button a {
    font-size: 15px;
    border-radius: 30px;
  }
}
#todoklp1 main .voice {
  background: #fff;
  padding: 0 0 0 0;
}
#todoklp1 main .voice .voice-title {
  width: 100%;
  max-width: 286px;
  margin: -65px auto 6px auto;
  position: relative;
  left: -12px;
}
#todoklp1 main .voice .voice-title::after {
  content: "";
  display: block;
  background-image: url(../img/voice-todokku.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 218px;
  position: absolute;
  bottom: -20px;
  left: 298px;
  -webkit-animation: jump 1.6s ease-in-out infinite;
          animation: jump 1.6s ease-in-out infinite;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#todoklp1 main .voice .voice-sub {
  margin-bottom: 55px;
}
#todoklp1 main .voice .voice-sub-ttl {
  font-size: 30px;
  line-height: 1.4333333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#todoklp1 main .voice .voice-tag {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #634944;
  border-radius: 18px;
  width: 100%;
  max-width: 178px;
  height: 36px;
  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;
  margin: 0 auto 17px auto;
}
#todoklp1 main .voice .voice-tag-text {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #118fde;
}
#todoklp1 main .voice .voice-flex {
  margin-bottom: 70px;
}
#todoklp1 main .voice .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#todoklp1 main .voice .video-container iframe {
  border: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
#todoklp1 main .voice .iframe-guard {
  display: none;
}
#todoklp1 main .voice .voice-slide-item {
  height: 470px;
}
#todoklp1 main .voice .voice-slide-item-img {
  width: 100%;
  height: 100%;
  margin: 0 auto 20px auto;
}
#todoklp1 main .voice .voice-slide-item-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#todoklp1 main .voice .splide__track {
  overflow: visible;
}
#todoklp1 main .voice .splide__pagination {
  bottom: -105px;
}
#todoklp1 main .voice .splide__pagination__page {
  background: #c2c2c2;
  margin: 0 5px;
}
#todoklp1 main .voice .splide__pagination__page.is-active {
  background: #e34f4c;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#todoklp1 main .voice .splide__arrow {
  top: 55%;
}
@media screen and (max-width: 1500px) {
  #todoklp1 main .voice .curve-top.voice-curve-top {
    margin-top: -4vw;
  }
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .voice {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .voice {
    padding-bottom: 125px;
  }
  #todoklp1 main .voice .voice-title {
    max-width: 182px;
    margin: 0px auto 6px auto;
    left: -12px;
  }
  #todoklp1 main .voice .voice-title::after {
    background-image: url(../img/voice-todokku-sp.png);
    width: 88px;
    height: 112px;
    bottom: -29px;
    right: -295px;
    left: 0;
    margin: auto;
  }
  #todoklp1 main .voice .voice-sub {
    margin-bottom: 37px;
  }
  #todoklp1 main .voice .voice-sub-ttl {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 16px;
  }
  #todoklp1 main .voice .voice-tag {
    font-size: 14px;
    border-radius: 11px;
    max-width: 108px;
    height: 22px;
    margin: 0 auto 12px auto;
  }
  #todoklp1 main .voice .voice-tag-text {
    font-size: 14px;
  }
  #todoklp1 main .voice .voice-flex {
    margin-bottom: 100px;
  }
  #todoklp1 main .voice .splide__slide {
    max-width: 178px;
  }
  #todoklp1 main .voice .voice-slide-item {
    height: 284px;
    width: 100%;
    max-width: 296px;
  }
  #todoklp1 main .voice .voice-slide-item-img {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 296px;
  }
  #todoklp1 main .voice .splide__pagination {
    bottom: -70px;
  }
  #todoklp1 main .voice .splide__pagination__page {
    margin: 0 5px;
  }
  #todoklp1 main .voice .video-container iframe {
    width: 390px;
    height: 550px;
    -webkit-transform: scale(0.648);
            transform: scale(0.648);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    top: -35px;
  }
  #todoklp1 main .voice .iframe-guard {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: auto;
  }
  #todoklp1 main .voice .iframe-guard.is-passthrough {
    pointer-events: none;
  }
}
#todoklp1 main .start {
  background-color: #f6eddc;
  margin-top: -8vh;
}
#todoklp1 main .start .start-top {
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 740px;
  position: relative;
}
#todoklp1 main .start .start-ttl {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#todoklp1 main .start .start-img {
  width: 100%;
  max-width: 740px;
  margin-top: -30px;
}
#todoklp1 main .start .start-top-element01 {
  width: 100%;
  max-width: 42px;
  position: absolute;
  top: 63px;
  left: 82px;
}
#todoklp1 main .start .start-top-element02 {
  width: 100%;
  max-width: 58px;
  position: absolute;
  top: 60px;
  right: 40px;
}
#todoklp1 main .start .start-top-element03 {
  width: 100%;
  max-width: 110px;
  position: absolute;
  bottom: 80px;
  left: 40px;
}
#todoklp1 main .start .start-top-element04 {
  width: 100%;
  max-width: 156px;
  position: absolute;
  bottom: 100px;
  right: -10px;
}
#todoklp1 main .start .start-ttl {
  font-size: 30px;
  line-height: 1.5333333333;
  font-weight: 700;
  color: #634944;
  text-align: center;
  margin-top: -20px;
}
#todoklp1 main .start .start-ttl .border-bottom {
  display: inline;
  background-image: repeating-linear-gradient(90deg, #69504b, #69504b 3px, transparent 3px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari対策 */
}
#todoklp1 main .start .start-ttl .color {
  color: #ee7984;
}
#todoklp1 main .start .start-flex {
  margin-bottom: 110px;
}
#todoklp1 main .start .splide__slide {
  width: 100% !important;
  max-width: 340px;
}
#todoklp1 main .start .start-slide-item {
  height: 322px;
}
#todoklp1 main .start .start-slide-item-img {
  width: 100%;
  margin: 0 auto;
}
#todoklp1 main .start .start-slide-item-text {
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
  border-radius: 0 0 21px 21px;
  font-size: 20px;
  line-height: 1.5;
}
#todoklp1 main .start .splide__track {
  overflow: visible;
}
#todoklp1 main .start .splide__pagination {
  bottom: -35px;
}
#todoklp1 main .start .splide__pagination__page {
  background: #c2c2c2;
  margin: 0 5px;
}
#todoklp1 main .start .splide__pagination__page.is-active {
  background: #e34f4c;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#todoklp1 main .start .reassurance {
  position: relative;
}
#todoklp1 main .start .reassurance .reassurance-fukidashi {
  width: 100%;
  max-width: 276px;
  margin: 0 auto 10px;
}
#todoklp1 main .start .reassurance .reassurance-title {
  width: 100%;
  max-width: 528px;
  margin: 0 auto 40px;
}
#todoklp1 main .start .reassurance .reassurance-top-flex {
  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;
  gap: 80px;
  position: relative;
  left: 30px;
  margin-bottom: 66px;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-text {
  margin-bottom: 30px;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-text p {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6956521739;
  letter-spacing: 0.06em;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-text span {
  color: #ff5d0f;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-bottom: 10px;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-note-caption p {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-note-item {
  width: 100%;
  max-width: 146px;
}
#todoklp1 main .start .reassurance .reassurance-top-flex-right {
  width: 100%;
  max-width: 414px;
  position: relative;
}
#todoklp1 main .start .reassurance .reassurance-img {
  position: relative;
  width: 100%;
  max-width: 414px;
  height: 260px;
}
#todoklp1 main .start .reassurance .reassurance-character {
  width: 100%;
  max-width: 138px;
  position: absolute;
  right: -2px;
  bottom: -80px;
}
#todoklp1 main .start .reassurance .reassurance-service {
  width: 100%;
  max-width: 548px;
  height: 116px;
  margin: 0 auto 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 10px;
}
#todoklp1 main .start .reassurance .reassurance-service-img {
  width: 100%;
  max-width: 476px;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .start {
    margin-top: -6vh;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex {
    gap: 20px;
    left: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .start {
    margin-top: -9vh;
    padding-bottom: 80px;
  }
  #todoklp1 main .start .start-top {
    margin: 0 auto 30px auto;
    max-width: 750px;
  }
  #todoklp1 main .start .start-ttl {
    max-width: 278px;
  }
  #todoklp1 main .start .start-img {
    max-width: 750px;
    margin: -15px auto 20px auto;
  }
  #todoklp1 main .start .start-img img {
    width: 100%;
  }
  #todoklp1 main .start .start-top-element01 {
    max-width: 25px;
    top: 33px;
    left: 14px;
  }
  #todoklp1 main .start .start-top-element02 {
    max-width: 36px;
    top: 50px;
    right: 10px;
  }
  #todoklp1 main .start .start-top-element03 {
    max-width: 65px;
    bottom: 100px;
    left: 20px;
  }
  #todoklp1 main .start .start-top-element04 {
    max-width: 76px;
    bottom: 110px;
    right: 10px;
  }
  #todoklp1 main .start .start-ttl {
    font-size: 26px;
    line-height: 1.5384615385;
    margin-top: -40px;
  }
  #todoklp1 main .start .start-ttl .border-bottom {
    padding-bottom: 4px;
  }
  #todoklp1 main .start .start-flex {
    margin-bottom: 80px;
  }
  #todoklp1 main .start .splide__arrow.splide__arrow--prev {
    left: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
  }
  #todoklp1 main .start .splide__arrow.splide__arrow--next {
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
  }
  #todoklp1 main .start .start-slide-item {
    height: 322px;
    width: 100%;
    max-width: 340px;
  }
  #todoklp1 main .start .start-slide-item-img {
    width: 100%;
    margin: 0 auto;
  }
  #todoklp1 main .start .start-slide-item-text {
    line-height: 1.35;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
  }
  #todoklp1 main .start .splide__pagination {
    bottom: -20px;
  }
  #todoklp1 main .start .splide__pagination__page {
    margin: 0 7px;
  }
  #todoklp1 main .start .reassurance .reassurance-fukidashi {
    max-width: 208px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .start .reassurance .reassurance-title {
    max-width: 234px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    left: unset;
    gap: 0;
    margin-bottom: 10px;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-left {
    display: contents;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-text {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-text p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #todoklp1 main .start .reassurance .reassurance-img {
    max-width: 302px;
    margin: 0 auto;
  }
  #todoklp1 main .start .reassurance .reassurance-character {
    bottom: 40px;
    max-width: 92px;
    right: 28px;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-note {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 5px;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-note-item {
    max-width: 106px;
  }
  #todoklp1 main .start .reassurance .reassurance-service {
    max-width: 330px;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 73px;
    margin: 0 auto 6px auto;
    border-radius: 14px;
  }
  #todoklp1 main .start .reassurance .reassurance-service-img {
    max-width: 304px;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-note-caption {
    max-width: unset;
    margin: 0 auto 30px auto;
  }
  #todoklp1 main .start .reassurance .reassurance-top-flex-note-caption p {
    font-size: 10px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 50px;
  }
}
@media screen and (max-width: 450px) {
  #todoklp1 main .start {
    margin-top: -19vh;
  }
}
#todoklp1 main .life-stage {
  background-color: #fff;
  margin-top: -12vw;
}
#todoklp1 main .life-stage .life-stage-top-deco {
  position: relative;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-img {
  position: absolute;
  margin: auto;
  width: 100%;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco01 {
  right: 20px;
  top: -140px;
  max-width: 214px;
  height: 174px;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco02 {
  right: -980px;
  left: 0;
  top: 360px;
  max-width: 58px;
  height: 58px;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco03 {
  right: -40px;
  top: 578px;
  max-width: 162px;
  height: 120px;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco04 {
  right: -880px;
  left: 0;
  bottom: -1130px;
  max-width: 232px;
  height: 144px;
  z-index: 0;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco05 {
  left: -50px;
  top: 370px;
  max-width: 232px;
  height: 152px;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco06 {
  right: 0;
  left: -1014px;
  bottom: -830px;
  max-width: 58px;
  height: 58px;
}
#todoklp1 main .life-stage .life-stage-top-deco .life-stage-top-deco07 {
  right: 0;
  left: -800px;
  bottom: -1017px;
  max-width: 214px;
  height: 134px;
  z-index: 0;
}
#todoklp1 main .life-stage .life-stage-wrap {
  width: 100%;
  max-width: 732px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#todoklp1 main .life-stage .life-stage-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5333333333;
  letter-spacing: 0.02em;
  text-align: center;
  color: #634944;
  margin-bottom: 65px;
}
#todoklp1 main .life-stage .life-stage-ttl span {
  display: inline;
  background-image: repeating-linear-gradient(90deg, #69504b, #69504b 3px, transparent 3px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#todoklp1 main .life-stage .life-stage-ttl span.ttl-color {
  color: #ee7984;
}
#todoklp1 main .life-stage .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
#todoklp1 main .life-stage .tab {
  width: 100%;
  max-width: 156px;
  padding: 14px 0;
  background: #f39daa;
  border: 2px solid #f39daa;
  border-bottom-color: #f6b6c0;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 2px;
}
#todoklp1 main .life-stage .tab:nth-child(1)::after {
  content: "";
  display: block;
  background-image: url(../img/lifestage-tab-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -19px;
}
#todoklp1 main .life-stage .tab:nth-child(2)::after {
  content: "";
  display: block;
  background-image: url(../img/lifestage-tab-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -19px;
}
#todoklp1 main .life-stage .tab:hover {
  opacity: 0.7;
}
#todoklp1 main .life-stage .tab.active {
  background: #fff;
  color: #ee7984;
  border-bottom-color: #fff;
}
#todoklp1 main .life-stage .tab.active:hover {
  opacity: unset;
}
#todoklp1 main .life-stage .tab-content {
  background: white;
  border: 2px solid #f6b6c0;
  border-radius: 20px 20px 20px 20px;
  padding: 30px;
  display: none;
}
#todoklp1 main .life-stage .tab-content.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
#todoklp1 main .life-stage .tab-content.active:hover {
  opacity: unset;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#todoklp1 main .life-stage h2 {
  text-align: center;
  font-size: 30px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.3333333333;
}
#todoklp1 main .life-stage .reason-section {
  margin-bottom: 50px;
}
#todoklp1 main .life-stage .reason-section.last-section {
  margin-bottom: 0;
}
#todoklp1 main .life-stage .reason-ttl {
  display: inline-block;
  background-color: #fff6c4;
  color: #ee7984;
  width: 100%;
  max-width: 192px;
  height: 34px;
  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;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  border: 2px solid #f39daa;
}
#todoklp1 main .life-stage .reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
#todoklp1 main .life-stage .reason-image {
  width: 100%;
  max-width: 284px;
}
#todoklp1 main .life-stage .reason-text h3 {
  font-size: 21px;
  color: #69504b;
}
#todoklp1 main .life-stage .reason-text h3 span {
  color: #ee7984;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(65%, #fff), color-stop(66%, #ffe9b2), color-stop(76%, #ffe9b2));
  background: linear-gradient(to bottom, #fff 0%, #fff 65%, #ffe9b2 66%, #ffe9b2 76%);
}
#todoklp1 main .life-stage .reason-text h3 span.text-size {
  font-size: 25px;
}
#todoklp1 main .life-stage .reason-bottom-image {
  width: 100%;
  max-width: 514px;
  margin: 0 auto;
}
#todoklp1 main .life-stage .reason-bottom-text {
  background-image: repeating-linear-gradient(90deg, #5a3719, #5a3719 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.7333333333;
  color: #69504b;
}
#todoklp1 main .life-stage .reason-bottom-text.postnatal-bottom-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .life-stage {
    margin-top: -28vw;
  }
  #todoklp1 main .life-stage .life-stage-top-deco {
    display: none;
  }
  #todoklp1 main .life-stage .life-stage-ttl {
    font-size: 26px;
    line-height: 1.5384615385;
    margin-bottom: 27px;
    padding-top: 20px;
  }
  #todoklp1 main .life-stage .life-stage-ttl span .ttl-color {
    background: unset;
  }
  #todoklp1 main .life-stage .life-stage-wrap {
    padding: 0 13px;
  }
  #todoklp1 main .life-stage .tab-wrap {
    gap: 20px;
  }
  #todoklp1 main .life-stage .tab {
    max-width: 90px;
    padding: 8px 0;
    border-radius: 13px 13px 0 0;
  }
  #todoklp1 main .life-stage .tab:nth-child(1)::after {
    width: 6px;
    height: 12px;
    right: -17px;
  }
  #todoklp1 main .life-stage .tab:nth-child(2)::after {
    width: 6px;
    height: 12px;
    right: -17px;
  }
  #todoklp1 main .life-stage .tab:hover {
    opacity: unset;
  }
  #todoklp1 main .life-stage .tab-content {
    border-radius: 13px;
    padding: 25px 17px;
  }
  #todoklp1 main .life-stage h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2692307692;
  }
  #todoklp1 main .life-stage .reason-section {
    margin-bottom: 35px;
  }
  #todoklp1 main .life-stage .reason-section.last-section {
    margin-bottom: 0;
  }
  #todoklp1 main .life-stage .reason-content {
    display: block;
    margin-bottom: 13px;
  }
  #todoklp1 main .life-stage .reason-image {
    max-width: 308px;
    margin: 0 auto 15px auto;
  }
  #todoklp1 main .life-stage .reason-text h3 {
    font-size: 18px;
    line-height: 1.2777777778;
    text-align: center;
    margin-bottom: 18px;
  }
  #todoklp1 main .life-stage .reason-text h3 span.text-size {
    font-size: 23px;
  }
  #todoklp1 main .life-stage .reason-bottom-image {
    max-width: 310px;
    margin: 0 auto;
  }
  #todoklp1 main .life-stage .reason-bottom-text {
    padding-top: 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
#todoklp1 main .recommend-top-deco {
  position: relative;
  padding-bottom: 210px;
  margin-top: -19vw;
}
#todoklp1 main .recommend-top-deco .recommend-top-img {
  position: absolute;
  margin: auto;
  width: 100%;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco01 {
  right: 0;
  left: 0;
  max-width: 290px;
  height: 190px;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco02 {
  right: 0;
  left: -560px;
  top: 40px;
  max-width: 78px;
  height: 74px;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco03 {
  right: 0;
  left: -370px;
  top: -20px;
  max-width: 68px;
  height: 62px;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco04 {
  right: 0;
  left: -390px;
  top: 50px;
  max-width: 28px;
  height: 28px;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco05 {
  right: -360px;
  left: 0;
  top: -40px;
  max-width: 46px;
  height: 48px;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco06 {
  right: -460px;
  left: 0;
  top: 30px;
  max-width: 90px;
  height: 90px;
}
#todoklp1 main .recommend-top-deco .recommend-top-deco07 {
  right: -750px;
  left: 0;
  top: 50px;
  max-width: 58px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .recommend-top-deco {
    padding-bottom: 210px;
    margin-top: -19vw;
  }
  #todoklp1 main .recommend-top-deco .recommend-top-deco01 {
    max-width: 208px;
    height: 136px;
  }
  #todoklp1 main .recommend-top-deco .recommend-top-deco02 {
    left: -320px;
    top: 40px;
    max-width: 56px;
    height: 54px;
  }
  #todoklp1 main .recommend-top-deco .recommend-top-deco03 {
    right: 0;
    left: -270px;
    top: -10px;
    max-width: 48px;
    height: 46px;
  }
  #todoklp1 main .recommend-top-deco .recommend-top-deco04 {
    right: 0;
    left: -240px;
    top: 30px;
    max-width: 20px;
    height: 20px;
  }
  #todoklp1 main .recommend-top-deco .recommend-top-deco05 {
    right: 0;
    left: 260px;
    top: -10px;
    max-width: 34px;
    height: 34px;
  }
  #todoklp1 main .recommend-top-deco .recommend-top-deco06 {
    right: 0;
    left: 310px;
    top: 20px;
    max-width: 66px;
    height: 66px;
  }
}
#todoklp1 main .recommend {
  position: relative;
  z-index: 2;
}
#todoklp1 main .recommend .recommend-ttl {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #69504b;
  margin-bottom: 28px;
}
#todoklp1 main .recommend .recommend-ttl span {
  color: #ee7984;
}
#todoklp1 main .recommend .recommend-frex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
  margin-bottom: 50px;
}
#todoklp1 main .recommend .recommend-item {
  width: 100%;
  max-width: 314px;
}
#todoklp1 main .recommend .recommend-item-ttl {
  width: 100%;
  max-width: 134px;
  margin: 0 auto 8px auto;
}
#todoklp1 main .recommend .recommend-item-content {
  background-color: #fff;
  height: 540px;
  border: 2px solid #ee7984;
  border-radius: 10px;
  position: relative;
}
#todoklp1 main .recommend .recommend-item-content::before {
  content: "";
  display: block;
  background-image: url(../img/recommend-icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 82px;
  height: 86px;
  position: absolute;
  top: -34px;
  right: 13px;
}
#todoklp1 main .recommend .recommend-item-content.recommend-item-second::before {
  content: "";
  display: block;
  background-image: url(../img/recommend-icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 104px;
  height: 70px;
  position: absolute;
  top: -26px;
  right: 10px;
}
#todoklp1 main .recommend .recommend-item-content.recommend-item-second .recommend-button a {
  padding-right: 10px;
}
#todoklp1 main .recommend .recommend-item-content.recommend-item-therd::before {
  content: "";
  display: block;
  background-image: url(../img/recommend-icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: -17px;
  right: 10px;
}
#todoklp1 main .recommend .recommend-item-img {
  width: 100%;
  margin: 0 auto 15px auto;
}
#todoklp1 main .recommend .recommend-item-img img {
  width: 100%;
}
#todoklp1 main .recommend .recommend-item-co-ttl {
  padding-bottom: 15px;
  margin: 0 10px 15px 10px;
  font-size: 22px;
  line-height: 1.347826087;
  font-weight: 700;
  text-align: center;
  color: #69504b;
  background-image: repeating-linear-gradient(90deg, #5a3719, #5a3719 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#todoklp1 main .recommend .recommend-item-text {
  font-size: 13px;
  line-height: 1.6428571429;
  font-weight: 400;
  color: #69504b;
  padding: 0 18px;
  letter-spacing: 0.06em;
}
#todoklp1 main .recommend .recommend-item-bottom {
  padding: 10px;
}
#todoklp1 main .recommend .recommend-item-bottom.last {
  padding-top: 27px;
}
#todoklp1 main .recommend .recommend-item-bottom.last .recommend-item-bottom-img {
  max-width: 286px;
}
#todoklp1 main .recommend .recommend-item-bottom-img {
  width: 100%;
  max-width: 108px;
  margin: 0 auto;
}
#todoklp1 main .recommend .recommend-bottom-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 858px;
  margin: 0 auto;
  background-color: #fff;
  gap: 22px;
  padding: 25px;
  border-radius: 15px;
}
#todoklp1 main .recommend .recommend-bottom-img {
  width: 100%;
  max-width: 278px;
}
#todoklp1 main .recommend .recommend-bottom-textarea {
  width: 100%;
  max-width: 500px;
}
#todoklp1 main .recommend .recommend-bottom-ttl {
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
#todoklp1 main .recommend .recommend-bottom-text {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .recommend .recommend-frex {
    gap: 10px;
    padding: 0 20px;
  }
  #todoklp1 main .recommend .recommend-item-co-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .recommend {
    margin-top: -15vw;
  }
  #todoklp1 main .recommend .recommend-ttl {
    font-size: 26px;
    line-height: 1.3461538462;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  #todoklp1 main .recommend .recommend-frex {
    display: block;
  }
  #todoklp1 main .recommend .recommend-item {
    width: 100%;
    max-width: 334px;
    margin: 0 auto 28px;
  }
  #todoklp1 main .recommend .recommend-item-ttl {
    width: 100%;
    max-width: 134px;
    margin: 0 auto 8px auto;
  }
  #todoklp1 main .recommend .recommend-item-content {
    height: unset;
  }
  #todoklp1 main .recommend .recommend-item-content::before {
    background-image: url(../img/recommend-icon01-sp.png);
    width: 84px;
    height: 90px;
    right: 3px;
  }
  #todoklp1 main .recommend .recommend-item-content.recommend-item-second::before {
    background-image: url(../img/recommend-icon02-sp.png);
    top: -32px;
    right: -3px;
  }
  #todoklp1 main .recommend .recommend-item-content.recommend-item-therd::before {
    background-image: url(../img/recommend-icon03-sp.png);
    width: 78px;
    height: 78px;
    right: 15px;
  }
  #todoklp1 main .recommend .recommend-item-img {
    margin: 0 auto 18px auto;
    width: 100%;
    max-width: 330px;
  }
  #todoklp1 main .recommend .recommend-item-co-ttl-flex {
    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;
    background-image: repeating-linear-gradient(90deg, #5a3719, #5a3719 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    padding-bottom: 13px;
    margin: 0 16px 15px 15px;
  }
  #todoklp1 main .recommend .recommend-item-co-ttl {
    font-size: 24px;
    line-height: 1.375;
    background-image: repeating-linear-gradient(90deg, #5a3719, #5a3719 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  #todoklp1 main .recommend .recommend-item-co-ttl.book {
    background-image: unset;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #todoklp1 main .recommend .recommend-item-text {
    font-size: 14px;
    line-height: 1.7142857143;
    padding: 0 16px;
    margin-bottom: 15px;
  }
  #todoklp1 main .recommend .recommend-item-bottom {
    padding: 0;
  }
  #todoklp1 main .recommend .recommend-item-bottom.last {
    padding: 10px 17px 25px 17px;
  }
  #todoklp1 main .recommend .recommend-item-bottom.last .recommend-item-bottom-img {
    max-width: 296px;
  }
  #todoklp1 main .recommend .recommend-item-bottom-img {
    width: 100%;
    max-width: 38px;
    margin: 0 auto;
  }
  #todoklp1 main .recommend .recommend-bottom {
    padding: 0 20px;
  }
  #todoklp1 main .recommend .recommend-bottom-wr {
    display: block;
    max-width: 334px;
    margin: 0 auto;
    padding: 30px 14px;
    border-radius: 15px;
  }
  #todoklp1 main .recommend .recommend-bottom-img {
    width: 100%;
    max-width: 296px;
    margin: 0 auto 20px auto;
  }
  #todoklp1 main .recommend .recommend-bottom-textarea {
    width: 100%;
    max-width: 500px;
  }
  #todoklp1 main .recommend .recommend-bottom-ttl {
    text-align: center;
    font-size: 22px;
    line-height: 1.4090909091;
    margin-bottom: 21px;
  }
}
#todoklp1 main .faq-wr {
  background-color: #fff;
  margin-top: -8vw;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .faq-wr {
    margin-top: -8vw;
    padding-bottom: 55px;
  }
}
#todoklp1 main .contact {
  margin-bottom: 100px;
}
#todoklp1 main .contact .contact-ttl {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #ee7984;
  text-align: center;
  margin-bottom: 20px;
}
#todoklp1 main .contact .contact-flex {
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#todoklp1 main .contact .contact-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  background-color: #fff;
  border: 2px solid #00993e;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 0 #00993e;
          box-shadow: 0 5px 0 #00993e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#todoklp1 main .contact .contact-item.pink-color {
  border: 2px solid #ee7984;
  -webkit-box-shadow: 0 5px 0 #ee7984;
          box-shadow: 0 5px 0 #ee7984;
}
#todoklp1 main .contact .contact-item.pink-color .contact-item-ttl {
  background-color: #ee7984;
}
#todoklp1 main .contact .contact-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#todoklp1 main .contact .contact-item:hover:after {
  -webkit-animation: arrowMove 0.6s infinite alternate;
          animation: arrowMove 0.6s infinite alternate;
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
#todoklp1 main .contact .contact-item-ttl {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  background-color: #00993e;
  width: 100%;
  max-width: 140px;
  height: 26px;
  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;
  border-radius: 13px;
  margin: 14px auto 8px auto;
}
#todoklp1 main .contact .contact-item-text {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #69504b;
  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;
  padding-bottom: 14px;
  height: 56px;
}
#todoklp1 main .contact .contact-item-text .text-size {
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .contact {
    margin-bottom: 120px;
    padding: 0 8px;
  }
  #todoklp1 main .contact .contact-wrap {
    max-width: unset;
  }
  #todoklp1 main .contact .contact-ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #todoklp1 main .contact .contact-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    border-radius: 11px;
    -webkit-box-shadow: 0 7px 0 #00993e;
            box-shadow: 0 7px 0 #00993e;
  }
  #todoklp1 main .contact .contact-item.pink-color {
    -webkit-box-shadow: 0 7px 0 #ee7984;
            box-shadow: 0 7px 0 #ee7984;
  }
  #todoklp1 main .contact .contact-item-ttl {
    max-width: 140px;
    margin: 11px auto 6px auto;
    letter-spacing: 0;
  }
  #todoklp1 main .contact .contact-item-text {
    text-align: center;
    font-size: 30px;
    line-height: 1.2333333333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  #todoklp1 main .contact .contact-item-text.item-text-second {
    line-height: 1;
  }
  #todoklp1 main .contact .contact-item-text .text-size {
    font-size: 23px;
  }
  #todoklp1 main .contact .contact-item-text.first-text {
    padding-top: 10px;
  }
}
#todoklp1 main .faq {
  background-color: #f6eddc;
  padding: 0 96px 85px 96px;
  width: 100%;
  max-width: 932px;
  margin: 0 auto;
  border-radius: 85px;
}
#todoklp1 main .faq .faq-fukidashi {
  max-width: 230px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
#todoklp1 main .faq .faq-title {
  max-width: 320px;
  margin: 0 auto 48px;
}
#todoklp1 main .faq .faq-list {
  max-width: 800px;
  margin: 0 auto;
}
#todoklp1 main .faq .faq-list-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
#todoklp1 main .faq .faq-list-item:last-child {
  border-bottom: none;
}
#todoklp1 main .faq .faq-list-item-title {
  position: relative;
  padding: 20px 40px 20px 60px;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #5b3717;
  border-radius: 11px;
}
#todoklp1 main .faq .faq-list-item-title:hover {
  background: #f5f5f5;
}
#todoklp1 main .faq .faq-list-item-title .faq-q-number {
  position: absolute;
  left: 15px;
  font-weight: bold;
  font-size: 28px;
}
#todoklp1 main .faq .faq-list-item-title::after {
  /* 回転矢印のまま維持 */
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #5b3717;
  border-right: 2px solid #5b3717;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#todoklp1 main .faq .faq-list-item-title.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#todoklp1 main .faq .faq-list-item-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  background: #f9f9f9;
  -webkit-transition: height 0.4s ease, opacity 0.3s ease;
  transition: height 0.4s ease, opacity 0.3s ease;
  position: relative;
  border-radius: 10px;
}
#todoklp1 main .faq .faq-list-item-content-inner {
  padding: 30px 60px;
  font-weight: 500;
}
#todoklp1 main .faq .faq-list-item-content.is-open {
  opacity: 1;
}
#todoklp1 main .faq .faq-a-label {
  position: absolute;
  top: 20px;
  left: 25px;
  color: #5b3717;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .faq {
    padding: 10px 0 50px;
    border-radius: 53px;
  }
  #todoklp1 main .faq .faq-fukidashi {
    max-width: 178px;
    margin: -10px auto 0;
  }
  #todoklp1 main .faq .faq-title {
    max-width: 234px;
    margin: -15px auto 20px;
  }
  #todoklp1 main .faq .faq-list {
    padding: 10px;
  }
  #todoklp1 main .faq .faq-list-item-title {
    padding: 0 0 0 54px;
    height: 68px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
  #todoklp1 main .faq .faq-list-item-title .faq-q-number {
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #todoklp1 main .faq .faq-list-item-content {
    padding: 0;
  }
  #todoklp1 main .faq .faq-list-item-content.is-open {
    padding: 15px 45px;
  }
  #todoklp1 main .faq .faq-list-item-content-inner {
    padding: 20px 20px 20px 50px;
  }
  #todoklp1 main .faq .faq-list-item-content-inner p {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
  #todoklp1 main .faq .faq-a-label {
    top: 10px;
    left: 18px;
  }
}
#todoklp1 footer {
  background-color: #fff;
}
#todoklp1 footer .footer-contact-title {
  text-align: center;
  margin-bottom: 15px;
}
#todoklp1 footer .footer-contact-title p {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}
#todoklp1 footer .footer-contact-tel {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 15px;
  display: block;
}
#todoklp1 footer .footer-contact-caption {
  text-align: center;
}
#todoklp1 footer .footer-contact-caption p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#todoklp1 footer .cvarea-button {
  margin: 0 auto 65px;
}
#todoklp1 footer .cvarea-town {
  max-width: 100%;
  position: relative;
}
#todoklp1 footer .cvarea-town img {
  width: 100%;
}
#todoklp1 footer .cvarea-truck {
  position: relative;
  top: -12vw;
  margin: 0 auto 0 auto;
}
#todoklp1 footer .cvarea-box {
  background-color: #eee7d9;
  padding-bottom: 28px;
  position: relative;
}
#todoklp1 footer .footer-logo {
  width: 100%;
  max-width: 100px;
  margin: -140px auto 20px;
}
#todoklp1 footer .footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-bottom: 20px;
}
#todoklp1 footer .footer-navi a {
  font-size: 14px;
  font-weight: 600;
  color: #5b3717;
}
#todoklp1 footer .copyright {
  text-align: center;
}
#todoklp1 footer .copyright p {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  #todoklp1 footer .footer-logo {
    margin: -90px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 footer {
    margin-top: 0;
  }
  #todoklp1 footer .cvarea-box {
    padding-bottom: 20px;
  }
  #todoklp1 footer .footer-logo {
    max-width: 100px;
    margin: -70px auto 20px;
  }
  #todoklp1 footer .cvarea-button {
    margin: 0 auto 45px;
  }
  #todoklp1 footer .cvarea-truck {
    top: -28vw;
  }
  #todoklp1 footer .footer-navi {
    gap: 18px;
    margin-bottom: 15px;
  }
  #todoklp1 footer .footer-navi a {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 177.78%; /* リール用 9:16 アスペクト比 */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e8e8e8; /* サムネイル未設定時のプレースホルダー */
}

.video-container iframe {
  position: absolute;
  top: -60px;
  left: -70px;
  border: none;
  width: 430px;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .video-container iframe {
    top: -54px;
    left: -38px;
    width: 255px;
    height: 380px;
  }
  .video-container .iframe-guard {
    position: absolute;
    inset: 0;
    z-index: 5; /* iframeより上 */
    background: transparent;
  }
  .video-container.is-interactive .iframe-guard {
    display: none;
  }
  /* 再生後もスライダーのフリックを有効にする（横スワイプを親に通す） */
  .video-container.is-interactive {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  .video-container.is-interactive iframe {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
}