@charset "utf-8";

/*-------------------------------------- * topline * ---------------------------------------*/
#topline {
	background: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px 0px 0px;
	clear: both;
	}
/*-------------------------------------- * title * ---------------------------------------*/
#title{ 
	/*background: url(../img/title.png) no-repeat top center;*/
    background-size: 100%;
	text-align:center;
	margin: 0px auto;
	/*height:310px;*/
	/*width: 1100px;*/
	}
/*-------------------------------------- * titletext * ---------------------------------------*/
.titletext {
	/*display: none;*/
	}
/*-------------------------------------- * container * ---------------------------------------*/
#container {
	margin:0 auto;
	display:block;
	text-align:center;
	/*background: url(../img/bg.png) no-repeat top center;*/
	}
/*ゆっくり透明に*/
#container a {
	transition: .3s;
	}
/*ホバー時に透明度80%*/
#container a:hover {
	opacity: 0.8;
	}
/*-------------------------------------- * contents * ---------------------------------------*/
#contents {
	margin: 0 auto;
	/*margin-bottom:30px;*/
	/*padding-bottom: 30px;*/
	max-width: 600px;
	/*display: block;*/
	text-align: center;
	/*background: #ffffff;*/
	}
/*-------------------------------------- * video * ---------------------------------------*/
#video {
	position: relative;
	height: 0;
	padding: 10px 0 56.25%;
	overflow: hidden;
	/*margin-top:300px;*/
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
/*-------------------------------------- * notes * ---------------------------------------*/
.notes {
	font: 12px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";
	text-align: left;
	border: 1px dotted #CCCCCC;
	/*background: #FFF;*/
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 500px;
	}
.notes p {
	text-align:right;
	}
.notes a {
	color: #FF0000;
	}
.notes a:hover {
	color: #c45554;
	}
/*-------------------------------------- * commentary * ---------------------------------------*/
.commentary {
	text-align: left;
	/*border: 1px dotted #CCCCCC;*/
	/*background: #FFF;*/
	color: #FFF;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	/*width: 90%;*/
	max-width: 600px;
	background-color: rgba(0,0,0,0.25);	
	/*background-color: rgba(255,255,255,0.25);*/
	/*background: url(../img/cozy_tomato.png) no-repeat bottom left;*/
	}
.commentary .title{
	font-weight:bold;
	font-size:20px;
	/*line-height:150%;*/
	}

.commentary .center{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	max-width: 320px;
	margin-bottom:30px;
	}
.commentary .right{
	text-align:right;
	}
.commentary a {
	color: #FFFFFF;
	text-decoration:underline;
	}
.commentary a:hover {
	color: #cccccc;
	}
/*-------------------------------------- * 色text * ---------------------------------------*/
.red  { color: #FF0000; display:block; font-size: 12px; padding: 0px; }
.white  { color: #FFFFFF; display:block; font-size: 12px; padding: 0px; }
/*-------------------------------------- * textarea1 * ---------------------------------------*/
.textarea1 {
	width: 90%;
	max-width: 540px;
	padding: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #000;
	}
.textarea1 p {
	font-weight:bold;
	color:#f9cd21;
	}
.textarea1 a {
	color: #FF0000;
	}
	
.textarea1 a:hover {
	color: #c45554;
	}
/*-------------------------------------- * textarea2 * ---------------------------------------*/
.textarea2 {
	font-size: 14px;
	text-align: left;
	width: 80%;
	max-width: 600px;
	padding: 20px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	}
.textarea2 p {
	font-weight:bold;
	}
.textarea2 a {
	color: #FFFFFF;
	}
	
.textarea2 a:hover {
	color: #cccccc;
	}
/*-------------------------------------- * link * ---------------------------------------*/
#link {
	background: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0px 0px 0px;
	clear: both;
	color: #FFFFFF;
	/*margin-top: 20px;*/
	}
#link a {
	color: #FFFFFF;
	}
#link p{
	text-align:left;
	}
/*-------------------------------------- * copy * ---------------------------------------*/
#copy {
	background: #000000;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding: 40px 0px 40px 0px;
	/*margin-top: 20px;*/
	clear: both;
	}
#copy a {
	color: #FFFFFF;
	border-bottom:1px dotted #999;
	}
	
#copy a:hover {
	color: #666666;
	}


@media screen and (max-width: 768px) {
.main-inner{ width:auto;}	
#title{ 
	background: none;
    height: auto;
    padding: 0;
    width: 100%;
	/*height:310px;*/
}
#container {
	margin:0 auto;
	display:block;
	text-align:center;
	/*background: url(../img/bg.png) no-repeat top center;*/
	/*background-size:contain;*/
	}
#contents {
	margin:0 auto;
	/*margin-bottom:30px;*/
	/*padding-bottom:20px;*/
	width:90%;
	display:block;
	text-align:center;
	background-size:cover;
	/*background-image: url(../img/bg.png);*/
	/*background-position:top center;*/
	/*background-size:100%;*/
	}
.commentary {
	padding: 50px 50px 50px 50px;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom:20px;*/
	/*width: 90%;*/
	}
}



/*-------------------------------------- * biography * ---------------------------------------*/
#biography {
	text-align: center;
	padding: 0px 0px 30px 0px;
	color: #FFF;
}
#biography .contentsBody {
	width:600px;
	min-width:600px;
	margin:0px auto;
}
#biography .produce {
	text-align: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	float: left;
	/*background: #000000;*/
	/*background-color: rgba(0,0,0,0.25);*/
	background-color: rgba(255,255,255,0.25);
}
#biography .produce .photo {
	text-align: center;
	width: 180px;
	float: left;
	margin: 10px;
}
#biography .produce .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#biography .produce .data {
	width: 380px;
	float: right;
	/*margin: 0px 20px 0px 0px;*/
	padding: 15px 20px 0px 0px;
}
#biography .produce p.title {
	font-size: 16px;
	font-weight:bold;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
}
#biography .produce p.lead {
	font-size:13px;
	line-height:150%;
	margin:10px 0px 10px 0px;
	clear:both;
}

#biography .item {
	text-align:left;
    width: 440px;
	margin:20px 20px 20px 20px;
	float:left;
	background:#fff;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,.5);
	box-sizing: border-box;
}

#biography .item .photo {
	text-align:center;
    width: 160px;
	float:left;
	margin:5px;
	overflow: hidden;
	position: relative;
}
#biography .item .photo img {
	position: absolute;
	top: 0%;
	left: 0%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#biography .item .data {
    width: 255px;
	float:right;
	margin:0px 5px 0px 0px;
}
#biography .item p {
	font-size:12px;
	line-height:120%;
	margin:0px 0px 5px 0px;
}
#biography .item p.title {
	font-weight: 700;
	font-size:14px;
	line-height:100%;
	margin:10px 0px 5px 0px;
}
#biography .item .itemBody {
	margin:20px 40px;
}
.item p {
	font-size:13px;
	text-align:left;
	margin:0px 0px 10px 0px;
}

@media screen and (max-width: 768px) {
#biography {
	text-align:center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
#biography .contentsBody {
	width:90%;
	min-width:320px;
	margin:0px auto;
}
#biography .produce {
	text-align:left;
    width: 100%;
	margin:0px 0px 20px 0px;
	float:left;
}
#biography .produce .photo {
	text-align:center;
    width: 30%;
	float:left;
	margin:10px;
}

#biography .produce .data {
    width: 65%;
	float:right;
	margin:0px 0px 0px 0px;
}
#biography .produce p.lead {
	font-size:13px;
	line-height:130%;
}
#biography .item {
	text-align:left;
    width: 100%;
	height:170px;
	margin:10px auto 10px auto;
}
#biography .item .photo {
	text-align:center;
    width: 160px;
	float:left;
	margin:10px;
}
#biography .item .photo img {
    width: auto;
	height:auto;
}
#biography .item .data {
    width: auto;
	max-width:300px;
	float:left;
	margin:0px 0px 0px 0%;
}
/*.textarea2 {
	font-size: 16px;
	}

*/}


/*
*/
.item_type:after,
.produce:after,
.item:after {
	content: "";
	clear: both;
	display: block;
}
*:after {
  display:block;
  clear:both;
}
