/*			reset			*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 62.5%;
	background-color: #FFD4CF;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #FFE3E0), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 30px;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
* {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
a{
	text-decoration: none;
	color: inherit;
}
a img:hover{
}
p{
	margin: 0;
	padding: 0;
	border: 0;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
hr{
	padding: 0;
	margin: 0;
}
hr.pi_wh{
	border: 0;
	width: 100%;
	height: 0px;
	background-image: url("../../img/wave_pi_wh.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 10%;
	padding-bottom: 70px;
	margin-top: -60px;
}
hr.wh_pi{
	border: 0;
	width: 100%;
	height: 0px;
	background-image: url("../../img/wave_wh_pi.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 10%;
	padding-bottom: 50px;
	margin-top: -50px;
}

div.midashi_wh{
	font-size: 2.6rem;
	font-weight: bold;
	background-color: #fff;
	width: 100%;
	color: #541700;
	text-align: center;
	letter-spacing: 0;
	padding: 75px 0;
}

div.midashi_wh span::before,
div.midashi_wh span::after{
	background-image: url("../../img/midashi_side_pi.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 58px;
	height: 16px;
	margin: 0 16px;
}


div.midashi_pi{
	font-size: 2.6rem;
	font-weight: bold;
	background-color: #fec0cd;
	width: 100%;
	color: #541700;
	text-align: center;
	letter-spacing: 5px;
	padding: 75px 0;

}

div.midashi_pi span::before,
div.midashi_pi span::after{
	background-image: url("../../img/midashi_side_wh.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 58px;
	height: 16px;
	margin: 0 16px;
}





.sp_only{
	display: none;
}
.pc_only{
	display: block;
}
html,
body {
}
body {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	background-color: #fec0cd;
	width: 800px;
	margin: 0 auto;
	font-size: 1.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	-webkit-box-shadow: 10px 0 20px rgba(138,0,25,0.20),-10px 0 20px rgba(138,0,25,0.20);
	        box-shadow: 10px 0 20px rgba(138,0,25,0.20),-10px 0 20px rgba(138,0,25,0.20);
}
header,footer {
    background-color: #541700;
}
header {
 	display: block;
	padding: 5px 0;
}

header ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin: 0;
}

header ul li.logo{
	margin-right: auto;
	margin-left: 20px;
}
header ul li.menu{
	margin-top: 10px;
}
header ul li:nth-child(5){
	margin-right:  20px;
}
header ul li.menu img{
	width: 95%;
}

.fixed_header {
  position: fixed;
  top: -56px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 10px;
  width: 100%;
  max-width: 800px;
  z-index: 999;
}
header.fixed_header ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
header.fixed_header ul li{
	margin-right: auto;
}
header.fixed_header ul li.logo_fix a img{
	margin-left: 40px;
	margin-right: 100px;
	padding-top:  10px;
	width: 200px;
}
header ul li.menu_fix{
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
}









div#menu_btn{
	display: none;
}
div#menu_sp ul li.menu_sp{
	display: none;
}



ul li.menu a img:hover {
	animation: menuHover ease-in-out 1.5s infinite;
}

 
@keyframes menuHover {
	0%   { transform: rotate(0deg) scale(1);}
 	50% { transform: rotate(6deg) scale(1.025);}
 	100% { transform: rotate(0deg) scale(1);}
}

@-webkit-keyframes menuHover {
	0%   { transform: rotate(0deg) scale(1);}
 	50% { transform: rotate(6deg) scale(1.025);}
 	100% { transform: rotate(0deg) scale(1);}
}






div#top {
	background-image: url("../../img/bg.png");
	background-position:right;
	background-color: #fec0cd;
	background-repeat: no-repeat;
	height: 800px;
	
	-webkit-animation: fadeIn 0.8s ease 0s 1 normal;
	
	        animation: fadeIn 0.8s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
 	0% { opacity: 0; -webkit-transform: translateY(20px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeIn {
 	0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

div.intro_text{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
 	-webkit-box-align: center;
 	-webkit-align-items: center;
 	        align-items: center;
	width: 420px;
	height: 160px;
	color: #8c5642;
	font-weight: bold;
	padding: 20px;
	margin: 50px 0 0 30px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	-webkit-box-shadow: 8px 8px rgba(244,179,193,.6);
	        box-shadow: 8px 8px rgba(244,179,193,.6);
}



div.newer {
	margin-right: auto;
	padding: 60px 0 0 30px;
	width: 240px;
}
div.newer .newer_top {
	width: 240px;
	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background-color: #541700;
	text-align: center;
	padding: 8px 20px;
}


div.newer .newer_comic {
	padding: 30px 0 0 0;
	margin: 0;
}
div.newer .newer_comic img {
	display: block;
	width: 240px;
	-webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	        border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	border: solid 4px #541700;
	padding: 5px;
	background-color: #541700;
}
div.newer .newer_comic_title {
	color: #fff;
	width: 240px;
	background-color: #541700;
	margin-top: -10px;
	padding: 8px 20px;
	-webkit-border-radius: 0 0 20px 20px/ 0 0 20px 20px;
	        border-radius: 0 0 20px 20px/ 0 0 20px 20px;
	border: solid 4px #541700;
}

div.newer .newer_bottom {
	width: 240px;
	padding: 30px 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center; 
	        align-items: center;
}
div.newer .newer_bottom_text {
	font-size: 1.4rem;
	color: #541700;
	font-weight: bold;
	padding: 10px 0;
	margin-right: auto;
}
div.newer .backnumber {
	width: 96px;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #541700;
	text-align: center;
}






/*			最新情報		*/



ul#topic {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background-color: #fff;
	padding: 0 30px 120px;
	min-height: 800px;
}


ul#topic .topic_box {
	margin: 0;
	padding: 0 0 30px 0;
}
ul#topic .topic_img {
	margin: 0;
}
ul#topic .topic_img img {
	display: block;
	width: 230px;
	-webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	        border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	border: solid 4px #541700;
}
ul#topic .topic_text {
	color: #fff;
	width: 230px;
	background-color: #541700;
	margin-top: -4px;
	padding: 8px 8px;
	-webkit-border-radius: 0 0 15px 15px/ 0 0 15px 15px;
	        border-radius: 0 0 15px 15px/ 0 0 15px 15px;
	border: solid 4px #541700;
}

ul#topic .topic_text .date {
	font-size: 1.4rem;
	border-bottom: 1px dashed #fff;
	padding-bottom: 6px;
}
ul#topic .topic_text .title {
	font-size: 1.4rem;
	padding-top: 8px;
}









#bottom_box{
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding:  100px 30px 130px;
	min-height: 900px;
}

img.bottom_head{
	position: absolute;
	display: block;
	height: 35px;
	padding: 0 0 0 10px;
}


#bottom_box div.bottom_whats{
}

#bottom_box div.bottom_whats img.radiusborder{
	border: solid 4px #541700;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	padding: 0 0 8px 0;
	margin: 22px 0 0 0;
	background-color: #fff;
}


#bottom_box div.twitter{
	width: 440px;
	background-color: #fff;
	padding: 0 0 0 0;
	margin: 22px 0 0 0;
	border: solid 4px #541700;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
#bottom_box div.bottom_text_whats{
	text-align: right;
	margin: 0 0 0 0;
}
#bottom_box div.bottom_text_whats span{
	font-weight: bold;
	border-bottom: 3px dotted #541700;
}

#bottom_box div.bottom_text_twi{
	text-align: right;
	margin: 6px 0 0 0;
}
#bottom_box div.bottom_text_twi span{
	font-weight: bold;
	border-bottom: 3px dotted #541700;
}
















/*			ニュース			*/





div.news_top{
	background-color: #fff;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	margin: 0 30px 100px 30px;
}
div.news_top div.news_top_text{
	color: #8c5642;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 60px 30px;
	width: 100%;
}



div.news_deco{
  	display: block;
	position: relative;
	margin: 0 auto;
}
div.news_deco .news_deco_img_box{
  	display: block;
	position: absolute;
	right: 15px;
	bottom: -15px;
}
div.news_deco .news_deco_img_box img.news_deco_img{
  	display: block;
	width: 120px;
	height: 90px;
}




ul#news_list {

	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background-color: #fff;
	padding: 0 25px 80px;
	min-height: 1800px;
}

ul#news_list .news_box {
	margin: 0 0 40px;
	display: flex;
	align-items: flex-start;
	position: relative;
	border-bottom: 1px dashed #541700;
}
ul#news_list li.news_box:last-child {
	border-bottom: none;
}

ul#news_list li.news_box:first-child::after {
	content: "new";
	color: #fff;
	font-size: 1.2rem;
	padding: 0 5px;
	background:#FF8B47;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	left:  325px;
}

ul#news_list .news_img {
	margin: 0;
	padding: 0 0 40px 0;
}
ul#news_list .news_img img {
	display: block;
	width: 200px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	border: solid 4px #541700;
	margin: 0 20px 0 0;
}
ul#news_list .news_text {
	color: #541700;
	width: 480px;
	margin-top: -4px;
	padding: 8px 8px;
	-webkit-border-radius: 0 0 15px 15px/ 0 0 15px 15px;
	        border-radius: 0 0 15px 15px/ 0 0 15px 15px;
}

ul#news_list .news_text .date {
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #541700;
	border-radius: 20px;
	color: #fff;
	width: 105px;
	text-align: center;
	padding: 2px 0;
	margin: 0 0 10px 0;
}
ul#news_list .news_text .title {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: 3px dotted #541700;
}
ul#news_list .news_text .detail {
	font-size: 1.4rem;
	padding: 10px 0 0 0;
	margin: 0 0 30px 0;
}





#news_page{
	background-color: #fff;
	color: #541700;
	padding: 80px 60px 120px;
	font-size: 1.4rem;
	line-height: 25px;
}
#news_page div.news_title{
	font-size: 2.1rem;
	border-bottom: 1px solid #fec0cd;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 40px 0
}
#news_page div.news_title::before{
	content: '●';
	font-size: 2.2rem;
	color: #fec0cd;
	padding: 0 5px 0 0;
}

#news_page img{
	margin:  40px 0;
	display: block;
}















/*			グッズ			*/




div.goods_top{
	background-color: #fff;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	margin: 0 30px 100px 30px;
}
div.goods_top div.goods_top_text{
	color: #8c5642;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 60px 30px;
	width: 100%;
}



div.goods_deco{
  	display: block;
	position: relative;
	margin: 0 auto;
}
div.goods_deco .goods_deco_img_box{
  	display: block;
	position: absolute;
	right: 10px;
	bottom: -15px;
}
div.goods_deco .goods_deco_img_box img.goods_deco_img{
  	display: block;
	width: 120px;
	height: 90px;
}





ul#goods {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background-color: #fff;
	padding: 0 30px 120px;
	min-height: 800px;
}


ul#goods .goods_box {
	margin: 0;
	padding: 0 0 60px 0;
}
ul#goods .goods_img {
	margin: 0;
}
ul#goods .goods_img img {
	display: block;
	width: 220px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;;
	border: solid 4px #541700;
}
ul#goods .goods_text {
	color: #541700;
	width: 220px;
	margin-top: -4px;
	padding: 8px 8px;
}

ul#goods .goods_text .name {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 3px dotted#541700;
	padding: 10px 0;
}
ul#goods .goods_text .detail {
	font-size: 1.4rem;
	padding: 10px 0 0 0;
}

ul#goods .goods_text .release {
}
ul#goods .goods_text .price {
}



#goods_page{
	background-color: #fff;
	color: #541700;
	padding: 80px 60px 120px;
	font-size: 1.4rem;
	line-height: 25px;
}
#goods_page div.news_title{
	font-size: 2.1rem;
	border-bottom: 1px solid #fec0cd;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 40px 0
}
#goods_page div.news_title::before{
	content: '●';
	font-size: 2.2rem;
	color: #fec0cd;
	padding: 0 5px 0 0;
}

#goods_page img{
	margin:  40px 0;
	display: block;
}

































/*			コミック			*/





div.comic_top{
	background-color: #fff;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	margin: 0 30px 100px 30px;
}
div.comic_top div.comic_top_text{
	color: #8c5642;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 60px 30px;
	width: 100%;
}



div.comic_deco{
  	display: block;
	position: relative;
	margin: 0 auto;
}
div.comic_deco .comic_deco_img_box{
  	display: block;
	position: absolute;
	right: 0;
	bottom: -20px;
}
div.comic_deco .comic_deco_img_box img.comic_deco_img{
  	display: block;
	width: 100px;
	height: 100px;
}




ul#comic_list {

	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	background-color: #fff;
	padding: 0 25px 80px;
	min-height: 800px;
}

ul#comic_list .comic_box {
	margin: 0 0 30px;
	display: flex;
	align-items: flex-start;
	padding: 10px;
	position: relative;
}
ul#comic_list li.comic_box:first-child::after {
	content: "new";
	color: #fff;
	font-size: 1.5rem;
	padding: 0 5px;
	background:#FF8B47;
	border-radius: 20px;
	display: inline-block;
	position: absolute;
	right:  20px;
}

ul#comic_list .comic_img {
	margin: 0;
}
ul#comic_list .comic_img img {
	display: block;
	width: 150px;
}
ul#comic_list .comic_text {
	color: #541700;
	width: 200px;
	margin-top: -4px;
	padding: 8px 8px;
	-webkit-border-radius: 0 0 15px 15px/ 0 0 15px 15px;
	        border-radius: 0 0 15px 15px/ 0 0 15px 15px;
}

ul#comic_list .comic_text .number {
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 3px dotted #541700;
}
ul#comic_list .comic_text .title {
	font-size: 1.4rem;
	padding-top: 8px;
}



#comic_page{
	background-color: #fff;
	text-align: center;
	padding: 80px 60px 120px;
}
#comic_page div.comic_title{
	font-size: 2.1rem;
	border-bottom: 1px solid #fec0cd;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 50px 0
}
#comic_page div.comic_title::before{
	content: '●';
	font-size: 2.2rem;
	color: #fec0cd;
	padding: 0 5px 0 0;
}

#comic_page img{
}










/*			だらりぐまって？			*/

div.whats_top{
	background-color: #fff;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-image: url("../../img/whats_dara_rin_bg.png");
	background-position:right;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 30px 100px 30px;
}


div.whats_top div.whats_text{
	color: #8c5642;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 60px 30px;
	margin: 0 0 0 15px;
	width: 74%;
}




div.whats_top_bottom{
	display: none;
}
div.whats_top_bottom .whats_top_bottom_img_box{
	display: none;
}
div.whats_top_bottom .whats_top_bottom_img_box img.whats_top_bottom_img{
	display: none;
}



div#character {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	background-color: #fff;
	padding: 0 30px 100px;
	margin-top: -50px;
	min-height: 1600px;
}


div#character .character_box {
	margin: 0;
}
div#character .character_img {
	margin: 0;
}
div#character .character_img img {
	display: block;
	width: 320px;
}
div#character .character_text {
	color: #541700;
}

div#character .character_text .name {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 4px dotted #541700;
	padding: 9px 0 9px;
}
div#character .character_text .detail {
	font-size: 1.5rem;
	padding: 18px  0 0 0;
}











#page-nav  {
	text-align:center;
	color: #541700;
	background-color: #fff;
	padding: 0 0 80px;
	margin: -50px 0 0;
}

#page-nav .current_page {
}

#page-nav a {
	}

#page-nav a.link_before {
	padding:5px 8px 5px 20px;
	margin-right:5px;
	}
#page-nav a.link_prev {
	margin:6px;
	padding-top: 3px;
	color: #fff;
	background-color: #541700;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	display: inline-block;
	}
#page-nav a.link_next {
	margin:6px;
	padding-top: 3px;
	color: #fff;
	background-color: #541700;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	display: inline-block;
	}
#page-nav a.link_page,
#page-nav span.current_page {
	padding:5px;
	}









footer {
	color: #fff;
	font-size: 1.2rem;
}
footer div.footer_darari{
  position: relative;
  margin: 0 auto;
}
footer div.footer_darari .footer_darari_box{
  position: absolute;
  bottom: -30px;
  right: 20px;
}
footer div.footer_darari .footer_darari_box img.footer_darari_img{
	width: 150px;
	height: 60px;
}

footer div.footer_text {
	text-align: center;
	font-size: 1.2rem;
}
footer div.footer_text {
	text-align: center;
	font-size: 1.2rem;
}
footer div.footer_text ul{
	padding: 40px 0 30px 0;
}

footer div.footer_text ul li{
	display: inline-block;
}

footer div.footer_text ul li::after{
	display: inline-block;
	content: "｜";
}

footer div.footer_text ul li:last-child::after{
	content: none;
}

footer div.footer_text p.copy {
	padding-bottom: 30px;
	font-size: 1.2rem;
}
