/* common */
:link,
:visited {
  text-decoration: none;
  color: #fff;
}

body {
  font-family: 'Hiragino Sans','Noto Sans Japanese',sans-serif;
  font-weight: 100;
  margin: 0 auto;
  max-width: 1500px;
}

section {
  position: relative;
  overflow: hidden;
}

.top_section {
  padding: 80px 0;
}

.top_face::after,
.top_about::after,
.top_toy::after,
.top_class::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: -1;
}

.top_section .section_bg {
  width: 1500px;
  top: -40px;
  left: 50%;
  margin-left: -750px;
  z-index: -3;
}

.top_section h2 {
  color: #fff;
  font-size: 40px;
  font-family: 'TsukuARdGothic-Regular','Hiragino Sans','Noto Sans Japanese',sans-serif;
}

.top_section p {
  width: 400px;
  font-weight: 300;
  color: #fff;
  margin: 40px 0;
}

.top_btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -200px;
  background-color: #3292C0;
  color: #fff;
  font-weight: normal;
  padding: 15px 0;
  width: 400px;
  text-align: center;
}

.top_btn::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(0,0,0,.3);
}

.top_btn1 {
  left: 30%;
}

.top_btn2 {
  left: 70%;
}

::selection {
  background-color: #ddd;
}
/* common_ends */



/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255,255,255,.9);
  z-index: 999;
}

.logo_new img {
  height: 48px;
  position: relative;
  top: 10px;
  left: 13px;
}

.pc_nav {
  position: fixed;
  top: 30px;
  right: 20px;
}

.pc_nav li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  font-weight: normal;
  color: #3292C0;
}

.nav_btn,
.nav_small {
  display: none;
}
/* header_ends */



/* footer */
footer {
	position: relative;
	background-color: #333;
	text-align: center;
	height: 90px;
}

.footer_logo {
  position: relative;
  top: 30px;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
}

.footer_logo img {
  width: 80px;
  height: 80px;
  position: relative;
  top: 20px;
}

.sns_btn_wrapper {
  width: 300px;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -150px;
}

.sns_btn_wrapper li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.sns_btn_wrapper li img {
  width: 50px;
  height: 50px;
}

.link_wrapper {
  color: #fff;
  font-weight: normal;
  position: relative;
  top: 150px;
}

.link_wrapper li {
  list-style: none;
  display: inline-block;
}

.clipmark {
  position: relative;
  top: 180px;
}

.clipmark img {
  padding: 20px;
  width: 80px;
  background-color: #fff;
}

.cr {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.up_btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 120px;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border-radius: 8px;
  color: #F0A911;
  font-weight: normal;
  text-align: center;
  z-index: 999;
}

.up_btn img {
  width: 40px;
  margin-top: 5px;
}

.up_btn span {
  display: block;
}
/* footer_ends */
