@charset "utf-8";

body{
	background-color: #000;
	/*font-family: YakuHanJP_Noto,Noto Sans JP,sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; sans-serif;
	/*font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.1em;
	color: #fff;
	}

a {
	color: #0ff;
	text-decoration: none;
	cursor: pointer;
	}
a:visited	{color: #0ff;}
a:hover		{color: #fff;}
a:focus, *:focus { outline:none; }

h2{
	font-size: 1.4em;
	margin: 0;
	padding: 5px 10px;
	line-height: 1.2;	
	}

h3 {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 1em 0.5em 0.25em;
	padding: 0.5em;
	border-left: 5px #fff solid;
	/*border-bottom: 1px #fff solid;*/
	}

/*アンカーリンクに対応*/
@media only screen and (max-width: 768px) {
	.news h3 {
		padding-top: 4em;
		margin-top: -3em;
		margin-left: 0;
		border: none;
		}
	}


.marker {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	}

	span.red 		{background-color: #cd0808;}
	span.blue 		{background-color: #08aacd;}
	span.green 		{background-color: #08cd2d;}
	span.yellow 	{background-color: #ffe300;color: #000;}

h4{
	font-size: 1.1em;
	line-height: 1.2;
	margin: 2em 0.5em 1em;
	padding: 0.5em;
	border-bottom: 1px #fff dotted;	
	}

h5 {
	margin: 0 0.5em;
	font-size: 1em;
	}

time {
	display: block;
	padding: 0;
	margin: 0 0.5em 1em;
	line-height: 1;
	font-size: 0.9em;
	text-align: right;
	color: #c1cd08;

}


p {
	padding: 0px 10px 1.5em 10px;
	line-height: 1.4;
	font-size: 0.9em;
	}

dl {}

dt {font-weight: bold;
	margin: 0px;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 0.5em; line-height: 1.6em;}

ul.readme {
	float: right;
	font-size: 0.9em;
	}

ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

table {
	border-collapse: collapse;
	margin: 1em auto 1em;
	min-width: 670px;
	}

th, td {
	border: 1px #fff solid;
	padding: 10px;
	}


td {vertical-align: baseline;}

th {
	word-break: keep-all;
	text-align: right;
	vertical-align: middle;
	}

strong, .errorTxt {color:#ff0;}


/*フェード*/
a, .chronology h3, .modal img, #openBtn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*MS Edgeのバグ対応とりあえず*/
@supports (-ms-ime-align: auto) {
	a{transition: none;}
	}


/*メニュー全体　※ID名が変なのはタイトー公式サイト全体に設定されているmain.jsを利用しているからだお*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 0;
	margin: 0;
	z-index: 999;
	}

#pageTop a {
	display: block;
	height: 68px;
	width: 68px;
	background: url(../images/si40th_ika_01.svg) no-repeat top center;
	/*background-color: rgba(0,0,0,0.6);*/
	color: #fff;
	}

#pageTop a:hover {
	background: url(../images/si40th_ika_02.svg) no-repeat top center;
	}

.button {
	margin-top: 4em;
	}

article .button {
	margin-top: 1em;
	}

/*汎用ボタン*/
.button a {
	display: block;
	background-color: #fff;
	padding: 10px;
	font-size: 1.4em;
	text-align: center;
	color: #000;
	max-width: 680px;
	margin: 0 auto;
	/*background-color: rgb(245,165,50);
	background-image: -moz-linear-gradient( 90deg, rgb(245,115,21) 0%, rgb(245,165,50) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(245,115,21) 0%, rgb(245,165,50) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(245,115,21) 0%, rgb(245,165,50) 100%);
	border: 1px #f47516 solid;
	text-shadow: 0px 2px 3px rgba(11, 3, 6, 0.5);
	box-shadow: 0px 2px 3px 1px rgba(11, 3, 6, 0.3) ,inset 0 1px #fff;
	opacity: 0.8;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 10px 0;
	color: #fff;*/
	}

.button.tweet a {
	background-color: #1da1f2;
	color: #fff;
	}

.button.store a {
	background-color: #ffa800;
	}

.button.disabled a {
	background-color: #666;
	}

.button a:hover {opacity: 0.8;}
.button.disabled a:hover {opacity:1;cursor:default;}

.twitterLink {
	margin-top: 0px;
	margin-bottom: 60px;
	}

.twitterLink a{
	max-width: 600px;
	margin: 0 auto 0;
	font-size: 1.2em;
	background-color: #1da1f2;
	color: #fff;
	}

/*記事用*/
.small	{font-size: 0.7em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.8em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}


/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}

/*大枠*/
.primaryContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	line-height: 1.6;
	/*background-color: #600;*/
	}

/*トグルメニュー*/
#toggle {display:none;}
@media only screen and (max-width: 768px) {
	#toggle {display: block;}
	}

header {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	margin: 0 auto 8px;
	/*background-color: #066;*/
	border-bottom: 1px solid #666;
	}

header div {
	display: flex;
	}

header p {
	color: #999;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	}

header p:first-child {
	margin-right:auto;
	}

header p:first-child img{
	margin-top: 12px;
}

header p:nth-child(2) {
	padding: 10px 10px 10px 20px;
	text-align: right;
	}

header p:nth-child(2):hover{
	cursor: pointer;
	}

header ul {
	display: flex;
	margin: -22px 0 0;
	list-style-type: none;
	flex-wrap: wrap;
	justify-content: flex-end;
	}

@media only screen and (max-width: 1200px) {
	header p:first-child img{margin-top: 0px;}
	header ul {margin-top: 10px;}
	}

@media only screen and (max-width: 768px) {
	header p:first-child img{margin-top: 12px;}
	}


header li {
	margin-left: 10px;
	margin-bottom: 5px;
	}

header li a {
	display:block;
	box-sizing: border-box;
	padding: 0.1em 1em;
	background-color: #000;
	color: #fff;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	font-weight: 500;
	border-bottom: 1px #000 solid;
	}
header li a:visited {
	color:#fff;
	}
header li a:hover {
	border-bottom-color: #fff;
	}

header p span {
	display: none;
	}

/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin-top: 0px;
	padding-top: 50px;
    clear: none;
    width: 100%;
    display: block;
	overflow: hidden;
	}

section {
	margin: 0 auto 20px;
	/*background-color: #330;*/
	max-width: 1600px;
	}

section.std {
	width: 90%;
	}


article {
	margin-bottom: 4em;
	border-bottom: 1px #fff solid;
	}

article img {
	display: block;
	margin: 0 auto;
    max-width: 100%;
}

/*年表の定義リスト*/
.chronology {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	box-sizing: border-box;
	border: none;
	}

.chronology h3 {
	flex-basis: 100%;
	background-color: #fff;
	color: #000;
	}

.chronology h3:hover {
	cursor: pointer;
	opacity: 0.8;
	}

.chronology h3:after {
	content: "＋";
	display: block;
	float: right;
	}

.chronology h3.active {
	background-color: #222;
	color: #fff;
	}

.chronology h3.active:after {
	content: "－";
	}

.chronology h4 {
	margin-top: 0;
	margin-left: 0;
	}

.chronology dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	box-sizing: border-box;
	flex-basis: 100%;
	}

.chronology dt {
	flex-basis: 10%;
	border-right: 3px #fff solid;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 0.25em;
	line-height: 1.2;
	box-sizing: border-box;
	}

.chronology dd {
	flex-basis: 89%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: flex-start;
	}

.chronology dd:after, .chronology:before {
    content: "";
    clear: both;
    display: block;
	}

.chronology dd h4 {
	flex-basis: 100%;
    clear: both;
	}

.chronology dd img {
	float: left;
	max-width: 300px;
	} 

, .chronology dd p {
	float: right;
}

.chronology dd img {
	display: block;
	margin: 1em;
	}

/*メッセージボード用の定義*/
.messageCard {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	}

.messageCard dl {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0;
	background-color: #fff;
	color: #000;

	max-height: 500px;
	overflow: auto;
	}

.messageCard dt {
	order: 3;
	display: flex;
	padding: 0;
	margin: 0 0.5em;
	font-size: 1.6em;
	line-height: 1.2;
	vertical-align: middle;
	white-space: nowrap;
	flex-basis: 100%;
	border-bottom: 1px #000 solid;
	}

.messageCard dt span {
	white-space: normal;
	display: inline-block;
	font-size: 0.6em;
	font-weight: normal;
	margin: auto;
	margin-left: 1em;
	color: #666;
	/*background-color: #600;*/
	}

.messageCard dd:nth-child(2) {
	order: 4;
	font-size: 0.8em;
	flex-basis: 97%;
	padding: 1em 1em 20px;
	box-sizing: border-box;
	/*word-break: break-all;*/
	}

.messageCard dl dd:nth-child(3) {
	order: 2;
	flex-basis: 62%;
	box-sizing: border-box;
	padding: 1em 0 1em 0;
	align-self: center;
	/*word-break: break-all;*/
	}

.messageCard dl dd:nth-child(4) {
	order: 1;
	flex-basis: 35%;
	margin: 0;
	}

.messageCard dl dd:nth-child(5) {
	order: 2;
	} 

.messageCard dl dd img {
	display: block;
	width: 90%;
	margin: 5%;
	}

.messageCard a {
	color: #3B83D8;
	}

h1{
	margin: 0;
	margin-bottom: -650px;
	padding: 0;
	animation: fadeIn 8s ease 0s 1 normal;
    -webkit-animation: fadeIn 8s ease 0s 1 normal;
	height: 520px;
	}

	@keyframes fadeIn {
		0% {opacity: 0}
		30%{opacity: 0}
		100% {opacity: 1}
		}

	@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		30%{opacity: 0}
		100% {opacity: 1}
		}

/*グリッド定義*/
.grid {
	width: 1600px;
	margin: 0 auto;
	}

.grid-sizer, .grid-item {
	box-sizing: border-box;
 	width: 320px;
	}

.grid-item {
	padding: 8px;
	/*border: 1px solid #666;*/
	position: relative;
	}	

.goods .grid-item {
	margin-bottom: 20px;
	}


.width2, .width2dpp { width: 640px;}

.grid-item a{display:block;}
.grid-item a:hover {
	opacity: 0.8;
	}

.grid-item img {
	width: 304px;
	height: 304px;
	display: block;
	}

.width2 img {
	width: 624px;
	height: 304px;
	}

.width2dpp img {
	width: 624px;
	height: 422px;
	}

.grid-item h2 {
	text-align: right;
	font-size: 1.2em;
	}

.grid-item p {
	text-align: right;
	}

.grid-item a h2, .grid-item a p {
	background-color: #fff;
	color: #000;
	}

p.subText {
 	text-align: right;
	padding: 20px 10px 0 10px;
	color: #d00;
	font-size: 0.8em
	}

.grid-item a p.subText {
	color: #d00;
	}

.shopLink {
	list-style-type: none;
	margin: 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
	}

.shopLink li {
	margin: 0 0 0;
	padding: 0 0 10px 0;
	flex-basis: 48.5%;
	}

.shopLink li.wide {
	flex-basis: 100%;
	}

.shopLink li>a {
	display: block;
	padding: 10px 0;
	background-color: #ddd;
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	}

.shopLink .Amazon a {
	background-color: #febd69;
	color: #232f3f;
	}

.shopLink .Rakuten a {
	background-color: #be0000;
	color: #fff;
	}

.shopLink .ebten a {
	background-color: #ee1d22;
	color: #fff;
	}

.shopLink .disable a, .shopLink .disable a:hover {
	background-color: #333;
	color: #000;
	opacity: 1;
	}

/*タイトルのブロック*/
.title {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	}

.title h1 {
	order: 1;
	z-index: 88;
	}

.title h1 img {
	width: 90%;
	height: 90%;
	display: block;
	margin: 20px auto 0;
	}

p.simovie {
	order: 2;
	flex: none;
	background-color: transparent;
	/*background-color: blueviolet;*/
	padding: 0;
	}

p.simovie img {
	display: block;
	width: 192px;
	height: 256px;
	margin: 0 auto;
	max-width: 240px;
	}

p.simovie img:first-child {
}

p.simovie img:nth-child(2) {
	opacity: 0.4;
    transform: scale(1, -1);
	}

.ico45th {
	display: block;
	position: absolute;
	z-index: 99;
	width: 50%;
	bottom: 40px;
	left: calc(50%-60px);
	width: 120px;
	height: 120px;
	animation: icoanim 8s linear 0s 1 normal;
	}

.ico45th img{
	width: 120px;
	height: 120px;
	}

	@keyframes icoanim {
		0% {opacity: 0.01}
		25% {opacity: 0.01}
		100% {opacity: 1}
		}


/*飾りのブランクBOX*/
.blank 		{}
.blank p	{height: 16em;padding:0;display: flex;align-items: center;text-align: center;}
.blank p span {display: block;width: 100%;font-family: 'Press Start 2P', cursive;}
.red p		{background-color: #450d0d;color: #cd0808;}
.blue p		{background-color: #0d3f45;color: #08aacd;}
.green p	{background-color: #0d4518;color: #08cd2d;}
.yellow p	{background-color: #43450d;color: #c1cd08;}



/*モーダル*/
.modal {
	margin-bottom: 30px;
	position: relative;
	}

.new:after {
	display: block;
	position: absolute;
	bottom: -10px;
	right: 1px;
	background-color: #e60012;
	width: 4em;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	content: "NEW!";
	}

.messageCard .modal {
	flex-basis: 20%;
	}

.modal > label {
	color: #000;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0 auto;	
	max-width: 320px;
	}

.modal img {
	display: block;
	width: 100%;
	}

.modal label>img {
	opacity: 0.8;
	}

.messageCard .modal img {
	width: 90%;
	}

.modal label>img:hover {
	opacity: 1;
	}

.modal-overlay {
	background: rgba(0,0,0,0.90);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	}

.modal-wrap {
	position: relative;
	margin: auto;
	text-align: left;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	}

.modal-wrap label {
	background: url(../images/close.svg) right top no-repeat;
	cursor: pointer;
	display: block;
	margin: 10px 10px 0 10px;
	padding: 50px 0 0 0;
	}

.modal-wrap label img {
	display: block;
	}

input {
	position: absolute;
	z-index: -9999;
	visibility: hidden;
	}

.modal-overlay {
	opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	/*-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);*/
	transition: all 0.75s ease;
	z-index: -999;
	}

input:checked ~ .modal-overlay {
opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 999;
	}

/*動画*/
.videoWrap {
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 0 10px;
	}

.videoCont {
	position: relative;
	width:100%;
	margin: 0 auto;
	padding-top:56.25%;
	}

.videoCont iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	}

/*トップに並べるPV用*/
.spMovie {margin-bottom:0:}
.spMovie img {width: 304px;height: 171px;display: block;}
#openBtn::after {
	content: url(../images/spmovie_mask.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	}
#openBtn{opacity:0.8;}
#openBtn:hover{opacity:1;}

.bn0616 {}
.bn0616 img {height: 304px;height: 171px;}

/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto 0;
	clear: both;
	padding: 0 2px 0;
	text-align: center;
	}

	.shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

	.shareButtons div {
		line-height: 1;
		margin-right: 20px;
		margin-bottom: 10px;
		}

	.shareButtons div:last-child {
		margin-right: 0;
		}

		.fb-like, .fb-share-button {
			float: left;
			}

		.googleBtn {
			float: left;
			width: 52px;
			overflow: hidden;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #000;
			background-size: contain;
			border: 1px #333 solid;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			display: none;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				}

		.tweetBtn a {
				width: 57px;
				height: 0;
				padding: 16px 5px 0 5px;
				font-size: 0.6em;
				position: relative;
				overflow: hidden;
				}

		.tweetBtn a::after{
				display: block;
				position: absolute;
				right: 1.25em;
				bottom: 0;
				color: #fff;
				content: "Post";
				letter-spacing: 0.05em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}


/*SNSシェアボタン改*/
.shareBox2 {
	width: 100%;
	text-align: center;
	position: relative;
	}

	.shareButtons2 {
		display: flex;
		justify-content: space-between;
		width: 300px;
		height: auto;
		margin: 0 auto 40px;
		padding: 0 0 0;
		clear: none;
		z-index: 888;
		}

	.shareButtons2>div>a {
		display: block;
		width: 50px;
		height: 50px;
		background-size: contain;
		background: no-repeat top center;
		}

	.shareButtons2>div.fbBtn2 a 	{background-image: url("../images/sns_ico_01_fb.svg");}
	.shareButtons2>div.tweetBtn2 a 	{background-image: url("../images/sns_ico_02_tw.svg");}
	.shareButtons2>div.lineBtn2 a 	{background-image: url("../images/sns_ico_03_line.svg");}

@media only screen and (max-width: 768px) {
	.shareButtons2 {padding-bottom: 0px;}
	}



footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #000;
	border-top: 1px #f00 solid;
	text-align: center;
	font-size: 0.8em;
	margin-top: 100px;
	padding-bottom: 150px;
	padding-top: 20px;
	}

footer p {
	flex: 1;
	height: 1em;
	}

footer p.taito {
	height: 30px;
	margin: 20px;
	text-align: left;
	}

footer p.taito img {
	width: 30%;
	max-width: 120px;
	}

footer p.copyright {
	margin: auto;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: auto 20px auto auto;
	text-align: right;
	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #fff solid;
	padding: 0 10px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}


footer ul li a, footer ul li a:hover, footer ul li a:visited {
	color: #fff;
	}



@media only screen and (max-width: 1600px) {
	.grid {width: 1280px;}
	}

@media only screen and (max-width: 1280px) {
	.grid {width: 960px;}
	}

@media only screen and (max-width: 768px) {

table {
	margin: 1em auto 1em;
	min-width: inherit;
	}

.primaryContainer {
	}

header {
	position: fixed;
	z-index: 200;
	background-color: rgba(0,0,0,0.85);
	flex-wrap: wrap;
	}

header>div.simovie {
	flex: none;
	width: 40%;
	}
	
header>div.catch {
	flex: none;
	}

header ul {
	display: none;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 2em;
	list-style-type: square;
	}

header li {
	flex-basis: 100%;
	padding: 0;
	margin: 0;
	}	

header li a {
	padding: 0.75em 0 0.75em 0.25em;
	font-size: 1.0em;
	/*background-color: #fff;
	color: #000;
	border-bottom: none;
	border: 1px #fff solid;*/
	background-color: transparent;
	margin-right: 1em;
	border-bottom-color: rgba(255,255,255,0.1);
	}

	header li a:visited {}
	header li a:hover {	border-bottom-color: rgba(255,255,255,0.9);}

	
main {
	padding-top: 100px;
	}

	
section {
	font-size: 0.9em;
	}

article img {
	width: 100%;
	}

.grid {
	width: 640px;
	}

.chronology dt {
	flex-basis: 20%
	}

.chronology dd {
	flex-basis: 78%;
	}

.modal-wrap label {
	background-size: 20px;
	padding: 30px 0 0 0;
	}
	
.messageCard .modal {
	flex-basis: 25%;
	}

	
.messageCard dl {
	width: inherit;
	align-items: stretch;
	}

	
footer {
	flex-wrap: wrap;
	}
	
footer p.taito {
	order: 2;
	flex: 1;
	}	

footer p.taito img {
	width: 60%;
	}

footer p.copyright {
	font-size: 0.7em;
	order: 3;
	flex: 3;
	}
	
footer ul {
	flex: none;
	order: 1;
	text-align: center;
	width: 100%;
	margin: 20px auto 0;
	font-size: 0.8em;
	}

	
	
.lineBtn {display: block;}

}


@media only screen and (max-width: 480px) {

table {
	display: block;
	margin: 1em 0.5em 1em;
	padding: 0.25em;
	background-color: #222;
	}

th, td {
	display: block;
	border: none;
	}

th {
	text-align: left;
	border-bottom: 1px #666 solid;
	padding-bottom: 0.25em;
	}

.primaryContainer {
	}
	
header {
	}


	
.title h1 img {
	}

header>div.simovie {
	flex: none;
	order: 1;
	width: 100%;
	}

header>div.simovie img:first-child {
	margin-top: 0;
	}
	
header>div.catch {
	order: 3;
	margin-top: -50px;
	z-index: 1000;
	width: 100%;
	}

.grid, .grid-item, .width2, .width2dpp {
	width: 320px;
	}	

.grid-item {
	margin-bottom: 16px;
	
	}
	
.width2 img {
	width: 304px;
	height: 152px;
	}

.width2dpp img {
	width: 304px;
	height: 206px;
	} 
	
.blank p {
	display: none;
	}

.messageCard .modal {
	flex-basis: 33.3%;
	}


.messageCard dl {
	max-height: 500px;
	overflow: auto;
	}	
	
.messageCard dt {
	display: block;
	font-size: 1.4em;
	}
	
.messageCard dt span {
	display: block;
	padding: 0;
	margin: 0.5em 0;
	}

.messageCard dl dd:nth-child(2) {
	}
	
.messageCard dl dd:nth-child(3) {
	flex-basis: 95%;
	box-sizing: border-box;
	padding: 0 1em 1em;
	margin: 0 auto;
	font-size: 0.9em;
	}

.messageCard dl dd:nth-child(4) {
	flex-basis: 100%;
	}

.messageCard dl dd img {
	width: 90%;
	margin: 5% auto;
	}
	
footer p.taito {
	flex: none;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	}

footer p.taito img {
	width: 25%;
	}
	
footer p.copyright {
	flex: none;	
	font-size: 0.7em;
	}

footer ul li {
	font-size: 0.9em;
	}

		
.shareButtons div {
	margin-right: 8px;
	}

.twitterLink a{
	font-size: 1em;
	}

}




/*2016/03/14 追記*/
#Share_Media {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 0px;
	padding: 0;
	margin-right: 0;
	}

#Share_Media div {
	width: 100%;
	/*width: 95%;*/
	max-width: 900px;
	/*box-sizing:border-box;*/
	margin: 0 auto 10px;
}

#Share_Media #youtube_ct, #Share_Media #timeline{
	width: 100%;
	position: relative;
	padding-bottom: 600px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

#Share_Media #youtube_ct {
	border:1px solid #333333;
	border-radius:5px;
	}

#Share_Media iframe, .twitter-timeline {
	position:absolute!important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}

@media only screen and (max-width: 768px) {

#Share_Media {
	flex-direction: column;
	}

#Share_Media #timeline{
	width: 90%;
	}
	
}

@media only screen and (max-width: 480px) {

#Share_Media #timeline{
	width: 90%;
	}

#Share_Media iframe, .twitter-timeline {
	/*position:inherit!important;
	width: inherit!important;
	height: 1000px!important;*/
	}
	
	
}


/*FlexBox*/
.flexBox {
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	}

	.flexBox>div, .flexBox>p {
		display: block;
		box-sizing: border-box;
		flex-basis: 25%;
		height: auto;
		padding: 0;
		margin: 0;
		word-break: break-all;
		}

	.box2>div, .box2>p {
		flex-basis: 50%;
		}

.flexBox>div.tweet {
	flex-basis: 24%;
	margin: 0.5%;
	}

.borderBox {border: 1px #fff solid;}

/*YouTubeのプレイヤー*/
.flexBox>div.videoWrap {
	box-sizing: border-box;
	flex-basis: 46%;
	margin: 0 1%;
	margin-bottom: 1em;
	overflow: hidden;
	border: 1px #fff solid;
	}

.flexBox>div img {
	display: block;
	width: 90%;
	margin: 5%;
	}

/*.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33.3%;}
.boxset2>div {flex-basis: 50%;}*/

.flexBox>img {
	max-width: 600px;
	}


@media only screen and (max-width: 768px) {
	.flexBox>div, .flexBox>p {
		flex-basis: 50%;
		}

	.flexBox>div.videoWrap {
		flex-basis: 46%;
		}

}
	
@media only screen and (max-width: 480px) {
	.flexBox>div, .flexBox>p {
		}

	.box2>div, .box2>p {
		flex-basis: 100%;
		}
	
.flexBox>div.tweet {
	flex-basis: 90%;
	margin: 0 5% 10px;
	}

	
/*YouTubeのプレイヤー*/
.flexBox>div.videoWrap {
	flex-basis: 100%;
	}
	
}

/*スペースインベーダーの日ページ用-----------------------------------------------------------------------*/
.siday  {font-size: 1.1em;}
.siday p{line-height: 1.8;}
.siday .primaryContainer {background: url(../images/siday2018_bg.png) no-repeat center 150px fixed;}
.siday h1 {margin: 0 auto 30px;width: 270px;animation: none;padding:0;height: auto;}
.siday h2 {margin: 0 auto 50px;width: 500px;padding:0}
.siday h1 img, .siday h2 img {width:100%;}
.siday h3 {border: none;}
.siday h4 {border: none;}
.siday .button {margin-top: 20px;}
.siday .button a {font-size: 1em;}

/*記事ラッピング基本設定*/
.si40box {
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	}
.si40box>div {flex-basis: 50%;align-self: center;margin-bottom: 50px;}
.si40box>div img {display: block; width:100%;margin: auto;}
.si40box>div>div {position:relative;width: 90%;margin: auto;}
.si40box>div>div>p {
	padding: 10px;
	min-height: 120px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	}

/*項目別指定*/
/*タイトル*/
#si40-00>div img {max-width: 450px;display: block;margin: auto;}
/*店舗の施策*/
#si40-01>div, #si40-02>div {flex-basis: 33.3%;}
#si40-01 h3,#si40-01 h4 {flex-basis:50%;padding: 0;margin: 0 0 30px;}
#si40-01 h3 img, #si40-01 h4 img {display: block;width: 95%;margin: auto;}
/*ゲームの施策*/
#si40-02>div.extLinkBox {
	flex-basis: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -30px;
	}
.extLinkBox p {flex-basis: 30%;padding: 0;}
.siday .extLinkBox p {margin: 0;}
.siday .extLinkBox p:first-child {
	flex-basis: 68%;
	padding: 0;
	font-size: 1em;
	text-indent: 1em;
	}
/*その他*/
#si40-03>div>div {width: 95%;}

@media only screen and (max-width: 1280px) {
	.siday .primaryContainer {background-size: contain;}
	}

@media only screen and (max-width: 768px) {
.siday .primaryContainer {background: none;}
.siday .primaryContainer::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/siday2018_bg_sp.png) center no-repeat;
	background-size: 640px 320px;
	-webkit-background-size: 640px 320px;
	}
.siday  {font-size: 1.0em;}
.siday h1 {width: 40%;}
.siday h2 {margin-bottom: 50px;width: 90%;}
.si40box>div {flex-basis: 95%;margin-bottom: 20px;}
#si40-00>div img {width: 65%; max-width: 350px;}
#si40-01>div, #si40-02>div {flex-basis: 50%;}
#si40-01 h3,#si40-01 h4 {flex-basis:95%;}
#si40-02>div.extLinkBox {margin-top: 0;}
.extLinkBox p {flex-basis: 100%;padding: 0;}
.siday .extLinkBox p {flex-basis: 90%;margin: 0 auto;}
.siday .extLinkBox p:first-child {flex-basis: 95%;margin-bottom: 10px;}
#si40-01>div p, #si40-02>div p, #si40-03>div p{font-size: 1.2em}
	#si40-00>div p {text-align:center;} 
}

@media only screen and (max-width: 480px) {
.siday .primaryContainer::before {
	height:90vh;
	background-size: 320px 160px;
	-webkit-background-size: 320px 160px;
	}
#si40-01>div, #si40-02>div {flex-basis: 95%;}
}



/*siday2020*/
.youtube {
	box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	border: 1px #fff solid;
	}

.youtube iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
	}

.sponly {display: none;}

@media only screen and (max-width: 768px) {
	.sponly {display: inherit;}
	}
	
.siday2020header {
	margin-top: 20px;
	background-color: #e60012;
	}

.siday2021header {
	margin: 0 0 4%; 
	background: #000 url("../images/img_210524_siday_bg_pc.jpg") no-repeat top center;
	background-size: cover;
	border-bottom: 2px #fff solid;
	}

@media only screen and (max-width: 768px) {
.siday2021header {
	background: #000 url("../images/img_210524_siday_bg_sp.jpg") no-repeat top left;
	background-size: cover;
	}
}


.ufo {padding-top: 40px;}
.ufo img {display: inline-block;width:400px;}

.siday2020title {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
	}
.siday2020title>h2 {flex-basis: 25%;max-width: 380px;margin: 0 2%;}
.siday2020title>p {flex-basis: 30%;padding: 0;max-width: 449px;margin: 0 2%;} 
.siday2020title img{display: block;width: 100%;}

@media only screen and (max-width: 1280px) {
.siday2020title>h2 {flex-basis: 35%;margin: 0 2%;}
.siday2020title>p {flex-basis: 40%;margin: 0 2%;} 
}


@media only screen and (max-width: 768px) {
	.ufo {padding-top: 4%;}
	.ufo img {width:300px;}
	.siday2020title>h2 {flex-basis: 60%;order: 2;}	
	.siday2020title>p {flex-basis: 60%;order: 1;margin-bottom: 6%;}	
	}

.siday2021title {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 3.5%;
	animation: siday2021logo 3s ease 0s 1 normal;
    -webkit-animation: siday2021logo 3s ease 0s 1 normal;
	}

.siday2021title img{display: block;width: 100%;}

	@keyframes siday2021logo {
		0% {opacity: 0}
		100% {opacity: 1}
		}

	@-webkit-keyframes siday2021logo {
		0% {opacity: 0}
		100% {opacity: 1}
		}


@media only screen and (max-width: 768px) {
	.siday2021title {margin: 20% auto 20%;}
}

.catchText {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	padding-bottom: 40px;
	}
.catchText>p{padding: 0;}
.catchText>p:first-child{}
.catchText>p:nth-child(2){}
.catchText>p:nth-child(3){flex-basis:100%;text-align: center;}

@media only screen and (max-width: 768px) {
	.catchText>p:first-child img{width: 80%;margin: 0 auto;display: block;}
	.catchText>p:nth-child(2) img{width: 80%;margin: 0 auto;display: block;}
	.catchText>p:nth-child(3) img{width: 30%;margin: 0 auto;display: block;}
	}

h3.headh3 {
	padding: 40px 20px;
	margin: 0 auto 50px;;
	border: none;
	border-bottom: 4px #fff solid;
	text-align: center;
	font-size: 1.6em;
	}

@media only screen and (max-width: 768px) {
	h3.headh3 {
		padding: 20px 10px;
		font-size: 1.2em;
		margin-bottom: 30px;
	}	
}

.siday2020flatbox {
	padding: 0 1.5% 40px 1.5%;
	margin-bottom: 40px;
	border-bottom: 1px #fff solid;
	}
.siday2020flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px #fff solid;
	align-items: flex-start;
	}

.siday2020flex>div {
	box-sizing: border-box;
	flex-basis: 47.25%;
	}

@media only screen and (max-width: 768px) {
	.siday2020flex>div {flex-basis: 90%;margin-bottom:20px;}
}

.siday2020flex h3, .siday2020flatbox h3 {margin-bottom: 1em;margin-top: 0;}
.siday2020flex p, .siday2020flatbox p {line-height: 1.8;}

.icoBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.icoBox>div {
	box-sizing: content-box;
	flex-basis: 23%;
	margin-bottom: 20px;
	}
.icoBox.ico2>div {flex-basis:46%;}
@media only screen and (max-width: 768px) {
	.icoBox>div {flex-basis: 46%;}
	}
.icoBox h5{margin-top: 1em;font-size: 0.8em;}
.icoBox p{padding-bottom: 0;font-size: 0.8em;}
.icoBox>div img{display: block;box-sizing: border-box;border: 1px #fff solid;width: 95%;margin: 0 auto;}
.icoBox .button {font-size: 0.6em;font-weight:bold;padding-left: 5px;padding-right: 5px;}
.icoBox .button a{padding: 5px 0 5px 0}

