@charset "UTF-8";
/*
*******************************************************************************************************
# ゴムで動く工作特集！
*******************************************************************************************************
*/

/*
	override
--------------------------------------------------------------- */
#contentArea .contents-special .btn-craft a:before {
  display: none;
}

#contentArea .wrp-rubber .contents-area-inner:before {
  display: none;
}

@media only screen and (max-width: 736px) {
	#contentArea .wrp-rubber {
		border-top: 0;
	}
}

/*
	layout
--------------------------------------------------------------- */

/* wrp-rubber
----------------------------------- */
#contentArea .wrp-rubber {
  background: url(/rwd/fun/make/special/img/bg_pattern_rubber.png) repeat 0 0;
  background-size: auto;
}

#contentArea .wrp-rubber::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1280px;
  height: 486px;
  background: url(/rwd/fun/make/special/rubber/img/bg_contentstop.png) no-repeat 0 0;
  z-index: 1;
}

#contentArea .wrp-rubber::after {
  content: '';
  display: block;
  position: absolute;
  top: 243px;
  left: 0;
  width: 344px;
  height: 234px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
  z-index: 0;
}

#contentArea .wrp-rubber .bg-contents {
  position: relative;
}

#contentArea .wrp-rubber .bg-contents::before {
  content: '';
  display: block;
  position: absolute;
  top: 368px;
  right: -99px;
  width: 346px;
  height: 224px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
}

#contentArea .wrp-rubber .bg-contents::after {
  content: '';
  display: block;
  position: absolute;
  top: 352px;
  right: 0;
  width: 540px;
  height: 156px;
  background: url(/rwd/fun/make/special/rubber/img/bg_bird_r.png) no-repeat 0 0;
}

#contentArea .wrp-rubber .balloon-sub {
  top: 60px;
  right: 205px;
  transform: rotate(40deg);
}

#contentArea .wrp-rubber .contents-area-inner {
  position: relative;
}

#contentArea .wrp-rubber .contents-area-head {
  position: relative;
}

#contentArea .wrp-rubber .caption-sub {
  padding: 90px 0 0;
}

#contentArea .wrp-rubber .ttl-sub {
  position: relative;
  width: 576px;
  right: 30px;
}

#contentArea .wrp-rubber .lead-sub {
  padding: 30px 0 75px;
}

#contentArea .wrp-rubber .img-cfaft-rubber {
  position: absolute;
  top: 240px;
  right: 48px;
}

#contentArea .wrp-rubber .contents-area-craft {
  position: relative;
}

#contentArea .wrp-rubber .ttl-craft {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

#contentArea .wrp-rubber .ttl-craft span {
  position: relative;
  font-size: 26px;
}

#contentArea .wrp-rubber .ttl-craft span:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: -58px;
  width: 56px;
  height: 38px;
  background: url(/rwd/fun/make/special/rubber/img/icn_ttl_deco.png) no-repeat 0 0;
}

#contentArea .wrp-rubber .contents-area-craft .box-craft-list {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  z-index: 2;
}

#contentArea .wrp-rubber .contents-area-craft .pic-craft-item {
  position: relative;
  width: 480px;
}

#contentArea .wrp-rubber .contents-area-craft .pic-craft-item img {
  position: relative;
  z-index: 1;
}

#contentArea .wrp-rubber .contents-area-craft .pic-craft-item:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 12px;
  width: 510px;
  height: 334px;
  background: url(/rwd/fun/make/special/rubber/img/bg_cloud.png) no-repeat 0 0;
  z-index: 0;
}

#contentArea .wrp-rubber .contents-area-craft .box-craft-list .pic-craft-movie {
  width: 470px;
  margin-top: 20px;
}

#contentArea .wrp-rubber .contents-area-craft .pic-craft-movie .ex {
  margin-top: 11px;
  color: #05050d;
  font-size: 14px;
  text-align: right;
}

#contentArea .wrp-rubber .btn-craft {
  width: 382px;
  margin: auto;
}

/* ヘリコプター */
#contentArea .wrp-rubber .box-craft-helicopter {
  margin-bottom: 23px;
}

#contentArea .wrp-rubber .box-craft-helicopter .btn-craft {
  margin: 17px auto;
}

#contentArea .wrp-rubber .box-craft-helicopter .box-craft-list .pic-craft-movie {
  margin-top: 20px;
}

/* ミクちゃん */
#contentArea .wrp-rubber .box-craft-mic {
  padding-top: 110px;
  margin-bottom: 55px;
  background: url(/rwd/fun/make/special/rubber/img/bg_bird_l.png) no-repeat 0 0;
}

#contentArea .wrp-rubber .box-craft-mic:before {
  content: '';
  display: block;
  position: absolute;
  top: 124px;
  left: -40px;
  width: 344px;
  height: 234px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
  z-index: 0;
  transform: none;
}

#contentArea .wrp-rubber .box-craft-mic:after {
  content: '';
  display: block;
  position: absolute;
  top: 194px;
  right: -40px;
  width: 344px;
  height: 234px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
  z-index: 0;
  transform: none;
}

#contentArea .wrp-rubber .box-craft-mic .box-craft-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#contentArea .wrp-rubber .box-craft-mic .pic-craft-item img {
  width: 230px;
  padding-left: 94px;
}

#contentArea .wrp-rubber .box-craft-mic .pic-craft-item:before {
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  left: -5px;
  width: 490px;
  height: 322px;
  background-size: contain;
}

#contentArea .wrp-rubber .box-craft-mic .pic-craft-item:after {
  content: '';
  display: block;
  position: absolute;
  top: -54px;
  right: 0;
  width: 122px;
  height: 94px;
  background: url(/rwd/fun/make/special/rubber/img/bg_ufo.png) no-repeat 0 0;
  z-index: 1;
}

#contentArea .wrp-rubber .box-craft-mic .btn-craft {
  margin: 28px auto;
}

/* 扇風機 */
#contentArea .wrp-rubber .box-craft-fan {
  padding-top: 120px;
  background: url(/rwd/fun/make/special/rubber/img/bg_bird_r.png) no-repeat 100% 0;
}

#contentArea .wrp-rubber .box-craft-fan:before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: inherit;
  right: 54px;
  width: 344px;
  height: 244px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
  background-size: contain;
  z-index: 0;
  transform: none;
}

#contentArea .wrp-rubber .box-craft-fan:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  width: 282px;
  height: 182px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
  background-size: contain;
  z-index: 0;
}

#contentArea .wrp-rubber .box-craft-fan .ttl-craft span {
  font-size: 36px;
}

#contentArea .wrp-rubber .box-craft-fan .ttl-craft span:before {
  top: -34px;
  left: -31px;
}

#contentArea .wrp-rubber .box-craft-fan .pic-craft-item img {
  width: 204px;
  padding-left: 163px;
}

#contentArea .wrp-rubber .box-craft-fan .pic-craft-item:before {
  content: '';
  display: block;
  position: absolute;
  top: -61px;
  right: -54px;
  width: 510px;
  height: 340px;
  background-size: contain;
}

#contentArea .wrp-rubber .box-craft-fan .pic-craft-item:after {
  content: '';
  display: block;
  position: absolute;
  top: -205px;
  left: 0;
  width: 144px;
  height: 286px;
  background: url(/rwd/fun/make/special/rubber/img/bg_balloon.png) no-repeat 0 0;
  z-index: 1;
}

#contentArea .wrp-rubber .box-craft-fan .box-craft-list .pic-craft-movie {
  margin-top: 40px;
}

#contentArea .wrp-rubber .box-craft-fan .btn-craft {
  margin: 13px auto;
}

/* allitem */
#contentArea .wrp-rubber .contents-area-allitem {
  position: relative;
  margin-top: -20px;
  padding-top: 114px;
  padding-bottom: 59px;
}

#contentArea .wrp-rubber .contents-area-allitem:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
  width: 344px;
  height: 234px;
  background: url(/rwd/fun/make/special/rubber/img/pic_cloud_01.png) no-repeat 0 0;
  z-index: 0;
}

#contentArea .wrp-rubber .contents-area-allitem:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 154px;
  background: url(/rwd/fun/make/special/rubber/img/bg_bird_l.png) no-repeat 0 0;
  z-index: 0;
}

#contentArea .wrp-rubber .contents-area-allitem .ttl-allitem {
  position: relative;
  margin-bottom: 8px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  z-index: 4;
}

#contentArea .wrp-rubber .contents-area-allitem .img-allitem {
  position: relative;
}

#contentArea .wrp-rubber .contents-area-allitem .img-allitem img {
  position: relative;
  z-index: 1;
}

#contentArea .wrp-rubber .contents-area-allitem .img-allitem:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1040px;
  height: 284px;
  background: url(/rwd/fun/make/special/rubber/img/bg_allitem_pc.png) no-repeat 0 0;
  z-index: 0;
}


/*
	layout SP
--------------------------------------------------------------- */
@media only screen and (max-width: 736px) {
  
  /* wrp-rubber
  ----------------------------------- */
  #contentArea .wrp-rubber::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: url(/rwd/fun/make/special/rubber/img/bg_contentstop_sp.png) no-repeat 0 0;
    background-size: contain;
    -webkit-transform: none;
    transform: none;
  }

  #contentArea .wrp-rubber .bg-contents::after {
    content: '';
    display: block;
    position: absolute;
    top: 220px;
    right: 0;
    width: 139px;
    height: 78px;
    background: url(/rwd/fun/make/special/rubber/img/bg_bird_r_sp.png) no-repeat 0 0;
    background-size: contain;
  }

  #contentArea .wrp-rubber .contents-area-head {
    margin-bottom: 60px;
  }

  #contentArea .wrp-rubber .balloon-sub {
    display: none;
  }

  #contentArea .wrp-rubber .caption-sub {
    padding-top: 16px;
  }
  #contentArea .wrp-rubber .ttl-sub {
    position: static;
    width: 83.75%;
    margin: auto;
  }
  #contentArea .wrp-rubber .lead-sub {
    padding: 12px 20px 0;
  }

  #contentArea .wrp-rubber::after,
  #contentArea .wrp-rubber .bg-contents::before {
    display: none;
  }

  #contentArea .wrp-rubber .ttl-craft {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    z-index: 4;
  }

  #contentArea .wrp-rubber .ttl-craft span {
    font-size: 13px;
  }

  #contentArea .wrp-rubber .ttl-craft span:before {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left: -30px;
    width: 28px;
    height: 19px;
    background: url(/rwd/fun/make/special/rubber/img/icn_ttl_deco.png) no-repeat 0 0;
    background-size: contain;
  }

  #contentArea .wrp-rubber .contents-area-craft .box-craft-list {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #contentArea .wrp-rubber .contents-area-craft .pic-craft-item {
    width: 100%;
  }

  #contentArea .wrp-rubber .contents-area-craft .pic-craft-item:before {
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 87.58620689655172%;
    height: 100%;
    background-size: contain;
  }

  #contentArea .wrp-rubber .contents-area-craft .box-craft-list .pic-craft-movie {
    width: 100%;
    margin-top: 7px;
  }

  #contentArea .wrp-rubber .contents-area-craft .pic-craft-movie .ex {
    margin-top: 5px;
    font-size: 7px;
  }

  #contentArea .wrp-rubber .btn-craft {
    width: 60%;
    margin: 10px auto 0;
  }

  /* ヘリコプター */
  #contentArea .wrp-rubber .box-craft-helicopter {
    margin-bottom: 6px;
  }

  #contentArea .wrp-rubber .box-craft-helicopter .btn-craft {
    margin: 8px auto;
  }

  #contentArea .wrp-rubber .box-craft-helicopter .box-craft-list .pic-craft-movie {
    margin-top: 7px;
  }

  /* ミクちゃん */
  #contentArea .wrp-rubber .box-craft-mic {
    padding-top: 78px;
    margin-bottom: 15px;
    background: url(/rwd/fun/make/special/rubber/img/bg_bird_l_sp.png) no-repeat 0 0;
    background-size: 139px 78px;
  }

  #contentArea .wrp-rubber .box-craft-mic:before {
    display: none;
  }

  #contentArea .wrp-rubber .box-craft-mic:after {
    display: none;
  }

  #contentArea .wrp-rubber .box-craft-mic .pic-craft-item {
    text-align: center;
  }

  #contentArea .wrp-rubber .box-craft-mic .pic-craft-item img {
    width: 56.896551724137936%;
    margin: 0 auto;
    padding-left: 0;
  }

  #contentArea .wrp-rubber .box-craft-mic .pic-craft-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 84.48275862068965%;
    height: 100%;
    background-size: contain;
    transform: translateX(-50%);
  }

  #contentArea .wrp-rubber .box-craft-mic .pic-craft-item:after {
    display: none;
  }

  #contentArea .wrp-rubber .box-craft-mic .btn-craft {
    margin: 20px auto;
  }

  /* 扇風機 */
  #contentArea .wrp-rubber .box-craft-fan {
    padding-top: 78px;
    background: url(/rwd/fun/make/special/rubber/img/bg_bird_r_sp.png) no-repeat 100% 0;
    background-size: 139px 78px;
  }

  #contentArea .wrp-rubber .box-craft-fan:before,
  #contentArea .wrp-rubber .box-craft-fan:after,
  #contentArea .wrp-rubber .box-craft-fan .pic-craft-item:after {
    display: none;
  }

  #contentArea .wrp-rubber .box-craft-fan .ttl-craft span {
    font-size: 18px;
  }

  #contentArea .wrp-rubber .box-craft-fan .ttl-craft span:before {
    top: -23px;
    left: -5px;
  }

  #contentArea .wrp-rubber .box-craft-fan .pic-craft-item {
    text-align: center;
  }

  #contentArea .wrp-rubber .box-craft-fan .pic-craft-item img {
    width: 49.6551724137931%;
    margin: 0 auto;
    padding-left: 0;
  }

  #contentArea .wrp-rubber .box-craft-fan .pic-craft-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 88.27586206896552%;
    height: 100%;
    background-size: contain;
    -webkit-transform: rotate(-15deg),translateX(-50%);
    transform: rotate(-15deg),translateX(-50%);
  }


  #contentArea .wrp-rubber .box-craft-fan .box-craft-list .pic-craft-movie {
    margin-top: 5px;
  }

  #contentArea .wrp-rubber .box-craft-fan .btn-craft {
    margin: 20px auto 15px;
  }

  /* allitem */
  #contentArea .wrp-rubber .contents-area-allitem {
    margin-top: 0px;
    padding-top: 90px;
    padding-bottom: 50px;
  }

  #contentArea .wrp-rubber .contents-area-allitem:before {
    display: none;
  }

  #contentArea .wrp-rubber .contents-area-allitem:after {
    top: 0;
    left: 0;
    width: 139px;
    height: 78px;
    background: url(/rwd/fun/make/special/rubber/img/bg_bird_l_sp.png) no-repeat 0 0;
    background-size: contain;
    z-index: 2;
  }

  #contentArea .wrp-rubber .contents-area-allitem .ttl-allitem {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #contentArea .wrp-rubber .contents-area-allitem .img-allitem:before {
    top: -55px;
    width: 100%;
    height: 100%;
    background: url(/rwd/fun/make/special/rubber/img/bg_allitem_sp.png) no-repeat 0 0;
    background-size: contain;
  }

  #contentArea .wrp-rubber .contents-area-allitem .btn-craft {
    margin: 25px auto 0;
  }

}
