@charset "utf-8";

html {

}

body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.7;
	background-image: url(img/sp/header_bg.png), url(img/bg.png);
	background-position: center top,  center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 100% auto ,auto auto;
}

/*---------- aタグ ----------*/
a {
	color: #d00000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
/*続きを読む*/
a.short_link {
	color: #d00000;
	text-decoration: underline;
}

.link_btn {
	text-align: center;
}
.link_btn a {
	margin-top: 20px;
	display: inline-block;
	background: -moz-linear-gradient(top, #0b965d 0%, #096e44 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b965d 0%,#096e44 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to bottom, #0b965d 0%,#096e44 100%);
	color: #fff;
	border: solid 2px #095537;
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.5em 2em 0.5em 2.5em;
}

/*----- ボタンの処理 -----*/
span.overlay {
	display: block;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left :0px;
	text-align: left;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
span.over_text {
	display: block;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left :0px;
	text-align: left;
}

/*----- go top page -----*/
#pageTop{
	display: block;
	width: 52px;
	height: 52px;
	background: url(img/pagetop.png) left top no-repeat;
	position: fixed;
	bottom: 40px!important;
	right: 5px!important;
	z-index: 100;
}


/*---------------------------------------------------
page
---------------------------------------------------*/
#page {

}

/*---------- header(gnavi) ----------*/
h1.header {
	display: block;
	width: 98%;
	height: 180px;
	margin: 0 auto;
	background: url(img/logo.png) center center no-repeat;
	background-size: 100% auto;
}

h1.header a {
	display: block;
	width: 100%;
	height: 200px;
	color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}

/*----- グロナビtoggleボタン調整用 -----*/
a.ma5-toggle-menu {
	text-indent: 0px!important;
}
a.ma5-toggle-menu {
	background: url(img/sp/navi/btn_gnav.png) left top no-repeat;
	background-size: 100%;
	opacity: 1!important;
}

/*----- other_site -----*/
ul.other_site {
	display: block;
	margin-top: 95px;
	width: 100%;
	height: 46px;
	text-align: center;
	position: inherit;
}
ul.other_site li {
	display: inline-block;
	margin: 0px -2px 0px -2px!important;
	width: 140px;
	height: 46px;
}
a.mj_net,
a.location {
	display: block;
	width: 140px;
	height: 46px;
}
a.mj_net {
	background: url(img/sp/btn/snav_mjnet.png) 0px 0px no-repeat;
	background-size: 100%;
}
a.location {
	background: url(img/sp/btn/snav_loc.png) 0px 0px no-repeat;
	 background-size: 100%;
}

/*---------- wrapper ----------*/
.wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	background:url(img/sp/content_bg_top.png) center top no-repeat, url(img/sp/content_bg_bottom2.png) center bottom no-repeat, #ffa200;
	background-size: 100% auto, 100% auto, auto auto;
}

.wrapper_bottom {
	padding: 0 0 32px 0;
    margin-bottom: 40px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background:url(img/sp/content_bg_bottom.png) center bottom no-repeat;
	background-size: 100% auto;
}
/*----- left_area -----*/
.left_area {
	margin: 0px 0px 20px 0px;/**/
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
/*l_navi*/
.side_body ul li {
	display: inline-block;
	position: relative;
}
.side_body ul li a {
	display: inline-block;
	width: 190px;
	height: 50px;
	color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
    background-image: url(img/nav_pc.png);
    background-size: 400% 200%;
}



body.home .side_body ul li a.list_here,body.home .side_body ul li a.list_here:hover {
	background-position: 0 100%;
}

.side_body ul li a.info_here {
	background-position: -100% 0;
}

body.archive.category.category-info.category-2 li a.info_here,
body.single.info li a.info_here,
body.home .side_body ul li a.info_here:hover,
body.archive.category.category-info.category-2 li a.info_here:hover,
body.single.info li a.info_here:hover {
	background-position: -100% 100%;
}

.side_body ul li a.event_here {
	background-position: -200% 0;
}

body.archive.category.category-event.category-3 li a.event_here,
body.single.event li a.event_here,
body.home .side_body ul li a.event_here:hover,
body.archive.category.category-event.category-3 li a.event_here:hover,
body.single.event li a.event_here:hover {
	background-position: -200% 100%;
}

.side_body ul li a.maintenance_here {
	background-position: -300% 0;
}

body.archive.category.category-maintenance.category-4 li a.maintenance_here,
body.single.maintenance_info li a.maintenance_here,
body.home .side_body ul li a.maintenance_here:hover,
body.archive.category.category-maintenance.category-4 li a.maintenance_here:hover,
body.single.maintenance li a.maintenance_here:hover {
	background-position: -300% 100%;
}



.side_body ul li a span.text {
	display: block;
	width: 194px;
	height: 38px;
	position: inherit;
	z-index: 0!important;
}
.side_body ul li a span.text,
.side_body ul li a span.over_text {
	padding: 8px 0px 0px 10px;
	box-sizing: border-box;
}
/*banner*/
.bnr_area {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
a.banner {
	display: block;
	margin: 10px auto 10px auto;
	padding-bottom: 25.156%;
	width: 93.75%;
	height: 0px;
}
a.banner img {
	display: block;
	width: 100%;
	height: auto;
}

/*----- main_contents -----*/
.main_contents {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*gold frame*/
.article_area {
	margin: 0px auto;
	width: 96%;
	height: auto;
	overflow: hidden;
}


/*article_box*/
.article_box {
	width: 100%;
}

body.archive .article_box {
	width: 100%;
	box-sizing: border-box;
}

body.category-info.category-2 li.cat3,
body.category-info.category-2 li.cat4,
body.category-event.category-3 li.cat2,
body.category-event.category-3 li.cat4,
body.category-maintenance.category-4 li.cat2,
body.category-maintenance.category-4 li.cat3 {
	display: none;
}

/*---------- footer ----------*/
footer#colophon {
	padding: 0px 0px 12% 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
footer#colophon a {
}
footer .site-info {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#segalogo {
	display: block;
	margin: 0px auto 18px auto;
	width: 110px;
	height: 58px;
	background: url(img/segalogo.png) left top no-repeat;
}
.SNS {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 5px;
    font-size: 12px;
    background-image: url(img/sns_icon.png);
    background-size: 300% 100%;
}

.snsButton {
	display: inline-block;
    width: 100%;
    height: 100%;
}


.SNS-tw {
    margin: 14px 5px;
    background-position: -100% 0;
    color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}
.SNS-fa {
    margin: 14px 5px;
    background-position: -300% 0;
    color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}
.SNS-li {
    margin: 14px 5px;
    background-position: -200% 0;
    color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}
/*----- other_link -----*/
ul.other_link {
	display: block;
	width: 100%;
}
ul.other_link li {
	background-color: #000000;
	border-top: solid 1px #cccccc;
}
ul.other_link li:last-child {
	margin-bottom: 16px;
	border-bottom: solid 1px #cccccc;
}
ul.other_link li a {
	display: block;
	margin: 0px auto 0px auto;
	padding: 16px 0px 13px 0px;
	width: 96%;
	font-size: 14px;
	color: #cccccc;
	background: url(img/gnav_arrow_right.png) right center no-repeat;
}
/*----- footer_text -----*/
.footer_text {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	width: 95%;
	font-size: 13px;
	letter-spacing: 0.02em;

}
.footer_text a {

}

/*---------- ページタイトル ----------*/
h2 {
	width: 100%;
	height:70px;
	background: url(img/sp/title/pagetitle.png) left top no-repeat;
	background-size: 100% auto;
}

/*---------- 投稿表示範囲 ----------*/

body.home article {
	margin: 20px auto 20px auto;
	padding: 3.252%;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: solid 2px #1e1e1e;
	box-sizing: border-box;
	background: #e4e1dd;
	font-size: 14px;
	position: inherit;
	z-index: 1;
}
body.archive article {
	margin: 18px auto 20px auto;
	padding: 3.5% 2.5% 2.5% 2.5%;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: solid 2px #1e1e1e;
	box-sizing: border-box;
	background: #e4e1dd;
}
#content article:first-child {
	margin-top: 0px!important;
}
#content article:last-child,
body.single #content article {
	margin-bottom: 0px!important;
}
.entry-meta {
	margin-bottom: 4px;

}
/*日付*/
.date a {
	font-size: 14px;
	color: #1e1e1e!important;
	font-weight: bold;
}

/*カテゴリー*/

span.category {
	display: inline-block;
	height: 22px;
	margin-right: 4px;
	transform: skewX(-15deg);
	border: solid 2px #383838;
	text-align: center;
	float: right;
}

.category-info span.category {
	background-color: #73c501;
}

.category-event span.category {
	background-color: #00bcbd;
}

.category-maintenance span.category {
	background-color: #018bf6;
}

span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=2"],
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=3"],
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=4"] {
	display: inline-block;
	min-width: 80px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color: #000;
	transform: skewX(15deg);
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	margin-top: -2px;
}
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=1"] {
	display: none;
}



/*投稿タイトル*/
body.single.info h1.entry-title,
body.single.event h1.entry-title,
body.single.maintenance h1.entry-title {
	display: block;
	background-image:url(img/sp/title/title_bg_t.png), url(img/sp/title/title_bg_b.png);
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	padding:17px 0px 15px 0px;
	margin-bottom:6px;
	font-size: 16px;
}
body.single h1.entry-title span.title_bg {
	display: block;
	padding: 2px 14px 0px 16px;
	background: url(img/sp/title/title_bg.png) center center repeat-y;
	background-size: 100% auto;
	color: #1e1e1e;
	font-weight: bold;
}
body.home h1.entry-title,
body.info h1.entry-title,
body.event h1.entry-title,
body.maintenance h1.entry-title {
	background: none;
	border: none;

}

body.home h1.entry-title {
    border-bottom: none!important;
    margin-top: 10px;
    margin-bottom: 0px!important;
}

body.home h1.entry-title a,
body.info h1.entry-title a,
body.event h1.entry-title a,
body.maintenance h1.entry-title a {
	color: #d00000!important;
	font-weight: bold!important;
	font-size: 17px;
}
/*アイキャッチ画像（一覧）*/
body.home .entry-post-thumbnail,
body.info .entry-post-thumbnail,
body.event .entry-post-thumbnail,
body.maintenance .entry-post-thumbnail {
	width: 100%;
	height: auto;
	overflow: hidden;
}
body.home .entry-post-thumbnail img.attachment-thumbnail,
body.info .entry-post-thumbnail img.attachment-thumbnail,
body.event .entry-post-thumbnail img.attachment-thumbnail,
body.maintenance .entry-post-thumbnail img.attachment-thumbnail {
	width: 100%;
	height: auto;
}
/*アイキャッチ画像（投稿）*/
img.attachment-full {
	display: block;
	margin: 0px auto 15px auto;
	width: 100%;
	height: auto;
}

.entry-content {
	width: 100%;
	height: auto;
	padding:  12px 12px 0px 12px;
	overflow: hidden;
	border: solid 3px #1e1e1e;
	box-sizing: border-box;
	background: #e4e1dd;
}

/*投稿ないの画像（full size）*/
.entry-content img {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto!important;
}

/*---------- pagination設定 ----------*/
.pagination {
  display: flex;
  justify-content: center;
  margin: 0px auto !important;
  height: 35px;
  overflow: hidden;
  text-align: center; }

.pagination .page-numbers {
  display: block !important;
  margin: 0px 4px 0px 4px;
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #000 !important;
  box-sizing: border-box;
  border: solid 2px #000;
  background-color: #fff;
  box-sizing: border-box; }

.pagination span.current {
	font-weight: bold;
  padding: 2px;
  color: #fff !important;
  background-color: #000; }

.pagination a.page-numbers {
	padding: 2px;
  color: #000; }

.pagination a.page-numbers:hover {
  }

.pagination .page-numbers.dots {
  padding-top: 5px !important;
  color: #ffffff !important;
  font-weight: bold; }

.pagination a.next,
.pagination a.prev {
  display: block;
  margin-top: 0px !important;
  width: 50px !important;
  height: 35px !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.pagination a.next {
  display: none!important; }

.pagination a.prev {
  display: none!important;}

/*前の投稿、次の投稿リンクを非表示*/
.navigation {
	display: none!important;
}

/*---------- 投稿がない場合の処理 ----------*/
article.no-results.not-found {
	margin-top: 20px!important;
	border: none!important;
	background: none!important;
}

/*---------- 投稿ページ（single）の一覧へ戻るボタン ----------*/
a.news_top {
	display: block;
	margin: 15px auto 0px auto;
	padding: 8px 0px 6px 0px;
	width: 250px;
	border: solid 2px #557b6d;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	background-color: rgba(255,255,255,0.25);
}

/*---------- 非表示対応 ----------*/
.pc_only,
.comments-link,
.author,
.edit-link,
h3.assistive-text,
.comments-area,
.archive-title {
	display: none!important;
}
.date a {
	pointer-events:none
}

/*---------- テキストの非表示 ----------*/
.text_hide {
	text-indent: 100%!important;
	white-space: nowrap!important;
	overflow: hidden!important;
}
