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

html { font-size: 62.5%; } /* 10px */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: 1.6rem;/* 16px */
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic',"メイリオ", "Meiryo", sans-serif;
	background-color: #000;
}

a{
	text-decoration: none;
	color: #333;
}
a:hover{
	opacity: .6;
}

li{
	list-style-type: none;
}

dl{
	line-height: 1.5;
}
dt {
	float: left ;
	clear: left;
}
dt::after {
	content: ":" ;
}
dd {
	margin-left: 80px ;
}
/*safari用 */
dt, dd {
	min-height: 24px ;
	line-height: 24px ;
}


body.loading {
	background: #FFF url(../img/common/img-loading.gif) center center no-repeat;
}



main .section {
	/*height: 100%;*/
	
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.complete main .section {
	opacity: 1;
	filter: alpha(opacity=100);
}


.btn{
	color:#513E00;
	border-radius: 5px;
	background-color: #FFD97A;
	text-align: center;
	font-size: 2rem;
	text-decoration: none;
	display:table-cell;
	vertical-align: middle;
	width: 500px;
	height: 30px;
}

 
#menu li {
    display:inline-block;
    margin: 10px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu li.active{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover{
    color: #000;
}
#menu li:hover{
    background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
    padding: 9px 18px;
    display:block;
}
#menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}


.toMailFormWrap{
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 5px 10px 0;
	margin: 5px 0;
	
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}
.toMailFormWrap:hover{
	cursor: pointer;
	opacity: 0.5;
}
.toMailFormWrap a{
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.toMailFormWrap a::after{
	content: "　▼";
	font-size: 0.8rem;
}




/*****************************************************/
/*.jquery.fullpage.css を上書き*/

#fp-nav.right{
	right: 10px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{
	    box-shadow: 0px 0px 1px #fff,
			0px 0px 1px #fff,
			0px 0px 1px #fff,
			0px 0px 2px #fff,
			0px 0px 2px #fff,
			0px 0px 2px #fff,
			0px 0px 2px #fff,
			0px 0px 2px #fff,
			0px 0px 2px #fff;
}
.fp-controlArrow.fp-next{
	right: 40px;
    border-width: 26px 0 26px 26px;
}
.fp-controlArrow.fp-prev{
    border-width: 26px 26px 26px 0;
}
/*****************************************************/






/*****************************************************/
/*ページ遷移が終わってから始まるアニメーション
（ページの移動が完了するとaddClass()で.activeが付与される）*/

.active .slideInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
 0% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
 @keyframes slideInUp {
 0% {
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
 filter: alpha(opacity=100);
}
}
/*****************************************************/




.section{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*jQueryが生成する.containerの親要素*/
.fp-tableCell {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*背景画像*/
.page1{background-image: url(../img/bg/top01_1600.jpg);}
.page2{background-image: url(../img/bg/top02_2400.jpg);}
.page3{background-image: url(../img/bg/top03_1_2400.jpg);}

.container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page1 .container{
	flex-direction:column;
}
.page1 .container .logo{
	width: 500px;
	margin: 0 0 20px 0;
}
.page1 .container h2{
	color: #fff;
	letter-spacing: .3rem;
}

.page2 .context{
	color: #333;
	text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
	width: 600px;
}
.page2 .context p{
	line-height: 2;
}
.page2 .items{
	line-height: 1.5;
	margin: 20px 0;
	padding: 0 0 0 20px;
}

.page3 .container{
	flex-direction: column;
	color: #fff;
}
.page3 .title{
	margin: 0 0 20px;
}

.page3 .context{
	margin: 0 0 20px 0;
}
.page3 .movie-wrap{
	margin: 20px auto;
}
.page3 .tnList{
	display: flex;
	justify-content: space-between;
	width: 720px;
}
.page3 .slide3 .image{
	margin: 30px 0 0;
}
.slide4 .order,
.slide4 .aboutPhoto{
	text-align: center;
	list-style-type: circle;
}
.slide4 .aboutPhoto{
	margin: 0 0 50px;
}
.slide4 .order li,
.slide4 .aboutPhoto li{
	list-style-type: circle;
	list-style-position: inside;
}



.page3 .slide4 .order{
	margin: 0 0 30px;
}

.page4 .title{
	color: #fff;
	margin: 0 0 20px;
}
.page4 p{
	text-align: center;
	color: #fff;
}
.page4 a{
	color: #fff;
}

.page10 .context{
	color: #fff;
}

.page10 .companyName{
	font-family: 'Poiret One', cursive, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic',"メイリオ", "Meiryo", sans-serif;
	font-size: 4rem;
	text-align: center;
}
.page10 .domain{
	font-family: 'Poiret One', cursive, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic',"メイリオ", "Meiryo", sans-serif;
	font-size: 3rem;
	border-top:1px solid #fff;
	text-align:center;
}
.page10 .information{
	margin: 2rem 0 0 0;
}