@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 .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 .anchor {
  margin-top: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor {
    margin-top: 21.0834553441px;
  }
}
#main .anchor {
  width: 80.5270863836vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor {
    width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor {
    width: 773.0600292826px;
  }
}
#main .anchor {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main .anchor {
    width: 89.3333333333vw;
  }
  #main .anchor {
    margin-top: 5.3333333333vw;
  }
  #main .anchor {
    margin-bottom: 1.3333333333vw;
  }
  #main .anchor {
    gap: 4vw;
  }
  #main .anchor {
    flex-direction: column;
  }
}
#main .anchor .anchor__title {
  font-weight: bold;
  color: #3fb165;
}
#main .anchor .anchor__title {
  font-size: 1.6105417277vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor .anchor__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor .anchor__title {
    font-size: 15.4612005857px;
  }
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__title {
    font-size: 4.8vw;
  }
}
#main .anchor .anchor__link {
  display: flex;
}
#main .anchor .anchor__link {
  gap: 1.0248901903vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor .anchor__link {
    gap: 14px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor .anchor__link {
    gap: 9.8389458272px;
  }
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__link {
    gap: 3.2vw;
  }
  #main .anchor .anchor__link {
    flex-wrap: wrap;
  }
}
#main .anchor .anchor__link a {
  width: 13.4699853587vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor .anchor__link a {
    width: 184px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor .anchor__link a {
    width: 129.3118594436px;
  }
}
#main .anchor .anchor__link a {
  height: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor .anchor__link a {
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor .anchor__link a {
    height: 28.1112737921px;
  }
}
#main .anchor .anchor__link a {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor .anchor__link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor .anchor__link a {
    font-size: 11.2445095168px;
  }
}
#main .anchor .anchor__link a {
  border-radius: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .anchor .anchor__link a {
    border-radius: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .anchor .anchor__link a {
    border-radius: 14.055636896px;
  }
}
#main .anchor .anchor__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__link a {
    width: 43.0666666667vw;
  }
  #main .anchor .anchor__link a {
    height: 9.3333333333vw;
  }
  #main .anchor .anchor__link a {
    font-size: 3.7333333333vw;
  }
  #main .anchor .anchor__link a {
    border-radius: 4.6666666667vw;
  }
}
#main .anchor .anchor__link a {
  transition: opacity 0.3s ease;
}
#main .anchor .anchor__link a:hover {
  opacity: 0.7;
}
#main .anchor .anchor__link li:nth-child(1) a {
  border: 2px solid #ff9999;
  color: #ff9999;
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__link li:nth-child(1) a {
    border: 1px solid #ff9999;
  }
}
#main .anchor .anchor__link li:nth-child(2) a {
  border: 2px solid #0399cc;
  color: #0399cc;
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__link li:nth-child(2) a {
    border: 1px solid #0399cc;
  }
}
#main .anchor .anchor__link li:nth-child(3) a {
  border: 2px solid #ff9902;
  color: #ff9902;
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__link li:nth-child(3) a {
    border: 1px solid #ff9902;
  }
}
#main .anchor .anchor__link li:nth-child(4) a {
  border: 2px solid #5eb2c4;
  color: #5eb2c4;
}
@media screen and (max-width: 767px) {
  #main .anchor .anchor__link li:nth-child(4) a {
    border: 1px solid #5eb2c4;
  }
}
#main .column {
  padding-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .column {
    padding-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .column {
    padding-top: 14.055636896px;
  }
}
#main .column {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .column {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .column {
    padding-bottom: 70.2781844802px;
  }
}
@media screen and (max-width: 767px) {
  #main .column {
    padding-top: 2.6666666667vw;
  }
  #main .column {
    padding-bottom: 13.3333333333vw;
  }
}
#main .column .column__inner {
  width: 65.8857979502vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__inner {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__inner {
    width: 632.5036603221px;
  }
}
#main .column .column__inner {
  margin: auto;
  background-color: #fff;
}
#main .column .column__inner {
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__inner {
    border-radius: 30px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__inner {
    border-radius: 21.0834553441px;
  }
}
#main .column .column__inner {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .column .column__inner {
    width: 89.3333333333vw;
  }
  #main .column .column__inner {
    border-radius: 6.6666666667vw;
  }
}
#main .column .column__title {
  color: #fff;
  font-weight: bold;
}
#main .column .column__title {
  font-size: 1.9033674963vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__title {
    font-size: 18.2723279649px;
  }
}
#main .column .column__title {
  padding-block: 2.0497803807vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__title {
    padding-block: 28px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__title {
    padding-block: 19.6778916545px;
  }
}
#main .column .column__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .column .column__title {
    font-size: 6.4vw;
  }
  #main .column .column__title {
    padding-block: 6.6666666667vw;
  }
  #main .column .column__title {
    line-height: 1.5;
  }
}
#main .column .column__title span {
  color: #fff;
}
#main .column .column__title span {
  font-size: 1.5373352855vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__title span {
    font-size: 21px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__title span {
    font-size: 14.7584187408px;
  }
}
@media screen and (max-width: 767px) {
  #main .column .column__title span {
    font-size: 5.0666666667vw;
  }
}
#main .column .column__block--wrap {
  padding-bottom: 6.149341142vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block--wrap {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block--wrap {
    padding-bottom: 59.0336749634px;
  }
}
#main .column .column__block--wrap {
  padding-top: 2.3426061493vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block--wrap {
    padding-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block--wrap {
    padding-top: 22.4890190337px;
  }
}
#main .column .column__block--wrap {
  padding-inline: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block--wrap {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block--wrap {
    padding-inline: 42.1669106881px;
  }
}
@media screen and (max-width: 767px) {
  #main .column .column__block--wrap {
    padding-inline: 5.3333333333vw;
  }
  #main .column .column__block--wrap {
    padding-bottom: 13.3333333333vw;
  }
  #main .column .column__block--wrap {
    padding-top: 8vw;
  }
}
#main .column .column__block:not(:first-child) {
  margin-top: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block:not(:first-child) {
    margin-top: 42.1669106881px;
  }
}
@media screen and (max-width: 767px) {
  #main .column .column__block:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
#main .column .column__block .column__block--title {
  text-align: center;
  font-weight: bold;
}
#main .column .column__block .column__block--title {
  padding-block: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block .column__block--title {
    padding-block: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block .column__block--title {
    padding-block: 14.055636896px;
  }
}
#main .column .column__block .column__block--title {
  font-size: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block .column__block--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block .column__block--title {
    font-size: 14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  #main .column .column__block .column__block--title {
    width: 69.7333333333vw;
  }
  #main .column .column__block .column__block--title {
    padding-block: 4.4vw;
  }
  #main .column .column__block .column__block--title {
    font-size: 5.3333333333vw;
  }
  #main .column .column__block .column__block--title {
    margin: auto;
    line-height: 1.5;
  }
}
#main .column .column__block .column__block--detail {
  display: flex;
}
#main .column .column__block .column__block--detail {
  margin-top: 2.9282576867vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block .column__block--detail {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block .column__block--detail {
    margin-top: 28.1112737921px;
  }
}
#main .column .column__block .column__block--detail {
  gap: 1.8301610542vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block .column__block--detail {
    gap: 25px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block .column__block--detail {
    gap: 17.5695461201px;
  }
}
@media screen and (max-width: 767px) {
  #main .column .column__block .column__block--detail {
    flex-direction: column;
  }
  #main .column .column__block .column__block--detail {
    margin-top: 8vw;
  }
  #main .column .column__block .column__block--detail {
    gap: 8vw;
  }
}
#main .column .column__block .column__block--detail picture {
  width: 23.4260614934vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block .column__block--detail picture {
    width: 320px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block .column__block--detail picture {
    width: 224.8901903367px;
  }
}
@media screen and (max-width: 767px) {
  #main .column .column__block .column__block--detail picture {
    width: 100%;
  }
}
#main .column .column__block .column__block--detail p {
  flex: 1;
}
#main .column .column__block .column__block--detail p {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .column .column__block .column__block--detail p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .column .column__block .column__block--detail p {
    font-size: 11.2445095168px;
  }
}
#main .column .column__block .column__block--detail p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #main .column .column__block .column__block--detail p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #main .column .column__block:nth-child(2) .column__block--detail {
    flex-direction: row-reverse;
  }
}
#main .item {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .item {
  padding-top: 7.3206442167vw;
}
@media screen and (max-width: 960px) {
  #main .item {
    padding-top: 70.2781844802px;
  }
}
#main .item {
  padding-bottom: 12.8843338214vw;
}
@media screen and (max-width: 960px) {
  #main .item {
    padding-bottom: 123.6896046852px;
  }
}
#main .item {
  background-color: #fae6ca;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .item {
    padding-top: 18.6666666667vw;
  }
  #main .item {
    padding-bottom: 18.9333333333vw;
  }
}
#main .item .item__inner {
  background-color: #fff;
}
#main .item .item__inner {
  width: 65.8857979502vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__inner {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__inner {
    width: 632.5036603221px;
  }
}
#main .item .item__inner {
  border-radius: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__inner {
    border-radius: 30px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__inner {
    border-radius: 21.0834553441px;
  }
}
#main .item .item__inner {
  padding: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__inner {
    padding: 42.1669106881px;
  }
}
#main .item .item__inner {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #main .item .item__inner {
    width: 89.3333333333vw;
  }
  #main .item .item__inner {
    border-radius: 6.6666666667vw;
  }
  #main .item .item__inner {
    padding-top: 8vw;
  }
  #main .item .item__inner {
    padding-bottom: 10.6666666667vw;
  }
  #main .item .item__inner {
    padding-inline: 5.3333333333vw;
  }
}
#main .item .item__block {
  display: flex;
  align-items: center;
}
#main .item .item__block {
  gap: 1.8301610542vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block {
    gap: 25px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block {
    gap: 17.5695461201px;
  }
}
@media screen and (max-width: 767px) {
  #main .item .item__block {
    flex-direction: column;
    gap: 0;
  }
}
#main .item .item__block .item__block--img {
  width: 14.3484626647vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--img {
    width: 196px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--img {
    width: 137.7452415813px;
  }
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--img {
    width: 49.8666666667vw;
  }
  #main .item .item__block .item__block--img {
    margin-top: 7.7333333333vw;
  }
  #main .item .item__block .item__block--img {
    order: 4;
  }
}
#main .item .item__block .item__block--detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--detail {
    display: contents;
  }
}
#main .item .item__block .item__block--detail .item__block--detail--title {
  display: block;
}
#main .item .item__block .item__block--detail .item__block--detail--title {
  width: 24.5973645681vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail .item__block--detail--title {
    width: 336px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail .item__block--detail--title {
    width: 236.1346998536px;
  }
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--detail .item__block--detail--title {
    order: 1;
    width: 100%;
  }
}
#main .item .item__block .item__block--detail p {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail p {
    margin-top: 14.055636896px;
  }
}
#main .item .item__block .item__block--detail p {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail p {
    font-size: 11.2445095168px;
  }
}
#main .item .item__block .item__block--detail p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--detail p {
    order: 2;
  }
  #main .item .item__block .item__block--detail p {
    margin-top: 8vw;
  }
  #main .item .item__block .item__block--detail p {
    font-size: 4.2666666667vw;
  }
}
#main .item .item__block .item__block--detail small {
  display: block;
}
#main .item .item__block .item__block--detail small {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail small {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail small {
    margin-top: 14.055636896px;
  }
}
#main .item .item__block .item__block--detail small {
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail small {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail small {
    font-size: 8.4333821376px;
  }
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--detail small {
    order: 3;
  }
  #main .item .item__block .item__block--detail small {
    margin-top: 4vw;
  }
  #main .item .item__block .item__block--detail small {
    font-size: 2.6666666667vw;
  }
}
#main .item .item__block .item__block--detail a {
  display: flex;
  align-items: center;
}
#main .item .item__block .item__block--detail a {
  font-size: 1.0980966325vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail a {
    font-size: 10.541727672px;
  }
}
#main .item .item__block .item__block--detail a {
  gap: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail a {
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail a {
    gap: 7.027818448px;
  }
}
#main .item .item__block .item__block--detail a {
  font-weight: bold;
  transition: opacity 0.3s ease;
  color: #3fb165;
}
#main .item .item__block .item__block--detail a {
  margin-top: 2.635431918vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail a {
    margin-top: 36px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail a {
    margin-top: 25.3001464129px;
  }
}
#main .item .item__block .item__block--detail a {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--detail a {
    gap: 2.6666666667vw;
  }
  #main .item .item__block .item__block--detail a {
    font-size: 4vw;
  }
  #main .item .item__block .item__block--detail a {
    margin-top: 8vw;
  }
  #main .item .item__block .item__block--detail a {
    order: 5;
  }
}
#main .item .item__block .item__block--detail a:after {
  content: "";
  display: block;
  background-image: url(/-/Media/com/kidseye/202603/spring/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#main .item .item__block .item__block--detail a:after {
  width: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail a:after {
    width: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail a:after {
    width: 30.2196193265px;
  }
}
#main .item .item__block .item__block--detail a:after {
  height: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .item .item__block .item__block--detail a:after {
    height: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .item .item__block .item__block--detail a:after {
    height: 30.2196193265px;
  }
}
@media screen and (max-width: 767px) {
  #main .item .item__block .item__block--detail a:after {
    width: 11.3333333333vw;
  }
  #main .item .item__block .item__block--detail a:after {
    height: 11.3333333333vw;
  }
}
#main .item .item__block .item__block--detail a:hover {
  opacity: 0.7;
}
#main .home {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#main .home {
  padding-top: 13.17715959vw;
}
@media screen and (max-width: 960px) {
  #main .home {
    padding-top: 126.5007320644px;
  }
}
#main .home {
  margin-top: -5.8565153734vw;
}
@media screen and (max-width: 960px) {
  #main .home {
    margin-top: -56.2225475842px;
  }
}
#main .home {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .home {
    padding-top: 15.6vw;
  }
  #main .home {
    margin-top: -5.6vw;
  }
}
#main .home .home__inner {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #main .home .home__inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .home .home__inner {
    padding-bottom: 70.2781844802px;
  }
}
#main .home .home__inner {
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  #main .home .home__inner {
    padding-bottom: 10.6666666667vw;
  }
}
#main .home a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .home a {
  font-size: 1.0980966325vw;
}
@media screen and (min-width: 1366px) {
  #main .home a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #main .home a {
    font-size: 10.541727672px;
  }
}
#main .home a {
  gap: 0.7320644217vw;
}
@media screen and (min-width: 1366px) {
  #main .home a {
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  #main .home a {
    gap: 7.027818448px;
  }
}
#main .home a {
  font-weight: bold;
  transition: opacity 0.3s ease;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .home a {
    gap: 2.6666666667vw;
  }
  #main .home a {
    font-size: 4vw;
  }
}
#main .home a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .home a:before {
  width: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .home a:before {
    width: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .home a:before {
    width: 30.2196193265px;
  }
}
#main .home a:before {
  height: 3.1478770132vw;
}
@media screen and (min-width: 1366px) {
  #main .home a:before {
    height: 43px;
  }
}
@media screen and (max-width: 960px) {
  #main .home a:before {
    height: 30.2196193265px;
  }
}
@media screen and (max-width: 767px) {
  #main .home a:before {
    width: 11.3333333333vw;
  }
  #main .home a:before {
    height: 11.3333333333vw;
  }
}
#main .home a:hover {
  opacity: 0.7;
}
#main.spring .anchor .anchor__link li:nth-child(1) a {
  background-color: #ff9999;
  color: #fff;
}
#main.spring .column {
  background-color: #89c676;
}
#main.spring .column .column__title {
  background-color: #ff9999;
}
#main.spring .column .column__block .column__block--title {
  border-top: 2px dashed #ff9999;
  border-bottom: 2px dashed #ff9999;
}
#main.spring .item {
  background-image: url(/-/Media/com/kidseye/202603/spring/bg01.png);
}
@media screen and (max-width: 767px) {
  #main.spring .item {
    background-image: url(/-/Media/com/kidseye/202603/spring/bg01.sp.png);
  }
}
#main.spring .home {
  background-image: url(/-/Media/com/kidseye/202603/spring/bg02.png);
}
@media screen and (max-width: 767px) {
  #main.spring .home {
    background-image: url(/-/Media/com/kidseye/202603/spring/bg02.sp.png);
  }
}
#main.spring .home .home__inner {
  background-color: #3fb165;
}
#main.spring .home a:before {
  background-image: url(/-/Media/com/kidseye/202603/spring/home.png);
}
#main.summer .anchor .anchor__link li:nth-child(2) a {
  background-color: #0399cc;
  color: #fff;
}
#main.summer .column {
  background-color: #68b48c;
}
#main.summer .column {
  padding-bottom: 12.8843338214vw;
}
@media screen and (max-width: 960px) {
  #main.summer .column {
    padding-bottom: 123.6896046852px;
  }
}
@media screen and (max-width: 767px) {
  #main.summer .column {
    padding-bottom: 19.0666666667vw;
  }
}
#main.summer .column .column__title {
  background-color: #0399cc;
}
#main.summer .column .column__block .column__block--title {
  border-top: 2px dashed #0399cc;
  border-bottom: 2px dashed #0399cc;
}
#main.summer .home {
  background-image: url(/-/Media/com/kidseye/202603/summer/bg02.png);
}
@media screen and (max-width: 767px) {
  #main.summer .home {
    background-image: url(/-/Media/com/kidseye/202603/summer/bg02.sp.png);
  }
}
#main.summer .home .home__inner {
  background-color: #009978;
}
#main.summer .home a:before {
  background-image: url(/-/Media/com/kidseye/202603/summer/home.png);
}
#main.autumn .anchor .anchor__link li:nth-child(3) a {
  background-color: #ff9902;
  color: #fff;
}
#main.autumn .column {
  background-color: #d6a672;
}
#main.autumn .column .column__title {
  background-color: #ff9902;
}
#main.autumn .column .column__block .column__block--title {
  border-top: 2px dashed #ff9902;
  border-bottom: 2px dashed #ff9902;
}
#main.autumn .item {
  background-image: url(/-/Media/com/kidseye/202603/autumn/bg01.png);
}
@media screen and (max-width: 767px) {
  #main.autumn .item {
    background-image: url(/-/Media/com/kidseye/202603/autumn/bg01.sp.png);
  }
}
#main.autumn .home {
  background-image: url(/-/Media/com/kidseye/202603/autumn/bg02.png);
}
@media screen and (max-width: 767px) {
  #main.autumn .home {
    background-image: url(/-/Media/com/kidseye/202603/autumn/bg02.sp.png);
  }
}
#main.autumn .home .home__inner {
  background-color: #996c3f;
}
#main.autumn .home a:before {
  background-image: url(/-/Media/com/kidseye/202603/autumn/home.png);
}
#main.winter .anchor .anchor__link li:nth-child(4) a {
  background-color: #5eb2c4;
  color: #fff;
}
#main.winter .column {
  background-color: #c2b49f;
}
#main.winter .column {
  padding-bottom: 12.8843338214vw;
}
@media screen and (max-width: 960px) {
  #main.winter .column {
    padding-bottom: 123.6896046852px;
  }
}
@media screen and (max-width: 767px) {
  #main.winter .column {
    padding-bottom: 19.0666666667vw;
  }
}
#main.winter .column .column__title {
  background-color: #5eb2c4;
}
#main.winter .column .column__block .column__block--title {
  border-top: 2px dashed #5eb2c4;
  border-bottom: 2px dashed #5eb2c4;
}
#main.winter .home {
  background-image: url(/-/Media/com/kidseye/202603/winter/bg02.png);
}
@media screen and (max-width: 767px) {
  #main.winter .home {
    background-image: url(/-/Media/com/kidseye/202603/winter/bg02.sp.png);
  }
}
#main.winter .home .home__inner {
  background-color: #84796a;
}
#main.winter .home a:before {
  background-image: url(/-/Media/com/kidseye/202603/winter/home.png);
}