@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.5;
	text-align: center;}

header {
	background: url(../img/head.jpg) center repeat-x;
	width: 100%;
	height: 170px;
	padding-top: 10px;}
header h1 {
	margin: 0 auto;}
header section {
	width: 1024px;
	margin: 0 auto;}

@media screen and (min-width:480px) and ( max-width:1024px) {

header {
	background-size: cover;
	min-width: 1024px;
	width: 100%;
	padding: 0 2%;}

.contents {
	width: 100%;
	padding: 0 2%;}
	
}

.tw {
	width: 1024px;
	height: 25px;
	margin: 0 auto;
	text-align: right;}


.contents {
	width: 1024px;
	margin: 0 auto;}

.center_column {
	width: 604px;
	margin: 0 30px;
	float: left;}

.left_column, .right_column {
	width: 180px;
	float: left;}
.left_column h3, .right_column h3 {
	margin: 20px 0 10px;}
.left_column li, .right_column li {
	margin-bottom: 10px;}


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

section.cartoon {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;}
section.cartoon .cartoon_area {
	border: 1px solid #999999;
	padding: 10px;}
section.cartoon img {
	margin-bottom: 5px;}
section.cartoon .btn_area {
	background: #f2f2f2;
	margin: 10px 0;
	padding: 20px;
	text-align: center;}
section.cartoon .btn {
	background: #FBB838;
	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: #fff;
	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: 2;
}
section.cartoon .cartoon_flex img:nth-of-type(2) {
    order: 1;
    margin-right: 5px;
}
section.cartoon .cartoon_flex img:nth-of-type(3) {
    order: 4;
}
section.cartoon .cartoon_flex img:nth-of-type(4) {
    order: 3;
    margin-right: 5px;
}
/* cartoon flex end */


section.movie {
	text-align: center;
	margin-bottom: 50px;
}
section.movie div {
	position: relative;
	height: 0;
	padding-bottom: calc(303 / 604 * 100%);
}

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

.right_second {
	width: 814px;
	margin-left: 30px;
	float: left;}

section.blead_crumb {
	margin-bottom: 30px;}

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

section.secret {
	clear: both;}
section.secret ul {
	margin-right: 29px;
	float: left;}
section.secret li {
	margin-bottom: 10px;}


section.friends {
	}

section.friends ul {
	margin-right: 8px;
	float: left;}
section.friends li.name01, section.friends li.name02, section.friends li.name03 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: center;}
section.friends li.name01 {
	background: #45897E;}
section.friends li.name02 {
	background: #7C9944;}
section.friends li.name03 {
	background: #998B58;}

section.friends li.comment01, section.friends li.comment02, section.friends li.comment03 {
	padding: 20px 30px;
	height: 126px;}
section.friends li.comment01 {
	background: #7AC4B9;}
section.friends li.comment02 {
	background: #97C153;}
section.friends li.comment03 {
	background: #BFB06C;}


section.song {
	}
	
section.song .movie {
	text-align: center;}
section.song h2 {
	width: 95%;
	margin: 40px 2.5% 0;
	border-bottom: 3px solid #F90;}
section.song h2 span {
	padding-right: 10px;
	border-bottom: 6px solid #F90;}

section.song .mod-tab-nav {
	width: 95%;
	margin: 0 2.5%;}

section.song .mod-tab-nav li a {
	background: #EFEEEB;
	width: 240px;
	height: 280px;
	margin: 0 10px 50px 0;
	padding: 5px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;}
section.song .mod-tab-nav li a:hover {
	background: #ccc;
	transition: ease .5s all;}

section.song .mod-tab-nav li a img {
	transition: none;}
section.song .mod-tab-nav li a img:hover {
	filter: alpha(opacity=100);
	opacity: 1;}
section.song .mod-tab-nav li a img.tomochun {
	position: absolute;
	bottom: 2px;
	left: 0;}
section.song .mod-tab-nav li a:after {
	}
section.song .mod-tab-nav li a.current {
	background: #FBB03B;
	cursor: default;}
section.song .mod-tab-nav li a.current:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #FBB03B transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 100px;}
section.song .mod-tab-nav li a p {
	font-size: 12px;
	color: #000;
	padding: 5px 0 0 80px;}
	
section.song p.lyrics {
	width: 45%;
	margin: 40px 2.5% 0;
	float: left;}



section.story {}
section.story .thumb {
	background: url(../img/thumb.jpg) no-repeat;
	width: 814px;
	height: 137px;}

section.story .sp-bottom-thumbnails {
	top: -706px !important;}


section.offer {
	padding: 60px;
	border: 1px solid #E6E6E6;
	text-align: left;}
	
section.offer h2 {
	margin-bottom: 30px;}
section.offer ul.pics li {
	margin: 10px 10px 30px 0;
	float: left;}
	
section.offer .btn_area {
	background: #f2f2f2;
	margin: 30px 0;
	padding: 20px;
	text-align: center;}
section.offer .btn {
	background: #FBB838;
	width: 600px;
	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 {
	}

section.works h3 {
	color: #E98739;
	margin-bottom: 10px;}
section.works p {
	width: 395px;}

section.works .box01 {
	background: url(../img/pc/works_bg01.jpg) no-repeat;
	width: 48%;
	height: 216px;
	margin-bottom: 20px;
	padding: 10px 2% 0 50%;
	border: 1px #E98739 solid;
	border-top-width: 4px;
	border-radius: 3px;}
section.works .box02 {
	background: url(../img/pc/works_bg02.jpg) no-repeat right;
	width: 48%;
	height: 216px;
	margin-bottom: 20px;
	padding: 10px 50% 0 2%;
	border: 1px #E98739 solid;
	border-top-width: 4px;
	border-radius: 3px;}
section.works .box03 {
	background: url(../img/pc/works_bg03.jpg) no-repeat;
	width: 48%;
	height: 216px;
	padding: 10px 2% 0 50%;
	border: 1px #E98739 solid;
	border-top-width: 4px;
	border-radius: 3px;}


section.wallpaper {
	}
section.wallpaper a {
	color: #000;
	text-decoration: none;}
section.wallpaper a img {
	margin-right: 10px;
	float: left;}

section.wallpaper ul {
	clear: both;}
section.wallpaper ul > li {
	width: 252px;
	float: left;
	margin-bottom: 29px;}
section.wallpaper ul li:not(:nth-of-type(3n)) {
	margin-right: 29px;}
section.wallpaper ol {
	margin-top: 10px;}
section.wallpaper ol li {
	width: 252px;
	height: 45px;
	clear: both;}
section.wallpaper .new:before {
	content: "\4e\45\57\21";
	color: #ff0000;
	margin-right: 10px;}

/* cartoon_backnumber.html start */
section.cartoon_back ul li {
	width: 252px;
	float: left;
	margin-bottom: 20px;}
section.cartoon_back ul li:not(:nth-of-type(3n)) {
	margin-right: 29px;}
section.cartoon_back ul li .title {
	font-size: 18px;
	line-height: 28px;}
section.cartoon_back ul li .time {
	font-size: 14px;
	padding-left: 15px;}
/* cartoon_backnumber.html end */

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

.copy {
	background: url(../img/copy.jpg) center no-repeat;
	width: 100%;
	height: 52px;
	margin: 20px 0;
	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: 30px;
	right: 1.5%;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: background .2s ease;
	border-radius: 40px;}
#page-top:hover {
	background: #E9A100;}


.mg0 {
	margin: 0 !important;}

.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;}


.pc_none {
	display: none;}
