@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------

reset

---------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset, img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}
ol, ul {
	list-style:none;
	}
caption, th {
	text-align:left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}
img {
	vertical-align:top;
	}

a {
	border:none; outline:none;
	}
*{
	zoom : 1;
	}

/*---------------------------------------------

style

---------------------------------------------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	margin: 0px auto 0px auto;
	font-size:13px;
	color:#000;
	background: #fff;
	text-align:center;
	position:relative;
	/*max-width:1400px;*/
}

p{font-size: 5em; width: 80%; margin: 0 auto; line-height: 1.5em;}

.section,
.slide{
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	/*-webkit-background-size: contain;*/
	/*background-size: contain;*/
	/*background-attachment: fixed;*/
	background: no-repeat;
	background-size: 100%;
}

#sec1{
	/*background-image:url(../img/page1_1.png);*/
	/*padding: 30% 0 0 0;*/
}
#sec2{
	/*background-image:url(../img/page2_1.png);*/
}
#sec3{
	/*background-image:url(../img/page3_1.png);*/
}
#sec3 .slide1{
	background-image:url(../img/page3_1.png);
}
#sec3 .slide2{
	background-image:url(../img/page3_2.png);
}
#sec3 .slide3{
	background-image:url(../img/page3_3.png);
}
#sec4{
	/*background-image: url(../img/page4_1.png);*/
}
#sec5{
	/*background-image: url(../img/page5_1.png);*/
}
#sec6{
	background-image: url(../img/page6_1.png);
}
#sec7{
	background: url(../img/dmenu_2.png) top center;
}

#sec4 p{
	position: absolute;
}

/*---------------------------------------------

fullPage.js css override

---------------------------------------------*/

#fullpage {
	margin: 0px auto 0px auto;
	width: 100%;
	/*max-width:1400px;*/
}

.fp-controlArrow.fp-prev{
	border-width: 15px 20px 15px 0;
}
.fp-controlArrow.fp-next{
	border-width: 15px 0px 15px 20px;
	/*right: 50px;*/
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span{
	background: transparent;
	border: 1px solid #ffffff;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span{
	background: #ffffff;
}


/*---------------------------------------*/

#header {
	position: absolute;
	top: 0;
	left:auto;
	/*right:auto;*/
	width: 100%;
	/*max-width:1400px;*/
}
#header img.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width:1400px;
	/*border: 5px solid red;*/
}
#header ul {
}
#header li img {
}
#header a {
}

/*---------------------------------------*/

#ttl-block {
	margin-top: -50px;
	padding: 0px;
	height: 130px;
}
#ttl-block #ttl {
	margin: 0px;
	padding: 0px;
	background: url(../images/sub_ttl_back.png) center 1px repeat-x;
}
#ttl-block #ttl h1 {
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------*/

#menu li, 
#down-menu li {
	display:inline-block;
}
#menu-wrap {
	position: absolute;
	top: 0px;
	/*margin: 0px auto 0px auto;*/
	/*padding: 0px 0px 0px 0px;*/
	width: 100%;
	max-width:1400px;
	/*height: 100%;*/
	/*height: 110px;*/
	z-index:10001;
	/*border: 5px solid red;*/
}
#down-menu {
	position: fixed;
	top: -50px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	width: 100%;
	/*max-width:1400px;*/
	/*height: 30px;*/
	/*background:#efe8d5;*/
	z-index:10001;
	/*border: 5px solid red;*/
}
#down-menu a, 
#menu a {
	padding:10px 20px;
	color:#55473e;
	text-decoration:none;
}
#down-menu-links {
	/*width:70%;*/
	width:84%;
	margin-bottom: 10px;
}

.fixed {
	z-index: 9999;
}


/*---------------------------------------*/

#accordion-box {
	position: absolute;
	top: 0px;
	/*margin: 0px auto 0px auto;*/
	width: 100%;
	/*max-width:1400px;*/
	/*text-align:center;*/
}
#accordion {
	/*left:50%;*/
	/*right:auto;*/
	margin: 0px auto 0px auto;
	width: 100%;
	max-width:1400px;
	/*margin-top: 200px;*/
	z-index:10000;
	overflow: hidden;
}

#accordion ul {
	/*width: 2000px;*/
	/*width: 100%;*/
}

#accordion li {
	position: relative;
	display: block;
	width: 19.9%;
	/*width: 24.9%;*/
	/*width: 24%;*/
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	z-index:10051;
}

#accordion ul:hover li {width: 5%;}

#accordion ul li:hover {width: 80%;}

#accordion li img {
	display: block;
}
#accordion li a {
	/*float:left;*/
	margin-top:-50px;
	z-index:10011;
}

#ac-btn {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:50px;
}
#ac-btn li {
	display:inline-block;
	width:19.5%;
	/*width:24.5%;*/
	height:50px;
	cursor: pointer;
	/*border:2px solid red;*/
}
/*---------------------------------------*/

.abs-full-top {
	margin: 0px auto 0px auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height:320px;*/
	height:calc(100vw * 0.23);
	max-height:320px;
	/*max-width:1400px;*/
	/*border:1px solid #000;*/
}

.abs {
    position: absolute;
}

/*---------------------------------------*/

.bg-scale {
    /*position: relative;*/
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 5s ease-out;
    -ms-transition: all 5s ease-out;
    transition: all 5s ease-out;
}
#sec1 .bg-scale:after {
    background: url(../img/page1_1.png) no-repeat top center;
}
#sec2 .bg-scale:after {
    background: url(../img/page2_1.png) no-repeat top center;
}
#sec3 .bg-scale:after {
    background: url(../img/page3_1.png) no-repeat top center;
}
#sec4 .bg-scale:after {
    background: url(../img/page4_1.png) no-repeat top center;
}
#sec5 .bg-scale:after {
    background: url(../img/page5_1.png) no-repeat top center;
}
#sec6 .bg-scale:after {
    background: url(../img/page6_1.png) no-repeat top center;
}
#sec1 .bg-scale:after, 
#sec2 .bg-scale:after, 
#sec3 .bg-scale:after, 
#sec4 .bg-scale:after, 
#sec5 .bg-scale:after, 
#sec6 .bg-scale:after {
    /*-webkit-background-size: contain;*/
    /*-moz-background-size: contain;*/
    /*-ms-background-size: contain;*/
    /*background-size: contain;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.bg-scale:hover:after {
    /*opacity: .8;*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-scale .inner {
    z-index: 1;
    position: relative;
	margin: 0px auto 0px auto;
    max-width:1400px;
}
#sec1 .bg-scale .inner {
    height:100%;
}
.bg-scale .inner img {
    width: 100%;
}
#sec1 .inner img {
    /*display: none;*/
    /*height:100%;*/
    /*width: auto;*/
    /*border: 5px solid red;*/
}
#sec1 .msg {
	position: absolute;
	width: 10%;
	left:auto;
	right:auto;
	top:270px;
}
#sec3 .inner {
	left:90%;
}
#sec5 img {
	width: 100%;
	max-width:1400px;
}
#sec5 .inner {
	/*top:100%;*/
	top:100px;
}
#sec5 .right {
	position: absolute;
	/*width: 100%;*/
	/*max-width:1400px;*/
	left:auto;
	right:auto;
	/*right:0;*/
	/*top:100px;*/
	/*border: 5px solid red;*/
}

/*---------------------------------------*/

#full-tbl {
	position: absolute;
	left:0;
	top: 0px;
	/*width:100%;*/
	/*max-width:900px;*/
	width:900px;
	z-index:10000;
	/*border: 5px solid red;*/
}
#full-tbl td {
}
#full-tbl td img {
	width:100%;
}
#full-tbl #policy1, 
#full-tbl #policy2, 
#full-tbl #policy3, 
#full-tbl #policy4, 
#full-tbl #policy5 {
	width:18.8%;
}
#full-tbl td.sp {
	width:1.5%;
}

/*---------------------------------------*/

.footer {
	margin: 50px auto 0px auto;
	width: 100%;
	max-width:1400px;
	/*height:50%;*/
	text-align:center;
	
}

/*---------------------------------------*/

#scrolltop img {
	position: fixed;
	right: 3%;
	bottom: 3%;
	width:5%;
	max-width:40px;
	height:auto;
	z-index:20000;
}

@media screen and (max-width: 1400px) {
	.abs-full-top {
		/*height:290px;*/
	}
}
@media screen and (max-width: 1370px) {
	.abs-full-top {
		/*height:305px;*/
	}
}
@media screen and (max-width: 1030px) {
	.abs-full-top {
		/*height:235px;*/
	}
}
@media screen and (max-width: 900px) {
	.abs-full-top {
		/*height:185px;*/
	}
}

