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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);



body{
	margin:0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:350;
	letter-spacing: 0.05em;
	min-height: 100%;
  	display: flex;
  	flex-direction: column;
	color: #333333;
	line-height: 170%;
}

@media (min-width:800px) {
	body{
	background-image: url("../img/bg_eda.jpg");
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-attachment: fixed;
}
}



html {
  height: 100%;
}


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

@media (min-width:800px) {
		.t_btn{
		display: none;
		text-align: center;
	}
	#contents{
	width:60%;
	padding-left: 300px;
	padding-right:30px;
}
}

@media (min-width:1200px) {
 #contents{
	width:800px;
	padding-left: 300px;
	margin-right:4%;
 }
}


/* header */

header .container{
	background-color: rgba(255,255,255,0.8);
	margin-top:15px;
	top:0;
	left:0;	
	z-index: 100;
	border: none;
}

@media (max-width:799px) {
/* SP用 */
	
.br-sp { display:none; }

header .container{
	margin-top: 15px;
	top: 0;
	left: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	margin: 0 auto;
}
	.h1_title{
	margin: 20px 10px 0px 10px;
	}}

.h1_title{
	width:100%;
	display: block;
	max-width: 800px;
	padding-top: 0.8em;
}

.h1_title h1{
	display: none;
}

.h1_title{
	height:30px;
	margin: 30px 10px 10px 10px;
	background-image: url(../img/h1_title.svg);
	background-size: 75%;
	background-repeat: no-repeat;
}

@media (min-width:800px) {
.h1_title{
	height:50px;
	margin-top: 40px;
	background-image: url(../img/h1_title.svg);
	background-size: auto;
	background-repeat: no-repeat;
}
}

.headA{
	display: none;
}

@media (min-width:800px) {

.headA{
	width:100%;
	display: block;
	text-align: right;
}

.headA ul li{
	display: inline-block;
	padding-left:0.6em;
}
}

.headB{
		display: none;
		text-align: center;
}

.headB ul li{
	height:3em;
	line-height: 2.5em;
	font-size: 1.75em;
	font-family:'Montserrat',sans-serif;
	font-weight: 300;
}

.headB ul li a{
	color: #333333;
	text-decoration: none;
}

.headB ul li a:hover{
	color: #666666;
	text-decoration: underline;
}


@media (max-width:799px) {
/* SP用 */
	.t_btn{
	margin-top:15px;
	top:0;
	right:0.5em;
	position: absolute;
	float:right;
	width:50px;
	height: 50px;
	margin-right: 10px;
	padding: 0;
	background-image: url(../img/menu_btn.png);
	background-size:50px 50px;
	background-position: right;
	background-repeat: no-repeat;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	}
	.t_btn :hover{
	opacity: 0.3;
	}
	.container{
	width:90%;
		margin: 0 auto;
	}
}

 .spimage{
	margin-top: 75px;
}

@media (max-width:799px) {
	#works, #contact{
	padding-top: 20px;

	}
}


@media (min-width:800px) {
	.spimage{
		display: none;
		visibility: hidden;
	}
	}

.h2_tt{
	height:60px;
	margin-top: 50px;
	background-image: url(../img/h2_line.png);
	line-height: 60px;
	text-align: center;
	font-size: 2em;
	font-family:'Montserrat',sans-serif;
	font-weight: 100;
}

@media (min-width:800px) {
.h2_tt{
	height:60px;
	margin-top: 80px;
	background-image: url(../img/h2_line.png);
	line-height: 60px;
	text-align: right;
	font-size: 40px;
}
}

/*----------------------------------------------------
	#profile
----------------------------------------------------*/

.container{
	margin-bottom: 20px;
}

.profile .left_sp{
	margin-bottom: 1em;
}

@media (min-width:800px) {
.profile .container{
	display: flex;
	max-width: 800px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
		.profile .left_sp{
		flex:1;
		padding-right: 20px;
	}
		.profile .right_sp{
		flex:1;
		padding-left: 20px;
	}
}

.p_name{
	font-weight:500;
	font-size: 1.6em;
	line-height: 1.8em;
}

.mb16{
	margin-bottom: 1em;
}


.linkbtn a{
	text-align: right;
	display:block;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	margin: 20px 0 auto 0;
	text-decoration: none;
}
.linkbtn a img{
	padding:0 5px 2px 0;
}

.linkbtn a:hover{
	text-decoration: underline;}



/*----------------------------------------------------
	#works
----------------------------------------------------*/

@media (min-width:800px) {
.works .container{
	display: flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
		.works .left_sp{
		flex:1;
		padding-right: 20px;
	}
		.works .right_sp{
		flex:1;
		padding-left:20px;
	}
	.works .pos_area {
	display: flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	.works .pos_area .poster1{
				flex:1;
		padding:0.5em;
	}
		.works .pos_area .poster2{
				flex:1;
		padding:0.5em;
	}
		.works .pos_area .poster3{
				flex:1;
		padding:0.5em;
	}	
		.kvpos{
	text-align: center;
	width:50%;
}
	.kvpos img{
		width:100%;
	}
}

.kvpos{
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}

@media (max-width:799px) {
	.pos_area{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	.kvpos{
	text-align: center;
	width:50%;
}
	.kvpos img{
		width:50%;
	}
}
.works .container h3{
	color: #454545;
	display: block;
	line-height: 1.5em;
	font-size: 1.1em;
	font-family:'Montserrat',sans-serif;
	font-weight: 500;
	padding-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: 1px dashed #999999;  
}

.kvpos{
	width:100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;}


.minitxt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:200;
	letter-spacing: 0em;
	line-height: 170%;
	font-size: 0.9em;
	color:#222222;
	margin-bottom: 0.7em;
}

.spottxt{
	font-weight:400;
	color:#BEA566;
}

.works .container .right_sp div img{
	width:90%;
	height:auto;
	margin:0 5%;
}

.works .container p img,.works .pos_area p img{
	margin-left: 0.5em;
	margin-top: auto;
	margin-bottom: 0.3em;
	 opacity: 0.5;
}

.works .container p a:hover img,.works .pos_area p a:hover img{
	 opacity: 1.0;
}



/*----------------------------------------------------
	#archives
----------------------------------------------------*/
.archives .left_sp{
			text-align: center;
}

.archives .container h3{
	font-size: 2em;
	margin-top:20px;
	margin-bottom: 20px;
}

@media (min-width:800px) {
.archives .container{
	display: flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
		.archives .left_sp{
		flex:1;
		padding-right: 20px;
		margin-top: 20px;
			text-align: left;
	}
		.archives .right_sp{
		flex:2;
		padding-left:20px;
			margin-top: 20px;
	}
	.archives .container h3{
	font-size: 3.5em;
	margin-top:0px;
	margin-bottom: 10px;
	}
}
.archives .container h3{
	font-family: 'Codystar', cursive;
	letter-spacing: 0.2em;
	line-height: 1.2em;
	padding-left: 0.1em;
}

@media (max-width:799px) {

	#gotop{
	display: none;
}
}


/*----------------------------------------------------
	#contact
----------------------------------------------------*/
.contact .container .left_sp,.contact .container .right_sp{
	width:290px;
margin:0 auto;
}


@media (min-width:1100px) {
.contact .container{
	display: flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
		.contact .left_sp{
		flex:1;
		padding-right: 20px;
	}
		.contact .right_sp{
		flex:1;
		padding-left:20px;
	}
}


.smallname_g{
	line-height: 1.5em;
	font-size: 0.8em;
	font-family:'Montserrat',sans-serif;
	font-weight: 300;
	color:#BEA566;
}

.contact .container input[type="text"]{
	width:350px;
}
.contact .container input[type="email"]{
	width:300px;
}

.contact .container textarea{
	width: 300px;
height: 7em;
line-height: 1.5em;
background-color: #e0e0e0;
  border: none;
}

input#submit_button {
    padding: 15px 20px;
    font-size: 1em;
    background-color:#D2BF97
    color: #fff;
    border-style: none;
}

input.button_style {
    padding: 0.5em 1.5em;
    font-size: 1em;
    background-color: #D2BF97;
    color: #fff;
    border-style: none;
	margin:30px 10px 0 10px;
	border-radius: 4px; 
}

input {
background-color: #e0e0e0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width:799px) {
/* SP用 */
.contact .container input[type="text"]{
	width:300px;
}
.contact .container input[type="email"]{
	width:250px;
}
.contact .container textarea{
width: 250px;
height: 7em;
line-height: 1.5em;
background-color: #e0e0e0;
  border: none;
	}}



/*----------------------------------------------------
	#pagetop
----------------------------------------------------*/
#page-top {
 display: none;
	visibility: hidden;
}



@media (min-width:640px) {

#page-top {
	display: block;
	visibility:visible;
	position: fixed;
	bottom: 0px;
	right: 15px;
	font-family:'Montserrat',sans-serif;
	font-size: 0.8em;
	}
#page-top a {
	text-decoration: none;
	padding-top: 45px;
	width: 80px;
	height: 80px;
	text-align: center;
	display: block;
	background-image: url(../img/bg_arrow.png);
	background-repeat:no-repeat;
	background-size: 80px 80px;
	color: #ccc;
	}
#page-top a:hover {
	text-decoration: underline;
	background-image: url(../img/bg_arrow.png);
	color: #222;
}
}


.footC{
	margin-top: 30px;
		line-height: 1.5em;
	font-size: 0.8em;
	font-family:'Montserrat',sans-serif;
	font-weight: 300;
	color:#BEA566;
	text-align: center;
}

.linkbtn2 a{
	text-align: center;
	display:block;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	margin: 20px 0 auto 0;
	text-decoration: none;
}
.linkbtn2 a img{
	padding:0 5px 2px 0;
}

.linkbtn2 a:hover{
	text-decoration: underline;}

