@charset "UTF-8";
@keyframes is-open-pc {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
  }
}
/* Base Style
===============================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1535px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1326px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 40%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
}

a:hover {
  cursor: pointer;
}

/* Visible Style
===============================*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

.sp-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-600 {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc-600 {
    display: none;
  }
}

.sp-360 {
  display: none;
}
@media screen and (max-width: 365px) {
  .sp-360 {
    display: block;
  }
}

#footer-link-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer-link-sp {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  #footer-link-pc {
    display: none;
  }
}

.nav-sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .nav-sp {
    display: block;
  }
}

@media screen and (max-width: 1110px) {
  .nav-pc {
    display: none;
  }
}

/* Header Section 
===============================*/
.header-body {
  position: fixed;
  width: 100%;
  border-radius: 0 0 100px 100px;
  background-color: #ffffff;
  box-shadow: 0px 2px 1px rgba(96, 53, 44, 0.05);
  z-index: 1000;
  transition: 0.15s;
}
@media screen and (max-width: 800px) {
  .header-body {
    border-radius: 0 0 40px 40px;
  }
}
.header-body div.header-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
  z-index: 2000;
}
@media screen and (max-width: 1535px) {
  .header-body div.header-wide {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .header-body div.header-wide {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 82%;
  }
}
@media screen and (max-width: 1535px) {
  .header-body div.header-wide .header-logo {
    width: 134px;
  }
  .header-body div.header-wide .header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .header-logo {
    width: 114px;
  }
}
@media screen and (max-width: 600px) {
  .header-body div.header-wide .header-logo {
    width: 90px;
  }
}
.header-body div.header-wide .nav-list-main {
  display: flex;
  justify-content: space-between;
  width: 62%;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-list-main {
    width: 49%;
  }
}
.header-body div.header-wide .nav-list-main li {
  font-size: 1.7rem;
  font-weight: 900;
  color: #3b201b;
}
@media screen and (max-width: 800px) {
  .header-body div.header-wide .nav-list-main li {
    font-size: 1rem;
  }
}
.header-body div.header-wide .nav-button div {
  width: 25px;
  height: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-button div {
    width: 19px;
  }
}
.header-body div.header-wide .nav-button div:hover {
  cursor: pointer;
}
.header-body div.header-wide .nav-button div:first-child {
  background-color: #008132;
  margin-bottom: 7.5px;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-button div:first-child {
    margin-bottom: 5px;
  }
}
.header-body div.header-wide .nav-button div:nth-child(2) {
  background-color: #c8000f;
  margin-bottom: 7.5px;
  transition: 0.2s;
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-button div:nth-child(2) {
    margin-bottom: 5px;
  }
}
.header-body div.header-wide .nav-button div:nth-child(3) {
  background-color: #ffc400;
  transition: 0.2s;
}
.header-body div.header-wide .nav-active:first-child {
  transform: rotate(45deg) translate(10px, 10px);
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-active:first-child {
    transform: rotate(45deg) translate(7px, 7px);
  }
}
.header-body div.header-wide .nav-active:nth-child(2) {
  opacity: 0;
}
.header-body div.header-wide .nav-active:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media screen and (max-width: 1110px) {
  .header-body div.header-wide .nav-active:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
}

.header-body-open {
  border-radius: 0;
  transition: 0.15s;
  z-index: 1000;
}

.nav-open {
  position: absolute;
  position: fixed;
  top: -100px;
  width: 100%;
  height: 73px;
  background-color: #ffc400;
  z-index: 200;
  transition: 0.2s;
}
@media screen and (max-width: 1535px) {
  .nav-open {
    height: 66px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open {
    overflow-y: scroll;
  }
}
.nav-open .header-curve {
  width: 100vw;
}
@media screen and (max-width: 1110px) {
  .nav-open .header-curve {
    display: none;
  }
}
.nav-open .header-curve img {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
    padding: 0 10% 0 10%;
  }
}
.nav-open .nav-container-sp .common-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 47px 22px 0 22px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1535px) {
  .nav-open .nav-container-sp .common-menu {
    max-width: 1000px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect {
    margin-bottom: 24px;
    font-size: 24px;
    color: #3b201b;
  }
}
@media screen and (max-width: 400px) {
  .nav-open .nav-container-sp .common-menu .menu-effect {
    font-size: 21px;
  }
}
@media screen and (max-width: 365px) {
  .nav-open .nav-container-sp .common-menu .menu-effect {
    font-size: 19px;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 365px) {
  .nav-open .nav-container-sp .common-menu .menu-effect.menu-effect-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect .header-menu-img {
    display: block;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect .lang_list {
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8b675f;
}
.nav-open .nav-container-sp .common-menu .menu-effect .lang_list li {
  padding-right: 11px;
  padding-left: 11px;
  border-right: 1px solid #8b675f;
}
.nav-open .nav-container-sp .common-menu .menu-effect .lang_list li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1110px) {
  .nav-open .nav-container-sp .common-menu .menu-effect .lang_list li:first-child {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .nav-open .nav-container-sp .common-menu .menu-effect .lang_list li:first-child {
    font-size: 11px;
  }
}
.nav-open .nav-container-sp .common-menu .menu-effect #menu-effect-last {
  margin-bottom: 28px;
}
.nav-open .nav-container-sp .common-menu .menu-effect #header_sns {
  display: flex;
}
.nav-open .nav-container-sp .common-menu .menu-effect #header_sns li {
  padding-left: 10px;
}
@media screen and (max-width: 1110px) {
  .nav-open #header_sns_sp {
    display: inline;
    animation: is-open-pc 0.47s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    opacity: 0;
  }
  .nav-open #header_sns_sp li {
    margin-bottom: 22px;
  }
  .nav-open #header_sns_sp img {
    width: 32px;
  }
}
.nav-open .pc-effect-active {
  animation: is-open-pc 0.47s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
.nav-open .pc-effect-active:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-open .pc-effect-active:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-open .pc-effect-active:nth-child(4) {
  animation-delay: 0.4s;
}
.nav-open .pc-effect-active:nth-child(5) {
  animation-delay: 0.5s;
}
.nav-open .pc-effect-active:nth-child(6) {
  animation-delay: 0.6s;
}
.nav-open .pc-effect-active:nth-child(n+7) {
  animation-delay: 0.7s;
}
@media screen and (max-width: 1110px) {
  .nav-open .pc-effect-active:nth-child(6) {
    animation-delay: 0s;
  }
  .nav-open .pc-effect-active:nth-child(7) {
    animation-delay: 0.1s;
  }
  .nav-open .pc-effect-active:nth-child(8) {
    animation-delay: 0.2s;
  }
  .nav-open .pc-effect-active:nth-child(9) {
    animation-delay: 0.3s;
  }
  .nav-open .pc-effect-active:nth-child(10) {
    animation-delay: 0.4s;
  }
  .nav-open .pc-effect-active:nth-child(11) {
    animation-delay: 0.5s;
  }
  .nav-open .pc-effect-active:nth-child(12) {
    animation-delay: 0.6s;
  }
  .nav-open .pc-effect-active:nth-child(13) {
    animation-delay: 0.7s;
  }
  .nav-open .pc-effect-active:nth-child(n+14) {
    animation-delay: 0.8s;
  }
}

.nav-open-active {
  top: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 1535px) {
  .nav-open-active {
    top: 70px;
  }
}
@media screen and (max-width: 1110px) {
  .nav-open-active {
    top: 0px;
    width: 100vw;
    height: 100vh;
  }
}

/* Footer Section 
================================*/
.app-link {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #c8000f;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .app-link {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.app-link img {
  max-width: 956px;
}
@media screen and (max-width: 1535px) {
  .app-link img {
    max-width: 878px;
  }
}
@media screen and (max-width: 1110px) {
  .app-link img {
    max-width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .app-link img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .app-link img {
    max-width: 88%;
  }
}

.footer-nav {
  padding-top: 70px;
  padding-bottom: 72px;
  background-color: #60352c;
  background-image: url(/lp/kids/images/footer_illust.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .footer-nav {
    background-image: url(/lp/kids/images/footer_illust_sp.png);
    padding-top: 35px;
    padding-bottom: 110px;
    padding-left: 8.1%;
    padding-right: 8.1%;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav {
    padding-bottom: 90px;
  }
}
.footer-nav ul.footer-link {
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 25px auto;
  color: #fff;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1110px) {
  .footer-nav ul.footer-link {
    max-width: 700px;
  }
}
@media screen and (max-width: 800px) {
  .footer-nav ul.footer-link {
    font-size: 1.1rem;
  }
}
.footer-nav ul.footer-link li {
  width: 25%;
  margin-bottom: 21px;
}
.footer-nav ul.footer-link li:nth-child(4n+1) {
  width: 24%;
  padding-left: 1%;
}
.footer-nav ul.footer-link li:nth-child(4n+2) {
  width: 24%;
}
.footer-nav ul.footer-link li:nth-child(4n+3) {
  width: 27%;
}
.footer-nav ul.footer-link li:nth-child(4n+4) {
  width: 23.7%;
}
.footer-nav ul.footer-link li:nth-child(-n+4) {
  margin-bottom: 22px;
}
@media screen and (max-width: 800px) {
  .footer-nav ul.footer-link li {
    margin-bottom: 16px;
    line-height: 1.7;
  }
  .footer-nav ul.footer-link li:nth-child(4n+1) {
    width: 50%;
    padding-right: 10%;
    padding-left: 0;
  }
  .footer-nav ul.footer-link li:nth-child(4n+2) {
    width: 46%;
  }
  .footer-nav ul.footer-link li:nth-child(4n+3) {
    width: 50%;
    padding-right: 10%;
  }
  .footer-nav ul.footer-link li:nth-child(4n+4) {
    width: 46%;
  }
  .footer-nav ul.footer-link li:nth-child(-n+4) {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav ul.footer-link li {
    margin-bottom: 15px;
  }
  .footer-nav ul.footer-link li:nth-child(-n+4) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav #footer-link-sp {
    display: flex;
  }
}
.footer-nav .footer-sns {
  display: flex;
  justify-content: space-between;
  width: 206px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 600px) {
  .footer-nav .footer-sns {
    display: flex;
    justify-content: space-between;
    width: 167px;
    margin-bottom: 20px;
  }
}
.footer-nav .copy {
  font-size: 1.1rem;
  color: #a38680;
  letter-spacing: 0.075em;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1110px) {
  .footer-nav .copy {
    font-size: 1rem;
  }
}

/* SPAN COLOR
=======================*/
.red {
  color: #E02504;
}

/* FIRST SECTION
=======================*/
h5 {
  font-family: fredoka one;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #008132;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

h6 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #3B201B;
  text-align: center;
  padding-bottom: 32px;
}

/* SECOND SECTION
=======================*/
.mogu-p-00 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.66666666;
  color: #54160A;
}
@media screen and (max-width: 800px) {
  .mogu-p-00 {
    font-size: 1.8rem;
  }
}

.mogu-p-01 {
  margin-top: 15px;
  text-align: center;
  font-feature-settings: "palt";
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.66666666;
  color: #54160A;
}
@media screen and (max-width: 1535px) {
  .mogu-p-01 {
    margin-top: 12px;
  }
}
@media screen and (max-width: 801px) {
  .mogu-p-01 {
    font-size: 2.7rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 800px) {
  .mogu-p-01 {
    font-size: 1.5rem;
    margin-top: 6px;
  }
}

.mogu-p-02 {
  margin-top: 40px;
  text-align: center;
  padding-left: 5%;
}
@media screen and (max-width: 1535px) {
  .mogu-p-02 {
    margin-top: 32px;
  }
  .mogu-p-02 img {
    width: 87%;
  }
}
@media screen and (max-width: 800px) {
  .mogu-p-02 {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .mogu-p-02 img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.mogu-p-03 {
  margin-top: 41px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
  color: #54160A;
}
@media screen and (max-width: 1535px) {
  .mogu-p-03 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 800px) {
  .mogu-p-03 {
    font-size: 1rem;
    text-align: left;
    line-height: 1.8;
    padding-left: 11.5%;
    padding-right: 11.5%;
    margin-top: 0px;
  }
}

.mogu-p-04 {
  margin-top: 40px;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #54160A;
}
@media screen and (max-width: 1535px) {
  .mogu-p-04 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 801px) {
  .mogu-p-04 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .mogu-p-04 {
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.866666;
    padding-left: 12%;
    padding-right: 12%;
    margin-top: 35px;
  }
}

/* THIRD SECTION
=======================*/
.alle-p {
  color: #54160A;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.71;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .alle-p {
    padding-left: 1%;
    padding-right: 1%;
    font-feature-settings: "palt";
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 2px;
  }
}

.alle-p-02 {
  color: #54160A;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.47;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .alle-p-02 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.71;
    margin-bottom: 4px;
  }
}

.alle-p-03 {
  color: #54160A;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  .alle-p-03 {
    font-size: 1rem;
  }
}
.alle-p-03:last-child {
  margin-bottom: 45px;
}
@media screen and (max-width: 1535px) {
  .alle-p-03:last-child {
    margin-bottom: 35px;
  }
}

.alle-card-1 {
  color: #54160A;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .alle-card-1 {
    font-size: 1.3rem;
    line-height: 1.52;
    margin-bottom: 8px;
  }
}

.alle-card-2 {
  color: #54160A;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  .alle-card-2 {
    font-size: 1rem;
    letter-spacing: -0.05em;
    line-height: 2.1;
    margin-bottom: 2px;
  }
}

.font {
  opacity: 0;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.f-01-active {
  animation: appear 0.02s linear 0.4s forwards;
}

.f-02-active {
  animation: appear 0.02s linear 0.48s forwards;
}

.f-03-active {
  animation: appear 0.02s linear 0.63s forwards;
}

.f-04-active {
  animation: appear 0.02s linear 0.78s forwards;
}

.f-05-active {
  animation: appear 0.02s linear 0.9s forwards;
}

.f-06-active {
  animation: appear 0.02s linear 1.02s forwards;
}

.f-07-active {
  animation: appear 0.02s linear 1.1s forwards;
}

.f-08-active {
  animation: appear 0.02s linear 1.25s forwards;
}

.f-09-active {
  animation: appear 0.02s linear 1.52s forwards;
}

.f-10-active {
  animation: appear 0.02s linear 1.82s forwards;
}

.f-11-active {
  animation: appear 0.02s linear 2.12s forwards;
}

@keyframes boyoyon {
  from {
    opacity: 0;
    transform: translateY(40%) scale(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes boing-anim {
  10% {
    transform: translateY(1%) scale(1.05, 0.95);
  } /*少し縮む*/
  25% {
    transform: translateY(1%) scale(1.1, 0.9);
  } /*縮む*/
  50% {
    transform: translateY(1%) scale(0.93, 1.07);
  } /*反動で縦長*/
  75% {
    transform: translateY(1%) scale(1.05, 0.95);
  } /*また反動で縮む*/
  100% {
    transform: translateY(0%) scale(1, 1);
  } /*元に戻る*/
}
.house {
  opacity: 0;
}

.house-active {
  animation: boyoyon 0.35s forwards, boing-anim 0.4s linear 0.28s;
}

.cloud-01, .cloud-02, .cloud-03 {
  animation: yokofuwa 18s ease-in-out infinite;
}

@keyframes yokofuwa {
  0% {
    transform: translateX(-6%);
  }
  50% {
    transform: translateX(6%);
  }
  100% {
    transform: translateX(-6%);
  }
}
.tomato-active {
  transform: translateY(0px);
}

.tomato-active-02 {
  transform: translateY(-10px) rotate(-5deg);
}

.radish-active {
  transform: translateY(0px);
}

.radish-active-02 {
  transform: translateY(-5px) rotate(5deg);
}

.cabbage-active {
  transform: translateY(0px);
}

.cabbage-active-02 {
  transform: translateY(-5px) rotate(5deg);
}

.carrot-active {
  transform: translateY(0px);
}

.carrot-active-02 {
  transform: translateY(-10px) rotate(-5deg);
}

@keyframes fuwa-ap {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#abs-first, #abs-second, #abs-third {
  opacity: 0;
}

.abs-01-active, .abs-02-active, .abs-03-active {
  animation: boing-anim-02 0.6s ease-in-out forwards;
}

@keyframes boing-anim-02 {
  10% {
    opacity: 0;
    transform: translateY(1%) scale(1.05, 0.95);
  } /*少し縮む*/
  20% {
    transform: translateY(1%) scale(1.1, 0.9);
  } /*縮む*/
  40% {
    opacity: 1;
    transform: translateY(1%) scale(0.9, 1.1);
  } /*反動で縦長*/
  60% {
    transform: translateY(1%) scale(1.05, 0.95);
  } /*また反動で縮む*/
  80% {
    transform: translateY(1%) scale(0.95, 1.08);
  } /*反動が小さく*/
  95% {
    transform: translateY(1.2%) scale(0.98, 1.02);
  } /*最後の震え*/
  100% {
    opacity: 1;
    transform: translateY(0%) scale(1, 1);
  } /*元に戻る*/
}
.pyon-boo, .pyon-berg, .pyon-potato, .pyon-potato-02, .pyon-milk, .pyon-soft, .pyon-soft-02 {
  opacity: 0;
}

.pyon-boo-active, .pyon-berg-active, .pyon-potato-active, .pyon-milk-active, .pyon-soft-active {
  animation: pyon 0.4s forwards ease-out;
}

.pyon-potato-02-active, .pyon-soft-02-active {
  animation: pyon 0.4s forwards 0.3s ease-out;
}

@keyframes pyon {
  0% {
    opacity: 1;
    scale: 0.6;
  }
  65% {
    scale: 1.15;
  }
  100% {
    opacity: 1;
  }
}
.boo-l {
  animation: fuwafuwa 3.8s ease-in-out infinite;
}

.boo-r {
  animation: fuwafuwa 3.8s ease-in-out 0.8s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(8px);
    opacity: 1;
  }
  50% {
    transform: translateY(-12px);
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    opacity: 1;
  }
}
.tomato {
  opacity: 0;
}

.radish {
  opacity: 0;
}

.cabbage {
  opacity: 0;
}

.carrot {
  opacity: 0;
}

.tomato-opa {
  opacity: 0;
  animation: appear 0.1s forwards 3s, tomato-anim 1s infinite ease-in-out;
}

.radish-opa {
  opacity: 0;
  animation: appear 0.1s forwards 2.4s, radish-anim 1s infinite ease-in-out 0.5s;
}

.cabbage-opa {
  opacity: 0;
  animation: appear 0.1s forwards 2.7s, cabbage-anim 1s infinite ease-in-out 1s;
}

.carrot-opa {
  opacity: 0;
  animation: appear 0.1s forwards 3.3s, carrot-anim 1s infinite ease-in-out 1.5s;
}

@keyframes tomato-anim {
  0% {
    transform: translateY(0) rotate(0);
  }
  33% {
    transform: translateY(-10px) rotate(-5deg);
  }
  80% {
    transform: translateY(-10px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes radish-anim {
  0% {
    transform: translateY(0) rotate(0);
  }
  33% {
    transform: translateY(-10px) rotate(5deg);
  }
  80% {
    transform: translateY(-10px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes cabbage-anim {
  0% {
    transform: translateY(0) rotate(0);
  }
  33% {
    transform: translateY(-10px) rotate(-5deg);
  }
  80% {
    transform: translateY(-10px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes carrot-anim {
  0% {
    transform: translateY(0) rotate(0);
  }
  33% {
    transform: translateY(-10px) rotate(5deg);
  }
  80% {
    transform: translateY(-10px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-anim {
  0% {
    transform: translate(5px, 5px) rotate(0);
  }
  44% {
    transform: translateY(0) rotate(-10deg);
  }
  60% {
    transform: translateY(0) rotate(-10deg);
  }
  100% {
    transform: translate(5px, 5px) rotate(0);
  }
}
.worry-01, .worry-02, .worry-03 {
  opacity: 0;
}

.worry-01-active, .worry-02-active, .worry-03-active {
  animation: slide-in 0.5s ease-in-out forwards;
}

@keyframes slide-in {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* SECOND SECTION
==============================*/
.second {
  background-color: #74B111;
  padding-top: 92px;
  padding-bottom: 134px;
  overflow: hidden;
  background-image: url(/lp/kids/images/bg_02.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1535px) {
  .second {
    padding-top: 74px;
    padding-bottom: 107px;
  }
}
@media screen and (max-width: 800px) {
  .second {
    padding-top: 27px;
    padding-bottom: 46px;
    background-image: url(/lp/kids/images/bg_02_sp.png);
    background-size: cover;
  }
}

#card-second {
  position: relative;
  background-color: #EFEBEA;
  padding-top: 176px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1535px) {
  #card-second {
    padding-top: 144px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  #card-second {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 800px) {
  #card-second {
    padding-top: 23vw;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.mogu-title {
  text-align: center;
}
.mogu-title img {
  width: 79%;
}
@media screen and (max-width: 800px) {
  .mogu-title img {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}

/* THIRD SECTION
==============================*/
.worrie {
  text-align: center;
}
.worrie img {
  width: 846px;
}
@media screen and (max-width: 1535px) {
  .worrie img {
    width: 676px;
  }
}
@media screen and (max-width: 1110px) {
  .worrie img {
    width: 67%;
  }
}
@media screen and (max-width: 800px) {
  .worrie img {
    width: 100%;
  }
}

.third {
  background-color: #239E2C;
  padding-top: 100px;
  overflow: hidden;
  background-image: url(/lp/kids/images/bg_03.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1535px) {
  .third {
    padding-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .third {
    padding-top: 34px;
    background-image: url(/lp/kids/images/bg_03_sp.png);
    background-size: cover;
  }
}

.card {
  border: #FFC91F 12px solid;
  background-color: #F8F7DD;
  border-radius: 50px;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1535px) {
  .card {
    width: 800px;
  }
}
@media screen and (max-width: 1110px) {
  .card {
    width: 73%;
  }
}
@media screen and (max-width: 800px) {
  .card {
    border: #FFC91F 5px solid;
    border-radius: 20px;
    width: 82.66666%;
  }
}

.card-third {
  position: relative;
  padding: 0 0 73px 0;
}
@media screen and (max-width: 1535px) {
  .card-third {
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 800px) {
  .card-third {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.card-third .kids {
  padding-top: 181px;
  padding-bottom: 66px;
  background-color: #EFEBEA;
  border-radius: 39px 39px 0 0;
}
@media screen and (max-width: 1535px) {
  .card-third .kids {
    padding-top: 145px;
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 800px) {
  .card-third .kids {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 800px) {
  .card-third .kids {
    padding-top: 29vw;
    padding-bottom: 34px;
    border-radius: 15px 15px 0 0;
  }
}
.card-third .kids .kids-boo {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 800px) {
  .card-third .kids .kids-boo {
    padding-left: 4.34%;
    padding-right: 4.34%;
  }
}
.card-third .kids .kids-boo .boo {
  position: absolute;
}
.card-third .kids .kids-boo .boo-l {
  width: 14.8%;
  top: 23.5%;
  left: 6%;
}
@media screen and (max-width: 800px) {
  .card-third .kids .kids-boo .boo-l {
    top: 18%;
    left: -7.8%;
    width: 25%;
  }
}
.card-third .kids .kids-boo .boo-r {
  width: 11.5%;
  top: 59%;
  right: 7%;
}
@media screen and (max-width: 800px) {
  .card-third .kids .kids-boo .boo-r {
    top: 61%;
    right: -8%;
    width: 19%;
  }
}
.card-third .kids .kids-berg img {
  width: 100%;
}
.card-third .kids .kids-milk img {
  width: 100%;
}
.card-third .kids .kids-potato img {
  width: 100%;
}
.card-third .kids .kids-soft img {
  width: 100%;
}
.card-third .kids .kids-padding {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 1535px) {
  .card-third .kids .kids-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 800px) {
  .card-third .kids .kids-padding {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .card-third .kids .kids-padding {
    padding-left: 4.34%;
    padding-right: 4.34%;
  }
}
.card-third .kids .kids-con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card-third .kids .kids-con div {
  width: 50%;
}
.card-third .kids .kids-con div img {
  width: 100%;
}
.card-third .allergy {
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 800px) {
  .card-third .allergy {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 800px) {
  .card-third .allergy {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.card-third .allergy img {
  width: 100%;
}
.card-third .allergy .alle-con {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  .card-third .allergy .alle-con {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.card-third .allergy .alle-con .alle-l {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .card-third .allergy .alle-con .alle-l {
    width: 100%;
    margin-bottom: 26px;
  }
}
.card-third .allergy .alle-con .alle-l img {
  width: 100%;
}
.card-third .allergy .alle-con .alle-r {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .card-third .allergy .alle-con .alle-r {
    width: 100%;
  }
}
.card-third .allergy .alle-con .alle-r img {
  width: 100%;
}

.alle-card {
  background-color: white;
  border-radius: 30px;
  padding: 40px 44px 45px 44px;
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  .alle-card {
    border-radius: 20px;
    padding: 8% 10% 9% 10%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.alle-btn {
  display: block;
  width: 100%;
}
.alle-btn img {
  width: 100%;
  transition: 0.3s;
}
.alle-btn img:hover {
  opacity: 0.7;
}

/* BTN SECTION
==============================*/
.btn {
  padding-top: 76px;
  padding-bottom: 97px;
  padding-left: 4%;
  margin-top: -1px;
  text-align: center;
  background-color: #239E2C;
  background-image: url(/lp/kids/images/bg_btn.png);
  background-size: contain;
}
@media screen and (max-width: 1535px) {
  .btn {
    padding-top: 37px;
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 800px) {
  .btn {
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: url(/lp/kids/images/bg_btn_sp.png);
    background-size: cover;
  }
}
.btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1097px;
  transition: 0.3s;
}
.btn a .btn-abs {
  position: absolute;
  width: 17.6%;
  top: -10%;
  left: 7%;
  animation: btn-anim 0.8s infinite ease-in-out 1.5s;
  transform-origin: 50% 50% 0;
}
@media screen and (max-width: 800px) {
  .btn a .btn-abs {
    width: 25%;
    top: -30%;
    left: -2%;
  }
}
.btn a .btn-abs-02 {
  position: absolute;
  width: 17.6%;
  top: -10%;
  left: 7%;
  transform: translateX(10%) rotate(5deg);
}
@media screen and (max-width: 800px) {
  .btn a .btn-abs-02 {
    width: 25%;
    top: -20%;
    left: -5%;
  }
}
@media screen and (max-width: 1535px) {
  .btn a {
    width: 877px;
  }
}
@media screen and (max-width: 1110px) {
  .btn a {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .btn a {
    width: 92%;
  }
}
.btn a:hover {
  opacity: 0.7;
}
.btn a img {
  width: 100%;
}

/* メインビジュアル
========================*/
.main {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main-visual {
  width: 100%;
}

.begi {
  position: absolute;
}
.begi img {
  width: 100%;
}

.house {
  top: 12.6%;
  left: 20.2%;
  width: 52.7%;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .house {
    width: 97%;
    left: -2%;
    top: 14%;
  }
}

.tomato {
  top: 74.5%;
  left: 17%;
  width: 9.64%;
  z-index: 21;
}
@media screen and (max-width: 800px) {
  .tomato {
    width: 23%;
    left: -2.1%;
    top: 78.5%;
  }
}

.radish {
  top: 56.8%;
  left: 25%;
  width: 10.6%;
  z-index: 21;
}
@media screen and (max-width: 800px) {
  .radish {
    width: 28.45%;
    left: -2.1%;
    top: 47.5%;
  }
}

.cabbage {
  top: 63.4%;
  right: 23.8%;
  width: 13.4%;
  z-index: 21;
}
@media screen and (max-width: 800px) {
  .cabbage {
    width: 32%;
    right: -5.2%;
    top: 53%;
  }
}

.carrot {
  top: 66.7%;
  right: 16.1%;
  width: 7.6%;
  z-index: 21;
}
@media screen and (max-width: 800px) {
  .carrot {
    width: 19%;
    right: 2%;
    top: 70.5%;
  }
}

.copy {
  top: 90%;
  right: 27.1%;
  width: 46.9%;
  z-index: 21;
}
@media screen and (max-width: 800px) {
  .copy {
    width: 100%;
    left: 0;
    top: 74.1%;
  }
}

.font {
  z-index: 22;
  top: 49.8%;
  left: 30.45%;
  width: 38.45%;
}
@media screen and (max-width: 800px) {
  .font {
    top: 39%;
    left: 16%;
    width: 65.5%;
  }
}

.cloud-01 {
  top: 14%;
  right: -4%;
  width: 35.9%;
}

.cloud-02 {
  top: 38%;
  left: -4.1%;
  width: 22%;
}

.cloud-03 {
  top: 51.8%;
  right: -2.1%;
  width: 12.4%;
}

/*ABS*/
.abs {
  position: absolute;
  width: 100%;
}
.abs img {
  width: 1000px;
  position: absolute;
}
@media screen and (max-width: 1535px) {
  .abs img {
    width: 800px;
  }
}
@media screen and (max-width: 1110px) {
  .abs img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .abs img {
    width: 100vw;
  }
}

#abs-first {
  top: -12.2%;
  left: -12px;
}
@media screen and (max-width: 1535px) {
  #abs-first {
    top: -12.2%;
  }
}
@media screen and (max-width: 800px) {
  #abs-first {
    top: -4.5%;
    left: -13%;
  }
}

#abs-second {
  top: -12.9%;
  left: -12px;
}
@media screen and (max-width: 1535px) {
  #abs-second {
    top: -12.9%;
  }
}
@media screen and (max-width: 800px) {
  #abs-second {
    top: -6.8%;
    left: -12.5%;
  }
}

#abs-third {
  top: -4.6%;
  left: -12px;
}
@media screen and (max-width: 1535px) {
  #abs-third {
    top: -4.8%;
  }
}
@media screen and (max-width: 800px) {
  #abs-third {
    top: -3.3%;
    left: -12.5%;
  }
}

/* LP Original Style
===============================*/
.first {
  background-color: #239E2C;
  padding-top: 92px;
  padding-bottom: 134px;
  margin-top: -1px;
  overflow: hidden;
  background-image: url(/lp/kids/images/bg_01.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1535px) {
  .first {
    padding-top: 74px;
    padding-bottom: 107px;
  }
}
@media screen and (max-width: 800px) {
  .first {
    padding-top: 0;
    padding-bottom: 50px;
    background-image: url(/lp/kids/images/bg_02_sp.png);
    background-size: 100%;
  }
}

#card-first {
  position: relative;
  background-color: #EFEBEA;
  padding-top: 180px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1535px) {
  #card-first {
    padding-top: 144px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  #card-first {
    padding-top: 28.4vw;
    padding-bottom: 39px;
  }
}
#card-first .res-padding {
  padding-left: 77px;
  padding-right: 77px;
}
@media screen and (max-width: 1535px) {
  #card-first .res-padding {
    padding-left: 62px;
    padding-right: 62px;
  }
}
@media screen and (max-width: 800px) {
  #card-first .res-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#card-first .res-padding .res-title {
  text-align: center;
}
#card-first .res-padding .res-title img {
  width: 100%;
}
#card-first .res-padding .res-con img {
  width: 49.5%;
}
@media screen and (max-width: 800px) {
  #card-first .res-padding .res-con img {
    width: 100%;
  }
}
#card-first .res-padding .res-img {
  width: 100%;
}
#card-first .video-card {
  width: 77%;
  margin: 0 auto 0 auto;
  background-color: white;
  border-radius: 25px;
}
@media screen and (max-width: 800px) {
  #card-first .video-card {
    width: 83%;
    border-radius: 20px;
  }
}
#card-first .video-card iframe {
  width: 100%;
  height: 433px;
  border-radius: 25px 25px;
}
@media screen and (max-width: 1535px) {
  #card-first .video-card iframe {
    height: 346px;
  }
}
@media screen and (max-width: 800px) {
  #card-first .video-card iframe {
    height: 45vw;
    border-radius: 20px;
  }
}
#card-first .first-btn {
  display: block;
  width: 846px;
  margin: 75px auto 0 auto;
}
@media screen and (max-width: 1535px) {
  #card-first .first-btn {
    width: 678px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1110px) {
  #card-first .first-btn {
    width: 82%;
  }
}
@media screen and (max-width: 800px) {
  #card-first .first-btn {
    width: 83%;
    margin-top: 30px;
  }
}
#card-first .first-btn img {
  width: 100%;
  transition: 0.3s;
}
#card-first .first-btn img:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */