@charset "UTF-8";
#main {
  padding-top: 160px;
  background: url(../img/common/bg_free.jpg) no-repeat center 0;
  background-size: cover;
  height: 220px;
  z-index: 0;
}
#logo {
  width: 80%;
  margin: 0 auto 50px;
  color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
}
#logo span {
  display: block;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#topicpath {
  margin: 0.5em 0 0;
  font-size: 80%;
  display: block;
  position: absolute;
  padding: 0 5% 1em 0;
  list-style: none;
  text-align: right;
  width: 95%;
  box-shadow: 0 8px 10px -10px #999;
}
#topicpath li {
  display: inline;
  z-index: 999999;
  padding: 0;
  background: none;
}
#topicpath li a {
  padding: 0 0.5em;
}
#mailform {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
#mailform span {
  display: inline;
  padding: 0 5px;
  color: #FF0004;
}
input {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
}
textarea {
  border: #ccc 1px solid;
  padding: 10px;
  margin: 5px 0;
}
#btn {
  text-align: center;
}
#submit_btn, #reset_btn {
  margin: 0 10px 5px;
  padding: 10px 20px;
  font-size: 1.1em;
  background: #fcca0f;
  color: #000;
  border-style: none;
}
#mailform dt, #mailform dd {
  padding-bottom: 0.5em;
  display: block;
}
#sitemap {
  padding-bottom: 50px;
}
#sitemap li {
  margin-left: 51%;
  margin-bottom: 5px;
}
#sitemap li a {
  border: #bdb7b2 1px solid;
  background: #d8d5c7;
  display: block;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
}
#sitemap li.index {
  margin-left: 0;
  margin-right: 51%;
}
#sitemap li a:hover {
  border-color: #572916;
  background: #572916;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}
#link {
  margin-bottom: 50px;
  text-align: center;
}
#link dd {
  border-bottom: #bdb7b2 1px dotted;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.name {
  text-align: right;
}
.btn_contact {
  text-align: center;
  padding-bottom: 40px;
}
.btn_contact a {
  padding: 20px 40px;
  font-size: 120%;
  font-weight: bold;
  background: #c9350a;
  text-decoration: none;
  color: #fcca0f;
}
.btn_contact a:hover {
  background: #9d7556;
}
ol#privacy {
  padding: 0 1em;
  margin: 0 auto 40px;
  font-size: 90%;
}
ol li {
  list-style: decimal;
  margin-bottom: 2em;
  border-bottom: #eae8e0 solid 1px;
  padding-bottom: 2em;
}
.bg_gr {
  margin: 80px 0;
}
.bg_gr .contents {
  border: none;
  margin-bottom: 0;
}
.title {
  padding: 0 0 0.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #A91F21;
}
div.bg_orange {
  margin: 100px 0 0;
  z-index: 1;
  position: relative;
}
div.bg_orange::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ec833d;
}
div.bg_orange .contents {
  position: static;
}
div.bg_orange .contents::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30%;
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: auto;
  background: #fff;
}
.bg_gr {
  margin-top: -84px;
  z-index: 0;
}
.contents {
  margin-top: 50px;
  margin-bottom: 50px;
}
strong {
  font-weight: bold;
}
hr {
  border: #ccc 1px dashed;
  margin-bottom: 1em;
}
.balloon {
  width: 80%;
  position: relative; /* 三角の位置を固定するために設定 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 15px; /* ふきだし内の余白 */
  background: #ec833d; /* 背景色 */
  text-align: center; /* テキストの揃え */
  border-radius: 4px;
  color: #fff;
}
.balloon::before { /* 三角の部分 */
  content: '';
  position: absolute; /* 位置固定 */
  bottom: -24px; /* 線幅の2倍 */
  left: 50%;
  margin-left: -12px; /* 線幅だけずらす */
  border: 14px solid transparent; /* 線幅の設定 */
  border-top-color: #ec833d; /* 吹き出しの地と同じ色 */
}
.ul {
 /*padding-left: 3em;
  padding-bottom: 2em;
	
}
.ul li {
  list-style: disc;
	*/
}
.text_base {
  margin-bottom: 50px;
}
#news{
	padding-bottom: 100px;
	margin-left: 0;
	padding-left: 0;
}
#news li {
  text-align: center;
  margin: 30px auto;
	padding: 0;
	background: none;
}
div.bg_orange {
  top: 80px;
  margin-bottom: 100px;
}
div#character_list {
 
}
div#character_list div {
  width: 90%;
  margin: 0 auto 30px;
  line-height: 0;
}
#character_list img {
  box-shadow: 0 0 7px #999;
}
/* 0722追加*/
#main3 {
  width: 100%;
  height: 300px;
  text-align: center;
}
#main3 img {
  padding-bottom: 100px;
  width: 55%;
}

#main2 {
  width: 55%;
  overflow: hidden;
  float: left;
  height: 300px;
}
#main2 img {
  padding-bottom: 100px;
}
#navi2 {
  width: 40%;
  float: right;
  display: block;
  padding-right: 5%;
  font-size: 70%;
}
#navi2 li {
  border: #ccc 3px solid;
  height: 110px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  border-radius: 8px;
  padding: 0;
  background: none;
}
#navi2 li span {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.story, .system {
  padding: 50px 10px 0;
}
.system h2 {
  margin-bottom: 1.5em;
}
.system h3 {
  padding: 0 1em 0.5em;
  margin-bottom: 1em;
  border-bottom: #8498a1 2px dotted;
}
.system p {
  padding-bottom: 2em;
}
.system img {
  box-shadow: 0 0 7px #999;
}
#store_main {
  top: 50px;
}
#character_detail {
  display: block;
  position: relative;

}
.character_name{
	position: relative;
}
h2.character_name span{

	font-size: 70%;
	position: absolute;
	right: 15px;
	text-align: right;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	
}
.contents ul#sitemap_list li{
	margin:5px;
}
ul#sitemap_list li{
	background-position:left 8px;
}

.contents ul#sitemap_list li a{
	text-decoration:none;
}
.free{
	padding: 0;
}
.free_mask{
	padding: 0;
	margin: 0;
}
.free_mask_bg{
	padding: 160px 10px 240px;
	margin: 0;
}
/* ----------- */
/* ----------- */
/* 375px*/
@media screen and (min-width : 375px) {
  #main2 {
    height: 370px;
  }
  #main3 {
    height: 370px;
    text-align: center;
  }
  h2.character_name span{
      padding-left: 60%;
  }
}
/*560px*/
@media screen and (min-width : 560px) {
	h2.character_name{
		width: 560px;
	}
	h2.character_name span{
	right: 100px;
	
}
    #main{
    background-size: cover;
    }
}

/*768px*/
@media screen and (min-width : 768px) {
  h1 {
    top: 30px;
  }
	
	
  div#main {
    z-index: 5;
    padding-top: 60px;
    height: 200px;
      background-attachment: fixed;
  }
  p#logo {
    width: 100%;
    text-align: center;
  }
  p#logo span {
    font-size: 120%;
  }
  p#logo img {
    width: 320px;
  }
  header {
    z-index: 4;
  }
  .policy div {
    width: 25%;
    padding: 10px 20px;
    border-right: #ccc 1px dotted;
  }
  .policy div:first-child {
    border-left: #ccc 1px dotted;
  }
  #sitemap {
    width: 60%;
    margin: 0 auto;
  }
  ol#privacy {
    width: 80%;
  }
  .flex_box img {
    width: 100%;
  }
  .g_nav_inner {
    position: relative;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: transparent;
    webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  .fixed {
    position: fixed;
    top: 20px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background: url(../img/common/bg_nav.png);
    width: 100%;
  }
  .text_right {
    width: 60%;
  }
  .text_left {
    width: 60%;
  }
  .img_left, .img_right {
    width: 35%;
  }
  .text_base {
    width: 70%;
    margin: 0 auto 50px;
  }
  #news, #credit {
    width: 50%;
	  margin: 0 auto;
	  padding-bottom: 300px;
  }
  #news img {
    width: 400px;
  }
  #character_list {
    width: 960px;
    margin: 0 auto;
	 
  }
  div#character_list div {
    width: 280px;
    margin-bottom: 30px;
    padding: 0;
    line-height: 0;
    border: none;
  }
  /* 0722追加*/
  .contents p {}
  .system .img_left, .system .img_right {
    width: 30%;
    margin: auto;
    padding: 0;
  }
  .system .img_left {
    padding-left: 5%;
  }
  .system .img_right {
    padding-right: 5%;
  }
  #navi2 {
    width: 240px;
    padding-top: 100px;
  }
  #navi2 li {
    height: 240px;
  }
  #main2 {
    width: 50%;
    padding-left: 10%;
    height: 800px;
  }
  #main2 img, #navi2 li img {
    width: 100%;
  }
  #main3 {
    width: 100%;
    height: 800px;
    text-align: center;
  }
  #main3 img{
    width: 50%;
  }

  #character_detail {
	  display: block;
 
  }
h2.character_name span{
	right: 60px;
	
}

	.free{
	
	}
	#sitemap_list{
		width:60%;
		margin: 0 auto;
	}

	
}