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

body *{font-weight: 400;
font-family: futura-pt, sans-serif;
/*font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/}

body{font-family: futura-pt, sans-serif; box-sizing: content-box;}


/**/
main{background: #C3C3C4; position: relative; margin: 0; padding: 0; font-size: 1.6rem; /*padding-top: 100px;*/}
main #contents{max-width: 1100px; margin: auto;}
#top main{padding-top: 0;}

/*menu*/
header{height:105px;}
#nav1 { position: fixed; left: 0; top: 0; width: 100%; /*padding: 0 30px; */ z-index: 600; /*transition: all 500ms ease;*/ background-color: #000; background-image: url("../img/menu_bg.png"); background-size: 100% 40px; padding: 40px 0 0;}

#nav1 .odd { background: #000;}
#nav1 .odd ul { /*display: flex; display: -ms-flex; display: -webkit-flex; flex-wrap: wrap; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 30px;*/ 
display: flex; justify-content: center;}
#nav1 .odd ul li {padding: 20px 20px; }
/*#nav1 .odd ul li.nop { letter-spacing: 0.1em; line-height: 1.2; text-decoration: none; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 1.5rem; background: #717071; }*/

/*#special #nav1 .odd ul li a{padding-left: 20px;}*/
#nav1 .odd ul li a { color: #fff; text-decoration: none; font-size: 25px; /*display: block; padding: 30px 20px;*/ /*letter-spacing: 0.1em; line-height: 1.2; text-decoration: none; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 1.5rem; */}
#nav1 .odd ul li.noop { /*letter-spacing: 0.1em; line-height: 1.2; text-decoration: none; color: #999; font-family: 'Montserrat', sans-serif; font-size: 1.5rem;*/ }

#nav1 .odd ul li.m01:hover { background: #815898; color: #fff; }
#nav1 .odd ul li.m02:hover { background: #43B7B5; color: #fff; }
#nav1 .odd ul li.m03:hover { background: #E6418C; color: #fff; }
#nav1 .odd ul li.m04:hover { background: #009DE0; color: #fff; }
#nav1 .odd ul li.m05:hover { background: #E89785; color: #fff; }
#nav1 .odd ul li.m06:hover { background: #AF9641; color: #fff; }

#top .odd ul li.m01 { background: #815898; color: #fff; }
#concept .odd ul li.m02 { background: #43B7B5; color: #fff; }
/*#stay .odd ul li.m03 { background: #E6418C; color: #fff; }*/
#special .odd ul li.m04 { background: #009DE0; color: #fff; }
#nav1 .odd ul li:last-child { margin-right: 0; }

#menu1 { display: none; }
body.open { overflow: hidden; }

.f_snsicon{display: flex; justify-content: center; margin: 20px 0;}
.f_snsicon li{ width: 55px; padding: 0 10px;}

/*スマホ画面で例１のハンバーガーメニューの形にする*/
@media screen and (max-width: 600px) {
header{height:60px;}
#nav1 { display: none;  }
#menu1 { display: block; position: fixed; left: 0; top: 0; width: 100%; padding:20px 0 8px; z-index: 600;}
#menu1{background-color: #fff; background-image: url("../img/menu_bg.png"); background-size: 100% 10px; background-repeat: no-repeat;}

#top header #menu1{display: none;}
#top header.scroll-nav #menu1{background: none; display: block;}


#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 40px;
  height: 32px;
  vertical-align: middle;
  padding: 5px;
}

#top #nav-open{padding: 10px; 
  width: 44px;
  height: 38px;background: rgba(0,0,0,0.8);}


/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #000;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  line-height: 1.9;
  height: auto;
  padding: 60px 20px 30px;
  
}
#nav-content a{color: #fff; padding-left: 1.5em; text-decoration: none;}
#nav-content li.snsicon a{padding-left: 0;}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
} 


#spmenu .snsicon{display: flex; justify-content: flex-end;}
#spmenu .snsicon p{width: 35px; margin-left: 20px;}


#nav-content .snsicon{display: flex; justify-content: flex-end;}
#nav-content .snsicon p{width: 35px; margin-left: 20px;}


}/*//sp*/

/*footer*/

footer{background:#000 url("../img/footer_bg2.png") no-repeat top right; background-size: 1100px auto;}
footer div{color: #fff; text-align: center; line-height: 1.5em;/* padding: 160px 0 80px;*/}

@media screen and (max-width: 1100px) {
footer{background-size: 100% auto;}
}

.pc{display: inline-block;}
.sp{display: none;}
@media screen and (max-width: 1024px) {
.pc{display: inline-block;}
.sp{display: none;}
}
@media screen and (max-width: 768px){
.pc{display: none;}
.sp{display: inline-block;}
}


/*goto*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	cursor: pointer
	
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



/*アニメ*/
.box{
  opacity:0;
}
.fadeInRight{
  transition: all 0.5s ease-in;
  transform: translateX(0px);
  opacity: 1 !important;
}


.fadeInRight100{
  transition: all 0.5s ease-in;
  transform: translateX(100px);
  opacity: 1 !important;
}

/*.fadein-y {
  opacity : 1;
  transform: translateY(20px);
  transition: all 1s;
}*/

.fadein-y{ 
　opacity:0;
  animation-name:fadein-y;
  animation-duration:5s; 
  /*animation-iteration-count: infinite;*/
  animation-fill-mode: forwards;
}
.fadein-y2{ 
　opacity:0;
  animation-name:fadein-y2;
  animation-duration:5s; 
  /*animation-iteration-count: infinite;*/
  animation-fill-mode: forwards;
}

@keyframes fadein-y {
0% {
 opacity: 0;
 transform: translateY(30px);
}
 100% {
 opacity:1;
 transform: translateY(0);
 } 
}

.fadein-x{ 
　opacity:0;
  animation-name:fadein-x;
  animation-duration:5s; 
  /*animation-iteration-count: infinite;*/
  animation-fill-mode: forwards;
}

@keyframes fadein-y2 {
0% {
 opacity: 0;
 transform: translateY(-30px);
}
 100% {
 opacity:1;
 transform: translateY(0);
 } 
}

.fadein-x{ 
　opacity:0;
  animation-name:fadein-x;
  animation-duration:5s; 
  /*animation-iteration-count: infinite;*/
  animation-fill-mode: forwards;
}


@keyframes fadein-x {
0% {
 opacity: 0;
 transform: translateX(-30px);
}
 100% {
 opacity:1;
 transform: translateX(0);
 } 
}

/*06*/
.fadein-x2{ 
　opacity:0;
  animation-name:fadein-x2;
  animation-duration:5s; 
  /*animation-iteration-count: infinite;*/
  animation-fill-mode: forwards;
}
@keyframes fadein-x2 {
0% {
 opacity: 0;
 transform: translateX(-50px);
}
 100% {
 opacity:1;
 transform: translateX(0);
 } 
}

/*07*/
.fadein-x3{ 
　opacity:0;
  animation-name:fadein-x3;
  animation-duration:3s; 
  
}
@keyframes fadein-x3 {
0% {
 opacity: 0;
 transform: translateX(-60px);
}
 100% {
 opacity:1;
 transform: translateX(0);
 } 
}

/*08*/
.fadein-x4{ 
　opacity:0;
  animation-name:fadein-x4;
  animation-duration:5s; 
  
}
@keyframes fadein-x4 {
0% {
 opacity: 0;
 transform: translateX(-80px);
}
 100% {
 opacity:1;
 transform: translateX(0);
 } 
}


/*09*/
.fadein-x5{ 
　opacity:0;
  animation-name:fadein-x5;
  animation-duration:3s; 
  
}
@keyframes fadein-x4 {
0% {
 opacity: 0;
 transform: translateX(-100px);
}
 100% {
 opacity:1;
 transform: translateX(0);
 } 
}





/*hero*/


/* animation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
	/*text-align: center;*/
}
.passing .passing-bar {
	position: relative;
	/*display: inline-block;*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#hero .passing .passing-bar:before {
	content: '';
	/*display: inline-block;*/
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #000;
}

#stay .passing .passing-bar:before {
	content: '';
	/*display: inline-block;*/
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #fff;
}

#ideas .passing .passing-bar:before,
#howto .passing .passing-bar:before {
	content: '';
	/*display: inline-block;*/
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #fff;
}


.passing .passing-bar:before {
	content: '';
	/*display: inline-block;*/
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #C3C3C4;
}
.passing .passing-txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 2s ease 0s 1 normal forwards;
	animation: passing-bar 2s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}






/**/
/*
.inview.on {
  animation: kurukuru 1600ms ease-out forwards;
}

@keyframes kurukuru {
  0% {
    opacity: 0.0;
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1, 0);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1, 0);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0);
  }
  60% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(1, 0);
  }
  80% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 0);
  }
  100% {
    opacity: 1.0;
    transform: scale(1, 1);
  }
}
@keyframes slideIn {
  0% {
    width: 100%;
  }
  40% {
    width: 90%;
  }
  60% {
    width: 10%;
  }
  100% {
    width: 0%;
  }

}
*/
