@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #################### イニシャライズ #################### */

html {
	font-size: 62.5%;
	
	-webkit-text-size-adjust: none;
}

/* #################### 汎用要素 #################### */

a         { color: #336699; }
a:hover   { color: #cc6600; }
a:visited { color: #333333; }

img {
	border: none;
	vertical-align: middle;
}

ins,
ins * {
	color: #ff0000 !important;
	text-decoration: none;
	background: none;
}
ins a {
	text-decoration: underline;
}

/* #################### body 以下 #################### */

body {
	padding: 4em 0 5em 0;
	color: #333333;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 1.3rem;
	line-height: 1.8;
	background: #ffffff url(../images/basic/back_body.jpg) 50% 50% no-repeat fixed;
	
	background-size: cover;
}

/* #################### ヘッダ #################### */

header[role="banner"] {
	
}

/* ******************** タイトル ******************** */

header[role="banner"] h1 {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 1.0em 0;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* ******************** メニューボタン ******************** */

#menu-button {
	display: none;
	position: fixed;
	top: 6px;
	left: 6px;
	z-index: 65536;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.0;
	border: 1px solid #ffffff;
	background: #ae955d;
	
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* ******************** ナビ ******************** */

#link {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: auto;
	padding: 0;
	line-height: 1.0;
	
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.5);
}

#link ul {
	overflow: hidden;
	float: right;
	padding: 1em 0;
}

#link ul li {
	float: left;
	
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#link ul li:last-child {
	border-right: none;
}

#link ul li a {
	display: block;
	padding: 0.5em 15px;
	color: #ffffff !important;
	text-decoration: none;
	
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#link ul li:first-child a {
	border-left: none;
}

#link ul li a:hover {
	color: #ffff00 !important;
}

#link ul li a.location {
	color: #ffff00 !important;
}

/* ******************** SNS ******************** */
#sns {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1000;
}

#sns ul {
	
}

#sns ul li {
	overflow: hidden;
	height: 62px;
	margin-bottom: 4px;
	padding: 8px;
	list-style-type: none;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
}

#sns ul li.PC {
	display: block;
}
#sns ul li.SP {
	display: none;
}

/* #################### フッタ #################### */

footer {
	position: relative;
	z-index: 10;
	margin-top: 50px;
	text-align: center;
}

/* ******************** トピックパス ******************** */

#topic-path {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #336699;
	
	background: rgba(255, 255, 255, 0.9);
	
	-webkit-transition: height 0.3s ease-out;  
	-moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#topic-path ol {
	overflow: hidden;
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}

#topic-path ol li {
	display: inline-block;
	padding: 1em 25px 1em 5px;
	font-size: 1.2rem;
	background: url(../images/basic/back_arrow.png) 100% 50% no-repeat;;
}

#topic-path ol li.location {
	color: #666666;
	opacity: 0.8;
	background-image: none !important;
}

#topic-path ol li a {
	color: #336699 !important;
	text-decoration: none;
}

/* ******************** 注意書き・コピーライト ******************** */

p.notice {
	margin-top: 1em;
}

small {
	font-size: 1.3rem;
}

small br {
	display: none;
}

/* #################### メインコンテンツ #################### */

#main {
	position: relative;
	z-index: 10;
	width: 950px;
	margin: 0 auto;
}

#main h2 {
	display: none;
}

/* ******************** タイトル ******************** */
#title {
	margin: 2em 0;
}

#title p {
	color: #666600;
	font-size: 1.5rem;
}

#title p.ja {
	font-size: 2.5rem;
}

/* ******************** YouTube プレイヤー関連 ******************** */

#youtube-player {
	float: left;
	width: 642px;
	text-align: center;
}

#youtube-player-insert {
	border: 1px solid #999999;
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#youtube-player p {
	visibility: hidden;
	height: 362px;
	color: #cccccc;
}

#youtube-player ol {
	width: 100%;
	text-align: center;
}

#youtube-player ol li {
	cursor: pointer;
	display: inline-block;
	width: 33%;
	margin: 0 1px;
	padding: 10px 0;
	color: #333333;
	line-height: 1.0;
	border: 1px solid #cccccc;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}

#youtube-player ol li.selected {
	color: #cc0000;
	font-weight: bold;
}

#youtube-player iframe {
	width: 640px;
	height: 360px;
}

/* ******************** 引用ツイート ******************** */

#quote {
	float: right;
	width: 290px;
	padding-top: 75px;
}

/* ******************** メッセージ部分 ******************** */
#message {
	clear: both;
	text-align: center;
}

#message h3 {
	display: none;
}

#message div {
	display: inline-block;
	margin: 0;
	padding: 7em 20px;
	
	box-sizing: border-box;
}

#message p.ja { font-size: 1.6rem; }
#message p.pt { font-size: 1.1rem; }
#message p.en { font-size: 1.1rem; }

/* ******************** コメントゾーン ******************** */

#comments {
	overflow: hidden;
}

/* -------------------- Twitter 関連 -------------------- */

#container-wrapper {
	float: left;
	width: 49%;
	margin-right: 1%;
}

#container-wrapper h3 {
	margin-bottom: 1em;
	padding-left: 15px;
	color: #666600;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	
	border-left: 10px solid rgba(0, 0, 0, 0.2);
}

#container-wrapper > p.info {
	margin: 0 0 1em 0;
	color: #666666;
	font-size: 1.3rem;
	line-height: 1.5;
}

#container-wrapper > p.tweet-button {
	text-align: center;
}

#container {
	visibility: hidden;
	margin: 0 auto;
}

/* ########## ラッパー ########## */

#container div.item {
	position: relative;
}

/* ########## 各ツイート ########## */

#container dl {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px;
	text-align: left;
	line-height: 1.0;
	vertical-align: top;
	border-bottom: 1px dotted #dddddd;
	
	box-sizing: border-box;
}

#container dl dt {
	margin: 0 0 0.2em 55px;
	color: #0d357f;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-overflow: ellipsis;
}

#container dl dt a {
	color: #0d357f !important;
	text-decoration: none;
}
#container dl dt a:hover {
	text-decoration: underline;
}

#container dl dd {
	
}

#container dl dd.screen-name {
	margin: 0 0 1em 55px;
	color: #666666;
	font-size: 1.1rem;
	text-overflow: ellipsis;
}
#container dl dd.screen-name a {
	color: #666666 !important;
	text-decoration: none;
}

#container dl dd.time {
	margin: 0 0 0.5em 55px;
	font-size: 1.1rem;
	text-align: right;
}
#container dl dd.time a {
	color: #666666 !important;
	text-decoration: none;
}
#container dl dd.time a[href]:hover {
	text-decoration: underline;
}

#container dl dd.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#container dl dd.icon img {
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#container dl dd.tweet {
	width: 100%;
	margin: 0.5em 0;
	padding: 0;
	line-height: 1.4;
}

#container dl dd.tweet p {
	
}

#container dl dd.tweet p.text {
	font-size: 1.2rem;
}

#container dl dd.retweeted {
	padding: 0.4em 0;
	color: #666666;
	font-size: 1.0rem;;
	text-align: center;
}

#container dl dd.function {
	padding: 0.4em 0;
	font-size: 1.2rem;;
	border: 1px solid #dddddd;
	background: #ffffff;
	
	border-radius: 5px;
}

#container dl dd.function ul {
	text-align: center;
}

#container dl dd.function ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.1rem;
}

#container dl dd.function ul li a {
	color: #666666 !important;
	text-decoration: none !important;
}
/* ########## ツイートステータス ########## */

#tweets-status {
	width: 100%;
	margin: 2em auto 0 auto;
	text-align: center;
	border: 1px solid #cccccc;
	
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.8);
}

#tweets-status p {
	margin: 0;
	padding: 0.8em 0;
	color: #336699;
	font-size: 1.2rem;
	line-height: 1.2;
}

#tweets-status p.more {
	cursor: pointer;
	color: #336699;
}

#tweets-status p.end {

}


/* -------------------- Facebook 関連 -------------------- */

#facebook-comments {
	float: right;
	width: 49%;
	margin-left: 1%;
}

#facebook-comments h3 {
	margin-bottom: 1em;
	padding-left: 15px;
	color: #666600;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	
	border-left: 10px solid rgba(0, 0, 0, 0.2);
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

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

/* #################### body 以下 #################### */

body {
	padding: 0 0 1em 0;
}

/* #################### ヘッダ #################### */

header[role="banner"] h1 {
	position: relative;
	
	box-shadow: none;
}

header[role="banner"] h1 p {
	padding-left: 40px;
	-webkit-animation-duration: 10s;
	-webkit-animation-name: marquee;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
	-ms-animation-duration: 10s;
	-ms-animation-name: marquee;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
}

/*
@-webkit-keyframes marquee {
    from { margin-left: 100%;  width: 100%; }
    to   { margin-left: -150%; width: 100%; }
}
@-ms-keyframes marquee {
    from { margin-left: 100%;  width: 100%; }
    to   { margin-left: -150%; width: 100%; }
}
*/

/* ******************** メニューボタン ******************** */

#menu-button {
	display: block;
}

/* ******************** ナビ ******************** */

#link {
	height: 0;
	
	-webkit-transition: height 0.3s ease-out;  
	-moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#link.sp-mode {

}

#link ul {
	float: none;
}

#link ul li {
	float: none;
	border: none;
}

/* ******************** SNS ******************** */
#sns {
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: 1000;
	height: 25px;
	margin: 0;
	padding: 5px 10px 2px 10px;
	
	background: rgba(0, 0, 0, 0.5);
}

#sns ul {
	
}

#sns ul li {
	float: left;
	height: auto;
	margin: 0 4px 0 0;
	padding: 0;
	background: none;
	vertical-align: middle !important;
}

#sns ul li.PC {
	display: none;
}
#sns ul li.SP {
	display: block;
}

#sns ul li.SP div.fb-like {
	position: relative;
	top: -3px;
}

/* #################### フッタ #################### */

/* ******************** 注意書き・コピーライト ******************** */

p.notice {
	margin: 1em 25px;
	text-align: left;
}

small span.sp-mode {
	display: none;
}

/* #################### メインコンテンツ #################### */

#main {
	width: auto;
}

/* ******************** タイトル ******************** */

#title {
	margin: 2em 10px;
}

#title p {
	font-size: 1.2rem;
}

#title p.ja {
	font-size: 2.0rem;
}

/* ******************** YouTube プレイヤー関連 ******************** */

#youtube-player {
	position: relative;
	float: none;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 57%;
}

#youtube-player-insert {
	border-style: none;
}

#youtube-player p {
	height: auto;
}


#youtube-player ol {
	display: none;
}

#youtube-player ol li {
	display: block;
	width: auto;
	margin: 1px 10px;
}

#youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ******************** 引用ツイート ******************** */

#quote {
	float: none;
	padding-top: 0;
	margin: 0 auto;
}

#quote iframe {
}

/* ******************** メッセージ部分 ******************** */

#message {
	margin: 2em 0;
}

#message div {
	display: block;
	padding: 1em 0;
	
	box-sizing: border-box;
}

#message p.ja { font-size: 1.2rem; }
#message p.pt { font-size: 0.8rem; }
#message p.en { font-size: 0.8rem; }

/* ******************** コメントゾーン ******************** */


/* -------------------- Twitter 関連 -------------------- */

#container-wrapper {
	float: none;
	width: auto;
	margin: 0 10px;
}

/* ******************** ツイートステータス ******************** */

#tweets-status {
	width: auto;
	margin: 1em 20px 0 20px;
}

/* -------------------- Facebook 関連 -------------------- */

#facebook-comments {
	float: none;
	width: auto;
	margin: 2em 10px 0 10px;
}

/* #################### YouTube背景 #################### */

#background-movie {
	display: none;
}

/* ******************** ボリューム ******************** */
#volume {
	display: none;
}

}