@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo , sans-serif;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.header-box {
	height: 130px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background-image: url(../images/nav_back.png);
	background-repeat: no-repeat;
	display: flex;
	z-index: 999;
}

header p img {
	width: 420px;
	float: left;
	margin: 10px 0 0 30px;
}

nav {
	flex: 1;
	width: 800px;
 }

nav ul {
	margin-left: 500px;
}

nav ul li {
	float: left;
	margin: 10px 50px 0 0;
}

.tooltip {
	position: relative;
}

.tooltip .tooltiptext {
	position: absolute;
	z-index: 1;
	top: 105%;
	left: -6px;
	visibility: hidden;
	width: auto;
	white-space: nowrap;
	padding: 0.7em 0.5em;
	transition: opacity 1s;
	text-align: center;
	opacity: 0;
	color: #ffffff;
	font-size: 1.5rem;
	border-radius: 6px;
	background-color: #ff7fb6;
}
.tooltip .tooltiptext::after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-bottom-color: #ff7fb6;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.hamburger {
	display: none;
}

/** article **/

#top {
	width: 100%;
	height: 700px;
	background-image: linear-gradient(0deg, rgba(250, 216, 229, 1), rgba(177, 221, 245, 1));
	text-align: center;
	position: relative;
}

#top h1 {
	padding-top:150px;
}

.main {
	width: 900px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-left: 40px;
}

.charaText {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	padding: 100px 0 0 20px;
}

.puf {
	position: absolute;
	top: -140px;
	left: 150px;
}

.dow {
	position: absolute;
	top: -140px;
	left: 1200px;
}

.ponpon {
	animation: ponpon 3.2s ease infinite;
}

@keyframes ponpon {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-12px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-12px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}

/** others **/

#others {
	width: 100%;
	height: 450px;
	text-align: center;
	margin: 0 auto;
}

.line img {
	margin: 20px 0 40px 40px;
}

#others h2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	padding-bottom: 20px;
}

.others {
	width: 950px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 30px;
}

/** greeting **/

#greeting {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 90px;
}


#greeting h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffabc1;
	margin-top: -10px;
	padding-bottom: 30px;
	text-align: center;
}

.gre {
	padding-left: 20px;
}

.grel {
	width: 48%;
	float:left;
	text-align: center;
	font-weight: bold;
	color: #ffabc1;
}

.grer {
	width: 52%;
	display: flex;
	float: right;
}

.tate {
	padding: 20px 20px 0 0;
}

.texta,
.textb {
	margin-top: 30px;
}

.texta {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffabc1;
}

.textb {
	font-size: 1.5rem;
	font-weight: bold;
	color: #ffabc1;
	line-height: 1.5;
}

#topBtn {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}

/** footer **/

footer {
	width: 100%;
	height: 60px;
	background-color: #fad8e5;
}

.text {
	width:550px; 
	line-height: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #999;
	float: left;
	padding: 10px 0 0 40px;
}

.sns {
	display: flex;
	width: 340px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ffabc1;
	float: right;
}

.sns p {
	padding-top: 30px;
}

.sns img {
	padding: 18px 40px 0 10px;
}


