@charset "utf-8";

html, body {font-size: 62.5%;
height: 100%;}  /*高さ100%に指定*/

body {
	margin: 0;
	padding: 0;
	background:#fcd91d url(../img/topimg_back.jpg) no-repeat;
	background-position: center top;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
	font-size: 1.6em;
	line-height: 1.8em;
	width:980px;
	margin: 0 auto;
}

#waku{

}

#main{
	width: 940px;
	margin:0 20px;
}

h1{
	margin:0;
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:30px 30px 0 30px;
	padding:0;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
	font-size: 130%;
	color: #dd0330;	
}

h4{
	margin:0 0 10px 0;
	padding:0;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
	font-size: 120%;
	color: #dd0330;	
}

.owari{
	margin:30px 30px 0 30px;
	padding:0;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
	font-size: 130%;
	color: #FF6467;	
}

.strong{
	font-weight: 900;
	font-size: 130%;
}

.blutitle{
	margin:0 0 0 50px;
	padding:0;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
	font-size: 120%;
	color: #dd0330;	
}

.smalltext{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 70%;
}

.f_left{
	float: left;
	width: 280px;
	
}

.f_right{
	float: right;
	text-align: left;
	width: 620px;
	vertical-align: middle;
}

.f_left2{
	float: left;
	width: 160px;
	
}

.f_right2{
	float: right;
	text-align: left;
	width: 740px;
	vertical-align: middle;
}

p{
	margin:0 30px;
}

.line{
	margin:0 0 20px;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #CDA541;
	height: 1px;/* 高さ(※古いIE用) */
}

.comment{
	border-top: 3px solid #e9d0a5;
	border-left: 3px solid #e9d0a5;
	border-right: 3px solid #886637;
	border-bottom: 3px solid #886637;
	padding: 30px;
	background:url(../img/comment_back.png) #e8c65b;
	margin:10px 80px;
	font-weight:bold;
	color:#5E4C21;
}

.img_right{
	float: right;
	padding: 0 80px 0 20px;
}

.img_left{
	float: left;
	padding: 0 20px 0 80px;
}

.img_right2{
	float: right;
	padding: 0 0 0 20px;
}

.img_bottom{
	margin-bottom:20px 0 10px;
}

.gototop {
	padding:0 30px 0 0;
    text-align: right;
}

a:hover img.over{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

/*ナビ*/

.new_box{
	padding:0 0 7px 0;
	margin: 0;
	height: 16px;
	width: 100px;
	position: relative;
	top: 0;
	left: 376px; /* 0、188、376、564、752どれか */  
	}

.global-nav{
	margin:0;
	padding:0 0 10px 0;
	height: 50px;
}


.global-nav ul{
	list-style: none; /* リスト形式を削除 */
	margin:0;
	padding:0;
}

 /* リストを横並びに */
.global-nav ul li{
	width: 188px;
	height: 50px;
	float: left;
}
.global-nav ul li a{
	text-indent: -9999px; /* テキストをふっとばす */  
	text-decoration: none;  
	display: block;  
	width: 188px;  
	height: 50px;  
	background-image:url(../img/menu.png);  
	background-repeat: no-repeat;
}

 /* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
.global-nav ul li#menu1 a { background-position: 0 0; }   
.global-nav ul li#menu2 a { background-position: -188px 0px; }  
.global-nav ul li#menu3 a { background-position: -376px 0px; }  
.global-nav ul li#menu4 a { background-position: -564px 0px; }  
.global-nav ul li#menu5 a { background-position: -752px 0px; }


.global-nav ul li a:hover{
	text-decoration: none;  
	background-image:url(../img/menu.png);  
	background-repeat: no-repeat;   
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
.global-nav ul li#menu1 a:hover { background-position: 0 -50px; }   
.global-nav ul li#menu2 a:hover { background-position: -188px -50px; }  
.global-nav ul li#menu3 a:hover { background-position: -376px -50px; }  
.global-nav ul li#menu4 a:hover { background-position: -564px -50px; }  
.global-nav ul li#menu5 a:hover { background-position: -752px -50px; }

/*登場人物紹介*/

.chara{
	font-size:0.8em;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.chara ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}


.chara li {
	flex-grow:1;
	list-style-type: none;
	justify-content: space-between;
	margin: 0 20px;
}

.name{
	font-weight: bold;
	margin:0;
}

.text{
	margin:0;
}

/*トイズ＆グッズ*/

.toys{
	padding:0;
	margin:30px 0;
}

.toys ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
		text-align: left;
}

.toys li {
	flex-grow:1;
	list-style-type: none;
	margin: 0 10px;
}

.toy_photo{
	width: 250px;
}

.toy_photo_owari{
	width: 250px;
	opacity: 0.5;
}

.toy_text{
	width: 610px;
}

.gray{
	color:#666666;
}

/*商品概要*/

table{
	padding:5px 10px 10px 10px;
	width: 610px;
	border-spacing:0;
	font-size:0.8em;
	background-color:#FFE959;
	margin-top: 10px;
	color:#6E4400;
}

th{
	padding:0;
	width:135px;
	border-bottom:1px dashed #6E4400;
	text-align:left;
	line-height: 20px;
}

td{
	padding:0;
	border-bottom:1px dashed #764A01;
	line-height: 22px;
}

/*予告*/
.yokoku{
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 900;
	font-size: 200%;
	padding: 30px 0 50px 0;
}


.link01{
	width:642px;
	margin-left: auto;
	margin-right: auto;
}

.hide{
	visibility: hidden;
}

#footer{
	padding:10px;
	margin:10px 30px 0 30px;
	border-top:solid 1px #aaa;
	text-align:center;
	font-size: smaller;
}


/*イベントグッズ*/

.box3 {
	width: 930px;
	margin: 18px 0;
}

.left3 {
	width: 160px;
	float: left;
	margin: 0 20px 0 45px;
}

.middle3 {
	width: 160px;
	float: left;
	margin-right: 20px;
}

.right3 {
	width: 160px;
	float: left;
	margin-right: 0;
}

.goods_ph{
	width: 160px;
	height: 150px;
	text-align: center;
}
.goods_text{
	font-size:0.7em;
	line-height:1.6em;
	width: 160px;
	margin-top: 5px;
	text-align: center;
}


/*設定資料*/

.pic{
	font-size:0.8em;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.pic ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}


.pic li {
	flex-grow:1;
	list-style-type: none;
	justify-content: space-between;
	margin: 0 3px;
}


/* --最新ブログ記事読み込み feed設定-- */

.pos{
	position: relative;
	width: 980px;
}

#feed_box{
	position: absolute;
   top: 360px;
   left: 40px;
	width: 450px;
	height: 160px;
}

#feed_title{
	padding: 0;
	margin: 0;
	height: 43px;
}

#feed_waku{
	background-color: #fff;
	border:#dd0330 solid 1px;
	padding: 0;
	margin: 0;
}

#feed{
	font-size:12px;
	line-height:18px;
	height:100px;
	margin-bottom: 10px;
	overflow-y:auto; /* スクロール表示 */
	padding: 10px;
}

#feed img{
	padding:0px 5px 5px 0px;
	margin-bottom:20px;
	max-width: 50px;
	max-height:50px;
	float:left;
	clear:both;
}

#feed p{
	margin: 0;
	padding:0;
}

#feed h3{
	font-size:12px;
	line-height:16px;
	padding-bottom:5px;
}

.feedline{
	border-bottom: 1px dashed #CCC;
	padding-bottom:5px;
	margin-bottom:10px;
	clear:both;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; right:30px; text-align:right; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
