@charset "UTF-8";
@import "reset.css";
@import url('https://fonts.googleapis.com/css?family=Anton|Coda+Caption:800|Lato|Oswald:500,600,700');
@media screen and (min-width: 1025px){
/* CSS Document */


/*
	----------------------------
	HTML SELECTORS
	____________________________
*/


body {
  background: #ffffff;
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
}

.bg_video{
  width:100%;
  height:100%;
}

.bg_img{display:none;}

a { text-decoration: underline; color:#00ff00;}

a:hover {
  color: #0000ff;
  text-decoration: none;
}

h1 { font-size: 32px; line-height: 20px; font-weight: normal; letter-spacing: 1px; color: #000; }
h2 { font-size: 24px; line-height: 24px; font-weight: normal; letter-spacing: 1px; color: #000; }


.table_top br { line-height: 18px; }

.table_top p {
  font-size:14px;
  line-height:10px;
  padding-top:5px;
}

.table br { line-height: 38px; }

.cv p{ margin-bottom:-10px; }

/*
	----------------------------
	LAYOUT
	____________________________
*/


#wrapper { width: 90%; margin: 0 auto;  }
#main { width: 640px; float: left; }
#main > p, #main > div { margin-left: 7px; }

/*
	----------------------------
	PAGE/SECTION SPECIFIC
	____________________________
*/


#video-controls { width: 333px; }
#video-controls a { color: #ddd; text-decoration: underline; }


/*
	----------------------------
	UTILITY CLASSES
	____________________________
*/

.menu {
  position:fixed;
  margin-top:120px;
  padding-left:40px;
  letter-spacing: 1px;
  z-index:999;
}

.menu_cv {
  position:fixed;
  left:0;
  margin-top:120px;
  padding-left:40px;
  letter-spacing: 1px;
  z-index:999;
}


.logo a {text-decoration: none;}

.m_link{
  margin-top:40px;
  font-size:24px;
  color:#00ff00;
}


.contact {
  position:fixed;
  left:0;
  bottom:0;
  padding-left:40px;
  padding-bottom:40px;
  padding-top:20px;
  letter-spacing: 1px;
  z-index:999;
  width:240px;
}


.cv{
  font-family: 'Lato', sans-serif;
  font-weight:400;
  position:absolute;
  font-size:14px;
  line-height: 26px;
  margin-top:120px;
  padding-left:22%;
  margin-bottom:100px;
  z-index:1;
}

.profimg img{
  width: 360px;
  height:auto;
  margin-left:40vw;
}

.prof{
  margin-top: -250px;
  margin-bottom: 40px;
}

/* cvレイアウト */
.table{
	 display: table;
	 table-layout:fixed;
   margin-bottom:25px;
}

.table_jp{
	 display: table-cell;
   font-size:13px;
   width:100%;
   line-height:26px;
   margin-top:20px;
}

.table_en{
	 display: table-cell;
   font-size:13px;
   width:100%;
   line-height:26px;
   margin-top:20px;
}



.ytube{
  font-size:14px;
  position:absolute;
  right:0;
  margin-top:60px;
  margin-right:57%;
  letter-spacing: 0.5px;
}

/* TOPのvideo link */
.table_top{
	 display: table;
	 table-layout:fixed;
   position:absolute;
   margin-right:0%;
   width:340px;
}

.table_top01{
	 display: table-cell;
   font-size:13px;
   width:300px;
}

.table_top02{
	 display: table-cell;
   font-size:13px;
   width:300px;
   padding-left:10px;
}

.table_top03{
	 display: table-cell;
   font-size:13px;
   width:340px;
   line-height:18px;
   padding-left:10px;
}

.genre{
  margin-bottom:40px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


}
