@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lobster|Open+Sans:300,400,600,700,800");


/*-----------------
	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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*-----------------
	Base
-----------------*/
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background: #1b1b1b;
background-color: #1b1b1b;
color: rgba(255, 255, 255, 0.75);
-ms-overflow-style: scrollbar;
}
body, input, select, textarea {
font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.65;
}
	@media screen and (max-width: 768px) {
	body, input, select, textarea {
	font-size: 14px;
	}
	}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
-moz-animation: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.container {
margin-left: auto;
margin-right: auto;
}
	@media screen and (max-width: 768px) {
	.container {
	width: 90% !important;
	}
	}

.inner {
width: 60em;
}
	@media screen and (max-width: 768px) {
	.inner {
	width: 90%;
	}
	}

.wrapper {
padding: 6em 0;
position: relative;
}
	@media screen and (max-width: 768px) {
	.wrapper {
	padding: 2em 0;
	}
	}

a {
text-decoration: underline;
color: #F64747;
}
a:hover {
text-decoration: none;
}
strong, b {
font-weight: 600;
color: #fff;
}
strong, b {
color: #fff;
}
em, i {
font-style: italic;
}
p {
margin: 0 0 2em 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
line-height: 1.5;
color: #fff;
margin: 0 0 1em 0;
/*text-transform: uppercase;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
text-decoration: none;
}
h2 {
font-size: 1.75em;
font-family: "Open Sans";
padding-top: 1em;
}
h3 {
font-weight: 300 !important;
font-size: 1.2em;
}
h4 {
font-weight: 300 !important;
font-size: 1.1em;
}
h5 {
font-size: 0.9em;
}
h6 {
font-size: 0.7em;
}
sub {
font-size: 0.8em;
position: relative;
top: 0.5em;
}
sup {
font-size: 0.8em;
position: relative;
top: -0.5em;
}
blockquote {
border-left: solid 4px;
font-style: italic;
margin: 0 0 2em 0;
padding: 0.5em 0 0.5em 2em;
border-left-color: rgba(144, 144, 144, 0.25);
}
code {
border-radius: 4px;
border: solid 1px;
font-family: "Courier New", monospace;
font-size: 0.9em;
margin: 0 0.25em;
padding: 0.25em 0.65em;
background: rgba(144, 144, 144, 0.075);
border-color: rgba(144, 144, 144, 0.25);
}
pre {
-webkit-overflow-scrolling: touch;
font-family: "Courier New", monospace;
font-size: 0.9em;
margin: 0 0 2em 0;
}
pre code {
display: block;
line-height: 1.75;
padding: 1em 1.5em;
overflow-x: auto;
}
hr {
border: 0;
border-bottom: solid 1px;
margin: 2em 0;
border-bottom-color: rgba(144, 144, 144, 0.75);
}
hr.major {
margin: 3em 0;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.mt01 {
margin-top: 1em;
}
.mt02 {
margin-top: 2em;
}
.mt03 {
margin-top: 3em;
}
input, select, textarea {
color: #fff;
}
.pc {
display: block;
}
.sp {
display: none;
}
	@media screen and (max-width: 768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	}

/*-----------------
	Box
-----------------*/
.box {
background: rgba(0, 0, 0, 0.5);
border-radius: 4px;
margin: 0;
overflow: hidden;
padding: 4em;
}
.box header h2 {
margin: 0 0 1.5em 0;
color: #FFF;
}
.box header p {
color: rgba(255, 255, 255, 0.5);
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
	@media screen and (max-width: 768px) {
	.box {
	margin: 1em 0;
	padding: 1em;
	}
	}

/*-----------------
	Button
-----------------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
border-radius: 4px;
border: 0;
cursor: pointer;
display: inline-block;
font-weight: 600;
height: 2.85em;
line-height: 2.95em;
padding: 0 1.5em;
text-align: center;
text-decoration: none;
white-space: nowrap;
/*text-transform: uppercase;*/
}
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
padding-left: 1.35em;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
margin-right: 0.5em;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
display: block;
margin: 0 0 1em 0;
width: 100%;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
font-size: 0.8em;
}
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
font-size: 1.35em;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
opacity: 0.25;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
background-color: #5a5a5a;
color: #ffffff !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
background-color: #676767;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
background-color: #4d4d4d;
}
input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
background-color: transparent;
box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
color: #fff !important;
}
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
background-color: rgba(144, 144, 144, 0.075);
}
input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
background-color: rgba(144, 144, 144, 0.2);
}
input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
color: rgba(255, 255, 255, 0.5);
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
background-color: #F64747;
color: #ffffff !important;
}
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
background-color: #f75f5f;
}
input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
background-color: #f52f2f;
}

/*-----------------
	Form
-----------------*/
form {
margin: 0 0 2em 0;
}
form .field {
margin-bottom: 1.5em;
}
form .field.half {
display: inline-block;
width: 48%;
}
form .field.half.first {
margin-right: 3%;
}
	@media screen and (max-width: 768px) {
	form .field.half {
	display: block;
	width: 100%;
	}
	form .field.half.first {
	margin-right: 0;
	}
	}

label {
display: block;
font-size: 0.9em;
font-weight: 300;
margin: 0 0 1em 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 4px;
border: none;
border: solid 1px;
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
height: 2.75em;
}
textarea {
padding: 0.75em 1em;
}
::-webkit-input-placeholder {
opacity: 1.0;
}
:-moz-placeholder {
opacity: 1.0;
}
::-moz-placeholder {
opacity: 1.0;
}
:-ms-input-placeholder {
opacity: 1.0;
}
.formerize-placeholder {
opacity: 1.0;
}
label {
color: #fff;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
background: rgba(144, 144, 144, 0.075);
border-color: rgba(144, 144, 144, 0.25);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
border-color: #F64747;
box-shadow: 0 0 0 1px #F64747;
}
::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
:-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
::-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.formerize-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}


/*-----------------
	Icon
-----------------*/
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
.icon > .label {
display: none;
}

/*-----------------
	Image
-----------------*/
.image {
border-radius: 4px;
border: 0;
display: inline-block;
position: relative;
}
.image img {
border-radius: 4px;
display: block;
}
.image.left {
float: left;
margin: 0 1.5em 1em 0;
top: 0.25em;
}
.image.right {
float: right;
margin: 0 0 1em 1.5em;
top: 0.25em;
}
.image.fit {
display: block;
margin: 0 0 2em 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.main {
display: block;
margin: 0 0 3em 0;
width: 100%;
}
.image.main img {
width: 100%;
}
	@media screen and (max-width: 768px) {
	.image.left, .image.right {
	float: none !important;
	margin: 0 0 1em 0 !important;
	top: 0;
	}
    .image.left img, .image.right img {
    width: 100%;
    }
	}

/*-----------------
	List
-----------------
ol {
list-style: decimal;
margin: 0 0 2em 0;
padding-left: 1.25em;
}
ol li {
padding-left: 0.25em;
}
ul {
list-style: disc;
margin: 0 0 2em 0;
padding-left: 1em;
}
ul li {
padding-left: 0.5em;
}
ul.alt {
list-style: none;
padding-left: 0;
}
ul.alt li {
border-top: solid 1px;
padding: 0.5em 0;
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding: 0 1em 0 0;
}
ul.icons li:last-child {
padding-right: 0;
}
ul.icons li .icon:before {
font-size: 2em;
}
dl {
margin: 0 0 2em 0;
}
dl dt {
display: block;
font-weight: 600;
margin: 0 0 1em 0;
}
dl dd {
margin-left: 2em;
}
ul.alt li {
border-top-color: rgba(144, 144, 144, 0.25);
}
*/

/*-----------------------
	 Section、Article
-----------------------*/
section.special,
article.special {
text-align: center;
}
header p {
position: relative;
margin: 0 0 1.5em 0;
}
header h2 + p {
font-size: 1.25em;
margin-top: -1em;
}
header h3 + p {
font-size: 1.1em;
margin-top: -0.8em;
}
header h4 + p,
header h5 + p,
header h6 + p {
font-size: 0.9em;
margin-top: -0.6em;
}
header p {
color: rgba(255, 255, 255, 0.5);
}
.notes{
font-size: 75%;
}

/*-----------------
	Table
-----------------*/
.table-wrapper {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
table {
margin: 0 0 2em 0;
width: 100%;
}
table tbody tr {
border: solid 1px;
border-left: 0;
border-right: 0;
}
table td {
padding: 0.75em 0.75em;
}
table td a {
color: rgba(255, 255, 255, 0.75);
}
table th {
font-weight: 300;
padding: 0 0.75em 0.75em 0.75em;
text-align: center;
}
table thead {
border-bottom: solid 2px;
}
table tfoot {
border-top: solid 2px;
}
table.alt {
border-collapse: separate;
}
table.alt tbody tr td {
border: solid 1px;
border-left-width: 0;
border-top-width: 0;
}
table.alt tbody tr td:first-child {
border-left-width: 1px;
}
table.alt tbody tr:first-child td {
border-top-width: 1px;
}
table.alt thead {
border-bottom: 0;
}
table.alt tfoot {
border-top: 0;
}
table tbody tr {
border-color: rgba(144, 144, 144, 0.25);
}
table tbody tr:nth-child(2n + 1) {
background-color: rgba(144, 144, 144, 0.075);
}
table th {
color: #fff;
}
table td:nth-of-type(1) {
white-space: nowrap;
}
table thead {
border-bottom-color: rgba(144, 144, 144, 0.25);
}
table tfoot {
border-top-color: rgba(144, 144, 144, 0.25);
}
table.alt tbody tr td {
border-color: rgba(144, 144, 144, 0.25);
}
	@media screen and (max-width: 768px) {
	table th {
	display: none;
	}	
	table td {
	display: block;
	width: 100%;
	}
	table td {
	padding: 0.25em 0.75em;
	}
	table td:nth-child(1) {
	padding-top: 1.25em;
	}
	table td:nth-child(2n) {
	font-size: 16px;
	}
	table td:nth-child(3n) {
	padding-bottom: 1.25em;
	}
    table td:nth-child(3n)::before {
	content:"[PLACE] ";
	}	
	}

/*-----------------
	Header
-----------------*/
body.subpage {
padding-top: 3.125em;
}
	@-moz-keyframes reveal-header {
	0% {
	top: -4em;
	opacity: 0;
	}
	100% {
	top: 0;
	opacity: 1;
	}
	}

	@-webkit-keyframes reveal-header {
	0% {
	top: -4em;
	opacity: 0;
	}	
	100% {
	top: 0;
	opacity: 1;
	}
	}

	@-ms-keyframes reveal-header {
	0% {
	top: -4em;
	opacity: 0;
	}
	100% {
	top: 0;
	opacity: 1;
	}
	}

	@keyframes reveal-header {
	0% {
	top: -4em;
	opacity: 0;
	}
	100% {
	top: 0;
	opacity: 1;
	}
	}

#header {
background-color: transparent;
color: #fdd1d1;
cursor: default;
height: 4.25em;
left: 0;
line-height: 4.25em;
position: fixed;
text-align: right;
top: 0;
width: 100%;
z-index: 10001;
padding: 0 1em 0 1.5em;
}
#header.alt {
top: 0;
background: #000000;
}
#header .logo {
display: inline-block;
height: inherit;
left: 1.5em;
line-height: inherit;
margin: 0;
padding: 0;
position: absolute;
top: 0;
}
#header .logo a {
font-size: 1.25em;
font-family: "Open Sans";
color: #fff;
font-weight: 600;
text-decoration: none;
}
#header .logo a:hover {
color: #fff;
}
#header .logo span {
font-weight: 300;
font-size: .8em;
color: #FFF;
}
#header > a {
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
display: inline-block;
color: inherit;
text-decoration: none;
}
#header > a[href="#gnavi"] {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.15);
border-radius: 100%;
height: 2.75em;
width: 2.75em;
line-height: 2.4em;
color: #FFF;
text-align: center;
margin: 0.75em 0.25em;
}
#header > a[href="#gnavi"]:before {
content: "≡";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-size: 2.4em;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
#header > a[href="#gnavi"]:hover {
color: rgba(255, 255, 255, 0.25);
background: none;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}
#header > a[href="#gnavi"]:before {
margin: 0;
}
#header > a[href="#gnavi"] span {
display: none;
}
	@media screen and (max-width: 768px) {
	#header > a {
	padding: 0 0.5em;
	}
	}

/*-----------------
	Gnavi
-----------------*/
#gnavi {
-moz-transform: translateX(20em);
-webkit-transform: translateX(20em);
-ms-transform: translateX(20em);
transform: translateX(20em);
-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
-webkit-overflow-scrolling: touch;
background: #D90000;
box-shadow: none;
color: #ffffff;
height: 100%;
max-width: 80%;
overflow-y: auto;
padding: 3em 2em;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 12em;
z-index: 10002;
}
#gnavi > ul {
margin: 0 0 1em 0;
}
#gnavi > ul.links {
list-style: none;
padding: 0;
}
#gnavi > ul.links > li {
padding: 0;
}
#gnavi > ul.links > li > a:not(.button) {
border: 0;
border-top: solid 1px rgba(255, 255, 255, 0.25);
color: inherit;
display: block;
line-height: 3.5em;
text-decoration: none;
}
#gnavi > ul.links > li > .button {
display: block;
margin: 0.5em 0 0 0;
}
#gnavi > ul.links > li:first-child > a:not(.button) {
border-top: 0 !important;
}
#gnavi .close {
text-decoration: none;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
-webkit-tap-highlight-color: transparent;
border: 0;
color: #fbb5b5;
cursor: pointer;
display: block;
height: 3.25em;
line-height: 3.25em;
padding-right: 1.25em;
position: absolute;
right: 0;
text-align: right;
top: 0;
vertical-align: middle;
width: 7em;
}
#gnavi .close:before {
content: "";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
font-size: 1.25em;
}
#gnavi .close:hover {
color: #ffffff;
}
	@media screen and (max-width: 768px) {
	#gnavi .close {
	height: 4em;
	line-height: 4em;
	}
	}

#gnavi.visible {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
visibility: visible;
}
	@media screen and (max-width: 768px) {
	#gnavi {
	padding: 2.5em 1.75em;
	}
	}

/*-----------------
	Main
-----------------*/
#main {
display: -ms-flexbox;
-ms-flex-pack: center;
-ms-flex-align: center;
padding: 8em 0 6em 0;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #131313;
border-top: 0;
min-height: 100vh;
height: 100vh;
position: relative;
text-align: center;
overflow: hidden;
}
	@media screen and (max-width: 1366px) {
	#main {
	background-attachment: scroll;
	min-height: 0;
	}
	}
	@media screen and (max-width: 768px) {
	#main {
	background-attachment: scroll;
	min-height: 0;
	padding: 8em 2em 4em 2em;
	}
	}

#main:before {
-moz-transition: opacity 3s ease;
-webkit-transition: opacity 3s ease;
-ms-transition: opacity 3s ease;
transition: opacity 3s ease;
-moz-transition-delay: 1.25s;
-webkit-transition-delay: 1.25s;
-ms-transition-delay: 1.25s;
transition-delay: 1.25s;
content: "";
display: block;
background-color: #000;
top: 0;
left: 0;
opacity: 0.45;
position: absolute;
width: 100vw;
height: 100vh;
z-index: 1;
}
#main .inner {
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
-moz-transition: opacity 1s ease, -moz-transform 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
-ms-transition: opacity 1s ease, -ms-transform 1s ease;
transition: opacity 1s ease, transform 1s ease;
opacity: 1;
position: relative;
z-index: 2;
}
#main h1 {
font-size: 4em;
font-weight: 200 !important;
line-height: 1.1;
font-family: "Lobster", cursive;
margin-bottom: .25em;
color: rgba(255, 255, 255, 0.75);
text-shadow: -2px -2px 0 rgba(0, 0, 0, 0.125);
text-transform: none;
}
#main h1 span {
font-size: 0.5em !important;
}
#main p {
color: rgba(255, 255, 255, 0.85);
font-size: 1.75em;
}
	@-moz-keyframes more {
	0% {
	bottom: -3em;
	}
	100% {
	bottom: 5em;
	}
	}
	
	@-webkit-keyframes more {
	0% {
	bottom: -3em;
	}
	100% {
	bottom: 5em;
	}
	}

	@-ms-keyframes more {
	0% {
	bottom: -3em;
	}
	100% {
	bottom: 5em;
	}
	}

	@keyframes more {
	0% {
	bottom: -3em;
	}
	100% {
	bottom: 5em;
	}
	}

#main .more {
-moz-transition: height 0.2s ease;
-webkit-transition: height 0.2s ease;
-ms-transition: height 0.2s ease;
transition: height 0.2s ease;
-moz-animation: more 0.75s ease-out 3s forwards;
-webkit-animation: more 0.75s ease-out 3s forwards;
-ms-animation: more 0.75s ease-out 3s forwards;
animation: more 0.75s ease-out 3s forwards;
background-color: rgba(255, 255, 255, 0.15);
border: 0;
/*border-radius: 1em 1em 0 0;*/
bottom: -3em;
color: rgba(255, 255, 255, 0.75);
display: block;
height: 3em;
left: 50%;
margin-left: -1.5em;
overflow: hidden;
position: absolute;
text-indent: 3em;
white-space: nowrap;
width: 3em;
z-index: 2;
border-radius: 100%;
text-decoration: none;
}
#main .more:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
/*text-transform: uppercase;*/
content: '\f107';
color: #FFF;
font-size: 2em;
position: absolute;
right: .425em;
bottom: -.075em;
}
#main .more:hover {
background: none;
color: rgba(255, 255, 255, 0.5);
box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
}
#main .more:hover:before {
color: rgba(255, 255, 255, 0.5);
}
body.is-loading #main .inner {
-moz-transform: scale(0.99);
-webkit-transform: scale(0.99);
-ms-transform: scale(0.99);
transform: scale(0.99);
opacity: 0;
}
body.is-loading #main:before {
opacity: 1;
}

/*-----------------
	Subpage
-----------------*/
#notice,
#notice_main,
#live,
#about,
#biography,
#maochica,
#contact,
#thanks{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
#notice:before,
#notice_main:before,
#live:before,
#about:before,
#biography:before,
#maochica:before,
#contact:before,
#thanks:before{
content: "";
background-size: cover;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
#notice:before{
background: url(../pic/notice.jpg) no-repeat center center;
}
#notice_main:before{
background: url(../pic/notice_main.jpg) no-repeat center center;
}
#live:before{
background: url(../pic/live.jpg) no-repeat center center;
}
#about:before{
background: url(../pic/about.jpg) no-repeat center center;
}
#biography:before{
background: url(../pic/biography.jpg) no-repeat center center;
}
#maochica:before{
background: url(../pic/maochica.jpg) no-repeat center center;
}
#contact:before,
#thanks:before{
background: url(../pic/contact.jpg) no-repeat center center;
}
#notice .inner,
#notice_main .inner,
#live .inner,
#about .inner,
#biography .inner,
#maochica .inner,
#work .inner,
#contact .inner,
#thanks .inner{
margin: 0 auto;
}
#notice .content {
padding: 2em 0;
text-align: center;
}
#notice .content p {
margin-bottom: 1em;
}
#notice .content p.flyer img {
width: 600px;
}
	@media screen and (max-width: 768px) {
	#notice .content p.flyer {
	display: block;
	}
	#notice .content p.flyer img {
	width: 100%;
	}
	}
#notice .release{
display: flex;
margin: 0 7.5em;
}
#notice .release img{
margin-right: 2em;
}
#notice .release .detail{
text-align: left;
}
#notice .release .detail .title{
font-weight: bold;
}
	@media screen and (max-width: 768px) {
	#notice .release{
	display: block;
	margin: 0 0 1em;
	}
	#notice .release img{
	margin-right: 0;
	}
	#notice .release .detail{
	text-align: center;
	}
	#notice .release .detail .list{
	width: 230px;
	margin: 0 auto;
	text-align: left !important;
	}
	}

#about .button.icon,
#biography .button.icon {
padding: 0;
width: 3em;
height: 3em;
line-height: 3em;
border-radius: 100%;
text-align: center;
}
#about .button.icon:before,
#biography .button.icon:before {
margin-right: 0;
color: #FFF;
}
#about .button.icon.fa-chevron-left:before,
#biography .button.icon.fa-chevron-left:before {
margin-left: -3px;
}
#about .button.icon.fa-chevron-right:before,
#biography .button.icon.fa-chevron-right:before {
margin-left: 3px;
}
#about ul.actions,
#biography ul.actions {
list-style: none;
text-align: center;
}
#about ul.actions li,
#biography ul.actions li {
/*width: 50%;*/
margin: 0;
padding: 0;
}
#contact .content {
padding: 2em 0;
}

	@media screen and (max-width: 768px) {
	h2 {
	font-size: 1.5em;
	}
}

#work .content {
padding: 2em 0;
}
#work .content ul.work {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
#work .content ul.work li {
width: 25%;
padding: 0 0.75em;
margin-bottom: 1.75em;
line-height: 1.2;
}
#work .content ul.work li div.work01 {
width: 183px;
height: 183px;
background-image: url("../pic/work01.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work02 {
width: 183px;
height: 183px;
background-image: url("../pic/work02.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work03 {
width: 183px;
height: 183px;
background-image: url("../pic/work03.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work04 {
width: 183px;
height: 183px;
background-image: url("../pic/work04.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work05 {
width: 183px;
height: 183px;
background-image: url("../pic/work05.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work06 {
width: 183px;
height: 183px;
background-image: url("../pic/work06.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work07 {
width: 183px;
height: 183px;
background-image: url("../pic/work07.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work08 {
width: 183px;
height: 183px;
background-image: url("../pic/work08.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work09 {
width: 183px;
height: 183px;
background-image: url("../pic/work09.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work10 {
width: 183px;
height: 183px;
background-image: url("../pic/work10.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work11 {
width: 183px;
height: 183px;
background-image: url("../pic/work11.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work12 {
width: 183px;
height: 183px;
background-image: url("../pic/work12.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work13 {
width: 183px;
height: 183px;
background-image: url("../pic/work13.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work14 {
width: 183px;
height: 183px;
background-image: url("../pic/work14.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work15 {
width: 183px;
height: 183px;
background-image: url("../pic/work15.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work16 {
width: 183px;
height: 183px;
background-image: url("../pic/work16.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work17 {
width: 183px;
height: 183px;
background-image: url("../pic/work17.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work18 {
width: 183px;
height: 183px;
background-image: url("../pic/work18.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work19 {
width: 183px;
height: 183px;
background-image: url("../pic/work19.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work20 {
width: 183px;
height: 183px;
background-image: url("../pic/work20.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work p {
font-size: 0.9em;
margin-bottom: 0.5em;
}
#work .content ul.work p.title {
font-weight: bold;
}
#work .content ul.work span {
font-size: 0.75em;
color: #999999;
}
	@media screen and (max-width: 768px) {
	#work .content ul.work {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}
	#work .content ul.work li {
	width: 50%;
	}

#work .content ul.work li div.work01 {
width: 140px;
height: 140px;
background-image: url("../pic/work01.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work02 {
width: 140px;
height: 140px;
background-image: url("../pic/work02.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work03 {
width: 140px;
height: 140px;
background-image: url("../pic/work03.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work04 {
width: 140px;
height: 140px;
background-image: url("../pic/work04.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work05 {
width: 140px;
height: 140px;
background-image: url("../pic/work05.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work06 {
width: 140px;
height: 140px;
background-image: url("../pic/work06.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work07 {
width: 140px;
height: 140px;
background-image: url("../pic/work07.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work08 {
width: 140px;
height: 140px;
background-image: url("../pic/work08.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work09 {
width: 140px;
height: 140px;
background-image: url("../pic/work09.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work10 {
width: 140px;
height: 140px;
background-image: url("../pic/work10.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work11 {
width: 140px;
height: 140px;
background-image: url("../pic/work11.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work12 {
width: 140px;
height: 140px;
background-image: url("../pic/work12.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work13 {
width: 140px;
height: 140px;
background-image: url("../pic/work13.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work14 {
width: 140px;
height: 140px;
background-image: url("../pic/work14.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work15 {
width: 140px;
height: 140px;
background-image: url("../pic/work15.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work16 {
width: 140px;
height: 140px;
background-image: url("../pic/work16.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work17 {
width: 140px;
height: 140px;
background-image: url("../pic/work17.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work18 {
width: 140px;
height: 140px;
background-image: url("../pic/work18.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work19 {
width: 140px;
height: 140px;
background-image: url("../pic/work19.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}
#work .content ul.work li div.work20 {
width: 140px;
height: 140px;
background-image: url("../pic/work20.png");
background-repeat:  no-repeat;
background-size: cover;
margin-bottom: 0.75em;
}

	}

#maochica .album{
  overflow: hidden;
  border-bottom: solid 1px #666;
  margin-bottom: 30px;
}
#maochica .album img{
  width: 180px;
  height: 180px;
}
#maochica .store{
  margin-top: 30px;
  text-align: center;
}
#maochica .album-list{
  float: left;
  max-width: 620px;
  padding-bottom: 30px;
}
#maochica .album-list p{
  font-size: 90%;
}
#maochica .album-list ul{
  margin: 1em 0;
  font-size: 90%;
}
#maochica .album-list dl{
  margin: 1em 0;
}
#maochica .album-list dl dt{
  margin: 1em 0;
}
#maochica .album-list dl dd p{
  overflow: hidden;
  margin-bottom: 3em;
  font-size: 80%;
}
#maochica .album-list dl dd p span{
  float: right;
  margin-top: 0.5em;
}
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
	@media screen and (max-width: 768px) {
    #maochica .album .image.left{
      float: none;
	  margin: 0 0 1em 0;
	  top: 0;
      text-align: center;
    }
}

#notice_main dl.data {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 2em 2em 2em;
}
#notice_main dl.data dt {
flex-basis: 25%;
font-weight: 600;
padding: 1em;
margin-bottom: 1em;
background-color: rgba(255, 255, 255, 0.075);
}
#notice_main dl.data dd {
flex-basis: 75%;
padding: 1em;
margin: 0 0 1em 0;
}
	@media screen and (max-width: 768px) {
    #notice_main dl.data{
      flex-flow: column;
	  margin: 0 0em 1em 0em;
    }
}

	@media screen and (max-width: 768px) {
	.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
	.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}
	}

#duo {
padding-top: 30px;
margin-top: -30px;
}

/*-----------------
	Footer
-----------------*/
#footer {
background-color: #222222;
color: #fdd1d1;
padding: 4em 0 2em 0;
background: #222222;
}
#footer input, #footer select, #footer textarea {
color: #ffffff;
}
#footer a {
color: #ffffff;
}
#footer strong, #footer b {
color: #ffffff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
color: #ffffff;
}
#footer blockquote {
border-left-color: rgba(255, 255, 255, 0.25);
}
#footer code {
background: rgba(255, 255, 255, 0.075);
border-color: rgba(255, 255, 255, 0.25);
}
#footer hr {
border-bottom-color: rgba(255, 255, 255, 0.25);
}
#footer ::-webkit-input-placeholder,
#footer :-moz-placeholder,
#footer ::-moz-placeholder,
#footer :-ms-input-placeholde,
#footer .formerize-placeholder {
color: #fbb5b5 !important;
}
#footer ul.alt li {
border-top-color: rgba(255, 255, 255, 0.25);
}
#footer header p {
color: #fbb5b5;
}
#footer table tbody tr {
border-color: rgba(255, 255, 255, 0.25);
}
#footer table tbody tr:nth-child(2n+1) {
background-color: rgba(255, 255, 255, 0.075);
}
#footer table th {
color: #ffffff;
}
#footer table thead {
border-bottom-color: rgba(255, 255, 255, 0.25);
}
#footer table tfoot {
border-top-color: rgba(255, 255, 255, 0.25);
}
#footer table.alt tbody tr td {
border-color: rgba(255, 255, 255, 0.25);
}
#footer .inner {
margin: 0 auto;
}
#footer h2 {
margin-bottom: 2em;
text-align: center;
}
#footer .icons {
text-align: center;
padding-top: 1em;
}
#footer .copyright {
color: rgba(255, 255, 255, 0.5);
font-size: 0.8em;
margin: 0 0 2em 0;
padding: 0;
text-align: center;
}
#footer .icon.round {
display: block;
background: rgba(255, 255, 255, 0.15);
border-radius: 100%;
height: 4em;
width: 4em;
line-height: 4em;
color: #FFF;
}
#footer .icon.round:hover {
color: rgba(255, 255, 255, 0.25);
background: none;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}
	@media screen and (max-width: 768px) {
	#footer {
	padding: 3em 0 1em 0;
	}
	}

/*-----------------
	Contact
-----------------*/
#contact ul.actions {
cursor: default;
list-style: none;
padding-left: 0;
}
#contact ul.actions li {
display: inline-block;
padding: 0 1em 0 0;
vertical-align: middle;
}
	@media screen and (max-width: 480px) {
	#contact ul.actions {
	margin: 0 0 2em 0;
	}
	#contact ul.actions li {
	padding: 1em 0 0 0;
	display: block;
	text-align: center;
	width: 100%;
	}
	#contact ul.actions li:first-child {
	padding-top: 0;
	}
	#contact ul.actions li > * {
	width: 100%;
	margin: 0 !important;
	}
	#contact ul.actions li > *.icon:before {
	margin-left: -2em;
	}
	}

#contact input[type="submit"],
#contact input[type="reset"],
#contact input[type="button"],
#contact button,
#contact .button {
background-color: #5a5a5a;
color: #ffffff !important;
}
#contact input[type="submit"]:hover,
#contact input[type="reset"]:hover,
#contact input[type="button"]:hover,
#contact button:hover,
#contact .button:hover {
background-color: #676767;
}
#contact input[type="submit"]:active,
#contact input[type="reset"]:active,
#contact input[type="button"]:active,
#contact button:active,
#contact .button:active {
background-color: #4d4d4d;
}
#contact input[type="submit"].alt,
#contact input[type="reset"].alt,
#contact input[type="button"].alt,
#contact button.alt,
#contact .button.alt {
background-color: transparent;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
color: #ffffff !important;
}
#contact input[type="submit"].alt:hover,
#contact input[type="reset"].alt:hover,
#contact input[type="button"].alt:hover,
#contact button.alt:hover,
#contact .button.alt:hover {
background-color: rgba(255, 255, 255, 0.075);
}
#contact input[type="submit"].alt:active,
#contact input[type="reset"].alt:active,
#contact input[type="button"].alt:active,
#contact button.alt:active,
#contact .button.alt:active {
background-color: rgba(255, 255, 255, 0.2);
}
#contact input[type="submit"].alt.icon:before,
#contact input[type="reset"].alt.icon:before,
#contact input[type="button"].alt.icon:before,
#contact button.alt.icon:before,
#contact .button.alt.icon:before {
color: #fbb5b5;
}
#contact input[type="submit"].special,
#contact input[type="reset"].special,
#contact input[type="button"].special,
#contact button.special,
#contact .button.special {
background-color: #ffffff;
color: #F64747 !important;
}
#contact label {
color: #ffffff;
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact select,
#contact textarea {
background: rgba(255, 255, 255, 0.075);
border-color: rgba(255, 255, 255, 0.25);
}
#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus,
#contact select:focus,
#contact textarea:focus {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

img {
  pointer-events: none; 
  -webkit-user-drag: none;
  user-drag: none;
}
img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

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