@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
section, article, aside, hgroup, header, footer, main, nav, figure {
  display: block;
}
img {
  display: block;
  border: none;
}


p{
	
}
a {
  text-decoration: none;
	
}
ul, ol {
  list-style-type: none;
}
body {
  font-family:"proxima-nova","sans-serif","YuGothic","Yu Gothic medium","ryo-gothic-plusn", "Hiragino Sans", "Meiryo";
 font-weight: 300;
font-style: normal;
	color:#121212;
	background-color: #fff;
	position: relative;
	
}
.sp{
	display: none;
}
.allwrapper{
	width: 100%;
	overflow-x: hidden !important;
}
#h1_logo{
	text-align: center;
	font-weight: 100;
	font-style:normal;
	margin-top:80px;
	font-size:24px;
	
	
}
.kirarito_logo{
	display: block;
	
	margin-bottom:82px;
	margin-left:auto;
	margin-right:auto;
	
}
.wrapper{
	background-image: url("../images/kirarito_bk04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width:100vw;
	height: 1300px;
	overflow: hidden;
	
}
.kirarito_main{
	display: block;
	background-image: url("../images/text_backgrond.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 160px left 0;
	width:100vw;
	height:673px; 
	text-align: center;
	padding-top:480px;
	font-size:40px;
	font-weight: 500;
	font-style: bold;
	transform: scale(4)rotate(-15deg);
	opacity: 0;
	transition: all 2s ease;
	text-shadow: 0 0 8px #fff;

	
		
	
	
	
	
	
	
}
.kirarito_main-animation{
	transform: scale(1);
	opacity: 1;
	
}
.writer{
	font-size:30px;
}
.kirarito_read{
	width: 312px;
	background-color: #fff;
	border:solid 1px #707070;
	margin:-370px auto 0 auto;
	padding:20px;
	
}
.kirarito_text{
	font-size:23px;
	text-align: justify;
	line-height: 2.1em;
	
	font-feature-settings: "palt" 1;
}
.recommend{
	display: block;
	text-align: center;
	color: #121212;
	background-image: linear-gradient(45deg, #E3CACA,#C1E6EB);
	width:312px;
	height: 83px;
	line-height: 92px;
	border-radius: 40px;
	margin:80px auto 20px auto;
	transition: all .5s ease;
	font-family: "herencia", "sans-serif";
font-weight: 400;
font-style: normal;
	font-size:62px;
	
	
	
}
.recommend:hover{
	opacity: .7;
}


.sns_ul{
	width: 280px;
	padding:20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin:30px auto;
	
}
.sns_twiiter{
	display: block;
	background-image: url("../images/twiiter.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width:60px;
	height: 60px;
	border:solid 1px #666;
	border-radius: 50%;
	transition: all .5s ease;
}
.sns_twiiter:hover{
	background-color: #efefef;
	background-image: url("../images/twiiter_hover.svg");
}
.sns_facebook{
	display: block;
	background-image: url("../images/facebook.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width:60px;
	height: 60px;
	border:solid 1px #666;
	border-radius: 50%;
	transition: all .5s ease;
}
.sns_facebook:hover{
	background-color: #efefef;
	background-image: url("../images/facebook_hover.svg");
}
.sns_line{
	display: block;
	background-image: url("../images/line.svg");
	background-repeat: no-repeat;
	background-position: center center;
	width:60px;
	height: 60px;
	border:solid 1px #666;
	border-radius: 50%;
	transition: all .5s ease;
}
.sns_line:hover{
	background-color: #efefef;
	background-image: url("../images/line_hover.svg");
}
footer p{
	
	text-align: center;
	font-size:21px;

	padding-top:44px;
	padding-bottom:34px;
font-family: "proxima-nova","sans-serif";
	font-weight: 100;
	font-style: normal;
letter-spacing: .07em;

	

}