@charset "utf-8";

/*====================================================

ヘッダー、フッターのレスポンシブ対応共通CSS

Copyright (c) Dospara Co., Ltd. All rights reserved. 

====================================================*/

/*---------------------------------------------------
ページ固有の装飾は個別のCSSに記載してください。
こちらはヘッダー、フッターに関する記載のみです。

【更新履歴】
170606：記述内容精査
180528：内容修正
210203：改修で追加されたボタンの非表示
---------------------------------------------------*/

@media screen and (max-width:479px){
body #Header .logo .sp-logo{display:block;}
body #Header .logo .pc-logo{display:none;}

/*--------------------------
 全体
----------------------------*/
body {
	min-width: 100% !important;
	-webkit-text-size-adjust: 100%;
}

/*--------------------------
 ヘッダー
----------------------------*/
#Globalnavi, #Header #head_navi_menu_g, #Header .keyword, #Header #headsearchBox, #Header .wishBtn, #Header .btn, #Header h1, .leadSection .recomWin_black, .leadSectionInner, .btnTest, .headerShopList, .wishBtnTest, .myPage {
	display: none;
}

#Header, #Header .inner, #Header h1 {
	height: auto !important;
	width: 100%;
}

#Header {
	min-width: 100%;
	overflow: hidden;
	width: 100%;
}

#Header .logo {
	padding: 12px 0 12px 6px;
	position: relative;
	top: 0;
	width: 90%;
}

#container {
	margin: 0 auto 20px;
	padding-top: 0;
	width: 100%;
}

#wrapper_premium_member .topicPath, #wrapper_premium_member .breadCrumb, .breadCrumb, p.h1_game {
	display: none;
}

/*--------------------------
 フッター
----------------------------*/
.pagetop {
	width: 97%;
}

#pagetop {
	bottom: 25px!important;
	right: 10px;
}

.footerTagline {
	box-sizing: border-box;
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 4px;
	padding: 0 2%;
	text-align: left;
}

.footerTagline, #footer, #footerNav2, #footerLinks #footerLinks_Nav, #footerLinks #footerLinks_NavParts, #footerCopy, #footerCopy p.copyright {
	font-size: 12px;
	min-width: 100%;
	width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks {
	display: none;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0 0 5px;
}

#footerLinks ul li {
	box-sizing: border-box;
	display: inline-table;
	width: 45%;
}

#footerLinks ul li.catName, #footerLinks ul li.noLink {
	width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

body #footerNav2 li {
	border-left: medium none;
	box-sizing: border-box;
	display: inline-table;
	margin: 0 0 9px;
	padding: 0;
	width: 49%;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	font-size: 80%;
	text-align: center;
}

body #footerCopy {
	min-width: 100%;
}

.pageLink {
	margin: 0;
	padding:0;
}

#lp_page {
  width: 97%;
  margin: 20px auto;
}
#lp_page img {
  max-width: 100%;
  height: auto;
}
#lp_page .pc img {
  max-width: 100%;
  height: auto;
}
/*--------------------------*/

}