@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

#main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
#main * {
  color: #333333;
}
#main a:hover, #main a:active, #main a:focus {
  color: #333333;
}
#main img {
  width: 100%;
}
#main .section__title h2 {
  text-align: center;
}
#main .section__title h2 {
  font-size: 2.3426061493vw;
}
@media screen and (min-width: 1366px) {
  #main .section__title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  #main .section__title h2 {
    font-size: 22.4890190337px;
  }
}
#main .section__title h2 {
  font-weight: bold;
  color: #3fb165;
}
@media screen and (max-width: 767px) {
  #main .section__title h2 {
    font-size: 7.4666666667vw;
  }
}
#main .section__title h3 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
#main .section__title h3 {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .section__title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .section__title h3 {
    font-size: 11.2445095168px;
  }
}
@media screen and (max-width: 767px) {
  #main .section__title h3 {
    font-size: 3.7333333333vw;
  }
}
#main .section__title h3 {
  font-weight: bold;
  color: #5f5f5f;
}
#main .common__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .common__btn {
  font-size: 1.0980966325vw;
}
@media screen and (min-width: 1366px) {
  #main .common__btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #main .common__btn {
    font-size: 10.541727672px;
  }
}
#main .common__btn {
  gap: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #main .common__btn {
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  #main .common__btn {
    gap: 7.027818448px;
  }
}
#main .common__btn {
  font-weight: bold;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #main .common__btn {
    gap: 2.6666666667vw;
  }
  #main .common__btn {
    font-size: 4vw;
  }
}
#main .common__btn:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .common__btn:after {
  width: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .common__btn:after {
    width: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .common__btn:after {
    width: 30.2196193265px;
  }
}
#main .common__btn:after {
  height: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .common__btn:after {
    height: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .common__btn:after {
    height: 30.2196193265px;
  }
}
@media screen and (max-width: 767px) {
  #main .common__btn:after {
    width: 11.3333333333vw;
  }
  #main .common__btn:after {
    height: 11.3333333333vw;
  }
}
#main .common__btn:hover {
  opacity: 0.7;
}
#main .kv {
  position: relative;
}
#main .kv .kv__decoration {
  width: 80.5270863836vw;
}
@media screen and (min-width: 1366px) {
  #main .kv .kv__decoration {
    width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  #main .kv .kv__decoration {
    width: 773.0600292826px;
  }
}
#main .kv .kv__decoration {
  bottom: -5.6368960469vw;
}
@media screen and (min-width: 1366px) {
  #main .kv .kv__decoration {
    bottom: -77px;
  }
}
@media screen and (max-width: 960px) {
  #main .kv .kv__decoration {
    bottom: -54.1142020498px;
  }
}
#main .kv .kv__decoration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .kv .kv__decoration {
    width: 89.3333333333vw;
  }
  #main .kv .kv__decoration {
    bottom: -22vw;
  }
}
#main .lineUp {
  background-color: #c4e2f2;
}
#main .lineUp {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp {
    padding-bottom: 70.2781844802px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp {
    padding-top: 4vw;
  }
  #main .lineUp {
    padding-bottom: 9.3333333333vw;
  }
}
#main .lineUp .lineUp__content {
  margin-top: 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__content {
    margin-top: 56.2225475842px;
  }
}
#main .lineUp .lineUp__content {
  width: 75.1098096633vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__content {
    width: 1026px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__content {
    width: 721.0541727672px;
  }
}
#main .lineUp .lineUp__content {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__content {
    width: 89.3333333333vw;
  }
  #main .lineUp .lineUp__content {
    margin-top: 13.3333333333vw;
  }
  #main .lineUp .lineUp__content {
    flex-direction: column;
  }
  #main .lineUp .lineUp__content {
    gap: 12vw;
  }
}
#main .lineUp .lineUp__block {
  position: relative;
  background-color: #fff;
}
#main .lineUp .lineUp__block {
  width: 23.1332357247vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block {
    width: 316px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block {
    width: 222.0790629575px;
  }
}
#main .lineUp .lineUp__block {
  border-radius: 10.980966325vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block {
    border-radius: 150px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block {
    border-radius: 105.4172767204px;
  }
}
#main .lineUp .lineUp__block {
  padding-top: 11.7130307467vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block {
    padding-top: 160px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block {
    padding-top: 112.4450951684px;
  }
}
#main .lineUp .lineUp__block {
  padding-bottom: 2.635431918vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block {
    padding-bottom: 25.3001464129px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block {
    width: 100%;
  }
  #main .lineUp .lineUp__block {
    padding-top: 53.3333333333vw;
  }
  #main .lineUp .lineUp__block {
    padding-bottom: 9.3333333333vw;
  }
  #main .lineUp .lineUp__block {
    border-radius: 40vw;
  }
}
#main .lineUp .lineUp__block .lineUp__block--item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#main .lineUp .lineUp__block .lineUp__block--illust {
  position: absolute;
}
#main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
  width: 15.2269399707vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
    width: 208px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
    width: 146.1786237189px;
  }
}
#main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
  top: -3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
    top: -50px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
    top: -35.1390922401px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
    width: 56.2666666667vw;
  }
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--item {
    top: -7.0666666667vw;
  }
}
#main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
  width: 4.4655929722vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    width: 61px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    width: 42.8696925329px;
  }
}
#main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
  bottom: 0.9516837482vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    bottom: 13px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    bottom: 9.1361639824px;
  }
}
#main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
  left: -0.5856515373vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    left: -8px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    left: -5.6222547584px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    width: 15.8666666667vw;
  }
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    bottom: 1.0666666667vw;
  }
  #main .lineUp .lineUp__block:nth-child(1) .lineUp__block--illust {
    left: 4vw;
  }
}
#main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
  width: 18.6676427526vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
    width: 255px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
    width: 179.2093704246px;
  }
}
#main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
  top: -1.9765739385vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
    top: -27px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
    top: -18.9751098097px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
    width: 71.6vw;
  }
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--item {
    top: -2.6666666667vw;
  }
}
#main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
  width: 7.8330893119vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    width: 107px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    width: 75.1976573939px;
  }
}
#main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
  bottom: 4.2459736457vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    bottom: 58px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    bottom: 40.7613469985px;
  }
}
#main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
  right: -0.9516837482vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    right: -13px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    right: -9.1361639824px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    width: 27.6vw;
  }
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    bottom: 14.2666666667vw;
  }
  #main .lineUp .lineUp__block:nth-child(2) .lineUp__block--illust {
    right: -1.4666666667vw;
  }
}
#main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
  width: 20.8638360176vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
    width: 285px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
    width: 200.2928257687px;
  }
}
#main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
  top: -3.953147877vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
    top: -54px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
    top: -37.9502196193px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
    width: 80.2666666667vw;
  }
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--item {
    top: -7.2vw;
  }
}
#main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
  width: 6.2957540264vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    width: 86px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    width: 60.439238653px;
  }
}
#main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
  bottom: 2.0497803807vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    bottom: 28px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    bottom: 19.6778916545px;
  }
}
#main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
  right: -1.0248901903vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    right: -14px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    right: -9.8389458272px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    width: 23.3333333333vw;
  }
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    bottom: -1.8666666667vw;
  }
  #main .lineUp .lineUp__block:nth-child(3) .lineUp__block--illust {
    left: 0;
  }
}
#main .lineUp .lineUp__block--name {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .lineUp .lineUp__block--name {
  gap: 0.439238653vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--name {
    gap: 6px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--name {
    gap: 4.2166910688px;
  }
}
@media screen and (min-width: 768px) {
  #main .lineUp .lineUp__block--name {
    margin-top: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #main .lineUp .lineUp__block--name {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #main .lineUp .lineUp__block--name {
    margin-top: 8.4333821376px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--name {
    gap: 1.6vw;
  }
}
#main .lineUp .lineUp__block--name dt {
  border: 1px solid #333333;
  font-size: 10px;
  padding: 1px 2px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--name dt {
    font-size: 2.6666666667vw;
  }
  #main .lineUp .lineUp__block--name dt {
    padding-block: 0.2666666667vw;
  }
  #main .lineUp .lineUp__block--name dt {
    padding-inline: 0.5333333333vw;
  }
}
#main .lineUp .lineUp__block--name dd {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--name dd {
    font-size: 2.6666666667vw;
  }
}
#main .lineUp .lineUp__block--detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .lineUp .lineUp__block--detail {
  gap: 0.5856515373vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--detail {
    gap: 8px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--detail {
    gap: 5.6222547584px;
  }
}
#main .lineUp .lineUp__block--detail {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--detail {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--detail {
    margin-top: 14.055636896px;
  }
}
#main .lineUp .lineUp__block--detail {
  padding-inline: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--detail {
    padding-inline: 12px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--detail {
    padding-inline: 8.4333821376px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--detail {
    margin-top: 6vw;
  }
  #main .lineUp .lineUp__block--detail {
    gap: 2.1333333333vw;
  }
  #main .lineUp .lineUp__block--detail {
    padding-inline: 2.6666666667vw;
  }
}
#main .lineUp .lineUp__block--detail picture {
  width: 6.7349926794vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--detail picture {
    width: 92px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--detail picture {
    width: 64.6559297218px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--detail picture {
    width: 30.5333333333vw;
  }
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text {
  flex: 1;
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--detail .lineUp__block--detail--text {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--detail .lineUp__block--detail--text {
    font-size: 11.2445095168px;
  }
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--detail .lineUp__block--detail--text {
    font-size: 4.2666666667vw;
  }
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text h4 {
  font-weight: 500;
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text span {
  font-weight: 700;
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text sup {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--detail .lineUp__block--detail--text sup {
    font-size: 2.6666666667vw;
  }
}
#main .lineUp .lineUp__block--detail .lineUp__block--detail--text small {
  font-weight: 500;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--detail .lineUp__block--detail--text small {
    font-size: 2.6666666667vw;
  }
}
#main .lineUp .lineUp__block--link {
  margin-top: 2.635431918vw;
}
@media screen and (min-width: 1366px) {
  #main .lineUp .lineUp__block--link {
    margin-top: 36px;
  }
}
@media screen and (max-width: 960px) {
  #main .lineUp .lineUp__block--link {
    margin-top: 25.3001464129px;
  }
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--link {
    margin-top: 6vw;
  }
}
#main .lineUp .lineUp__block--link {
  color: #3fb165;
}
#main .lineUp .lineUp__block--link:after {
  background-image: url(/-/Media/com/kidseye/202603/top/arrow-white.png);
}
@media screen and (max-width: 767px) {
  #main .lineUp .lineUp__block--link:after {
    background-image: url(/-/Media/com/kidseye/202603/top/arrow-white.sp.png);
  }
}
#main .about {
  background-image: url(/-/Media/com/kidseye/202603/top/bg01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .about {
  padding-top: 31.4787701318vw;
}
@media screen and (max-width: 960px) {
  #main .about {
    padding-top: 302.196193265px;
  }
}
#main .about {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .about {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .about {
    padding-bottom: 70.2781844802px;
  }
}
#main .about {
  background-color: #fae6ca;
}
@media screen and (max-width: 767px) {
  #main .about {
    padding-top: 66.6666666667vw;
  }
  #main .about {
    padding-bottom: 13.3333333333vw;
  }
  #main .about {
    background-image: url(/-/Media/com/kidseye/202603/top/bg01.sp.png);
  }
}
#main .about .about___content:nth-child(1) .section__title {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about .about___content:nth-child(1) .section__title {
    line-height: 1.3;
  }
}
#main .about .about___content:nth-child(1) .section__title:after {
  content: "";
  display: block;
  background-image: url(/-/Media/com/kidseye/202603/top/about-bubble01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#main .about .about___content:nth-child(1) .section__title:after {
  width: 5.1976573939vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    width: 71px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    width: 49.897510981px;
  }
}
#main .about .about___content:nth-child(1) .section__title:after {
  height: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    height: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    height: 30.2196193265px;
  }
}
#main .about .about___content:nth-child(1) .section__title:after {
  top: -2.5622254758vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    top: -35px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    top: -24.5973645681px;
  }
}
#main .about .about___content:nth-child(1) .section__title:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #main .about .about___content:nth-child(1) .section__title:after {
    background-image: url(/-/Media/com/kidseye/202603/top/about-bubble01.sp.png);
  }
  #main .about .about___content:nth-child(1) .section__title:after {
    width: 16.9333333333vw;
  }
  #main .about .about___content:nth-child(1) .section__title:after {
    height: 10.2666666667vw;
  }
  #main .about .about___content:nth-child(1) .section__title:after {
    top: -10.6666666667vw;
  }
}
#main .about .about___content:nth-child(2) {
  margin-top: 10.2489019034vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(2) {
    margin-top: 140px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(2) {
    margin-top: 98.3894582723px;
  }
}
@media screen and (max-width: 767px) {
  #main .about .about___content:nth-child(2) {
    margin-top: 24vw;
  }
}
#main .about .about___content:nth-child(2) .section__title {
  position: relative;
}
#main .about .about___content:nth-child(2) .section__title:after {
  content: "";
  display: block;
  background-image: url(/-/Media/com/kidseye/202603/top/about-bubble02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#main .about .about___content:nth-child(2) .section__title:after {
  width: 7.9795021962vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    width: 109px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    width: 76.6032210835px;
  }
}
#main .about .about___content:nth-child(2) .section__title:after {
  height: 3.4407027818vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    height: 47px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    height: 33.0307467057px;
  }
}
#main .about .about___content:nth-child(2) .section__title:after {
  top: -2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    top: -40px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    top: -28.1112737921px;
  }
}
#main .about .about___content:nth-child(2) .section__title:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #main .about .about___content:nth-child(2) .section__title:after {
    background-image: url(/-/Media/com/kidseye/202603/top/about-bubble02.sp.png);
  }
  #main .about .about___content:nth-child(2) .section__title:after {
    width: 26vw;
  }
  #main .about .about___content:nth-child(2) .section__title:after {
    height: 11.2vw;
  }
  #main .about .about___content:nth-child(2) .section__title:after {
    top: -10.6666666667vw;
  }
}
#main .about .about__block {
  margin-top: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__block {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__block {
    margin-top: 42.1669106881px;
  }
}
#main .about .about__block {
  gap: 1.9033674963vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__block {
    gap: 26px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__block {
    gap: 18.2723279649px;
  }
}
#main .about .about__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .about .about__block {
    margin-top: 8vw;
  }
  #main .about .about__block {
    gap: 10.6666666667vw;
  }
  #main .about .about__block {
    flex-direction: column;
    margin-inline: auto;
  }
  #main .about .about__block {
    width: 81.3333333333vw;
  }
}
#main .about .about__block p {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__block p {
    font-size: 11.2445095168px;
  }
}
#main .about .about__block p {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #main .about .about__block p {
    font-size: 4.2666666667vw;
  }
}
#main .about .about__block picture {
  width: 26.5739385066vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__block picture {
    width: 363px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__block picture {
    width: 255.1098096633px;
  }
}
@media screen and (max-width: 767px) {
  #main .about .about__block picture {
    width: 100%;
  }
}
#main .about .about__check {
  margin-top: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__check {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__check {
    margin-top: 42.1669106881px;
  }
}
#main .about .about__check {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__check {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__check {
    font-size: 11.2445095168px;
  }
}
@media screen and (min-width: 768px) {
  #main .about .about__check {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #main .about .about__check {
    margin-top: 5.3333333333vw;
  }
  #main .about .about__check {
    font-size: 4.2666666667vw;
  }
  #main .about .about__check {
    width: 78.6666666667vw;
  }
  #main .about .about__check {
    margin-inline: auto;
    line-height: 1.7;
  }
}
#main .about .about__check li {
  margin-top: 0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__check li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__check li {
    margin-top: 3.513909224px;
  }
}
#main .about .about__check li {
  padding-left: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__check li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__check li {
    padding-left: 21.0834553441px;
  }
}
#main .about .about__check li {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .about .about__check li {
    margin-top: 2.6666666667vw;
  }
  #main .about .about__check li {
    padding-left: 7.3333333333vw;
  }
}
#main .about .about__check li span {
  font-weight: bold;
}
#main .about .about__check li sup {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #main .about .about__check li sup {
    font-size: 2.6666666667vw;
  }
}
#main .about .about__check li:before {
  content: "";
  display: block;
}
#main .about .about__check li:before {
  width: 1.3909224012vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__check li:before {
    width: 19px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__check li:before {
    width: 13.3528550512px;
  }
}
#main .about .about__check li:before {
  height: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__check li:before {
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__check li:before {
    height: 11.2445095168px;
  }
}
#main .about .about__check li:before {
  background-image: url(/-/Media/com/kidseye/202603/top/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 768px) {
  #main .about .about__check li:before {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #main .about .about__check li:before {
    width: 4.6666666667vw;
  }
  #main .about .about__check li:before {
    height: 4.2666666667vw;
  }
  #main .about .about__check li:before {
    top: 1.3333333333vw;
  }
  #main .about .about__check li:before {
    background-image: url(/-/Media/com/kidseye/202603/top/check.sp.png);
  }
}
#main .about .about__note {
  text-align: center;
}
#main .about .about__note {
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__note {
    font-size: 8.4333821376px;
  }
}
#main .about .about__note {
  margin-top: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__note {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__note {
    margin-top: 28.1112737921px;
  }
}
#main .about .about__note {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .about .about__note {
    font-size: 2.6666666667vw;
  }
  #main .about .about__note {
    margin-top: 5.3333333333vw;
  }
  #main .about .about__note {
    line-height: 1.5;
    text-align: left;
  }
  #main .about .about__note {
    width: 78.6666666667vw;
  }
  #main .about .about__note {
    margin-inline: auto;
    padding-left: 2em;
    text-indent: -2em;
  }
}
#main .about .about__graph {
  margin-top: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph {
    margin-top: 28.1112737921px;
  }
}
#main .about .about__graph {
  border-radius: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph {
    border-radius: 50px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph {
    border-radius: 35.1390922401px;
  }
}
#main .about .about__graph {
  width: 51.2445095168vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph {
    width: 700px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph {
    width: 491.9472913616px;
  }
}
#main .about .about__graph {
  padding-block: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph {
    padding-block: 60px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph {
    padding-block: 42.1669106881px;
  }
}
#main .about .about__graph {
  background-color: #fff;
  border: 3px solid #3fb165;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #main .about .about__graph {
    width: 78.6666666667vw;
  }
  #main .about .about__graph {
    padding-block: 8vw;
  }
  #main .about .about__graph {
    border-radius: 6.6666666667vw;
  }
  #main .about .about__graph {
    margin-top: 5.3333333333vw;
  }
  #main .about .about__graph {
    border: 2px solid #3fb165;
  }
}
#main .about .about__graph h4 {
  color: #3fb165;
  font-weight: bold;
}
#main .about .about__graph h4 {
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph h4 {
    font-size: 16.8667642753px;
  }
}
#main .about .about__graph h4 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .about .about__graph h4 {
    font-size: 4.8vw;
  }
  #main .about .about__graph h4 {
    line-height: 1.5;
  }
}
#main .about .about__graph picture {
  margin-top: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph picture {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph picture {
    margin-top: 28.1112737921px;
  }
}
#main .about .about__graph picture {
  width: 31.8448023426vw;
}
@media screen and (min-width: 1366px) {
  #main .about .about__graph picture {
    width: 435px;
  }
}
@media screen and (max-width: 960px) {
  #main .about .about__graph picture {
    width: 305.710102489px;
  }
}
#main .about .about__graph picture {
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #main .about .about__graph picture {
    width: 68.1333333333vw;
  }
  #main .about .about__graph picture {
    margin-top: 2.6666666667vw;
  }
}
#main .healthy {
  background-color: #3fb165;
}
#main .healthy {
  padding-top: 11.2005856515vw;
}
@media screen and (max-width: 960px) {
  #main .healthy {
    padding-top: 107.5256222548px;
  }
}
#main .healthy {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy {
    padding-bottom: 70.2781844802px;
  }
}
#main .healthy {
  background-image: url(/-/Media/com/kidseye/202603/top/bg02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  #main .healthy {
    padding-top: 18.6666666667vw;
  }
  #main .healthy {
    padding-bottom: 13.3333333333vw;
  }
  #main .healthy {
    background-image: url(/-/Media/com/kidseye/202603/top/bg02.sp.png);
  }
}
#main .healthy .section__title h2 {
  color: #fff;
}
#main .healthy .healthy__block {
  margin-top: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block {
    margin-top: 35.1390922401px;
  }
}
#main .healthy .healthy__block {
  width: 65.8857979502vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block {
    width: 632.5036603221px;
  }
}
#main .healthy .healthy__block {
  row-gap: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block {
    row-gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block {
    row-gap: 28.1112737921px;
  }
}
#main .healthy .healthy__block {
  -moz-column-gap: 6.588579795vw;
       column-gap: 6.588579795vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block {
    -moz-column-gap: 63.2503660322px;
         column-gap: 63.2503660322px;
  }
}
#main .healthy .healthy__block {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block {
    gap: 5.3333333333vw;
  }
  #main .healthy .healthy__block {
    width: 89.3333333333vw;
  }
  #main .healthy .healthy__block {
    margin-inline: auto;
    flex-direction: column;
  }
}
#main .healthy .healthy__block .healthy__block--list {
  width: 17.5695461201vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list {
    width: 168.6676427526px;
  }
}
#main .healthy .healthy__block .healthy__block--list {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list picture {
    width: 40vw;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
  content: "";
  display: block;
}
#main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
  width: 21.0102489019vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    width: 287px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    width: 201.6983894583px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
  height: 20.0585651537vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    height: 274px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    height: 192.5622254758px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
  top: -1.756954612vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    top: -24px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    top: -16.8667642753px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
  left: -1.756954612vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    left: -24px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    left: -16.8667642753px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
  position: absolute;
  background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration01.sp.png);
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    width: 48.2666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    height: 45.8666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    top: -2.6666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(1):after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(1) {
    gap: 6.6666666667vw;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
  content: "";
  display: block;
}
#main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
  width: 21.3030746706vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    width: 291px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    width: 204.5095168375px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
  height: 20.7906295754vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    height: 284px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    height: 199.5900439239px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
  top: -2.4890190337vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    top: -34px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    top: -23.8945827233px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
  left: -1.9765739385vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    left: -27px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    left: -18.9751098097px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
  position: absolute;
  background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration02.sp.png);
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    width: 41.0666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    height: 50.6666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    top: -8.5333333333vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(2):after {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2) {
    flex-direction: row-reverse;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(2) {
    gap: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(2) .healthy__block--list--text {
    margin-left: 4vw;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
  content: "";
  display: block;
}
#main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
  width: 21.5959004392vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    width: 295px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    width: 207.3206442167px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
  height: 19.9853587116vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    height: 273px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    height: 191.859443631px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
  top: -1.9033674963vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    top: -26px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    top: -18.2723279649px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
  left: -2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    left: -30px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    left: -21.0834553441px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
  position: absolute;
  background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration03.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration03.sp.png);
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    width: 42.2666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    height: 42.4vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    top: -3.6vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(3):after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(3) {
    gap: 9.3333333333vw;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
  content: "";
  display: block;
}
#main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
  width: 22.1815519766vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    width: 303px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    width: 212.9428989751px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
  height: 17.4231332357vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    height: 238px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    height: 167.262079063px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
  top: 0.2928257687vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    top: 4px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    top: 2.8111273792px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
  left: -2.635431918vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    left: -36px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    left: -25.3001464129px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
  position: absolute;
  background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration04.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration04.sp.png);
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    width: 45.2vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    height: 43.3333333333vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    top: -1.3333333333vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    right: -1.3333333333vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(4):after {
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(4) {
    flex-direction: row-reverse;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(4) {
    gap: 5.3333333333vw;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
  content: "";
  display: block;
}
#main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
  width: 20.7174231332vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    width: 283px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    width: 198.8872620791px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
  height: 18.3748169839vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    height: 251px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    height: 176.3982430454px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
  top: -0.5856515373vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    top: -8px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    top: -5.6222547584px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
  left: -1.6105417277vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    left: -22px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    left: -15.4612005857px;
  }
}
#main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
  position: absolute;
  background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration05.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    background-image: url(/-/Media/com/kidseye/202603/top/healthy-decoration05.sp.png);
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    width: 41.6vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    height: 44.8vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    top: -1.8666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list:nth-child(5):after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list:nth-child(5) {
    gap: 9.3333333333vw;
  }
}
#main .healthy .healthy__block .healthy__block--list--text {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list--text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list--text {
    margin-top: 14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list--text {
    flex: 1;
    margin-top: 0;
  }
}
#main .healthy .healthy__block .healthy__block--list--text h4 {
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list--text h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list--text h4 {
    font-size: 16.8667642753px;
  }
}
#main .healthy .healthy__block .healthy__block--list--text h4 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list--text h4 {
    font-size: 5.8666666667vw;
  }
  #main .healthy .healthy__block .healthy__block--list--text h4 {
    text-align: left;
  }
}
#main .healthy .healthy__block .healthy__block--list--text p {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list--text p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list--text p {
    margin-top: 14.055636896px;
  }
}
#main .healthy .healthy__block .healthy__block--list--text p {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list--text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list--text p {
    font-size: 11.2445095168px;
  }
}
#main .healthy .healthy__block .healthy__block--list--text p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list--text p {
    font-size: 4vw;
  }
  #main .healthy .healthy__block .healthy__block--list--text p {
    margin-top: 3.3333333333vw;
  }
}
#main .healthy .healthy__block .healthy__block--list--text a {
  margin-top: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__block .healthy__block--list--text a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__block .healthy__block--list--text a {
    margin-top: 21.0834553441px;
  }
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list--text a {
    margin-top: 4vw;
  }
}
#main .healthy .healthy__block .healthy__block--list--text a {
  color: #fff;
}
#main .healthy .healthy__block .healthy__block--list--text a:after {
  background-image: url(/-/Media/com/kidseye/202603/top/arrow-green.png);
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__block .healthy__block--list--text a:after {
    background-image: url(/-/Media/com/kidseye/202603/top/arrow-green.sp.png);
  }
}
#main .healthy .healthy__note {
  margin-top: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__note {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__note {
    margin-top: 28.1112737921px;
  }
}
#main .healthy .healthy__note {
  gap: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__note {
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__note {
    gap: 7.027818448px;
  }
}
#main .healthy .healthy__note {
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  #main .healthy .healthy__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #main .healthy .healthy__note {
    font-size: 8.4333821376px;
  }
}
#main .healthy .healthy__note {
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .healthy .healthy__note {
    margin-top: 10.1333333333vw;
  }
  #main .healthy .healthy__note {
    font-size: 2.6666666667vw;
  }
  #main .healthy .healthy__note {
    gap: 1.3333333333vw;
  }
  #main .healthy .healthy__note {
    width: 89.3333333333vw;
  }
  #main .healthy .healthy__note {
    margin-inline: auto;
    flex-direction: column;
    padding-left: 3em;
    text-indent: -3em;
  }
}
#main .healthy .healthy__note li {
  color: #fff;
}
#main .healthy .healthy__note a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#main .topics {
  background-image: url(/-/Media/com/kidseye/202603/top/bg03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .topics {
  padding-top: 7.3206442167vw;
}
@media screen and (max-width: 960px) {
  #main .topics {
    padding-top: 70.2781844802px;
  }
}
#main .topics {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .topics {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics {
    padding-bottom: 70.2781844802px;
  }
}
#main .topics {
  background-color: #fae6ca;
}
@media screen and (max-width: 767px) {
  #main .topics {
    padding-top: 18.6666666667vw;
  }
  #main .topics {
    padding-bottom: 13.3333333333vw;
  }
  #main .topics {
    background-image: url(/-/Media/com/kidseye/202603/top/bg03.sp.png);
  }
}
#main .topics .topics__content {
  margin-top: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content {
    margin-top: 28.1112737921px;
  }
}
#main .topics .topics__content {
  width: 75.1098096633vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content {
    width: 1026px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content {
    width: 721.0541727672px;
  }
}
#main .topics .topics__content {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main .topics .topics__content {
    margin-top: 5.3333333333vw;
  }
  #main .topics .topics__content {
    row-gap: 8vw;
  }
  #main .topics .topics__content {
    width: 89.3333333333vw;
  }
  #main .topics .topics__content {
    flex-wrap: wrap;
  }
}
#main .topics .topics__content .topics__block {
  width: 16.5446559297vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content .topics__block {
    width: 226px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content .topics__block {
    width: 158.8286969253px;
  }
}
#main .topics .topics__content .topics__block {
  display: flex;
  flex-direction: column;
}
#main .topics .topics__content .topics__block {
  min-height: 27.8184480234vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content .topics__block {
    min-height: 380px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content .topics__block {
    min-height: 267.0571010249px;
  }
}
@media screen and (max-width: 767px) {
  #main .topics .topics__content .topics__block {
    min-height: 72vw;
  }
  #main .topics .topics__content .topics__block {
    width: 42.1333333333vw;
  }
}
#main .topics .topics__content .topics__block h3 {
  text-align: center;
}
#main .topics .topics__content .topics__block h3 {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content .topics__block h3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content .topics__block h3 {
    margin-top: 14.055636896px;
  }
}
#main .topics .topics__content .topics__block h3 {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content .topics__block h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content .topics__block h3 {
    font-size: 11.2445095168px;
  }
}
#main .topics .topics__content .topics__block h3 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .topics .topics__content .topics__block h3 {
    margin-top: 2.6666666667vw;
  }
  #main .topics .topics__content .topics__block h3 {
    font-size: 3.7333333333vw;
  }
}
#main .topics .topics__content .topics__block h3 span {
  font-size: 0.9516837482vw;
}
@media screen and (min-width: 1366px) {
  #main .topics .topics__content .topics__block h3 span {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  #main .topics .topics__content .topics__block h3 span {
    font-size: 9.1361639824px;
  }
}
@media screen and (max-width: 767px) {
  #main .topics .topics__content .topics__block h3 span {
    font-size: 3.2vw;
  }
}
#main .topics .topics__content .topics__block a {
  margin-top: auto;
  color: #3fb165;
}
#main .topics .topics__content .topics__block a:after {
  background-image: url(/-/Media/com/kidseye/202603/top/arrow-white.png);
}
@media screen and (max-width: 767px) {
  #main .topics .topics__content .topics__block a:after {
    background-image: url(/-/Media/com/kidseye/202603/top/arrow-white.sp.png);
  }
}
#main .banner {
  background-image: url(/-/Media/com/kidseye/202603/top/bg04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .banner {
  padding-top: 15.8125915081vw;
}
@media screen and (max-width: 960px) {
  #main .banner {
    padding-top: 151.8008784773px;
  }
}
#main .banner {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .banner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .banner {
    padding-bottom: 70.2781844802px;
  }
}
#main .banner {
  background-color: #3fb165;
}
@media screen and (max-width: 767px) {
  #main .banner {
    padding-top: 19.6vw;
  }
  #main .banner {
    padding-bottom: 13.3333333333vw;
  }
  #main .banner {
    background-image: url(/-/Media/com/kidseye/202603/top/bg04.sp.png);
  }
}
#main .banner .banner__content {
  width: 65.8857979502vw;
}
@media screen and (min-width: 1366px) {
  #main .banner .banner__content {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  #main .banner .banner__content {
    width: 632.5036603221px;
  }
}
#main .banner .banner__content {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main .banner .banner__content {
    width: 89.3333333333vw;
  }
  #main .banner .banner__content {
    gap: 6vw;
  }
  #main .banner .banner__content {
    flex-direction: column;
  }
}
#main .banner .banner__content a {
  display: block;
}
#main .banner .banner__content a {
  width: 31.3323572474vw;
}
@media screen and (min-width: 1366px) {
  #main .banner .banner__content a {
    width: 428px;
  }
}
@media screen and (max-width: 960px) {
  #main .banner .banner__content a {
    width: 300.7906295754px;
  }
}
@media screen and (max-width: 767px) {
  #main .banner .banner__content a {
    width: 100%;
  }
}