@charset "utf-8";

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */

html {
	
	width: 100%;
	height: 100%;
	text-align: center;
	
}

body {
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
		
	color: #000;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1;
	
	/* -webkit-tap-highlight-color: rgba(0,0,0,0); */
	-webkit-text-size-adjust: 100%;
	
}

h1, h2, h3, h4{
	
	margin: 0;
	font-weight: normal;
	
}

ul {
	
	margin: 0;
	padding: 0;
	
}

li {
	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

li img {
	
	vertical-align: bottom;
	
}

p {
	
	margin: 0;
	
}

a {
	color: #000;
	
}

a:link, a:visited {
	
	text-decoration: none;
	
}

a:hover, a:focus, a:active {
	
	
}

a img {
	
	border: 0;
	
}

*{
	box-sizing: border-box;
}

/* ----- */

#contents{
	width: 90%;
	margin: 0 auto;
}

header{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
	margin-bottom: 100px;
}

video {
	position: absolute;
	top: 30px;
	left: 0;
	-o-object-fit: cover;
	object-fit:cover;
	object-position: 50% 50%;
	width: 100%;
	height: cover;
	background: url('../images/bg.png') no-repeat; /* 静止した場合の画像が必要 */
	background-size: cover;
	z-index: -1;
}

#index{
	width: 100%;
	height: 50px;
}

.logo{
	width: 100%;
	margin-top: 35px;
}

.logo img{
	width: 210px;
	height: 40px;
}

.indexButton{
	width: 100%;
	margin: 7px 0 0 0;
}

.indexButton a{
	display: block;
	padding: 15px;
	color: #000;
}

label{
	position: absolute;
	top: -5px;
	right: 5px;
	display: block;
    margin: 10px 0 4px 0;
    line-height: 1;
    color :#fff;
    cursor :pointer;
}

label img{
	width: 30px;
	height: 30px;
	border-radius: 15px;
}

input{
	display: none;
}

.indexButton ul{
	margin: 10px 0 0 0;
    padding: 0;
    background :#efefef;
}

.indexButton li{
	width: 90%;
	height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
    background: #dfd9d9;
    font-family: 'Ubuntu', sans-serif; 
}

#menu_bar01:checked ~ #links01 li{
	height: 54px;
    opacity: 1;
}

#sections{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px auto;
}

.sec{
	width: 30%;
}

.header{
	width: 100%;
	padding: 10px 0 10px 0;
	background: #efefef;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	margin: 0 0 30px 0;
}

.header:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #efefef;
}


.header h2{
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
}

.header h3{
	font-size: 12px;
	color: #898989;
}

.secIcon img{
	width: 80px;
	height: cover;
}

#member{
	width: 100%;
	
}

.subHeading{
	width: 100%;
	text-align: left;
	display: flex;
	line-height: 40px;
	align-items: center;
}

.subHeading h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
}

.subHeading h3{
	font-size: 16px;
	color: #898989;
	margin-left: 20px;
	
}

.proBox{
	width: 100%;	
	border-radius: 5px;
	margin: 50px 0 0 0;
	
}

.profile{
	width: 100%;
	height: cover;
	background: #efefef;
	margin: 0 0 50px 0;
	padding: 20px;
	border-radius: 10px;
}

.proParameter{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.proPhoto{
	width: 45%;
}

.proPhoto img{
	width: 100%;
	height: cover;
	border-radius: 50%;
	margin-top: -40px;
	border: 1px solid black;
	box-shadow: 5px 5px 1px black;
	-webkit-box-shadow: 5px 5px 1px black;
}

.proPhoto img:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	top: 5px;
	left: 5px;
}

.proName{
	width: 45%;
	flex: 1;
	text-align: center;
	flex-direction: column;
	display: flex;
}

.secName{
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 28px;
}

.name{
	font-size: 16px;
	line-height: 35px;
}

.ruby{
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #898989;
}

.proCopy{
	text-align: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 26px; 
	margin-top: 20px;
}

#works{
	width: 100%;
}

.archive{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}

.box{
	width: 45%;
	margin: 20px 0 0 0;
}

.archive img{
	width: 100%;
	height: cover;
	border-radius: 5px;
}

.archive p{
	font-size: 16px;
	margin: 5px 0 0 0;
}

.archive p b{
	font-weight: normal;
	font-size: 12px;
}

/* ------------------------- */

/*
.container {
	margin: 30px auto;
	width: 90%;
}
*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.menu li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 20px;
	color: #333;
	text-decoration: none;
	border-radius: 4px 4px 0 0; 
}

.menu li a.active {
/*
	background: #ccc;
	color: #fff;
*/
}

.menu li a:not(.active):hover {
	opacity: 0.5;
	transition: opacity 0.4s;
	-webkit-transition:  opacity 0.4s;
	-moz-transition:  opacity 0.4s;
}

.content.active{
	color: #fff;
	padding: 12px;
	display: flex;
	flex-wrap: wrap;
}

.content {
	display: none;
	width: 100%;
	height: auto;
	
}

.content img{
	width: 100%;
	height: cover;
}

/* ------------------------- */

.details{
	width: 100%;
	margin: 20px 0 0 0;
}

.details img{
	width: 200px;
	height: 40px;
	border-radius: 11px;
	box-shadow: 5px 5px 1px black;
	-webkit-box-shadow: 5px 5px 1px black;
	
}

.details img:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	top: 5px;
	left: 5px;
}

#contact{
	width: 100%;
	background: #efefef;
	margin: 50px 0 30px 0;
}

.contact{
	width: 100%;
}

.contact p{
	font-size: 16px;
	line-height: 20px;
	padding: 30px 0 0 0;
}

.contactHeading{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0 0;
}

.contactHeading h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
}

.contactHeading h3{
	font-size: 16px;
	color: #898989;
	margin-left: 20px;
}

.contactLink{
	width: 100%;
	padding: 30px 0 50px 0;
}

.contactLink img{
	width: 90%;
	height: cover;
	border-radius: 11px;
	box-shadow: 5px 5px 1px #efefef, 6px 6px 1px black;
	-webkit-box-shadow: 5px 5px 1px #efefef, 6px 6px 1px black;
}

.contactLink img:hover{
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	top: 6px;
	left: 6px;
}

#footerIndex{
	width: 100%;
	text-align: center;
}

.footerIndex{
	width: 100%;
}

.footerLogo img{
		width: 210px;
		height: 40px;
}

.footerButton{
	display: none;
}

.adress{
	width: 100%;
	padding: 20px 0 0 0;
}

.adress p{
	font-size: 12px;
	line-height: 20px;
}

.adress p br{
	display: none;
}

.copyright{
	font-size: 12px;
	text-align: center;
	margin: 20px 0 30px 0;
}


/* ------------------------------- */

@media screen and (min-width:415px) and (max-width:959px){
	.secIcon img{
		width: 144px;
		height: 136px;
	}
	
	#member{
		width: 100%;
		text-align: center;
	}
	
	.subHeading{
		width: 100%;
		text-align: left;
		display: flex;
		align-items: center;
	}
	
	.subHeading h1{
		font-family: 'Ubuntu', sans-serif;
		font-size: 40px;
	}
	
	.subHeading h3{
		font-size: 20px;
		color: #898989;
		margin-left: 20px;
		
	}
	
	.proBox{
		width: 100%;	
		margin: 50px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.profile{
		width: 45%;
		height: cover;
		background: #efefef;
		margin: 0 0 50px 0;
		padding: 30px;
		border-radius: 10px;
	}
		
	.proPhoto img:hover{
		box-shadow: none;
		-webkit-box-shadow: none;
		position: relative;
		top: 5px;
		left: 5px;
	}
		
	.proCopy{
		text-align: left;
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 26px; 
		margin-top: 20px;
	}
	
	.content.active{
		color: #fff;
		padding: 12px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.content.active:after{
	    content:"";
	    display:block;
	    width: 30%;
	    height:0;
	 }
	
	.box{
		width: 30%;
		margin: 20px 0 0 0;
	}
	
	.contactHeading h1{
		font-family: 'Ubuntu', sans-serif;
		font-size: 40px;
	}
	
	.contactHeading h3{
		font-size: 20px;
		color: #898989;
		margin-left: 20px;
	}

	
	.contactLink img{
		width: 400px;
		height: 86px;
		border-radius: 11px;
		box-shadow: 5px 5px 1px #efefef, 6px 6px 1px black;
		-webkit-box-shadow: 5px 5px 1px #efefef, 6px 6px 1px black;
	}
	
	.contactLink img:hover{
		position: relative;
		box-shadow: none;
		-webkit-box-shadow: none;
		top: 6px;
		left: 6px;
	}
	
	.contact p br{
		display: none;
	}

	
}

/* --------------------------------- */

@media screen and (min-width:960px) {
	#contents{
		width: 75%;
		margin: 0 auto;
	}

	#index{
		width: 100%;
		height: 50px;
		text-align: left;
		display: flex;
		justify-content: space-between;	
	}
	
	#index label{
		display: none;
	}
	
	#index input{
		display: none;
	}

	.logo{
		margin-top: 35px;
		
	}
	
	.indexButton ul{
		display: block;
		display: flex;
	}
	
	.indexButton ul li{
		overflow: visible;
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		line-height: 45px;
		margin-left: 45px;
	}
	
	
	.button a:hover{
		display: block;
		background-image: url("../img/hoverIcon.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		-moz-background-position-x: center bottom;
		-webkit-background-position-x: center bottom;
	}
	
	#sections{	
		width: 100%;
		margin: 50px auto 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.sec{
		width: 30%;
		line-height: 40px;
		
	}
	
	.header{
		width: 100%;
		height: cover;
		background: #efefef;
		border-radius: 10px;
		position: relative;
	}
	
	.header:before{
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 15px solid #efefef;
	}
	
	.header h2{
		font-family: 'Ubuntu', sans-serif;
		font-size: 30px;
		padding: 10px 0 0 0;
	}
	
	.header h3{
		color: #898989;
		font-size: 14px;
		margin: 5px 0 0 0;
	}
	
	.secIcon{
		margin: 20px 0 0 0;
	}
	
	.secIcon img{
		width: 144px;
		height: 136px;
	}
	
	.contactLink img{
		width: 400px;
		height: 86px;
		border-radius: 11px;
		box-shadow: 5px 5px 1px #efefef, 6px 6px 1px black;
		-webkit-box-shadow: 5px 5px 1px #efefef, 6px 6px 1px black;
	}
	
	.contactLink img:hover{
		position: relative;
		box-shadow: none;
		-webkit-box-shadow: none;
		top: 6px;
		left: 6px;
	}
	
	#member{
		width: 100%;
		text-align: center;
		margin: 80px 0 0 0;
	}
	
	.subHeading{
		width: 100%;
		text-align: left;
		display: flex;
		align-items: center;
	}
	
	.subHeading h1{
		font-family: 'Ubuntu', sans-serif;
		font-size: 40px;
	}
	
	.subHeading h3{
		font-size: 20px;
		color: #898989;
		margin-left: 20px;
		
	}
	
	.proBox{
		width: 100%;	
		margin: 50px 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.profile{
		width: 45%;
		height: cover;
		background: #efefef;
		margin: 0 0 50px 0;
		padding: 30px;
		border-radius: 10px;
	}
		
	.proPhoto img:hover{
		box-shadow: none;
		-webkit-box-shadow: none;
		position: relative;
		top: 5px;
		left: 5px;
	}
		
	.proCopy{
		text-align: left;
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 26px; 
		margin-top: 20px;
	}
	
	.content.active{
		color: #fff;
		padding: 12px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.content.active:after{
	    content:"";
	    display:block;
	    width: 30%;
	    height:0;
	  }

	
	.box{
		width: 30%;
		height: cover;
		margin: 20px 0 0 0;
		position: relative;
		overflow: hidden;
	}
	
	.caption1{
		position:absolute;
		right: 100%;
		top: -5px;
		background-color: rgba(0, 0, 0, 0.3);
		color:#fff;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		text-align: center;
		padding-top: 30%;
	}
	
	.contactHeading h1{
		font-family: 'Ubuntu', sans-serif;
		font-size: 40px;
	}
	
	.contactHeading h3{
		font-size: 20px;
		color: #898989;
		margin-left: 20px;
	}
	
	.contact p br{
		display: none;
	}
		
	#footerIndex{
	width: 75%;
	text-align: center;
	margin: 0 auto;
	}
	
	.footerIndex{
		display: flex;
		justify-content: space-between;
	}
	
	.footerLogo{
/* 		margin: 60px 0 0 0; */
	}
		
	.footerButton{
		display: block;
	}
	.footerButton ul{
		display: flex;
	}
	
	.footerButton ul li{
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		line-height: 55px;
		margin-left: 45px;
	}
	
	.adress{
		width: 100%;
		text-align: left;
		line-height: 24px;
	}
	
	.copyright{
		width: 100%;
		text-align: right;
		margin: 10px 0 30px 0;
	}
	
}
