@charset "UTF-8";
/***********************
* variableFontSize
*   指定したフォントサイズが何%になるのか
* 　を返す関数
*
* 　@param int 指定したいフォントサイズ
* 　@return %指定のフォントサイズ
*
***********************/
/***********************
* decimal-round
*
* 四捨五入(round)
* 切り上げ(ceil)
* 切り捨て(floor)
* を実装するもの(小数点第x位指定ができる)
* コピペした関数
***********************/
/* reset */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr, acronym, fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: "";
}

* {
  box-sizing: border-box;
}

body {
  max-width: 500px;
  margin: 0 auto;
  background-image: url(/assets/pc/css/kepco_img/keihin_bk.png); /*実寸、横800px、縦600px。*/
  background-repeat:no-repeat;
  background-position:center top; /*背景画像を、横中央、底辺に配置。*/
  background-color:#fbd72a;
  background-size:100%; /*背景画像をコンテンツの横幅いっぱいに表示する。*/
  padding: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 3.4666666667vw;*/
  font-size: 9pt;
  line-height: 1.5;
  color: #333333;
  -webkit-user-select: none !important;
  -webkit-touch-callout: none !important;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

a:hover,
a:focus {
  color: #404040;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
  border: none;
  width: 100%;
}

area {
  border: none;
  outline: none;
}

header,
main,
footer {
  width: 100%;
  margin: 0 auto;
}

header {
  padding: 1% 3% 1% 2%;
  border-bottom: 1px #918159 solid;
  box-shadow: 0px 1px 0px 0px rgba(145, 129, 89, 0.004), 0px 0px 3px 0px rgba(145, 129, 89, 0.8);
  position: relative;
  background-color: #fff;
}
header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul li:nth-of-type(1) {
  width: 13%;
}
header ul li:nth-of-type(2) {
  width: 41%;
}

main .item_datas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fbe3a4;
  background: linear-gradient(180deg, #fbe3a4 0%, #fbefd8 100%);
  padding: 0 2.6% 0.8% 2.5%;
}
main .item_datas .item_name {
  font-size: 130.77%;
  font-weight: bold;
  padding-top: 2.3%;
  width: 77%;
}
main .item_datas .item_name .item_sub {
  font-size: 58.5%;
  display: block;
}
main .item_datas .play_point {
  width: 20%;
  position: relative;
  z-index: 1;
}
main .page_datas {
  font-size: 84.62%;
  background-color: #fadd88;
}
main .page_datas ul {
  width: 100%;
  display: flex;
  padding: 1.1% 2.5% 1.2% 2.6%;
  align-items: center;
  justify-content: space-between;
}
main .page_datas ul li {
  align-self: flex-end;
}
main .page_datas ul li.back_link {
  position: relative;
  top: -0.1em;
  width: 26%;
}
main .page_datas ul li.back_link a > span {
  position: relative;
  padding-left: 1em;
}
main .page_datas ul li.back_link a > span:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/assets/pc/css/kepco_img/ico_link.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
main .page_datas ul li.back_link a:hover {
  text-decoration: none;
}
main .page_datas ul li.status span {
  background-color: #7d5019;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  width: 9.2em;
  display: inline-block;
  text-align: center;
  font-size: 109.085%;
  top: 0.05em;
  position: relative;
  padding: 1.8% 0 1% 0;
}
main .page_datas ul li.cntData {
  width: 74%;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
main .page_datas ul li.cntData .view_cnt {
  font-weight: bold;
}
main .page_datas ul li.cntData .view_cnt > span {
  position: relative;
  padding-left: 2.1em;
}
main .page_datas ul li.cntData .view_cnt > span:before {
  content: "";
  width: 1.5em;
  height: 1.3em;
  background: url(/assets/pc/css/kepco_img/ico_view_cnt.png) no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.7em);
}
main .page_datas ul li.cntData .view_cnt > span .cnt {
  font-size: 127.266%;
  display: inline-block;
  margin-left: 3%;
}
main .page_datas ul li.cntData .waiting_cnt {
  margin: 0 0.7em 0 1.3em;
  font-weight: bold;
}
main .page_datas ul li.cntData .waiting_cnt:before {
  content: "";
  color: #cbb46f;
  border-left: 1px #cbb46f solid;
  height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.8em;
  position: relative;
  top: -0.15em;
}
main .page_datas ul li.cntData .waiting_cnt > span {
  position: relative;
  padding-left: 1.5em;
}
main .page_datas ul li.cntData .waiting_cnt > span:before {
  content: "";
  width: 1.25em;
  height: 1.3em;
  background: url("/assets/pc/css/kepco_img/ico_waiting_cnt.png") no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8em);
}
main .page_datas ul li.cntData .waiting_cnt > span .cnt {
  font-size: 127.266%;
  display: inline-block;
  margin-left: 7%;
}
main .game_view figure {
  margin: 0;
}
main .game_view figure img, main .game_view figure video {
  width: 80%;
}
main .game_option {
  display: flex;
  justify-content: space-between;
  padding: 2% 2.6%;
  background-color: #f0f0f0;
  width: 100%;
}
main .game_option .bgm_option,
main .game_option .video_option {
  display: flex;
  align-items: center;
}
main .game_option .bgm_option a .on,
main .game_option .video_option a .on {
  display: none;
}
main .game_option .bgm_option a .off,
main .game_option .video_option a .off {
  display: block;
}
main .game_option .bgm_option a.active .on,
main .game_option .video_option a.active .on {
  display: block;
}
main .game_option .bgm_option a.active .off,
main .game_option .video_option a.active .off {
  display: none;
}
main .game_option .bgm_option {
  width: 48%;
}
main .game_option .bgm_option span {
  width: 34%;
}
main .game_option .bgm_option .bgmBtn {
  width: 66%;
  margin-left: 4%;
}
main .game_option .video_option {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: 3%;
  padding-left: 0%;
}
main .game_option .video_option:before {
  content: "";
  color: #d6d6d6;
  border-left: 1px #d6d6d6 solid;
  height: 2.3em;
  display: inline-block;
  vertical-align: middle;
}
main .game_option .video_option span {
  width: 33%;
  margin-left: 7%;
}
main .game_option .video_option .videoBtn {
  width: 72.5%;
  margin-left: 4%;
}
main .creane_game_ctrl {
  display: flex;
  justify-content: space-between;
  padding: 4% 5% 0.5% 5%;
  background: white;
  background: linear-gradient(180deg, white 0%, #e5e5e5 100%);
  width: 100%;
}
main .creane_game_ctrl .arm_movement {
  width: 49%;
}
main .creane_game_ctrl .arm_catch {
  width: 51%;
  padding: 0 1.9% 0 4.6%;
}
main .creane_game_ctrl .arm_catch .remaining_time {
  font-size: 92.31%;
  background-color: #e8e8e8;
  border-radius: 10px;
  padding: 2% 7% 2%;
  box-shadow: inset 0px 5px 4px 0px #d1d1d1;
  background: #ebebeb;
  background: linear-gradient(180deg, #ebebeb 0%, #e4e4e4 100%);
  display: flex;
  align-items: center;
  font-weight: bold;
}
main .creane_game_ctrl .arm_catch .remaining_time span:nth-of-type(1) {
  width: 52%;
}
main .creane_game_ctrl .arm_catch .remaining_time span:nth-of-type(2) {
  width: 48%;
  text-align: right;
}
main .creane_game_ctrl .arm_catch .remaining_time span .time {
  font-size: 166.67%;
}
main .creane_game_ctrl .arm_catch .catch_btn {
  display: block;
  width: 79%;
  margin: 5% auto;
}
main .creane_game_ctrl .btnList {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 2%;
}
main .creane_game_ctrl .btnList li {
  width: 46%;
}
main .creane_game_ctrl .btnList.reservation {
  width: 95%;
}
main .creane_game_ctrl .btnList.reservation li {
  width: 49%;
}
main .link {
  text-align: center;
  padding: 4.7% 0 4.7%;
  background-color: #fff;
}
main .link a {
  position: relative;
  padding-left: 2em;
  font-size: 100%;
}
main .link a:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url(/assets/pc/css/kepco_img/ico_mail.png) no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8em);
}

footer {
  background-color: #7f5c2e;
  color: #fff;
  padding: 3% 3% 2% 3%;
  line-height: 1.4;
}
footer .cp {
  text-align: center;
  font-size: 69.23%;
}

.hapita_content .back_link {
  text-align: center;
  padding: 4.7% 0 4.7%;
}
.hapita_content .back_link a {
  position: relative;
  padding-left: 2em;
  font-size: 100%;
}
.hapita_content .back_link a:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: url(/assets/pc/css/kepco_img/ico_link.png) no-repeat left center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8em);
}
.btnList .csl_r_btn {
  display: block;
  vertical-align: middle;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0px;
  background-image: url(/assets/pc/css/kepco_img/btn_slide_h.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  background-size: contain;
}
.btnList .btn_v {
  display: block;
  vertical-align: middle;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 0px;
  background-image: url(/assets/pc/css/kepco_img/btn_slide_t.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
}


.game {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000 url(/assets/pc/css/kepco_img/game-ol-down.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.game > .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 560px;
  height: 400px;
  padding: 40px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.game > .overlay[data-status="down"] {
  background-color: #000;
  /*	background-image: url("/assets/pc/css/kepco_img/game.png");*/
  color: #fff !important;
  filter:alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 1;
  background-size: cover;
}

.game > .overlay[data-status="win"] {
  background-image: url(/assets/pc/css/kepco_img/game-ol-win.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff !important;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 1;
}
.game > .overlay[data-status="alpha"] {
  background: rgba(98, 135, 167, .5);
  color: #fff !important;
}

.game > .overlay > p {
  line-height: 1.5;
}
.game > .overlay > p > strong {
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
}
.page_datas h3{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
/*------- keihin_get --------*/
.keihin_get{
  padding-top: 15px;
}
.omedetou{
  margin: 0;
  font-size: 18px;
  color: #da2015;
  text-align: center;

}
.get_item{
  width: 320px;
  height: 320px;
  margin: 0 auto;
  background: url(/assets/pc/css/kepco_img/keihin_get_bk.png) no-repeat;
  text-align: center;
  background-size: contain;
  background-position: center center;
}
.get_item img{
  position: relative;
  top: -20px;
  height: 90%;
  width: auto;
}
.twitter_button{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.form_text{
  font-size: 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.form_text span{
  font-size: 16px;
}
.txt_addr{
  width: 600px !important;
  display: block;
  margin-top: 10px !important;
}
.auto_input{
  font-size: 16px !important;
  background-color: #f3a800;
  width: 100px !important;
  height: 40px !important;
  padding: 0 !important;
  min-width: auto !important;
}
.keihin_get span{
  margin: 0 10px;
}
.txt_tel{
  width: 130px !important;
}


/*------- keihin_get End --------*/

/*------- keihin_send --------*/
.keihin_send{
  padding-top: 15px;
  padding-bottom: 80px;
}
.send_txt_01{
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
.send_txt_02{
  font-size: 16px;
  color: #cc0000;
  text-align: center;
  margin: 40px auto;
  width: 90%;
}
.keihin_send table{
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 60px;
}
.keihin_send th{
  padding: 20px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
.keihin_send td{
  padding: 20px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  font-size: 16px;
}
.hapita_button{
  text-align: center;
}
/*------- keihin_send End --------*/

/*------- keihin_finish --------*/
.keihin_finish{
  padding-top: 15px;
  padding-bottom: 80px;
}
.keihin_finish_txt{
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
/*------- keihin_finish End --------*/
/*------- contact --------*/
.contact{}
.contact_ttl{
  font-size: 20px;
  color: #cc0000;
  text-align: center;
}
.contact_ttl span{
  display: block;
  font-size: 16px;
  color: #000;
}
.contact_txt{
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}

.contact_qa{
  margin-bottom: 50px;
}
.contact_qa dt{
  max-width: 95%;
  padding: 5px 15px 5px 50px;
  border: 4px #7f5c2e solid;
  border-radius: 45px;
  /*background: url(/assets/pc/css/kepco_img/q_bk.png);*/
  margin-bottom: 10px;
  font-size: 16px;
  color: #7f5c2e;
  font-weight: bold;
  position: relative;
  left: 3.2%;
}
.contact_qa dt:before{
  content: '';
  display:  block;
  width: 56px;
  height: 61px;
  background: url(/assets/pc/css/kepco_img/q_icon30.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 10px;
}
.contact_qa dd{
  max-width: 95%;
  border: 4px #7f5c2e solid;
  border-radius: 20px;
  margin-bottom: 30px;
  color: #7f5c2e;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  left: 3%;
}
.contact_qa dd:before{
  content: '';
  display: block;
  width: 52px;
  height: 57px;
  background: url(/assets/pc/css/kepco_img/a_icon30.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
}
.contact_qa dd span{
  display: inline-block;
  margin-left: 50px;
  margin-right: 20px;
  word-break: break-all;
}

.environment{
  width: 90%;
  margin: 0 auto;
  border: #7f5c2e 1px solid;
  padding: 20px;
  margin-bottom: 20px;
}
.env_ttl{
  font-size: 20px;
  font-weight: bold;
  color: #7f5c2e;
  margin-top: 0;
  margin-bottom: 10px;
}
.env_left{
  float: left;
  width: 50%;
}
.env_right{
  float: right;
  width: 50%;
}
.env_left li,
.env_right li{
  font-size: 16px;
  color: #7f5c2e;
}
.env_left em,
.env_right em{
  font-weight: bold;
  font-style: normal;
}
.env{
  margin-bottom: 10px;
}
.env li{
  font-size: 16px;
  color: #7f5c2e;
}
.env em{
  font-weight: bold;
  font-style: normal;
}
.env_txt{
  clear: both;
  color: #7f5c2e;
  margin-bottom: 0;
  font-size: 14px;
}
.contact_memo{
  width: 90%;
  margin: 0 auto;
  border: #7f5c2e 1px solid;
  font-size: 14px;
  color: #7f5c2e;
  padding: 30px 2.5%;
  margin-top: 20px;
}
.contact_notes{
  width: 90%;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 14px;
  color: #7f5c2e;
}


.contact_form{
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}
.contact_form th{
  width: 25%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.contact_form th em{
  font-size: 12px;
  color: #cc0000;
}
.contact_form td{
  padding: 10px 0;
}
.contact_agree{
  font-size: 14px;
  color: #7f5c2e;
  text-align: center;
  margin: 50px auto;
}
/*------- contact End --------*/

/*------- contact_send --------*/
.contact_send{}
.contact_send p{
  font-size: 20px;
  color: #333;
  text-align: center;
  padding: 20px 0;
}
.contact_send table{
  max-width: 660px;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 60px;
  margin-bottom: 90px;
}
.contact_send th{
  width: 30%;
  font-weight: normal;
  text-align: left;
}
.contact_send td{
  word-break: break-all;
  font-size: 16px;
}
.contact_send th,
.contact_send td{
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
  border-top: 1px #bfad96 solid;
  border-bottom: 1px #bfad96 solid;
}
/*------- contact_send End --------*/
.error{
  color: #ff0000;
  display: block;
  width: 100%;
}
.input-group .error:nth-child(n + 2) {
  /* css指定 */
  display:none;
}
/*------- contact_finish --------*/
.contact_finish{}
.contact_finish_txt{
  font-size: 20px;
  color: #333;
  text-align: center;
  padding: 100px 0;
}
/*------- contact_finish End --------*/

.noview{
  display: none !important;
}
.hapita_content{
  background-color: #fff;
  /* margin-top: 50px; */
}
.modal{
  height: auto;
}