@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville:700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}
body {
	color: #000;
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.8em;
	background-color: #fff;
	text-align: left;
}
ol, ul {
	list-style: none;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	height: auto;
	width /***/: auto; /* for ie8 */
	max-width: 100%;
	-webkit-backface-visibility: hidden;/* Chromeで画像がぼやける現象を回避 */
}
a {
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	color: #1111cc;
}
a:hover {
	color: #cc3434;
}
a:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
em, strong {
	font-weight: bold;
}
/* ローディング */
.loadingWrap {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
}
/* 受賞 */
.topBg {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}
.topBg .txt_award {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -500px;
	width: 1000px;
}
/* --------------------------------------------------- */
/* clearfix */
/* --------------------------------------------------- */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* --------------------------------------------------- */
/* contents */
/* --------------------------------------------------- */
/* ヘッダー */
header {
	position: relative;
	height: 224px;
}
#header {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 1 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
	z-index: 20;
}
.logo {
	position: absolute;
	top: 43px;
	left: 36px;
	z-index: 50;
}
.logo img {
	width: 350px;
}
.twitterBtn a {
	background-color: #00aced;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 186px;
	height: 30px;
	text-align: center;
}
.twitterBtn a:hover {
	background-color: rgba(0,172,237,0.6);
	transition: background-color 0.5s;
}
.facebookBtn a {
	background-color: #3b5998;
	position: absolute;
	top: 0px;
	right: 186px;
	width: 186px;
	height: 30px;
	text-align: center;
}
.facebookBtn a:hover {
	background-color: rgba(59,89,152,0.6);
	transition: background-color 0.5s;
}
.facebookBtn a img, 
.twitterBtn a img {
	height: 30px;
}
/* ニュース */
.headline_news a {
	position: absolute;
	top: 0px;
	left: 38px;
	color: #F30000;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	transform: scale( 1 , 1.2 );
	padding-top: 2px;
}
.headline_box {
	position: absolute;
	top: 3px;
	left: 110px;
	font-size: 14px;
	font-weight: bold;
	width: 52%;
}
.topics {
	width: 860px;
	height: 27px;
	line-height: 26px;
	overflow:hidden;
}
.headline_box a {
	color: #fff;
	text-decoration: none;
}
.headline_box a:hover {
	color: #F30000;
	text-decoration: none;
}
.headline_box .topics li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.headline_box .topics li span {
	color: #999;
	font-family: 'Lato', sans-serif;
}
/* メイン */
.contents {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	position: relative;
}
hr {
  height: 2px;
  border: none;
  border-top: 2px #bbb solid;
  display: block;
  margin: 40px 0;
}
hr.subline {
    border-top: 1px dashed #aaa;
    padding-top: 10px;
	margin: 0 0 10px;
}
.phR {
	float: right;
	margin: 0 0 20px 30px;
	display: inline-block;
	width: 40%;
}
.at {
	font-size: 12px;
	color: #888;
	display: block;
	line-height: 1.5em;
}
/* メニュー */
#menu {
	margin: 0;
	width: 220px;
	position: absolute;
	top: 30px;
	left: 0;
	padding-right: 20px;
	z-index: 1;
}
#menu ul {
	padding: 280px 0 0 36px;
	margin:0;
}
#menu ul li {
	margin:0 0 10px;
	transition: 0.5s;
	position: relative;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
	font-size: 28px;
	line-height: 0.8em;
	white-space: nowrap;
	font-weight: bold;
}
#menu ul li.about {
	height: 74px;
	font-size: 40px;
	line-height: 0.7em;
}
#menu ul li.sub {
	height: 56px;
	font-size: 21px;
	line-height: 0.9em;
}
#menu ul li span {
	font-family: 'Libre Baskerville', serif;
	display: block;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 0.04em;
	font-weight: 500;
}
#menu ul li a:hover {
	transition: 1s;
}
#menu ul li.soon {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/* アニメーション */
#menu ul li a {
	position: relative;
	display: block;
	color: #000;
}
#menu ul li a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #E60000;
	transition: 0.3s;
}
#menu ul li a:hover:before{
  width: 100%;
}

/* フッター */
footer {
	margin: 0 auto;
	height: 30px;
	padding-left: 240px;
    width: 760px;
}
.copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
	/*text-shadow: -1px -1px #507EC2, 1px 1px #507EC2;*/
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 10px;
}
.pagetop a {
    display: block;
	width:60px;
    padding: 10px;
}
.pagetop img {
	width:100%;
}
#top .box {
	height:100%;
	min-height: 1000px;
}
#top header {
	height: auto;
}
.day {
	margin: 0 0 8px 36px;
	color: #E70012;
	font-size: 35px;
	font-weight: bold;
	font-family: Arial, "Noto Sans Japanese", sans-serif;
	line-height: 1em;
	text-shadow: 0 0 15px #ffffff, 0 0 5px #edf8ff, 0 0 0.80px #edf8ff;
	z-index:20;
}
.day span {
	font-size: 0.92em;
}
.day span.week {
	font-size: 0.76em;
}
.day span.sub {
	font-size: 24px;
}
.subtxt {
	font-family: Arial, "Noto Sans Japanese", sans-serif;
    color: #e70012;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 5px 36px;
    text-shadow: 0 0 15px #ffffff, 0 0 5px #edf8ff, 0 0 0.8px #edf8ff;
}
#top footer {
	height: 70px;
	position: relative;
	width:100%;
	padding:0;
}
#top .copyright {
	/*color: #999;
	text-shadow: -1px -1px #448431, 1px 1px #448431;*/
	text-align: left;
	padding: 10px 0 0 38px;
	position: absolute;
	width: 96%;
	line-height: 1.2em;
	color: #666;
}
/*SNS*/
.common-link-nav {
    margin: 20px 0 0;
    text-align: right;
    width: 100%;
	right:2.8%;
	height: 20px;
}
.common-link-nav li {
	display: inline-block;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 0;
}
.common-link-nav li .link {
	color: #333;
	font-size: 12px;
}
.common-link-nav li iframe {
	margin: 0 !important;
}
.news {
    background-color: #fff;
    display: block;
    float: right;
    height: 100%;
    max-width: 300px;
    padding: 0 36px 0 20px;
    position: relative;
    width: 18%;
    z-index: 10;
	margin-top:56px;
}
.news .ttl {
	border-bottom: 3px solid #000000;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 0.5em;
	height: 13px;
	color: #F30000;
	text-align: right;
}
.news .txtbox {
	width: 100%;
	height: 220px;
	background-color: rgba( 255, 255, 255, 0.85 );
	overflow-x: hidden;
	overflow-y: hidden;
}
.news .newsbox {
	width: 100%;
	margin-top: 10px;
}
.news .tweetbox {
	width: 100%;
	height: 270px;
	margin-top: 20px;
}
.news .tweetbox .txtbox {
	height: 240px;
}
#top #top_container {
    height: 100%;
    margin: 0 auto;
    min-height: 1000px;
    min-width: 1380px;
    position: relative;
    text-align: left;
    width: 100%;
	max-width: 1800px;
}
#top .contents {
    float: right;
    height: 100%;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    width: 62%;
}
@media screen and (min-width : 1500px) {
#top .contents {
    width: 70%;
}
}
#jsTopNews {
	color: #DD0A0A;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	font-size: 13px;
}
#jsTopNews a {
	color: #000;
	text-decoration: none;
}
#jsTopNews a:hover {
	color: #00ACED;
	text-decoration: none;
}
#jsTopNews ul {
	padding: 2px 0 0;
}
#jsTopNews li {
	padding: 4px 10px;
}
#jsTopNews li, #jsTopNews a {
	line-height: 1.6;
	font-size: 13px;
}
#jsTopNews li ~ li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#jsTopNews span {
	color: #dd0a0a;
	font-size: 11px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	display: block;
}
.news .link {
	text-align:right;	
}
/*ボタンアクション*/
.button {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
	letter-spacing: 0.2em;
    height: 26px;
    line-height: 22px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 110px;
	margin-bottom:15px;
}
.mini {
    height: 26px;
	font-size: 11px;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 110px;
}
.button:before, .button:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.button, .button:before, .button:after {
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #000000;
	border: 2px solid #000000;
	color: #fff;
}
.button:hover {
	background-color: #fff;
	border-color: #000000;
	color: #000000;
}
.button:before,
.button:after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #000000;
	display: block;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover:before,
.button:hover:after {
	width: 0;
	background-color: #000000;
}
.banner {
    position: absolute;
    right: 20px;
    bottom: 20px;
	display: block;
}
.banner_re {
	margin: 10px 0;
	display: block;
}
.btn:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.footer {
	display: block;
	clear: both;
	padding: 15px 0 60px;
}
.footer ul {
	text-align: center;
	font-size: 0;
}
.footer ul li {
	display: inline-block;
	margin: 0 5px 10px;
	width: 240px;
}
.footer ul li img {
	width: 100%;
}
/* ------------------------------
	animation
------------------------------ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
	 opacity: 1;
	 transform: scale3d(1, 1, 1);
}
 to {
 opacity: 0;
 transform: scale3d(.9, .9, .9);
}
}
.bounceIn {
	animation-name: bounceIn;
}