@charset "utf-8";

/* Reset
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 0.9rem;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

nav ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

select {
	vertical-align: middle;
}

img {
	border: 0;
	vertical-align: bottom;
}



/* base
-------------------------------------------------------------------------------*/

html {
	width: 100%;
	height: auto;
}

body {
	width: 100%;
	height: 100%!important;
	min-width: 1024px;
	min-height: 100%;
	font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック" ,"YuGothic-Bold", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	font-size: 0.9rem;
	color: rgb(0,0,0);
	letter-spacing: 2px;
	line-height : 2.4;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

html.ua-ie-11 body,
html.ua-ie-10 body,
html.ua-ie-9 body {
	font-family: "Fjalla One", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
}

#wrapper {
	width: 100vw;
	height: auto;
	height: 100%!important;
	min-height: 100%;
	position: relative;
	z-index: 0;
}

html.ua-ie-9 #wrapper, html.ua-ie-9 #all, html.ua-ie-9 body.home #all {
	display: block;
	opacity: 1;
}

#container, #content {
	width: 100vw;
	height: auto;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	padding: 0;
}

#container, #content {
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a, a:link, a:active, a:visited {
	color: rgb(0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	color: rgb(180,180,180);
	outline: none;
	text-decoration: none;
}

a img, a img:active, a img:hover {
	outline: none;
	border-bottom: none;
}

::-moz-selection {
 color: rgb(255,255,255);
 background: rgb(100,100,100);
 line-height: 1rem;
}

::selection {
	color: rgb(255,255,255);
	background: rgb(100,100,100);
	line-height: 1rem;
}

article, aside, figure, footer, hgroup, nav, section {
	display: block;
}

nav,
ul {
	list-style: none;
}

ul li {
	float: left;
}

dl {
	display: inline-block;
	width: 100%;
	height: auto;
}

dt {
	clear: both;
	width: 20%;
	float: left;
}

dd {
	width: 80%;
	float: right;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 5em 0 3em;
	padding: 0;
}

small {
	font-size: 85%;
}

span.small {
	font-size: 0.6rem;
}

::before, ::after {
	content: '';
	position: absolute;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.t_cntr {
	text-align: center;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

.hv_cntr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.v_cntr {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.h_cntr {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: contain;'
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}

.none {
	display: none!important;
}



/* Font / Text
-------------------------------------------------------------------------------*/

.notxt {
	text-indent: -1000%;
	white-space: nowrap;
	overflow: hidden;
}

h1 {
	position: relative;
	font-size: 3rem;
	line-height: 2.4;
}

h2 {
	position: relative;
	font-size: 2rem;
	line-height: 1.6;
}

h3 {
	position: relative;
	font-size: 1.4rem;
	line-height: 2;
}

h4 {
	position: relative;
	font-size: 1rem;
	line-height: 2;
}

h5 {
	position: relative;
	font-size: 0.8rem;
	line-height: 1;
}

h6 {
	position: relative;
	font-size: 0.65rem;
	line-height: 1;
}



/* Scroll
-------------------------------------------------------------------------------*/

::-webkit-scrollbar {
 width: 5px;
 background: rgb(255,255,255);
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb {
 width: 5px;
 background: rgb(200,200,200);
 -webkit-box-shadow: none;
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgb(200,200,200);
}



/* Loading
-------------------------------------------------------------------------------*/

#wrapper::after {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: rgb(240,250,250);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
	opacity: 0;
	z-index: -10;
}

#wrapper.fadeout::after {
	opacity: 1;
	z-index: 9999;
}

.spinner {
    position: fixed;
    width: 200px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 3px;
    padding: 0 30px;
    border: solid 2px rgb(0,0,0);
    z-index: 9999;
}



/* Motion
-------------------------------------------------------------------------------*/

.motion {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.delay {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.up {
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}

.hover {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.hover:hover {
	opacity: 0.5;	
}

	

/* Overlay
-------------------------------------------------------------------------------*/

figure {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

figure a, figure a:link, figure a:visited, figure a:active {
	padding: 0;
}

figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

a:hover figure img {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(50,50,50,0);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 2;
}

a:hover figcaption {
	background: rgba(50,50,50,0.6);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

figure figcaption div.inner {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 1rem;
	line-height: 3em;
}

figure figcaption div.inner .title {
	margin: 10px 0;
	line-height: 1.6em;
}

a:hover figcaption div.inner {
	color: rgb(255,255,255);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

a figcaption::before,
a figcaption::after {
	width: 30px;
	height: 1px;
	top: 75%;
	left: 50%;
	background: rgba(255,255,255,0);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

a figcaption::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	    -ms-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}

a:hover figcaption::before,
a:hover figcaption::after {
	border-top: solid 1px rgba(255,255,255,1);
}



/* Modal Window
-------------------------------------------------------------------------------*/

.modal {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	background: url(/svg/icon_blank.svg) no-repeat center right;
	padding-right: 30px;
}

.nonscroll {
	overflow-y: hidden!important;
}

.modal-window {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	background: rgba(240,240,240,1);
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	z-index: -1;
}

.modal-window:target {
	-webkit-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	z-index: 1000;
}

.is-active.modal-window {
	display: block\9;
	z-index: 1000;
}

.modal-window:target {
	display: block\9;
}

.modal-window .inner {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5%;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: -1;
}

.modal-window:target .inner {
}

.close {
	display: block;
	width: 100px;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	text-align: left;
	font-size: 0.8rem;
	line-height: 40px;
	z-index: 1000;
}

.close::before, .close::after {
	cursor: pointer;
	content: '';
	position: absolute;
	right: 0;
	background: rgb(0,0,0);
	-webkit-transform: translate(0%, 0%) rotate(45deg);
	    -ms-transform: translate(0%, 0%) rotate(45deg);
	        transform: translate(0%, 0%) rotate(45deg);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1000;
}

.close::before {
	width: 40px;
	height: 1px;
	top: 50%;
}

.close::after {
	width: 1px;
	height: 40px;
	top: 0;
	right: 20px;
}

.close:hover::before, .close:hover::after {
	background: rgb(68,68,68);
	-webkit-transform: translate(0%, 0%) rotate(405deg);
	    -ms-transform: translate(0%, 0%) rotate(405deg);
	        transform: translate(0%, 0%) rotate(405deg);
}



/* Pagetop
-------------------------------------------------------------------------------*/

#pagetop {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 0;
	right: calc( (8vw - 40px) / 2);
	background: transparent;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0;
	z-index: 100;
}

#pagetop::before {
	width: 12px;
	height: 12px;
	top: 55%;
	left: 50%;
	border-top: solid 2px rgb(150,150,150);
	border-left: solid 2px rgb(150,150,150);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

#pagetop:hover::before {
	border-top: solid 2px rgb(0,0,0);
	border-left: solid 2px rgb(0,0,0);
	z-index: 10;
}

#pagetop a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgb(240,240,240);
}

#pagetop:hover a {
	top: 0%;
}



/* responsive
-------------------------------------------------------------------------------*/

.pc {
	display: block;
}

.respo {
	display: none;
}
