@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	background-image: radial-gradient(#f9f9f9 20%, transparent 0), radial-gradient(#f9f9f9 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}

a:link {
	color:#333;

}
a:visited {
	color:#333;
}

a:hover {
	color:#0CADB7;
	text-decoration:none;
		transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}


img a:hover {
	background-color: transparent;
}
a img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#wrap {
	width:100%;
	margin:0px auto;
	line-height:180%;
	font-size:0.9em;
	word-break:normal;
	box-sizing:border-box;
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}


h1 {
	text-align:center;
	padding-top:5px;
	width:200px;
	margin:0px auto;
}

h1 img {
	width:240px;
	margin-top:5px;
}

h1 img:hover {
	transform:scale(0.9,0.9);
}

time {
	color:#8B4C29;
}

#contents {
width:100%;
margin:0px auto;
z-index:5;
}

header {
background-color: rgba(255,255,255,0);
height:auto;
width:100%;
margin:10px auto 0px auto;
z-index:100;
}

header a {
	text-decoration:none;
}


nav#gm {
/*-moz-animation-name: anime1;
-moz-animation-duration: 3s;
-moz-animation-timing-function: ease;
-moz-animation-iteration-count: 1;
-moz-animation-delay: -2s;

-webkit-animation-name: anime1;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: -2s;

-o-animation-name: anime1;
-o-animation-duration: 3s;
-o-animation-timing-function: ease;
-o-animation-iteration-count: 1;
-o-animation-delay: -2s;

-ms-animation-name: anime1;
-ms-animation-duration: 3s;
-ms-animation-timing-function: ease;
-ms-animation-iteration-count: 1;
-ms-animation-delay: -2s;*/
}

@-moz-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-webkit-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-o-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-ms-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}


nav#gm {
text-align: center;
margin-top:0px;
margin-bottom:20px;
top:20px;
position:relative;
background-color: #fff;

}
nav#gm ul {
margin: 0;
padding: 1em;
list-style-type: none;
}
nav#gm ul li {
display: inline;
margin-left: 1.0em;
font-size:1.0em;
position: relative;
}

nav#gm ul li a {
	padding:5px;
	background-color: rgba(255,255,255,0.1);
}

nav#gm ul li a:hover {
background-color: rgba(255,255,255,0.8);

}

nav#gm ul li:nth-child(2) {
margin-left: 0;
}
nav#gm ul li ul {
display: none;
}

#gm ul li.w640 {
	display:none;}

.sns_btn_area {
	position:absolute;
	right:10px;
	top:5px;
}

footer {
	margin-top:25px;
	padding:25px 5px;
	border-top:2px dotted #ccc;
}

.official_link {
	text-align:center;
	margin-bottom:15px;
	font-size:0.9em;
}

.official_link a {
	text-decoration:none;
	background-color:#fff;
	padding:5px 8px 2px 8px;
}

address {
font-style: normal;
font-size: 0.9em;
text-align:center;
}
#page-top {
position: fixed;
bottom: 40px;
right: 20px;
font-size: 77%;
z-index: 500;
}
#page-top a {
background: #333;
box-sizing:border-box;
text-decoration: none;
color: #fff;
width: 35px;
height: 35px;
padding: 5px 0px 0px 0px;
text-align: center;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;

}
#page-top a:hover {
color: #000000;
background-color: #0CADB7;
}
#pager {
text-align: center;
margin-bottom: 25px;
margin-top: 25px;
line-height:3.5em;
}
#pager a {
color: #fff;
background-color: #333;
padding: 5px 10px;
 white-space:nowrap;
 text-decoration:none;
}
#pager a:hover {
color: #000000;
background-color: #f9f9f9;;
}
.current_page {
padding: 5px 10px;
color: #fff;
background-color: #0CADB7;
}
.link_page {
padding: 5px;
background-color: #000000;
color: #ffffff;
}
.link_next a {
color: #E9CA00;
}
.link_before a {
color: #E9CA00;
}
.plist {
margin:10px 0px;
}

.sns_btn_area {
	margin: 0px auto 10px auto;
text-align: center;
overflow: hidden;
/*-moz-animation-name: anime1;
-moz-animation-duration: 4s;
-moz-animation-timing-function: ease;
-moz-animation-iteration-count: 1;
-moz-animation-delay: -2s;

-webkit-animation-name: anime1;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: -2s;

-o-animation-name: anime1;
-o-animation-duration: 4s;
-o-animation-timing-function: ease;
-o-animation-iteration-count: 1;
-o-animation-delay: -2s;

-ms-animation-name: anime1;
-ms-animation-duration: 4s;
-ms-animation-timing-function: ease;
-ms-animation-iteration-count: 1;
-ms-animation-delay: -2s;*/
}

@-moz-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-webkit-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-o-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-ms-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}



#artist .sns a {
color: #FFFFFF;
display: block;
}
.sns_btn_area ul {
float: left;
margin: 0px;
padding: 0px;
position: relative;
left: 50%;
list-style: none;
}
.sns_btn_area ul li {
float: left;
margin-right: 3px;
padding: 5px;
position: relative;
left: -50%;
}
.sns_btn_area ul li a {
	box-sizing:border-box;
background-color: #f9f9f9;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding-top: 5px;
color: #000;
float: left;
font-size:1.2em;
}
.sns_btn_area ul li i.note {
	background-size:10px;
	background-image:url(https://www.kanoerana.com/images/common/icon_note_on.png);
	background-repeat:no-repeat;
	background-position:center 4px;
	width:30px;
	height:30px;
	display:block;
}
.sns_btn_area ul li i.note:hover {
	background-image:url(https://www.kanoerana.com/images/common/icon_note_on.png);
}
.sns_btn_area ul li a:hover {
color: #0CADB7;
background-color: #fff;
}


.entryNew {
	font-weight:bold;
	color:#fff;
	padding:2px 4px;
	font-size:0.7em;
	background-color:#E50003;
	word-break:keep-all;
	vertical-align:top;
	border-radius: 3px;
}


.banner_area ul li.w680 {
	display:none;
}

.banner_area ul li img {
	width:100%;
}


.buy_btn {
	text-align:center;
	line-height:150%;
}

.buy_btn a {
	display:block;
	padding:5px;
	width:80px;
	text-decoration:none;
	background-color:#fff;
	color:#0CADB7;
}

.buy_btn a:hover {
	color:#000;
}

.line_btn {
	float:left;
	
	margin-right:5px;
}

.linem {
	background-color:#00B900;
	text-align:center;
	border-radius:3px;width:110px;
}

.awa {
	background-color:#000;
	text-align:center;
	padding:5px 10px;
	box-sizing:border-box;
	border-radius:3px;width:110px;
}

.linem a,.awa a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:5px 10px;
	box-sizing:border-box;

}


.linem  a:hover,.awa a:hover {
text-decoration:underline;
}


@media screen and (max-width: 830px) {
	nav#gm ul li {
margin-left: 0.3em;
}

@media screen and (max-width: 780px) {
	nav#gm ul li {
margin-left: 0.1em;
}
}

@media screen and (max-width: 680px) {

body {
	font-size:1.4em;
}


header {
	height:40px;
}
.sns_btn_area{
	display:none;
}

h1{

}

h1 img {
	width:50%;
}

#gm ul li.w640 {
	display:block;
}

.banner_area ul li img {
	width:100%;
}

.banner_area ul li.w681 {
	display:none;
}

.banner_area ul li.w680 {
	display:block;
}




}



@media screen and (max-width: 479px) {



}