/*メイン ↓*/
main {
	position: relative;
	height:100vh;
}
#slider {
	height: 90vh;
	width: 95%;
	margin-left: 5%;
	border-radius: 0 0 0 120px;
  z-index: -10;
}
.main_text {
	font-family: 'Kosugi Maru', sans-serif;
	position: absolute;
	top:40vh;
	left: 10%;
	letter-spacing: .2em;
}
main h2 {
	font-size: 2.4em;
	font-weight: 600;
}
main p {
	margin-top: 20px;
	font-size: 1.3em;
	line-height: 1.3em;
}
/*メイン ↑*/
/*リード文 ↓*/
#read {
	margin: 100px 0;
	position: relative;
}
#read span {
	position: absolute;
	display: block;
	background-color: #f0f2f5;
	border-radius: 0 80px 20px 0;
	width: 80%;
	height: 430px;
	z-index: -5;
}
.read_text {
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Kosugi Maru', sans-serif;
	display: flex;
	padding-top: 60px;
}
.read_text div {
	width: 60%;
	margin-left: 5%;
	letter-spacing: .2em;
}
.read_text picture {
	width: 35%;
}
.read_text img {
	width: 100%;
	border-radius: 10px 10px 60px 10px;
}
.read_text h3 {
	font-size: 1.8em;
	border-bottom: 50px;
}
.read_text p {
	line-height: 1.5em;
	margin-top: 30px;
}
#read ul {
	background-color: #d2d3d5;
	padding: 50px 80px;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 5%;
	top: 360px;
	border-radius: 10px 10px 10px 60px;
}
#read li:first-child {
	margin-right: 60px;
}
#read li {
	padding-bottom: 15px;
	border-bottom: solid 3px #fff;
}
#read a {
	letter-spacing: .1em;
	font-weight: 600;
	background: url(../img/yaji_maru.svg) top 0 right 0  / 16px 16px no-repeat;
	padding-right: 33px;
	color: #444;
	font-family: 'Kosugi Maru', sans-serif;
}
#read ul + picture > img {
	position: absolute;
	left: 5%;
	top: 201px;
	width: 200px;
	height: 229px;
}
/*リード文 ↑*/
/*セルロース ↓*/
#cellulose {
	margin-top: 320px;
	padding-top: 34px;
	background: url(../img/kumo_bgp.svg) top right 0  / 78px 34px repeat-x;
}
#cellulose h3 {
	background-color: #fcecf0;
	padding: 100px 0 50px 0;
}
#cellulose h3,#news h3 {
	text-align: center;
	font-size: 1.8em;
	font-family: 'Kosugi Maru', sans-serif;
	letter-spacing: .1em;
}
#cellulose h3 span,#news h3 span {
	display: block;
	font-size: .5em;
	margin-top: 20px;
	letter-spacing: 0;
}
#cellulose div {
	background-color: #fcecf0;
	padding: 0 0 150px 0;
	position: relative;
}
#cellulose div span {
	display: block;
	border-radius: 80px 0 0 20px;
	height: 430px;
	margin-left: 20%;
	width: 80%;
	background: url(../img/cell_back.jpg) bottom center / cover no-repeat;
}
#cellulose ul {
	background-color: #fff;
	padding: 50px;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 5%;
	top: 380px;
	border-radius: 10px 10px 60px 10px;
}
#cellulose li:first-child {
	margin-right: 30px;
}
#cellulose li {
	padding-bottom: 15px;
	border-bottom: solid 3px #f0f2f5;
}
#cellulose a {
	letter-spacing: .1em;
	font-weight: 600;
	background: url(../img/yaji_maru.svg) center right 0  / 16px 16px no-repeat;
	padding-right: 33px;
	color: #444;
	font-family: 'Kosugi Maru', sans-serif;
}
/*セルロース ↑*/
/*ニュース ↓*/
#news {
	padding: 100px 0;
}
#news ul {
	max-width: 800px;
	margin: 50px auto 0 auto;
}
#news li {
	display: flex;
	align-items: center;
	padding: 30px 20px;
	border-bottom: solid 1px #d2d3d5;
}
#news li:first-child {
	border-top: solid 1px #d2d3d5;
}
#news time {
	margin-right: 30px;
	font-size: .8em;
}
/*ニュース ↑*/
/*リンクアクション ↓*/
a.line_link {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#read a:hover,#cellulose a:hover {
	color: #e44b4b;
}
a.line_link::after {
	position: absolute;
	bottom: -19px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #e44b4b;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
a.line_link:hover::after {
  transform: scale(1, 1);
}
/*リンクアクション ↑*/
@media screen and (max-width:1024px) {
	header h1 {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #e44b4b;
		padding: 30px;
		width: 150px;
		border-radius: 0 0 30px 0;
		z-index: 20;
	}
	#slider {
		height: 70vh;
		border-radius: 0 0 0 80px;
	}
	.main_text {
		top:73vh;
		left: 5%;
	}
	/*メイン ↑*/
	/*リード文 ↓*/
	.read_text {
	    max-width: 90%;
	    display: flex;
	    padding-top: 10%;
	}
	.read_text h3 {
		font-size: 1.5em;
		border-bottom: 5%;
		line-height: 1.3em;
	}
	.read_text p {
		line-height: 1.2em;
		margin-top: 30px;
	}
	#news ul {
		max-width: 90%;
		margin: 5% auto 0 auto;
	}
}
@media screen and (max-width:824px) {
	/*メイン ↓*/
	#slider {
		height: 70vh;
	}
	.main_text {
		top:72vh;
	}
	main h2 {
		font-size: 2em;
		line-height: 1.3em
	}
	main p {
		margin-top: 5%;
		font-size: 1em;
	}
	/*メイン ↑*/
	/*リード文 ↓*/
	#read {
		margin: 15% 0;
	}
	#read span {
		border-radius: 0 60px 15px 0;
		width: 95%;
		height: 90%;
		z-index: -20;
	}
	.read_text {
		display: block;
	}
	.read_text picture {
		margin-left: 5%;
		width: 95%;
	}
	.read_text img {
		width: 100%;
		border-radius: 7px 0 0 40px;
	}
	.read_text div {
	    width: 90%;
	    margin-left: 5%;
			margin-top: 5%;
	}
	#read ul {
		display: block;
    padding: 10% 0;
		margin: 10% 0 0 40%;
    position: static;
    border-radius: 7px 0 0 40px;
	}
	#read li:first-child {
		margin-right: 0;
		margin-bottom: 15%;
	}
	#read li {
		text-align: center;
		border-bottom: none;
    padding-bottom: 0;
	}
	#read a,#cellulose a {
   white-space: nowrap;
	}
	#read ul + picture > img {
		left: 0;
		top: calc(115% - 183px + 14px);
		height: 183px;
		width: 160px;
		z-index: -10;
	}
	#cellulose {
		margin-top: 20%;
	}
	#cellulose div {
    padding: 0 0 20% 0;
	}
	#cellulose ul {
		padding: 10% 0;
		margin: 10% 0 0 40%;
		display: block;
	  border-radius: 7px 0 0 40px;
	}
	#cellulose h3,#news h3 {
		font-size: 1.5em;
	}
	#cellulose h3 span,#news h3 span {
		font-size: .6em;
		margin-top: 20px;
	}
	#cellulose div span {
		border-radius: 60px 0 0 15px;
		height: 250px;
		margin-left: 5%;
		width: 95%;
		background: url(../img/cell_back.jpg) bottom center / cover no-repeat;
	}
	#cellulose ul {
		background-color: #fff;
		padding: 10% 0;
		display: block;
		margin: -50px 40% 0 0;
		position: static;
	  border-radius: 0 7px 40px 0;
	}
	#cellulose li:first-child {
		margin-right: 0;
		margin-bottom: 15%;
	}
	#cellulose li {
		text-align: center;
		border-bottom: none;
    padding-bottom: 0;
	}
	a.line_link {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	#read a:hover,#cellulose a:hover {
		color: #444;
	}
	a.line_link::after {
		height: 0;
	}
	#news {
		padding: 15% 0;
	}
	#news li {
		display: block;
		padding: 5%;
		font-size: .8em;
		line-height: 1.3em;
	}
	#news time {
		font-size: .8em;
		margin-right: 0;
		display: block;
		margin-bottom: 3%;
	}
}
