

/*about----------*/
@media screen and (min-width:1024px){
	#about{
		padding-top: 118px;
		background-color: #fff;
		padding-bottom:20px;
	}
	#about h2{
		position: absolute;
		top:5px;
		left:119px;
		width: 26px;
	}

	#about .descbox{
		margin-left: 221px;
	}
	#about .descbox .subtitle{
		font-family: 'Noto Serif JP', serif;
		font-weight: 200;
		font-size: 24px;
		padding:0 0 5px;
	}

	#about .descbox .title{
		font-family: Georgia;
		font-size: 40px;
		padding:5px 0 5px;
	}

	#about .descbox .rubi{
		font-family: 'Noto Serif JP', serif;
		font-weight: 200;
		font-size: 16px;
		padding:0;
	}

	#about .descbox .desc{
		font-size: 20px;
		font-weight: 300;
		width:100%;
		max-width: 900px;
		line-height: 2em;
		padding:32px 0 0;
		position: relative;
		z-index: 2;
	}

	#about .descbox .desc span{
		font-weight: 400;
		font-size: 22px;
	}
	
	#about .descbox .product_image{
		width:100%;
		max-width: 900px;
		margin: 1rem 0 0;
		/*position: absolute;
		bottom:0;
		left:700px;
		z-index: 1;*/
	}
	#about .descbox .product_image img{
		width:100%;
	}

	 #about .about_scroll {
		display: inline-block;
		margin-left: 50%;
		width:73px;
	}
	
	
	#about .conceptbox{
		width:75%;
		max-width: 900px;
		margin-top: 110px;
		margin-left: 221px;
		border-top: 1px solid #707070;
		padding-top: 18px;
	}
	
	#about .conceptbox .title{
		width:121px;
	}
	
	#about .conceptbox .subtitle{
		font-family: 'Noto Serif JP', serif;
		font-weight: 100;
		font-size: 28px;
		margin: 42px 0;
	}
	
	#about .conceptbox .desc{
		font-size: 20px;
		font-weight: 300;
		line-height: 2em;
		padding:0 0 0;
		position: relative;
		z-index: 2;
	}

	#about .conceptbox .desc span{
		font-weight: 400;
	}
	
	#about .producebox{
		width:70%;
		max-width: 900px;
		margin-top: 110px;
		margin-left: 221px;
		position: relative;
	}
	
	#about .producebox .title{
		width:175px;
		border-top: 1px solid #707070;
		padding-top: 18px;
	}
	
	#about .producebox .title img{
		width:121px;
	}
	
	#about .producebox .producer_box{
		position: absolute;
		left: 175px;
		top:-35px;
	}
	
	#about .producebox .producer_box .producer img{
		width: 113px;
		border: 1px solid #707070;
		float: left;
		margin-right: 23px;
	}
	
	#about .producebox .producer_box .desc{
		margin-top: 0px;
		width:110%;
		max-width: 725px;
	}
	
	#about .producebox .producer_box .desc .name span{
		font-family: 'Noto Serif JP', serif;
		font-weight: 100;
		font-size: 21px;
		margin-left: 12px;
	}
	
	#about .producebox .producer_box .desc .txt{
		font-size: 15.5px;
		font-weight: 300;
		line-height: 1.8em;
		padding:0 0 0;
		margin-top: 22px;
	}
	
	
	/*----経歴----*/
	
	#about .listbox{
		margin-left: 216px;
		margin-top :70px;
		padding-top:41px;
	}
	
	#about .line {
		position: relative;
	}
	
	#about .line::before {
		content: '';
		position: absolute;
		top: -1px;
		left: 0px;
		width: 1px;
		height: 100%;
		background-color: #707070;
		transform: translateX(-50%);
	}

	#about .listbox .block{
		position: relative;
		margin-bottom: 22px;
		
	}
	#about .listbox .cercle {
		position: absolute;
		top:5px;
		left: 0px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #707070;
		transform: translateX(-50%);
	}
	
	#about .listbox .block .career_box{
		display: flex;
	}
	#about .listbox .block .date{
		margin-left: 10px;
		color: #525252;
		width: 36px;
		font-size: 14px;
		font-weight: 300;
	}
	
	#about .listbox .block .date img{
		width: 36px;
	}
	
	#about .listbox .block .career{
		padding-left:11px;
		font-size: 14px;
		font-weight: 300;
	}
	
}

@media screen and (max-width:1023px) {
	
	header h1{
		background-color: #fff;
	}
	
	#about{
		position: relative;
		height:auto;
		background-color: #fff;
		padding-top:30px;
		width: 100%;
		
		box-shadow:0px -8px 8px 0px #ddd inset;
	}
	#about h2{
		position: absolute;
		top:33px;
		left:8%;
		width: 26px;
	}
	
	#about .descbox{
		width: 100%;
	}

	#about .descbox .subtitle{
		font-family: 'Noto Serif JP', serif;
		font-weight: 200;
		font-size: 22px;
		padding:0 0 5px;
		margin-left: 20%;
	}

	#about .descbox .title{
		font-family: Georgia;
		font-size: 34px;
		padding:5px 0 5px;
		margin-left: 20%;
	}

	#about .descbox .rubi{
		font-family: 'Noto Serif JP', serif;
		font-weight: 200;
		font-size: 16px;
		padding:0;
		margin-left: 20%;
	}

	#about .descbox .desc{
		font-size: 18px;
		font-weight: 300;
		margin-left: 20%;
		line-height: 2em;
		padding:32px 0 0;
		width: 72%
	}

	#about .descbox .desc span{
		font-weight: 400;
		font-size: 20px;
	}
	
	#about .descbox .product_image img{
		width:100%;
		margin-top: 1rem;
	}
	
	#about .conceptbox{
		width: 72%;
		margin-top: 50px;
		margin-left: 20%;
		border-top: 1px solid #707070;
		padding-top: 18px;
	}
	
	#about .conceptbox .title{
		width:100px;
	}
	
	#about .conceptbox .subtitle{
		font-family: 'Noto Serif JP', serif;
		font-weight: 100;
		font-size: 22px;
		margin: 22px 0;
	}
	
	#about .conceptbox .desc{
		font-size: 16px;
		font-weight: 300;
		line-height: 2em;
		padding:0 0 0;
		position: relative;
		z-index: 2;
	}

	#about .descbox .desc span{
		font-weight: 400;
	}
	
	#about .producebox{
		width: 72%;
		margin-top: 70px;
		margin-left: 20%;
		position: relative;
	}
	
	#about .producebox .title{
		border-top: 1px solid #707070;
		padding-top: 18px;
	}
	
	#about .producebox .title img{
		width:100px;
	}
	
	#about .producebox .producer_box .producer img{
		position: absolute;
		right: 0%;
		top:-35px;
		width: 25%;
		max-width: 140px;
		border: 1px solid #707070;
	}
	
	#about .producebox .producer_box .desc{
		margin-top: 6%;
		width: 100%;
	}

	#about .producebox .producer_box .desc .name span{
		font-family: 'Noto Serif JP', serif;
		font-weight: 100;
		font-size: 21px;
		margin-left: 12px;
	}
	
	#about .producebox .producer_box .desc .txt{
		font-size: 15.5px;
		font-weight: 300;
		line-height: 1.8em;
		padding:0 0 0;
		margin-top: 10%;
	}
	
	/*----経歴---*/
	
	#about .listbox{
		margin-top :27px;
	}
	
	#about .line {
		position: relative;
		padding-bottom: 30px
	}
	
	#about .line::before {
		content: '';
		position: absolute;
		left: 0;
		bottom:0;
		width: 1px;
		height: 100%;
		background-color: #707070;
		transform: translateX(-50%);
	}

	#about .listbox .block{
		position: relative;
		margin-bottom: 25px;
		
	}
	#about .listbox .cercle {
		position: absolute;
		top:0;
		left: 0px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #707070;
		transform: translateX(-50%);
	}
	
	#about .listbox .block .career_box{
		display: flex;
	}
	#about .listbox .block .date{
		margin-left: 10px;
		color: #525252;
		width: 37px;
		font-size: 14px;
		font-weight: 300;
	}
	
	#about .listbox .block .date img{
		width: 35px;
	}
	
	#about .listbox .block .career{
		padding-left:19px;
		font-size: 14px;
		font-weight: 300;
		margin-top: -1px;
	}
}

@media screen and ( max-width:599px) {
	
	#about h2{
		width: 20px;
	}
	
	#about .descbox .subtitle{
		font-size: 18px;
	}

	#about .descbox .title{
		font-size: 30px;
	}

	#about .descbox .rubi{
		font-size: 14px;
	}
	#about .descbox .desc{
		font-size: 16px;
	}

	#about .descbox .desc span{
		font-size: 18px;
	}
	
	#about .producebox .producer_box .producer img{
		width: 120px;
	}
	
	#about .producebox .producer_box .desc{
		margin-top: 10%;
		width: 100%;
	}
	
	#about .producebox .producer_box .desc .name span{
		line-height: 1.8em;
		margin-left: 0;
	}
	
	#about .producebox .producer_box .desc .txt{
		font-size: 15.5px;
		font-weight: 300;
		line-height: 1.8em;
		padding:0 0 0;
		margin-top: 22px;
	}
}

