@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
html {
  font-size: 100px;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0;
  line-height: 0;
}
body .PC {
  display: block;
}
@media screen and (max-width: 767px) {
  body .PC {
    display: none;
  }
}
body .SP {
  display: none;
}
@media screen and (max-width: 767px) {
  body .SP {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-2 {
    background-image: url(../../img/kids/bg_sp.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    position: relative;
  }
  .wrapper-2::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../img/kids/icon03_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 1.5%;
    right: 0;
    padding-top: 47%;
    width: 49vw;
    max-width: 374px;
  }
}

@media screen and (max-width: 767px) {
  .main_visual {
    position: relative;
  }
  .main_visual::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../img/kids/icon01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 94.5%;
    left: -0.1%;
    padding-top: 50.6%;
    width: 47vw;
    max-width: 362px;
    z-index: 99;
  }
}

.wraper {
  max-width: 1600px;
  margin: 0 auto;
  background-image: url(../../img/bg.png);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .wraper {
    background-image: url(../../img/kids/bg_sp.png);
    background-size: 5% auto;
    background-repeat: repeat;
  }
}
.wraper main {
  position: relative;
}
.wraper main h1 {
  width: 100%;
  margin: 0;
}
.wraper main h1 img {
  width: 100%;
}

.about-wrapper {
  background-image: url(../../img/kids/bg_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -9%;
  padding: 0 0 10%;
}
@media screen and (max-width: 1600px) {
  .about-wrapper {
    padding: 0 0 1%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper {
    margin-top: 0;
    padding: 0 0 30%;
    background-image: url(../../img/kids/bg_sp.jpg);
    background-size: contain;
    background-repeat: repeat;
  }
}

.about-con {
  width: 72.2%;
  margin: 0 auto;
  position: relative;
  height: 1630px;
}
@media screen and (max-width: 767px) {
  .about-con {
    width: 92%;
    height: auto;
    /*タイムフリー減った時の背景自分で考えた*/
  }
}
@media screen and (max-width: 1600px) {
  .about-con {
    height: auto;
    z-index: 10;
  }
}
.about-con h2 {
  text-align: left;
  margin-bottom: 5%;
  padding-top: 17.6%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-con h2 {
    padding-top: 24%;
    margin-bottom: 0;
  }
}
.about-con h2 img {
  width: 67%;
  max-width: 770px;
  margin: 0 auto 0 14.5%;
}
@media screen and (max-width: 767px) {
  .about-con h2 img {
    width: 90%;
    max-width: 619px;
    margin: 0 auto;
  }
}
.about-con .ttl-balloon {
  position: absolute;
  bottom: 47%;
  right: -2%;
  width: 41%;
}
@media screen and (max-width: 767px) {
  .about-con .ttl-balloon {
    width: 46.7%;
    right: -0.6%;
    bottom: 56.6%;
    max-width: 329px;
  }
}
.about-con .ttl-balloon img {
  width: 100%;
  max-width: 467px;
}
@media screen and (max-width: 767px) {
  .about-con .ttl-balloon img {
    max-width: 329px;
  }
}

.flex-con {
  position: relative;
  height: 588px;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .flex-con {
    height: 37vw;
  }
}
@media screen and (max-width: 767px) {
  .flex-con {
    position: static;
    height: auto;
  }
}

.con1 .txt {
  width: 43%;
  font-size: 23px;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  position: absolute;
  line-height: 1.9;
  top: -3.4%;
  left: 7.7%;
  text-align: left;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1600px) {
  .con1 .txt {
    font-size: 1.43vw;
  }
}
@media screen and (max-width: 767px) {
  .con1 .txt {
    position: static;
    font-size: 3.1vw;
    line-height: 2;
    width: 90%;
    margin: 0 auto;
  }
  .con1 .txt::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../img/kids/icon02_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 36%;
    right: -11%;
    padding-top: 25%;
    width: 14.3vw;
    max-width: 110px;
  }
}
.con1 .txt strong {
  font-weight: bold;
}
.con1 a {
  text-decoration: none;
  position: absolute;
  top: -9%;
  right: -4%;
  width: 52%;
  max-width: 593px;
}
@media screen and (max-width: 1600px) {
  .con1 a {
    top: -10%;
    right: -7%;
  }
}
@media screen and (max-width: 767px) {
  .con1 a {
    width: 100%;
    max-width: 696px;
    margin: -28% 0 0 1%;
    position: static;
    display: block;
  }
}
.con1 a img {
  width: 100%;
  max-width: 593px;
}
@media screen and (max-width: 767px) {
  .con1 a img {
    position: relative;
    max-width: 696px;
    margin-top: 0;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .con2 {
    margin-top: 23%;
    position: relative;
  }
}
.con2 .twitter {
  position: absolute;
  width: 42.4%;
  top: 3%;
  left: 4.7%;
}
@media screen and (max-width: 1600px) {
  .con2 .twitter {
    left: 7.7%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .con2 .twitter {
    width: 100%;
    text-align: center;
    position: static;
  }
}
.con2 .twitter .twitter_yell {
  position: absolute;
  top: -15%;
  left: 41%;
  width: 54%;
  max-width: 263px;
}
@media screen and (max-width: 1600px) {
  .con2 .twitter .twitter_yell {
    left: 34.5%;
  }
}
@media screen and (max-width: 767px) {
  .con2 .twitter .twitter_yell {
    position: absolute;
    top: -18.5vw;
    left: auto;
    right: 0%;
    width: 73%;
    max-width: 514px;
  }
}
@media screen and (max-width: 1600px) {
  .con2 .twitter iframe {
    height: 30vw !important;
    min-height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .con2 .twitter iframe {
    width: 100% !important;
    height: 105vw !important;
  }
}
.con2 .radiko {
  width: 51.3%;
  text-align: left;
  position: absolute;
  top: 2%;
  right: -4%;
}
@media screen and (max-width: 1600px) {
  .con2 .radiko {
    right: -6.5%;
  }
}
@media screen and (max-width: 767px) {
  .con2 .radiko {
    width: 100%;
    position: static;
    margin-top: 15%;
  }
}
.con2 .radiko a {
  width: 75.5%;
  display: block;
  margin-top: -3%;
}
@media screen and (max-width: 767px) {
  .con2 .radiko a {
    width: 100%;
  }
}
.con2 .radiko a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .koikeya {
    position: relative;
  }
  .koikeya::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 12vw solid transparent;
    padding-top: 1px;
    top: -9.6%;
    right: 0;
    background-image: url(../../img/kids/bg_sp.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 5% auto;
    -webkit-transform: skewY(-5.3deg);
            transform: skewY(-5.3deg);
  }
}
.koikeya .gift {
  width: 62.5%;
  margin: 5% auto 4.5%;
  background-color: #fff;
  border: 0.1vw solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .koikeya .gift {
    width: 92%;
    margin: 11% auto 4.5%;
  }
}
.koikeya .gift .point {
  font-size: 0.19vw;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  line-height: 2;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -17px;
}
@media screen and (max-width: 1600px) {
  .koikeya .gift .point {
    top: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .koikeya .gift .point {
    top: -6vw;
  }
}
.koikeya .gift .point span {
  font-size: 23.2px;
  font-weight: bold;
  line-height: 2.3;
  background-color: #fdd900;
  padding: 0.1% 3%;
}
@media screen and (max-width: 1600px) {
  .koikeya .gift .point span {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 767px) {
  .koikeya .gift .point span {
    font-size: 5vw;
  }
}
.koikeya .gift .product_line img {
  width: 79.5%;
  margin: 11% auto 1%;
}
@media screen and (max-width: 767px) {
  .koikeya .gift .product_line img {
    margin: 45% auto 2%;
  }
}
.koikeya .koikeya_link {
  display: block;
  width: 18.75%;
  margin: 4% auto;
}
@media screen and (max-width: 767px) {
  .koikeya .koikeya_link {
    width: 40%;
    margin: 15% auto;
  }
}
.koikeya .koikeya_link img {
  width: 100%;
}

#pagetop {
  width: 6.88%;
  position: fixed;
  bottom: 0;
  line-height: 0;
  right: 45px;
  text-align: right;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 19.73%;
    bottom: 0;
    right: 10px;
  }
}
#pagetop a img {
  width: 100%;
  max-width: 441px;
}

#common_footer {
  background-image: url(../../img/bg.png);
  background-size: 72% auto;
  background-repeat: repeat;
}
@media screen and (min-width: 1600px) {
  #common_footer {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  #common_footer {
    background-image: url(../../img/kids/bg_sp.png);
    background-size: 5% auto;
    background-repeat: repeat;
  }
}

/*# sourceMappingURL=yell_kids.css.map */