@charset "utf-8";

* {
	margin: 0;
	padding: 0;}

img {
	border: none;
	vertical-align: bottom;}

li {
	list-style-type: none;}

a img {
	transition: all .2s ease;
	filter: alpha(opacity=100);
	opacity: 1;}
a img:hover {
	filter: alpha(opacity=65);
	opacity: .65;}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background: #fff;
	color: #222;
	line-height: 1.4;
	text-align: center;}

header {
	background: url(../img/head.jpg) center repeat-x;
	width: 100%;
	height: 150px;
	padding-top: 30px;
	position: relative;}
header h1 {
	margin: 20px auto 0;}
header section {
	width: 100%;
	margin: 0 auto;}

.main {
	background: #333;
	width: 35px;
	height: 35px;
	line-height: 26px;
	text-align: center;
	border: #171717 1px solid;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 2px;
	box-shadow: rgba(0,0,0,.1) 0px 1px 3px 1px;
	position: absolute;
	top: 10px;
	left: 2%;}
.main:hover {
	background: #282828;
	box-shadow: none;}

#popNav {
	background: #555 url(../img/sp/pop_bg.jpg);
	padding: 5px 0;
	text-align: left;
	box-shadow: rgba(0,0,0,.1) 0px 1px 3px 1px;
	display: none;
	position: absolute;
	top: 50px;
	left: 2%;
	z-index: 200;
	border-radius: 2px;}
#popNav li {
	font-size: 13px;
	height: 30px;
	padding: 5px 10px;
	line-height: 30px;
	border-bottom: #666 1px solid;}
#popNav li:hover {
	background: #444;}
#popNav li:last-child {
	border-bottom: none;}

#popNav a {
	color: #FFF;
	text-decoration: none;}

.tw {
	position: absolute;
	top: 10px;
	right: 2%;}

.contents {
	width: 100%;
	margin: 20px 0;}

.center_column {
	width: 100%;}

.right_column {
	width: 98%;
	margin: 0 1%;}
.right_column h3 {
	margin: 10px 0;}
.right_column li {
	width: 48%;
	margin: 0 1% 10px;
	float: left;}
.right_column li img {
	width: 100%;}


section {
	text-align: left;}
	
section.main_visual {
	background: #f2f2f2;
	width: 92%;
	margin: 0 2% 10px;
	padding: 2%;}
section.main_visual img{
	width: 100%;}
section.main_visual iframe {
	max-width: 100% !important;
	min-width: 100% !important;}

section.sche {
	margin: 0 2%;}
section.sche img {
	width: 100%;}
	
section.cartoon {
	text-align: center;
	margin: 20px 10px 0 10px;}
section.cartoon .cartoon_area {
	border: 1px solid #999999;
	padding: 10px;}
section.cartoon img {
	width: 100%;
	margin-bottom: 5px;}
section.cartoon .btn_area {
	background: #f2f2f2;
	margin: 10px 0 30px 0;
	padding: 4% 2%;
	text-align: center;}
section.cartoon .btn {
	font-size: 14px;
	background: #FBB838;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	border: 1px solid #FCCF2E;
	border-radius: 20px;
	box-shadow: 0 1px 9px -5px #000;
	-moz-box-shadow: 0 1px 9px -5px #000;
	-webkit-box-shadow: 0 1px 9px -5px #000;
	transition: all .2s ease;}
section.cartoon .btn:hover {
	background: #FCCF2E;
	box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;}
section.cartoon a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;}

/* cartoon flex start */
section.cartoon .cartoon_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
section.cartoon .cartoon_flex img:nth-of-type(1) {
    order: 1;
}
section.cartoon .cartoon_flex img:nth-of-type(2) {
    order: 2;
}
section.cartoon .cartoon_flex img:nth-of-type(3) {
    order: 3;
}
section.cartoon .cartoon_flex img:nth-of-type(4) {
    order: 4;
}
/* cartoon flex end */


section.movie {
	text-align: center;
	margin: 0 5px 30px 5px;
}
section.movie div {
	position: relative;
	height: 0;
	padding-bottom: calc(303 / 604 * 100%);
}
section.movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.twitter {
	margin-top: 10px;}
section.twitter .timeline-Header-title {
	font-size: 13px;}
section.twitter	.timeline-Footer {
	display: none;}

.right_second {
	width: 100%;}
.right_second h2 {
	background: #f89e29;
	background: -moz-linear-gradient(top,  #f89e29 0%, #faaf3a 100%);
	background: -webkit-linear-gradient(top,  #f89e29 0%,#faaf3a 100%);
	color: #fff;
	width: 96%;
	height: 45px;
	margin: 0 0 20px;
	padding: 0 2%;
	text-align: left;
	line-height: 45px;
	border-top: #FCD8A9 1px solid;
	border-bottom: #BA761F 1px solid;}
.right_second h2 img {
	width: 32px;
	margin: 0 2% 5px 0;}

section.profile {
	margin: 20px 2%;
	padding-top: 20px;}
section.profile .tomochun {
	text-align: center;}
section.profile .tomochun img{
	margin: 0 auto;}
section.profile p.fukidashi {
	background: #f2f2f2;
	margin: 20px 0;
	padding: 20px;
	position: relative;}
section.profile p.fukidashi:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 10px 0 10px;
	border-color: transparent #f2f2f2 transparent transparent;
	position: absolute;
	top: -30px;
	left: 30px;}
section.profile h3 {
	font-size: 18px;
	margin-bottom: 15px;}

section.secret {
	margin: 0 1%;
	clear: both;}
section.secret ul {
	width: 48%;
	margin: 0 1%;
	float: left;}
section.secret li {
	margin-bottom: 10px;
	float: left;}
section.secret li img{
	width: 100%;}


section.friends {
	margin: 0 2%;}
section.friends li {
	margin-bottom: 10px;}
section.friends li img{
	width: 100%;}


section.offer {
	padding: 2%;
	text-align: left;}
	
section.offer h2 {
	height: 20px;
	margin-bottom: 30px;
	clear: both;}
section.offer h2 img{
	height: 100%;}
section.offer ul.pics li {
	width: 32%;
	margin: 10px 1% 30px 0;
	float: left;}
section.offer ul.pics li img{
	width: 100%;}
	
section.offer .btn_area {
	background: #f2f2f2;
	margin: 30px 0;
	padding: 4% 2%;
	text-align: center;}
section.offer .btn {
	font-size: 14px;
	background: #FBB838;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	border: 1px solid #FCCF2E;
	box-shadow: 0 1px 9px -5px #000;
	-moz-box-shadow: 0 1px 9px -5px #000;
	-webkit-box-shadow: 0 1px 9px -5px #000;
	transition: all .2s ease;}
section.offer .btn:hover {
	background: #FCCF2E;
	box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;}
section.offer a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;}


section.works {
	padding: 0 2%;}

section.works h3 {
	color: #E98739;
	margin: 10px 2%;}
section.works p {
	padding: 0 2% 10px;}

section.works .box {
	width: 100%;
	margin-bottom: 20px;
	border: 1px #E98739 solid;
	border-top-width: 4px;
	border-radius: 3px;}
section.works img {
	width: 100%;}

section.wallpaper {
	}
section.wallpaper a {
	color: #000;
	text-decoration: none;}
section.wallpaper ol li a img {
	width: 8%;
	margin-right: 2%;
	float: left;}

section.wallpaper ul {
	clear: both;}
section.wallpaper ul li {
	width: 92%;
	margin: 0 2% 10px;
	padding: 2%;
	border: solid #D6D6D6;
	border-width: 1px 1px 3px;}
section.wallpaper ul li img {
	width: 52%;
	float: left;}
section.wallpaper ol {
	float: left;}
section.wallpaper ol li {
	width: 160px;
	height: 45px;
	margin: 0 0 0 8%;
	padding: 0;
	border: none;}
section.wallpaper .new:before {
	content: "\4e\45\57\21";
	color: #ff0000;
	margin-right: 10px;}

section.song {
	padding: 0 2%;}

section.song .box {
	background: #F2F2EF;
	width: 100%;
	margin: 15px 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);}
section.song .box .icon {
	width: 35%;
	float: left;}
section.song .box .icon img {
	width: 100%;}
section.song .box .text {
	width: 61%;
	padding: 2%;
	float: left;}

section.song .box iframe {
	clear: both;}


section.story {}
section.story .sp-thumbnail {
	}


/* cartoon_backnumber.html start */
section.cartoon_back ul li {
	width: 92%;
	text-align: center;
	margin: 0 2% 10px;
	padding: 2%;
	border: 1px solid #D6D6D6;}
section.cartoon_back ul li .title {
	font-size: 18px;
	line-height: 28px;}
section.cartoon_back ul li .time {
	font-size: 14px;}
/* cartoon_backnumber.html end */


footer {
	background: #fff;
	color: #8E8E8E;
	width: 100%;
	text-align: left;
	clear: both;}

.copy {
	background: url(../img/copy.jpg) center no-repeat;
	background-size: contain;
	width: 96%;
	height: 52px;
	margin: 10px 2%;
	clear: both;}



a p#page-top {
	color: #fff;
	text-decoration: none;}
#page-top {
	background: #E98739;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 10px;
	right: 1.5%;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: background .2s ease;
	border-radius: 40px;}
#page-top:hover {
	background: #E9A100;}




.fr {
	float: right;}
.fl {
	float: left;}


.cf:before,
.cf:after {
	content:"";
	display:table;}
 
.cf:after {
    clear:both;}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;}




.sp_none {
	display: none;}