@charset "UTF-8";

#contents {
	max-width: 100%;
	width: 640px;
	margin-bottom: 60px;
	margin-top: 20px;
}

#contents .block {
	margin: 15px 40px;
}

/* ---------- pc_header ---------- */
#header_pc {
	height: 50px;
}
#header_pc .inner {
	display: flex;
	width: 1020px;
	padding-left: 38px;
	margin: 0 auto;
}
#header_pc .pc_headline_cover {
	width: 539px;
	height: 23px;
	margin-top: 14px;
}

#header_pc .pc_headline_cover .bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
	padding-left: 15px;
}

#header_pc .pc_headline_cover .bx-wrapper .bx-loading {
	background: none;
	height: 23px;
}

#header_pc .pc_headline_cover .bx-wrapper .bx-viewport {
	height: 23px;
	border: none;
	background: none;
}

#header_pc .pc_headline_cover .bx-wrapper img {
    display: inline;
}

#header_pc .pc_headline_cover .bxslider li {
	display: none;
}

#header_pc .pc_headline_cover .bx-viewport .bxslider li {
	display: block !important;
}

.pc_headline_information_area {
	font-size:13px;
}

.pc_headline_information_link {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none !important;
	color: #4391d7;
}

.info_link_icon {
	margin-bottom: 4px;
	width: 15px;
	height: 15px;
	border: none !important;
}

#header_pc h1 {
	width: 170px;
	float: left;
	height: 0px;
	overflow: hidden;
	background: url(/img/yg_logo_flat.png) no-repeat;
	padding: 60px 0 0;
	background-size: 150px;
	margin-top: 8px;
}
#header_pc .headerRight {
	width: 230px;
	padding-top: 15px;
}
#header_pc .headerRight .playNow {
	float: right;
}
#header_pc .headerRight .snsArea {
	display: flex;
}
#header_pc .headerRight .snsArea li:nth-child(1) {
	float: left;
	width: 95px;
	line-height: 20px;
	height: 20px;
}
#header_pc .headerRight .snsArea li:nth-child(2) {
	float: left;
	line-height: 20px;
	height: 20px;
}

#header_pc .headerRight .snsArea li.infoIcon {
	background: url(../images/icn_faq.png) no-repeat left center;
}
#header_pc .headerRight .snsArea li.topicIcon .topicLabel {
	color: rgb(136,136,136);
	position: relative;
	top: 0px;
	right: 3px;
	font-size: 15px;
}
#header_pc .headerRight .snsArea li.coinIcon .coinLabel {
	color: rgb(136,136,136);
	position: relative;
	top: 0px;
	right: 3px;
	font-size: 15px;
}

#header_pc .inner .headerRight .snsArea .coinIcon a div.badgeWrapper{
	top: -43px;
	left: 9px;
	position: relative;
}

#header_pc .inner .headerRight .snsArea .coinIcon a div.badgeWrapper div.badge{
	margin: 0 auto;
	background-color: red;
	position: relative;
	width: 44px;
	height: 18px;
	top: 1px;
	text-align: center;
	color: white;
	font-size: 11px;
}

h2.subtitle {
	width: 70%;
	float: left;
}

div.subtitle_nickname {
	width: 30%;
	height: 40px;
	margin: 0px;
	display: inline-block;
	color: #fe6300;
}

section p {
	margin:10px 0px;
}

/* ポイント交換注意文言画像 */
.warn_exchange_img {
	width: 60%;
	margin: 10px auto;
}

/* ---------- ゲーム一覧 ---------- */
/* 背景画像 */
#gameList #container {
	background: #f5f5f7;
}
/* ゲーム一覧枠 */
#mainArea-sec .game-block{
	width: 680px;
	height: auto;
	margin: 16px auto 0;
}
/* ゲーム一覧タイトル */
#mainArea-sec .game-block h2{
	width: 100%;
	height: 55px;
	background-color: #333333;
	border-radius: 4px 4px 0 0;
	color: #fff;
	line-height: 55px;
	font-size: 1.5em;
	padding: 0 20px;
}

#gameList .game-blockBody{
	width: 680px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	border: 4px solid #333333;
	box-sizing: border-box;
	background-color: #fff;
}
#gameList .list-column{
	width: auto;
	display: flex;
	height: auto;
	justify-content: space-between;
	margin: 0 0 15px;
	padding: 0 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}
#gameList .list-column:last-child{
    border: none;
}
#gameList .game-list{
	width: 200px;
	height: auto;
}
#gameList .game-list a{
	color: #2b2b2b;
	text-decoration: none;
}
#gameList .game-list img{
    width: 100%;
}
.game-list:hover{
    color: #2b2b2b;
    text-decoration: underline;
}
.list-column:has(> :nth-child(2):last-child)::after{
	content:'';
	width: 200px;
}

.list-column:last-child .game-list:first-child{
	margin:0;
}

/* ------ 2019/10/21 パンくずリスト -----*/
#topicpath {
	width: 940px;
	line-height: 1.0;
	height: auto;
	margin: 0 auto 10px;
	padding: 15px 0 0 0;
	overflow: hidden;
}

#topicpath li {
	float: left;
	font-size: 12px;
	color: #666;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0;
}
#topicpath li a {
	text-decoration: none;
}

#topicpath li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#topArea{
	width: auto;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/* ---------- ゲーム詳細 ---------- */
.square_btn {
	display: inline-block;
	width: 185px;
	padding: 4px;
	margin: 4px 0;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background: #56cc25;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #478438;
	font-size: 17px;
}
.registrationButton {
	display: inline-block;
	width: 185px;
	padding: 4px;
	margin: 4px 0;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background: #9aa9cc;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #6b719a;
	font-size: 17px;
}

.background {
	background: #f5f5f7;
	min-width: 1010px;
	height: 100%;
}
.detail_for_pc_game {
	margin: 0px auto calc(-130px + 7%) auto;
	width: 1010px;
	background: white;
	position: relative;
	top: -70px;
}
.detail_for_sp_game {
	margin: 0 auto;
	width: 1010px;
	background: white;
}
.top_banner_cover_for_pc_game {
	min-height: 100px;
}
.top_banner_cover_for_sp_game {
	width: 100%;
	text-align: center;
}
.top_banner_for_pc_game {
	width: 100%;
	min-width: 1010px;
	aspect-ratio: 40/11;
}
.top_banner_for_sp_game {
	width: 950px;
	aspect-ratio: 680/293;
}
.title_content {
	display: flex;
	margin: 2%;
}
.icon_img_for_pc_game {
	width: 160px;
	height: 160px;
}
.icon_img_for_sp_game {
	width: 130px;
	height: 130px;
}
.title_content_inner {
	margin: 10px 0 20px 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.qr_line dl {
	max-width: 555px;
	padding: 5px;
	padding-left: 20px;
}
.title_text {
	font-size: 25px;
	font-weight: bold;
	color: gray;
}

.img_slide_cover {
	padding: 2%;
	width: 100%;
}

.img_slide {
	margin: 0 auto;
	max-width: 640px;
}
.bx-wrapper .bx-pager.bx-default-pager {
    background: transparent;
}

.img_slide .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: transparent;
}

.game_description {
	padding: 0 5%;
}

/* ---------- footer ---------- */
#footer_pc {
	background: #666666;
	height: 131px;
}
#footer_pc .inner {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
}

#footer_pc .pc_footer_logo_img {
	width: 165px;
	height: 48px;
	padding-top: 10px;
	filter: invert(100%);
}
#footer_pc .secret_link_cover {
	display: none;
	font-size: 9px;
	margin-top: 15px;
}

#footer_pc .secret_link {
	text-decoration: none;
	color: #777777;
}
