@charset "utf-8";
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:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
 
/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
.wide_inner{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 900px;
	min-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
}
/*-------------------------------------------------------------------------
MARGIN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BTN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 15px;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
	position: relative;
}
body.open {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll
}
p{
	line-height: 2.3em;
}
img{
	width: 100%;
}
header{
	position: absolute;
	padding: 10px 100px 20px 50px;
	width: 100%;
	z-index: 1;
}

h1{
	width: 100px;
}
.header_lang{
	margin-right: 30px;
}
.header_lang li:nth-child(1){
	margin-right: 30px;
}
.header_lang a{
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	display: block;
	text-align: center;
	border-radius: 50%;
	position: relative;
	transition: 0.3s;
}
.header_lang a:after{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: #FFF;
	position: absolute;
	left: -5%;
	top: 50%;
	transition: 0.3s;
}
.header_lang a:hover:after{
	width: 110%;
}
.header_lang a.active{
	opacity: 0.4
}
.header_sns{
	margin-right: 20px;
}
.header_sns a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	transition: 0.3s;
	border-radius: 50%
}
.header_sns a:hover{
	opacity: 0.4
}
.header_mail a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	transition: 0.3s;
	border-radius: 50%
}
.header_mail a:hover{
	opacity: 0.4
}
.mv{
	position: relative;
	overflow: hidden
}
.mv_content{
	position: absolute;
	bottom: 20%;
	left: 50px;
}
.mv_content p{
	background: #000000;
}
.mv_ttl_main{
	font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding: 22px 30px 22px 0;
	display: inline-block
}
.mv_ttl_sub{
	font-size: 17px;
    font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding: 22px 30px 22px 0;
	display: inline-block
}
.mv_ttl_sub.en{
    font-family: 'Montserrat', sans-serif;
}
.mv_btn{
	display: block;
	width: 320px;
	padding: 24px 15px;
	text-align: center;
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border: 1px solid #FFF;
	font-size: 15px;
	line-height: 1em;
	position: relative;
	letter-spacing: 0.2em;
	background: rgba(255,255,255,0.1);
	transition: 0.3s;
}
.mv_btn:hover{
	color: #000000;
	transform: translateY(10px)
}
.mv_btn:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.3s;
}
.mv_btn:hover:after{
	background: #FFF;
}
.mv_btn span{
	position: absolute;
	top: calc( 50% - 15px );
	right: 20px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #FFF;
	line-height: 30px;
	margin-left: 30px;
	text-align:center;
	letter-spacing: 0;
}
.mv_btn:hover span{
	border: 1px solid #000000;
}
.nav_overlay{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 70px;
	background: #000000;
	z-index: 21;
}
.mv_slide{
	position: absolute;
	width: 85%;
	height: calc( 100% - 200px );
	overflow: hidden;
	left: 15%;
	bottom: 80px;
	z-index: -1;	
}
.mv_slide:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000000;
	z-index: -8;
}
.mv_slide:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(img/movie_overlay.png);
	opacity: 0.1;
	z-index: 0;	
}
/* scroolDownAnimation */
.next_page{
	position: absolute;
	width: 1px;
	bottom: -50px;
	left: 50px;
	z-index: 0
}
#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
	width: 1px;
    height: 100px;
}
#scroll-title {
    display: block;
    text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #FFF;
    content: '';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
/*BORDER*/
.fixed_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: -30;
}
.fixed_bg:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0a1318;
	z-index: -10;
}
.fixed_bg:before{
	content: "";
	display: block;
	height: 100%;
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	z-index: -9;
}
/*BORDER*/
.fixed_bdr{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -20;
	margin: 0 auto;
	top: 0;
}
.content_inner_btr.fixed_bdr{
	position: absolute;
}
.fixed_bdr_inner{
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	top: 0;
	z-index: 0;
	position: relative;
}
.fixed_bdr_inner div{
	width: 25%;
	height: 100%;
	border-right: 1px solid #2c2c2c;
}
.content_inner_btr.fixed_bdr .fixed_bdr_inner div{
	width: 25%;
	height: 100%;
	border-right: 1px solid #2c2c2c;
	background: #000000;
	position: relative
}
.fixed_bdr_inner div:nth-child(1){
	border-right: 1px solid #000000;
	background: #000000;
}
.content_inner_btr.fixed_bdr .fixed_bdr_inner div:nth-child(1){
	border: none
}
.fixed_bdr_inner:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	z-index: 0;
	margin: 0 auto;
	top: 0;
	left: 0;
	background: #292929
}

/*MENU*/
/*NAV*/
.menu_txt{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
	position: absolute;
	transition: 0.2s;
	z-index: 15;
	top: calc( 50% + 25px );
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.menu {
	position: absolute;
	height: 30px;
	width: 30px;
	transition: 0.2s;
	z-index: 15;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.menu.lower_hidden {
	transform: translateY(-300px);
}
.menu.fixed{
	top: 27px;
	transform: translateY(0);
}
.menu-link{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1200;
}
.menu-icon {
  position: absolute;
  width: 100%;
  height: 20px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
}
.menu-line {
  background-color: #FFF;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}
.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-line-3 {
  bottom: 0;
}
.menu.open .menu-line-1 {
  transform: translateY(10px) translateY(-50%) rotate(-45deg);
}
.menu.open .menu-line-2 {
  opacity: 0;
}
.menu.open .menu-line-3 {
  transform: translateY(-10px) translateY(50%) rotate(45deg);
}
.menu-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
/*TOP CONCEPT*/
.top_concept{
	margin: 50px auto 120px;
}
.top_concept_inner{
	padding: 90px 120px;
	position: relative;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	background: url(img/top_concept_bg.jpg) right center;
	background-size: cover;
	width: calc( 100% - 2px );
	margin-left: 1px;
}
.top_concept_inner h2{
	font-size: 30px;
	line-height: 1.8em;
    margin-bottom: 15px;
}
.top_concept_inner h2 span{
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 5px 24px;
    margin-bottom: 15px;
    position: relative;
    background: #FFF;
    color: #000000;
    line-height: 1.4em;
    font-size: 20px;
    display: inline-block
}
.top_concept_inner h2 span:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_concept_inner p{
	margin-bottom: 20px;
}
.top_concept_inner > *:last-child{
	margin-bottom: 0;
}
/*TOP_SECTION*/
.top_section{
	margin-bottom: 100px;
}
.top_section_wrap{
	width: calc( 33.3333% - 30px );
	position: relative;
	overflow: hidden
}
.top_section_wrap a{
	display: block;
	position: relative
}
.top_section_wrap a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.4;
	overflow: hidden
}
.top_section_wrap img{
	vertical-align: middle;
	transition: 0.3s;
}
.top_section_wrap a:hover img{
	transform: scale(1.2)
}
.top_section_wrap_txt{
	position: absolute;
	z-index: 10;
	color: #FFF;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.top_section_wrap_txt h2{
	font-size: 29px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.top_section_wrap_txt h2 span{
	font-size: 13px;
    display: block;
    margin-top: 20px;
}
.more_btn{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    background: rgba(255,255,255,0.5);
    border: 1px solid #FFF;
    max-width: 300px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
	transition: 0.3s;
}
.top_section_wrap a:hover .more_btn{
	background: #FFF;
	color: #000000;
}
/*NAV*/
.sp_nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: #000000;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}
.sp_nav.open{
	visibility: visible;
	opacity: 1;
}
.nav_inner{
	position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    padding: 100px;
}
.nav_inner > div{
	width: 50%;
	height: 100%;
	position: relative
}
.nav_logo{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
	width: 200px;
}
.nav_inner_list_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
	width: 100%;
}
.nav_inner_list li a{
	padding: 20px;
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
	display: block;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}
.nav_inner_list li a:after{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: calc( 50% - 8px );
	border-radius: 50%;
	opacity: 0;
	transition: 0.3s;
}
.nav_inner_list li a:hover:after{
	opacity: 1;
}
.nav_inner_list li:last-child a:hover:after{
	opacity: 0;
}
.nav_inner_list li:last-child a{
	transition: 0.3s;
}
.nav_inner_list li:last-child a:hover{
	opacity: 0.7;
}
.pc_none{
	display: none;
}
.nav_inner_list li a span{
	font-size: 16px;
	margin-left: 15px;
}
.nav_inner_list_banner{
	width: 250px;
}
.nav_inner_list_other{
	margin: 0 auto 20px;
	display: none
}
.nav_inner_list_other li:nth-child(1){
	margin-right: 20px;
}
.nav_inner_list_other a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
	border-radius: 50%;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0;
}
.nav_inner_list_other li a.active{
	opacity: 0.5
}

/*FOOTER CONTACT*/
.footer_contact{
	background: url(img/footer_contact.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.footer_contact_ttl{
	font-size: 15px;
	text-align: center;
	color: #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}
.footer_contact_ttl:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background: #FFF;
	position: absolute;
	left: calc( 50% - 15px );
	bottom: 0;
}
.footer_contact_ttl span{
	font-size: 30px;
	line-height: 1em;
	color: #FFF;
	margin-bottom: 0;
	display: block
}
.footer_contact_txt{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center
}
.footer_contact_ttl_wrap{
	width: 100%;
}
.footer_contact_banner{
	width: 270px;
	margin: 0 auto;
}
.footer_contact_btn{
	width: 300px;
	margin: 0 auto;
	background: #FFF;
	padding: 30px;
}
.footer_contact_btn a{
	display: block;
	padding: 15px 20px;
	text-align: center;
	background: #000000;
	color: #FFF;
}
footer{
	padding: 70px 0 110px;
	background: #000000;
	position: relative
}
footer small{
	display: block;
	width: 100%;
	padding: 20px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0a1318;
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    text-align: center
}
.footer_logo h2{
}
.footer_logo h2 img{
	width: 140px;
}
.footer_logo h2 a{
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
.footer_logo h2.setouchi{
	margin-left: 60px;
}
.footer_logo h2.setouchi img{
	width: 200px;
}
.footer_logo h2 a img{
	margin-bottom: 10px;
}
.vb_600{
	display: none
}
/*SERVICE/Lower*/
.lower_bl{
	height: 120px;
}
.lower_header{
	padding: 160px 0 120px;
	margin: 0 auto 120px;
	position: relative;
}
.lower_header.feature{
	background: url(img/lower_header_feature.jpg) left center;
	background-size: cover;
}
.lower_header.service{
	background: url(img/lower_header_service.jpg) left center;
	background-size: cover;
}
.lower_header.client{
	background: url(img/lower_header_client.jpg) left center;
	background-size: cover;
}
.lower_header.contact{
	background: url(img/lower_header_contact.jpg) left center;
	background-size: cover;
}
.lower_header_ttl{
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;	
    font-family: 'Montserrat', sans-serif;
}
.lower_header_ttl:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 15px );
	background: #FFF;
}
.breadcrumb li{
	color: #FFF;
	margin-right: 20px;
	position: relative;
}
.breadcrumb li:after{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	right: -10px;
	top: calc( 50% - 3px );
}
.breadcrumb li:last-child:after{
	display: none;
	margin-right: 0;
}
.breadcrumb li a{
	font-size: 12px;
	color: #FFF;
}
/*LOWER_TTL*/
.lower_contents_wrap > *{
	margin-bottom: 120px;
}
.lower_ttl_01{
	font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative
}
.lower_ttl_01:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	left: 0;
	bottom: 0;
	position: absolute;
	left: calc( 50% - 15px );
	background: #FFF;
}
.lower_ttl_01 span{
	font-size: 16px;
}
.lower_ttl_02{
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 15px;
    line-height: 1.8em;
    position: relative
}
.lower_ttl_02:after{
	content: "";
	display: block;
	height: 50px;
	width: 1px;
	top: 0;
	position: absolute;
	left: calc( 50% - 1px );
	background: #FFF;
}
.lower_ttl_02 span{
	font-size: 16px;
}

.lower_ttl_sub_txt{
	text-align: center;
	margin-bottom: 35px;
}
.lower_ttl_sub_txt.left{
	text-align: left;
	max-width: 800px;
	margin: 0 auto 35px
}
/*LOWER POINT*/
.lower_point_sec01_list{
	width: calc( 100% - 2px );
	margin-left: 1px;
}
.lower_point_sec01_list li{
	width: calc( 33.3333% - 30px );
	margin-right: 45px;
	background: #000000;
	padding: 30px 30px;
	margin-bottom: 45px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
}
.lower_point_sec01_list li:nth-child(3){
	margin-right: auto;
	border-right: none;
	border-left: 1px solid #2c2c2c;
}
.lower_point_sec01_list li:nth-child(4){
	border-left: 1px solid #2c2c2c;
	margin-left: auto;
}
.lower_point_sec01_list li:nth-child(5){
	margin-right: auto;
}

.lower_point_sec01_list li h4{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #2c2c2c;
	font-size: 17px;
	text-align: center
}
.lower_point_sec01_list li h4 span{
	padding: 5px 5px;
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    display: inline-block;
    border-bottom: 2px solid #FFF;
    margin-bottom: 25px;
}
.lower_point_sec01_list li p{
	line-height: 1.8em
}
.img_box{
	width: calc( 100% - 2px );
	margin-left: 1px;
	padding: 60px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	background: #000000
}
.img_box.lower_service_01{
	padding: 60px 120px;
}
.img_box.lower_client{
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2c2c2c;
}
.img_box_02{
	margin-top: 50px;
}
.lower_point_03_mordal{
	border: 1px solid #2c2c2c;
	width: 100%;
	max-width: 900px;
	margin: 50px auto 0;
}
.movie_box{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 50px;
}
.movie_box video{
	width: 100%;
}
.lower_section_list{
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #2c2c2c;
	padding: 45px 30px;
	width: 100%;
	background: #000000;
}
.lower_section_list h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative
}
.lower_section_list h4:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 15px );
}
.lower_section_list li{
	 width: 100%;
	 line-height: 1.8em;
}
.ds_rental.lower_section_list li{
	margin-bottom: 15px;
	 text-align: center
}
.ds_rental.lower_section_list li:last-child{
	margin-bottom: 0;
}
.lower_section_list.en li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2c2c2c
}
.lower_section_list.en li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.lower_point_resim{
	display: block;
	width: 200px;
	margin: 0 auto 20px;
}
/*TABLE*/
.table_type01 {
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  width: 100%;
  max-width: 900px;
  margin: 0 auto
}

.table_type01 ul {
  margin-bottom: 15px
}

.table_type01 tr {
  border-bottom: 1px solid #efefef;
  background: #FFF;
  width: 100%;
}

.table_type01 tr th {
  width: 300px;
  vertical-align: middle;
  border-bottom: 1px solid #cfcfcf;
    padding: 20px;
  background: #FFF;
  line-height: 1.8em;
  color: #000000
}

.table_type01 tr td {
	background: #000000;
	width: calc( 100% - 150px );
    padding: 20px;
  text-align: left;
  color: #FFF;
  line-height: 1.8em;
}
@media screen and (max-width:1450px) {
	.wide_inner,
	.fixed_bdr_inner,
	.nav_inner{
		max-width: 1080px;
	}
	.nav_inner_list li a{
	    font-size: 25px;
	}
	.nav_inner{
	    padding: 60px;
	}
}
@media screen and (max-width:1240px) {
	.wide_inner,
	.fixed_bdr_inner,
	.nav_inner{ 
		max-width: 980px;
	}
	.top_concept_inner{
		padding: 30px 30px;
		position: relative;
	}
}
@media screen and (max-width:1120px) {
	.wide_inner,
	.fixed_bdr_inner,
	.nav_inner{
		max-width: 1080px;
		width: calc( 100% - 20px );
	}
	.nav_inner_list li a span{
		font-size: 14px;
	}
	.lower_bl{
		height: 120px;
	}
	.lower_header{
		padding: 160px 0 120px;
		margin: 0 auto 120px;
		position: relative;
	}
	
	.nav_overlay{
		position: absolute;
		height: 120px;
		width: 120px
	}
	header{
		position: absolute;
		padding: 10px 160px 20px 10px;
		width: 100%;
		z-index: 1;
	}
	.mv_slide{
		position: absolute;
		width: 100%;
		height: calc( 100% - 120px );
		overflow: hidden;
		left: 0;
		bottom: 0;
		z-index: -1;	
	}
	.mv_content{
	    text-align: center;
		position: absolute;
		bottom: 20%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.mv_ttl_main{
		font-size: 25px;
		margin-bottom: 20px;
		padding: 10px 20px;
	}
	.mv_ttl_sub{
		font-size: 15px;
	    font-weight: bold;
		padding: 10px 30px;
	}
	.mv_btn{
		width: 260px;
		padding: 16px 15px;
		margin: 0 auto
	}
	.mv_btn span{
		position: absolute;
		top: calc( 50% - 12px );
		right: 20px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.next_page{
		bottom: 10px;
		left: calc( 50% - 1px );
	}
	#scroll-down {
	    display: block;
	    position: relative;
	    padding-top: 10px;
	  text-align:center;
	}
	.arrow-down {
	    display: block;
	    margin: 0 auto;
		width: 1px;
	    height: 70px;
	}
	.top_concept{
		margin: 100px auto 100px;
	}
	.fixed_bg:before{
		content: "";
		display: none;
	}
}
@media screen and (max-width:980px) {
	.lower_bl{
		height: 90px;
	}
	.lower_header{
		padding: 100px 0 100px;
		margin: 0 auto 50px;
	}
	header{
		position: absolute;
		padding: 10px 110px 20px 0;
		width: 100%;
		z-index: 1;
	}
	h1{
		width: 70px;
	}
	.nav_overlay{
		position: absolute;
		height: 90px;
		width: 90px
	}
	.menu_txt{
		display: none
	}
	.mv_slide{
		height: calc( 100% - 90px );
	}
	.nav_inner_list_other{
	    display: flex;
	}
	.pc_none{
		display: block;
	}
	.nav_inner_list li a{
		padding: 15px 10px;
	    font-size: 17px;
		padding-left: 20px;
		line-height: 1.4em;
	}
	.nav_inner_list li a:after{
		height: 5px;
		width: 5px;
		top: calc( 50% - 3px );
	}
	.nav_inner_list li a span{
		font-size: 12px;
		margin-left: 15px;
	}
	.nav_inner > div{
		width: 100%;
		height: 100%;
	}	
	.nav_inner > div:nth-child(1){
		display: none
	}
	.nav_inner{
	    padding: 10px;
	    text-align: center
	}
	.nav_inner_list_banner{
		margin: 0 auto
	}
	.header_lang,
	.header_sns,
	.header_mail{
		display: none
	}
	.top_concept_inner h2{
		text-align: center
	}
	.top_concept_inner{
		padding: 60px 20px;
		position: relative;
	}
	.top_section_wrap{
		width: calc( 50% - 20px );
		margin-bottom: 40px;
	}
	.top_section_wrap:nth-child(1){
		margin-right: 40px;
	}
	.top_section .fle_btw{
	    justify-content: center;
	}
	.footer_logo.fle_l{
		flex-direction: column-reverse;
	}
	.footer_logo h2{
		margin: 0 auto;
		width: 100%;
		text-align: center
	}
	.footer_logo h2.setouchi{
		margin-bottom: 40px;
		margin-left: auto
	}
	footer{
		padding: 40px 0 90px;
		background: #000000;
		position: relative
	}
	.footer_contact{
		padding: 50px 0;
	}
	.footer_contact_banner{
		width: 180px;
		margin: 0 auto;
	}
	/*LOWER*/
	.lower_point_sec01_list{
		margin-bottom: 30px;
	}
	.lower_point_sec01_list li{
		width: calc( 50% - 10px );
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.lower_point_sec01_list li:nth-child(2n){
		margin-right: auto;
	}
	.lower_point_sec01_list li:nth-child(3){
		margin-right: 20px;
		border-left: 1px solid #2c2c2c;
	}
	.lower_point_sec01_list li:nth-child(4){
		border-left: 1px solid #2c2c2c;
		margin-left: auto;
	}
	.lower_point_sec01_list li:nth-child(5){
		margin: 0 auto;
		border-left: 1px solid #2c2c2c;
	}
	.lower_ttl_sub_txt{
		padding-left: 5px;
		padding-right: 5px;
		text-align: left
	}
	.img_box_02{
		margin-top: 20px;
	}
	.lower_point_03_mordal{
		margin: 20px auto 0;
	}
	.movie_box{
		margin: 0 auto 20px;
	}
	.footer_contact_ttl span{
		font-size: 20px;
	}
	.footer_contact_txt br{
		display: none;
	}
}
@media screen and (max-width:680px) {
	body{
		font-size: 14px;
	}
	.lower_point_sec01_list li{
		width: 100%;
		margin-right: auto;
		margin-bottom: 20px;
		border-right: none;
		border-left: none;
		padding: 10px;
	}
	.lower_point_sec01_list li:nth-child(3){
		margin-right: auto;
		border-left: none;
	}
	.lower_point_sec01_list li:nth-child(4){
		border-left: none;
	}
	.lower_point_sec01_list li:nth-child(5){
		border-left: none;
	}
	.lower_point_sec01_list li h4{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.lower_point_sec01_list li h4 span{
		font-size: 10px;
	    margin-bottom: 15px;
	}
	.lower_contents_wrap > *{
		margin-bottom: 50px;
	}
	.lower_ttl_01{
		font-size: 25px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.lower_ttl_01 span{
		font-size: 13px;
	}
	.lower_point_02_mordal li{
		width: calc( 50% - 10px ) !important;
		margin-bottom: 20px;
	}
	.lower_point_02_mordal li:last-child{
		margin: 0 auto;
		width: 50%;
	}
	.nav_inner_list li a:after,
	.nav_inner_list li a:hover:after{
			display: none
	}
}
@media screen and (max-width:600px) {
	h1{
		width: 60px;
	}
	.lower_bl{
		height: 80px;
	}
	.lower_header{
		padding: 50px 0 50px;
		position: relative;
	}
	.nav_overlay{
		position: absolute;
		height: 80px;
		width: 80px
	}
	.mv_slide{
		height: calc( 100% - 80px );
	}
	header{
		padding: 10px;
	}
	.mv_content{
	    text-align: center;
		position: absolute;
		top: calc( 50% + 45px );
		left: 50%;
		transform: translateX(-50%) translatey(-50%);
		width: 100%;
	}
	.mv_ttl_main{
		font-size: 14px;
		background: none;
		border-bottom: 2px solid #FFF;
	}
	.mv_content p{
		background: none;
	}
	.mv_ttl_sub{
		font-size: 15px;
	}
	.vb_600{
		display: inline
	}
	.top_concept{
		margin: 40px auto 40px;
	}
	.top_section{
		margin-bottom: 40px;
	}
	.top_concept_inner{
		padding: 20px 20px;
		position: relative;
	}
	.top_section_wrap{
		width: 100%;
		max-width: 400px;
	}
	.top_section_wrap:nth-child(1){
		margin-right: auto;
	}
	.top_section_wrap:nth-child(2){
		margin-right: 0;
		margin-left: auto;
	}
	.top_section_wrap:nth-child(3){
		margin-right: auto;
		margin-left: 0;
		margin-bottom: 0;
	}
	.top_concept{
		background: #000000
	}
	.top_concept_inner{
		padding: 40px 0;
		background: none;
		border: none
	}
	.top_concept_inner h2{
		font-size: 20px;
	}
	.top_concept_inner h2 span{
	    margin-bottom: 15px;
	    font-size: 13px;
	}
	.footer_contact_txt{
		font-size: 12px;
		letter-spacing: 0;
	}
	.mv_content{
		position: absolute;
		top: 50%;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%) translateY(-50%)
	}
	.img_box{
		padding: 10px;
	}
	.img_box.lower_service_01{
		padding: 10px;
	}
	.table_type01 tr th {
	width: 100%;
	}
	.table_type01 tr th, .table_type01 tr td {
	display: block
	}
	.table_type01 tr th {
	padding: 10px 15px
	}
	.table_type01 tr td {
	padding: 10px 15px
	}
	.table_type01 tr th {
		border-right: none;
	}
	.table_type01 tr td {
		width: 100%;
	}
}
@media screen and (max-width:500px) {
	.top_section_wrap{
		width: 100%;
		max-width: 500px;
	}
}
@media screen and (max-width:460px) {
	.nav_inner_list li a{
		font-size: 15px;
		padding: 10px;
	}

}
@media screen and (max-width:390px) {
	.footer_contact_txt{
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: left
	}
}
/*MORDAL*/
.mordal{
	width: 100%;
	display: block;
}
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#inline-content {
	margin: 20px;
}
#ajax-wrap {
	margin: 20px;
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #000000;
-webkit-box-shadow: 0px 1px 10px #000000;
box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext{
	
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxTitle {
	color: #fff;
}
#cboxClose{position:absolute; top:10px; right:10px; background:#000000; width:30px; height:30px; border-radius: 50%;}
#cboxClose:after{
	content: "";
	color: #00000;
	position: absolute;
	top:14px;
	left: 8px;
	display: block;
	height: 2px;
	width: 15px;
	line-height: 20px;
	text-align: center;
	background: #FFF;
	transform: rotate(45deg)
}
#cboxClose:before{
	content: "";
	color: #00000;
	position: absolute;
	top:14px;
	left: 8px;
	display: block;
	height: 2px;
	width: 15px;
	line-height: 20px;
	text-align: center;
	background: #FFF;
	transform: rotate(-45deg)
}
#cboxPrevious{top:50%; left: 15px;
	background: none;height: 20px; width: 20px; border-left: 3px solid #000000;border-bottom: 3px solid #000000;transform: rotate(45deg); opacity: 0; display: none}
#cboxNext{top:50%; right: 15px;background: none;height: 20px; width: 20px; border-left: 3px solid #000000;border-bottom: 3px solid #000000;transform: rotate(-135deg); opacity: 0; display: none}

#cboxClose:hover,#cboxPrevious:hover,#cboxNext:hover,
#cboxClose:focus,#cboxPrevious:focus,#cboxNext:focus{
	outline: 0;
}
.lower_point_02_mordal li{
	width: calc( 33.3333% - 10px );
	margin-bottom: 20px;
}
.lower_point_02_mordal li img{
	border: 1px solid #c2c2c2;
	display: block;
	position: relative
}
.mordal{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mordal:before{
	content:"";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 5;
	background: rgba(255,255,255,0.5);
	transition: 0.3s;
	opacity: 0;
}
.mordal:after{
	content:"\f002";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	top: calc( 50% - 10px );
	left: calc( 50% - 10px );
	margin: auto;
	text-align: center;
	display: block;
	z-index: 10;
	transition: 0.3s;
	opacity: 0;
}
.mordal:hover:before,
.mordal:hover:after{
	opacity: 1;
}

/*loading*/
.loading_bl{
	width: 100%;
	height: 100vh;
}
.loading_bl.is_shown{
	height: 0;
	width: 0;
	display: none;
}
body.transition > div{
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.transition > div{
	transform: translateY(50px);
	opacity: 0;
}
.loading_wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	transition: 0.1s;
	background: #000000;
}
.loading_animation.is_shown{
	opacity: 0;
	visibility: hidden;	
}
#progress {
	width: 100%;
	height: 100%;
	color: #FFF;
	transition: 0.1s;
}
#progress.visible{
	opacity: 0;
}
#progress_bar{
	width: 0;
	height: 1px;
	background: #FFF;
	position:absolute;
	bottom: 50%;
}
#progress_txt{
	display: none;
}
.loading_company_name{
    position: absolute;
    top: calc( 50% - 50px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#progress_txt{
		background: none;
		color: #ee609c;
	}
	#progress_txt{
		background: none;
		color: #ee609c;
	}
}
#progress.visible #progress_txt{
	opacity: 0;
}
.loading_after{
	display: none;
}

/*ANIMATION*/
.read_comp{
	opacity: 0;
	transition: 0.5s;
}
.read_comp.is_shown{
	opacity: 1;
}
.form_wrap{
	width: calc( 100% - 2px );
	margin-left: 1px;
	padding: 60px;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	background: #000000
}
/*FORM*/
/*-------------------------------------------------------------------------
CONTACTFORM form_3
----------------------------------------------------------------*/
.contact_wrap{
	margin: 0 auto 50px;
	max-width: 900px;
	background: #f8f8f8;
	padding: 60px;
	border: 1px dotted #dddddd;
	border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}
.form_3{
	max-width: 900px;
	width: 100%;
  border-collapse: collapse;
	margin: 0 auto 20px;
}
.form_3 tr{
	border-bottom: 1px solid #2c2c2c;
}
.form_3 th,
.form_3 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0 10px 0;
}
.form_3 th{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.form_3 th{
	width: 280px;
}
.form_3 th{
	padding-right: 30px;
}
.form_3 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_3 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_3 .fix-txt a i{
	color: #FFAB00;
}
.form_3 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3 input[type="text"], 
.form_3 input[type="submit"],
.form_3 input[type="tel"],
.form_3 input[type="search"],
.form_3 input[type="email"],
.form_3 input[type="mail"],
.form_3 input[type="password"],
.form_3 textarea, 
.form_3 button,
.form_3 select{
  outline: 0;
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
  border-radius: 2px;
  color: #000000;
 }
 
.form_3 select option{
  color: #000000;
 }
.form_3 textarea{
	height: 10em;
}
.form_3 input[type="text"]:focus,
.form_3 input[type="tel"]:focus,
.form_3 input[type="email"]:focus,
.form_3 select:focus,
.form_3 textarea:focus{
  border-color: #004F9C;
  }
  .form_3 .select_wrap{
	position: relative;
}
.form_3 .select_wrap:after{
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 8px );
	right: 15px;
	z-index: 1;
}
/*---selectBox---*/
.form_3 select {
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  background-image: url(img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  }

.form_3 .required{
	background: #ff0000;
	display: inline-block;
	font-size: 10px;
	padding: 10px;
	color: #FFF;
	margin-left: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
.error{
	color: #ff0000;
	font-size: 10px;
}
.form_3 .any{
	background: red;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #aeaeae;
	background: #f8f8f8;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
/*---radioBox---*/
.form_radio span{
	display: inline-block;
	margin: 5px;
}
.form_3 .form_radio input[type="radio"]{
  display: none;
}
.form_3 .form_radio label{
  cursor: pointer;
  padding-right: 15px;
  color: #b0b0b0;
	font-weight: bold;
	
}
.form_3 .form_radio label .mwform-radio-field-text:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
	color: #BF9F00;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
	content:"\f05d";
	font-family: FontAwesome;
	color: #BF9F00;
}
.button_wrap{
	width: 100%;
	padding-bottom: 60px;
}
.button_wrap.conform{
	padding-bottom: 20px;
}
.button_wrap input{
	display: block;
	width: 100%;
	max-width: 270px;
	color: #FFF;
	padding: 10px 20px;
	font-family: 'EB Garamond', arial, sans-serif;
	border: 1px solid #FFF;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.button_wrap input:hover{
	background: #FFF;
	color: #000000;
}

.contact_finish{
	max-width: 900px;
	padding: 30px;
	margin: 0 auto;
	background: #000000;
	color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}
/*PRIVACY*/

.privacy_check{
	max-width: 800px;
	margin: 0 auto;
}
.privacy_check > p{
	line-height: 1.8em !important;
	margin-bottom: 15px !important;
	text-align: center
}
.lower_privacy_content{
	padding: 50px 30px;
	background: #FFF;
	color: #000000;
}
.lower_privacy_content{
	padding: 20px;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
	margin: 0 auto 20px;
	border: 1px solid #dddddd;
	
}
.lower_contact_privacy_ttl{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold
}
.lower_privacy_content p{
	font-size: 12px;
	line-height: 1.8em !important;
	margin-bottom: 20px !important;
}
.lower_privacy_content dl{
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.8em:
}
.lower_privacy_content dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
	line-height: 1.8em:
}
.lower_privacy_content dd{
	line-height: 1.8em;
}
.lower_contact_privacy li{
	padding-left: 30px;
	line-height: 1.8em;
	position: relative;
}
.lower_contact_privacy li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.lower_contact_privacy li:nth-child(2):after{
	content: "(2)";
}
.lower_contact_privacy li:nth-child(3):after{
	content: "(3)";
}
.lower_contact_privacy li:nth-child(4):after{
	content: "(4)";
}
.lower_contact_privacy li:nth-child(5):after{
	content: "(5)";
}
.lower_contact_privacy li:nth-child(6):after{
	content: "(6)";
}
.lower_contact_privacy li:nth-child(7):after{
	content: "(7)";
}
.lower_contact_privacy li:nth-child(8):after{
	content: "(8)";
}
.lower_contact_privacy li:nth-child(9):after{
	content: "(9)";
}
.lower_contact_privacy li:nth-child(10):after{
	content: "(10)";
}/*PRIVACY CHECK*/
.check_box01_wrap{
	margin: 0 auto 10px;
}
.check_box01_inner{
	padding: 15px;
	background: #f8f8f8;
	display: block;
	margin: 0 auto;
	width: 130px;
	border: 1px solid #dddddd;
}
/*CHECK BOX*/
.check_box01 input{
	display: none;
}
.check_box01{
	padding-left: 27px;
	position: relative;
	margin: 0 auto;
}
.check_box01 span{
	font-weight: bold;
	color: #000000
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: -3px;
	left: 0;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #000000;
	font-size: 23px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.contact_btn{
	width: 250px;
	margin: 50px auto 0;
    position: relative;
}
.contact_btn input{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background: #FFF;
	color: #000000;
	border: 2px solid #FFF;
	display: block;
	width: 250px;
	padding: 30px;
	text-align: center;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
    position: relative;
    cursor: pointer;
	transition: 0.2s;
	z-index: 0;
}
.contact_btn.contact_btn_back input{
	background: #000000;
	color: #FFF;
}
.contact_btn input:hover{
	padding-left: 10px;
	letter-spacing: 0.2em;
	background: #000000;
	color: #FFF;
}
.contact_btn:before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 4px);
	z-index: 1;
	right: 35px;
	opacity: 0;
	transition: 0.2s;
}
.contact_btn:hover:before{
	opacity: 1;
	right: 17px;
}
@media screen and (max-width:767px) {
	.form_wrap{
		width: calc( 100% - 2px );
		margin-left: 1px;
		padding: 40px 15px;
		border-top: 1px solid #2c2c2c;
		border-bottom: 1px solid #2c2c2c;
		background: #000000
	}
	.contact_wrap{
		padding: 30px 15px 15px;
	}
	.form_3 th,
	.form_3 td{
		display: block;
		width: 100%;
	}
	.form_3 th{
		padding-bottom: 0;
		border: none
	}
	.form_3 td{
		padding-top: 10px;
	}
	.form_3_select:after{
		top: calc( 50% - 20px );
	}
	.privacy_chack{
		margin: 30px auto;
	}

	.form_3 td.fle_btw{
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.form_3 td .form_3_input_col_half{
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    align-items: center
	}
	.form_3 td .form_3_input_col_half input{
		margin-left: 0;
	}
	.form_3 td .form_3_input_col_half_address{
		width: 50%;
	}
	.form_3_input_col_half_ttl{
		width: 40px;
	}
	.form_3 td .form_3_input_col_half input{
		width: calc( 100% - 40px );
	}
	/*CONTACT*/
	.thanks_btn.fle_c{
		display: block;
		text-align: left
	}
	.thanks_btn li:nth-child(1){
		margin-right: auto;
		margin-bottom: 10px;
	}
	.thanks_btn li{
		margin: 0 auto;
		display: block
	}
}
@media screen and (max-width:600px) {
	/*LOWER_CONTACT*/
	.form_3_input_col_half{
		width: 100%;
	}
	.form_3 td .form_3_input_col_half input{
		width: 100%;
	}
	.form_3_input_col_half_ttl{
		display: none;
	}
	.form_3 td .form_3_input_col_half_address{
		width: 100%;
	}
	.lower_contact_header{
		margin: 20px auto;
	}
	.lower_contact_type_list li{
		width: 100%;
	}
	.lower_contact_type_list li:nth-child(1){
		margin-bottom: 20px;
	}
	.lower_contact_step_chart ul{
		margin: 10px auto 10px;
	}
	.lower_contact_step_chart li{
		padding: 10px 5px;
		width: calc( 33% - 4px );
		text-align: center;
		margin-right: 6px;
		border-radius: 5px;
		font-size: 12px;
	}
	.lower_contact_step_chart li:after{
		width: 6px;
	}
	.lower_contact_step_chart li{
		padding: 10px 2px;
		font-size: 9px;
		letter-spacing: 0;
	}
	.check_select-input label{
		width: 100%;
	}
	.form_3 .check_select-input select,
	.form_3 .check_select-input input[type="text"]{
		margin: 0 auto 6px 15px;
	}
	.form_3 .check_select-input input[type="text"]{
		margin-top: 5px;
	}
	.check_select-input > *:first-child{
		margin-bottom: 5px;
	}
	.privacy_check > p{
		line-height: 1.8em !important;
		margin-bottom: 15px !important;
		text-align: left
	}
}