<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  background-color: #00632E;
}

.head {
  background-color: #FFF;
  position: relative;
  height: 280px;
  background-image: url("/category/doll/wonderfrog/img/collab_wonder_head.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .head .topforest {
    min-width: 1160px;
    text-align: center;
  }
}

.head .logoarea {
  position: absolute;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .head .logoarea {
    top: 5px;
  }
  .head .logoarea img {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .head {
    padding-top: 10px;
    height: 90px;
    background-size: auto;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}

.wrap {
  background-color: inherit;
  background-image: url("/category/doll/wonderfrog/img/collab_wonder_wrap.png");
  background-repeat: no-repeat;
  background-size: 1080px;
  font-family: "小塚ゴシック Pro", "メイリオ",​sans-serif;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: 1080px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: auto;
    width: 320px;
    background-image: url("/category/doll/wonderfrog/img/collab_wonder_wrap_sp.png");
    background-size: 320px;
    font-size: 10.5px;
    line-height: 15px;
  }
}

.wrap .toppix {
  padding-top: 140px;
}

@media only screen and (max-width: 767px) {
  .wrap .toppix {
    padding-top: 40px;
  }
}

.wrap .toppix div {
  width: 285px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .wrap .toppix div {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

.wrap .toppix div img {
  width: 100%;
  border: 5px solid #8DBC35;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .wrap .toppix div img {
    width: 185px;
  }
}

.wrap .toppix div p {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .wrap .toppix div p {
    padding: 0 70px;
    text-align: left;
  }
}

.wrap .content {
  text-align: left;
  padding: 0px 220px 100px 220px;
  height: 750px;
}

@media only screen and (max-width: 767px) {
  .wrap .content {
    padding: 0 45px 0 45px;
    height: 900px;
  }
}

.wrap .content p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .wrap .content p {
    margin-bottom: 15px;
  }
}

.backbutt {
  position: relative;
}

.backbutt a {
  position: absolute;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-family: "小塚ゴシック Pro", "メイリオ",​sans-serif;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nomobile {
    display: none;
  }
}

footer {
  background-color: #FFF;
}
</pre></body></html>