@charset "UTF-8";

/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Reset
-------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
}

div {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 1.2;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption,
th,
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

fieldset {
	border: none;
}

input,
textarea,
select,
label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	overflow: auto;
}


/* --------------------------------------------------
	1. Init
-------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: middle;
	outline: none;
}

em,
strong {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 100%;
}

abbr,
acronym {
	border: none;
	font-variant: normal;
}

q:before,
q:after {
	content: '';
}

address,
caption,
cite,
code,
dfn,
var {
	font-weight: normal;
	font-style: normal;
}

code,
pre {
	font-family: monospace;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: normal;
}


/* //////////////////////////////////////////////////
[Layout]
////////////////////////////////////////////////// */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	background: #132345;
	color: #000000;
	font-size: 1.0rem;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a:link,
a:visited {
}

a:hover,
a:active {
	text-decoration: none;
}


/* //////////////////////////////////////////////////
[Layout]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	Container
-------------------------------------------------- */
.container {

}

#fullpage {
	max-width: 1600px;
	margin: auto;
	background: url(../img/bg_01.jpg) no-repeat 50% 0;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	transition: background-position 0.6s ease-in-out;
}

#fullpage.scroll {
	background-position: 50% -150px;
}
/* //////////////////////////////////////////////////
[Module]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	Link
-------------------------------------------------- */
.goPageTop {
	position: fixed;
	right: 20px;
	bottom: 40px;
}

.goPageTop a {
	display: block;
}


/* --------------------------------------------------
	Other
-------------------------------------------------- */
/* css image mouseover
----------------------------------- */
.hover a {
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
}

.hover a:hover,
.hover a:hover img {
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}


/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.group:after {
	display: block;
	content: "";
	clear: both;
}


/* //////////////////////////////////////////////////
[Page]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	HOME
-------------------------------------------------- */
.copyright {
	font-size: 1.2rem;
}


/* section1
----------------------------------- */
.section1 {
	position: relative;
	min-width: 980px;
	max-width: 2000px;
	/*min-height: 630px;*/
	margin: 0 auto;
}

/* coverImage
----------------------------------- */
.section1 .coverImage {
	display: none;
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*left: 0;*/
}

.section1 .coverImage img {
	width: 100%;
}

/* siteFooter
----------------------------------- */
.siteFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10
}

.siteFooter .inner {
	width: 100%;
	background: #132345;
	padding-bottom: 30px;
	padding-top: 30px;
}

.siteFooter .banners {
	padding: 20px 0 40px;
	text-align: center;
}

.siteFooter .banners li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.siteFooter .banners li:last-child {
	margin-right: 0;
}

.siteFooter .copyright {
	padding: 40px 0 10px;
	color: #fff;
	text-align: center;
}


/* columnRight
----------------------------------- */
.section1 .columnRight {
	position: absolute;
	top: 20px;
	right: 10px;
}

.section1 h1,
.section1 .announce {
	float: right;
}

.section1 h1 {
	position: relative;
	top: -10px;
	margin: 0 20px 15px 20px;
}

/* news
----------------------------------- */
.section1 .news {
	clear: both;
	/*width: 202px;*/
	width: 238px;
	height: 302px;
	padding: 11px 27px 11px 11px;
	background: url(../img/img_news.png) no-repeat;
}

.section1 .news .inner {
	padding-right: 10px;
	height: 100%;
	overflow-x: hidden;
	overflow: scroll-y;
}

.section1 .news li {
	width: 180px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.section1 .news li:first-child {
	border-top: none;
}

.section1 .news li:last-child {
	border-bottom: none;
}

.section1 .news a {
	display: block;
	line-height: 1.3;
	padding: 10px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}

.section1 .news .date {
	display: inline-block;
	margin: 0 0 5px;
}

/* columnLeft
----------------------------------- */
.section1 .columnLeft {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* youtube
----------------------------------- */
.section1 .youtube {
	margin: 0 0 10px;
}

.section1 .youtube a {
	display: block;
}

/* tweet
----------------------------------- */
.section1 .tweet {
	margin: 0 0 10px;
}

/* sns
----------------------------------- */
.sns {
	text-align: center;
}

.sns li {
	display: inline-block;
}

.sns li:nth-child(2) {
	margin: 0 15px;
}

.sns li a {
	display: block;
}

/* section2
----------------------------------- */
.section2 {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
	vertical-align: bottom;
}

/* synopsis
----------------------------------- */
.section2 .synopsis {
	margin: 55px 0 60px;
	text-align: center;
}






/* modal
----------------------------------- */
.modal {
	display: none;
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: -10;
}

.modal.is-show {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.modalMask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51,51,51,.9);
}

.modalContent {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	overflow: hidden;
}

.modal .btnClose {
	margin: 20px 0 10px;
	text-align: right;
}

.modal .btnClose a {
	display: inline-block;
}

.modalContentVideo {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	width: 880px;
}

.modal .youtube {
	margin: 0 auto 20px;
	text-align: center;
}

.modal .youtube iframe {
	width: 880px;
	height: 500px;
}

.modal .linkSkip {
	text-align: center;
}

.modal .linkSkip a {
	display: inline-block;
	line-height: 1;
	padding: 0 16px 0 0;
	background: url(../img/ico_arrow_02.png) no-repeat right 5px;
	color: #fff;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

.modalContentNews {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;

	width: 800px;
}

.modal .news {
	height: 460px;
	margin: 0 auto;
	padding: 60px;
	background: url(../img/bg_02.png) no-repeat;
}

.modal .news .header {
	display: table;
	width: 100%;
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
}

.modal .news h1,
.modal .news .date {
	display: table-cell;
	padding: 0 0 10px;
	font-weight: bold;
}

.modal .news h1 {
	font-size: 20px;
}

.modal .news .date {
	text-align: right;
}

.modal .news .body {
	padding-right: 10px;
	height: 285px;
	overflow: scroll;
	overflow-x: hidden;
}

.modal .news .body::-webkit-scrollbar {
	width: 10px;
	background: rgba(255,255,255, 0.2);
}
.modal .news .body::-webkit-scrollbar:horizontal {
	height:5px;
}
.modal .news .body::-webkit-scrollbar-button {
	width:8px;
	height:5px;
	background: #bf9b6c;
}
.modal .news .body::-webkit-scrollbar-piece {
	background: #eee;
}
.modal .news .body::-webkit-scrollbar-piece:start {
	background: #eee;
}
.modal .news .body::-webkit-scrollbar-thumb {
	background: #bf9b6c;
}
.modal .news .body::-webkit-scrollbar-corner {
	background: #bf9b6c;
}



.modal .news section {
	margin: 0 0 15px;
}

.modal .news h2 {
	margin: 0 0 3px;
	font-size: 14px;
}

.modal .news .text {
	overflow: hidden;
	font-size: 12px;
}

.modal .news .columnLeft {
	overflow: hidden;
}

.modal .news .columnRight {
	float: right;
	margin: 0 0 0 20px;
}
