@charset "UTF-8";

/* ------------------------------------------------------
PADDING & MARGIN
------------------------------------------------------ */
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_50 {
  margin-top: 50px !important;
}

p.textind01 {
  text-indent: 1em;
}
.c-media_image02 {
  position: relative;
}
.c-media_image02 img,
.c-media_desc02 {
  position: relative;
  z-index: 2;
}
.c-media_image02::after {
  content: "";
  position: absolute;
  background: url(/kidsweb/img/virtual_bg.png) no-repeat 0 0;
  background-size: cover;
}
.c-post_btn {
  font-size: 5.067vw;
  font-weight: 500;
  background: #fff;
  text-align: left;
  width: 64vw;
  border: 0.533vw solid #e33689;
  border-radius: 8vw;
  padding: 3.733vw 4.400vw 3.600vw;
  position: relative;
}
.c-post_btn::after {
  position: absolute;
  top: 0;
  right: 2.800vw;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  width: 2.933vw;
  height: 2.933vw;
  border-top: solid 0.533vw #e33689;
  border-right: solid 0.533vw #e33689;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footer_totop.is-fixed {
  z-index: 5;
}

/* ------------------------------------------------------
OTHER
------------------------------------------------------ */

@media all and (-ms-high-contrast: none) {
  .w100 {
    width:100% !important;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
  * + .l-content02 {
    margin-top: 2.23em;
  }
  .l-content02 a {
    padding-top: 2.8em;
  }
  .c-media_desc02 {
    flex-basis: 49%;
  }
  .c-media_image02 {
    flex-basis: 51%;
    max-width: calc(420px + 4%);
  }
  .c-media_image02::after {
    width: 241px;
    height: 154px;
    right: -117px;
    top: -50px;
  }
  .c-post_btn {
    font-size: 2.8rem;
    width: 100%;
    border: 2px solid #e33689;
    border-radius: 35px;
    padding: 12px 26px;
  }
  .c-post_btn::after {
    right: 22px;
    width: 1rem;
    height: 1rem;
    border-top: solid 2px #e33689;
    border-right: solid 2px #e33689;
  }
  a:hover .c-post_btn,
  a:hover .c-media_image02::after {
    opacity: 0.7;
  }
  .c-post_content02 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-media_image02::after {
    top: -33px
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .l-contents_lead02 p {
    font-size: 4.533vw;
  }
  .c-media_image02::after {
    width: 44.267vw;
    height: 46.133vw;
    left: -5vw;
    bottom: -18.667vw;
  }
  .c-media_desc02 {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-post_content02 {
    margin-bottom: 6.267vw;
  }
  * + .l-content02 {
    margin-top: 15.200vw;
  }
}

/* ------------------------------------------------------
sumo
------------------------------------------------------ */
@media only screen and (max-width: 750px) {
  .c-article_body .columns {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-article_body .columns * + .column {
    padding-top: 0;
  }
}

/* ------------------------------------------------------
modal
------------------------------------------------------ */
.kw-btn {
  text-align: center;
  margin: 30px 0;
}
.kw-modal_btn {
  font-size: 34px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.1em;
  outline: none;
  text-decoration: underline;
  padding-left: 37px;
  position: relative;
}
.kw-modal_btn:hover {
  text-decoration: none;
}
.kw-modal_btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/kidsweb/kw_ico.png) no-repeat 0 0;
  background-size: cover;
}
#modal-howto {
  box-shadow: none;
}
#modal-howto .modal-wrap {
  padding: 20px;
}
#modal-howto .modal-wrap .modal-inner {
  background: #fff;
  padding: 38px;
}
#modal-howto .iziModal-content {
  padding-top: 60px !important;
}
.mb-ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  padding: 6px 0 3px 39px;
  margin-bottom: 29px;
  position: relative;
}
.mb-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  background: #e33689;
}
.modal-block {
  margin-bottom: 30px;
}
.modal-block .block-ttl01 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 13px;
  margin-bottom: 32px;
  border-bottom: 2px solid #e33689;
}
.modal-block p,
.modal-list li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.modal-list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: section;
}
.modal-list li {
  width: 50%;
  padding: 0 30px 0 52px;
  margin-bottom: 43px;
  position: relative;
}
.modal-list li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  color: #e33689;
  border: 1px solid #e33689;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .kw-btn {
    margin: 9.375vw 0;
  }
  .kw-modal_btn {
    font-size: 6.66667vw;
    padding-left: 9.375vw;
  }
  .kw-modal_btn::after {
    width: 6.250vw;
    height: 6.250vw;
  }
  #modal-howto .iziModal-wrap {
    padding: 5vw 0;
  }
  #modal-howto .iziModal-content {
    padding-top: 6.250vw !important;
  }
  #modal-howto .modal-wrap .modal-inner {
    padding: 4.688vw;
  }
  .mb-ttl {
    font-size: 6.250vw;
    padding: 1.250vw 0 0.625vw 9.375vw;
    margin-bottom: 6.250vw;
  }
  .mb-ttl::before {
    width: 3.125vw;
  }
  .modal-block {
    margin-bottom: 6.250vw;
  }
  .modal-block .block-ttl01 {
    font-size: 5.625vw;
    padding-bottom: 2.500vw;
    margin-bottom: 6.250vw;
  }
  .modal-block p,
  .modal-list li {
    font-size: 4.8vw;
  }
  .modal-list {
    flex-direction: column;
  }
  .modal-list li {
    width: 100%;
    margin-bottom: 6.250vw;
    padding: 0 0 0 9.375vw;
  }
  .modal-list li::before {
    width: 6.250vw;
    height: 6.250vw;
    top: 0.938vw;
  }
}

/* ------------------------------------------------------
game
------------------------------------------------------ */
.game_area {
  text-align: center;
}
.game_area iframe {
  max-width: 600px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .game_area iframe {
    max-width: 80vw;
    height: 80vw;
  }
}

/* ------------------------------------------------------
origami
------------------------------------------------------ */
.ori-frame {
  border: 1px solid #e82c89;
  padding: 5px 20px;
  display: inline-block;
}
.link-list {
  display: flex;
  margin-top: 30px;
}
.link-list li {
  width: 100%;
  border: 1px solid #dddddd;
}
.link-list li .arrow {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 9px;
  text-decoration: none;
  position: relative;
}
.link-list li .arrow::before {
  right: 10px;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
}
.link-list li .arrow figure {
  margin-right: 11px;
}
@media screen and (min-width: 751px) {
  .link-list li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .link-list {
    margin-top: 8vw;
    flex-direction: column;
  }
  .link-list li {
    max-width: 100%;
    margin-bottom: 4vw;
  }
  .link-list li .arrow {
    padding: 2vw 20px 2vw 2vw;
  }
  .link-list li .arrow figure {
    margin-right: 2.667vw;
  }
}