@charset "UTF-8";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド
*/
body {
	background: url(../img/bg_contents.png);
	border-top: 16px solid #f9be00;
}
h2 {
	background: #f9be00;
	text-align: center;
	margin-top: -16px;
}
h2 img {
	width: 100%;
	max-width: 900px;
}
header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 2%;
	background: #FFF;
	overflow: hidden;
}
.title {
	padding: 10px 0;
	text-align: center;
}
#movie1 .title {
	background: #ffff74;
}
#movie2 .title {
	background: #a4ffce;
}
#character .title {
	background: #a2ebff;
}
#topics .title {
	background: #ffc8eb;
}
#goods .title, #goods_aeon .title {
	background: #c6cdff;
}
#manga .title {
	background: #c4ff6b;
}


#info, #info .inner {
	background-image: url(../img/bg_info.png);
	background-repeat: repeat;
}
#info .info1, #info .info2 {
	overflow: hidden;
	max-width: 740px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 5%;
	background: #FFF;
	border-radius: 16px;
}
#info .info1 .text {
	font-size: 120%;
	color: #984200;
}
#info .info1 .text2 {
	float: left;
	max-width: 510px;
	width: 69%;
	margin-right: 3%;
	font-weight: bold;
	color: #984200;
}

#info .info1 .img {
	float: left;
	width: 28%;
	margin-top: 20px;
}
#info .info1 .text span, #info .info1 .text2 span {
	font-size: 150%;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#info .info2 .text {
	float: left;
	width: 65%;
	margin-left: 5%;
}
#info .info2 .text .button {
	margin: 10px 0 0 25%;
}
#info .info2 .img {
	float: left;
	width: 30%;
}
#movie1 p, #movie2 p, #manga p, #manga li, #goods_aeon p {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 120%;
}

#movie1 .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
#movie1 .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
	margin: 0 10%;
}


#character #character_box {
	width: 96%;
	border-radius: 16px;
	border: solid 5px #a2ebff;
	box-sizing:border-box;
	margin: 0 auto 30px auto;
	padding: 30px 0;
	overflow: hidden;
}
#character .character_box {
	overflow: hidden;
	float: left;
	width: 45%;
	margin: 0 3%;
	/*height: 200px;*/
}
#character .character_box:nth-child(1), #character .character_box:nth-child(2) {
	margin-bottom: 30px;
}
#character .character_box:nth-child(2), #character .character_box:nth-child(4) {
	margin-left: 0;
}
#character .character_box .img {
	float: left;
	width: 35%;
	margin-right: 3%;
}
#character .character_box .text {
	float: left;
	width: 62%;
}
#character .character_box p {
	font-size: 13px;
}
#character .character_box p span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #ef8200;
}
#topics #topics_box{
	margin: 0 auto;
	overflow: hidden;
}
#topics .topics_box {
	overflow: hidden;
	float: left;
	border-radius: 16px;
	border: solid 5px #ffc8eb;
	box-sizing:border-box;
	width: 48%;
	padding: 15px 2%;
	margin : 0 1% 20px 1%;
}
#topics .topics_box .title_text {
	font-size: 20px;
	font-weight: bold;
	color: #ef8200;
	margin-bottom: 10px;
	text-align: center;
}
#topics .topics_box .img {
	float: left;
	width: 30%;
	margin-right: 3%;
	max-width: 125px;
}
#topics .topics_box .text {
	float: left;
	width: 67%;
	font-size: 14px;
	text-align: center;
}
#topics .topics_box .text p {
	text-align: left;
	margin-bottom: 5px;
	height: 90px;
}
#goods .goods_box {
	overflow: hidden;
	float: left;
	width: 21%;
	margin: 0 1% 30px 1%;
	padding: 0 1% 10px 1%;
}
#goods .goods_box .goods_img {
	margin-bottom: 5px;
	border: solid 1px #f9be00;
    box-sizing: border-box;
}
#goods .goods_box p .goods_title {
	font-weight: bold;
	display: block;
	font-size: 90%;
	margin-bottom: 3px;
}
#goods .goods_box p .goods_shop {
	font-size: 80%;
	font-weight: none;
}
#goods .goods_box p .button {
	margin-top: 5px;
}
#shop .title {
	width: 100%;
	max-width: 1000px;
	background: #FFF;
	margin: 0 auto;
	padding: 20px 2%;
}
#shop ul {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 90%;
}
#shop li {
	margin-bottom: 20px;
}
#shop li span {
	font-size: 120%;
	font-weight: bold;
}
#shop a {
	color: #984200;
	text-decoration: underline;
}
#manga li {
	border: solid 2px #666;
	box-shadow: 5px 5px 5px 0px #ccc;
}

#sns .inner {
	overflow: hidden;
}
#sns .sns {
	text-align: center;
	float: left;
	width: 50%;
	font-weight: bold;
	font-size: 130%;
}
#sns .aeon {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 130%;
}
#sns .sns a, #sns .aeon a {
	margin: 0 10px 10px 10px;
}
#sns .link1 {
	background: #76322e;
	padding: 20px;
}
#sns .link2 {
	background: #00a4ef;
}
#sns .link3 {
	background: #8a63ec;
}
footer {
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #76322e;
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px, #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat;
	padding: 30px 0 20px 0;
	position: relative;
}
footer #pagetop {
	position: absolute;
	width: 80px;
	top: -50px;
	right: 20px;
}
footer p img {
	margin: 0 20px 20px 20px;
}
footer ul {
	overflow:  hidden;
	width: 330px;
	margin: 0 auto 20px auto;
}
footer ul li {
	float:  left;
	width: 110px;
	text-align:  center;
}


.flexslider {
	width: 800px;
	height: auto;
}

@media (max-width:767px) {

body {
	background: url(../img/bg_contents_sp.png);
	font-size: 4vw;
}

h2 img {
	width: 80%;
}
header {
	padding: 5px 0;
}
.inner {
	width: 90%;
	margin: 0 auto;
	padding: 30px 5%;
}
.title img {
	height: 60px;
}
#info .info1, #info .info2 {
	width: 90%;
	margin: 0 auto;
	padding: 20px 5% 15px 5%;
	background: #FFF;
	border-radius: 10px;
}

#info .info1 .text {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 100%;
}
#info .info1 .text2 {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 100%;
}
#info .info1 .button {
	width: 160px;
	margin: 0 auto;
}
#info .info1 .img {
	float: none;
	text-align: center;
	width: 100%;
	margin-top: 0;
}
#info .info1 .text span {
	font-size: 6vw;
}
#info .info2 {
	margin-bottom: 30px;
}
#info .info2 .text {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
}
#info .info2 .text p {
	text-align: left;
	margin: 0 0 10px 0;
}
#info .info2 .text .button {
	margin: 0;
}
#info .info2 .img {
	float: none;
	width: 100%;
}

#movie1 p, #movie2 p, #manga p, #manga li, #goods_aeon p {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: left;
	font-size: 100%;
}
#character #character_box {
	width: 100%;
	padding: 20px 5%;
}
#character .character_box {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
	height: auto;
}
#character .character_box:last-child {
	margin: 0;
}
#character .character_box:last-child .text {
	margin: 0;
}
#character .character_box p {
	font-size: 80%;
}
#character .character_box p span {
	font-size: 5vw;
}
#topics #topics_box {
	width: 100%;
}
#topics .topics_box {
	float: none;
	width: 100%;
	padding: 7px 3% 13px 3%;
	margin: 0 0 10px 0;
}
#topics .topics_box .title_text {
	font-size: 5vw;
	margin-bottom: 5px;
}
#topics .topics_box .text {
	font-size: 100%;
}

#topics .topics_box p {
	font-size: 80%;
}
#topics .topics_box .text p {
	height: auto;
}
#topics .topics_box .button {
	padding: 5px 15px;
	font-size: 80%;	
}
#goods .inner {
	width: 98%;
	padding: 30px 1%;
}
#goods .goods_box {
	float: left;
	width: 42%;
	margin: 0 3% 30px 3%;
}
#goods .goods_box .goods_img {
	margin-bottom: 5px;
}
#goods .goods_box p .goods_shop {
	font-size: 80%;
}
#goods .goods_box p .button {
	margin-top: 5px;
	width: 63%;
	font-size: 80%;
}
#shop ul {
	margin-left: 20px;
	font-size: 12px;
}

#sns .inner {
	padding: 0 5%;
}
#sns .sns {
	float: none;
	width: 84%;
	font-size: 100%;
	margin: 0 8% 20px 8%;
}
#sns .aeon {
	width: 84%;
	font-size: 100%;
	margin: 0 8% 20px 8%;
}
#sns .sns a, #sns .aeon a {
	margin: 0 2% 10px 2%;
}

footer {
	text-align: center;
	font-size: 70%;
	padding: 10px 0;
}
footer #pagetop {
	position: inherit;
	width: 20%;
	top: auto;
	right: auto;
	margin: 0 40% 10px 40%;
}

footer p:nth-child(1) img {
	margin: 10px 2% 20px 2%;
	width: 43%;
}
footer p:nth-child(2) img {
	width: 60px;
	margin: 0 5px 20px 5px;
}


.flexslider {
	width: 100%;
	height: auto;
}
}


