@charset "utf-8";

/* Webフォント読み込み */
@font-face {
	font-family: PixelMplus10-Regular;
	src: url('../font/PixelMplus10-Regular.ttf') format("truetype");
}
@font-face {
	font-family: BebasNeue;
	src: url('../font/BebasNeue.otf') format("truetype");
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/* テキスト選択した時 */
::selection {
    background: red;
    color: #fff;
}
/* Firefox */
::-moz-selection {
    background: red;
    color: #fff;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.font20 {
	font-size: 20px;
}
.font25 {
	font-size: 25px;
}
.font35 {
    font-size: 35px;
    font-weight: bold;
}
.font60 {
	font-size: 60px;
}
.font70 {
	font-size: 70px;
}
.font100_babes {
	font-size: 70px;
	font-family: BebasNeue;
}
.font_white {
	color: #fff;
}
.font_yellow {
	color: #ffff00;
}
.bg_yellow {
	background: linear-gradient(transparent 15%, #ffff00 0%);
}
.bg_gray {
	background: linear-gradient(transparent 15%, #25201f 0%);
}
.margin_r_2 {
    margin-right: 2%;
}
.margin_t_40 {
    margin-top: 40px;
}
.margin_t_80 {
    margin-top: 80px;
}

/*フレーム*/
#flame {
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 20px solid #3e3a39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E8E6DB;
}
/*フレーム　フリッパー*/
.contact-fix-left {
    position: fixed;
    bottom: -20px;
    left: 0;
}
.contact-fix-right {
    position: fixed;
    bottom: -20px;
    right: 0;
}
.contact-fix-center {
    position: fixed;
    left: 48.1%;
}

/*レイアウト共通*/
.inbox {
	width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
	padding: 80px 0;
} 
h3 {
    font-family: PixelMplus10-Regular;
    margin-bottom: 60px;
}
h4 {
    font-family: PixelMplus10-Regular;
    color: red;
    line-height: 0.7em;
}
h4 a {
    color: red;
	text-decoration: none;
}



/*メインビジュアル*/
#main_v {
    width: 100%;
    background-image: url(../img/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-attachment: fixed;
	border-bottom: 10px solid #3e3a39;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}
#main_logo {
    padding-top: 8%;
	padding-bottom: 2%;
}
#main_logo img {
    width: 50%;
    max-width: 500px;
}
#main_copy {
    font-size: 35px;
    padding-bottom: 8%;
}
#bumper {
    right: 5%;
    position: absolute;
    margin-top: 100px;
}
/*トップボーる*/
#ball_top {
	margin-left: 100px;
	position: absolute;
    margin-top: 100px;
}


/*ニュース*/
#news {
    background-color: #3e3a39;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    border-radius: 20px;
}
#news img {
	float: left;
	width: 14%;
}
#news_inbox {
	width: 65%;
    color: red;
    font-family: PixelMplus10-Regular;
    background-color: #25201f;
    float: left;
    border-radius: 20px;
    margin: 0% 3%;
	text-align: center;
}
#news h2 {
    font-size: 50px;
    line-height: 70px;
	margin: 0;
	padding: 0;
}
#news Marquee  {
    line-height: 50px;
}	



/*コンセプト*/
#concept {
    font-weight: bolder;
}
#concept h2 {
    font-family: PixelMplus10-Regular;
    font-size: 50px;
    line-height: 60px;
    border-bottom: 4px double #3e3a39;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 00px;
    margin-bottom: 20px;
    padding-top: 0px;
	padding-bottom: 0px;
}
#concept_copy {
    font-size: 33px;
    line-height: 33px;
}
#concept p {
    line-height: 25px;
}

/*コンセプト 背景８角形*/
#octagon_01 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #3e3a39; /* 8角形の色or画像 */
    padding: 10px 20px;
}
/*コンセプト 背景８角形　共通*/
#octagon_01::before,#octagon_01::after,#octagon_02::before,#octagon_02::after {
  content: '';
  width: 0;
  height: 0;
  border: 35px solid transparent;
  position: absolute;
}

/*コンセプト 背景８角形　左上*/
#octagon_01::before {
  border-top-color: #E8E6DB;
  border-left-color: #E8E6DB;
  top: 0;
  left: 0;
}
/*コンセプト 背景８角形　右上*/
#octagon_01::after {
  border-top-color: #E8E6DB;
  border-right-color: #E8E6DB;
  top: 0;
  right: 0;
}
/*コンセプト 背景８角形　左下*/
#octagon_02::before {
  border-bottom-color: #E8E6DB;
  border-left-color: #E8E6DB;
  bottom: 0;
  left: 0;
}
/*コンセプト 背景８角形　右下*/
#octagon_02::after {
  border-bottom-color: #E8E6DB;
  border-right-color: #E8E6DB;
  bottom: 0;
  right: 0;
}
#bg_yellow {
    border-radius: 80px;
    background-color: #ffcb00;
    border: 10px solid #3e3a39;
}
#border_gray {
	margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border: 4px solid #3e3a39;
    border-radius: 70px;
}



/*ピンボール*/

/*ピンボール台*/
#pinball_dai {
    right: 5%;
    position: absolute;
    margin-top: -100px;
}
/*ピンボール ポイント*/
.pinball_point {
	float: left;
	width: 41%;
	font-weight: bold;
}
.pinball_point_line {
    float: left;
    width: 6%;
    margin-top: 10%;
}

/*ピンボール 新台紹介*/
.new_machine_img {
	width: calc(100% / 3 - 10px);
    float: left;
    font-weight: bold;
    margin: 0 5px 0 5px;	
}
.new_machine_img img {
	width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.new_machine_img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.new_machine_name {
	font-size: 1.1em;
	line-height: 1.2em;
	height: 100px;
}

@media screen and (max-width: 599px) {
.new_machine_img {
	width: calc(100% / 2 - 10px);
}
.new_machine_name {
	font-size: 0.9em;
	height: 70px;
}

}

/*ピンボール マシンリスト*/
#machinelist {
    background-image: url(../img/machine_list_arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#sbs{
}
#sbs img {
	width: 45%;
}

/*グッズ*/
#goods {
    background-image: url(../img/goods_bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}
.goods_box {
	width: calc(100% / 3 - 20px);
    float: left;
    font-weight: bold;
    margin: 0 10px 0 10px;
}
.goods_box img {
  	width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.goods_box:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.goods_name {
	font-size: 1.1em;
	line-height: 1.3em;
	height: 110px;
}

@media screen and (max-width: 599px) {
.goods_box {
	width: calc(100% / 2 - 20px);
}
.goods_name {
	font-size: 0.9em;
	line-height: 1.2em;
	height: 110px;
}

}


/*アクセス*/
#map  {
	width: 100%;
	max-width: 1300px;
    border: 3px solid #3E3A39;
    border-radius: 10px;
    box-sizing: border-box;
	height: 506px;
}
#map iframe {
    border: 3px solid #3E3A39;
	box-sizing: border-box;
    border-radius: 10px;
	width: 100%;
	height: 500px;
}

/*トラック*/
#track {
	margin-left: 100px;
	position: absolute;
    margin-top: 100px;
}

/*瓶コーラ*/
#coke {
    right: 5%;
    position: absolute;
    margin-top: -100px;
}

/*フェイスブックボタン*/
#facebook_btm {
    background-color: #1a1a1a;
    margin-top: -10px;
    text-align: center;
    padding-top: 3%;
}

/*フッター*/
footer {
    position: relative;
    background-color: #3e3a39;
}
/*フッター 左 コピーライト*/
#copylight {
	font-family: PixelMplus10-Regular;
    color: #fff;
	writing-mode: vertical-rl;	
	float: left;
    height: 760px;
	vertical-align: middle;
	text-align: center;
	width: 7%;
}
/*フッター センター*/
#footer_center {
    float: left;
    background-image: url(../img/footer_center_bg.png);
    max-width: 900px;
    margin-left: 3%;
    padding-top: 8%;
    padding-left: 8%;
    background-repeat: no-repeat;
    color: red;
    font-family: PixelMplus10-Regular;
    font-size: 32px;
    line-height: 50px;
    width: 65%;
    height: 660px;
    background-size: 100% auto;
}
/*フッター センターのリスト*/
.cp_clist li {
    position: relative;
    display: block;
    padding: 3px 3px 3px 8px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    color: #333;
    transition: all .3s ease-out;
}
.cp_clist li a {
	color: red;
	text-decoration: none;
}
.cp_clist li a:hover {
    text-decoration: underline;
}
.cp_clist li::before {
	position: absolute;
	top: 50%;
	left: -35px;
	padding: 0 0.2em 0 0.2em;
	margin-top: -1em;
	height: 28px;
	width: 28px;
	font-weight: bold;
	color: #fff;
	background: red;
	line-height: 28px;
	text-align: center;
}
.cp_clist li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -6px;
	border: 6px solid transparent;
	transition: all .3s ease-out;
}
.cp_clist li:hover::after {
	left: -6px;
	border-left-color: red;
}


/*フッター 右*/
#footer_right {
    float: right;
    width: 15%;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

/* フッター 右　コンタクトボタン ここから　*/
.btn-animation-02 {
	display: inline-block;
	width: 200px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.2em;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
}
.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #3e3a39;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn-animation-02:hover {
  color: #3e3a39;
}
/* コンタクトボタン ここまで　*/



/*撮影依頼について*/


/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}


