@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* 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-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	color: #333;
	background-image: url(img/main.png);
	background-size: cover;
	background-attachment: fixed;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
body#inmotion_japan {
	background: none;
	background: #fff;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/
.pattern {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.arrow{
    margin: 20px auto 0;
    width: 80px;
}
/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}


h1#logo img{
	display: inline-block;
	text-align: center;
}
.mv_catch{
	font-size: 15px;
	color: #fff;
	line-height: 150%;
	padding-top: 40px;
    text-shadow: 1px 1px 3px #000;
}
/*inmotion banner*/
.inmotion_banner{
	position: fixed;
	width: 212px;
	height: 150px;
	right:10px;
	z-index: 1000;
	bottom: 10px; 
}
.inmotion_banner a{
	display: block;
	width: 212px;
	height: 150px;
}

/*グローバルナビ開始*/
.nav {
    padding: 0 20px;
    margin: 0 auto 60px;
    width: 100%;
    background: rgba(0,0,0,.63);
    box-sizing:border-box;
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
	display: table;
	height: 60px;
}
.nav li {
    list-style: none;
    display: table-cell;
    width: 200px;
    text-align: center;
    line-height: 60px;
}
.nav li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
}
.nav li a:hover {
    background: #666;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.section01{
	background: #fff;
	width: 1200px;
	margin: 110px auto 140px;
	overflow: hidden;
	display: block;
	clear: both;
}
.section01_innerL{
	float: left;
	width: 573px;
	margin-right: 60px;
}
.section_ttl{
	font-size: 37px;
	font-weight: bold;
	color: #333333;
	line-height: 1.2;
}
.section_ttl span{
	display: block;
	padding-top: 30px;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 90px;	
}
.section01 .section01_img{
	/*padding-bottom: 190px;*/
}

.section01_innerR{
	float: right;
	width: 567px;
}
.fixed + .section01 {
 margin-top: 0px;
 padding-top: 170px;
}
/* Main
 ---------------------------------------------------------------*/
.wrapper{
	color: #7f8c8d;
    background: #fff;
    padding: 0px 0px;
    z-index: 600;
    position: relative;
}
.section_ttl.product{
	text-align: center;
	margin-bottom: 50px;
}
.section_product{
	width: 1200px;
	margin: 0 auto 110px;
}
.section_product ul{
	overflow: hidden;
	display: block;
	width: 100%;
}
.section_product li{
	float: left;
	margin-right: 25px;
	border-top: 2px solid #333333;
	width: 272px;
	overflow: hidden;
	display: block;
}
.section_product li:last-child{
	margin-right: 0;
}
.section_product li .pr_img{
	padding-top: 10px;
	display: block;
}
.pr_ttl{
	color: #333333;
	font-size: 40px;
	padding:30px 0 10px;
	font-weight: bold;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.pr_dl{
	display: block;
	overflow: hidden;
}
.pr_dl dt,
.pr_dl dd{
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.pr_dl dt{
	font-weight: bold;
}

.pr_sc_txt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0;
	color: #333;
}
.pr_sc_txt span{
	color: #B20000;
}
.section_result{
	background: url(img/result_bg.png) no-repeat;
	background-size: cover;
	background-size: 100% auto;
	padding-bottom: 63.058%;
	height: 0;
	width: 100%;
	overflow: hidden;
}
.section_ttl.result_ttl{
	color: #fff;
	text-shadow:3px 3px 15px #333,-3px -3px 15px #333;
	text-align: center;
	padding: 45px 0;
}
.result{
	width: 1200px;
	margin: 0 auto;
	height: 650px;
	overflow: scroll;
}
.result_inner{
	width: 100%;
	height: 408px;
	margin: 0 auto;
    background: rgba(255,255,255,.85);
	padding: 50px 55px 50px 60px;
	clear: both;
	margin-bottom: 30px;
	box-sizing:border-box;
}
.result_mv{
	float: left;
	width: 700px;
	height: 300px;
	margin-right: 25px;
}
.result_mv img{
	width: 100%;
	height: 100%;
}
.result_info{
	text-align: left;
	overflow: hidden;	
}
.result_info dl{
	display: block;
	overflow: hidden;
}
.result_info dl dt,
.result_info dl dd{
	font-size: 14px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	font-weight: bold;
}
.result_info dl dd{
	font-size: 28px;
	padding: 10px 0 5px;
}
.result_info .address_txt{
	font-weight: normal;
	font-size: 14px;
}
.result_info .event{
	font-size: 16px;
}

.result_info .event_date{
	font-size: 16px;
	padding: 10px 0 20px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	color: #B20000;
}
.result_info a.web_btn{
	border:2px solid #000000;
	padding: 8px 12px;
	font-size: 16px;
	color: #333;
	text-align: center;
	display: inline-block;
}
.result_info a.web_btn:hover{
	background: #000;
	color: #fff;
	transition:.5s;
}
.section_contact{
    background: rgba(0,0,0,.5);
    overflow: hidden;
    width: 100%;
    padding-top: 80px;
}
.contact_txt{
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-shadow: 1px 1px 3px #000;
	font-family: '小塚ゴシック Pr6N EL', '小塚ゴシック Pro EL', KozGoPr6N-ExtraLight, KozGoPro-ExtraLight,'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Arial, Verdana, sans-serif;
	color: #fff;
	padding-bottom: 60px;
}
.contact_form{
	display: table;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #fff;
	border-bottom: none;
	box-sizing:border-box;
}
.contact_form dt,
.contact_form dd{
	display: table-cell;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	text-shadow: 1px 1px 3px #000;
	line-height: 50px;
}
.contact_form dt{
	width: 200px!important;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
.contact_form dd{
	width: 700px;
	padding-left: 10px;
}
.contact_form:last-of-type{
	border-bottom: 1px solid #fff;
}
.contact_form dd input[type="text"]{
	background: none;
	border:none;
	margin-top: 7px;
	width: 95%;
	height: 35px;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	text-shadow: 1px 1px 3px #000;
}
#comentArea{
	background: none!important;
	border:none;
	width: 95%;
	height: 174px;
	margin: 10px 0;
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
	text-shadow: 1px 1px 3px #000;
}
.contact_form  label{
	margin-right: 15px;
}
.contact_form  label > input{
	margin-right: 5px;
}
.button{
	width: 200px;
	height: 50px;
	margin: 50px auto 40px;
	display: block;
}
.button{
	width: 200px;
	height: 50px;
	line-height: 50px;
	line-height: 1;
	border:1px solid #fff;
	background: none;
	font-size: 16px;
	color: #fff;
}
.button:hover{
	background: rgba(255,255,255,.5);
	color: #333;
	transition:.5s;
}
/* footer
 ---------------------------------------------------------------*/
#footer{
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.finner{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.flogo{
	display: block;
	position: relative;
	padding: 10px 0 5px;
}
.flogo a{
	width: 290px;
	height: 54px;
	display: block;
}
.flogo span{
	position: absolute;
    top: 33px;
    left: 25%;
    font-size: 12px;
    color: #000;
}
.copyright{
	font-size: 10px;
	color: #000000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	padding-bottom: 20px;
}

#navi01,
#navi02{
    margin-top:-120px;
    padding-top:180px;
}
#navi04{
    margin-top:-100px;
    padding-top:100px;
}
#navi03{
    margin-top:-10px;
    padding-top:10px;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */


/* Project
  ------------------------------------------------------------------- */
/*
*inmotion_japan
**/
#inmotion_japan .nav {
    padding: 0 20px;
    margin: 0 auto 0px;
    width: 100%;
    background: rgba(0,0,0,.63);
}
.hd_area{
	width: 825px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 100px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.ij_logo{
	width: 250px;
	height: 100px;
	display: block;
	margin: 0 auto 30px;
}
.ct_txt{
	color: #202020;
	font-size: 20px;
	list-style: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
	padding-bottom: 40px;
}
.ct_txt.bt{
	font-size: 16px;
	color: #333333;
	line-height: 140%;
	margin-top: 40px;
}
.ct_txt.tar{
	width: 825px;
	margin: 0 auto 50px;
	color: #333333;
}
.in_list{
	display: table;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #aaa;
}
.in_list dt,
.in_list dd{
	display: table-cell;
	padding: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
.in_list dt{
	font-size: 20px;
	color: #212121;
	width: 120px;
}
.in_list dd{
	font-size: 14px;
	color: #A91F3E;
	padding-left: 10px;
}
.cv{
	width: 1200px;
	max-height: 502px;
	margin: 40px auto 80px;
	position: relative;
}
.cv img{
	max-width: 100%;
	max-height: 100%;
}
.cv_catch{
	position: absolute;
	top: 25%;
	right: 10%;
	width: 470px;
	font-size: 20px;
	color: #fff;
	text-shadow:2px 2px 3px #000,-2px -2px 3px #000;
}
.cv_catch span{
	font-size: 18px;
	display: block;
	text-shadow:2px 2px 3px #000,-2px -2px 3px #000;
	padding-top: 30px;
	line-height: 150%;
}

#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    background: rgba(0,0,0,.63);
}
 
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    margin: 0 auto 0px;
    width: 100%;
 
}
#global-nav{
    background: rgba(0,0,0,.63);

}
#global-nav ul {
    width: 1200px;
	margin: 0 auto;
	display: table;
	height: 60px;
}
#global-nav ul li {
    list-style: none;
    display: table-cell;
    text-align: center;
    width: 240px;
    line-height: 60px;
 
}
#global-nav ul li a {
    padding: 0 0px;
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed #global-nav ul li a {
    color: #fff;
}

video {
	position: fixed;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
.support_ttl.support_ttl{
	text-align: center;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}
.section_support{
	margin: 100px 0;
	width: 1200px;
	padding-top: 70px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.section_txt02{
	font-size: 16px;
	color: #202020;
	padding-bottom: 30px;
	text-align: center;
}
.support_inner{
	display: block;
	overflow: hidden;
	width: 100%;
}
.support_img{
	float: left;
	width: 600px;
	height: 300px;
	overflow: hidden;
}
.support_inner img{
	display: block;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	box-sizing:border-box;
}
.support_inner img:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	transition: .8s;
}
.pr_sc_txt.bottom{
	padding-top: 30px;    
	padding-bottom: 100px;
    overflow: hidden;
    width: 1200px;
}
/*スマホ対応*/
.pc {
	display: block;
}
.sp {
	display: none!important;
}







/* 180705 saito 追記
  ------------------------------------------------------------------- */


.wrapper .nav .clearfix li {
    width: 20%;
}
