@charset "UTF-8";

/*----------------------------------------------------
COMMON
----------------------------------------------------*/
/************************************************************
　　　　共通
************************************************************/




/************************************************************
　　　　PC用
************************************************************/
/*@media print, screen and (min-width: 784px){*/
@media print, screen and (min-width: 0px){

.home header {
	margin-top: 30px;

}

/*	ロゴ
------------------------------------------------------*/
/* （トップ） */
.home #logo {
	background: url(/common/images/logo_home.svg) no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 26px 0 30px ;
}

/*	グローバルナビ
------------------------------------------------------*/
.home #gNav a:link, .home #gNav a:visited {
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
/*
	text-shadow: -1px -1px rgba(206,222,235,0.8),
				 1px -1px rgba(206,222,235,0.8),
				 -1px 1px rgba(206,222,235,0.8),
				 1px 1px rgba(206,222,235,0.8);
*/
/*
	text-shadow: 0px 0px 3px #6599c5;
*/
}


/*	ページトップボタン
------------------------------------------------------*/
.pageTop {
	display: none;
}

/*	パンくず
------------------------------------------------------*/
#breadcrumb {
	display: none;
}

/*----------------------------------------------------
CONTENTS
----------------------------------------------------*/
.home header {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -490px;
}

body.home {
	background: #fff;
	height: 100%;
	max-height: 900px;
	min-height: 600px;
	width: 100%;
	position: absolute;
	display:  none;
}

#firstView {
	background:url(/home/images/bg1.jpg) no-repeat bottom #eee;
	background-size: cover;
	height: 100%;
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
	color:#ddd;
}

#openingBox {
	text-indent: -9999px;
	background: url(/home/images/logo_top.png) no-repeat;
	background-size: 337px 210px;
	width: 337px;
	height: 210px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -105px 0 0 -168px;
}

#pickUpBox {
	position: absolute;
	top: 50%;
	width: 100%;
	margin: -70px 0;
	/*display: none;*/
}



#pickUpMenu {
	width: 980px;
	margin: 0 auto;
}

#pickUpBox ul {
	text-align: center;
	/*margin-left: 169px;2BOX時用*/
}

#pickUpBox li {
	float: left;
	margin: 0;
	width: 298px;
	background: rgba(123, 176, 210, 0.3);
	padding: 3em 0 2.8em;
	border: solid transparent 1px;
	color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

#pickUpBox li:hover {
	border: solid #fff 1px;
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

#pickUpBox .pickUp01 {
    padding: 3em 0;
}

#pickUpBox .pickUp04 {
	position: relative;
	background: rgba(234	, 111, 111, 0.3);
}
#pickUpBox .pickUp04 i {
	display: block;
	position: absolute;
	width: 300px;
	font-style: normal;
	text-align: center;
	left:0;top:50%;
	margin-top: -34px;
}
#pickUpBox .pickUp04 a:link,#pickUpBox .pickUp04 a:visited {
	color: #fff;
}

#pickUpBox .pickUp04 span {
	font-size: 12px;
}

#pickUpBox .pickUp05,
#pickUpBox .pickUp07 {
	position: relative;
	background: rgba(129, 154, 205, 0.3);
}

#pickUpBox .pickUp07 {
	position: relative;
	background: rgba(255, 0, 0, 0.2);
}

#pickUpBox .pickUp05 span,
#pickUpBox .pickUp07 span {
	font-size: 18px;
	letter-spacing: 0.3em;
	position: relative;
	padding-left: 40px;
}
#pickUpBox .pickUp05 span:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(/common/images/fb_icon.svg) no-repeat center 5px #819acd;
	background-size: 10px;
	position: absolute;
	left: 0;top: 50%;
	margin-top: -15px;
}

#pickUpBox .pickUp07 span {
	padding-left: 50px;
}
#pickUpBox .pickUp07 span:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(/common/images/youtube_social_icon_red.png) no-repeat center;
	background-size: 30px;
	position: absolute;
	left: 0;top: 50%;
	margin-top: -20px;
}

#pickUpBox .pickUp05 a:link,#pickUpBox .pickUp05 a:visited,
#pickUpBox .pickUp07 a:link,#pickUpBox .pickUp07 a:visited {
	color: #fff;
}

#pickUpBox .pickUp06 {
	padding: 2.5em 0 3.5em;
	position: relative;
}

#pickUpBox .pickUp06 span {
	position: absolute;
	top:4em;left: 0;
	width: 100%;
	text-align: center;
}

.EN #pickUpBox .pickUp06 {
	padding: 1.5em 0 1.5em;
}

#pickUpBox .pickUp01, #pickUpBox .pickUp05 {
	margin-right: 40px;
}

.pickUp-on-off {
	display: none;
	}

.pickup {
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	max-height: 900px;
	min-height: 600px;
	width: 100%;
	background:url(/home/images/bg1b.jpg) no-repeat bottom #eee;
	background-size: cover;
	-webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}

input[type="checkbox"].pickUp-on-off:checked + .pickup {
	opacity: 1;
	z-index: 99;
	-webkit-transition: all 1s linear;
       -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
         -o-transition: all 1s linear;
            transition: all 1s linear;
}

.pickup .innner {
	position: relative;
}

.pickup .more::after {
	content: "×";
	color: #7bb0d2;
	background: #fff;
	display: inline-block;
	border: 1px #fff solid;
	margin: 10px 0 0;
	height: 1.5em;
	width: 1.5em;
	text-align: center;
	cursor: pointer;
	position: absolute;
	border-radius: 2px;
	left: 0;
	top: 150px;
}

#pickup01, #pickup02, #pickup03 {
	color: #666;
}

#pickup01 img, #pickup02 img, #pickup03 img{
	width: 250px;
	position: absolute;
	top: 200px;
	right: 0;
}

#pickup02 img{
	width: 350px;
}

#pickup03 img{
	width: 350px;
}

.pickup .innner {
	width: 980px;
	padding: 200px 0;
	margin: auto;
}

.pickup h1 {
	font-size: 1.5em;
}

#pickup01 h2, #pickup02 h2, #pickup03 h2 {
	font-weight: lighter;
	margin-bottom: 1em;
	color: #8a86bb;
}

#pickup02 h2 {
	color: #79ba6a;
}

#pickup03 h2 {
	color: #8a86bb;
}


}
/* PC用 */

/************************************************************
　　　　スマートフォン用
************************************************************/
/*
@media screen and (max-width: 783px){

}
*/