.rainclouds {
  display: block;
  width: 100%;
  aspect-ratio: 750/238;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .rainclouds {
    height: 195px;
    aspect-ratio: auto;
  }
}
.rainclouds::before {
  content: "";
  width: 100%;
  aspect-ratio: 750/238;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url(/user-src/special/pc/img/page/house-toys/rainclouds_sp.svg);
          mask-image: url(/user-src/special/pc/img/page/house-toys/rainclouds_sp.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rainclouds::before {
    height: 195px;
    aspect-ratio: auto;
    -webkit-mask-image: url(/user-src/special/pc/img/page/house-toys/rainclouds_pc.svg);
            mask-image: url(/user-src/special/pc/img/page/house-toys/rainclouds_pc.svg);
    -webkit-mask-repeat: repeat;
            mask-repeat: repeat;
    -webkit-mask-size: 600px;
            mask-size: 600px;
  }
}

.page-ttl {
  margin-bottom: 40px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-ttl {
    margin-bottom: 60px;
    padding-top: 50px;
  }
}
.page-ttl h2 {
  width: 92%;
  max-width: 600px;
  margin: 0 auto 0px;
  position: relative;
}
.page-ttl h2 .parts {
  position: absolute;
  -webkit-animation: scaling 2.4s infinite;
          animation: scaling 2.4s infinite;
}
.page-ttl h2 .parts__ttl-playing {
  width: 29.6%;
  top: 5%;
  left: 3.5%;
}
.page-ttl h2 .parts__ttl-riding {
  width: 29.9%;
  top: 7%;
  left: 5%;
}
.page-ttl h2 .parts__ttl-action {
  width: 33.2%;
  top: 8.5%;
  left: 5%;
}
.page-ttl h2 .parts__ttl-figure {
  width: 34.3%;
  top: 8%;
  left: 4%;
}
.page-ttl h2 .parts__ttl-educational {
  width: 31.3%;
  top: 6%;
  left: 4.5%;
}

.page-product .product-list {
  width: 92%;
  max-width: 540px;
  margin: 0 auto 0px;
}
.page-product .product-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-product .product-list ul {
    width: 100%;
  }
}
.page-product .product-list ul li {
  width: 48%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-product .product-list ul li {
    margin-bottom: 20px;
  }
}
.page-product .product-list ul li.column-1 {
  width: 100%;
}

.link-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .link-list {
    margin-bottom: 50px;
  }
}
.link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 88%;
  max-width: 736px;
  margin: 0 auto 0px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .link-list ul {
    width: 98%;
    gap: 12px;
  }
}
.link-list ul li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .link-list ul li {
    width: 175px;
  }
}
.link-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 322/228;
  position: relative;
}
.link-list ul li a::before {
  content: "";
  width: 100%;
  aspect-ratio: 322/228;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: url(/user-src/special/pc/img/page/house-toys/link-bg.svg);
          mask-image: url(/user-src/special/pc/img/page/house-toys/link-bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 1;
}
.link-list ul li a > div {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.link-list ul li a > div .link-img {
  display: block;
  width: 67.5%;
  margin: 0 auto 2px;
}
.link-list ul li a > div p {
  margin: 0 auto;
}
.link-list ul li a.playing::before {
  background: #ff9874;
}
.link-list ul li a.playing p {
  width: 105px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a.playing p {
    width: 104px;
  }
}
.link-list ul li a.riding::before {
  background: #40bbf2;
}
.link-list ul li a.riding p {
  width: 78px;
}
.link-list ul li a.action::before {
  background: #59d8a1;
}
.link-list ul li a.action p {
  width: 100px;
}
.link-list ul li a.figure::before {
  background: #ffc933;
}
.link-list ul li a.figure p {
  width: 74px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a.figure p {
    width: 74px;
  }
}
.link-list ul li a.educational::before {
  background: #ba98e8;
}
.link-list ul li a.educational p {
  width: 78px;
}
@media screen and (min-width: 768px) {
  .link-list ul li a.educational p {
    width: 78px;
  }
}
.link-list ul li a .arrow {
  display: block;
  width: 10px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .link-list ul li a .arrow {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .link-list ul li a:hover .link-img {
    -webkit-animation: stpe01 0.4s steps(1);
            animation: stpe01 0.4s steps(1);
  }
}

.house-toys-figure {
  margin-bottom: 44px;
  position: relative;
  background: #d0efed;
}
@media screen and (min-width: 768px) {
  .house-toys-figure {
    margin-bottom: 30px;
  }
}

.rainclouds::before {
  background: #d0efed;
}

@-webkit-keyframes stpe01 {
  0% {
    -webkit-transform: rotate(10deg) translateY(-2px);
            transform: rotate(10deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateY(-2px);
            transform: rotate(-10deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}

@keyframes stpe01 {
  0% {
    -webkit-transform: rotate(10deg) translateY(-2px);
            transform: rotate(10deg) translateY(-2px);
  }
  50% {
    -webkit-transform: rotate(-10deg) translateY(-2px);
            transform: rotate(-10deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes scaling {
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaling {
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.onlinestore {
  width: 92%;
  max-width: 540px;
  margin: 0 auto 50px;
}