@charset "UTF-8";

/* ----------------------------------------------------------------------
 * 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,
input,
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,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	box-sizing: border-box;
}

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

html {
	font-size: 62.5%;
	overflow-y: scroll;
	background: #000;
}

.g-body {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP';
	font-weight: 400;
	font-feature-settings: pkna;
	line-height: 1.35;
	letter-spacing: .1em;
	font-smoothing: antialiased;
	width: 100%;
	min-width: 1160px;
	height: 100%;
	margin: 0;
	padding: 0 0 3em;
	position: relative;
	cursor: default;
}

input,
textarea,
select,
option {
	font-family: 'Noto Serif JP';
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	appearance: none;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a,
a:before,
a:after,
a img,
input[type='image'],
input[type='submit'] {
	color: #fff;
	text-decoration: none;
	transition: .2s;
	backface-visibility: hidden;
}

a:visited:hover,
a:hover,
a:hover img,
input[type='image']:hover {
	color: #fff;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

::selection {
	color: white;
	background: #94A0CB;
}

::-moz-selection {
	color: #333;
	background: rgba(230,40,0,.1);
}

::-webkit-scrollbar {
	width: 8px;
	background: rgba(255, 255, 255, .15);
}

::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .25);
}


/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.u-show-mobile {
	display: none;
}

.u-hide-tab {
	display: inline-block;
}

.u-show-tab-mobile {
	display: none;
}

.u-hide-mobile {
	display: inline-block;
}

.u-hide-tab-mobile {
	display: inline-block;
}


/* ------------------------------------------------------------------------------------------------
 * Parts Template
 * ------------------------------------------------------------------------------------------------ */
.u-flex {
	display: flex;
	flex-wrap: wrap;
}


/* ------------------------------------------------------------------------------------------------
 * H1
 * ------------------------------------------------------------------------------------------------ */
.g-h1-text {
 color: #ddd;
 font-size: 1.1rem;
 font-weight: 200;
 text-align: center;
 letter-spacing: .15em;
 width: 100%;
 display: block;
 position: absolute;
 bottom: 1.75em;
 left: 0;
 z-index: 10;
}


/* ------------------------------------------------------------------------------------------------
 * MainVisual
 * ------------------------------------------------------------------------------------------------ */
.g-content{
 display: flex;
}

.mv{
 width: 50%; 
 height: auto;
}
.mv img{
 width: 100%; 
}


/* ------------------------------------------------------------------------------------------------
 * テキスト
 * ------------------------------------------------------------------------------------------------ */
.text-wrap{
 position: relative;
 text-align: center;
 width: 50%; 
 height: auto;
 background: #fff;
 color: #000;
}
.text{
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.text .logo{
 width: 100%;
 margin: 0 auto;
}
.text .logo img{
 width: 100%;
 margin-bottom: 5%;
}
.text .catcn{
 margin-bottom: 5%;
 font-size: 8rem;
 letter-spacing: 0.25em;
 transform: rotate(0.001deg);
}
.text .message{
 font-size: 1.7rem;
 line-height: 1.7;
 transform: rotate(0.001deg);
}


/* ------------------------------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------------------------------ */
.g-footer {
	padding: 0;
	background: rgba(0,0,0,.5);
	opacity: .75;
}

.g-footer__menu {
	background: #2b2b2b;
}

.g-footer__menu ul {
	padding: 3.5em 0 4em;
}

.g-footer__menu ul li {
	margin-right: 30px;
}

.g-footer__menu ul li:last-child {
	margin-right: 0;
}

.g-footer__menu ul li a {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: underline;
}

.g-footer__menu ul li a:hover {
	text-decoration: none;
}

.copyright {
	padding: .5em 0;
	background: #fff;
 text-align: center;
}

.copyright small {
	color: #5e5e5e;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .05em;
	display: block;
}
