@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #020211;
	color: #fff;
	font-family: 'Noto Sans Japanese', serif;
	width: 100%;
	font-size: 14px;
	line-height: 200%;
	-webkit-text-size-adjust: none;
	/* フォントサイズ自動調整 */
	margin: 0px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #fff;
}

img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

ol,
ul {
	list-style: none;
}

table {
	font-size: 100%;
}

img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

.ezrl a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	width: 100%;
	position: relative;
}


/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */

/* hamburgler
-------------------------*/
.hamburgler-icon-wrapper {
	position: fixed;
	top: 30px;
	right: 30px;
	height: 26px;
	width: 26px;
	cursor: pointer;
	z-index: 9990;
	padding: 0px;
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
	content: '';
	position: absolute;
	border-radius: 1em;
	height: 3px;
	width: 38px;
	background: #ccc;
	transition: all 0.2s ease;
	left: 0;
}

.hamburgler-icon {
	top: 16px;
}

.hamburgler-icon:before {
	top: -1em
}

.hamburgler-icon:after {
	top: 0.95em
}

.hamburgler-active .hamburgler-icon {
	background: transparent;
	transform: rotate(-135deg)
}

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
	top: 0;
}

.hamburgler-active .hamburgler-icon:before {
	transform: rotate(90deg)
}

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
	background: #fff;
}

.hamburgler-menu {
	transition: all 0.4s ease;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(2, 2, 17, 0.8);
	color: #ccc;
	text-align: center;
	height: 95%;
}

.hamburgler-active .hamburgler-menu {
	opacity: 1;
	pointer-events: initial;
	z-index: 9990;
	width: 70%;
	margin: 0 auto;
}

.hamburgler-active .hamburgler-menu .hamburgler-menu-inner {
	position: relative;
}

.hamburgler-active .hamburgler-menu h1 {
	font-size: 20px;
	margin: 10px 0px;
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	transition: all 0.4s ease;
}

.hamburgler-active .hamburgler-menu h1 a {
	width: 100%;
	margin-bottom: 30px;
}

.hamburgler-active .hamburgler-menu h1 a img {
	width: 120px;
}

.hamburgler-menu .close {
	color: #ccc;
	display: block;
	transition: all 0.4s ease;
	top: 650px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%) scale(1.2);
	cursor: pointer;
}

p.logotxt {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
	font-size: 120%;
	color: #fff;
	font-weight: normal;
	margin: 10px 0 3px;
}

.hamburgler-active .hamburgler-menu .close {
	transform: translate(-50%, -50%) scale(1);
	color: #fff;
}

ul.hamburgler-menu-list {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
}

ul.hamburgler-menu-list li {
	width: 48%;
	margin-bottom: 1.5em;
	font-size: 120%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding: 10px 0;
	color: #fff;
}

ul.hamburgler-menu-list li a {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	padding: 5px 0px;
	font-size: 100%;
}

ul.hamburgler-menu-list li ul.lang {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	width: 50%;
	margin: 5px auto 0;
}

ul.hamburgler-menu-list li ul.lang li {}

ul.hamburgler-menu-list li ul.lang li a {
	color: #fff;
	border: solid 0.5px #fff;
	padding: 0px 10px;
	margin-top: 5px;
}

ul.hamburgler-menu-list li a {
	color: #fff;
	margin: 0 15px 0 0;
}

ul.hamburgler-menu-list li a:hover,
ul.hamburgler-menu-list li a:visited {
	opacity: 0.8;
	text-decoration: underline;
}

.hamburgler-menu-list ul.navi_small {
	width: 100%;
	clear: both;
	margin: auto;

	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	align-items: center;
}

.hamburgler-menu-list ul.navi_small li a {
	font-size: 80%;
	width: 100%;
	float: left;
}

.hamburgler-menu-list ul.navi_small li:nth-child(odd) a {
	float: left;
}

.hamburgler-menu-list ul.navi_small li {
	line-height: 3px;
}

ul.hamburgler-menu-list li a.lang-btn {
	background: #fff;
	color: #000;
	border-radius: 0;
	padding: 1px 5px;
	margin: 0 1px;
	border: double 3px #000835;
	font-size: 11px;
}

/*sns
-------------------------*/
.sns-icon {
	position: fixed;
	display: -webkit-flex;
	display: -moz-flex;
	top: 26px;
	width: 60px;
	cursor: pointer;
	z-index: 9990;
	padding: 0px;
	font-size: 3em;
}

.sns-icon.a {
	right: 55px;
}

.sns-icon.b {
	right: 115px;
}

.sns-icon.c {
	right: 175px;
}

.sns-icon a {
	color: #cccccc;
}

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

	.hamburgler-active .hamburgler-menu .hamburgler-menu-inner {
		position: relative;
	}

	.hamburgler-active .hamburgler-menu h1 {
		font-size: 20px;
		margin: 10px 0px;
		position: absolute;
		top: 20px;
		right: 0;
		left: 0;
		transition: all 0.4s ease;
	}

	.hamburgler-active .hamburgler-menu h1 a {
		width: 100%;
		margin-bottom: 30px;
	}

	.hamburgler-active .hamburgler-menu h1 a img {
		width: 60px;
	}

	.hamburgler-menu .close {
		color: #ccc;
		display: block;
		transition: all 0.4s ease;
		top: 430px;
		left: 50%;
		position: absolute;
		transform: translate(-50%, -50%) scale(1.2);
	}

	ul.hamburgler-menu-list li {
		margin-bottom: 5px;
		font-size: 13px;
		width: 100%;
		padding: 0px 0;
	}

	ul.hamburgler-menu-list li ul.lang li {
		margin: 0 0px;
		line-height: 8px;
	}

	ul.hamburgler-menu-list li ul.lang li a {
		padding: 0 3px;
		margin: 0;
	}

	.hamburgler-active .hamburgler-menu {
		width: 90%;
	}

	.hamburgler-menu-list ul.navi_small {
		margin-top: 5px;
	}
}

#visual li {
	margin: 0 auto;
	width: 100%;
}

#visual li img {
	max-width: 1023px;
	left: 0;
	right: 0;
	bottom: 0;
}

#visual li.main01 {
	background: url(../images/top/bg_visual01.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main02 {
	background: url(../images/top/bg_visual02.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main03 {
	background: url(../images/top/bg_visual03.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main04 {
	background: url(../images/top/bg_visual04.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main05 {
	background: url(../images/top/bg_visual05.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main06 {
	background: url(../images/top/bg_visual06.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main07 {
	background: url(../images/top/bg_visual07.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main08 {
	background: url(../images/top/bg_visual08.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main09 {
	background: url(../images/top/bg_visual09.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main10 {
	background: url(../images/top/bg_visual10.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main11 {
	background: url(../images/top/bg_visual11.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main12 {
	background: url(../images/top/bg_visual12.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main13 {
	background: url(../images/top/bg_visual13.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main14 {
	background: url(../images/top/bg_visual14.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main15 {
	background: url(../images/top/bg_visual15.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main16 {
	background: url(../images/top/bg_visual16.jpg) no-repeat center top;
	height: 1000px;
	background-size: cover;
}

#visual li.main01 img {
	margin: 300px auto;
}

#visual li.main02 img {
	margin: 300px auto;
}

#visual li.main03 img {
	margin: 300px auto;
}

#visual li.main04 img {
	margin: 300px auto;
}

#visual li.main05 img {
	margin: 300px auto;
}

#visual li.main06 img {
	margin: 300px auto;
}

#visual li.main07 img {
	margin: 300px auto;
}

#visual li.main08 img {
	margin: 300px auto;
}

#visual li.main09 img {
	margin: 300px auto;
}

#visual li.main10 img {
	margin: 300px auto;
}

#visual li.main11 img {
	margin: 300px auto;
}

#visual li.main12 img {
	margin: 300px auto;
}

#visual li.main13 img {
	margin: 300px auto;
}

#visual li.main14 img {
	margin: 300px auto;
}

#visual li.main15 img {
	margin: 300px auto;
}

#visual li.main16 img {
	margin: 300px auto;
}

/* ---------------------------------------------------- */
/* feed */
/* ---------------------------------------------------- */
div#feed {
	position: absolute;
	top: 20%;
	z-index: 999;
	left: 25%;
	width: 50%;
	padding: 20px;
	text-align: left;
	background: rgba(0, 1, 42, 0.47);
	height: 160px;
	overflow-y: scroll;
}

div#feed p.rsstext {
	background: brown;
	display: inline-block;
	padding: 0 8px;
	border-radius: 5px;
}

div#feed h3 {
	font-size: 120%;
}

.tw-feed {
	position: absolute;
	top: 50%;
	left: 30%;
	z-index: 999;
	width: 40%;
}

tw-feed iframe,
.timeline-Widget {
	background: transparent !important;
}

.timeline-Body.customisable-border,
.timeline-InformationCircle-widgetParent,
footer.timeline-Footer.u-cf {
	border: none;
}

div#feed p.rssimg {
	display: none;
}

.rsswrapper:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #18162a;
	margin: 5px auto;
}

.abs {
	position: absolute;
	top: 5%;
	left: 25%;
	z-index: 99;
	font-size: 1.5rem;
	background: rgb(165 42 42 / 75%);
	width: 50%;
	padding: 20px;
	line-height: 1.5;
}

@media screen and (max-width: 770px) {
	div#feed {
		position: absolute;
		top: 13%;
		z-index: 999;
		left: 10%;
		width: 70%;
		padding: 20px;
		text-align: left;
		background: rgba(0, 1, 42, 0.47);
		height: 160px;
		overflow-y: scroll;
	}

	.abs {
		top: auto;
		bottom: -10%;
		left: 10%;
		width: 70%;
		padding: 20px;
	}
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */

footer {}

/* copy */
footer small {
	text-align: center;
	margin: 0;
	display: block;
	font-size: 12px;
	clear: both;
	line-height: 140%;
}

/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

@media only screen and (orientation : landscape) {
	/*横向き*/
}

@media only screen and (orientation : portrait) {
	/*縦向き*/
}


/* float */
.fleft {
	float: left;
}

.fright {
	float: right;
}

.contents {
	padding: 0px 0px 0px 0px;
}

.clear {
	clear: both;
}

.ul01 {
	padding: 10px 10px;
}

.cen {
	text-align: center;
}

.contents .imgleft {
	float: left;
	margin: 0px 20px 20px 10px;
}

.contents .imgleft img {
	display: block;
	margin: 0px;
}

.contents .imgright {
	float: right;
	margin: 0px 10px 20px 20px;
}

.contents .imgright img {
	display: block;
	margin: 0px;
}

.pn {
	display: none;
}

strong {
	font-weight: bold;
}

em.clrred {
	color: #990000;
	font-style: normal;
}

/*=============================
	リスト
===============================*/

.ul01,
.ol01 {
	padding: 10px 2em 10px 30px;
	margin: 0 auto;
}

/* ul
-------------------------*/
.ul01 li {
	font-size: 14px;
	padding: 0;
	list-style: disc outside;
}