@charset "utf-8";

body{
	background-color: #ffffff;
	font-size:62.5%;
	font-family:"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo","Osaka",sans-serif;
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing:antialiased;
}
img[src$=".svg"] {
    width: 100%;
}

#main_image {
background: url(../img/slide/bg.jpg) left center no-repeat;
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
	/*height:1024px;*/
	height: auto;
}

.slide
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

	position: relative;
}

.image-box
{
		position: absolute;
		top: 50%;
		left: 8%;
		width: 470px;
	margin-bottom: -150px;
}

img.fluid {
    max-width: 80%;
}
img[src$=".svg"].fluid {
    width: 100%;
}
@media screen and (max-width:1500px) and (min-width:1201px) {
#main_image {
background: url(../img/slide/bg.jpg) left center no-repeat;
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
	max-height:1024px;
	overflow: hidden;
	height: auto;
}
.image-box
{
		position: absolute;
		top: 30%;
		left: 8%;
		width: 370px;
	margin-bottom: -150px;
}
}

@media only screen and (min-width:960px) {
#main_image {
background: url(../img/slide/bg.jpg) left center no-repeat;
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
	max-height:1024px;
	overflow: hidden;
	height: auto;
}
.image-box
{
		position: absolute;
		top: 15%;
		left: 8%;
		width: 270px;
	margin-bottom: -150px;
}
	
.slide
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	height: 567px;
	position: relative;
	
    /*height: 1167px;padding-top: 62.5%;*/
}
.image-box img.fluid {
    max-width: 100%;
}

}

.clr {clear: both;float: none;overflow: hidden;width: 1px;height: 1px;margin: 0 -1px -1px 0;border: 0;padding: 0;font-size: 0;line-height: 0;}



/* MVの切り替え デスクトップの場合 */
.desktopDevice .mvAreaWrap{
	display: block !important;
}
.desktopDevice .touchMVArea{
	display: none !important;
}
@media print, screen and (max-width:960px){
	.desktopDevice .mvAreaWrap{
	display: none !important;
	}
	.desktopDevice .touchMVArea{
	display: block !important;
	}
}

/* MVの切り替え タッチデバイスの場合 */
.touchDevice .mvAreaWrap{
	display: none !important;
}
.touchDevice .touchMVArea{
	display: block !important;
}


.artHeader {
	width:100%;
	height:660px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	position:relative;
}

.art3Header {
	background-image:url(../img/index/bg01.jpg);
}

.art3Header .artTitle {
	left:0;
}


.art4Header {
	background-image:url(../img/index/bg02.jpg);
}

.headerArea
{
	background: #fff;
}

.headerArea .glNav
{
	height: 30px;
	padding: 15px;
}

#nav
{
	padding-left: 10%;
}

.headerArea .glNav .glTitle
{
	margin-left: 20px;
	padding-top: 4px;
	display: block;
	float: left;
}

#nav li
{
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
}

.artHeader .artTitle {
	padding:80px 20px 80px 50px;
	width:40%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#fff;
	background-color:rgba(255,255,255,0.6);
	position:absolute;
	bottom:0;
}

.artHeader .artTitle h1 {
	margin-bottom:20px;
	padding-bottom:20px;
	font-weight:normal;
	font-size:38px;
	font-size:3.8rem;
	height: 35px;
	letter-spacing: 0.13em;
	position:relative;
}
.artHeader .artTitle h1 span {
	display:block;
	margin-bottom:10px;
	font-size:17px;
	font-size:1.7rem;
	letter-spacing:0.1em;
}

.artHeader .artTitle p {
	font-size:15px;
	font-size:1.5rem;
	line-height:1.8;
	letter-spacing: 0.15em;
}

@media print, screen and (max-width:960px){
	.artHeader .artTitle {
	padding:30px;
	}

	.desktopDevice .transitionAreaCon1{
	-webkit-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
	transform: none!important;
	}
}/*max-width:960px end*/


@media screen and (max-width:640px) {
	.artHeader {
	padding-top: 55%;
	height:auto;
	background-position:center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-color: #fff;
	}

	.artHeader .artTitle {
	padding:10% 5%;
	width:100%;
	bottom:-320px;
	}

	.artHeader .artTitle h1 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:2.9;
	line-height:1;
	}

	.artHeader .artTitle h1 span {
	font-size:6.0rem;
	margin-bottom:4.5%;
	padding-bottom:3.5%;
	position:relative;
	}

	.artHeader .artTitle h1 span:after {
	content:"";
	display:block;
	width:25px;
	border-bottom:1px solid #323232;
	position:absolute;
	bottom:0;
	}

	.artHeader .artTitle h1:after {
	content:none;
	}
}/*max-width:640px end*/


/*  ↑ .artHeader ---------------------------


/*_________________________________.art3 ↓ */


.m-txt-ttl5 {
	background-color:#ffffff;
}

.bgG {
	background-color:#e7e7e7;
}
.bgW {
	background-color:#fff;
}

.art3 .sec1 {
	font-size:0;
}
.art3 .sec1 .logoAnim,
.art3 .sec1 .case {
	width:20%;
	display:inline-block;
	vertical-align: top;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;

}
.art3 .sec1 .logoAnim {
	height:0;
	position:relative;
	z-index: 10;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-perspective:2000px;
	-moz-perspective:2000px;
	-ms-perspective:2000px;
	perspective:2000px;
}

body.desktopDevice .art3 .sec1 .logoAnim {
	cursor: pointer;
	z-index: 10;
	-webkit-transform-style: flat; //for Safari bag fix
}
.art3 .sec1 .logoAnim div {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.art3 .sec1 .logoAnim div.kage {
	background-color: #000000;
	opacity: 0.0;
	z-index: 10;
}
.art3 .sec1 .logoAnim
{
	width: 20%;
}
.art3 .sec1 .logoAnim img
{
	width: 100%;
	background-size:cover;
}

.art3 .sec1 .case {
	margin-bottom:0;
	height:0;
	position:relative;
	background-position:center top;
	background-size:cover;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}

.desktopDevice .art3 .sec1 .case .hoverarea{
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.desktopDevice .art3 .sec1 .case:hover .hoverarea{
	opacity: 1;
}

.desktopDevice .art3 .sec1 .case .hoverarea:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.desktopDevice .art3 .sec1 .case .hoverarea > span .hjp{
	font-size: 20px;
	font-size: 2.0rem; 
}

.desktopDevice .art3 .sec1 .case .hoverarea > span .hen{
	font-size: 13px;
	font-size: 1.3rem; 
}



.desktopDevice .art3 .sec1 .case .hoverarea > span{
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	position: relative;
	padding-bottom: 2px;
	letter-spacing: -1px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}


@media screen and (max-width:960px) {
	.desktopDevice .art3 .sec1 .case .hoverarea > span{
	font-size: 14px;
	font-size: 1.4rem;
	}
}/*max-width:960px end*/

.desktopDevice .art3 .sec1 .case:hover .hoverarea > span{
	letter-spacing: 0;
}
.desktopDevice .art3 .sec1 .case .hoverarea > span:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.desktopDevice .art3 .sec1 .case:hover .hoverarea > span:after{
	opacity: 1;
	width: 100%;
}
.art3 .sec1 .case:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	top: 0;
}

.art3 .sec1 .event:before {
	background-image:url(../img/cube/pink-r.jpg);
}

.art3 .sec1 .case6:before {
	background-image:url(../img/cube/13.jpg);
}
.art3 .sec1 .case7:before {
	background-image:url(../img/cube/12.jpg);
}
.art3 .sec1 .case8:before {
	background-image:url(../img/cube/11.jpg);
}
.art3 .sec1 .case9:before {
	background-image:url(../img/cube/10.jpg);
}
.art3 .sec1 .case10:before {
	background-image:url(../img/cube/09.jpg);
}
.art3 .sec1 .case11:before {
	background-image:url(../img/cube/08.jpg);
}
.art3 .sec1 .case12:before {
	background-image:url(../img/cube/07.jpg);
}
.art3 .sec1 .kirin:before {
	background-image:url(../img/cube/07.jpg);
}
.art3 .sec1 .case13:before {
	background-image:url(../img/cube/06.jpg);
}
.art3 .sec1 .case14:before {
	background-image:url(../img/cube/05.jpg);
}
.art3 .sec1 .case15:before {
	background-image:url(../img/cube/04.jpg);
}
.art3 .sec1 .case16:before {
	background-image:url(../img/cube/03.jpg);
}
.art3 .sec1 .case17:before {
	background-image:url(../img/cube/02.jpg);
}
.art3 .sec1 .case18:before {
	background-image:url(../img/cube/01.jpg);
}

.art3 .sec1 .case21:before {
	background-image:url(../img/cube/14.jpg);
}

.art3 .sec1 .case19:before {
	background-image:url(../img/cube/s-pink.png);
}

.art3 .sec1 .case20:before {
	background-image:url(../img/cube/craftbeer.jpg);
}

.art3 .sec1 .case dl {
	padding:4%;
	display:block;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: absolute;
	top: 70%;
	bottom: 0;
	font-size: 12px;
	font-size: 1.1rem;
}
.art3 .sec1 .case dl dt {
	padding-bottom: 2px;
	color: #1a1a1a;
	line-height: 1.4;
	letter-spacing:0.1em;
	display: inline-block;
	position: relative;
}
.art3 .sec1 .case dl dd {
	letter-spacing:0.07em;
	display: none;
	font-size: 0.2rem;
	font-size: 2px;
}

.jp
{
	font-size: 3.2rem;
	font-size: 30px;
}

.en
{
	font-size: 1.2rem;
	font-size: 12px;
}

.art3 .sec1 .case .bgG {
	background-color:#e7e7e7;
}
.art3 .sec1 .case .bgW {
	background-color:#fff;
}
.art3 .sec1 .case .bgP {
	background-color:#fadce9;
}
.art3 .sec1 .case .bgB {
	background-color:#221814;
	color: #ffffff;
}

.art3 .sec1 .case .bgB dt{
	color: #ffffff;
}


@media screen and (min-width:1501px) {
.art3 .sec1 .logoAnim,
.art3 .sec1 .case {
width:20%;
width:calc(100% / 5);
display:inline-block;
vertical-align: top;
padding-top:20%;
padding-top:calc(100% / 5);
}
.art3 .sec1 .event {
width:40%;
display:inline-block;
vertical-align: top;
-webkit-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
color: #FFF;
}

}
@media screen and (max-width:1500px) and (min-width:1201px) {
	.art3 .sec1 .logoAnim,
	.art3 .sec1 .case {
		width:20%;
		display:inline-block;
		vertical-align: top;
		padding-top:20%;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.artHeader .artTitle p {
		font-size:12px;
		font-size:1.2rem;
		line-height:1.8;
		letter-spacing: 0.15em;
	}

	.art3 .sec1 .event {
		width:40%;
		display:inline-block;
		vertical-align: top;
		-webkit-transition:0.2s;
		-o-transition:0.2s;
		transition:0.2s;
		font-size: 12px;
		font-size: 1.2rem;
	}


}/*max-width:1501px-1201px end*/


@media screen and (max-width:1400px) and (min-width:901px) {
	.art3 .sec1 .logoAnim,
	.art3 .sec1 .case {
		width:25%;
		width:calc(100% / 4);
		display:inline-block;
		vertical-align: top;
		padding-top:25%;
		padding-top:calc(100% / 4);
		font-size: 7px;
		font-size: 0.7rem;
		z-index: 10;
	}

	.artHeader .artTitle {
		padding:60px 20px 60px 40px;
		width:50%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background-color:#fff;
		background-color:rgba(255,255,255,0.6);
		position:absolute;
		bottom:0;
	}
	.artHeader .artTitle p {
		font-size:12px;
		font-size:1.2rem;
		line-height:1.8;
		letter-spacing: 0.15em;
	}

	.art3 .sec1 .event {
		width:50%;
		display:inline-block;
		vertical-align: top;
		-webkit-transition:0.2s;
		-o-transition:0.2s;
		transition:0.2s;
	}/*max-width:1400px-901px end*/

}
@media screen and (max-width:900px) and (min-width:641px) {
	.art3 .sec1 .logoAnim,
	.art3 .sec1 .case {
		width:33.33333333%;
		width:calc(100% / 3);
		display:inline-block;
		vertical-align: top;
		padding-top:33.33333333%;
		padding-top:calc(100% / 3);
		font-size: 9px;
		font-size: 0.9rem;
		z-index: 10;
	}

	.artHeader .artTitle {
		padding:40px 20px 40px 50px;
		width:66.66%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background-color:#fff;
		background-color:rgba(255,255,255,0.6);
		position:absolute;
		bottom:0;
	}
	.artHeader .artTitle p {
		font-size:11px;
		font-size:1.1rem;
		line-height:1.8;
		letter-spacing: 0.15em;
	}

	.art3 .sec1 .event {
		width:66.65%;
		display:inline-block;
		vertical-align: top;
		-webkit-transition:0.2s;
		-o-transition:0.2s;
		transition:0.2s;
		font-size: 9px;
		font-size: 0.9rem;
	}

	
}/*max-width:900px-641px end*/


@media screen and (max-width:640px) {
	.art3 .sec1 .case:before {
		height: 100%;
	}
	.art3 .artHeader ,
	.art4 .artHeader {
		margin-bottom: 0!important;
		height: auto !important;
		padding-top: 119.561%;
		-webkit-background-size: 217% auto;
		background-size: 217% auto;
	}
	.art3 .artHeader .artTitle ,
	.art4 .artHeader .artTitle {
		bottom: 0!important;
		position: static;
		padding: 15% 5%;
		background-color: #fff;
	}
	.art3 .sec1 .logoAnim,
	.art3 .sec1 .case {
		width:50%;
		display:inline-block;
		vertical-align: top;
		padding-top:50%;
		z-index: 10;
	}
	.art3 .sec1 .case {
		margin-bottom:0;
	}

	.art3 .sec1 .event {
		width:100%;
		display:inline-block;
		vertical-align: top;
		-webkit-transition:0.2s;
		-o-transition:0.2s;
		transition:0.2s;
	}	
}/*max-width:640px end*/
/*  ↑ .art3 -------------------------------

_________________________________.event ↓ */


.desktopDevice .art3 .sec1 .event .hoverarea{
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.desktopDevice .art3 .sec1 .event:hover .hoverarea{
	opacity: 1;
}

.desktopDevice .art3 .sec1 .event .hoverarea:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.desktopDevice .art3 .sec1 .event .hoverarea > span{
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	padding-bottom: 2px;
	letter-spacing: -1px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}

/*  ↑ .event -------------------------------


/*tablet*/
@media screen and (max-width:1000px) and (min-width:641px) {

}

/*smart*/
@media screen and (max-width:640px) {
}


/*ふわっとん*/
/* 画面外にいる状態 */
@-webkit-keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
	}

	@keyframes fadeIn {
	from {
	opacity: 0;
	}

	to {
	opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

#nav
{
	width: 600px;
	font-size: 25px;
	font-size: 2.5rem;
}

#nav a {
	position: relative;
	display: inline-block;
	padding: .2em;
	text-decoration: none;
	color: #2e2624;
	font-size: 17px;
	font-size: 1.7rem;
}

/*------------------------------------------------------------------
コンセプト
------------------------------------------------------------------*/
.art2
{
	text-align: center;
	margin: 50px auto;
}

/*会社概要*/
.comment{
	margin: 100px auto;
	width: 960px;
	color: #4B4848;
}

.m-title{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: 0.04em;
	position: relative;
}

.m-com{
	font-size: 23px;
	letter-spacing: 0.2em;
	font-size: 2.3rem;
	line-height: 2.6;
	/*padding-left: 40px;*/
	text-align:center;
}


.r-com{
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 2.6;
	text-align:center;
}

.rinen{
	padding-bottom: 4.8em;
	padding-top:0.8em;
	width: 100%;
	max-width: 960px;
	font-size:1.6rem;
	font-size:16px;
	text-align:left;
	border-bottom:2px dotted #CCCCCC;
}

.rinen dt{
	width: 6.5%;
	padding-top: 5px;
	float: left;
}

.rinen dd{
	width: 90%;
	float: left;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.rinen img{
	vertical-align: middle;
}

.rinen2{
	padding-bottom: 4.8em;
	padding-top:0.8em;
	width: 960px;
	font-size:1.6rem;
	font-size:16px;
	text-align:left;
	border: none;
}

.rinen2 dt{
	width: 6.5%;
	padding-top: 5px;
	float: left;
}

.rinen2 dd{
	width: 90%;
	float: left;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.rinen2 img{
	vertical-align: middle;
}

.enkaku{
	width: 100%;
	max-width: 960px;
	/*padding-bottom: 3.4em;*/
	font-size:1.6rem;
	font-size:16px;
	letter-spacing: 0.04em;
	text-align: left;
}

.enkaku dt{
	width: 14%;
	float: left;
	margin-bottom: 0.2rem;
}

.spacer{
	letter-spacing: 0.30em;
}



.enkaku dd{
	width: 85%;
	padding-top: 8px;
	float: left;
	text-align:left;
	margin-bottom: 0.2rem;
	line-height: 2.5rem;
}

.company{
	width:960px;
	margin:50px auto;
}

.cbox{
	width:100%;
}
.comanyinfo{
	padding-top:50px;
	display: inline-block;
	width: 60%;
	height: 450px;
	white-space: nowrap;
	color: #fff;
	background-color: #313131;
}

.comanyinfo dl{
	display: inline-block;
	overflow: hidden;
	white-space: normal;
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: 0.07em;
	line-height: 2.5;
	vertical-align: middle;
	width: 90%;
	padding: 0 1% 0 9%;
	letter-spacing: 0.2rem;
}

.comanyinfo dl dt {
	display:block;
	float:left;
}
.comanyinfo dl dd {
	display:block;
	margin-left:70px;
}

.space{
	padding-bottom: 2.0em;
}

#map{
	display: inline-block;
	width: 40%;
	height: 500px;
	float:right;
}

header #navMenu{
	margin: 0 auto;
	width: 800px;
	float: left;
}

.box9
{
	position: relative;
}

/* ページヘッダーに付すclass */
/*
全体のレイアウトに影響しないように
ヘッダーを固定する　
*/
.pHeader{
	position:absolute;
	width:100%;
	min-width:960px;
	height: 80px;
	background: #fff;
	z-index: 999;
	bottom: 0;
}

.logo
{
	padding-top: 2.5rem;
	display: block;
	margin: 0 8%;
	float: left;
	max-width: 170px;
}
.logo img
{
	min-width: 170px;
	width: 60%;
	display: block;
	border: none;
	vertical-align: bottom;
}

nav ul li{
	float:left;
	padding-top: 2.5rem;
	font-size: 14px;
	padding-right: 2.5rem;
	font-size: 1.4rem;
}
nav ul li a{
	line-height:48px;
	letter-spacing:2px;
	padding:0 1.5em;
}

/* 
ウィンドウのスクロール量が一定値を超えたら
要素に付すクラス
*/
.pHeader.sticky{
	position:fixed;
	top:0px;
}

.imgbox
{
	position: relative;
}
.i01 
{
	width: 300px;
	height: 150px;
	background: #ccc;
}

.i01 a
{
	display:block;
	position: absolute;
	top: 100px;
	left: 50px;
}


img.bg {
	  /* Set rules to fill background */
	  min-height: 100%;
	  min-width: 1024px;
	  /* Set up proportionate scaling */
	  width: 100%;
	  height: auto;
	  /* Set up positioning */
	  position: fixed;
	  /* またはabsolute; */
	  top: 0;
	  left: 0;
	}

/*------------------------------------------------------------------
トップページ
------------------------------------------------------------------*/
@media screen and (min-width:1501px) {
.home #headerHome #main_image {
	overflow: hidden;
	position: relative;
	zoom: 1; 
	display:block;
	margin:0 auto;
}
.oc
{
position: absolute;
bottom: 37%;
left: 40.5%;
display: block;
text-indent: -999em;
width: 300px;
height: 50px;
}

.octravel
{
position: absolute;
bottom: 28%;
left: 36%;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}

.ocsystem
{
position: absolute;
bottom: 20%;
left: 35%;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}

}

@media screen and (max-width:1500px) and (min-width:1201px) {
.home #headerHome #main_image {
	overflow: hidden;
	position: relative;
	zoom: 1; 
	display:block;
	margin:0 auto;
	/*padding-bottom: 90px;*/
	/*padding-bottom: 90px;*/
}

/*.oc
{
position: absolute;
bottom: 200px;
left: 400px;
display: block;
text-indent: -999em;
width: 300px;
height: 50px;
}

.octravel
{
position: absolute;
bottom: 150px;
left: 400px;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}

.ocsystem
{
position: absolute;
bottom: 130px;
left: 400px;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}
*/
}
@media screen and (max-width:900px) and (min-width:641px) {
.home #headerHome #main_image {
	overflow: hidden;
	position: relative;
	zoom: 1; 
	display:block;
	margin:0 auto;
	
}
/*.oc
{
position: absolute;
bottom: 300px;
left: 400px;
display: block;
text-indent: -999em;
width: 300px;
height: 50px;
}

.octravel
{
position: absolute;
bottom: 200px;
left: 400px;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}

.ocsystem
{
position: absolute;
bottom: 180px;
left: 400px;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}*/

}

.home #headerHome {
	position: relative;
	z-index: 100;

}

.home #headerHome .inner {
	width: 100%;
	background-color: #ffffff;
	background-size:cover;
	/*margin: 0.5% 0;*/
}



/*.home #headerHome .mainImg .innerImg {
	width: 100%;

}*/





.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
}

.home #headerHome .inner nav {
	/*width: 1000px;*/
	width: 100%;
	
}

.home #headerHome .inner nav ul {
	float: left;
}

.home #headerHome .inner nav ul li {
	float: left;
}

.home #headerHome .inner nav ul li a {
	display: block;
	height: 60px;
	margin: 0px;
}


.glNav .glTitle,
.glNav ul {
	display:inline-block;
	vertical-align: middle;
}
.glNav ul {
	width:60%;
	width:calc(90% - 140px);
	margin-left:2.831%;
	float: left;
}
.glNav li {
	margin-left:3.687%;
	display:inline-block;
}

.glNav li img
{
	width: 100%;
}

#box1,#box2,#box3,#box4,#box5,#box6,#box7,#box8,#box9,#box10 {
	display: none;
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
	text-align: center;
	position: relative;
}

.modal-close {
	position: absolute;
	margin-top: 1em;
	right: 5%;
	bottom: 3%;
}

@media screen and (min-width:1501px) {
#modal-win {
	width: 100%;
	z-index: 999;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	z-index: 101;
	width: 70%;
}

#modal-win-inner > * {
	width: 100%;
	position: relative;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
}

.next
{
	background-image:url(../img/common/next.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 386px;
	right: 100px;
	display: block;
	text-indent: -9999em;
}


.prev
{
	background-image:url(../img/common/prev.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 386px;
	left: 100px;
	display: block;
	text-indent: -9999em;	
}	
}


@media screen and (max-width:1500px) and (min-width:1201px) {
#modal-win {
	width: 100%;
	position: absolute;
	z-index: 999;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	z-index: 101;
	width: 85%;
}

#modal-win-inner > * {
	width: 85%;
	margin: 0 auto;
	position: relative;
}

#modal-win-inner img
{
	width: 100%;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.next
{
	background-image:url(../img/common/next.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 280px;
	right: 55px;
	display: block;
	text-indent: -9999em;
}


.prev
{
	background-image:url(../img/common/prev.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 280px;
	left: 55px;	
	display: block;
	text-indent: -9999em;	
}
}


@media screen and (max-width:900px) and (min-width:641px) {
#modal-win {
	width: 100%;
	position: absolute;
	z-index: 999;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	z-index: 101;
	width: 88%;
}

#modal-win-inner > * {
	width: 88%;
	position: relative;
}

#modal-win-inner img
{
	width: 100%;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.next
{
	background-image:url(../img/common/next.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 200px;
	right: 35px;
	display: block;
	text-indent: -9999em;
}


.prev
{
	background-image:url(../img/common/prev.png);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 200px;
	left: 35px;	
	display: block;
	text-indent: -9999em;	
}


}


/*ページアンカー位置*/
@media screen and (min-width:1501px) {
#t01 {
    margin-top:-430px;
    padding-top:430px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

#t02 {
    margin-top:-940px;
    padding-top:940px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}
#t04 {
    margin-top:-385px;
    padding-top:385px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

#MEDIA
{
    margin-top:-110px;
    padding-top:110px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}
}

@media screen and (max-width:1500px) and (min-width:1201px) {
#t01 {
    margin-top:-5px;
    padding-top:5px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}
#t02 {
    margin-top:-900px;
    padding-top:900px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

#t04 {
    margin-top:-820px;
    padding-top:820px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

}

@media screen and (max-width:1200px) and (min-width:901px) {
#t01 {
    margin-top:-105px;
    padding-top:105px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

#t02 {
    margin-top:-950px;
    padding-top:950px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

#t04 {
    margin-top:-110px;
    padding-top:110px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}

}
@media screen and (max-width:900px) and (min-width:641px) {
#t02 {
    margin-top:-950px;
    padding-top:950px;
    height: 1;
    text-indent: -999em;
    display:inline-block;
}


.oc
{
position: absolute;
bottom: 250px;
left: 400px;
display: block;
text-indent: -999em;
width: 300px;
height: 50px;
}

.octravel
{
position: absolute;
bottom: 200px;
left: 400px;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}

.ocsystem
{
position: absolute;
bottom: 150px;
left: 400px;
display: block;
text-indent: -999em;
width: 450px;
height: 50px;
}

}