@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

#fantastic_cp html {
  height: 100%;
}
#fantastic_cp a {
  cursor: pointer;
  text-decoration: underline;
}
#fantastic_cp a:hover {
  opacity: 0.7;
}
#fantastic_cp a.longurl {
  word-break: break-all;
}
#fantastic_cp a.link:hover {
  opacity: 0.6;
}

#fantastic_cp img {
  display: block;
  width: 100%;
}

#fantastic_cp .pc{display: block;}
#fantastic_cp .sp{display: none;}

#fantastic_cp .container {
  background-image: url(../img/kv_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

#fantastic_cp .r {
  vertical-align: -21%;
}

#fantastic_cp .indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* 応募方法 */
#fantastic_cp .sec01 {
  padding: 10% 0;
}

#fantastic_cp .sec01 .bg_top {
  width: 1000px;
  margin: 0 auto -137px;
}

#fantastic_cp .sec01 .bg_bottom {
  width: 1000px;
  margin: -37px auto 0;
}

#fantastic_cp .sec01 .content {
  background-image: url(../img/sec04_box02_line.png);
  background-color: #f9f0e2;
  border-right: solid 7px #f4cf92;
  border-left: solid 7px #f4cf92;
  background-repeat: no-repeat;
  background-position: top center, top;
  width: 1000px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  color: #802d00;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
#fantastic_cp .sec01 h3 {
  color: #802d00;
  font-size: 20px;
  font-weight: bold;
}

#fantastic_cp .sec01 p {
  color: #802d00;
}

#fantastic_cp .sec01 ._bottom {
  margin-bottom: 40px;
}

#fantastic_cp .sec01 .box {
  border: solid 1px #ff0000;
  padding: 0.5em 0.25em 0.5em 0.5em;
  margin: 0 auto 0 -10px;
  width: 900px;
}

#fantastic_cp .sec01 .box ._bottom {
  margin-bottom: 0;
}



@media screen and (max-width:979px){
  #fantastic_cp .pc{display: none;}
  #fantastic_cp .sp{display: block;}

  #fantastic_cp .container {
    background-image: url(../img/s_kv_bg.png);
    background-repeat: repeat;
  }
  
/* 応募方法 */
#fantastic_cp .sec01 {
  padding: 18% 0 30%;
}
#fantastic_cp .sec01 .box ._bottom {
  margin-bottom: 0;
}

#fantastic_cp .sec01 .bg_top {
  margin: 0% auto -7%;
  width: 92%;
}

#fantastic_cp .sec01 .bg_bottom {
  margin: -15% auto;
  width: 92%;
}

#fantastic_cp .sec01 .content {
  background-image: none;
  width: 92%;
  padding: 9% 5% 0;
  font-size: 3.2vw;
}
#fantastic_cp .sec01 h3 {
  font-size: 3.47vw;
}

#fantastic_cp .sec01 p {
  font-size: 3.2vw;
  margin-bottom: 6%;
}

#fantastic_cp .sec01 .box {
  margin: 0 auto 0 -1%;
  width: 100%;
}



}

