@charset "utf-8";
/* CSS Document */
/* /css/info_2017.css */

/* クリアフィックス
	-------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*  */

.red {
	color: #f53636;
}

.blue {
	color: #23b7fe;
}

.blue_bold {
	color: #23b7fe;
	font-weight: bold;
}


.center {
	text-align: center;
}

sup {
	font-size: 0.5em;
	position: relative;
	top: -0.1em;
}

small {
	font-size: 0.65em;
}

.small {
	font-size: 0.9em;
}

/* タイトルエリア
	-------------------------------------------------- */

.info_body {
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.info_body {
		width: 90vw;
	}
}

.info_label {
	display: flex;
	margin-bottom: 46px;
}

.mouth_area {
	height: 55px;
	line-height: 55px;
	background: url(../common_2017/info/month.png) right center no-repeat #222222;
	color: #fff;
	padding: 0 40px 0 20px;
	font-size: 30px;
	letter-spacing: -1px;
}

.mouth_area span {
	color: #23b7fe;
}

.date_area {
	display: inline-block;
	background-color: #222222;
	height: 55px;
	line-height: 55px;
	font-size: 0;
	padding: 0 12px 0 15px;
	float: left;
	margin-right: 18px;
}

.date_area span {
	vertical-align: middle;
}

.date_area span.date {
	color: #23b7fe;
	font-size: 36px;
	/*letter-spacing: -3px;*/
	transform: scale(0.8, 1);
	margin-right: 5px;
}

.date_area span.date span {
	/* vertical-align: top; */
	display: inline-block;
	margin: 0 0.08em 0.1em 0.16em;
}

.date_area span.week {
	color: #23b7fe;
	font-size: 14px;
	font-weight: bold;
	transform: scale(0.8, 1);
	margin-right: 5px;
}

.date_area span.count {
	color: #222222;
	background-color: #e9f8ff;
	font-size: 15px;
	padding: 0 4px 0 4px;
	border-radius: 3px;
	/*	letter-spacing: -3px;
		transform: scale( 0.8 , 1 );*/
	display: inline-block;
	min-width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.date_area span.slash {
	display: inline-block;
	width: 30px;
	height: 55px;
	background: url(../common_2017/info/date.png) no-repeat;
	background-size: auto 100%;
}

.date_area span.year {
	color: #fff;
	transform: scale(0.8, 1);
	display: inline-block;
	font-size: 16px;
}

dl.cate_area {
	flex: 1;
	float: left;
	padding-top: 22px;
	color: #666666;
}

dl.cate_area dt {
	display: inline-block;
}

dl.cate_area dd {
	display: inline-block;
}

dl.cate_area dd ul li {
	display: inline-block;
	background-color: #e9f8ff;
	padding: 0 5px 0 3px;
	border: 1px solid #c3dce7;
	border-radius: 3px;
	margin-right: 3px;
}

dl.cate_area dd ul li.pickup,
dl.cate_area dd ul li.not_list {
	display: none;
}

h2.info_ttl {
	min-height: 93px;
	box-sizing: border-box;
	padding: 0 15px 20px;
	font-size: 28px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
	margin-bottom: 18px;
	font-feature-settings: "palt";
}

.archive_ttl_area h2.info_ttl {
	padding: 0 0 20px;
	min-height: 80px;
}

body.whats_new h2.info_ttl {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {

	.ttl_area .mouth_area {
		height: 40px;
		line-height: 40px;
		padding: 0 30px 0 15px;
		color: #fff;
		font-size: 20px;
		background: url(../common_2017/info/month.png) right center no-repeat #222;
		background-size: auto 100%;
		display: inline-block;
	}

	.ttl_area .mouth_area span {
		color: #23b7fe;
	}

	.ttl_area h2.info_ttl {
		font-size: 20px;
		font-weight: bold;
		color: #222222;
		padding-bottom: 20px;
		border-bottom: 1px solid #7f7f7f;
		margin-bottom: 20px;
		min-height: auto;
		padding-left: 0;
	}

	.info_label {
		margin-bottom: 20px;
	}

	.date_area {
		display: inline-block;
		background-color: #222222;
		height: 40px;
		line-height: 40px;
		font-size: 0;
		padding: 0 12px 0 15px;
		float: left;
		margin-right: 18px;
	}

	.date_area span {
		vertical-align: middle;
	}

	.date_area span.date {
		color: #23b7fe;
		font-size: 20px;
		/*letter-spacing: -3px;*/
		transform: scale(0.8, 1);
		margin-right: 5px;
	}

	.date_area span.date span {
		vertical-align: top;
	}

	.date_area span.week {
		color: #23b7fe;
		font-size: 12px;
		font-weight: bold;
		transform: scale(0.8, 1);
		margin-right: 5px;
	}

	.date_area span.count {
		color: #222222;
		background-color: #e9f8ff;
		font-size: 12px;
		padding: 0 4px 0 4px;
		border-radius: 3px;
		/*letter-spacing: -3px;*/
		/*transform: scale( 0.8 , 1 );*/
		display: inline-block;
		min-width: 20px;
		height: 15px;
		line-height: 15px;
		text-align: center;
	}

	.date_area span.slash {
		display: inline-block;
		width: 20px;
		height: 40px;
		background: url(../common_2017/info/date.png) no-repeat;
		background-size: auto 100%;
	}

	.date_area span.year {
		color: #fff;
		transform: scale(0.8, 1);
		display: inline-block;
		font-size: 14px;
	}

	.info_label dl.cate_area {
		display: none;
	}

	.dl.cate_area {
		text-align: right;
		color: #666666;
		font-size: 12px;
		margin-bottom: 20px;
	}

	dl.cate_area dt {
		display: inline-block;
	}

	dl.cate_area dd {
		display: inline-block;
	}

	dl.cate_area dd ul li {
		display: inline-block;
		background-color: #e9f8ff;
		padding: 0 5px 0 3px;
		border: 1px solid #c3dce7;
		border-radius: 3px;
		margin-right: 3px;
	}
}

/* 骨格
	-------------------------------------------------- */

.info_main {
	padding-bottom: 70px;
}

.info_main .left_box {
	width: 764px;
	float: left;
	padding-left: 24px;
}

body.whats_new .left_box {
	width: 100%;
}

.info_main .left_box.archive_area {
	padding-left: 0;
}

.info_main .right_box {
	width: 200px;
	float: right;
}

.info_body .more_link,
.info_main .left_box .more_link {
	display: block;
	text-align: right;
	margin-bottom: 25px;
}

.info_body .more_link a,
.info_main .left_box .more_link a {
	display: inline-block;
	padding: 3px 7px 2px 25px;
	background: url(../common_2017/info/ico_prev.png) 10px center no-repeat;
	background-color: #f2f3f0;
	border-radius: 5px;
	color: #111111;
	transition: All 0.4s ease;
}

.info_body .more_link a:hover,
.info_main .left_box .more_link a:hover {
	background: url(../common_2017/info/prev_active.png) 10px center no-repeat #23b7fe;
	color: #fff;
}

#archive h4.ttl_h4,
#relevance h4.ttl_h4,
.info_main h4.ttl_h4 {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-right: 26px;
	background: url(../common_2017/info/h3.png) right center no-repeat;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.info_main {
		padding-bottom: 0;
	}

	.info_main .left_box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.info_main .left_box.archive_area {
		padding-left: 0;
	}

	.info_main .right_box {
		width: 100%;
		float: none;
	}

	.info_main .left_box .more_link {
		display: none;
	}
}


/* お知らせ一覧
	-------------------------------------------------- */

.archive_list>ul>li {
	padding: 50px 0;
	border-bottom: 1px solid #bfbfbf;
}

body.whats_new .archive_list>ul>li {
	padding: 25px 0;
}


.archive_list>ul>li:last-child {
	border-bottom: none;
}

.archive_list>ul>li h3 {
	margin-bottom: 40px;
	color: #1b8bc1;
	font-size: 20px;
}

body.whats_new .archive_list>ul>li h3 {
	margin-bottom: 20px;
}

.archive_list>ul>li ul li {
	font-size: 20px;
	padding: 0 0 0 25px;
	background: url(../common_2017/info/ico_01.png) left 3px no-repeat;
	margin-bottom: 35px;
}

.archive_list>ul>li ul li:last-child {
	margin-bottom: 0;
}

.archive_list>ul>li ul li a {
	color: inherit;
}

.archive_list>ul>li ul li a:hover {
	text-decoration: underline;
}

.sp_top_date_nav {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp_top_date_nav {
		display: block;
		text-align: right;
		margin-bottom: 20px;
	}

	.sp_top_date_nav .date_nav {
		width: 195px;
		display: inline-block;
		margin-bottom: 0;
	}

	.archive_list>ul>li {
		padding: 0 0 20px;
		margin-bottom: 20px;
	}

	.archive_list>ul>li h3 {
		margin-bottom: 10px;
		/*font-size: 16px;*/
		font-size: 5vw;
		/* 16px */
	}

	.archive_list>ul>li ul li {
		height: auto;
		/*font-size: 14px;*/
		font-size: 4.6875vw;
		/* 15px */
		font-size: 4.375vw;
		/* 14px */


		/*		padding-left: 15px;
			background: url(../common_2017/info/ico_01.png) left 2px no-repeat;
			background-size: 8px;*/
		margin-bottom: 1em;

		background-image: none;
		padding-left: 0;
		line-height: 1.4;
	}

	.archive_list>ul>li ul li:last-child {
		margin-bottom: 0;
	}

	.archive_list>ul>li ul li a {
		color: inherit;
		position: relative;
		display: inline-block;
		padding-left: 0.9em;
	}

	.archive_list>ul>li ul li a:after {
		content: '';
		width: 0.5em;
		height: 0.5em;
		border: 0px;
		border-top: solid 2px #1b8bc1;
		border-right: solid 2px #1b8bc1;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0.5em;
		left: 0px;
		margin-top: 0;
	}



	.archive_list>ul>li ul li a:hover {
		text-decoration: underline;
	}
}


/* 記事
	-------------------------------------------------- */

section.box_info_main,
section.info_dtl {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 90px;
}

section.box_info_main p,
section.info_dtl p {
	margin-bottom: 1.4em;
	word-wrap: break-word;
	font-size: 1.6rem;
	line-height: 2.0;
}

section.box_info_main p.img_mp,
section.info_dtl p.img_mp {
	float: left;
	/*margin-right: 10px;*/
	margin-right: 1.4em;
}

section.box_info_main p.gotoPageTop,
section.info_dtl p.gotoPageTop {
	text-align: right;
	font-size: 1.4rem;
}

section.box_info_main table p.gotoPageTop {
	display: none;
}

#box_info_contents+p.gotoPageTop {
	display: none;
}

@media screen and (max-width: 768px) {

	section.box_info_main p.img_mp,
	section.info_dtl p.img_mp {
		width: 46%;
	}
}

section.box_info_main .txt,
section.info_dtl .txt {
	margin-bottom: 60px;
}

section.info_dtl h5,
article.info_body section>h3 {
	padding: 6px 0 6px 8px;
	border-left: 5px solid #23b7fe;
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	clear: both;
	margin-top: 60px;
}

article.info_body section>h3.red,
article.info_body section>h3.caution,
section.info_dtl h5.red,
section.info_dtl h5.caution {
	color: #f00;
	border-color: #f00;
}

article.info_body td>h3,
section.info_dtl td>h5 {
	margin-top: 0.5em;
}

section.box_info_main h6,
section.info_dtl h6 {
	font-weight: bold;
	color: #1b8bc1;
	margin-bottom: 0.4em;
	font-size: 1.6rem;
}

section.box_info_main h6.red,
section.info_dtl h6.red {
	color: #f00;
}

section.box_info_main table+h6,
section.info_dtl table+h6 {
	margin-top: 2em;
}

section.box_info_main table h4 {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}


@media screen and (max-width: 768px) {

	section.box_info_main p img,
	section.info_dtl p img {
		max-width: 100%;
	}

	section.box_info_main h3,
	section.info_dtl h5 {
		margin-top: 30px;
	}
}

section.box_info_main table,
section.info_dtl table {
	width: 100%;
	color: #222222;
	/*table-layout: fixed;*/

	margin-bottom: 15px;

	clear: both;
}

section.box_info_main.info_goods table,
section.info_dtl div.info_goods table {
	width: auto;
	min-width: 50%;
}

section.box_info_main table caption,
section.info_dtl table caption {
	font-size: 1.4rem;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.6em;
}

@media screen and (max-width: 768px) {

	section.box_info_main.info_goods table,
	section.info_dtl div.info_goods table {
		min-width: initial;
		width: 100%;
	}
}

section.box_info_main table th,
section.info_dtl table th {
	font-size: 1.4rem;
	padding: 0.5em 1em;
	border: 1px solid #aaaaaa;
	background-color: #cce8ff;
	font-weight: bold;
	white-space: nowrap;

}

section.box_info_main.info_goods table th,
section.info_dtl div.info_goods table th {
	min-width: 6em;
}

section.game_info table th,
div.game_info table th {
	width: 20%;
	white-space: normal;
}

/*div.game_info table.width_auto th,
	section.info_dtl table.width_auto th {
		width: auto;
	}*/

section.box_info_main table tr.vertical th,
section.info_dtl table tr.vertical th {
	text-align: center;
}

.typo_tate p,
section.box_info_main table tr.vertical p,
section.info_dtl table tr.vertical p {
	/*	writing-mode: tb-rl; /* IE用 *!/
		writing-mode: vertical-rl; /* Chrome、Firefox用 *!/
		margin: 0 auto;
		white-space: nowrap;
		width: 1em; /* firefox対策 *!/
		line-height: 1em; /* firefox対策 *!/
		-webkit-text-orientation: upright;
		text-orientation: upright;
		text-align: center;*/

	/*height: 100%;*/

	margin: 0 auto !important;
	vertical-align: top;
	text-align: left;
	-ms-writing-mode: tb-rl;
	/* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-weight: bold;
}

table tr.vertical p br {
	display: none;
}

/* 2019-08-15 */

table.tbl_player_data thead th:first-of-type {
	width: 8%;
}

table.tbl_player_data tbody td,
table.tbl_player_data thead th {
	text-align: center;
}

table.tbl_player_data tbody th {
	background-color: #f3f3f3;
}

/* 240710 */

section.box_info_main figure+table {
	margin-top: 1.4em;
}

@media screen and (max-width: 768px) {

	/*  */

	/*	section.info_dtl table.table_sp th {
			white-space: normal;
	/* 		width: 35%; *!/
			width: 100%;
		}
		
		div.game_info table th,
		div.game_info table td{
			width: 100%!important;
			display: block;
			border-bottom:none!important;
		}
		
		section.info_dtl table.table_sp th,
		section.info_dtl table.table_sp td{
			width: 100%!important;
			display: block;
		}
		
		div.game_info table.table_sp {
			border-bottom: 1px solid #aaaaaa;
		}
		
		div.game_info table.table_sp th br {
			display: none;
		}*/

}

section.box_info_main table td,
section.info_dtl table td {
	font-size: 1.4rem;
	padding: 10px;
	border: 1px solid #aaaaaa;
	/*text-align: center;*/
	/*font-weight: bold;*/
}

section.box_info_main table.table_auto td {
	min-width: 10em;
}

section.box_info_main table p,
section.info_dtl table p {
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
}

section.box_info_main table table th,
section.info_dtl table table th {
	width: 30%;
}

.info_body dl.cate_area,
.left_box .cate_area {
	display: none;
}

.btm_nav_area {
	display: none;
}

section.box_info_main table.border_none td,
section.info_dtl table.border_none td {
	border: none;
	padding: 0 0.6em 0.4em;
}


@media screen and (max-width: 768px) {
	.left_box .cate_area {
		display: block;
		float: none;
		padding-top: 0;
		text-align: right;
		margin-bottom: 20px;
	}

	section.box_info_main,
	section.info_dtl {
		font-size: 14px;
		margin-bottom: 30px;
	}

	section.box_info_main .txt,
	section.info_dtl .txt {
		margin-bottom: 20px;
	}

	section.info_dtl h3 {
		padding: 3px 0 3px 8px;
		border-left: 5px solid #23b7fe;
		font-size: 16px;
		color: #222222;
		font-weight: bold;
		margin-bottom: 10px;
	}

	section.game_info>.table_area,
	div.game_info>.table_area,
	div.box_insert>.table_area,
	section.box_info_main>.table_area,
	section.info_dtl>.table_area,
	#box_info_contents>.table_area {
		/*		overflow-x: auto;
			/*white-space: nowrap;*!/
			padding-top: 25px;
			background: url(../common_2017/info/scroll.png) right top no-repeat;
			background-size: 20%;
			-webkit-overflow-scrolling: touch;*/

	}

	div.table_area>table {
		/*width: 480px!important;*/
		/*width: 120vw!important;*/
		/*max-width: 640px!important;*/

		width: 100%;
	}

	.btm_nav_area {
		display: block;
		margin-bottom: 20px;
	}

	.btm_nav_area .more {
		display: inline-block;
		float: left;
	}

	.btm_nav_area .more a {
		/*
			display: block;
			color: #222;
			height: 30px;
			line-height: 30px;
			padding: 0 10px 0 25px;
			background: url(../common_2017/info/prev_on.png) 10px center no-repeat;
			background-color: #f2f3f0;
			border-radius: 3px;
			font-size: 12px;
	*/
	}

	.btm_nav_area .sns {
		float: right;
	}

	.btm_nav_area .sns li {
		float: left;
		margin-left: 15px;
		height: 30px;
		line-height: 30px;
	}

	.btm_nav_area .sns li img {
		vertical-align: middle;
	}


	/* 2019/06/18 */

	section.info_dtl h5,
	section.box_info_main h3 {
		font-size: 5vw;
		/* 16px */
		line-height: 1.3;
	}

	section.box_info_main h4,
	section.info_dtl h6 {
		font-size: 4.375vw;
		/* 14px */
	}

	section.box_info_main p,
	section.box_info_main table th,
	section.box_info_main table td,
	section.box_info_main table p,
	section.info_dtl p,
	section.info_dtl table th,
	section.info_dtl table td,
	section.info_dtl table p {
		font-size: 4.0625vw;
		/* 13px */
	}

	section.box_info_main .table_area table th,
	section.box_info_main .table_area table td,
	section.info_dtl .table_area table th,
	section.info_dtl .table_area table td {
		/*overflow-wrap : break-word;*/
		white-space: normal;
	}

	section.box_info_main .table_area table tr table,
	section.info_dtl .table_area table tr table {
		margin-top: 1em;
	}

	section.box_info_main .table_area table td,
	section.box_info_main p,
	section.info_dtl .table_area table td,
	section.info_dtl p {
		line-height: 1.6;
	}

	section.box_info_main img,
	section.info_dtl img {
		max-width: 94%;
		display: block;
		margin: 4vw auto;
	}

	section.box_info_main .table_area:not(.scroll) table,
	section.info_dtl .table_area:not(.scroll) table {
		width: 100%;
		table-layout: fixed;
	}

	section.box_info_main .table_area table:not(.width_auto) th,
	section.info_dtl .table_area table:not(.width_auto) th {
		width: 25%;
		line-height: 1.2;
	}

	/*  */

	section.box_info_main .table_area.scroll table th,
	section.box_info_main .table_area.scroll table td,
	section.info_dtl .table_area.scroll table th,
	section.info_dtl .table_area.scroll table td {
		white-space: nowrap;
		width: auto;
	}

	section.box_info_main .table_area.scroll,
	div.game_info .table_area.scroll,
	div.box_insert .table_area.scroll,
	section.info_dtl .table_area.scroll,
	#box_info_contents .table_area.scroll {
		overflow-x: auto;
		/*white-space: nowrap;*/
		padding-top: 25px;
		background: url(../common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		-webkit-overflow-scrolling: touch;
	}

	div.table_area.scroll>table {
		width: 120vw;
	}

	div.table_area.scroll>table table {
		width: 100%;
	}

}

@media screen and (min-width: 321px) {

	section.box_info_main .table_area:not(.scroll) table:not(.width_auto) th,
	section.info_dtl .table_area:not(.scroll) table:not(.width_auto) th {
		display: block;
		width: 100%;
		/*border-bottom: none;*/
	}

	section.box_info_main .table_area:not(.scroll) table tr,
	section.box_info_main .table_area:not(.scroll) table td,
	section.info_dtl .table_area:not(.scroll) table tr,
	section.info_dtl .table_area:not(.scroll) table td {
		display: block;
		width: 100%;
		position: relative;
		/*border-bottom: none;*/
	}

	section.box_info_main .table_area:not(.scroll) table tr:first-child th,
	section.info_dtl .table_area:not(.scroll) table tr:first-child th {
		border-bottom: none;
	}

	section.box_info_main .table_area:not(.scroll) table tr:nth-child(n+2)>th,
	section.info_dtl .table_area:not(.scroll) table tr:nth-child(n+2)>th {
		border-top: none;
	}

	section.box_info_main .table_area:not(.scroll) table tr:not(:first-child)>td,
	section.info_dtl .table_area:not(.scroll) table tr:not(:first-child)>td {
		border-top: none;
	}

	section.box_info_main .table_area:not(.scroll) table.non_table_fixed,
	section.info_dtl .table_area:not(.scroll) table.non_table_fixed {
		/*min-width: 250vw;*/
		width: auto;
		table-layout: auto;
	}

	section.box_info_main .table_area:not(.scroll) table.non_table_fixed th,
	section.info_dtl .table_area:not(.scroll) table.non_table_fixed th {
		display: table-cell;
		width: auto;
		word-wrap: normal;
	}

	section.box_info_main .table_area:not(.scroll) table.non_table_fixed tr,
	section.box_info_main .table_area:not(.scroll) table.non_table_fixed td,
	section.info_dtl .table_area:not(.scroll) table.non_table_fixed tr,
	section.info_dtl .table_area:not(.scroll) table.non_table_fixed td {
		position: static;
		display: table-cell;
		width: auto;
		word-wrap: break-word;
	}

	section.box_info_main .table_area:not(.scroll) table.non_table_fixed tr,
	section.info_dtl .table_area:not(.scroll) table.non_table_fixed tr {
		display: table-row;
		word-wrap: break-word;
	}

}

/* 2019/06/18 */
@media screen and (max-width: 320px) {

	section.box_info_main .table_area table,
	section.info_dtl .table_area table {
		table-layout: fixed;
	}

	section.box_info_main .table_area.scroll table th,
	section.box_info_main .table_area.scroll table td,
	section.info_dtl .table_area.scroll table th,
	section.info_dtl .table_area.scroll table td {
		white-space: normal;
	}

	section.box_info_main .table_area table:not(.width_auto) th,
	section.info_dtl .table_area table:not(.width_auto) th {
		width: 25%;
		line-height: 1.2;
	}

	section.game_info>.table_area,
	div.game_info>.table_area,
	div.box_insert>.table_area,
	section.box_info_main>.table_area,
	section.info_dtl>.table_area,
	#box_info_contents>.table_area {
		overflow-x: auto;
		/*white-space: nowrap;*/
		padding-top: 25px;
		background: url(../common_2017/info/scroll.png) right top no-repeat;
		background-size: 20%;
		-webkit-overflow-scrolling: touch;
	}

	div.table_area>table {
		width: 120vw;
	}

	div.table_area>table table {
		width: 100%;
	}
}


/* バナー
	-------------------------------------------------- */

.info_main .left_box .bnr {
	text-align: center;
	margin-bottom: 30px;
	transition: All 0.4s ease;
}

.info_main .left_box .bnr:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.info_main .left_box .bnr {
		margin-bottom: 20px;
		text-align: center;
	}

	.info_main .left_box .bnr img {
		max-width: 100%;
	}
}

/* 記事一覧
	-------------------------------------------------- */


.info_list li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.info_list li:last-child {
	margin-bottom: 0;
}

.info_list li span {
	color: #1b8bc1;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 18px;
}

.info_list li a {
	color: inherit;
}

.info_list li a:hover {
	text-decoration: underline;
}

.info_list li br {
	display: none;
}

.info_list li span.red {
	color: #f53636;
	font-size: 1.4rem;
	vertical-align: baseline;
	margin-right: 0;
}

/* 関連するお知らせ非表示 守田選手 */
.page_19_0619 .info_list ul {
	display: none;
}

@media screen and (max-width: 768px) {
	.info_list {
		margin-bottom: 10px;
	}
}

/* ページナビ
	-------------------------------------------------- */

/*article.category_list .date_nav {
		display: none;
	}*/

.date_nav {
	text-align: right;
	margin-bottom: 20px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	width: 195px;
	display: inline-block;
	height: 25px;
}

.date_nav li {
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	vertical-align: top;
}

.date_nav li:nth-child(1),
.date_nav li:nth-child(3) {
	width: 33.5%;
	color: #aaaaaa;
	position: relative;
}

.date_nav li:nth-child(2) {
	width: 33%;
}

.date_nav li a {
	display: block;
}

.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a {
	position: absolute;
	top: 0;
	left: 0;
}

.date_nav li:nth-child(1) {
	border-right: 1px solid #fff;
	text-align: right;
	padding: 0 10px 0 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../common_2017/info/prev_off.png) 10px center no-repeat #f2f3f0;
}

.date_nav li:nth-child(3) {
	border-left: 1px solid #fff;
	text-align: left;
	padding: 0 25px 0 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(../common_2017/info/next_off.png) 44px center no-repeat #f2f3f0;
}

.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a {
	color: #111111;
}

.date_nav li:nth-child(1) a {
	background: url(../common_2017/info/prev_on.png) 10px center no-repeat #f2f3f0;
	padding: 0 10px 0 25px;
	border-right: 1px solid #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: All 0.4s ease;
}

.date_nav li:nth-child(1) a:hover {
	color: #fff;
	background: url(../common_2017/info/prev_active.png) 10px center no-repeat #23b7fe;
}

.date_nav li:nth-child(3) a {
	background: url(../common_2017/info/next_on.png) 44px center no-repeat #f2f3f0;
	padding: 0 25px 0 10px;
	border-left: 1px solid #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: All 0.4s ease;
}

.date_nav li:nth-child(3) a:hover {
	color: #fff;
	background: url(../common_2017/info/next_active.png) 44px center no-repeat #23b7fe;
}

.date_nav li:nth-child(2) a {
	background-color: #23b7fe;
	color: #fff;
	transition: All 0.4s ease;
}


/* SNS
	-------------------------------------------------- */

dl.sns_area {
	font-size: 0;
	margin-bottom: 25px;
}

dl.sns_area dt {
	color: #555555;
	font-size: 11px;
	margin-bottom: 10px;
}

dl.sns_area dd {
	display: inline-block;
	margin-right: 20px;
	transition: All 0.4s ease;
}

dl.sns_area dd:hover {
	opacity: 0.7;
}

dl.sns_area dd:last-child {
	margin-right: 0;
}

.right_box dl.sns_area,
.right_box .date_nav {
	display: block;
}

@media screen and (max-width: 768px) {

	.right_box dl.sns_area,
	.right_box .date_nav {
		display: none;
	}
}

/* サイドバナー
	-------------------------------------------------- */

ul.side_bnr {
	display: block;
	margin-bottom: 25px;
}

ul.side_bnr li {
	margin-bottom: 12px;
	transition: All 0.4s ease;
}

ul.side_bnr li:hover {
	opacity: 0.7;
}

ul.side_bnr li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.right_box .side_bnr {
		display: none;
	}
}

/* 過去のおしらせ
	-------------------------------------------------- */

.past_info {
	display: block;
	margin-bottom: 25px;
}

.past_info .this_year {
	background-color: #f2f3f0;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
}

.past_info .this_year h5 {
	background-color: #23b7fe;
	color: #fff;
	padding: 0 10px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #f2f3f0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}

.past_info ul {
	font-size: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
}

.this_year ul:first-of-type,
.past_year ul:nth-child(3) {
	display: block;
}

.past_info ul li {
	width: 25%;
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}

.past_info ul li.on a {
	display: block;
}

.past_info ul li.on:hover a {
	color: #23b7fe;
}

.past_info .this_year ul li {
	background-color: #f2f3f0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #aaaaaa;
	cursor: default;
}

.past_info .this_year ul li:nth-child(n + 5) {
	border-bottom: none;
}

.past_info .this_year ul li:nth-child(9) {
	border-bottom-left-radius: 5px;
}

.past_info .this_year ul li:nth-child(12) {
	border-bottom-right-radius: 5px;
}

.past_info .this_year ul li:nth-child(4n) {
	border-right: none;
}

.past_info .this_year ul li:nth-child(9) a {
	border-bottom-left-radius: 5px;
}

.past_info .this_year ul li:nth-child(12) a {
	border-bottom-right-radius: 5px;
}

.past_info .this_year ul li.on a {
	color: #222222;
	transition: All 0.4s ease;
}

.past_info .this_year ul li.on a:hover {
	color: #23b7fe;
}

.past_info .past_year {
	background-color: #f2f3f0;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}

.past_info .past_year select {
	border: 2px solid #91dbfe;
	box-sizing: border-box;
	width: 100%;
	padding: 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	background: url(../common_2017/info/select.png) right 8px center no-repeat #fff;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 36px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}

.past_info .past_year ul li a {
	display: block;
	background-color: #f2f3f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #222222;
	transition: All 0.4s ease;
}

.past_info .past_year ul li a:hover {
	color: #23b7fe;
}

.past_info .past_year ul li:nth-child(9) a {
	border-bottom-left-radius: 5px;
}

.past_info .past_year ul li:nth-child(12) a {
	border-bottom-right-radius: 5px;
}

.past_info .past_year ul li:nth-child(4n) a {
	border-right: none;
}

.past_nav {
	display: none;
}

.related_info {
	display: none;
}

@media screen and (max-width: 768px) {
	.past_info {
		display: none;
	}

	.past_nav {
		display: block;
	}

	.bottom_date_nav {
		text-align: right;
	}

	.bottom_date_nav .date_nav {
		width: 195px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.past_nav {
		margin: 30px 0 20px;

		display: flex;
		flex-wrap: wrap;
	}

	.past_nav h3 {
		/*font-size: 12px;*/
		font-size: 3.4375vw;
		/* 11px */

		/*padding: 5px 15px 10px 5px;*/
		padding: 0.8em 1.4em;
		border: 1px solid #91dbfe;
		display: inline-block;
		border-bottom: none;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		/*background: url(../common_2017/info/border.png) right 5px top 12px no-repeat #fff;*/
		background-size: 6px;
		position: relative;
		z-index: 1;

		/*width: 100%;*/
		position: relative;
	}

	.past_nav h3:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		bottom: -1px;
	}

	.past_nav ul.month {
		font-size: 0;
		letter-spacing: 0;
		border: 1px solid #91dbfe;
		margin-top: -1px;
		overflow: hidden;
		border-top-right-radius: 3px;
		display: none;

		width: 100%;
	}

	/* .past_nav ul.month:nth-child(1) */
	.past_nav .scroll_area+ul.month {
		display: block;
	}

	.past_nav ul.month li {
		width: 16.66666666666666%;
		height: 40px;
		line-height: 39px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		text-align: center;
	}

	.past_nav ul.month li:nth-child(6) {
		border-right: none;
	}

	.past_nav ul.month li:nth-child(7),
	.past_nav ul.month li:nth-child(8),
	.past_nav ul.month li:nth-child(9),
	.past_nav ul.month li:nth-child(10),
	.past_nav ul.month li:nth-child(11),
	.past_nav ul.month li:nth-child(12) {
		border-bottom: none;
		line-height: 40px;
	}

	.past_nav ul.month li a {
		display: block;
		background-color: #f2f3f0;
		font-size: 12px;
		font-size: 3.4375vw;
		/* 11px */
		color: #222;
	}

	.past_nav ul.month li.current a {
		color: #fff;
		background-color: #23b7fe;
	}

	.past_nav .scroll_area {
		white-space: nowrap;
		overflow-x: auto;
		/*		border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			border: 1px solid #91dbfe;
			border-top: none;*/

		border: 1px solid #91dbfe;
		border-top-right-radius: 3px;

	}

	.past_nav ul.year {
		font-size: 0;
		letter-spacing: 0;
		width: 100%;
		height: 40px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.past_nav ul.year li {
		width: 20%;
		height: 40px;
		line-height: 40px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		white-space: normal;
		text-align: center;
	}

	.past_nav ul.year li a {
		display: block;
		background-color: #f2f3f0;
		/*font-size: 12px;*/
		color: #222;
		font-size: 3.4375vw;
		/* 11px */

		/*padding: 0.4em 0.8em;*/

	}

	.past_nav ul.year li a.current {
		color: #fff;
		background-color: #23b7fe;
		font-weight: bold;
	}

	.related_info {
		display: block;
		margin-bottom: 20px;
	}

	.related_info ul li {
		margin-bottom: 10px;
	}

	.related_info ul li span {
		color: #1b8bc1;
		display: block;
		margin-bottom: 2px;
	}

	.related_info ul li a {
		display: block;
		color: #222;
	}

}

/* カテゴリー
	-------------------------------------------------- */

.side_cate ul {
	font-size: 0;
}

.side_cate ul li {
	display: inline-block;
	background-color: #def4ff;
	/* padding: 0 0.8em 0 3px; */
	border-radius: 3px;
	margin-bottom: 6px;
	/* height: 20px;
	line-height: 20px; */

	margin-right: 2px;
	transition: All 0.4s ease;
}

.side_cate ul li:hover {
	opacity: 0.7;
}

.side_cate ul li a {
	color: #222222;
	display: block;
	padding: 0 5px;
	font-size: 13px;
	letter-spacing: -1px;
}

.side_cate ul li.whats_new,
.side_cate ul li.over,
.side_cate ul li.not_list {
	display: none;
}

/*  */

section.box_info_main h4.stripe,
section.info_dtl h4.stripe {
	font-size: 2.0rem;
	line-height: 1.3;
	height: auto;
	border: none;
	padding: 12px 8px 9px 10px;
	border: 1px solid #c1c1c1;
	background-image: url(/common_parts/base_pat_stripe_gray.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	font-weight: bold;
	margin-bottom: 15px;
}

/*  */

div.right_box section.side_cate {
	margin-bottom: 25px;
}

p.ban_excite_match {
	text-align: center;
}

section.game_info,
div.game_info {
	position: relative;
}

@media screen and (max-width: 768px) {

	section.game_info img,
	div.game_info img {
		max-width: 100%;
	}
}

/*  */

section.game_info table,
section.info_dtl div.game_info table {
	margin-bottom: 20px;
}

section.game_info td,
section.info_dtl div.game_info td {
	font-weight: normal;
}


/*  */


table.width_auto th {
	/*width: auto;*/
}

section.info_dtl div.box_caution,
section.info_dtl table.caution {
	color: #f53636;
}

section.info_dtl table.caution td {
	border-color: #f53636;
}

/*section.info_dtl div.box_caution,*/
section.info_dtl th.red {
	background-color: #fce0e0;
}

section.info_dtl div.box_caution h6,
td.caution_red {
	color: #f53636;
}

section.info_dtl div.box_caution {
	border: 1px solid #f53636;
	padding: 1em 1.4em 0.4em;
	background-color: #fefbfb;
}

section.info_dtl div.box_caution h6 {
	margin-bottom: 1em;
	text-align: center;
}



/*  */

@media screen and (max-width: 768px) {
	ul.entry_sns {
		display: none;
	}
}

/*  */

.photo_area {
	width: 100%;
	margin-bottom: 30px;
}

.photo_area p {
	text-align: center;
	background-color: #f2f2f2;
}

.photo_area p img {
	/*width: 100%;*/
	height: auto;
}

div.photo_area div.swiper-container {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	ul.swiper-wrapper li img {
		width: 100%;
		height: auto;
	}
}


/* 2017/05/18 acl */

div.box_gameinfo {
	margin-bottom: 30px;
	text-align: center;
}

div.box_gameinfo ul {}

div.box_gameinfo li {
	display: inline-block;
	vertical-align: top;
}

div.box_gameinfo li.logo {
	padding: 0 10px;
	text-align: center;
}

div.box_gameinfo li:nth-child(2) {
	border: 1px solid #bebfbe;
	padding: 10px;
}

/* 縦書き */

.rotate_90 {

	display: inline-block;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	text-align: center;
}

/* バストアアプ画像 */

table.profile {
	width: 480px !important;
}

table.profile p {
	margin-bottom: 0;
}

figure.img_bust_up {
	overflow: hidden;

	width: 124px;
	/*margin-right: 15px;*/

	margin: 0 auto;
}

body[class^='y_20'] table.profile {
	width: 580px !important;
}

@media screen and (max-width: 768px) {
	body[class^='y_20'] table.profile {
		width: 100% !important;
	}
}


table.profile figure {
	width: 150px;
	display: block;
	margin: 0 auto;
}

body[class^='y_20'] figure.img_bust_up {
	width: 200px;
}

table.profile img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

body[class^='y_20'] table.profile figure.img_bust_up img {
	/*width: 200px;*/
	width: auto;
	/*	display: block;
		margin: 0 auto;*/
	max-width: initial;
}

/*  */

@media screen and (max-width: 768px) {
	div.box_gameinfo li.logo {
		width: 16%;
		padding: 0;
	}

	div.box_gameinfo li.logo img {
		width: 90%;
		height: auto;
	}

	div.box_gameinfo li:nth-child(2) {
		width: 60%;
	}
}


/*  */



@media screen and (min-width: 600px) {
	.swiper-wrapper {
		transform: none !important;
	}

	ul.swiper-wrapper,
	.thumbnails {
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 10px;
		display: block;
	}

	ul.swiper-wrapper li,
	.thumbnails li {
		display: inline-block;
		padding: 0 3px 0 0;
		/*background: url(/common_2017/diary/photo_nav.png) bottom repeat-x;*/
		width: auto;
	}

	ul.swiper-wrapper li {
		width: auto !important;
	}

	ul.swiper-wrapper li:last-child,
	.thumbnails li:last-child {
		padding-right: 0;
	}

	ul.swiper-wrapper li a,
	.thumbnails li span {
		border-bottom: 3px solid #cccccc;
		padding-bottom: 3px;
		display: block;
	}

	ul.swiper-wrapper li:hover a,
	.thumbnails li:hover span {
		border-bottom: 3px solid #23b7fe;
	}

	ul.swiper-wrapper li.current a,
	.thumbnails li.current span {
		border-bottom: 3px solid #23b7fe;
	}

	ul.swiper-wrapper li img,
	.thumbnails li img {
		cursor: pointer;
		width: auto;
		height: 40px;
	}


	.swiper-container {
		overflow: visible;
	}

	.swiper-container {
		background-color: transparent;
	}

	swiper-pagination {
		display: none;
	}


}

@media screen and (max-width: 768px) {
	.box_photo_gallery p {
		display: none;
	}

	.left_box .cate_area {
		display: block;
		float: none;
		padding-top: 0;
		text-align: right;
		margin-bottom: 20px;
	}

	.thumbnails {
		display: none;
	}

	.swiper-pagination {
		display: block;
		font-size: 18px;
		position: inherit !important;
		bottom: auto;
		text-align: left !important;
		background: url(/common_2017/info/scroll.png) right center no-repeat;
		letter-spacing: -1px;

		background-size: 22% auto;
		-webkit-background-size: 22% auto;
	}

	.swiper-pagination span {
		transform: scale(0.8, 1) !important;
	}

	.swiper-pagination .swiper-pagination-current {
		color: #6cd0ff;
	}

	section.diary_dtl {
		font-size: 14px;
		margin-bottom: 30px;
		padding-top: 0;
	}

	section.diary_dtl .txt {
		margin-bottom: 20px;
	}

	section.diary_dtl h3 {
		padding: 3px 0 3px 8px;
		border-left: 5px solid #23b7fe;
		font-size: 16px;
		color: #222222;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.entry_sns {
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 20px;
	}

	.entry_sns li {
		display: inline-block;
		margin-left: 10px;
	}

	.btm_nav_area {
		margin-bottom: 20px;
	}

	.btm_nav_area .more {
		float: left;
		height: 25px;
		line-height: 25px;
		background: url(/common_2017/info/prev_active.png) 8px center no-repeat #23b7fe;
		background-size: 7px;
		border-radius: 5px;
		padding: 0 10px 0 20px;
		font-size: 12px;
	}

	.btm_nav_area .more a {
		color: #fff;
	}

	.btm_nav_area .date_nav {
		float: right;
	}

	.btm_nav_area .date_nav ul {
		width: 195px;
	}

	.btm_nav_area .date_nav li {
		font-size: 14px;
	}

	.photo_area {
		margin: 2em 0;
	}

	/*  */

	section.info_dtl iframe:not(#t-shirt_design) {
		width: 100%;
		height: 300px;
	}
}


/* 2017/07/12 */

div.swiper-pagination {
	display: none;
}

@media screen and (max-width: 768px) {
	div.swiper-pagination {
		display: block;
	}

	ul.swiper-wrapper li img {
		/*width: 100%;
			max-height: 400px;
			margin: 0 auto;
			display: block;*/
	}
}


/* 2017-12-3 dl table */

dl.spec_table {
	position: relative;
	white-space: 100%;
	padding-bottom: 3em;
}


dl.spec_table dt,
dl.spec_table dd {
	display: inline-block;
	padding: 0.3em;
	line-height: 1.4;
	border-bottom: 1px solid #fff;
}

dl.spec_table dt {
	width: 30%;
	font-weight: bold;
	background-color: #94D2FF;
	border-right: 1px solid #fff;
}

dl.spec_table dd {
	width: 70%;
	background-color: #f5f5f5;
}

/*  */

/* h4 */

section.box_info_main h4,
section.info_dtl h4 {
	font-size: 2.2rem;
	color: #23b7fe;
	font-weight: bold;
	margin-top: 2.4em;
	margin-bottom: 1em;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

section.box_info_main h4+h5,
section.info_dtl h4+h5 {
	margin-top: 30px;
}

/*  */

div.box_ttl_game {
	text-align: center;
	margin-bottom: 30px;
}

div.box_ttl_game ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

div.box_ttl_game li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

div.box_ttl_game li p {
	font-weight: bold;
}


div.box_ttl_game li img {
	max-width: 74px;
}


/*  */

section.info_dtl img {
	max-width: 100%;
}

section.info_dtl figure {
	text-align: center;
	margin-bottom: 20px;
}

section.info_dtl figure img:not(img:first-child) {
	margin-top: 18px;
}

/* goods */

@media screen and (min-width: 600px) {

	div.box_insert.goods h5 {
		clear: both;
		margin-top: 60px;
		margin-bottom: 30px;
	}

	div.box_insert.goods p.img {
		float: left;
		max-width: 50%;
		text-align: center;
		margin-bottom: 60px;

		font-size: 0.8em;
		line-height: 1.2;
	}

	div.box_insert.goods p.img img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	div.box_insert.goods table {
		float: right;
		max-width: 40%;
		clear: none;
		margin-top: 15px;
	}

}


/* 2018/06/18 */

section.box_info_main table.table_auto,
section.info_dtl table.table_auto {
	width: auto;
}

/*  */

section.info_dtl dl.game {
	width: auto;
	border: 1px solid #222;
}

section.info_dtl dl.game dt,
section.info_dtl dl.game dd {
	line-height: 1.8;
	/*margin-bottom: 1em;*/
	padding: 0.8em;

}

section.info_dtl dl.game dt {
	width: 6em;
	float: left;
}

section.info_dtl dl.game dd {
	padding-left: 6.8em;
	border-bottom: 1px solid #222;
}

section.info_dtl dl.game dd:last-child {
	border: none;
}

/* 201028 */

section.box_info_main a.href_pdf,
section.info_dtl a.href_pdf {
	position: relative;
	display: inline-block;
}

section.box_info_main a.href_pdf:after,
section.info_dtl a.href_pdf:after {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(/common_parts/icon_pdf_mini_48px.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	position: absolute;
	right: -5px;
	bottom: -10px;
}

/* 2020/11/20 */

.border {
	border: 1px solid #222222;
}

div.border {
	margin-top: 2em;
	padding: 1em 1.4em;
}

div.border+p {
	margin-top: 1em;
}

div.border p:last-child {
	margin-bottom: 0;
}

div.border.red {
	border-color: #f53636;
}

div.goods {

	display: flex;
	justify-content: space-around;
	/*align-items: flex-end;*/
	flex-direction: row;
	flex-wrap: wrap;
}

div.goods figcaption {
	font-size: 1.4rem;
	margin-top: 0.4em;
	/*margin-top: auto;*/
}

div.goods figure {
	margin-top: 0.6em;

	display: flex;
	align-content: flex-end;
	/*align-items: flex-end;*/
	flex-direction: column;
	flex-wrap: wrap;
}

div.goods figure img {
	/*margin-top: auto;*/
}

/*  */

/* 2020/12/25 */

ul.list_flex {
	width: auto;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	/*flex-direction: row;*/
	flex-wrap: wrap;

}

ul.list_flex.day_201225 li {
	width: calc(100% / 3);
	margin-bottom: 1.6em;
}

ul.list_flex.day_201225 li p {
	margin-bottom: 0.4em;
}

/* 20210914 */

div.ttl_goods {
	border: 1px solid #aaaaaa;
	text-align: center;
	margin-top: 4em;
}


div.ttl_goods h4 {
	background-color: #32b8fa;
	color: #fff;
	padding: 0.8em 0.6em;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	section.info_dtl h4 {
		font-size: 5.3125vw;
		/* 17px */

	}

	div.ttl_goods h4 {
		line-height: 1.2;
	}

	div.ttl_goods img {
		max-width: 80%;
		height: auto;
	}

}

/* 中止 */

div.suspension {
	position: relative;
	padding: 0 0;
	z-index: 9;
	margin-top: 4em;
}

div.suspension:after {
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
	width: 110%;
	height: calc(100% + 4em);
	position: absolute;
	top: -2em;
	left: -5%;
	z-index: 999;
}

div.suspension:before {
	content: '※緊急事態宣言の延長により中止となりました';
	font-size: 2.4rem;
	position: relative;
	font-weight: bold;
	margin-bottom: -1em;
	text-align: center;
	color: #f70404;
	z-index: 99999;
	display: block;
}

/*div.suspension p.note {
		font-size: 2.4rem;
		position: relative;
		font-weight: bold;
		margin-bottom: -1em;
		text-align: center;
		color: #f70404;
		z-index: 99999;
	}*/


/* 坂本九生誕80周年記念事業 11/3 浦和「坂本九ランド」開催のお知らせ */

section.info_dtl .info_9 h5 {
	text-indent: -1.8em;
	padding-left: 2.4em;
}

/* 220613 */

.bar_kf {
	display: inline-block;
	width: 5em;
	height: 1em;
	background-color: #23b7fe;
	margin-left: 0.6em;
}

.bar_verdi {
	display: inline-block;
	width: 5em;
	height: 1em;
	background-color: #53fe22;
	margin-left: 0.6em;
}

/* 221026 */

section.box_info_main.info_goods figure,
section.info_dtl div.info_goods figure {
	display: table;
	text-align: left;
}

section.box_info_main.info_goods figure,
section.info_dtl div.info_goods figure {
	text-align: center;
}

section.box_info_main.info_goods figure.center,
section.info_dtl div.info_goods figure.center {
	display: block;
	text-align: center;
}

section.box_info_main.info_goods figure.goods,
section.info_dtl div.info_goods figure.goods {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

section.box_info_main figcaption,
section.info_dtl figcaption {
	font-size: 1.4rem;
	margin-top: 0.4em;
}

/* youtube */

.youtube {
	position: relative;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 769px) {

	section.box_info_main figcaption,
	section.info_dtl figcaption {
		font-size: 4.375vw;
		/* 14px */

	}

	.youtube {
		padding-top: 0;
	}

	.youtube iframe {
		position: relative;
	}
}

/* 230713 */

.bk_y {
	display: inline-block;
	background-color: rgb(255, 255, 0);
	padding: 0 0.2em;
}

/* 240916 */
img.img_qr {
	max-width: 150px;
	height: auto;
}

/* 250403 fig */

section.box_info_main figure {
	margin-top: 2em;
}

/* 250708 cap */

.cap_btm {
	caption-side: bottom;
	text-align: right;
	margin-top: 0.4em;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.cap_btm {
		font-size: 4.0625vw;
		/* 13px */
	}
}

/*  */

/* ==========================================================================
   1. 共通設定（ボタンとオーバーレイ）
   ========================================================================== */
#box_menu {
	display: none;
	/* 最初は非表示 */
}

/* スクロール時に表示されるボタンの土台 */
/* #wrapper_header.fixed */
#box_menu.active {
	display: block;
	position: fixed;
	z-index: 99999;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	animation: appear 0.8s ease;
}

@keyframes appear {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* ボタンの外観 */
#box_menu h6 {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 100;
}

#box_menu h6 a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 36px;
	padding: 9px 16px 9px 8px;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;

}

#box_menu h6 a::before {
	content: '';
	display: block;
	background-image: url(/assets_global/img/keyboard_arrow_down.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 2em;
	height: 2em;
	/* transform: scale(-1, -1) rotate(90deg); */
	transform: rotate(-90deg);
}

#box_menu.show h6 a::before {
	content: '';
	display: block;
	background-image: url(/assets_global/img/keyboard_arrow_down_white.svg);
	/* transform: scale(1, 1); */
	transform: rotate(0deg);
	transition: 0.3s;
}

#box_menu h6 a:hover {
	opacity: 1;
}

#box_menu.show h6 a {
	background-color: #32b8fa;
	box-shadow: none;
}


/* 背景オーバーレイ */
div.overlay {
	display: none;
}

div.overlay.active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	/* メニューのすぐ下に配置 */
}

/* ==========================================================================
   2. メニュー中身（inner）とリスト
   ========================================================================== */
#box_menu div.inner {
	display: none;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.3);
	padding: 30px 20px 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;

	/* display: block !important; */
}

/* 目次リスト */
ul.ex-toc {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.6em;
	list-style: none;
	padding: 0;
}

ul.ex-toc li {
	background-color: #def4ff;
	border-radius: 3px;
	transition: all 0.4s ease;
}

ul.ex-toc li a {
	font-size: 1.3rem;
	color: #222;
	display: block;
	padding: 0.6em 1.0em;
	text-decoration: none;
}

ul.ex-toc li a:hover {
	background-color: #32b8fa;
	color: #fff;
	opacity: 0.7;
}

/* 閉じボタン */
div#box_menu p.btn_close {
	margin: 0;
	float: right;
}

div#box_menu p.btn_close a {
	/* display: inline-block; */
	color: #222;
	font-size: 1.4rem;
	position: relative;
	padding-top: 36px;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

div#box_menu p.btn_close a:before {
	content: '';
	display: block;
	background-image: url(/assets_global/img/icon_close_bk.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 2em;
	height: 2em;
	margin-bottom: 0.4em;
}

/* ==========================================================================
   3. レスポンシブ調整
   ========================================================================== */

/* PCサイズ */
@media screen and (min-width: 1025px) {
	#box_menu div.inner {
		width: 1024px;
	}
}

/* スマホ・タブレットサイズ */
@media screen and (max-width: 1024px) {

	/* #wrapper_header.fixed #box_menu */
	#box_menu.active {
		top: 22vw;
		display: block;
		position: fixed;
		z-index: 99999;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		animation: appear 0.8s ease;
		/* スマホでは少し上に寄せる */
	}

	#box_menu div.inner {
		width: 94vw;
		/* 画面幅いっぱいに近く */
		height: auto;
		max-height: 85vh;
		/* 画面を突き抜けないように */
		overflow-y: auto;
		top: 4vw;
		padding-bottom: 16vw;
	}

	ul.ex-toc {
		max-height: 60vh;
		overflow-y: scroll;
		display: block;
		/* 縦並びにして押しやすく */
	}

	ul.ex-toc li {
		margin-bottom: 5px;
	}

	ul.ex-toc li a {
		font-size: 3.733vw;
		/* 14px */
		padding: 1.2em 1.4em;
	}

	#box_menu h6 {
		font-size: 3.733vw;
		/* 14px */
	}

	#box_menu h6 a {
		padding: 0.4em 1.0em 0.4em 0.6em;
	}

	div#box_menu p.btn_close {
		position: absolute;
		bottom: 0;
		right: 4vw;
	}

	div#box_menu p.btn_close a {
		font-size: 3.200vw;
		/* 12px */
		padding-top: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	section.box_info_main p.gotoPageTop,
	section.info_dtl p.gotoPageTop {
		font-size: 3.200vw;
		/* 12px */
	}


	div#box_menu p.btn_close a:before {}

}