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

*{
margin : 0;

}


/*--見出し-----------------------------------------------------------------------*/
p.title{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}

p.text{
	width: 80%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	line-height: 26px;
	margin: 0 auto;
	margin-top: 44px;
}

/*--質問内容-----------------------------------------------------------------------*/
p.question{
	width: 80%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	margin: 0 auto;
	margin-top: 20px;
	
	
}

/*--続きを読む-----------------------------------------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 13px;
  color: dimgray;
	line-height: 23px;
  text-align: left;
}

.contenedor {
  display: table;
  margin: 20px auto;
  position: relative;
}

.expand {
  width: 80%;
  padding:15px 10px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(0,159,232,1);
  transition: .20s;
	margin: 0 auto;
}

.expand::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {
  visibility: hidden;
}

.contenedor label {
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  right: 0;
  background: rgba(0,159,232,1);
  box-shadow:-5px 0 white;
  color: white;
  z-index:1;
  cursor: pointer;
  text-transform: uppercase;
}

.contenedor label:before {
  content: "+ 続きを見る";
}

.contenedor input:checked + label:before {
  content: "- 閉じる"
}

input[type=checkbox]:checked ~ .expand {
 max-height: 4000px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}


/*--経線-----------------------------------------------------------------------------------------------------------------*/
.line{
	width: 100px;
	height: 3px;
	background: rgba(150,150,150,0.9);
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 80px;
}


/*--マージン-----------------------------------------------------------------------------------------------------------------*/
.margin2{
	margin-top: 60px;
}

.margin{
	margin-top: 70px;
}


.margin6{
	margin-top: 100px;
}

/*--プロフィール表示部分の情報-----------------------------------------------------------------------------------------------*/



.name{
	font-size: 23px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 10px;
}

.name2{
	font-size: 12px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 8px;
}


.school{
	font-size: 15px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 10px;
}

.pass{
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 10px;
}

/*--インタビュー質問-----------------------------------------------------------------------*/

.toi{
	margin-top: 55px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 15px;
}

/*--インタビュー本文-----------------------------------------------------------------------*/
.toiq{
	font-size: 13px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 15px;
}

/*--作品の概要-----------------------------------------------------------------------*/
.artwork{
	font-size: 11px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	width: 132px;
	line-height: 15px;
	margin-bottom:30px;
}

/*--青山の作品-----------------------------------------------------------------------*/

img[src$="images/aoyama/webne.jpg"]{
	width: 88%;
	margin-top: 60px;
	max-width: 450px;
	margin-bottom: -100px;

}

img[src$="images/aoyama/jam.jpg"]{
	width: 100%;
	margin-top: 60px;
	max-width: 422px;
	max-height: 600px;
}

img[src$="images/aoyama/remon.jpg"]{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 422px;
	max-height: 600px;
}


/*--五十嵐の作品-----------------------------------------------------------------------*/

img[src$="images/ori/webori.jpg"]{
	width: 88%;
	margin-top: 60px;
	max-width: 450px;
	margin-bottom: -100px;

}

img[src$="images/ori/anime1.jpg"]{
	width: 100%;
	margin-top: 60px;
}

img[src$="images/ori/anime2.jpg"]{
	width: 100%;
	margin-top: 5px;
}

img[src$="images/ori/anime3.jpg"]{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--石神の作品-----------------------------------------------------------------------*/

img[src$="images/mei/webmei.jpg"]{
	width: 88%;
	margin-top: 60px;
	max-width: 450px;
	margin-bottom: -50px;

}

img[src$="images/mei/kokoa.jpg"]{
	width: 100%;
	margin-top: 60px;
	max-width: 422px;
	max-height: 600px;
}


img[src$="images/mei/cocoa.jpg"]{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 422px;
	max-height: 600px;
}



/*--内山の作品-----------------------------------------------------------------------*/
img[src$="images/tiichan/webtii.jpg"]{
	width: 88%;
	margin-top: 60px;
	max-width: 450px;
	margin-bottom: -50px;

}

img[src$="images/tiichan/pet.jpg"]{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 5px;
}




/*--川俣の作品-----------------------------------------------------------------------*/

img[src$="images/kawamata/webmata.jpg"]{
	width: 88%;
	margin-top: 60px;
	max-width: 450px;
	margin-bottom: -50px;

}

img[src$="images/kawamata/wagashi.jpg"]{
	width: 100%;
	margin-top: 60px;
	max-width: 422px;
	max-height: 600px;
}


img[src$="images/kawamata/yougashi.jpg"]{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 422px;
	max-height: 600px;
}



/*ライン*/
.line{
	width: 100px;
	height: 3px;
	background: rgba(150,150,150,0.9);
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 70px;
}

.menu{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: dimgray;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}


/*-------------------資料請求ボタン---------------------------------------------------------------------------------------------*/

.container {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  padding-top: 40px;
}


.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #0064FF;
  font-size: 16px;
  color: #0064FF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
    background-color: #0064FF;
    border-color: #0064FF;
    color: #FFF;
}








/*-------------------造形大基本情報-----------------------------------------------------------------------------------------*/
.hosoline{
	width: 80%;
	height: 1px;
	background: rgba(150,150,150,0.9);
	margin: auto;
	margin-top: 60px;

}


#gakkou{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	color: dimgrey;
	text-align: center;
	margin-top: 30px;
	
}

#bottom{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	color: dimgray;
	padding-bottom: 50px;
}














