@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
s
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

hr {
height: 1px;
  border: none;
  border-top: 1px #ccc solid;
	width:50%;
}


a {
  outline: none;
  color: #666;
  text-decoration: none;
  font-weight: bold;

}

a:visited {
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}


body::-webkit-scrollbar
{
        overflow:hidden;
        width:2px;
        background:#f1f1f1;
         
        -webkit-border-radius:6px;
        border-radius:6px;
}
        body::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
body::-webkit-scrollbar-button
{
       display:none;
}
body::-webkit-scrollbar-piece
{
        background:#eee;
}
        #scrollbar03::-webkit-scrollbar-piece:start
        {
                background:#eee;
        }
body::-webkit-scrollbar-thumb
{
        overflow:hidden;
        -webkit-border-radius:6px;
        border-radius:6px;
         
        background:#ccc;
}
body::-webkit-scrollbar-corner
{
        overflow:hidden;
        -webkit-border-radius:6px;
        border-radius:6px;
         
        background:#666;
}




#scd a {
  padding-top: 70px;
}
#scd a span {
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}





/* Custom CSS
 * --------------------------------------- */
body{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #000;
 animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	line-height:2em;}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 4em;
}

.sign{
	text-align:right;
	font-size: 0.8em;
}

.sign img{
	width: 250px;
}



.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:block;
	color: #fff;
	background:#000;
	background-color: rgba(0,0,0,0.9);
	width: 250px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	font-weight:bold;
	font-size: 15px;
}
#menu li.active{
	background:#666;
	color: #fff;
	background-color: rgba(255,0,0,0.8);
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li a:hover{
animation: rumble 0.12s linear infinite;
}
 
@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}

}
#menu li.active a:hover{
	color: #fff;
	}
#menu li:hover{
	background-color: rgba(51,51,51,0.7);
}
#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;
	z-index: 70;
	width: 250px;
	padding: 0;
	margin-left:80px;
  overflow-x:hidden;
}

#menu img{
	vertical-align: bottom;
}


#copy{
	position:fixed;
	right:0;
	bottom:0;
	z-index: 70;
	width: 225px;
}


#sns{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	padding: 0;
	width: 93px;
	margin-top: 15px;
	margin-left: 15px;
}


#icon{
	top: 20px;
	right: 20px;
	z-index:10;
	position: absolute;
animation: rumble 0.8s linear infinite;
}





.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}



/* Sections
		 * --------------------------------------- */
		#section0 img,
		#section1 img{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}
		
.home {
	width: 95px;
	margin: 0 auto;
}

.home ul{
	width: 264px;
	margin: 0 auto;

}

.home li{
	width: 112px;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}


.midashi{
		font-size: 1.4em;
text-align:center;	
  color: #000;
}

.midash_big{
		font-size: 1.4em;
text-align:left;	
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	color:#333;
}


.midashi_name{
	font-size: 1em;
	color:#999;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
top: 0.65em;
z-index:9999;
}

.midashi_fune{
	font-size: 1.4em;
	text-align:center;
	top: 2.6em;
	z-index:9999;
	position: relative;
	margin:0 auto;
}

.midashi_ex{
	font-size: 0.9em;
	color:#999;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
    bottom:8%;
z-index:9999;
}


.messege {
	width: 80%;
	margin: 0 auto;
text-align:left;	
}


.messege a {
  outline: none;
  color: #000;
  text-decoration: none;
  font-weight: bold;

}

.messege a:visited {
  text-decoration: none;
  color: #000;
}

.messege a:hover {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

.messege2 {
	width: 80%;
	margin: 0 auto;
text-align:center;
line-height:1.6em;

}
.profile1 {
	font-size:1.2em;	
line-height:3em;
	margin: 0 auto;
}
.profile2 {
	font-size:0.8em;	
}

#num {
	font-size:1.4em;	
line-height:3em;
text-align:center;
}

.atogaki {
	width: 70%;
	margin: 0 auto;
	text-align:center;
	color:#000;
}

.atogaki img {
	width: 100%;
	margin: 0;
}

.funenoyubiwa_txt {
	width: 70%;
	margin: 0 auto;
	text-align:left;
	color:#000;
}

.funenoyubiwa_txt img {
	width: 100%;
	margin: 0;
}

.txt_sc{
	width: 75%;
	height: 80%;
	margin:0 auto;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

.ifrm {
width:100%;
height:100%;
border:none;
}
	
	
	.zuroku {
	margin: 0 auto;
	text-align:center;
	color:#fff;
	font-size:0.7em;
	margin-bottom:0.7em;
}
	
@media screen and (max-width: 768px) {


.atogaki img {
	width: 100%;
	margin: 0 0%;
}

.midashi_fune{
	font-size: 1.4em;
	text-align:center;
	top: 2.2em;
	z-index:9999;
	position: relative;
	margin:0 auto;
}

.txt_sc{
	width: 95%;
	height: 80%;
	margin:0 auto;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}


.midashi_name{
	font-size: 1em;
	color:#999;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
top: 0.8em;
}


.midashi_ex{
	font-size: 0.8em;
	color:#999;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
    bottom:8%;
}
.sign img{
	width: 210px;
}

.messege {
	width: 90%;
	margin: 0 auto;
text-align:left;	
}

.atogaki {
	width: 90%;
	margin: 0 auto;
	text-align:left;
}


.funenoyubiwa_txt {
	width: 90%;
	margin: 0 auto;
	text-align:left;
	color:#000;
}



}


.form {
	width: 70%;
	height: 80%;
	margin: 0 auto;
	text-align:center;
}

.form_sc{
	width: 100%;
	height: 100%;
	overflow:scroll;
  -webkit-overflow-scrolling:touch;
}

.about {
	width: 390px;
	margin: 0 auto;
	text-align: center;
}

.about p {
	padding-top: 20px;
	font-weight: bold;
	margin: 0 auto;
	font-size: 16px;
	color:#333;
	line-height:1.4em;
		}
.prof {
	padding-top: 15px;
	padding-bottom: 35px;
	font-weight: bold;
	margin: 0 auto;
	font-size: 12px;
	color:#333;
		}	
		
	.work {
	padding: 25px;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
	font-size: 12px;
	color:#ccc;
	background-color: rgba(0,0,0,0.5);
	border: 5px solid #FFF;
		}	
		
.address {
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
	font-size: 12px;
	color:#333;
		}	
	
.map {
	width: 500px;
	margin: 0 auto;
}

.map p {
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
	font-size: 16px;
	color:#fff;
	line-height:1.4em;
	}
		
.slide {
	height: 88%;
	margin-top:-0.6%;		}		
		
@media screen and (max-width: 414px) {

.messege2 {
	width: 80%;
	margin: 0 auto;
text-align:left;
line-height:1.6em;

}

.midashi_name{
	font-size: 0.8em;
	color:#999;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
top: 0.8em;
}

.midashi_ex{
	font-size: 0.6em;
	color:#999;
	position: absolute;
  left: 0;
  right: 0;
  margin: auto;
    bottom:8%;
z-index:9999;
}


.slide img {
	height: auto;
	width: 85%;
	margin-top:-7%;}		
		}		
		
			/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
background-position: center;	}
	.slide{
		background-size: cover;
}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
        background-image: url(../img/common/goaisatsu.jpg);
		padding: 0 0 0 0;
			color:#fff;
background-position: right;
	}
	
	#section2{
		background-image: url(../img/common/film1.jpg);
		padding: 0 0 0 0;
			color:#fff;
background-position: right;
	}
	#section3{
        background:#000;
		padding: 0 0 0 0;
		
	}
	#section4{
		background-image: url(../img/common/atogaki.jpg);
		padding: 0 0 0 0;
			position: relative;
			color:#fff;

	}
	

#section5{
		background-image: url(../img/common/fune.jpg);
		padding: 0 0 0 0;
			position: relative;

	}
	



	/* アニメーション		
	* --------------------------------------- */
	
	.button {
	background-color: #666;
	border: 2px solid #666;
	color: #fff;
	display:block;
	width:130px;
	margin-top:10px;
	font-weight:bold;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.button:hover {
	background-color: #fff;
	border-color: #ccc;
	color: #000;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button a:link		{ color: #fff; text-decoration: none; display:block; padding:5px;
}
.button a:visited	{ color: #fff; text-decoration: none; }
.button a:active	{ color: #000; text-decoration: none; }
.button a:hover		{
	color: #000;
	text-decoration: none;
}

.fin{
	color:#900;
}

.fin2{
	color:#ccc;
}


.link a {
  padding: 0.5em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(51,51,51,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.link a:hover {
  background-position: -100% 0;
  color: #000;
}

.link2 a {
  padding: 0.5em;
  background-image: linear-gradient(to right, rgba(51,51,51,1) 50%, rgba(0,0,0,0.2) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  color: #fff;
}
.link2 a:hover {
  background-position: -100% 0;
  color: #333;
  
}

.link3 a {
	padding: 0.5em;
	background-image: linear-gradient(to right, rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.9) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color: #fff;
	font-size: 0.7em;
}
.link3 a:hover {
  background-position: -100% 0;
  color: #000;
}


.br-pc { display:block; }

@media screen and (max-width: 414px) {
.br-pc { display:none; }
.slide {
	height: 78%;
	margin-top:-1.6%;		}		
}
