#_cont_device{
  position:static;
  display: none;
}




/**
/*タイトル
**/
.cont_ttl{

}
.cont_ttl .inner{
  padding-bottom: 170px;
}
.cont_ttl:after{
  transform: skewY(-4deg);
  height: 180px;
  bottom:-100px;
}
.cont_ttl .cont_ttlbox{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
}
.cont_ttl .cont_mainimg:before{
  content: "";
  padding-top: 848px;
  display: block;
}
.cont_ttl .cont_mainimg>div{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: url("../img/pct_mainimg.png") top center no-repeat;
}
.cont_ttl h1{
  margin-top: 260px;
  width:63%;
  max-width:598px;
}
.cont_ttl .cont_read:before{
  content: "";
  display: block;
  margin-top: -160px;
}

@media screen and (max-width:950px){
  .cont_ttl .cont_mainimg:before{
    padding-top: 88%;
  }
  .cont_ttl .cont_mainimg>div{
    background-size: 210% auto;
  }
  .cont_ttl h1{
    margin-top:30%;
  }
  .cont_ttl .cont_read{
    width: 80%;
  }
  .cont_ttl .cont_read:before{
    margin-top: -17%;
  }
}


/**
/*クイズ
**/
.cont_quiz{
  margin-top: -50px;
  padding-bottom: 100px;
  position: relative;
}
.cont_quiz:before{
  content: "";
  display: block;
  width: 100%;
  background: #ffea77;
  transform: skewY(10deg);
  /*padding-top: 30%;*/
  height: 470px;
  position: absolute;
  bottom: 0;
}
.cont_quiz .cont_sec_ttl .cont_h{
  float: right;
  width: 40%;
}
.cont_quiz .cont_sec_ttl .cont_h h2{
  margin: 0;
  padding: 0;
}
.cont_quiz .cont_sec_ttl .cont_h p{
  margin: 10px -15% 0;
}
.cont_quiz .cont_sec_ttl figure{
  width: 50%;
  float: left;
  position: relative;
}
.cont_quiz .cont_sec_ttl figure img{
  position:absolute;
  margin-top:-10%;
}
.cont_quiz .cont_contents .cont_quiz_text{
  text-align: center;
}
.cont_quiz .cont_contents .cont_quiz_text img{
  margin-top: -5%;
}
.cont_quiz a.cont_entry_link{
  max-width: 282px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 1em;
}
.cont_quiz a.cont_entry_link:hover{
  opacity:0.8;
}
.cont_quiz .cont_usepolicy{
  font-size: 0.8rem;
}


/**
/*クイズ
**/
.cont_event{
  margin-top:70px;
}
.cont_event .cont_h{
  text-align: center;
  width:60%;
}
.cont_event .cont_h h2{
  margin-top: 0;
}
.cont_event .cont_mainimg{
  position: relative;
}
.cont_event .cont_mainimg .cont_event_time{
  width: 40%;
  position: absolute;
  right: 0;
  top: -90%;
}
.cont_event .cont_mainimg figure.cont_pho{
  margin: 0 -5%;
}
.cont_event .cont_atten{
  /*font-size: 0.8rem;*/
}

/**
/*スタンプラリー
**/
.cont_stamp{
  background: #0670c7 url("../img/bg_stamp.jpg") no-repeat center bottom;
  padding-bottom:50px;
  position: relative;
  padding-top: 200px;
  margin-top: -70px;
}
.cont_stamp:before{
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  transform:skewY(-7deg);
  width: 100%;
  height: 320px;
  top:-120px;
}
.cont_stamp .cont_sec_ttl .cont_h{
  width: 55%;
  float: right;
  text-align: center;
}
.cont_stamp .cont_sec_ttl figure{
  position: absolute;
  width: 45%;
  left:0;
  bottom:-50px;
  text-align: center;
}
.cont_stamp .cont_sec_ttl figure img{
  margin: auto;
}
.cont_stamp .cont_links {
  display: table;
  max-width: 450px;
  margin: auto;
  margin-top: 15px;
}
.cont_stamp .cont_links>div{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cont_stamp .cont_links>div:nth-child(1){
}
.cont_stamp .cont_links>div:nth-child(2){
  width: 30%;
  min-width: 100px;
}
.cont_stamp .cont_links a{
  background: #e95098;
  display: block;
  padding: 1em;
  width: 95%;
  box-sizing: border-box;
}
.cont_stamp .cont_links a:hover{
  opacity:0.8;
}
.cont_stamp .cont_howto ul{
  margin-left: -10px;
}
.cont_stamp .cont_howto ul li{
  float: left;
  width:33.3%;
}
.cont_stamp .cont_howto ul li>div{
  margin-left: 10px;
}

/**
/*スキー場リスト
**/
.cont_ski_list ul li{
  width:20%;
}
.cont_ski_list ul li:nth-child(5n){
  border-right: none;
}
