/* Disable default single page css */
/*
body{
  background: url('/chara.jpg') no-repeat center -26px;
}
#page {
  opacity: 0.8;
}
*/
* {
  box-sizing: border-box !important;
}
a,
a:hover {
  text-decoration: none;
}

body.single .entry {
  text-align: start;
  padding: 0;
  width: auto;
  margin: 0;
  position: static;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
}

#page {
  background: url('../images/character/bg_page.png') no-repeat center 97px;
}

.section h2 {
  background: #f9d591;
  font-size: 33px;
  line-height: 2.0;
  letter-spacing: -0.1rem;
  font-family: mplus-1c-regular, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.section h2 span {
  font-size: 24px;
}
.s-etc {
  display: none;
}

footer {
  margin: 80px 0 0;
}

/* =========================
 INDEX
========================= */

.main_block{
  width: 722px;
  margin: 30px auto 0;
  position: relative;
  border:16px solid #f9d591;
}

.main_block > *{
  position: relative;
  z-index: 2;
}

.main_block__inner {
  background: #fff;
  width: 690px;
  color: #6b3b3e;
  text-align: center;
  padding: 38px 16px 25px;
  margin: 0 auto;
}
.main_block__inner .text {
  font-size: 22px;
  text-align: left;
}
.main_block__inner .main_chara {
  margin:27px 0 50px 20px;
}
.main_block__inner .brother_chara {
  margin:38px auto 52px;
}
.main_block__inner .friend_chara {
  margin:19px auto 28px;
}
