@charset "UTF-8";
#todoklp1 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5b3717;
  -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.reassurance-curve-top {
  background: #eee7d9;
  fill: #fff;
}
#todoklp1 .curve-top.reason-curve-top {
  background: #eee7d9;
  fill: #fff;
}
#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-top.faq-curve-top {
  background: #eee7d9;
  fill: #fff;
  margin-top: -4vw;
}
#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.regular-service-curve-bottom {
  background: #eee7d9;
  fill: #fff;
  margin-top: -4vw;
}
#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-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 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 .header-navi-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #todoklp1 .header-navi-sp {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    z-index: 1001;
    background-color: #009500;
    border: 1px solid #009500;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(1) {
    background-color: #fff;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(1) a {
    color: #009500;
    font-size: 13px;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(2), #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(3), #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(4) {
    background-color: #ffffae;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(2) span, #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(3) span, #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(4) span {
    font-size: 9px;
    color: #5b3717;
    line-height: 1.25;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(2) p, #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(3) p, #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(4) p {
    font-size: 12px;
    color: #de504d;
    line-height: 1.1666666667;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5) {
    background-color: #009500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5):hover {
    background-color: #009500;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5) > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5) > div:first-child span {
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5).active {
    background-color: #009500;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5).active > div:first-child span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
            transform: rotate(45deg) translate(4px, 4px);
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5).active > div:first-child span:nth-child(2) {
    opacity: 0;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(5).active > div:first-child span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px);
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:not(:last-child) {
    border-right: 1px solid #009500;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
    text-align: center;
    font-size: 13px;
    font-family: "Hiragino Kaku Gothic Pro", serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(2) span, #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(3) span, #todoklp1 .header-navi-sp .header-navi-sp-inner-item:nth-child(4) span {
    font-size: 8px;
  }
  #todoklp1 .header-navi-sp .header-navi-sp-inner-item:last-child div {
    letter-spacing: 0.02e;
  }
}
#todoklp1 .sp-hamburger-menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  #todoklp1 .sp-hamburger-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #todoklp1 .sp-hamburger-menu.active {
    opacity: 1;
    visibility: visible;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(91, 55, 23, 0.65);
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    background: #009500;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    height: calc(100vh - 73px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-list {
    margin: 0;
    padding: 30px 26px 0;
    list-style: none;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-list li {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-list li a {
    display: block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic Pro", serif;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    position: relative;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-list li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-list li:first-child {
    border-top: 1px solid #fff;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-contact {
    background: #009500;
    padding: 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-contact .sp-hamburger-contact-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-contact .sp-hamburger-contact-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 8px 15px;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #009500;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-contact .sp-hamburger-contact-item a .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-contact .sp-hamburger-contact-item a .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    font-family: "Hiragino Kaku Gothic Pro", serif;
  }
  #todoklp1 .sp-hamburger-menu .sp-hamburger-content .sp-hamburger-contact .sp-hamburger-contact-item a .text span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #009500;
  }
  #todoklp1 .sp-hamburger-menu.active .sp-hamburger-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#todoklp1 main {
  background: #eee7d9;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 124px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main {
    padding-top: 46px;
  }
}
#todoklp1 main .top-mv {
  position: relative;
}
#todoklp1 main .top-mv .top-mv-inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
#todoklp1 main .top-mv .top-mv-garland {
  width: 100%;
  max-width: 955px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
#todoklp1 main .top-mv .top-mv-navigation {
  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;
  position: relative;
  padding: 35px 0 40px 0;
  margin-left: -15px;
}
#todoklp1 main .top-mv .top-mv-navigation-campaign {
  max-width: 320px;
}
#todoklp1 main .top-mv .top-mv-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#todoklp1 main .top-mv .top-mv-navigation-list-item {
  max-width: 150px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#todoklp1 main .top-mv .top-mv-navigation-list-item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#todoklp1 main .top-mv .top-mv-img-wrap {
  width: 100%;
  max-width: 1282px;
  height: 580px;
  margin: 0 auto;
  position: relative;
}
#todoklp1 main .top-mv .top-mv-element-left {
  width: 100%;
  max-width: 270px;
  height: 170px;
  position: absolute;
  top: -18px;
  left: 40px;
  z-index: 1;
}
#todoklp1 main .top-mv .top-mv-element01 {
  position: absolute;
  max-width: 150px;
  top: -18px;
  left: -10px;
  right: 0;
  margin: auto;
}
#todoklp1 main .top-mv .top-mv-element02 {
  position: absolute;
  top: 30px;
  left: 10px;
  max-width: 42px;
}
#todoklp1 main .top-mv .top-mv-element03 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 42px;
}
#todoklp1 main .top-mv .top-mv-element04 {
  position: absolute;
  left: -10px;
  bottom: 0;
  max-width: 38px;
}
#todoklp1 main .top-mv .top-mv-award {
  max-width: 230px;
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 1;
}
#todoklp1 main .top-mv .top-mv-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#todoklp1 main .top-mv .top-mv-title-wrap {
  width: 100%;
  max-width: 750px;
  position: relative;
  padding-top: 120px;
}
#todoklp1 main .top-mv .top-mv-fukidashi {
  max-width: 330px;
  margin: 0 auto 15px;
}
#todoklp1 main .top-mv .top-mv-title {
  max-width: 540px;
  margin: 0 auto;
}
#todoklp1 main .top-mv .top-mv-element-right {
  width: 100%;
  max-width: 236px;
  height: 202px;
  position: absolute;
  bottom: -50px;
  right: 25px;
  z-index: 2;
}
#todoklp1 main .top-mv .top-mv-element05 {
  max-width: 180px;
  height: 110px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#todoklp1 main .top-mv .top-mv-element06 {
  max-width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
#todoklp1 main .top-mv .top-mv-element07 {
  max-width: 24px;
  position: absolute;
  left: 0;
  bottom: 50px;
}
#todoklp1 main .top-mv .top-mv-element08 {
  max-width: 26px;
  position: absolute;
  right: 35px;
  bottom: 0;
}
#todoklp1 main .top-mv .top-mv-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin-top: -160px;
  z-index: 1;
}
#todoklp1 main .top-mv .top-mv-bottom-img {
  max-width: 420px;
}
#todoklp1 main .top-mv .top-mv-bottom-note {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px 6px;
  max-width: 456px;
  padding-bottom: 50px;
}
#todoklp1 main .top-mv .top-mv-bottom-note-item:not(:last-child) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
}
#todoklp1 main .top-mv .top-mv-bottom-note-item p {
  margin-top: 10px;
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic Pro", serif;
  color: #5b3717;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1300px) {
  #todoklp1 main .top-mv .top-mv-img {
    width: 95%;
  }
  #todoklp1 main .top-mv .top-mv-img img {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    border-radius: 300px;
  }
  #todoklp1 main .top-mv .top-mv-title-wrap {
    max-width: 560px;
    padding-top: 150px;
  }
  #todoklp1 main .top-mv .top-mv-title {
    max-width: 380px;
  }
}
@media screen and (max-width: 1000px) {
  #todoklp1 main .top-mv .top-mv-bottom-img {
    max-width: 310px;
  }
  #todoklp1 main .top-mv .top-mv-element-right {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .top-mv {
    padding: 12px 0 0;
  }
  #todoklp1 main .top-mv .top-mv-navigation {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  #todoklp1 main .top-mv .top-mv-garland {
    top: 0;
  }
  #todoklp1 main .top-mv .top-mv-garland-sp-first {
    max-width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #todoklp1 main .top-mv .top-mv-garland-sp-second {
    max-width: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #todoklp1 main .top-mv .top-mv-navigation-campaign {
    max-width: 300px;
    margin: 0 auto 6px;
  }
  #todoklp1 main .top-mv .top-mv-navigation-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  #todoklp1 main .top-mv .top-mv-navigation-list-item {
    max-width: 114px;
  }
  #todoklp1 main .top-mv .top-mv-img {
    width: 100%;
  }
  #todoklp1 main .top-mv .top-mv-img img {
    width: 100%;
  }
  #todoklp1 main .top-mv .top-mv-title-wrap {
    max-width: 100%;
    padding-top: 30px;
  }
  #todoklp1 main .top-mv .top-mv-award {
    max-width: 150px;
    top: unset;
    bottom: 0;
  }
  #todoklp1 main .top-mv .top-mv-element-left {
    max-width: 100%;
    left: 0;
    top: 0;
  }
  #todoklp1 main .top-mv .top-mv-fukidashi {
    max-width: 150px;
  }
  #todoklp1 main .top-mv .top-mv-title {
    max-width: 340px;
  }
  #todoklp1 main .top-mv .top-mv-element01 {
    max-width: 90px;
    margin: unset;
    top: 12px;
    left: 20px;
  }
  #todoklp1 main .top-mv .top-mv-element02 {
    max-width: 24px;
    top: 20px;
    left: 3px;
  }
  #todoklp1 main .top-mv .top-mv-element04 {
    max-width: 24px;
    left: 5px;
    bottom: 45px;
  }
  #todoklp1 main .top-mv .top-mv-element05 {
    max-width: 68px;
    height: 42px;
    margin: unset;
    top: 40px;
    right: 10px;
  }
  #todoklp1 main .top-mv .top-mv-element06 {
    max-width: 20px;
    top: 12px;
    right: 50px;
  }
  #todoklp1 main .top-mv .top-mv-element07 {
    left: unset;
    bottom: unset;
    top: 5px;
    right: 20px;
    max-width: 18px;
  }
  #todoklp1 main .top-mv .top-mv-element08 {
    max-width: 20px;
    bottom: unset;
    top: 100px;
    right: 10px;
  }
  #todoklp1 main .top-mv .top-mv-element-right {
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: unset;
  }
  #todoklp1 main .top-mv .top-mv-bottom {
    display: block;
    margin-bottom: 20px;
  }
  #todoklp1 main .top-mv .top-mv-bottom-img {
    max-width: 190px;
    margin-left: 5px;
  }
  #todoklp1 main .top-mv .top-mv-bottom-note {
    max-width: 350px;
    gap: 5px 0;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #todoklp1 main .top-mv .top-mv-bottom-note-item:not(:last-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 114px;
            flex: 0 0 114px;
  }
  #todoklp1 main .top-mv .top-mv-bottom-note-item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #todoklp1 main .top-mv .top-mv-bottom-note-item:last-child p {
    margin-top: 5px;
  }
}
#todoklp1 main .campaign {
  position: relative;
  padding: 10px 0 0;
  background-color: #fff;
}
#todoklp1 main .campaign .campaign-title {
  max-width: 550px;
  margin: -14vw auto 0 auto;
  position: relative;
  z-index: 3;
}
#todoklp1 main .campaign .campaign-title-caption {
  margin-top: -10px;
  margin-bottom: 30px;
  text-align: center;
}
#todoklp1 main .campaign .campaign-title-caption p {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", serif;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#todoklp1 main .campaign .campaign-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
#todoklp1 main .campaign .campaign-heading-element01 {
  max-width: 28px;
  position: relative;
  top: 10px;
}
#todoklp1 main .campaign .campaign-heading-element02 {
  max-width: 34px;
  position: relative;
  top: 10px;
}
#todoklp1 main .campaign .campaign-heading-element03 {
  max-width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: -5px;
}
#todoklp1 main .campaign .campaign-heading-element04 {
  max-width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: -5px;
}
#todoklp1 main .campaign .campaign-heading {
  max-width: 320px;
}
#todoklp1 main .campaign .campaign-benefits {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
#todoklp1 main .campaign .campaign-benefits-contents {
  background-color: #eee7d9;
  border-radius: 10px;
  border: 2px solid #ff5d0f;
}
#todoklp1 main .campaign .campaign-benefits-contents.first {
  padding: 0 35px 20px;
}
#todoklp1 main .campaign .campaign-benefits-contents.second {
  padding: 0 35px 35px;
}
#todoklp1 main .campaign .campaign-benefits-contents.third {
  padding: 0 35px 28px;
  margin-bottom: 25px;
}
#todoklp1 main .campaign .campaign-benefits-contents-title {
  width: 100%;
  max-width: 138px;
  margin: -20px auto 20px auto;
  height: 38px;
  background-color: #ff5d0f;
  border-radius: 50px;
  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;
  padding-bottom: 2px;
  padding-left: 10px;
}
#todoklp1 main .campaign .campaign-benefits-contents-title p {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#todoklp1 main .campaign .campaign-stand-out-text01 {
  max-width: 430px;
  margin: 0 auto 10px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text {
  text-align: center;
  margin-bottom: 20px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}
#todoklp1 main .campaign .campaign-benefits-contents-first-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
#todoklp1 main .campaign .campaign-img-first {
  max-width: 354px;
}
#todoklp1 main .campaign .campaign-first-text {
  max-width: 286px;
  background-color: #fff;
  border-radius: 7px;
  padding: 25px 20px;
}
#todoklp1 main .campaign .campaign-first-text p:first-child {
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
#todoklp1 main .campaign .campaign-first-text p:last-child {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#todoklp1 main .campaign .campaign-benefits-contents-caption p {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
#todoklp1 main .campaign .campaign-benefits-plus {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #ff5d0f;
  margin: 3px 0 20px;
}
#todoklp1 main .campaign .campaign-stand-out-text02 {
  max-width: 630px;
  margin: 0 auto 20px;
}
#todoklp1 main .campaign .campaign-img-second {
  max-width: 550px;
  margin: 0 auto 40px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text-box:has(span) {
  margin-bottom: 20px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text-box p {
  font-size: 15px;
  font-weight: 600;
}
#todoklp1 main .campaign .campaign-benefits-contents-text-box p:first-child {
  margin-bottom: 8px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text-box p:not(:first-child) {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text-box p:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
#todoklp1 main .campaign .campaign-benefits-contents-text-box span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#todoklp1 main .campaign .campaign-stand-out-text03 {
  max-width: 510px;
  margin: 0 auto 20px;
}
#todoklp1 main .campaign .campaign-item-third-text01 {
  max-width: 350px;
  position: relative;
  bottom: 1px;
}
#todoklp1 main .campaign .campaign-benefits-contents-third-box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #0c6826;
  max-width: 660px;
  margin: 0 auto;
}
#todoklp1 main .campaign .campaign-benefits-contents-third-box.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  gap: 12px;
  margin-bottom: 10px;
}
#todoklp1 main .campaign .campaign-benefits-contents-third-box.second {
  padding: 18px 0;
}
#todoklp1 main .campaign .campaign-icon-green {
  width: 52px;
  height: 52px;
  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;
}
#todoklp1 main .campaign .campaign-icon-green p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  letter-spacing: -0.05em;
}
#todoklp1 main .campaign .campaign-benefits-contents-third-box-text-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#todoklp1 main .campaign .campaign-item-third-text02 {
  max-width: 210px;
  margin: 0 auto 10px;
}
#todoklp1 main .campaign .campaign-item-third-text03 {
  max-width: 630px;
  margin: 0 auto;
}
#todoklp1 main .campaign .campaign-bottom-caption {
  margin-bottom: 45px;
}
#todoklp1 main .campaign .campaign-bottom-caption p {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .campaign {
    padding: 10px 0 40px;
  }
  #todoklp1 main .campaign .campaign-title {
    max-width: 330px;
    margin: -120px auto 0 auto;
  }
  #todoklp1 main .campaign .campaign-title-caption {
    margin-top: 5px;
  }
  #todoklp1 main .campaign .campaign-title-caption p {
    font-size: 10px;
  }
  #todoklp1 main .campaign .campaign-heading {
    max-width: 260px;
  }
  #todoklp1 main .campaign .campaign-heading-element03 {
    max-width: 28px;
  }
  #todoklp1 main .campaign .campaign-heading-element01 {
    max-width: 22px;
  }
  #todoklp1 main .campaign .campaign-heading-element02 {
    max-width: 28px;
    right: 5px;
  }
  #todoklp1 main .campaign .campaign-heading-element04 {
    max-width: 22px;
    right: 5px;
  }
  #todoklp1 main .campaign .campaign-benefits {
    width: 92%;
  }
  #todoklp1 main .campaign .campaign-benefits-contents.first {
    padding: 22px 15px 16px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents.second {
    padding: 22px 15px 16px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents.third {
    padding: 22px 15px 16px;
    margin-bottom: 10px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-title {
    max-width: 105px;
    height: 30px;
    margin: -38px auto 10px auto;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-title p {
    font-size: 18px;
  }
  #todoklp1 main .campaign .campaign-stand-out-text01 {
    max-width: 320px;
  }
  #todoklp1 main .campaign .sp-accodion {
    margin-top: 14px;
  }
  #todoklp1 main .campaign .sp-accodion-title {
    background: #fff;
    padding: 5px 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #todoklp1 main .campaign .sp-accodion-title p {
    color: #5b3717;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
  }
  #todoklp1 main .campaign .sp-accodion-title::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #5b3717;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #todoklp1 main .campaign .sp-accodion-title.active::after {
    content: "−";
    -webkit-transform: translateY(-45%) rotate(180deg);
            transform: translateY(-45%) rotate(180deg);
  }
  #todoklp1 main .campaign .sp-accodion-contents {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    border-radius: 0 0 8px 8px;
  }
  #todoklp1 main .campaign .sp-accodion-contents.active {
    max-height: 1000px;
  }
  #todoklp1 main .campaign .sp-accodion-contents.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #todoklp1 main .campaign .sp-accodion-contents.first .campaign-benefits-contents-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-text {
    padding-top: 15px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-text p {
    font-size: 16px;
    letter-spacing: 0;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-first-flex {
    display: contents;
  }
  #todoklp1 main .campaign .campaign-img-first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 12px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-caption p {
    font-size: 9px;
  }
  #todoklp1 main .campaign .campaign-first-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 100%;
    padding: 12px 14px;
    border-radius: 5px;
  }
  #todoklp1 main .campaign .campaign-first-text p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #todoklp1 main .campaign .campaign-first-text p:last-child {
    font-size: 10px;
  }
  #todoklp1 main .campaign .campaign-stand-out-text02 {
    max-width: 280px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .campaign .campaign-img-second {
    margin: 0 auto;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-text-box:has(span) {
    margin-top: 10px;
  }
  #todoklp1 main .campaign .campaign-item-third-text01 {
    max-width: 250px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-third-box {
    border-radius: 5px;
  }
  #todoklp1 main .campaign .campaign-benefits-contents-third-box.first {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  #todoklp1 main .campaign .campaign-icon-green {
    width: 38px;
    height: 38px;
  }
  #todoklp1 main .campaign .campaign-icon-green p {
    font-size: 10px;
  }
  #todoklp1 main .campaign .campaign-item-third-text03 {
    max-width: 290px;
  }
  #todoklp1 main .campaign .campaign-bottom-caption p {
    font-size: 9px;
  }
}
#todoklp1 main .reassurance {
  position: relative;
  padding: 60px 0 0;
  margin-top: -40px;
}
#todoklp1 main .reassurance .reassurance-fukidashi {
  max-width: 260px;
  margin: -12.8vw auto 30px;
}
#todoklp1 main .reassurance .reassurance-title {
  max-width: 590px;
  margin: 0 auto 24px;
}
#todoklp1 main .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: 30px;
  position: relative;
  left: 18px;
  margin-bottom: 40px;
}
#todoklp1 main .reassurance .reassurance-top-flex-text {
  margin-bottom: 30px;
}
#todoklp1 main .reassurance .reassurance-top-flex-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7777777778;
  letter-spacing: 0;
}
#todoklp1 main .reassurance .reassurance-top-flex-text span {
  color: #ff5d0f;
}
#todoklp1 main .reassurance .reassurance-top-flex-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
#todoklp1 main .reassurance .reassurance-top-flex-note-caption p {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
#todoklp1 main .reassurance .reassurance-top-flex-note-item {
  max-width: 114px;
}
#todoklp1 main .reassurance .reassurance-top-flex-right {
  max-width: 340px;
  position: relative;
}
#todoklp1 main .reassurance .reassurance-character {
  max-width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#todoklp1 main .reassurance .reassurance-service {
  width: 100%;
  max-width: 480px;
  height: 90px;
  margin: 0 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 .reassurance .reassurance-service-img {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .reassurance .reassurance-fukidashi {
    max-width: 210px;
    margin: -60px auto 5px;
  }
  #todoklp1 main .reassurance .reassurance-title {
    max-width: 240px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .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 .reassurance .reassurance-top-flex-left {
    display: contents;
  }
  #todoklp1 main .reassurance .reassurance-top-flex-text {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  #todoklp1 main .reassurance .reassurance-top-flex-text p {
    font-size: 14px;
    letter-spacing: 0;
  }
  #todoklp1 main .reassurance .reassurance-top-flex-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #todoklp1 main .reassurance .reassurance-img {
    max-width: 310px;
    margin: 0 auto 22px;
  }
  #todoklp1 main .reassurance .reassurance-character {
    bottom: 20px;
  }
  #todoklp1 main .reassurance .reassurance-top-flex-note {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    gap: 5px;
  }
  #todoklp1 main .reassurance .reassurance-top-flex-note-item {
    max-width: 106px;
  }
  #todoklp1 main .reassurance .reassurance-service {
    max-width: 330px;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  #todoklp1 main .reassurance .reassurance-service-img {
    max-width: 300px;
  }
  #todoklp1 main .reassurance .reassurance-top-flex-note-caption {
    max-width: 330px;
    margin: 0 auto;
  }
}
#todoklp1 main .regular-service {
  position: relative;
  padding: 60px 0 20px;
  z-index: 1;
}
#todoklp1 main .regular-service .regular-service-fukidashi {
  max-width: 260px;
  margin: 0 auto 30px;
}
#todoklp1 main .regular-service .regular-service-title {
  max-width: 320px;
  margin: 0 auto 24px;
}
#todoklp1 main .regular-service .regular-service-title-text {
  text-align: center;
  margin-bottom: 30px;
}
#todoklp1 main .regular-service .regular-service-title-text p {
  font-size: 18px;
  font-weight: 600;
}
#todoklp1 main .regular-service .regular-service-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 65px;
}
#todoklp1 main .regular-service .regular-service-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.4%;
          flex: 0 0 31.4%;
  position: relative;
}
#todoklp1 main .regular-service .regular-service-flex-item:nth-child(2) .regular-service-flex-item-icon {
  max-width: 160px;
  position: absolute;
  right: 30px;
  bottom: -18px;
}
#todoklp1 main .regular-service .regular-service-flex-item:nth-child(3) .regular-service-flex-item-icon {
  max-width: 130px;
  position: absolute;
  right: 25px;
  bottom: -18px;
}
#todoklp1 main .regular-service .regular-service-flex-item-text {
  position: absolute;
  top: 30px;
  left: -18px;
}
#todoklp1 main .regular-service .regular-service-flex-item-text p {
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 3px 3px 0 rgba(91, 55, 23, 0.4);
          box-shadow: 3px 3px 0 rgba(91, 55, 23, 0.4);
}
#todoklp1 main .regular-service .regular-service-flex-item-text p:not(:last-child) {
  margin-bottom: 7px;
}
#todoklp1 main .regular-service .regular-service-bottom-fukidashi {
  max-width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #todoklp1 main .regular-service .regular-service-flex {
    width: 95%;
  }
  #todoklp1 main .regular-service .regular-service-flex-item-img img {
    height: 264px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .regular-service .regular-service-flex {
    display: block;
  }
  #todoklp1 main .regular-service .regular-service-fukidashi {
    max-width: 210px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .regular-service .regular-service-title {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .regular-service .regular-service-title-text p {
    font-size: 17px;
  }
  #todoklp1 main .regular-service .regular-service-flex {
    width: 100%;
    margin: 0 auto 45px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:first-child img {
    margin-left: auto;
    padding-left: 60px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:first-child .regular-service-flex-item-text {
    top: unset;
    left: 25px;
    bottom: 6vw;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:nth-child(2) img {
    padding-right: 60px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:nth-child(2) .regular-service-flex-item-icon {
    right: unset;
    left: 10px;
    max-width: 118px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:nth-child(2) .regular-service-flex-item-icon img {
    padding-right: 0;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:nth-child(2) .regular-service-flex-item-text {
    text-align: right;
    left: unset;
    right: 25px;
    top: unset;
    bottom: 6vw;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:last-child img {
    margin-left: auto;
    padding-left: 60px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:last-child .regular-service-flex-item-text {
    top: unset;
    left: 25px;
    bottom: 6.5vw;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:last-child .regular-service-flex-item-icon {
    max-width: 110px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:last-child .regular-service-flex-item-icon img {
    padding-left: 0;
  }
  #todoklp1 main .regular-service .regular-service-flex-item:not(:last-child) {
    margin-bottom: 30px;
  }
  #todoklp1 main .regular-service .regular-service-flex-item-img img {
    height: auto;
    border-radius: unset;
  }
  #todoklp1 main .regular-service .regular-service-flex-item-text p {
    font-size: 19px;
    letter-spacing: -0.05em;
  }
  #todoklp1 main .regular-service .regular-service-bottom-fukidashi {
    max-width: 280px;
  }
}
#todoklp1 main .order {
  position: relative;
  padding: 10px 0 50px;
  background-color: #fff;
}
#todoklp1 main .order .order-fukidashi {
  max-width: 260px;
  margin: -4.5vw auto 30px;
}
#todoklp1 main .order .order-fukidashi-title {
  max-width: 400px;
  margin: 0 auto 24px;
}
#todoklp1 main .order .order-fukidashi-title-text {
  text-align: center;
  margin-bottom: 35px;
}
#todoklp1 main .order .order-fukidashi-title-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7777777778;
  letter-spacing: 0;
}
#todoklp1 main .order .order-fukidashi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
#todoklp1 main .order .order-fukidashi-flex-left {
  max-width: 322px;
}
#todoklp1 main .order .order-fukidashi-flex-right {
  max-width: 314px;
}
#todoklp1 main .order .order-fukidashi-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 0;
}
#todoklp1 main .order .order-fukidashi-merit-item:last-child, #todoklp1 main .order .order-fukidashi-merit-item:nth-last-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.9%;
          flex: 0 0 47.9%;
}
#todoklp1 main .order .order-fukidashi-caption {
  text-align: center;
}
#todoklp1 main .order .order-fukidashi-caption p {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .order {
    padding: 20px 0 70px;
  }
  #todoklp1 main .order .order-fukidashi {
    max-width: 210px;
    margin: 0 auto 5px;
  }
  #todoklp1 main .order .order-fukidashi-title {
    max-width: 280px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .order .order-fukidashi-title-text p {
    font-size: 17px;
    line-height: 1.4705882353;
  }
  #todoklp1 main .order .order-fukidashi-flex {
    display: block;
    margin-bottom: 10px;
  }
  #todoklp1 main .order .order-fukidashi-flex-left {
    max-width: 320px;
    margin: 0 auto 20px;
    position: relative;
    left: -5px;
  }
  #todoklp1 main .order .order-fukidashi-flex-right {
    max-width: 340px;
    margin: 0 auto;
  }
  #todoklp1 main .order .order-fukidashi-caption {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
}
#todoklp1 main .reason {
  position: relative;
  padding: 10px 0 80px;
  background-color: #eee7d9;
}
#todoklp1 main .reason .reason-fukidashi {
  max-width: 260px;
  margin: -12vw auto 50px;
}
#todoklp1 main .reason .reason-title {
  max-width: 320px;
  margin: 0 auto 70px;
}
#todoklp1 main .reason .splide__track {
  overflow: visible;
}
#todoklp1 main .reason .splide__slide {
  background-color: #fff;
  border: 2px solid #ff5d0f;
  border-radius: 9px;
  padding: 0 25px 15px 25px;
}
#todoklp1 main .reason .reason-slide-item-heading {
  width: 100%;
  max-width: 222px;
  height: 40px;
  margin: -18px auto 18px;
  background-color: #ff5d0f;
  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;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
}
#todoklp1 main .reason .reason-slide-item-fukidashi {
  text-align: center;
  margin-bottom: 12px;
}
#todoklp1 main .reason .reason-slide-item-fukidashi p {
  display: inline-block;
  color: #fff;
  background-color: #009500;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  letter-spacing: 0;
  position: relative;
}
#todoklp1 main .reason .reason-slide-item-fukidashi p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #009500;
}
#todoklp1 main .reason .reason-slide-item-title {
  text-align: center;
  margin-bottom: 10px;
}
#todoklp1 main .reason .reason-slide-item-title p {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#todoklp1 main .reason .reason-slide-item-title .underline {
  color: #ff5d0f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffdf7a));
  background: linear-gradient(transparent 70%, #ffdf7a 70%);
}
#todoklp1 main .reason .reason-slide-item-title .number {
  font-size: 38px;
  font-weight: 800;
  line-height: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffdf7a));
  background: linear-gradient(transparent 80%, #ffdf7a 80%);
  padding: 0 5px;
  margin-right: -5px;
  background-position: bottom 4px center;
}
#todoklp1 main .reason .reason-slide-item-img {
  margin-bottom: 10px;
}
#todoklp1 main .reason .reason-slide-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
#todoklp1 main .reason .reason-slide-item-img-6 {
  min-width: 260px;
  max-width: 320px;
  margin: 0 auto;
}
#todoklp1 main .reason .reason-slide-item-text p {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
#todoklp1 main .reason .reason-slide-item-text-7 {
  text-align: center;
  margin-bottom: 12px;
}
#todoklp1 main .reason .reason-slide-item-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#todoklp1 main .reason .reason-slide-item-text-box p {
  font-family: "Hiragino Kaku Gothic Pro", serif;
  color: #fff;
  background-color: #009500;
  border-radius: 10px;
  letter-spacing: 0;
  line-height: 1.1;
  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-weight: 600;
  text-align: center;
  padding-top: 2px;
}
#todoklp1 main .reason .reason-slide-item-text-box-5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
#todoklp1 main .reason .reason-slide-item-text-box-5 p {
  font-size: 14px;
  width: 100%;
  height: 46px;
}
#todoklp1 main .reason .reason-slide-item-text-box-7 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
#todoklp1 main .reason .reason-slide-item-text-box-7 p {
  font-size: 17px;
  width: 72px;
  height: 55px;
}
#todoklp1 main .reason .reason-slide-item-caption {
  margin: 10px 0 0;
}
#todoklp1 main .reason .reason-slide-item-caption p {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic Pro", serif;
}
#todoklp1 main .reason .splide__pagination {
  bottom: unset;
  top: -50px;
}
#todoklp1 main .reason .splide__pagination__page {
  background: #5b3717;
  margin: 0 6px;
}
#todoklp1 main .reason .splide__pagination__page.is-active {
  background: #ff5d0f;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .reason .splide__arrow {
    width: 60px;
    height: 60px;
    background: rgba(91, 55, 23, 0.74);
  }
  #todoklp1 main .reason .splide__arrow svg {
    fill: #fff;
    position: relative;
  }
  #todoklp1 main .reason .splide__arrow--next {
    right: -30px;
  }
  #todoklp1 main .reason .splide__arrow--next svg {
    right: 12px;
  }
  #todoklp1 main .reason .splide__arrow--prev {
    left: -30px;
  }
  #todoklp1 main .reason .splide__arrow--prev svg {
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .reason {
    padding: 10px 0 50px;
  }
  #todoklp1 main .reason .reason-fukidashi {
    max-width: 210px;
    margin: -60px auto 10px;
  }
  #todoklp1 main .reason .reason-title {
    max-width: 260px;
  }
  #todoklp1 main .reason .reason-slide-item-title p {
    line-height: 1.4;
  }
  #todoklp1 main .reason .reason-slide-item-img-6 {
    min-width: 240px;
    max-width: 280px;
  }
  #todoklp1 main .reason .reason-slide-item-text {
    letter-spacing: 0;
  }
  #todoklp1 main .reason .reason-slide-item-text-box {
    border-radius: 7px;
  }
  #todoklp1 main .reason .reason-slide-item-text-box-5 p {
    font-size: 12px;
    height: 36px;
  }
}
#todoklp1 main .ambassador {
  background-color: #ffdd6b;
  padding: 10px 0 80px;
}
#todoklp1 main .ambassador .ambassador-top-flex {
  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-top: -270px;
  position: relative;
}
#todoklp1 main .ambassador .ambassador-top-img {
  position: relative;
}
#todoklp1 main .ambassador .ambassador-top-img:nth-child(1) {
  max-width: 280px;
  top: 25px;
  right: -120px;
}
#todoklp1 main .ambassador .ambassador-top-img:nth-child(2) {
  max-width: 300px;
  top: -30px;
  right: -40px;
}
#todoklp1 main .ambassador .ambassador-top-img:nth-child(3) {
  max-width: 300px;
  left: -40px;
  z-index: 1;
}
#todoklp1 main .ambassador .ambassador-top-img:nth-child(4) {
  max-width: 300px;
  top: 30px;
  left: -125px;
}
#todoklp1 main .ambassador .ambassador-title-flex {
  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;
}
#todoklp1 main .ambassador .ambassador-title-flex-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#todoklp1 main .ambassador .ambassador-title-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
#todoklp1 main .ambassador .ambassador-fukidashi {
  max-width: 210px;
  margin: 0 auto 15px;
}
#todoklp1 main .ambassador .ambassador-title {
  max-width: 360px;
  margin: 0 auto 30px;
}
#todoklp1 main .ambassador .ambassador-title-element01 {
  max-width: 48px;
  position: absolute;
  top: 45px;
  left: -200px;
}
#todoklp1 main .ambassador .ambassador-title-element02 {
  max-width: 38px;
  margin-right: 30px;
  position: absolute;
  bottom: 55px;
  left: -100px;
}
#todoklp1 main .ambassador .ambassador-title-element03 {
  max-width: 46px;
  position: absolute;
  top: -5px;
  left: -30px;
}
#todoklp1 main .ambassador .ambassador-title-element04 {
  max-width: 40px;
  position: absolute;
  top: 10px;
  right: -20px;
}
#todoklp1 main .ambassador .ambassador-title-element05 {
  max-width: 48px;
  position: absolute;
  bottom: 65px;
  right: -100px;
}
#todoklp1 main .ambassador .ambassador-title-element06 {
  max-width: 38px;
  position: absolute;
  top: 40px;
  right: -200px;
}
#todoklp1 main .ambassador .ambassador-slide-item {
  background-color: #fff;
  border-radius: 17px;
  padding: 25px;
  height: 460px;
  overflow: hidden;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-shadow: 0 8px 0 rgba(91, 55, 23, 0.23);
          box-shadow: 0 8px 0 rgba(91, 55, 23, 0.23);
}
#todoklp1 main .ambassador .ambassador-slide-item-01 .ambassador-slide-item-img {
  margin: 0 auto 12px auto;
}
#todoklp1 main .ambassador .ambassador-slide-item-img {
  max-width: 200px;
  margin: 0 auto 35px;
}
#todoklp1 main .ambassador .ambassador-slide-item-name {
  text-align: center;
  margin-bottom: 10px;
}
#todoklp1 main .ambassador .ambassador-slide-item-name p {
  font-size: 21px;
  font-weight: 600;
}
#todoklp1 main .ambassador .ambassador-slide-item-name span {
  font-size: 13px;
  font-weight: 600;
}
#todoklp1 main .ambassador .ambassador-slide-item-text p {
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 500;
}
#todoklp1 main .ambassador .ambassador-slide-item-text .text-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
#todoklp1 main .ambassador .ambassador-slide-item-text .text-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.6em;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, transparent), to(#fff));
  background: linear-gradient(to right, transparent 60%, #fff 100%);
  pointer-events: none;
}
#todoklp1 main .ambassador .ambassador-slide-item-text .text-content.expanded {
  display: block;
  -webkit-line-clamp: unset;
}
#todoklp1 main .ambassador .ambassador-slide-item-text .text-content.expanded::after {
  display: none;
}
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button {
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button p {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button p::after {
  width: 20px;
  height: 20px;
  content: "＋";
  display: block;
  position: absolute;
  top: -3px;
  left: 140px;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 19px;
  margin: auto;
  line-height: 1;
}
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button:hover p {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button.active p::after {
  content: "－";
  left: 90px;
}
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button .button-text-more,
#todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button .button-text-less {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
#todoklp1 main .ambassador .splide__track {
  overflow: visible;
}
#todoklp1 main .ambassador .splide__pagination {
  bottom: -70px;
}
#todoklp1 main .ambassador .splide__pagination__page {
  background: #5b3717;
  margin: 0 6px;
}
#todoklp1 main .ambassador .splide__pagination__page.is-active {
  background: #ff5d0f;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#todoklp1 main .ambassador .ambassador-bottom-element-wrap {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 240px;
}
#todoklp1 main .ambassador .ambassador-bottom-element-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#todoklp1 main .ambassador .ambassador-bottom-element-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#todoklp1 main .ambassador .ambassador-bottom-element01 {
  max-width: 46px;
  position: relative;
  top: 40px;
}
#todoklp1 main .ambassador .ambassador-bottom-element02 {
  max-width: 38px;
  position: relative;
  left: 75px;
  top: 28px;
}
#todoklp1 main .ambassador .ambassador-bottom-element03 {
  max-width: 48px;
  position: relative;
  left: 120px;
  top: 55px;
}
#todoklp1 main .ambassador .ambassador-bottom-element04 {
  max-width: 38px;
  position: relative;
  top: 65px;
  right: 130px;
}
#todoklp1 main .ambassador .ambassador-bottom-element05 {
  max-width: 48px;
  position: relative;
  top: 25px;
  right: 90px;
}
#todoklp1 main .ambassador .ambassador-bottom-element06 {
  max-width: 40px;
  position: relative;
  top: 40px;
  right: 10px;
}
@media screen and (max-width: 1200px) {
  #todoklp1 main .ambassador .splide__arrow {
    width: 60px;
    height: 60px;
    background: rgba(91, 55, 23, 0.74);
  }
  #todoklp1 main .ambassador .splide__arrow svg {
    fill: #fff;
    position: relative;
  }
  #todoklp1 main .ambassador .splide__arrow--next {
    right: -30px;
  }
  #todoklp1 main .ambassador .splide__arrow--next svg {
    right: 12px;
  }
  #todoklp1 main .ambassador .splide__arrow--prev {
    left: -30px;
  }
  #todoklp1 main .ambassador .splide__arrow--prev svg {
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .ambassador .ambassador-top-flex {
    margin-top: -50px;
    position: relative;
    height: 150px;
  }
  #todoklp1 main .ambassador .ambassador-fukidashi {
    max-width: 170px;
  }
  #todoklp1 main .ambassador .ambassador-top-img {
    position: absolute;
  }
  #todoklp1 main .ambassador .ambassador-top-img:first-child {
    top: 0;
    left: 0;
    right: unset;
    width: 112px;
  }
  #todoklp1 main .ambassador .ambassador-top-img:nth-child(2) {
    top: -25px;
    left: 0;
    right: 100px;
    margin: auto;
    max-width: 140px;
  }
  #todoklp1 main .ambassador .ambassador-top-img:nth-child(3) {
    top: -15px;
    left: 110px;
    right: 0;
    margin: auto;
    max-width: 140px;
  }
  #todoklp1 main .ambassador .ambassador-top-img:last-child {
    top: 0;
    left: unset;
    right: 0;
    max-width: 102px;
  }
  #todoklp1 main .ambassador .ambassador-fukidashi {
    margin: 0 auto;
  }
  #todoklp1 main .ambassador .ambassador-title {
    max-width: 260px;
    margin: 0 auto 45px;
  }
  #todoklp1 main .ambassador .ambassador-title-element01 {
    max-width: 30px;
    top: 20px;
    left: -10px;
  }
  #todoklp1 main .ambassador .ambassador-title-element02 {
    max-width: 24px;
    top: 50px;
    left: -40px;
  }
  #todoklp1 main .ambassador .ambassador-title-element03 {
    max-width: 32px;
    top: unset;
    bottom: 20px;
  }
  #todoklp1 main .ambassador .ambassador-title-element04 {
    max-width: 26px;
    top: 30px;
    right: -10px;
  }
  #todoklp1 main .ambassador .ambassador-title-element05 {
    max-width: 30px;
    top: 55px;
    right: -45px;
  }
  #todoklp1 main .ambassador .ambassador-title-element06 {
    max-width: 24px;
    top: unset;
    right: -25px;
    bottom: 20px;
  }
  #todoklp1 main .ambassador .ambassador-slide-item-name span {
    letter-spacing: 0;
  }
  #todoklp1 main .ambassador .text-content {
    letter-spacing: -0.05em;
  }
  #todoklp1 main .ambassador .ambassador-slide-item-text-accordion-button p:after {
    font-size: 18px;
    top: 0;
  }
  #todoklp1 main .ambassador .ambassador-bottom-element02 {
    max-width: 24px;
    top: 30px;
    left: 10px;
  }
  #todoklp1 main .ambassador .ambassador-bottom-element03 {
    max-width: 32px;
    top: 60px;
    left: 25px;
  }
  #todoklp1 main .ambassador .ambassador-bottom-element04 {
    max-width: 24px;
    top: 60px;
    right: 25px;
  }
  #todoklp1 main .ambassador .ambassador-bottom-element05 {
    max-width: 32px;
    top: 40px;
    right: 15px;
  }
  #todoklp1 main .ambassador .splide__pagination {
    bottom: -45px;
  }
}
#todoklp1 main .cv-section {
  padding: 10px 0 0;
  background-color: #fff;
  position: relative;
}
#todoklp1 main .cv-section .cvarea {
  margin-top: -30px;
}
#todoklp1 main .cv-section .cvarea-title {
  margin: 0 auto 0 auto;
}
#todoklp1 main .cv-section .cvarea-box {
  background-color: #eee7d9;
  position: relative;
}
#todoklp1 main .cv-section .cvarea-town {
  max-width: 100%;
  position: relative;
}
#todoklp1 main .cv-section .cvarea-town img {
  width: 100%;
}
#todoklp1 main .cv-section .cvarea-truck {
  position: relative;
  top: -12vw;
  margin: 0 auto 0 auto;
}
#todoklp1 main .cv-section .cvarea-button {
  position: relative;
  top: -10.5vw;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .cv-section {
    padding: 20px 0 0;
  }
  #todoklp1 main .cv-section .cvarea {
    margin-top: 0;
  }
  #todoklp1 main .cv-section .cvarea-title {
    margin: 0 auto 10px;
  }
  #todoklp1 main .cv-section .cvarea-truck {
    top: -28vw;
  }
  #todoklp1 main .cv-section .cvarea-button {
    top: -24vw;
  }
}
#todoklp1 main .delivery {
  padding: 10px 0 30px;
  background-color: #eee7d9;
  position: relative;
}
#todoklp1 main .delivery .delivery-fukidashi {
  max-width: 210px;
  margin: -130px auto 15px;
}
#todoklp1 main .delivery .delivery-title {
  max-width: 540px;
  margin: 0 auto 30px;
}
#todoklp1 main .delivery .delivery-title-element01 {
  max-width: 48px;
}
#todoklp1 main .delivery .delivery-img {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#todoklp1 main .delivery .delivery-caption {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#todoklp1 main .delivery .delivery-caption p {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1300px) {
  #todoklp1 main .delivery .delivery-fukidashi {
    margin: -70px auto 15px;
  }
}
@media screen and (max-width: 768px) {
  #todoklp1 main .delivery .delivery-fukidashi {
    margin: -50px auto 5px;
    max-width: 170px;
  }
  #todoklp1 main .delivery .delivery-title {
    max-width: 260px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .delivery .delivery-img {
    max-width: 360px;
    margin: 0 auto 5px;
  }
  #todoklp1 main .delivery .delivery-caption {
    max-width: 350px;
    margin: 0 auto;
  }
}
#todoklp1 main .flow {
  padding: 0 0 70px;
  background-color: #fff;
  position: relative;
}
#todoklp1 main .flow .flow-fukidashi {
  max-width: 210px;
  margin: -20px auto 15px;
}
#todoklp1 main .flow .flow-title {
  max-width: 290px;
  margin: 0 auto 30px;
}
#todoklp1 main .flow .flow-title-text {
  text-align: center;
  margin-bottom: 15px;
}
#todoklp1 main .flow .flow-title-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0;
}
#todoklp1 main .flow .flow-step {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 18px 0;
}
#todoklp1 main .flow .flow-step-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
}
#todoklp1 main .flow .flow-step-item:nth-child(2) {
  position: relative;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .flow .flow-fukidashi {
    margin: 0 auto 5px;
    max-width: 170px;
  }
  #todoklp1 main .flow .flow-title {
    max-width: 220px;
    margin: 0 auto 18px;
  }
  #todoklp1 main .flow .flow-step {
    display: block;
    max-width: 346px;
    margin: 0 auto;
  }
  #todoklp1 main .flow .flow-step-item:not(:last-child) {
    margin-bottom: -2px;
  }
}
#todoklp1 main .ally {
  padding: 0 0 30px;
  background-color: #fff;
  position: relative;
}
#todoklp1 main .ally .ally-fukidashi {
  max-width: 250px;
  margin: 0 auto 10px;
}
#todoklp1 main .ally .ally-title {
  max-width: 380px;
  margin: 0 auto 30px;
}
#todoklp1 main .ally .ally-flex {
  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: 70px;
  margin-bottom: 40px;
}
#todoklp1 main .ally .ally-flex-text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7777777778;
  letter-spacing: 0;
}
#todoklp1 main .ally .ally-flex-text span {
  color: #ff5d0f;
}
#todoklp1 main .ally .ally-flex-right {
  position: relative;
  max-width: 350px;
}
#todoklp1 main .ally .ally-flex-character {
  max-width: 120px;
  position: absolute;
  left: -50px;
  bottom: 0;
  -webkit-animation: characterWobble 3s ease-in-out infinite;
          animation: characterWobble 3s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#todoklp1 main .ally .ally-flex-character:hover {
  -webkit-animation: characterWobble 1.5s ease-in-out infinite;
          animation: characterWobble 1.5s ease-in-out infinite;
}
@-webkit-keyframes characterWobble {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
  }
  15% {
    -webkit-transform: rotate(1.5deg) translateX(1px);
            transform: rotate(1.5deg) translateX(1px);
  }
  30% {
    -webkit-transform: rotate(-1deg) translateX(-0.5px);
            transform: rotate(-1deg) translateX(-0.5px);
  }
  45% {
    -webkit-transform: rotate(2deg) translateX(1.5px);
            transform: rotate(2deg) translateX(1.5px);
  }
  60% {
    -webkit-transform: rotate(-1.5deg) translateX(-1px);
            transform: rotate(-1.5deg) translateX(-1px);
  }
  75% {
    -webkit-transform: rotate(0.5deg) translateX(0.5px);
            transform: rotate(0.5deg) translateX(0.5px);
  }
  90% {
    -webkit-transform: rotate(-0.5deg) translateX(-0.3px);
            transform: rotate(-0.5deg) translateX(-0.3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
  }
}
@keyframes characterWobble {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
  }
  15% {
    -webkit-transform: rotate(1.5deg) translateX(1px);
            transform: rotate(1.5deg) translateX(1px);
  }
  30% {
    -webkit-transform: rotate(-1deg) translateX(-0.5px);
            transform: rotate(-1deg) translateX(-0.5px);
  }
  45% {
    -webkit-transform: rotate(2deg) translateX(1.5px);
            transform: rotate(2deg) translateX(1.5px);
  }
  60% {
    -webkit-transform: rotate(-1.5deg) translateX(-1px);
            transform: rotate(-1.5deg) translateX(-1px);
  }
  75% {
    -webkit-transform: rotate(0.5deg) translateX(0.5px);
            transform: rotate(0.5deg) translateX(0.5px);
  }
  90% {
    -webkit-transform: rotate(-0.5deg) translateX(-0.3px);
            transform: rotate(-0.5deg) translateX(-0.3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0);
  }
}
#todoklp1 main .ally .ally-anomaly-box {
  max-width: 514px;
  margin: 0 auto 45px;
  background-color: #ffffae;
  padding: 20px 0 45px;
  border-radius: 14px;
  position: relative;
}
#todoklp1 main .ally .ally-anomaly-box::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffae;
}
#todoklp1 main .ally .ally-anomaly-title {
  text-align: center;
  margin-bottom: 22px;
}
#todoklp1 main .ally .ally-anomaly-title p {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: #009500;
}
#todoklp1 main .ally .ally-anomaly-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#todoklp1 main .ally .ally-anomaly-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#todoklp1 main .ally .ally-anomaly-flex-item p {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #009500;
  letter-spacing: -0.05em;
  line-height: 1.3333333333;
}
#todoklp1 main .ally .ally-anomaly-flex-item:first-child {
  position: relative;
  left: 10px;
}
#todoklp1 main .ally .ally-anomaly-flex-item:last-child {
  position: relative;
  right: 10px;
}
#todoklp1 main .ally .ally-anomaly-flex-icon {
  max-width: 212px;
  margin: 0 auto 20px;
}
#todoklp1 main .ally .ally-anomaly-bottom-text {
  text-align: center;
}
#todoklp1 main .ally .ally-anomaly-bottom-text p {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 0;
}
#todoklp1 main .ally .ally-anomaly-bottom-text p:first-child {
  margin-bottom: 8px;
}
#todoklp1 main .ally .ally-anomaly-bottom-text span {
  background-color: #ff5d0f;
  color: #fff;
  padding: 1px 14px 3px;
  font-size: 38px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  #todoklp1 main .ally .ally-fukidashi {
    max-width: 210px;
    margin: 0 auto 5px;
  }
  #todoklp1 main .ally .ally-title {
    max-width: 290px;
    margin: 0 auto 10px;
  }
  #todoklp1 main .ally .ally-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 10px;
    margin-bottom: 30px;
  }
  #todoklp1 main .ally .ally-flex-img {
    max-width: 290px;
  }
  #todoklp1 main .ally .ally-flex-character {
    max-width: 100px;
    left: -30px;
  }
  #todoklp1 main .ally .ally-flex-text {
    text-align: center;
  }
  #todoklp1 main .ally .ally-flex-text p {
    font-size: 14px;
  }
  #todoklp1 main .ally .sp-accodion {
    margin-top: 0;
    max-width: 316px;
    margin: 0 auto;
  }
  #todoklp1 main .ally .sp-accodion-title {
    background: #fff;
    border: 1px solid #009500;
    padding: 5px 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #todoklp1 main .ally .sp-accodion-title p {
    color: #009500;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
  }
  #todoklp1 main .ally .sp-accodion-title::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #5b3717;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #todoklp1 main .ally .sp-accodion-title.active::after {
    content: "−";
    -webkit-transform: translateY(-45%) rotate(180deg);
            transform: translateY(-45%) rotate(180deg);
  }
  #todoklp1 main .ally .sp-accodion-contents {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  #todoklp1 main .ally .sp-accodion-contents.active {
    max-height: 1000px;
  }
  #todoklp1 main .ally .sp-accodion-contents.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #todoklp1 main .ally .sp-accodion-contents.first .campaign-benefits-contents-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #todoklp1 main .ally .ally-anomaly {
    padding-top: 20px;
  }
  #todoklp1 main .ally .ally-anomaly-box {
    border-radius: 8px;
    padding: 20px 0 25px;
    margin: 0 auto 25px;
  }
  #todoklp1 main .ally .ally-anomaly-box:after {
    bottom: -18px;
  }
  #todoklp1 main .ally .ally-anomaly-flex-item:first-child {
    left: 5px;
  }
  #todoklp1 main .ally .ally-anomaly-flex-item:last-child {
    right: 5px;
  }
  #todoklp1 main .ally .ally-anomaly-flex-item p {
    font-size: 11px;
    line-height: 1.3636363636;
  }
  #todoklp1 main .ally .ally-anomaly-flex-icon {
    max-width: 130px;
  }
  #todoklp1 main .ally .ally-anomaly-bottom-text p {
    font-size: 17px;
    letter-spacing: -0.05em;
  }
  #todoklp1 main .ally .ally-anomaly-bottom-text span {
    font-size: 24px;
    padding: 0px 10px 3px;
  }
}
#todoklp1 main .faq {
  padding: 10px 0 40px;
}
#todoklp1 main .faq .faq-fukidashi {
  max-width: 230px;
  margin: -12vw auto 20px;
}
#todoklp1 main .faq .faq-title {
  max-width: 320px;
  margin: 0 auto 30px;
}
#todoklp1 main .faq .faq-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
#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 #0c6826;
  border-right: 2px solid #0c6826;
  -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 30px;
  }
  #todoklp1 main .faq .faq-fukidashi {
    max-width: 180px;
    margin: -60px auto 5px;
  }
  #todoklp1 main .faq .faq-title {
    max-width: 290px;
    margin: 0 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;
    margin-bottom: 73px;
  }
  #todoklp1 footer .cvarea-box {
    padding-bottom: 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;
  }
}