﻿@charset "utf-8";

body{
	background-color: #fff;
	font-family: YakuHanJP_Noto,Noto Sans JP,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: #000;
	}

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;*/
	}

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 {
	width: 100%;
	border-collapse: collapse;
	margin: 1em auto 1em;
	}

th, td {
	border: 1px #000 solid;
	padding: 10px;
	vertical-align: top;
	}

th {
	word-break: keep-all;
	text-align: right;
	}

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;}
	}


/*上へもどる*/
#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/pong/pong_180828_arrow.svg) no-repeat center center;
	background-color: #ea5514;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);
	color: #fff;
	}

#pageTop a:hover {
	margin-bottom: 10px;
	}


/*汎用ボタン*/
.button a {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	background-color: #ea5514;
	padding: 10px;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.3);
	/*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.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: 900px;
	margin: 0 auto 0;
	font-size: 1em;
	}

/*記事用*/
.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;}
.price {font-size: 1.4em;font-weight: bold;}
.sponly {display:none;}
.nosp{display:inherit;}

/*ボタン用*/
.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;
	}

/*ヘッダ*/
header {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 42px;
	background-color: #ea5514;
	overflow: hidden;
	}

header>div {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	}

header>div>div:first-child {
	flex-basis: 100%;
	border-right: 640px #000 solid;
	}

header>div>div:nth-child(2), header>div>div:nth-child(3) {
	flex-basis: 50%;
	}

header>div>div:nth-child(3) img {
display: block;width: 100%;
}

/*タイトル部*/
h1 {
	margin: 42px auto 32px;
	text-align: center;
	}

h1>span {
	color:#fff;
	display: block;
	text-align: right;
	padding: 40px 15% 0 0%;
	letter-spacing: 0.4em;
	}

@media only screen and (max-width: 768px) {
	h1>span {
		padding-right: 8%;
		
	}
}

header>div>div:nth-child(2) div {text-align: center;}


/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
	overflow: hidden;
	}

section {
	margin: 0 auto 42px;
	}

.repo section {
	margin-top: 4em;
	
}


section img {
	display: block;
	width: 100%;
	}

article {
	}

article img {
	display: block;
	margin: 0 auto;
	}

/*各コンテンツ*/
#intro>article {}
#intro>article>div {width: 1280px;margin: 0 auto 42px;display: flex;flex-wrap: wrap;color:#ea5514;}

#intro>article>div>div {flex-basis:50%;box-sizing:border-box;}
#intro>article:first-child>div>div:first-child {order:2;}/*レトロなのに新しいの絵を左側に*/

#intro>article:nth-child(2) {background-color: #ea5514;}
#intro>article:nth-child(2)>div>div:first-child {color: #fff;text-align: right;}/*驚きのギミックの背景色をオレンジに*/
#intro>article:nth-child(2)>div>div:nth-child(2) {flex-basis: 640px;background-color: #fff;margin: 4px 0;}
#intro>article>div h2 {font-size:2.6em;margin-top: 1.8em;}
#intro>article>div p {font-size:1.2em;}

#movie {background-color: #fff;width: 1280px;}
#movieCont {
	width: 900px;
	margin: 0 auto;
	}

.youtube {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.youtube iframe {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}

#outline {background-color: #000;}
#outline>div {width: 1280px;display: flex;flex-wrap: wrap;margin: auto;}
#outline>div>div, #outline>div>dl {flex-basis:50%;margin: 4px 0;}
#outline>div>dl {color:#fff;}
#outline dt {font-size:1.4em;margin: 1em 1.25em 0;} 
#outline dd {color:#ea5514;margin: 0 2em;}
 

#scene {width: 1280px;}
#specification {width: 1280px;display: flex;flex-wrap: wrap;}
#specification div{flex-basis: 50%;}
#specification div img {display: block;width: 530px;margin: auto;}

#attention {background-color: #000;}
#attention>div {width: 1280px;display: flex;flex-wrap: wrap;margin: auto;color:#fff;}
#attention>div h2,#attention>div ul {flex-basis: 50%;box-sizing: border-box;padding: 0;margin: 42px 0;}


/*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 {
			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 #1b95e0;
			background-size: contain;
			}

		.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;
				padding: 0 5px 0 5px;
				font-size: 0.6em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}


footer {
	padding: 50px 0 20px;
	background-color: #000;
	text-align: center;
	color: #fff;
	}

footer p:first-child img{
	width: 50%;
	max-width: 300px;
	}

footer p:nth-child(2) img{
	width: 25%;
	max-width: 120px;
	}


footer p.taito img {
	width: 40%;
	max-width: 200px;
	}

footer p.copyright {
	margin: auto;
	font-size: 0.8em;
	}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 0.8em;
	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #fff solid;
	padding: 0 5px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}






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

	header>div {display: block;width:100%;}
	header>div>div:first-child {border: none;text-align: center;}
	header>div>div:nth-child(2) img {display: block;width: 80%;margin-left: auto;margin-right: auto;}
	header>div>div:nth-child(3) img {margin: 42px 0 0;}
	header>div>div:nth-child(3) img:nth-child(2) {display:none;}
	

	#intro>article>div {display: block;width:100%;}
	#intro>article>div h2 {font-size:2em;margin-top: 0;}
	#intro>article>div p {font-size:1.1em;}
	#intro>article:nth-child(2) {background-color: transparent;}
	#intro>article:nth-child(2)>div>div:first-child {color: #ea5514;text-align: right;}/*驚きのギミックの背景色をオレンジに*/	

	#movie {width:100%;}
	#movieCont {width:100%;}

	#outline>div {display: block;width:100%;}
	#outline>div>div, #outline>div>dl {margin: 0;}
	#outline>div>dl {padding-bottom: 2em;}
	
	#scene {width: 100%;}

	#specification {display: block;width:100%;}
	#specification div {padding: 10px;}
	#specification div img {width: 90%;}

	#attention>div {display: block;width:100%;padding: 10px 20px 10px 30px;}

	.sponly {display: block;}	
	.lineBtn {display: block;}
	}


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

	table {font-size: 0.8em;}
	
/*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;
	}*/

.nosp {display:none;}
.shareButtons div {
	margin-right: 10px;
	}
footer {padding-bottom: 100px;}
footer p.copyright {
	font-size: 0.6em;
	}

}





/*FlexBox*/
.flexBox {
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	}

.repo .flexBox {
	align-items: center;
} 

	.flexBox>div, .flexBox>p {
		display: block;
		box-sizing: border-box;
		flex-basis: 25%;
		height: auto;
		padding: 0;
		margin: 0;
		word-break: break-all;
		}


.flexBox>div img {
	display: block;
	width: 90%;
	margin: 5%;
	}

.boxset2>div {
	flex-basis: 50%;
	}

@media only screen and (max-width: 768px) {
	.boxset2>div {
		flex-basis: 100%;
	}	
}



/*.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33.3%;}
.boxset2>div {flex-basis: 50%;}*/

.flexBox>img {
	max-width: 600px;
	}

/*2020/07/31店舗リポート用*/
main.repo {
	width:1280px;
	margin: 0 auto;
	}

main.repo h2 {
	border-left: 8px #ea5514 solid;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: 0.4em;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1em;
	margin-bottom: 1.5em;
	} 

main.repo p {
	font-size: 14px;
	letter-spacing: 0.4em;
	line-height: 2.5;
	padding: 1em 2em;
}

a.urlLink, a.urlLink:hover, a.urlLink:visited {
	letter-spacing: normal;
	color:#ea5514;
	word-break: break-all;
	}

a.urlLink:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	main.repo {
		width: 100%;
		}
	main.repo h2 {
		font-size: 16px;
		font-weight: bold;
	}
	main.repo p {
		padding: 1em 3em;
		font-size: 12px;
	}
}
