@charset "utf-8";
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/*
reset
*/



a {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}



/*
layout
*/

.inner {
	margin: 0 auto;
}

/*
body
*/

.split {
	position: absolute;
	width: 50%;
	height: 100%;
}

.fade_efe {
	position: absolute;
	top: 0;
	animation-name: fadein;
	animation-duration: 7s;
	animation-iteration-count: 1;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fade_efe02 {
	position: absolute;
	left: 50%;
	animation-name: fadein;
	animation-duration: 12s;
	animation-iteration-count: 1;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.left_contents {
	background-color: #fff;
	left: 0;
}

.fade_text {
	display: inline-block;
}

.text_contents00 {
	width: 85%;
	margin: 0 auto;
	position: absolute;
	top: 36%;
	left: 9%;
}

.text_contents01 {
	width: 75%;
	margin: 0 auto;
}

.text_contents02 {
	width: 65%;
	margin: 0 auto;
	position: absolute;
	top: 41%;
	left: 18%;
}

.right_contents {
	background: url(../img/background.png) no-repeat center;
	background-size: cover;
	height: 100%;
	right: 0;
	display: table;
}

.right_contents::before {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.right_circle {
	display: table-cell;
	vertical-align: middle;
}

.circle {
	position: relative;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto 20px;
	box-shadow: 0 0 8px #383838;
	animation: buruburu 4s infinite linear alternate;
}

@keyframes buruburu {
	0% {
		transform: translate(-1px, 0) rotate(-1deg);
	}
	50% {
		transform: translate(0, -1px) rotate(0deg);
	}
	100% {
		transform: translate(-1px, 0) rotate(0deg);
	}
}

.circle_contents {
	position: absolute;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

/*
header
*/

#header h1 {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	letter-spacing: 3px;
	vertical-align: middle;
	padding: 20px 0;
}

#header h1 span {
	font-size: 36px;
	vertical-align: top;
}

/*
footer
*/

footer {
    position: relative;
    top: 85%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
}

footer ul {
	text-align: center;
	margin: 20px auto 0;
}

footer ul li a {
	color: #eb6fa5;
}

footer ul li {
	font-size: 13px;
	border-right: 1px solid #eb6fa5;
	padding: 0 5px;
	display: inline-block;
}

footer ul li:last-child {
	border-right: none;
}

/*
layout
*/





#header {
	background: none;
}



/*
btn
*/

.btn-gra-radius-seach {
	display: inline-block;
	padding: 15px 40px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: linear-gradient(45deg, #eb438c 0%, #ff8b5f 100%);
	transition: .4s;
	margin: 10px auto 0px;
	box-shadow: 0 1px 4px #777777;
}

.btn-gra-radius-seach:hover {
	background-image: linear-gradient(45deg, #eb438c 0%, #f76a35 100%);
}

.btn-gra-radius {
	display: inline-block;
	padding: 15px 32px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: linear-gradient(45deg, #eb438c 0%, #ff8b5f 100%);
	transition: .4s;
	margin: 10px auto 0px;
	box-shadow: 0 1px 4px #777777;
}

.btn-gra-radius:hover {
	background-image: linear-gradient(45deg, #eb438c 0%, #f76a35 100%);
}

.btn-gradient-radius-seach {
	display: inline-block;
	padding: 15px 40px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: linear-gradient(45deg, #fc8c7a 0%, #ad1900 100%);
	transition: .4s;
	margin: 10px auto 0px;
	box-shadow: 0 1px 4px #777777;
}

.btn-gradient-radius-seach:hover {
	background-image: linear-gradient(45deg, #fa5b40 0%, #a9210a 100%);
}

.btn-gradient-radius {
	display: inline-block;
	padding: 15px 32px;
	border-radius: 25px;
	text-decoration: none;
	color: #FFF;
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	transition: .4s;
	margin: 10px auto 0px;
	box-shadow: 0 1px 4px #777777;
}

.btn-gradient-radius:hover {
	background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.arrow_r_btn_l {
	padding: 0;
	line-height: 110px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
}

.arrow_r_btn_s {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 2em;
	display: block;
	color: #fff;
	font-size: 23px;
	text-align: center;
}

.home_btn_01 {
	background-color: #5ba276;
}

.home_btn_02 {
	background-color: #eb6fa5;
}

.home_btn_03 {
	background-color: #d3a9ff;
}


.about_logo{
max-width: 330px;
margin: 0 auto;
margin-bottom: 50px;
}

.about_p{
	text-align: center;
	line-height: 1.5em;
}


/*
ƒXƒ}ƒz
*/

@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.inner {
		width: auto;
	}
	.pc_none {
		display: block;
	}
	#wrapper {
		display: grid;
		height: 100vh;
		grid-template-rows: 80% 155%;
		grid-template-columns: 100%;
	}
	/*
	layout
	*/
.text_contents00{
	top:20%;
}
.text_contents02{
	top: 30%;
}
	.right_contents {
		background: url(../img/sp_background.png);
		background-size: contain;
		top:-16%;
	}
	.right_contents::before {
		background-color: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: ' ';
	}
	.split {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.circle {
		position: relative;
		width: 270px;
		height: 280px;
		border-radius: 50%;
		background: #fff;
		margin: 0 auto 20px;
		box-shadow: 0 0 8px #383838;
		animation: none;
	}
	.right_circle {
		display: table-cell;
		vertical-align: middle;
	}
	.circle_contents img {
		width: 80%;
	}

	/*
	header
	*/
	.sp_h1 {
		font-size: 15px;
		color: #FFF;
		padding: 15px 20px;
		position: absolute;
		left: 4%;
		letter-spacing: 1.4px;
		text-align: center;
		line-height: 1.5;
	}
	#header h1 {
		line-height: 1.5em;
		padding: 15px 45px;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
	}
	#header h1 span {
		font-size: 15px;
	}
	#main_img img {
		max-width: 100%;
	}
	#main_img p {
		font-size: 13px;
		letter-spacing: 1px;
	}


	@keyframes scroll {
		0% {
			height: 0;
		}
		50% {
			height: 150px;
			margin-top: 0;
		}
		100% {
			margin-top: 150px;
			height: 150px;
		}
	}
	/*
	footer
	*/
	footer {
		position: absolute;
		margin: 0 auto;
		bottom: 5%;
		left: 7%;
	}
	.right_footer {
		position: absolute;
		bottom: 1%;
		text-align: center;
	}
	.right_footer ul li {
		border-right: 1px solid #fff;
		padding: 0 5px;
		display: inline-block;
	}
	.right_footer ul li a {
		font-size: 13px;
		color: #fff;
	}
	footer ul {
		margin: 20px auto 30px;
	}
	footer ul li {
		margin-bottom: 8px;
	}
	/*
	btn
	*/
	.arrow_r_btn_l {
		background-position: 15px center;
		background-size: 20px;
		line-height: 4em;
		font-size: 15px;
	}
	.arrow_r_btn_s {
		background-position: 15px center;
		background-size: 18px;
		font-size: 15px;
	}
	.arrow_r_btn_t {
		background-position: 15px 5px;
	}
	.btn-gra-radius-seach {
		display: inline-block;
		padding: 13px 30px;
		border-radius: 25px;
		text-decoration: none;
		color: #FFF;
		background-image: linear-gradient(45deg, #eb438c 0%, #ff8b5f 100%);
		transition: .4s;
		margin: 10px auto 0px;
		box-shadow: 0 1px 4px #777777;
	}
	.btn-gra-radius {
		display: inline-block;
		padding: 13px 23px;
		border-radius: 25px;
		text-decoration: none;
		color: #FFF;
		background-image: linear-gradient(45deg, #eb438c 0%, #ff8b5f 100%);
		transition: .4s;
		margin: 10px auto 0px;
		box-shadow: 0 1px 4px #777777;
	}
	.btn-gradient-radius-seach {
		display: inline-block;
		padding: 13px 30px;
		border-radius: 25px;
		text-decoration: none;
		color: #FFF;
		background-image: linear-gradient(45deg, #fc8c7a 0%, #ad1900 100%);
		transition: .4s;
		margin: 10px auto 0px;
		box-shadow: 0 1px 4px #777777;
	}
	.btn-gradient-radius {
		display: inline-block;
		padding: 13px 23px;
		border-radius: 25px;
		text-decoration: none;
		color: #FFF;
		background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
		transition: .4s;
		margin: 10px auto 0px;
		box-shadow: 0 1px 4px #777777;
	}

}