@charset "UTF-8";


.inner {
	width: 940px;
    margin: 0 auto;
	text-align:left;
}
.area {
    width: 940px;
    margin: 0 auto;
    position: relative;
}
h1 {
	font-size: 30px;
	font-size: 3.0rem;
	color:#fff;
	margin-bottom:40px;
}
h1.sec_tit {
	margin-bottom:160px;
	text-align:center;
}

.scrImg {
	left: -100px;
	margin: 0 auto;
	display: none;
	position: relative;
}

/*--------------------------------------------------
	sec01
--------------------------------------------------*/
#sec01 {
    margin: 0 auto 180px;
    display: block;
}
#view {
    position: relative;
    height: 880px;
}
#s01{
	position: absolute;
	width: 100%;
    height: 880px;
    background: url('../../img/topimage01.jpg') top center no-repeat;
    z-index: 2;
}
#s02, #s03 {
	position: absolute;
	width: 100%;
    height: 880px;
    background: url('../../img/topimage02.jpg') top center no-repeat;
}
#s01 .inBox , #s02 .inBox , #s03 .inBox  {
	position: relative;
}
.copy {
	position: absolute;
    top: 790px;
	left: 50%;
	margin-left: -376px;
}

/*--------------------------------------------------
	sec02
--------------------------------------------------*/
#sec02 {
    margin: 0 auto;
    display: block;
}
.sec02_1 { margin-bottom:70px; }
.sec02_2 { margin-bottom:154px; }
.sec02_3 { margin-bottom:132px; }

.p01 {
	width:50%;
	text-align:center;
	float:left;
}
.p02 {
	width:50%;
	text-align:center;
	float:right;
}
.p03 {
	width:50%;
	text-align:center;
	float:left;
}
.p04 {
	width:50%;
	text-align:center;
	float:right;
}
.p05 {
	width:35%;
	text-align:center;
	float:left;
}
.p06 {
	width:65%;
	text-align:right;
	float:right;
}
.p07 { margin-bottom:100px; }
.p08 { margin-bottom:100px; }

#parallax01 {
    background: #fff url('../../img/parallax01.jpg') center bottom no-repeat fixed;
	min-height: 1100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#parallax01 .inner{
    height: 100%;
    display: block;
    position: relative !important ;
}
#parallax01 .inner .text01 {
    background: url('../../img/para01_textbg.png');
    width: 400px;
    display: block;
    top: 100px;
    right: 0;
    position: absolute;
	padding:50px;
	font-size: 15px;
	font-size: 1.5rem;
	color:#000;
}

/*--------------------------------------------------
	sec03
--------------------------------------------------*/
#sec03 {
  width: 100%;
  margin: 0 auto;
	background: #000;
	color:#eeeeee;
	padding:160px 0;
  display: block;
  position: relative;
	zoom:1;
}

#titan {
	margin-bottom:160px;
	background:url(../../img/sec03_titan_bg.jpg) no-repeat right top;
}
#titan_size img { float:left; }

#namepen{
	margin-bottom:160px;
	background:url(../../img/sec03_namepen_bg.jpg) no-repeat right 130px;
}

#mat {
	margin-bottom:160px;
	background:url(../../img/sec03_mat_bg.jpg) no-repeat right top;
}

#shuniku {
	margin-bottom:160px;
	background:url(../../img/sec03_shuniku_bg.jpg) no-repeat right 80px;
}

#black-queen {
	background:url(../../img/sec03_black-queen_bg.jpg) no-repeat center top;
}
#black-queen .inner {
	margin-bottom:160px;
	height:600px;
}

@media screen and (min-width: 1023px) {
	.namepen_sp{ display:none; }
	.bq_sp{ display:none; }
}


/*--------------------------------------------------
	sec04
--------------------------------------------------*/
#sec04 {
    margin: 0 auto;
    display: block;
}
#parallax02 {
    background: #fff url('../../img/parallax02.jpg') right bottom no-repeat fixed;
    width: 100%;
	height: 1250px;
    display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#parallax02 .inner{
    height: 100%;
    display: block;
    position: relative !important ;
}
#parallax02 .inner .text02 {
    width: 700px;
    display: block;
    top: 80px;
    left: 0;
    position: absolute;
	font-size: 16px;
	font-size: 1.6rem;
	color:#000;
}

/*--------------------------------------------------
	sec05
--------------------------------------------------*/
#parallax03 {
    background: #fff url('../../img/parallax03.jpg');
    width: 100%;
    display: block;
    height: 1100px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
	text-align:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#heart-parallax {
	padding-top: 200px;
	height: 800px;
	margin-bottom: -600px;
	overflow: hidden;
}
#heart-parallax #message {
	padding: 0;
}
#heart-parallax .name {
    margin-top: 400px;
}
#heart-parallax #heart1 {
	position: relative;
	left: 100px;
	top: -230px; 
	overflow: hidden;
}

#heart-parallax #heart2 {
	position: relative;
	left: 500px;
	top: -440px;
	overflow: hidden;
}


/*--------------------------------------------------
	sec06 ItemList
--------------------------------------------------*/
#sec06 {
    width: 100%;
    margin: 0 auto;
	padding:80px 0 80px;
	background:#000;
	color:#bbbbbb;
}
#sec06 p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom:20px;
}
#sec06 .name {
	display:table;
	margin:10px 0 10px;
	height:56px;
	width:100%;
	border-top:1px #111 solid;
	border-bottom:1px #111 solid;
}
#sec06 .name p {
	display:table-cell;
	vertical-align:middle;
	font-size: 16px;
	font-size: 1.6rem;
	margin:0;
}
#sec06 li {
	margin-bottom:20px;
}

.btn {
	display: inline-block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #222;
	border: 2px solid #222;
	color: #666666;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	background-color: #fff;
	border-color: #cccccc;
	color: #666666;
}


/*--------------------------------------------------
	footer
--------------------------------------------------*/

#footer {
	background:#000 url(../../img/footer_bg.gif) repeat-x top;
	color:#fff;
	padding:20px;
    display: block;
}
#footer h1 { margin-bottom:10px; }
#footer p { margin-bottom:10px; }

#footer address a {
	color: #ffffff;
}
#footer address a:hover {
	color: #666666;
}

/* copyright */

#footer address { margin-bottom:10px; }

#footer .btn {
	width: 340px;
}



/*--------------------------------------------------
	googlemap
--------------------------------------------------*/

#map_canvas {
	margin-top:60px;
	width: 520px;
	height: 440px;
}
* html #map_canvas { display: none; }

    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }

/*--------------------------------------------------
	BLマットのリンク
--------------------------------------------------*/
#mat a{
color: #fff;
}