@charset "UTF-8";
/* CSS Document */
/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* フォントを指定したいところで */
body{
    font-family: 'Noto Sans JP';    
	max-width: 1280px;
	margin: 0 auto;
}


#contents{
	width: 100%;
	height:auto;
	margin:0 auto;
}

#contents .header{
	width:100%;
	height:auto;
	margin:0 auto;
}


.pageTop{
	background:#ccc;
	color:#FFF;
	padding:12px;
	position:fixed;
	bottom:20px;
	right:25px;
	opacity:0.6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size:10px;
  text-decoration: none;		
	}
.pageTop:hover{
	background:#666;
	}


/*------------------title logo-------------------*/
.headertitle{
	width: 13%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}	

/*menu-------------------------------------------*/

.animenu {
  font-size:0.8em;
  margin:0 0;
  width:75%;
  float:right;
  border-bottom: 1px solid #666;
  margin:3em 3.5em 0 0;
  padding:0;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:20%;
}
.animenu li a{
	  text-align:center;
	  padding:0 3em;
	  width:20%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:300px;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width:300px;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}
/*menu-------------------------------------------*/

/*main-------------------------------*/

.main{
	widows: 100%;
	height:auto;
	margin:5em auto;
	padding: 0 2em;
	color: #333;
}

.maintitle{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
}

/*--左bio--*/
.profile{
	width:35%;
	height:auto;
	float:left;
}
.bio1{
	font-size:0.9em;
}
.name{
	width:100%;
	height:auto;
	margin:0 0 2em 0;
}
.name h2{
	font-size:1.5em;
	color:#333;
}
.nameimg{
	margin-top:-30px;
}
.name p{
	font-size:1em;

	color:#333;
}
.title{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:20px 0;
	clear:both;
}
.title h2{
	font-size:0.9em;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}

.work1{
	font-size:1em;
	border-bottom:none;
	padding-top:1em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.bio2{
	font-size:11px;
	clear:both;
}
ul{
	list-style-type: none;	
}
li{
	padding:2px 0;
}

/*link*/
.link{
	width:90%;
	height:auto;
	float:left;
	border-top:1px #999 dotted;
	margin-top:100px;
	clear:both;
}
.link p{
	padding:1em 0 0 1em;
	font-size:1em;
}
.link p a{
	color:#333;
	text-decoration: none;
	padding-left:20px;
	font-size:1em;
}
.link p a:hover{
	color:#ddd;
}
/*link*/

/*--左bio--*/

/*--右bio--*/
.movie{
	width:60%;
	height:auto;
	float:right;
	border-left:1px #999 dotted;
	margin-top:120px;
	padding-bottom:100px;
	padding-left:1.5em;
}
.movie .contact a {
	color:#333;
	text-decoration: none;
	font-size:0.8em;
}
.movie .contact a:hover{
	color:#ddd;
}
span{
	color:#F00;
}

.movie ol{
	list-style-type: none;
}

.movie ol li{
	width: 188px;
	height: auto;
	display: block;
	margin:20px 0 0 12px;
	float:left;
}

.movie ol li p{
	font-size:0.8em;
	padding-top:0.5em;
	text-align:center;
}

/*-右bio--*/

/*main-------------------------------*/

/*fooer-------------------------*/

.footer{
	   width: 95%;
	   text-align:left;
	   height:auto;
	   margin:10em auto 1em auto;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	}
.reference small{
      color:#666;
	padding-left: 2em;
	font-size: 1em;
            }
span.reference a{
      color:#666;
      text-decoration:none;
	  padding-left: 1.5em;
          }
span.reference a:hover{
	color: #ddd;
	}

/*fooer-------------------------*/


/*----アコーディオン----*/
dt {
    background-color:#EFEFEF;
    border-bottom: solid 1px #999;
    margin-bottom: 1px;
    padding: 10px;
    color: #333;
    cursor: pointer;
    position: relative;
}
 
dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #999;
}
 
dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #EFEFEF;
}
 
dt.active:before {
  margin-top: -2px;
}
 
dt.active:after {
  margin-top: 3px;
}
 
dd {
	font-size: 1em;
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
    padding: 8px 0 8px 24px;
}


 
/*アコーディオン*/
.pc { display: block !important; }
.sp { display: none !important; }


@media screen and (max-width: 768px){
	
/*menu-------------------------------------------*/

.animenu {
  font-size:0.8em;
  width:100%;
  margin:4em 0 0 0;
  padding:0;
	border: none;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:100%;
  border-bottom: 1px solid #666;
}
.animenu li a{
	  text-align:left;
	  padding:0 3em;
	  width:100%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 23%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:  300px;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width: 300px;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}
	
.headertitle{
	width: 20%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}		
/*main-------------------------------*/

.main{
	widows: 100%;
	height:auto;
	margin:5em auto;
	padding: 0 1em;
}

.maintitle{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
}

/*--左bio--*/
.profile{
	width:100%;
	height:auto;
	float:none;
}
.bio1{
	font-size:12px;
}
.name{
	width:100%;
	height:auto;
	margin:0 0 2em 0;
}
.name h2{
	font-size:25px;
	color:#333;
}
.nameimg{
	margin-top:-30px;
	width: 65%;
}
.name p{
	font-size:15px;

	color:#333;
}
.title{
	width:90%;
	height:auto;
	float:left;
	text-align:left;
	margin:20px 0;
	clear:both;
}
.title h2{
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}

.work1{
	font-size:12px;
	border-bottom:none;
	padding-top:1em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.bio2{
	font-size:11px;
	clear:both;
}
ul{
	list-style-type: none;	
}
li{
	padding:2px 0;
}

/*link*/
.link{
	width:90%;
	height:auto;
	float:left;
	border-top:1px #999 dotted;
	margin-top:100px;
	clear:both;
}
.link p{
	padding:1em 0 0 1em;
	font-size:14px;
}
.link p a{
	text-decoration: none;
	padding-left:20px;
	font-size:14px;
}
.link p a:hover{
	color:#ddd;
}
/*link*/

/*--左bio--*/

/*--右bio--*/
.movie{
	width:100%;
	height:auto;
	float:none;
	border-left:none;
	margin:0 auto;
	padding:3em 0;
	padding-left:none;
}
.movie .contact a {
	text-decoration: none;
	font-size:14px;
}
.movie .contact a:hover{
	color:#ddd;
}
span{
	color:#F00;
}

.movie ol{
	list-style-type: none;
}

.movie ol li{
	width: 188px;
	height: auto;
	display: block;
	margin:20px 0 0 12px;
	float:left;
}

.movie ol li p{
	font-size:8px;
	padding-top:0.5em;
	text-align:center;
}

	

/*-右bio--*/

/*main-------------------------------*/


/*fooer-------------------------*/

.footer{
	   width:90%;
	   text-align:left;
	   height:auto;
	   margin:2em 0;
	   padding-left: 0;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	}
.reference small{
	font-size: 1em;
	clear: both;
	float: left;
	padding-top:1.5em;
	padding-left:2em;
            }
span.reference a{
      color:#666;
      text-decoration:none;
	  padding-left: 2em;
	  float: left;
          }
span.reference a:hover{
	color: #ddd;
	}
/*fooer-------------------------*/

}

@media screen and (max-width: 480px){
	
.animenu {
  font-size:0.8em;
  width:100%;
  margin:4em 0 0 0;
  padding:0;
  border: none;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:100%;
  border-bottom: 1px solid #666;
}
.animenu li a{
	  text-align:left;
	  padding:0 3em;
	  width:100%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: none;
  right: 0%;	
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:  100%;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width: 100%;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em 0 0.8em 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}

	

/*------------------title logo-------------------*/
.headertitle{
	width: 35%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}		
.main{
	widows: 100%;
	height:auto;
	margin:4em auto;
	padding:0;
}

.maintitle{
	width:95%;
	height:auto;
	float:none;
	margin: 0 auto;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
}

/*--左bio--*/
.profile{
	width:90%;
	height:auto;
	margin: 1em auto;
	float:none;
}
.bio1{
	font-size:12px;
}
.name{
	width:100%;
	height:auto;
	margin:0 0 2em 0;
}
.name h2{
	font-size:25px;
	color:#333;
}
.nameimg{
	margin-top:-30px;
}
.name p{
	font-size:15px;
	color:#333;
}
.title{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:20px 0;
	clear:both;
}
.title h2{
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}

.work1{
	font-size:12px;
	border-bottom:none;
	padding-top:1em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.bio2{
	font-size:11px;
	clear:both;
}
ul{
	list-style-type: none;	
}
li{
	padding:2px 0;
}

/*link*/
.link{
	width:90%;
	height:auto;
	float:left;
	border-top:1px #999 dotted;
	margin-top:2em;
	clear:both;
}
.link p{
	padding:1em 0 0 1em;
	font-size:14px;
}
.link p a{
	text-decoration: none;
	padding-left:20px;
	font-size:14px;
}
.link p a:hover{
	color:#ddd;
}
/*link*/

/*--左bio--*/

/*--右bio--*/
.movie{
	width:90%;
	height:auto;
	float:none;
	border-left:none;
	margin:0 auto;
	padding:3em 0;
	padding-left:none;
}
.movie .contact a {
	text-decoration: none;
	font-size:14px;
}
.movie .contact a:hover{
	color:#ddd;
}
span{
	color:#F00;
}

.movie ol{
	list-style-type: none;
}

.movie ol li{
	width: 188px;
	height: auto;
	display: block;
	margin:20px 0 0 12px;
	float:left;
}

.movie ol li p{
	font-size:8px;
	padding-top:0.5em;
	text-align:center;
}

dd {
	font-size: 1em;
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
    padding: 0 1em;
}

/*-右bio--*/

/*main-------------------------------*/
	
/*fooer-------------------------*/

.footer{
	   width:90%;
	   text-align:left;
	   height:auto;
	   margin:3em 0;
	   padding-left: 0;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	}
.reference small{
	font-size: 1em;
	clear: both;
	float: left;
	padding-top:1em;
	padding-left:1em;
	color: #666;
            }
span.reference a{
      text-decoration:none;
	  padding-left: 1em;
	 float: left;
	  color: #666;
          }
span.reference a:hover{
	color: #ddd;
	}

/*fooer-------------------------*/	

}
