@charset "UTF-8";
@keyframes bounce-scale-up {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.5);
  }
  35% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.25);
  }
  60% {
    transform: scale(1.15);
  }
  70% {
    transform: scale(1.22);
  }
  80% {
    transform: scale(1.18);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes bounce-scale-down {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
section.mv {
  position: relative;
  overflow: hidden;
  height: 50.3125rem;
}
@media screen and (min-width: 768px) {
  section.mv {
    height: 70.625rem;
  }
}
section.mv .mv__logo {
  position: absolute;
  width: 15.3125rem;
  height: 8.1875rem;
  top: 1.5rem;
  left: 1.5rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_logo.webp');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  section.mv .mv__logo {
    width: 31.5625rem;
    height: 16.9375rem;
    top: 5rem;
    left: 3.75rem;
  }
}
section.mv .mv__anchor {
  position: absolute;
}
section.mv .mv__anchor .mv__anchorLink {
  position: relative;
  width: 10.3125rem;
  height: 9.25rem;
  border-radius: 1.875rem;
  padding-top: 4rem;
  box-shadow: 0 0.375rem #252525;
  border: 2px solid #252525;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor .mv__anchorLink {
    width: 19.5rem;
    height: 17.9375rem;
    border-radius: 3.125rem;
    padding-top: 8.9375rem;
    box-shadow: 0 0.625rem #252525;
  }
}
section.mv .mv__anchor .mv__anchorLink .mv__anchorLinkTitle {
  position: absolute;
  animation: bounce-scale-down 0.2s ease-in forwards;
}
section.mv .mv__anchor .mv__anchorLink .mv__anchorLinkContent {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor .mv__anchorLink .mv__anchorLinkContent {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
section.mv .mv__anchor .mv__anchorLink::after {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAzMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY3OTggMTUuMzU5M0MxNy4yODkyIDE1Ljc0OTggMTYuNjU2MSAxNS43NDk4IDE2LjI2NTYgMTUuMzU5M0wyLjY3OTc2IDEuNzczNTFDMi4wNDk4IDEuMTQzNTUgMi40OTU5NyAwLjA2NjQwNjIgMy4zODY4NyAwLjA2NjQwNjNMMzAuNTU4NCAwLjA2NjQwODdDMzEuNDQ5MyAwLjA2NjQwODggMzEuODk1NSAxLjE0MzU1IDMxLjI2NTYgMS43NzM1MkwxNy42Nzk4IDE1LjM1OTNaIiBmaWxsPSIjMDA5MzNDIi8+Cjwvc3ZnPgo=');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 1.25rem;
  height: 0.625rem;
  bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor .mv__anchorLink::after {
    width: 2rem;
    height: 1rem;
    bottom: 1.5rem;
  }
}
section.mv .mv__anchor.mv__anchor--01 {
  top: 33.5rem;
  left: 1rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor.mv__anchor--01 {
    top: 27.5rem;
    left: 3.375rem;
  }
}
section.mv .mv__anchor.mv__anchor--01 .mv__anchorLink {
  background-color: #ffee69;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor.mv__anchor--01 .mv__anchorLink {
    transform: rotate(-8deg);
  }
  section.mv .mv__anchor.mv__anchor--01 .mv__anchorLink:hover {
    box-shadow: none;
    transform: translateY(0.625rem) rotate(-8deg);
  }
  section.mv .mv__anchor.mv__anchor--01 .mv__anchorLink:hover .mv__anchorLinkTitle {
    animation: bounce-scale-up 0.8s ease-in forwards;
  }
}
section.mv .mv__anchor.mv__anchor--01 .mv__anchorLink .mv__anchorLinkTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcreate%5D.webp');
  width: 4.6875rem;
  height: 1.5rem;
  left: 2.8125rem;
  top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor.mv__anchor--01 .mv__anchorLink .mv__anchorLinkTitle {
    width: 8.75rem;
    height: 2.875rem;
    left: 5.375rem;
    top: 4.6875rem;
  }
}
section.mv .mv__anchor.mv__anchor--02 {
  top: 33.5rem;
  left: 12.125rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor.mv__anchor--02 {
    top: 33.125rem;
    left: 22.3125rem;
  }
}
section.mv .mv__anchor.mv__anchor--02 .mv__anchorLink {
  background-color: #b0faca;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor.mv__anchor--02 .mv__anchorLink {
    transform: rotate(8deg);
  }
  section.mv .mv__anchor.mv__anchor--02 .mv__anchorLink:hover {
    box-shadow: none;
    transform: translateY(0.625rem) rotate(8deg);
  }
  section.mv .mv__anchor.mv__anchor--02 .mv__anchorLink:hover .mv__anchorLinkTitle {
    animation: bounce-scale-up 0.8s ease-in forwards;
  }
}
section.mv .mv__anchor.mv__anchor--02 .mv__anchorLink .mv__anchorLinkTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bmanochi%5D.webp');
  width: 4.6875rem;
  height: 1.6875rem;
  left: 2.8125rem;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.mv .mv__anchor.mv__anchor--02 .mv__anchorLink .mv__anchorLinkTitle {
    width: 8.625rem;
    height: 3.125rem;
    left: 5.4375rem;
    top: 4.4375rem;
  }
}
section.mv .mv__slider {
  position: absolute;
  top: 11.6875rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider {
    top: 13.125rem;
    right: 2.5rem;
  }
}
section.mv .mv__slider .mv__sliderInner {
  position: relative;
  border: 2px solid #252525;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 1.25rem;
  width: 21.4375rem;
  height: 15.8125rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner {
    border-radius: 2.5rem;
    width: 49.1875rem;
    height: 36.25rem;
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem {
  position: absolute;
  transition: all 1.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem:hover .mv__sliderImage {
    transform: scale(1.1);
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemTitle {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  width: 19rem;
  height: 7.375rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_title@sp.webp');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemTitle {
    top: 2.75rem;
    left: 3rem;
    width: 38rem;
    height: 14.75rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_title@pc.webp');
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland {
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 2;
  border: 2px solid #252525;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2.5rem;
  background-color: #ffffff;
  padding: 1rem 2.5rem 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland {
    padding: 1.5rem 3.375rem 1.5rem 2.25rem;
  }
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland:hover .mv__sliderItemIslandNext::after {
    animation: arrow_right_s 0.4s ease-out forwards;
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandTitle {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandTitle {
    font-size: 1.75rem;
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandTag {
  margin-top: 0.25rem;
  height: 1.25rem;
  padding: 0 0.625rem;
  border-radius: 0.625rem;
  font-size: 0.625rem;
  background-color: #b0faca;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandTag {
    margin-top: 0.5rem;
    height: 1.6875rem;
    padding: 0 0.875rem;
    border-radius: 0.875rem;
    font-size: 0.75rem;
  }
}
section.mv
  .mv__slider
  .mv__sliderInner
  .mv__sliderItem
  .mv__sliderItemIsland
  .mv__sliderItemIslandTag.mv__sliderItemIslandTag--yellow {
  background-color: #ffee69;
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandNext {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0 0 0.625rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.25rem;
  border: 2px solid #252525;
  background-color: #00933c;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandNext {
    width: 3.75rem;
    height: 3.75rem;
    padding: 1.25rem 0 0 1.0625rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 2.5rem;
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandNext::after {
  content: '';
  display: block;
  width: 0.875rem;
  height: 0.625rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjg4NDggMC4zMTM0MzRDOS42ODg2MSAwLjA2MjExOTUgOS45NzA3MSAtMC4wODY0OTU2IDEwLjE3ODcgMC4wNTQ2NDUzTDIwLjI0NTEgNi44ODU3QzIwLjQyODEgNy4wMTAwNiAyMC40MjgzIDcuMjc5OTggMjAuMjQ1MSA3LjQwNDI1TDEwLjE3ODcgMTQuMjM1M0M5Ljk3MDY2IDE0LjM3NjUgOS42ODg0OCAxNC4yMjcgOS42ODg0OCAxMy45NzU1VjkuNzIxNjRMOS42ODY1MiA5LjcyMjYxSDAuMzEzNDc3QzAuMTQwNDI3IDkuNzIyNjEgLTYuNTcxOTRlLTA5IDkuNTgyMTkgMCA5LjQwOTE0VjUuMDM2MDlDNi41NzE5NGUtMDkgNC44NjMwNCAwLjE0MDQyOCA0LjcyMjYxIDAuMzEzNDc3IDQuNzIyNjFIOS42ODg0OFYwLjMxMzQzNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderItemIsland .mv__sliderItemIslandNext::after {
    width: 1.25rem;
    height: 0.875rem;
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderImage {
  width: 21.4375rem;
  height: 15.8125rem;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__sliderInner .mv__sliderItem .mv__sliderImage {
    width: 49.1875rem;
    height: 36.25rem;
  }
}
section.mv .mv__slider .mv__sliderInner .mv__sliderItem[data-active='true'] {
  opacity: 1;
  visibility: visible;
}
section.mv .mv__slider .mv__navigate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__navigate {
    margin-top: 2.125rem;
    justify-content: center;
  }
}
section.mv .mv__slider .mv__navigate .mv__navigateList {
  display: flex;
  align-items: center;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem {
  --progress: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem svg {
  width: 1.875rem;
  height: 1.875rem;
  fill: none;
  stroke: #00933c;
  stroke-width: 2px;
  stroke-dasharray: 70;
  stroke-dashoffset: calc(70px * (1 - var(--progress)));
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  background-color: #999999;
  border-radius: 100%;
  transition: background-color 1s ease-in-out;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem[data-active='true'] {
  pointer-events: none;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem[data-active='true'] svg {
  opacity: 1;
}
section.mv .mv__slider .mv__navigate .mv__navigateList .mv__navigateListItem[data-active='true']::after {
  background-color: #252525;
}
section.mv .mv__slider .mv__navigate .mv__navigateStop {
  margin-left: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.mv .mv__slider .mv__navigate .mv__navigateStop:hover {
    background-color: #00933c;
  }
  section.mv .mv__slider .mv__navigate .mv__navigateStop:hover::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzLjM3NSIgaGVpZ2h0PSI5IiBmaWxsPSIjZmZmIi8+CjxyZWN0IHg9IjYuMTI1IiB5PSIwLjUiIHdpZHRoPSIzLjM3NSIgaGVpZ2h0PSI5IiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=');
  }
  section.mv .mv__slider .mv__navigate .mv__navigateStop:hover[data-paused='true']::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgS2VuYW4gR3VuZG9nYW46IGh0dHBzOi8vZ2l0aHViLmNvbS9rZW5hbmd1bmRvZ2FuL2ZvbnRpc3RvIC0tPgo8c3ZnIGZpbGw9IiNmZmYiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0uMDAxIDEuMTY1djIxLjY2OWMuMDUyLjY2MS42MDEgMS4xNzcgMS4yNzEgMS4xNzcuMjI1IDAgLjQzNi0uMDU4LjYyLS4xNmwtLjAwNi4wMDMgMjEuNDQyLTEwLjhjLjQtLjE5Mi42NzEtLjU5My42NzEtMS4wNThzLS4yNzEtLjg2Ny0uNjY0LTEuMDU1bC0uMDA3LS4wMDMtMjEuNDQyLTEwLjhjLS4xNzctLjA5OS0uMzg4LS4xNTctLjYxMy0uMTU3LS42NzIgMC0xLjIyMy41MjEtMS4yNyAxLjE4MXYuMDA0eiIvPjwvc3ZnPg==');
  }
}
section.mv .mv__slider .mv__navigate .mv__navigateStop::before {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  transition: background-image 0.2s ease-in-out;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzLjM3NSIgaGVpZ2h0PSI5IiBmaWxsPSIjMDA5MzNDIi8+CjxyZWN0IHg9IjYuMTI1IiB5PSIwLjUiIHdpZHRoPSIzLjM3NSIgaGVpZ2h0PSI5IiBmaWxsPSIjMDA5MzNDIi8+Cjwvc3ZnPgo=');
}
section.mv .mv__slider .mv__navigate .mv__navigateStop[data-paused='true']::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgS2VuYW4gR3VuZG9nYW46IGh0dHBzOi8vZ2l0aHViLmNvbS9rZW5hbmd1bmRvZ2FuL2ZvbnRpc3RvIC0tPgo8c3ZnIGZpbGw9IiMwMDkzM2MiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0uMDAxIDEuMTY1djIxLjY2OWMuMDUyLjY2MS42MDEgMS4xNzcgMS4yNzEgMS4xNzcuMjI1IDAgLjQzNi0uMDU4LjYyLS4xNmwtLjAwNi4wMDMgMjEuNDQyLTEwLjhjLjQtLjE5Mi42NzEtLjU5My42NzEtMS4wNThzLS4yNzEtLjg2Ny0uNjY0LTEuMDU1bC0uMDA3LS4wMDMtMjEuNDQyLTEwLjhjLS4xNzctLjA5OS0uMzg4LS4xNTctLjYxMy0uMTU3LS42NzIgMC0xLjIyMy41MjEtMS4yNyAxLjE4MXYuMDA0eiIvPjwvc3ZnPg==');
}
section.mv .mv__footer::before {
  content: '';
  display: block;
  position: absolute;
  left: 1rem;
  bottom: 17.3125rem;
  width: 6.8125rem;
  height: 6.4375rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_flycam.gif');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  section.mv .mv__footer::before {
    left: 5.5rem;
    bottom: 7.25rem;
    width: 13.125rem;
    height: 15rem;
  }
}
section.mv .mv__footer::after {
  content: none;
  display: block;
  position: absolute;
  right: 2.875rem;
  bottom: 3rem;
  width: 12.1875rem;
  height: 18.75rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_big_tree.webp');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  section.mv .mv__footer::after {
    content: '';
  }
}
section.mv .mv__circle {
  position: absolute;
  width: 32.375rem;
  height: 32.375rem;
  top: -12.5rem;
  left: -11.25rem;
  background-color: #00933c;
  border-radius: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.mv .mv__circle {
    width: 61.25rem;
    height: 61.25rem;
    top: -7.5625rem;
    left: -16.0625rem;
  }
}
section.mv .mv__circle::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_noise_bg.webp');
  background-repeat: repeat;
  background-blend-mode: multiply;
  opacity: 0.15;
}
section.mv .mv__shape {
  position: absolute;
  width: 100%;
  height: 5.625rem;
  left: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  background-color: #fffcf2;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.mv .mv__shape {
    height: 12.5rem;
  }
}

section.mv [data-animate='circle'],
section.mv [data-animate='anchor01'],
section.mv [data-animate='anchor02'] {
  will-change: transform;
  transform: scale(0);
}

section.introduction {
  position: relative;
  background-color: #fffcf2;
}
section.introduction::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_noise_bg.webp');
  background-repeat: repeat;
  background-blend-mode: multiply;
  opacity: 0.08;
}
section.introduction::after {
  content: '';
  position: absolute;
  width: 7.375rem;
  height: 7.9375rem;
  bottom: -2.9375rem;
  left: 15.5rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_medium_tree.webp');
}
@media screen and (min-width: 768px) {
  section.introduction::after {
    width: 12.625rem;
    height: 13.5625rem;
    bottom: 3.875rem;
    left: 5rem;
  }
}
section.introduction .introduction__inner {
  background-color: #fffcf2;
  position: sticky;
  position: -webkit-sticky;
  overflow: hidden;
  padding-bottom: 9.0625rem;
  top: 0;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner {
    padding-bottom: 14.5625rem;
    top: 10px;
  }
}
section.introduction .introduction__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_noise_bg.webp');
  background-repeat: repeat;
  background-blend-mode: multiply;
  opacity: 0.08;
  z-index: -1;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.introduction .introduction__inner .introduction__wrapper {
    min-height: calc(100vh - 10px);
    display: flex;
    align-items: center;
  }
}
section.introduction .introduction__inner .introduction__wrapper .introduction__center {
  width: 100%;
  position: relative;
}
section.introduction .introduction__inner .introduction__wrapper .introduction__center .introduction__animated {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__wrapper .introduction__center .introduction__animated {
    min-height: 100%;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner {
  position: relative;
  width: 100%;
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__title {
  display: block;
  margin: 1.875rem 0 0 1.5rem;
  width: 20.4375rem;
  height: 10rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_will_create_a_town_that_will_continue_for_100_years_into_the_future%5D@sp.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__title {
    margin: 0.8125rem 0 0 5.4375rem;
    width: 35.75rem;
    height: 17.4375rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_will_create_a_town_that_will_continue_for_100_years_into_the_future%5D@pc.webp');
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin: 18.4375rem 0 0 0;
  padding: 0 1.25rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content {
    gap: 0.9375rem;
    margin: 2.4375rem 0 0 9.5rem;
    padding: 0;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__content::before {
  content: '';
  position: absolute;
  display: block;
  width: 5.6875rem;
  height: 4.75rem;
  top: -3.625rem;
  left: 0.8125rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_fukidashi_yellow@sp.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content::before {
    width: 6.75rem;
    height: 7.1875rem;
    top: -4.0625rem;
    left: -6.25rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_fukidashi_yellow@pc.webp');
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__content
  li {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content
    li {
    font-size: 1.25rem;
  }
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content
    li
    rt {
    font-size: 0.625rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__content
  li
  mark {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  color: #00933c;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content
    li
    mark {
    font-size: 1.375rem;
  }
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content
    li
    mark
    rt {
    font-size: 0.6875rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__content
  li::before {
  content: '●';
  font-size: 1.125rem;
  font-weight: 700;
  color: #00933c;
  margin-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__content
    li::before {
    font-size: 1.375rem;
    margin-right: 0.625rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__illust {
  position: absolute;
  top: 11.875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__illust {
    top: 0;
    right: 0;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__illust
  .introduction__illustItem01 {
  position: absolute;
  width: 12.125rem;
  height: 4.125rem;
  top: 3.125rem;
  right: 4.6875rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_mountain.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__illust
    .introduction__illustItem01 {
    width: 25.125rem;
    height: 8.625rem;
    top: 6.375rem;
    right: 9.1875rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__illust
  .introduction__illustItem02 {
  position: absolute;
  width: 6.375rem;
  height: 8.5rem;
  right: -0.25rem;
  top: 0;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_small_building.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__illust
    .introduction__illustItem02 {
    width: 13.1875rem;
    height: 17.625rem;
    right: -0.4375rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__illust
  .introduction__illustItem03 {
  position: absolute;
  width: 16.25rem;
  height: 8.0625rem;
  top: 4rem;
  right: 5.0625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_bridge.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__illust
    .introduction__illustItem03 {
    width: 33.625rem;
    height: 16.625rem;
    top: 12.8125rem;
    right: -4.125rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__illust
  .introduction__illustItem04 {
  position: absolute;
  width: 5.75rem;
  height: 4.0625rem;
  top: 9.875rem;
  right: 11.5625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_crane.gif');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__illust
    .introduction__illustItem04 {
    width: 11.375rem;
    height: 8.25rem;
    top: 25rem;
    right: 10rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__wrapper
  .introduction__center
  .introduction__animated
  .introduction__animatedInner
  .introduction__illust
  .introduction__illustItem05 {
  position: absolute;
  width: 3.4375rem;
  height: 4.1875rem;
  top: 10.1875rem;
  right: 18.4375rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_worker.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__wrapper
    .introduction__center
    .introduction__animated
    .introduction__animatedInner
    .introduction__illust
    .introduction__illustItem05 {
    width: 7.125rem;
    height: 8.6875rem;
    top: 27.0625rem;
    right: 26.125rem;
  }
}
section.introduction .introduction__inner .introduction__wrapper .introduction__center .introduction__lead {
  padding: 1.875rem 1.5rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__wrapper .introduction__center .introduction__lead {
    padding: 2.8125rem 0 0 9.5rem;
    font-size: 1.125rem;
  }
}
section.introduction .introduction__inner .introduction__subtitle {
  display: block;
  margin: 1rem 0 0 1rem;
  width: 20.8125rem;
  height: 7.1875rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcreating_something_will_revitalize_Oyamachi%5D@sp.webp');
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__subtitle {
    margin: 0 0 0 6.25rem;
    width: 44rem;
    height: 5.625rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcreating_something_will_revitalize_Oyamachi%5D@pc.webp');
  }
}
section.introduction .introduction__inner .introduction__caption {
  margin: 0.625rem 0 0 0;
  font-size: 0.9375rem;
  padding: 0 1.5rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__caption {
    margin: -0.625rem 0 0 6.25rem;
    font-size: 1.125rem;
    padding: 0;
  }
}
section.introduction .introduction__inner .introduction__archive {
  position: relative;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__archive {
    margin-top: 7.5rem;
  }
}
section.introduction .introduction__inner .introduction__archive .introduction__archiveBanner {
  background-color: #ffee69;
  position: relative;
  border: 2px solid #252525;
  border-bottom: none;
  border-top-right-radius: 3.125rem;
  border-top-left-radius: 3.125rem;
  padding: 5.9375rem 0 0 2.25rem;
  height: 11.4375rem;
  width: calc(100% + 4px);
  transform: translateX(-2px);
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__archive .introduction__archiveBanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 26.25rem;
    height: 41.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 4.375rem;
    border-bottom-right-radius: 4.375rem;
    border: 2px solid #252525;
    border-left: none;
    padding: 22.5rem 0 0 0;
    transform: none;
  }
}
section.introduction .introduction__inner .introduction__archive .introduction__archiveBanner span {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__archive .introduction__archiveBanner span {
    width: 100%;
    line-height: 1.8;
    font-size: 1.125rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveBanner
  .introduction__archiveBannerTitle {
  display: block;
  position: absolute;
  width: 7.3125rem;
  height: 2.375rem;
  top: 2.4375rem;
  left: 3.0625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcreate_verticle%5D@sp.webp');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveBanner
    .introduction__archiveBannerTitle {
    width: 4.4375rem;
    height: 15.75rem;
    top: 4.375rem;
    left: 10.9375rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcreate_verticle%5D@pc.webp');
  }
}
section.introduction .introduction__inner .introduction__archive .introduction__archiveBanner::after {
  content: '';
  display: block;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_construct.webp');
  position: absolute;
  width: 9.25rem;
  height: 7.625rem;
  bottom: 1.875rem;
  right: 1.375rem;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__archive .introduction__archiveBanner::after {
    width: 19.375rem;
    height: 15.9375rem;
    bottom: -3.25rem;
    left: 3.4375rem;
    right: auto;
  }
}
section.introduction .introduction__inner .introduction__archive .introduction__archiveList {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  padding: 2rem 1rem 0;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__inner .introduction__archive .introduction__archiveList {
    gap: 1.5rem;
    padding: 3.75rem 0 0 35rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 21.0625rem;
  border-radius: 2.5rem;
  border: 2px solid #252525;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  background-size: 5.625rem 5.625rem;
  background-position: 1.5rem 1.25rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem {
    justify-content: center;
    height: 15rem;
    width: 48.25rem;
    border-radius: 3.75rem;
    background-size: 10.625rem 10.625rem;
    background-position: 2.1875rem 2.25rem;
    padding-bottom: 0;
  }
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem:hover
    .introduction__archiveListItemNext::after {
    animation: arrow_right_s 0.4s ease-out forwards;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem
  .introduction__archiveListItemContent {
  font-weight: 500;
  line-height: 2.2;
  font-size: 0.875rem;
  padding: 1.1875rem 1.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem
    .introduction__archiveListItemContent {
    font-size: 1.125rem;
    padding: 0 0 0 14.625rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem
  .introduction__archiveListItemNext {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 3.875rem;
  height: 3.625rem;
  padding: 1.25rem 0 0 1.25rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 2.5rem;
  border: 2px solid #252525;
  background-color: #00933c;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem
    .introduction__archiveListItemNext {
    width: 3.75rem;
    height: 4rem;
    padding: 1.375rem 0 0 1.0625rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 3.75rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem
  .introduction__archiveListItemNext::after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 0.875rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjg4NDggMC4zMTM0MzRDOS42ODg2MSAwLjA2MjExOTUgOS45NzA3MSAtMC4wODY0OTU2IDEwLjE3ODcgMC4wNTQ2NDUzTDIwLjI0NTEgNi44ODU3QzIwLjQyODEgNy4wMTAwNiAyMC40MjgzIDcuMjc5OTggMjAuMjQ1MSA3LjQwNDI1TDEwLjE3ODcgMTQuMjM1M0M5Ljk3MDY2IDE0LjM3NjUgOS42ODg0OCAxNC4yMjcgOS42ODg0OCAxMy45NzU1VjkuNzIxNjRMOS42ODY1MiA5LjcyMjYxSDAuMzEzNDc3QzAuMTQwNDI3IDkuNzIyNjEgLTYuNTcxOTRlLTA5IDkuNTgyMTkgMCA5LjQwOTE0VjUuMDM2MDlDNi41NzE5NGUtMDkgNC44NjMwNCAwLjE0MDQyOCA0LjcyMjYxIDAuMzEzNDc3IDQuNzIyNjFIOS42ODg0OFYwLjMxMzQzNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem.introduction__archiveListItem--01 {
  box-shadow: 0.375rem 0.375rem #c8fffa;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_waterfall.gif');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--01 {
    box-shadow: 0.5rem 0.5rem #c8fffa;
  }
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--01:hover {
    box-shadow: none;
    transform: translate(0.5rem, 0.5rem);
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem.introduction__archiveListItem--01
  .introduction__archiveListItemTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcompleted_civil_engineering_and_architecture%5D@sp.webp');
  margin: 1.6875rem 0 0 8.125rem;
  width: 11.5625rem;
  height: 4.8125rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--01
    .introduction__archiveListItemTitle {
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bcompleted_civil_engineering_and_architecture%5D@pc.webp');
    margin: 0 0 0 14.625rem;
    width: 29.25rem;
    height: 4.75rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem.introduction__archiveListItem--02 {
  box-shadow: 0.375rem 0.375rem #febe8d;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_worker.gif');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--02 {
    background-position: 33.25rem 2.25rem;
    box-shadow: 0.5rem 0.5rem #febe8d;
  }
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--02:hover {
    box-shadow: none;
    transform: translate(0.5rem, 0.5rem);
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem.introduction__archiveListItem--02
  .introduction__archiveListItemTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_construction_site%5D@sp.webp');
  margin: 1.6875rem 0 0 8.125rem;
  width: 11.5625rem;
  height: 5.25rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--02
    .introduction__archiveListItemTitle {
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_construction_site%5D@pc.webp');
    margin: 0 0 0 3rem;
    width: 29.25rem;
    height: 4.75rem;
  }
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--02
    .introduction__archiveListItemContent {
    padding: 0 0 0 3rem;
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem.introduction__archiveListItem--03 {
  box-shadow: 0.375rem 0.375rem #b0faca;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_pencil.gif');
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--03 {
    box-shadow: 0.5rem 0.5rem #b0faca;
  }
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--03:hover {
    box-shadow: none;
    transform: translate(0.5rem, 0.5rem);
  }
}
section.introduction
  .introduction__inner
  .introduction__archive
  .introduction__archiveList
  .introduction__archiveListItem.introduction__archiveListItem--03
  .introduction__archiveListItemTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bwhat_kind_of_work_is_design%5D@sp.webp');
  margin: 1.6875rem 0 0 8.125rem;
  width: 11.5625rem;
  height: 5.25rem;
}
@media screen and (min-width: 768px) {
  section.introduction
    .introduction__inner
    .introduction__archive
    .introduction__archiveList
    .introduction__archiveListItem.introduction__archiveListItem--03
    .introduction__archiveListItemTitle {
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bwhat_kind_of_work_is_design%5D@pc.webp');
    margin: 0 0 0 14.625rem;
    width: 29.25rem;
    height: 4.75rem;
  }
}
section.introduction .introduction__footer {
  position: absolute;
  width: 100%;
  height: 5.625rem;
  left: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  background-color: #fff8e2;
}
@media screen and (min-width: 768px) {
  section.introduction .introduction__footer {
    height: 12.5rem;
  }
}
section.introduction .introduction__footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_noise_bg.webp');
  background-size: cover;
  background-repeat: repeat;
  background-blend-mode: multiply;
  opacity: 0.08;
}

section.introduction [data-animate='introductionArchiveBanner'] {
  will-change: transform;
  transform: scale(0);
}
section.introduction [data-animate='introductionArchiveList'] li {
  will-change: transform, opacity;
  transform: translateY(20%);
  opacity: 0;
}
section.introduction [data-animate='introductionBlank'] {
  width: 100%;
  height: 1500px;
}
section.introduction [data-animate='introductionContent'],
section.introduction [data-animate='introductionSubtitle'],
section.introduction [data-animate='introductionLead'],
section.introduction [data-animate='introductionCaption'],
section.introduction [data-animate='introductionIllustItem02'],
section.introduction [data-animate='introductionIllustItem03'] {
  will-change: opacity;
  opacity: 0;
}

section.protect {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  section.protect {
    padding-top: 0;
  }
}
section.protect .protect__inner {
  background-color: #fff8e2;
  position: sticky;
  position: -webkit-sticky;
  overflow: hidden;
  padding-bottom: 7rem;
  top: 70px;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner {
    padding-bottom: 12.5rem;
    top: 0;
  }
}
section.protect .protect__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_noise_bg.webp');
  background-repeat: repeat;
  background-blend-mode: multiply;
  opacity: 0.08;
  z-index: -1;
}
section.protect .protect__inner .protect__animated {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 70px);
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated {
    min-height: 100%;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  section.protect .protect__inner .protect__animated {
    min-height: 100vh;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner {
  position: relative;
  width: 100%;
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__fadeContent01 {
  height: 38.75rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__fadeContent01 {
    padding: 2.25rem 0 0 3.75rem;
    height: 37.875rem;
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent01
  .protect__fadeContent01Title {
  display: block;
  width: 22.25rem;
  height: 14.375rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_protects_people_living_things_and_towns_from_disasters_such_as_earthquakes_typhoons_and_heavy_rain%5D@sp.webp');
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent01
    .protect__fadeContent01Title {
    width: 47.1875rem;
    height: 20.8125rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_protects_people_living_things_and_towns_from_disasters_such_as_earthquakes_typhoons_and_heavy_rain%5D@pc.webp');
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent01
  .protect__fadeContent01Lead {
  font-weight: 500;
  line-height: 2.2;
  font-size: 0.9375rem;
  padding: 14.125rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent01
    .protect__fadeContent01Lead {
    font-size: 1.125rem;
    padding: 2.625rem 0 0 2.5rem;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__fadeContent02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__fadeContent02 {
    padding: 2.25rem 0 0 5.8125rem;
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Title {
  display: block;
  width: 20.875rem;
  height: 7.5625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_protects_the_Earths_nature_and_living_creatures%5D@sp.webp');
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Title {
    width: 33.3125rem;
    height: 20.1875rem;
    margin-left: 0;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bkashima_protects_the_Earths_nature_and_living_creatures%5D@pc.webp');
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Notes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  margin: 16.875rem 0 0 0;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes {
    margin: 2.5rem 0 0 3.75rem;
    padding: 0;
    gap: 1.25rem;
  }
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes
    rt {
    font-size: 0.625rem;
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Notes::before {
  content: '';
  position: absolute;
  display: block;
  width: 5.625rem;
  height: 4.75rem;
  top: -4.75rem;
  left: 0.6875rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_fukidashi_green@sp.webp');
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes::before {
    width: 6.75rem;
    height: 7.1875rem;
    top: -4rem;
    left: -6rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_fukidashi_green@pc.webp');
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Notes
  li {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes
    li {
    font-size: 1.25rem;
    line-height: 2.2;
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Notes
  li
  mark {
  font-size: 1.125rem;
  font-weight: 700;
  color: #00933c;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes
    li
    mark {
    font-size: 1.375rem;
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Notes
  li
  small {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes
    li
    small {
    font-size: 1rem;
  }
}
section.protect
  .protect__inner
  .protect__animated
  .protect__animatedInner
  .protect__fadeContent02
  .protect__fadeContent02Notes
  li::before {
  content: '●';
  font-size: 1.125rem;
  font-weight: 700;
  color: #00933c;
  margin-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__animated
    .protect__animatedInner
    .protect__fadeContent02
    .protect__fadeContent02Notes
    li::before {
    font-size: 1.375rem;
    margin-right: 0.625rem;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust {
  position: absolute;
  top: 13.875rem;
  right: 5.3125rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust {
    top: 0;
    right: 0;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem01 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_earth.webp');
  position: absolute;
  top: 1.0625rem;
  right: 0;
  width: 11.0625rem;
  height: 11.0625rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem01 {
    top: 3.25rem;
    right: -1.4375rem;
    width: 32.8125rem;
    height: 32.8125rem;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem02 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_twinkle_01.gif');
  position: absolute;
  top: 0;
  right: 8.5625rem;
  width: 1.9375rem;
  height: 2.125rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem02 {
    top: 0;
    right: 24rem;
    width: 5.8125rem;
    height: 6.25rem;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem03 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_twinkle_02.gif');
  position: absolute;
  top: 0.375rem;
  right: 1.5625rem;
  width: 1rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem03 {
    top: 1.0625rem;
    right: 3.25rem;
    width: 3rem;
    height: 4.375rem;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem04 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_building_and_bridge.webp');
  position: absolute;
  top: 7.3125rem;
  right: 0.1875rem;
  width: 10.8125rem;
  height: 5.375rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem04 {
    top: 21.5rem;
    right: -1.4375rem;
    width: 32.125rem;
    height: 16rem;
  }
}
section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem05 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_bugs.webp');
  position: absolute;
  top: 2.3125rem;
  right: 8.9375rem;
  width: 4.375rem;
  height: 7.8125rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__animated .protect__animatedInner .protect__illust .protect__illustItem05 {
    top: 6.625rem;
    right: 25.125rem;
    width: 13.0625rem;
    height: 23.25rem;
  }
}
section.protect .protect__inner .protect__lead01,
section.protect .protect__inner .protect__lead02 {
  font-weight: 500;
  line-height: 2.2;
  font-size: 0.9375rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__lead01,
  section.protect .protect__inner .protect__lead02 {
    font-size: 1.125rem;
    padding: 0 0 0 6.25rem;
  }
}
section.protect .protect__inner .protect__lead02 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__lead02 {
    margin-top: 0.5rem;
  }
}
section.protect .protect__inner .protect__subtitle {
  display: block;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bwe_strive_to_protect_a_future_where_people_and_living_things_can_live_healthily_forever%5D@sp.webp');
  margin: 0.625rem 0 0 1rem;
  width: 21.0625rem;
  height: 10.125rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__subtitle {
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bwe_strive_to_protect_a_future_where_people_and_living_things_can_live_healthily_forever%5D@pc.webp');
    margin: -0.625rem 0 0 6.25rem;
    width: 65rem;
    height: 6.3125rem;
  }
}
section.protect .protect__inner .protect__archive {
  position: relative;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive {
    margin-top: 7.5rem;
  }
}
section.protect .protect__inner .protect__archive .protect__archiveBanner {
  background-color: #b0faca;
  position: relative;
  border: 2px solid #252525;
  border-bottom: none;
  border-top-right-radius: 3.125rem;
  border-top-left-radius: 3.125rem;
  padding: 5.8125rem 0 0 1.0625rem;
  height: 11.4375rem;
  width: calc(100% + 4px);
  transform: translateX(-2px);
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive .protect__archiveBanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 26.25rem;
    height: 41.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 4.375rem;
    border-bottom-right-radius: 4.375rem;
    border: 2px solid #252525;
    border-left: none;
    padding: 23.75rem 0 0 0;
    transform: none;
  }
}
section.protect .protect__inner .protect__archive .protect__archiveBanner span {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive .protect__archiveBanner span {
    width: 100%;
    line-height: 1.8;
    font-size: 1.125rem;
  }
}
section.protect .protect__inner .protect__archive .protect__archiveBanner .protect__archiveBannerTitle {
  display: block;
  position: absolute;
  width: 7.3125rem;
  height: 2.625rem;
  top: 2.125rem;
  left: 3.0625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bprotect_verticle%5D@sp.webp');
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive .protect__archiveBanner .protect__archiveBannerTitle {
    width: 3.875rem;
    height: 16.9375rem;
    top: 4.375rem;
    left: 11.1875rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bprotect_verticle%5D@pc.webp');
  }
}
section.protect .protect__inner .protect__archive .protect__archiveBanner::after {
  content: '';
  display: block;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_protect.webp');
  position: absolute;
  width: 9.25rem;
  height: 6.9375rem;
  bottom: 2.25rem;
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive .protect__archiveBanner::after {
    width: 19.375rem;
    height: 14.5625rem;
    bottom: -2.5rem;
    left: 3.4375rem;
    right: auto;
  }
}
section.protect .protect__inner .protect__archive .protect__archiveList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.625rem;
  padding: 2rem 1rem 0;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive .protect__archiveList {
    gap: 1.5rem;
    padding: 0 0 0 35rem;
    min-height: 41.25rem;
  }
}
section.protect .protect__inner .protect__archive .protect__archiveList .protect__archiveListItem {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 2.5rem;
  border: 2px solid #252525;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  background-size: 5.625rem 5.625rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  section.protect .protect__inner .protect__archive .protect__archiveList .protect__archiveListItem {
    justify-content: center;
    border-radius: 3.75rem;
    background-size: 10.625rem 10.625rem;
    padding-bottom: 0;
  }
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem:hover
    .protect__archiveListItemNext::after {
    animation: arrow_right_s 0.4s ease-out forwards;
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem
  .protect__archiveListItemContent {
  font-weight: 500;
  line-height: 2.2;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem
    .protect__archiveListItemContent {
    font-size: 1.125rem;
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem
  .protect__archiveListItemNext {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 3.875rem;
  height: 3.625rem;
  padding: 1.25rem 0 0 1.25rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 2.5rem;
  border: 2px solid #252525;
  background-color: #00933c;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem
    .protect__archiveListItemNext {
    width: 3.75rem;
    height: 4rem;
    padding: 1.375rem 0 0 1.0625rem;
    border-top-left-radius: 1.875rem;
    border-bottom-right-radius: 3.75rem;
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem
  .protect__archiveListItemNext::after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 0.875rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjg4NDggMC4zMTM0MzRDOS42ODg2MSAwLjA2MjExOTUgOS45NzA3MSAtMC4wODY0OTU2IDEwLjE3ODcgMC4wNTQ2NDUzTDIwLjI0NTEgNi44ODU3QzIwLjQyODEgNy4wMTAwNiAyMC40MjgzIDcuMjc5OTggMjAuMjQ1MSA3LjQwNDI1TDEwLjE3ODcgMTQuMjM1M0M5Ljk3MDY2IDE0LjM3NjUgOS42ODg0OCAxNC4yMjcgOS42ODg0OCAxMy45NzU1VjkuNzIxNjRMOS42ODY1MiA5LjcyMjYxSDAuMzEzNDc3QzAuMTQwNDI3IDkuNzIyNjEgLTYuNTcxOTRlLTA5IDkuNTgyMTkgMCA5LjQwOTE0VjUuMDM2MDlDNi41NzE5NGUtMDkgNC44NjMwNCAwLjE0MDQyOCA0LjcyMjYxIDAuMzEzNDc3IDQuNzIyNjFIOS42ODg0OFYwLjMxMzQzNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem.protect__archiveListItem--01 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_butterfly.gif');
  width: 21.0625rem;
  background-position: 1.5rem 2.1875rem;
  box-shadow: 0.375rem 0.375rem #ffee69;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--01 {
    height: 15rem;
    width: 48.25rem;
    background-position: 2.25rem 2.1875rem;
    box-shadow: 0.5rem 0.5rem #ffee69;
  }
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--01:hover {
    box-shadow: none;
    transform: translate(0.5rem, 0.5rem);
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem.protect__archiveListItem--01
  .protect__archiveListItemTitle {
  margin: 1.4375rem 0 0 8.125rem;
  height: 7.125rem;
  width: 11.5625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Blets_explore_a_town_bustling_with_living_creatures%5D@sp.webp');
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--01
    .protect__archiveListItemTitle {
    margin: 0 0 0 14.625rem;
    height: 7.25rem;
    width: 29.25rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Blets_explore_a_town_bustling_with_living_creatures%5D@pc.webp');
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem.protect__archiveListItem--01
  .protect__archiveListItemContent {
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--01
    .protect__archiveListItemContent {
    padding: 0.375rem 0 0 14.625rem;
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem.protect__archiveListItem--02 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_butterfly.gif');
  box-shadow: 0.5rem 0.5rem #febe8d;
  width: 21.0625rem;
  background-position: 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--02 {
    height: 15rem;
    width: 48.25rem;
    background-position: 33.25rem 2.1875rem;
  }
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--02:hover {
    box-shadow: none;
    transform: translate(0.5rem, 0.5rem);
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem.protect__archiveListItem--02
  .protect__archiveListItemTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5BTentative_New_Mamoru_Content%5D@sp.webp');
  margin: 1.8125rem 0 0 8.125rem;
  height: 4.25rem;
  width: 11.5625rem;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--02
    .protect__archiveListItemTitle {
    margin: 0 0 0 3rem;
    height: 4.375rem;
    width: 29.25rem;
    background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5BTentative_New_Mamoru_Content%5D@pc.webp');
  }
}
section.protect
  .protect__inner
  .protect__archive
  .protect__archiveList
  .protect__archiveListItem.protect__archiveListItem--02
  .protect__archiveListItemContent {
  padding: 1.625rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section.protect
    .protect__inner
    .protect__archive
    .protect__archiveList
    .protect__archiveListItem.protect__archiveListItem--02
    .protect__archiveListItemContent {
    padding: 0.25rem 0 0 3rem;
  }
}

section.protect [data-animate='protectArchiveBanner'] {
  will-change: transform;
  transform: scale(0);
}
section.protect [data-animate='protectArchiveList'] li {
  will-change: transform, opacity;
  transform: translateY(20%);
  opacity: 0;
}
section.protect [data-animate='protectBlank'] {
  width: 100%;
  height: 3000px;
}
section.protect [data-animate='protectFadeContent01Lead'],
section.protect [data-animate='protectFadeContent02'],
section.protect [data-animate='protectFadeContent02Notes'],
section.protect [data-animate='protectIllustItem02'],
section.protect [data-animate='protectIllustItem03'],
section.protect [data-animate='protectIllustItem04'],
section.protect [data-animate='protectIllustItem05'] {
  will-change: opacity;
  opacity: 0;
}

section.experiment {
  position: relative;
}
section.experiment::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 14.875rem;
  height: 8.125rem;
  top: -2.8125rem;
  left: 2.4375rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_squirrel.webp');
}
@media screen and (min-width: 768px) {
  section.experiment::before {
    width: 28.625rem;
    height: 15.625rem;
    top: -6.5625rem;
    left: 4.75rem;
  }
}
section.experiment::after {
  content: none;
  display: block;
  width: 7.5rem;
  height: 10.125rem;
  position: absolute;
  top: -4.0625rem;
  right: 7.375rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_illust_tiny_tree.webp');
}
@media screen and (min-width: 768px) {
  section.experiment::after {
    content: '';
  }
}
section.experiment .experiment__wrapper {
  overflow: hidden;
}
section.experiment .experiment__wrapper .experiment__inner {
  position: relative;
  background-color: #febe8d;
  border: 2px solid #252525;
  border-bottom: none;
  padding: 7.3125rem 0 3.75rem 0;
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  width: calc(100% + 4px);
  transform: translateX(-2px);
}
@media screen and (min-width: 768px) {
  section.experiment .experiment__wrapper .experiment__inner {
    padding: 8.125rem 0 8rem 0;
    border-top-left-radius: 8.75rem;
    border-top-right-radius: 8.75rem;
  }
}
section.experiment .experiment__wrapper .experiment__inner .experiment__title {
  display: block;
  margin: 0 auto;
  width: 14.8125rem;
  height: 2.625rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Blets_try_it%5D.webp');
}
@media screen and (min-width: 768px) {
  section.experiment .experiment__wrapper .experiment__inner .experiment__title {
    width: 24rem;
    height: 4.25rem;
  }
}
section.experiment .experiment__wrapper .experiment__inner .experiment__lead {
  text-align: center;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  section.experiment .experiment__wrapper .experiment__inner .experiment__lead {
    font-size: 1.25rem;
  }
}
section.experiment .experiment__wrapper .experiment__inner .experiment__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  section.experiment .experiment__wrapper .experiment__inner .experiment__card {
    align-items: unset;
    flex-direction: row;
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
section.experiment .experiment__wrapper .experiment__inner .experiment__card .experiment__cardItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #252525;
  background-color: #ffffff;
  border-radius: 2.5rem;
  box-shadow: 0.375rem 0.375rem #f4a364;
  background-size: 6.875rem 6.25rem;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.experiment .experiment__wrapper .experiment__inner .experiment__card .experiment__cardItem {
    height: 100%;
    min-height: 100%;
    border-radius: 3.75rem;
    background-size: 9.375rem 9.375rem;
    box-shadow: 0.5rem 0.5rem #f4a364;
  }
  section.experiment .experiment__wrapper .experiment__inner .experiment__card .experiment__cardItem:hover {
    box-shadow: none;
    transform: translate(0.5rem, 0.5rem);
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem
  .experiment__cardItemText {
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem
    .experiment__cardItemText {
    font-size: 1.125rem;
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem.experiment__cardItem--01 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_research.gif');
  width: 21.0625rem;
  background-position: center 4.8125rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem.experiment__cardItem--01 {
    width: 24.375rem;
    background-position: center 7.625rem;
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem.experiment__cardItem--01
  .experiment__cardItemTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bfree_research%5D.webp');
  position: absolute;
  width: 9.9375rem;
  height: 1.8125rem;
  top: 2rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem.experiment__cardItem--01
    .experiment__cardItemTitle {
    width: 12.0625rem;
    height: 2rem;
    top: 3.25rem;
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem.experiment__cardItem--01
  .experiment__cardItemText {
  margin: 12.8125rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem.experiment__cardItem--01
    .experiment__cardItemText {
    margin: 18.125rem 0 2.5rem;
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem.experiment__cardItem--02 {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_gif_bee.gif');
  width: 21.0625rem;
  background-position: center 6.625rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem.experiment__cardItem--02 {
    width: 24.375rem;
    background-position: center 7.625rem;
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem.experiment__cardItem--02
  .experiment__cardItemTitle {
  background-image: url('/static/kajimedia/kids_kajimedia/kids_text_%5Bfinding_bees_by_looking_at_leaves%5D.webp');
  position: absolute;
  width: 13.9375rem;
  height: 4.3125rem;
  top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem.experiment__cardItem--02
    .experiment__cardItemTitle {
    width: 20.375rem;
    height: 5.625rem;
    top: 1.0625rem;
  }
}
section.experiment
  .experiment__wrapper
  .experiment__inner
  .experiment__card
  .experiment__cardItem.experiment__cardItem--02
  .experiment__cardItemText {
  margin: 14.5625rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  section.experiment
    .experiment__wrapper
    .experiment__inner
    .experiment__card
    .experiment__cardItem.experiment__cardItem--02
    .experiment__cardItemText {
    margin: 18.5rem 0 5rem 0;
  }
}

section.experiment [data-animate='experimentTitle'] {
  will-change: transform;
  transform: scale(0);
}
section.experiment [data-animate='experimentCard'] li {
  will-change: transform, opacity;
  transform: translateY(20%);
  opacity: 0;
}

section.localmenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 2rem 2.5rem 0 0;
}
section.localmenu .localmenu__external {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.localmenu .localmenu__external .localmenu__externalLink {
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}
section.localmenu .localmenu__external .localmenu__externalLink::after {
  content: '';
  display: block;
  margin-left: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC40OTY0IDIuODgwNzhINC41MTMzNlYySDEyVjkuNDg2NjRIMTEuMTE5MlYzLjUwMzU5TDIuNjIyODEgMTJMMiAxMS4zNzcyTDEwLjQ5NjQgMi44ODA3OFoiIGZpbGw9IiMwMDkzM0MiLz4KPC9zdmc+Cg==');
}
section.localmenu .localmenu__external .localmenu__externalLink:hover {
  color: #00933c;
}
section.localmenu .localmenu__external .localmenu__externalLink.localmenu__externalLink--01 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
}
section.localmenu .localmenu__external .localmenu__externalLink.localmenu__externalLink--02 {
  margin-left: 1.25rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}
section.localmenu .localmenu__external .localmenu__externalSearch {
  display: block;
  width: 10.625rem;
  height: 1.875rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  margin-left: 2.5rem;
  border: 1px solid #252525;
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
}
section.localmenu .localmenu__external .localmenu__externalSearch::before {
  content: '';
  display: block;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.25rem;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODMzNjYgOS4zMzMzM0M2LjgwNTg4IDkuMzMzMzMgNy42MzIyNyA4Ljk5MzA2IDguMzEyODMgOC4zMTI1QzguOTkzMzggNy42MzE5NSA5LjMzMzY2IDYuODA1NTYgOS4zMzM2NiA1LjgzMzMzQzkuMzMzNjYgNC44NjExMSA4Ljk5MzM4IDQuMDM0NzIgOC4zMTI4MyAzLjM1NDE3QzcuNjMyMjcgMi42NzM2MSA2LjgwNTg4IDIuMzMzMzMgNS44MzM2NiAyLjMzMzMzQzQuODYxNDQgMi4zMzMzMyA0LjAzNTA1IDIuNjczNjEgMy4zNTQ0OSAzLjM1NDE3QzIuNjczOTQgNC4wMzQ3MiAyLjMzMzY2IDQuODYxMTEgMi4zMzM2NiA1LjgzMzMzQzIuMzMzNjYgNi44MDU1NiAyLjY3Mzk0IDcuNjMxOTUgMy4zNTQ0OSA4LjMxMjVDNC4wMzUwNSA4Ljk5MzA2IDQuODYxNDQgOS4zMzMzMyA1LjgzMzY2IDkuMzMzMzNaTTUuODMzNjYgMTAuNUM0LjUzMDg4IDEwLjUgMy40Mjc0MSAxMC4wNDc5IDIuNTIzMjQgOS4xNDM3NUMxLjYxOTA4IDguMjM5NTggMS4xNjY5OSA3LjEzNjExIDEuMTY2OTkgNS44MzMzM0MxLjE2Njk5IDQuNTMwNTYgMS42MTkwOCAzLjQyNzA4IDIuNTIzMjQgMi41MjI5MkMzLjQyNzQxIDEuNjE4NzUgNC41MzA4OCAxLjE2NjY3IDUuODMzNjYgMS4xNjY2N0M3LjEzNjQ0IDEuMTY2NjcgOC4yMzk5MSAxLjYxODc1IDkuMTQ0MDggMi41MjI5MkMxMC4wNDgyIDMuNDI3MDggMTAuNTAwMyA0LjUzMDU2IDEwLjUwMDMgNS44MzMzM0MxMC41MDAzIDYuMzc3NzggMTAuNDE1MyA2Ljg5MDYzIDEwLjI0NTEgNy4zNzE4OEMxMC4wNzUgNy44NTMxMyA5LjgzNDM1IDguMjkzMDYgOS41MjMyNCA4LjY5MTY3TDEyLjgzMzcgMTIuMDE2N0wxMi4wMTcgMTIuODMzM0w4LjY5MTk5IDkuNTIyOTJDOC4yOTMzOCA5LjgzNDAzIDcuODUzNDUgMTAuMDc0NyA3LjM3MjIgMTAuMjQ0OEM2Ljg5MDk1IDEwLjQxNDkgNi4zNzgxIDEwLjUgNS44MzM2NiAxMC41WiIgZmlsbD0iIzI1MjUyNSIvPgo8L3N2Zz4K');
}
section.localmenu .localmenu__external .localmenu__externalSearch input {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
section.localmenu .localmenu__external .localmenu__externalSearch input::placeholder {
  color: #999999;
}
section.localmenu .localmenu__hr {
  margin: 2rem 0 2.625rem 0;
  width: 43.25rem;
  border-top: none;
  border-bottom: 1px dashed #252525;
}
section.localmenu .localmenu__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.75rem;
}
section.localmenu .localmenu__menu .localmenu__menuItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.localmenu .localmenu__menu .localmenu__menuItem:hover .localmenu__menuItemHeadingTitle {
  color: #00933c;
}
section.localmenu .localmenu__menu .localmenu__menuItem:hover .localmenu__menuItemHeadingCircle {
  transform: rotate(180deg);
}
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuItemHeading {
  display: flex;
  align-items: center;
  cursor: pointer;
}
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuItemHeading .localmenu__menuItemHeadingTitle {
  height: 1.5rem;
  width: auto;
}
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuItemHeading .localmenu__menuItemHeadingCircle {
  width: 1.625rem;
  height: 1.625rem;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.5rem;
}
section.localmenu .localmenu__menu .localmenu__menuItem.localmenu__menuItem:last-of-type {
  justify-content: flex-end;
}
section.localmenu .localmenu__menu .localmenu__menuItem.localmenu__menuItem:last-of-type .localmenu__menuPortal {
  transform: translateX(0.5rem);
}
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuItemHeading:hover ~ .localmenu__menuPortal,
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuPortal:hover {
  opacity: 1;
  visibility: visible;
}
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuPortal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  position: absolute;
  z-index: 1;
  top: 100%;
  padding-top: 1.5rem;
}
section.localmenu .localmenu__menu .localmenu__menuItem .localmenu__menuPortal .localmenu__menuPortalInner {
  padding: 2rem 1.75rem 2rem 2rem;
  background-color: #ffffff;
  border: 2px solid #252525;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  width: 18.75rem;
}
section.localmenu
  .localmenu__menu
  .localmenu__menuItem
  .localmenu__menuPortal
  .localmenu__menuPortalInner
  .localmenu__menuPortalItem {
  display: flex;
  align-items: center;
}
section.localmenu
  .localmenu__menu
  .localmenu__menuItem
  .localmenu__menuPortal
  .localmenu__menuPortalInner
  .localmenu__menuPortalItem::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #00933c;
  margin-right: 0.625rem;
}
section.localmenu
  .localmenu__menu
  .localmenu__menuItem
  .localmenu__menuPortal
  .localmenu__menuPortalInner
  .localmenu__menuPortalItem
  a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.2s ease-in-out;
  text-align: left;
}
section.localmenu
  .localmenu__menu
  .localmenu__menuItem
  .localmenu__menuPortal
  .localmenu__menuPortalInner
  .localmenu__menuPortalItem
  a:hover {
  color: #00933c;
}

section.scrollTop {
  position: absolute;
  z-index: 1000;
  right: 0.625rem;
  bottom: -1.5rem;
}
@media screen and (min-width: 768px) {
  section.scrollTop {
    position: sticky;
    z-index: 1000;
    right: 0;
    bottom: -3.75rem;
    left: calc(100% - 6.25rem);
  }
}
section.scrollTop .scrollTop__btn {
  position: absolute;
  right: 0.375rem;
  bottom: 4.375rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.5s linear;
}
section.scrollTop .scrollTop__btn span {
  display: block;
  width: 5.6875rem;
  height: 6.25rem;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_sticky_bird.webp');
  background-repeat: no-repeat;
  transform: translate(110%, 80%) rotate(-30deg);
  transition: transform 0.5s ease-in-out;
}
section.scrollTop .scrollTop__btn[data-visible='true'] {
  opacity: 1;
  visibility: visible;
}
section.scrollTop .scrollTop__btn[data-visible='true'] span {
  transform: translate(0, 0) rotate(0);
}

body {
  position: relative;
  background-color: #fff8e2;
  color: #252525;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

body::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('/static/kajimedia/kids_kajimedia/kids_noise_bg.webp');
  background-repeat: repeat;
  background-blend-mode: multiply;
  opacity: 0.08;
}

html {
  --fw: 100vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(0.0426666667 * var(--fw));
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(0.0111111111 * var(--fw));
  }
}

html[data-locked] {
  overflow: hidden;
}

rt {
  font-size: 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  rt {
    font-size: 0.5625rem;
    line-height: 1.6;
  }
}

@keyframes arrow_right_s {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  25% {
    transform: translate(45%);
    opacity: 0;
  }
  50% {
    transform: translate(-45%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
main {
  position: relative;
}

*,
*::before,
*::after {
  background-size: contain;
  background-repeat: no-repeat;
}

.pre-footer {
  background-color: #febe8d;
  width: 100%;
  overflow: hidden;
}
.pre-footer img {
  width: 100%;
  transform: translateY(2.125rem);
}
@media screen and (min-width: 768px) {
  .pre-footer img {
    transform: translateY(4.25rem);
  }
}
