@charset "utf-8";

@import "https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css";

/*
 *  Common
 */

html, body {
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.42857143;
}

a {
    color: inherit;
}
img {
    vertical-align: bottom;
    width: 100%;
}

.content {
  width: 100%;
  margin: 0 auto 0 auto;
  background-image: url(/campaign/2017/gomu-day/images_vol1/bg-ko.png);
  background-size: 100% auto;
  background-position: top center;
}

.area-w {
    background-color: #fff;
    width: 980px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0 0 0 0;
}

.camp_cont {
  padding: 20px 20px 20px 20px;
  color: #9a802a;
}
.camp_cont div.yoko_block {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.camp_cont div.yoko_block div.img_area {
  float: left;
  width: 48%;
}
.camp_cont div.yoko_block div.prize_area {
  float: right;
  width: 48%;
}
.camp_cont div.tate_block {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.camp_cont div.tate_block div.block1 {
  float: left;
  width: 48%;
}
.camp_cont div.tate_block div.block2 {
  float: right;
  width: 48%;
}
.camp_cont div.yoko_block h3:before,
.camp_cont div.tate_block h3:before {
  margin:0 6px 0 0;
    content:" ";
    display:inline-block;
    width:20px;
    height:17px;
    background:url( /campaign/2017/gomu-day/images_vol1/midashi.png);
    background-size:contain;
    vertical-align:middle;
}
.camp_cont h2 {
  padding: 20px 0 0 0;
}
.camp_cont h3 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0 0 0;
}
.camp_cont p.photo-area {
  padding: 20px 0 40px 0;
}


.wrap {
    margin: 0 auto;
    width: 980px;
}
.wrap-max {
    height: 100%;
    width: 100%;
}
.txt-hide {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.txt-none {
    display: none;
}
.a-max {
    display: block;
    height: 100%;
    width: 100%;
}
.a-full {
    display: block;
    text-decoration: inherit;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
.sp {
  display: inline;
}
.pc {
  display: none;
}
img {
  width: 100%;
}
.wrap {
    width: 100%;
}


}
.text_red {
  color: #ff0000;
}


.camp_cont4 {
  overflow: hidden;
}
.camp_cont4 h2 {
  padding: 0 0 20px 0;
}
.camp_cont4 div.waku {
  width: 300px;
  float: left;
  overflow: scroll;;
  border: 1px solid #f4b4d0;
  display: inline-block;
  height: inherit;
  margin: 0 10px 20px 0;
  height: 550px;
}
.camp_cont4 div.waku img {
  width: 100%;
}
.camp_cont4 div.waku p {
  padding: 10px 10px 10px 10px;
}


/*
 *  Part -> social
 */

 .part.social {
     height: 24px;
     margin: 15px 0 -24px;
     text-align: right;
 }
 .top_page
 .part.social {
     margin-bottom: 15px;
 }
 .part.social .fb_iframe_widget > span {
   vertical-align: baseline !important;
 }
 .social img {
   vertical-align: top !important;
 }
 .social .line img {
   width: inherit !important;
 }


/*
 *  Footer
 */

 footer #jex_brand_list{
 	background: #ececec;
 	padding: 2% 9%;
  overflow: hidden;
 }

 footer #jex_brand_list div{
 	max-width: 1200px;
 	margin: 0 auto;
 }

 footer #jex_brand_list h3{
 	width: 31.5%;
 	padding-bottom: 2%;
 	margin: 0 auto;
 }

 footer #jex_brand_list li{
 	width: 18.4%;
 	float: left;
 	padding-right: 2%;
 }

 footer #jex_brand_list li:last-of-type{
 	padding-right: 0;
 }

 footer #footer_bottom{
 	background: #656565;
 	padding: 2% 9% 3%;
 	color: #fff;
 	line-height: 1.4em;
 }

 footer #footer_bottom div{
 	max-width: 1200px;
 	margin: 0 auto;
 }

 footer #footer_bottom ul{
 	width: 50%;
 	float: left;
 }

 footer #footer_bottom ul li{
 	float: left;
 	padding-right: 3%;
 }

 footer #footer_bottom ul li img{
 	width: 60%;
 }

 footer #footer_bottom p{
 	width: 30%;
 	float: right;
 	text-align: right;
 }



/*
 *  Area Common
 */

@media only screen and (max-width: 768px) {
.content {
  width: 100%;
  margin: 0 auto 0 auto;
  background-image: none;
      background-color: #fff;
}

.area-w {
    width: 100%;
}

.camp_cont {
  padding: 3% 3% 3% 3%;
}
.camp_cont div.yoko_block {
}
.camp_cont div.yoko_block div.img_area {
  float: none;
  width: 100%;
}
.camp_cont div.yoko_block div.prize_area {
  float: none;
  width: 100%;
}
.camp_cont div.tate_block {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.camp_cont div.tate_block div.block1 {
  float: none;
  width: 100%;
  padding: 0 0 6% 0;
}
.camp_cont div.tate_block div.block2 {
  float: none;
  width: 100%;
}
.camp_cont h2 {
  padding: 3% 0 0 0;
}
.camp_cont h3 {
  font-size: 160%;
  font-weight: bold;
  padding: 3% 0 0 0;
}
.camp_cont p.photo-area {
  padding: 6% 0 15% 0;
}



.camp_cont4 {
  overflow: hidden;
}
.camp_cont4 h2 {
  padding: 0 0 20px 0;
}
.camp_cont4 div.waku {
  width: 100%;
  float: left;
  overflow: scroll;;
  border: 1px solid #f4b4d0;
  display: inline-block;
  height: inherit;
  margin: 0 10px 20px 0;
  height: inherit;
}
.camp_cont4 div.waku img {
  width: 100%;
}
.camp_cont4 div.waku p {
  padding: 10px 10px 10px 10px;
}



/*
 *  Footer
 */

 	footer #jex_brand_list{
 	background: #fff;
 	padding: 4% 3%;
 	}

 	footer #jex_brand_list h3{
 		width: 80%;
 		padding-bottom: 3%;
 	}

 	footer #jex_brand_list li{
 		width: 48%;
 		padding: 0 1% 2%;
 	}

 	footer #footer_bottom{
 		padding: 2% 8% 3%;
 	}

 	footer #footer_bottom ul{
 		width: auto;
 		float: none;
 		text-align: center;
 		padding: 2% 0 4%;
 	}

 	footer #footer_bottom ul li{
 		float: none;
 		display: inline-block;
 		padding: 0;
 	}

 	footer #footer_bottom ul li:before{
 		content: "|"
 	}

 	footer #footer_bottom ul li:last-of-type:after{
 		content: "|"
 	}

 	footer #footer_bottom ul li a{
 		padding: 0 0.2em;
 	}

 	footer #footer_bottom p{
 		width: 80%;
 		float: none;
 		margin: 0 auto;
 		text-align: center;
 	}
}
