@charset "UTF-8";

/* reset ----------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="button"],label{cursor:pointer}
a,canvas{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.hover:hover{
	opacity: 0.75;
}
.marugothic{ font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
.mincho{ font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.century { font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;  }
.bold { font-weight: 700; }

.mt80 { margin-top:    80px; }
.mr10 { margin-right:  10px; } 
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

.pt0 { padding-top: 0 !important; }

.aka { color: #ff0070; }

.no-dot { border-bottom: none !important; }


/* public ----------------------------------------*/
#container {}

#side {
	float: left;
	width: 30%;
	height: 1062px;
}
#sideonair {
	float: left;
	width: 30%;
	height: 2232px;
}
#sideonair.back_line2 {
	background: url(../images/side_back2.png) repeat-y left;
}
#side.back_line {
	background: url(../images/side_back1.png) no-repeat left;
}
#side.back_line2 {
	background: url(../images/side_back2.png) repeat-y left;
}
.story #side, .news #side {
	height: 1200px;
}
.charactor #side.high{
	height: 1400px;
}
.music #side.high {
	height: 2000px;
}
.music #side.high2 {
	height: 4000px;
}
.music #side.high3 {
	height: 2300px;
}
.news #side.high {
	height: 2100px;
}
.onair #side.high {
	height: 2500px;
}
.original #side.high {
	height: 2000px;
}
.goods #side.high {
	height: 2600px;
}
#side .sidemenu {
	width: 50%;
	margin: 190px 135px;
	padding: 0;
}
.mac #side .sidemenu {
	padding: 0 0 0 30px;
}
#side .sidemenu li {
	margin-bottom: 20px;
	text-align: left;
}

#main {
	float: right;
	width: 70%;
	padding: 110px 0 0 20px;
}
#main .inner {
	width: 701px;
}
#main h2 {
	margin-bottom: 70px;
}

/*--- introduction --------------------*/
.intromain {
	background: url(../introduction/images/image.png) no-repeat 264px 342px;
	height: 1062px;
}
.intromain p {
	margin-bottom: 50px;
}

/*--- story ---------------------------*/
.storymain .tabbox .number li {
	background: url(../story/images/kakko1.png) no-repeat left,
				url(../story/images/kakko2.png) no-repeat right;
	background-size: contain;
	float: left;
	font-weight: bold;
	font-size: 20px;
	width: 7.65%;
	margin: 0 5px 20px 0;
	padding: 5px 0;
	text-align: center;
	letter-spacing: -0.05em;
}
.storymain .tabbox .number li:last-child {
	margin-right: 0;
}
.storymain .tabbox .number li a:hover {
	color: #FF0070;
}
.storymain .tabbox .tab img {
	margin-bottom: 10px;
}
.storymain .tabbox .tab li {
	margin-right: 8px;
	float: left;
}
.storymain .tabbox .tab li:last-child {
	margin-right: 0;
}
.storymain .tabbox .tab h3 {
	font-size: 25px;
	font-weight: bold;
	/*letter-spacing: -0.1em;*/
	border-top: 2px solid #FF0070;
	border-bottom: 2px solid #FF0070;
	margin: 30px 0 20px;
	line-height: 1.2em;
	padding: 10px;
}
.storymain .tabbox .tab p {
	font-size: 14px;
	line-height: 200%;
}

/*--- cast/staff ----------------------*/
.staffmain .staffbox > div {
	float: left;
}
.staffmain .staffbox > div:nth-of-type(2) {
	float: right;
}
.staffmain .staffbox h3 {
	float: left;
	margin-right: 30px;
}
.staffmain .staffbox .text {
	float: left;
}
.staffmain .staffbox .text dl {
	margin-bottom: 30px;
}
.staffmain .staffbox .text dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #FF0070;
	letter-spacing: 0;
}
.staffmain .staffbox .text dl dd {
	font-size: 30px;
	line-height: 1em;
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.staffmain .staffbox .text dl dd span {
	font-size: 14px;
	display: block;
	margin-top: -5px;
}

/*--- news ----------------------------*/
.news #side .sidemenu {
	padding-top: 50px;
	padding-left: 75px;
}
.news #side .sidemenu li {
	text-align: center;
}
.newsmain .newsbox dl {
	font-size: 14px;
	margin-bottom: 40px;
	display: table;
	width: 100%
}
.newsmain .newsbox dl a {
	display: block;
}
.newsmain .newsbox dl dt {
	background: #FF0070;
	width: 115px;
	padding: 3px 10px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	display: table-cell;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.mac .newsmain .newsbox dl dt {
	padding: 0;
}
.newsmain .newsbox dl dd {
	text-decoration: underline;
	display: table-cell;
	padding-left: 20px;
}

/*--- special -------------------------*/
.spemain .spebox li {
	float: left;
	margin-right: 8px;
	margin-bottom: 30px;
	width: 32.5%;
}
.spemain .spebox li:nth-child(3), .spemain .spebox li:last-child {
	margin-right: 0;
}
.spemain .spebox li .date {
	position: absolute;
	background: #ff0070;
	font-size: 14px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	padding: 5px 10px;
	letter-spacing: -0.05em;
	font-weight: 700;
}
.spemain .spebox li img {
	border: 2px solid #ff0070;
}
.spemain .spebox li p {
	background: url(../special/images/kakko1_s.png) no-repeat left,
				url(../special/images/kakko2_s.png) no-repeat right;
	background-size: contain;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	padding: 8px 10px;
	line-height: 120%;
}
.detmain .detbox h3 {
	margin-bottom: 30px;
	color: #FF0070;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	/*background: url(../special/images/kakko1.png) no-repeat left,
				url(../special/images/kakko2.png) no-repeat right;
	background-size: contain;*/
}
.detmain .detbox h3:before {
	content: url(../special/images/kakko1.png);
	position: relative;
	top: 15px;
	padding-right: 20px;
}
.detmain .detbox h3:after {
	content: url(../special/images/kakko2.png);
	position: relative;
	top: 15px;
	padding-left: 20px;
}
/* news title []調整 */
.detmain .detbox h3.big-kako {
	background: url(../special/images/kakko1.png) no-repeat left,
				url(../special/images/kakko2.png) no-repeat right;
	background-size: contain;
	padding: 0 25px;
}
.detmain .detbox h3.big-kako:before {
	content: none;
}
.detmain .detbox h3.big-kako:after {
	content: none;
}
.detmain .detbox dl {
	font-size: 14px;
	width: 100%;
	display: table;
}
.detmain .detbox dl dt {
	display: table-cell;
	width: 15%;
}
.detmain .detbox dl dt span {
	display: block;
	background: #FF0070;
	padding: 3px 10px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.05em;
}
.mac .detmain .detbox dl dt span {
	padding-top: 6px;
}
.detmain .detbox dl dd {
	display: table-cell;
	padding-left: 20px;
	width: 100%;
	line-height: 2em;
	text-align: justify;
}
.detmain .detbox dl dd span.dd_block {
	background: #fff0f6;
	display: block;
	padding: 15px;
}
.detmain .detbox dl dd span.dd_block2 {
	background: #ff0070;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.detmain .detbox dl dd a {
	text-decoration: underline;
}
.detmain .detbox .line_dot p {
	border-bottom: 1px dotted;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/*--- movie -------------------------*/
.movmain .movbox li {
	float: left;
	width: 43%;
	margin-right: 40px;
}
.movmain .movbox li:nth-child(even) {
	margin-right: 0;
}
.movmain .movbox dl {
	font-size: 14px;
	margin-bottom: 40px;
	width: 100%
}
.movmain .movbox dl dt {
	background: #FF0070;
	width: 30%;
	padding: 3px 10px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}
.mac .movmain .movbox dl dt {
	padding: 0;
}
.movmain .movbox dl dd.movtitle {
	background: url(../special/images/kakko1_s.png) no-repeat left,
				url(../special/images/kakko2_s.png) no-repeat right;
	background-size: contain;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	padding: 8px 10px;
	line-height: 120%;
}

/*--- on air -------------------------*/
.onairmain .onairbox {
	text-align: center;
}
.onairmain .onairbox h2 {
	background: #ff0070;
	width: 15%;
	margin: 0 auto 20px !important;
	padding: 3px;
}
.onairmain .onairbox div:nth-of-type(1) {
	margin-bottom: 80px;
}
.onairmain .onairbox dl {
	margin-bottom: 20px;
}
.onairmain .onairbox dl dt {
	color: #ff0070;
	font-weight: bold;
	font-size: 18px;
}
.onairmain .onairbox dl dt a {
	color: #ff0070;
}
.onairmain .onairbox dl dd span {
	font-size: 20px;
}
.onairmain .onairbox dl dd.on1 {
	color: #ff0070;
	margin-top: 5px;
}
.onairmain .onairbox p {
	margin: 50px 0;
}

/*--- charactor -------------------------*/
.charamain .charabox li {
	float: left;
	margin: 0 17px 30px;
}
.charactor #side .sidemenu li {
	float: left;
	width: 45%;
}
.charactor #side .sidemenu li:nth-child(odd) {
	margin-right: 15px;
}
.charactor #main .chara_detilbox {
	/*position: absolute;*/
}
.charactor #main .chara_detilbox .chara_name {
	position: relative;
	right: -260px;
}
.charactor #main .chara_detilbox .chara_name h2 {
	margin-bottom: 15px;
}
.charactor #main .chara_detilbox .chara_name .image_a {
	margin-bottom: 20px;
}
.charactor .chara_detilbox .chara_gallery {
	position: relative;
	top: -375px;
}
.charactor .chara_detilbox .chara_gallery .left {
	float: left;
}
.charactor .chara_detilbox .chara_gallery .right {
	float: left;
	position: absolute;
	bottom: 0;
	right: -275px;
	margin-right: 30px;
	width: 100%;
}
.charactor .chara_detilbox .chara_gallery li {
	float: left;
}

/*--- BD/DVD/MUSIC -------------------------*/
.music #side .sidemenu li h2 {
	margin-bottom: 15px;
}
.music #side .sidemenu li p {
	margin-bottom: 5px;
}
.music #side .sidemenu li .dvd-number li {
	float: left;
}
.music .musicmain .musicbox .musicshop {
	margin-top: 50px;
}
.music .musicmain .musicbox li {
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
.music .musicmain .musicbox li:nth-child(2) {
	margin-right: 0;
}
.music .musicmain .musicbox .m-tokuten li {
	float: left;
	margin-right: 30px;
	text-align: center;
}
.music .musicmain .musicbox .m-tokuten h4 {
	font-weight: bold;
	margin: 10px 0 5px;
}
.music .musicmain .musicbox .m-tokuten .m_comment {
	font-size: 14px;
}
.music .musicmain .musicbox .cdbox {
	margin-bottom: 50px;
}
.music .musicmain .musicbox .cdbox .left {
	float: left;
}
.music .musicmain .musicbox .cdbox .right {
	float: right;
	width: 47%;
}
.music .musicmain .musicbox .optext {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 0;
}
.music .musicmain .dvdbox {
	margin-bottom: 100px;
}
.music .musicmain .dvdbox .tab_content {
	margin-bottom: 50px;
}
.music .musicmain .dvdbox .d_img {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.music .musicmain .dvdbox .d_text {
	float: left;
	width: 420px;
}
.music .musicmain .dvdbox .d_text h3 {
	color: #FF0070;
	border-bottom: 2px solid;
	border-top: 2px solid;
	padding: 5px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.music .musicmain .dvdbox .d_text .d_sale {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
.music .musicmain .dvdbox .d_text .d_price {
	margin-bottom: 15px;
	font-size: 14px;
}
.music .musicmain .dvdbox .d_text .d_comment {
	font-size: 14px;
	line-height: 1.8;
}
.music .musicmain .dvdbox .d_text .d_comment span {
	color: #FF0070;
	font-weight: bold;
}
.music .musicmain .dvdbox .d_number li {
	float: left;
	width: 22%;
	margin-right: 20px;
}
.music .musicmain .dvdbox .d_number li:last-child {
	margin-right: 0;
}
.music .musicmain .dvdbox .d_pic {
	margin-bottom: 50px;
}
.music .musicmain .m_title {
	margin-bottom: 20px;
}
.music .musicmain .ttl1 {
	background: url(../music/images/dot_pta.png) repeat;
	background-size: auto;
	height: 33px;
	margin-bottom: 35px;
}
.music .musicmain .ttl1 img {
	display: block;
	margin: 0 auto;
}
.music .musicmain .att {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.music .musicmain .dvdshop li {
	float: left;
	width: 50%;
	height: auto;
	box-sizing: border-box;
	border-right: 1px dotted #ff1b80;
	border-bottom: 1px dotted #ff1b80;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
}
.music .musicmain .dvdshop li:nth-child(odd) {
	padding-left: 0;
}
.music .musicmain .dvdshop li:nth-child(even) {
	padding-right: 0;
	border-right: none;
}
.music .musicmain .dvdshop li.hi {
	height: 620px;
}
.music .musicmain .dvdshop li.hi2 {
	height: 820px;
}
.music .musicmain .dvdshop li h4 {
	background: url(../music/images/kakko1.png) no-repeat left,
				url(../music/images/kakko2.png) no-repeat right;
	background-size: auto;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	padding: 20px 5px;
	height: 60px;
}
.music .musicmain .dvdshop li.hi h4 {
	padding: 10px 14px;
}
.music .musicmain .dvdshop li h4 small,
.music .musicmain .dvdshop li .m_comment {
	font-size: 14px;
}
.music .musicmain .dvdshop li .m_image {
	text-align: center;
	margin: 30px 0;
}
.music .musicmain .dvdshop li a {
	color: #ff0070;
}
.dvdbox .mod_thumbnail .mainimglist {
	margin-bottom: 20px;
}
.dvdbox .thumbnaillist li {
	display: inline-block;
	margin-right: 7px;
}
.dvdbox .thumbnaillist li:last-child {
	margin-right: 0;
}
.music .musicmain .dvdbox .d_number.spp {
	display: none;
}


/*--- ORIGINAL --------------------------*/
.original .oribox .o_img {
	float: left;
}
.original .oribox .o_text {
	float: left;
	margin-left: 20px;
}
.original .oribox .o_text p.o_ttl {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 10px;
}
.original .oribox .o_text p.o_ttl small {
	font-size: 18px;
}
.original .oribox .o_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.original .oribox .o_list li:nth-child(4),
.original .oribox .o_list li:nth-child(8) {
	margin-right: 0;
}
.original .oribox.border-box {
	border-bottom: 2px dotted #ff0070;
	margin-bottom: 50px;
	padding-bottom: 50px;
}


/*--- GOODS --------------------------*/
.goods .goodsbox {
	margin-bottom: 60px;
}
.goods .goodsbox .g_img {
	float: left;
}
.goods .goodsbox .g_text {
	float: left;
	margin-left: 20px;
}
.goods .goodsbox .g_text p {
	font-size: 14px;
	margin-bottom: 10px;
}
.goods .goodsbox .g_text p span {
	font-weight: bold;
}
.goods .goodsbox .g_text p a {
	color: #ff0070;
    text-decoration: underline;
}
.goods .goodsbox .g_text p.g_ttl {
	color: #ff0070;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}


@media screen and (max-width: 1300px){
}

@media screen and (max-width: 1024px){
/*--- BD/DVD/MUSIC --------------------------*/
.music .musicmain .dvdbox .d_text {
	width: 390px;
}

}

@media screen and (max-width: 768px){
/* public ------------------------------*/
#side {
	width: 30%;
}
.news #side {
	height: 1600px;
}
.news #side.high {
	height: 2300px;
}
.music #side.high {
	height: 2400px;
}
.music #side.high2 {
	height: 4100px;
}
.music #side.high3 {
	height: 3200px;
}
.charactor #side.high {
	height: 1565px;
}
#side.back_line {
	background: url(../images/side_back1.png) repeat-y left;
}
#side.back_line2 {
	background: url(../images/side_back2.png) repeat-y left;
}
#side .sidemenu {
	width: auto;
	margin: 100px 25px;
}

#main {
	width: 70%;
	padding: 60px 0 0 20px;
}
#main .inner {
	width: 100%;
	padding-right: 20px;
}

/*--- introduction --------------------*/
.intromain { 
	background: url(../introduction/images/image.png) no-repeat 25px 525px;
	background-size: contain;
}

/*--- story ---------------------------*/
.storymain .tabbox .number li {
	width: 7.3%;
	font-size: 14px;
}
.storymain .tabbox .tab li {
	width: 23.7%;
}
.storymain .tabbox .tab h3 {
	font-size: 20px;
}

/*--- cast/staff ----------------------*/
.staffmain .staffbox > div {
	float: none;
	margin-bottom: 30px;
}
.staffmain .staffbox > div:nth-of-type(2) {
	float: none;
	margin-bottom: 0;
}
.staffmain .staffbox .text dl dd {
	font-size: 20px;
}
.staffmain .staffbox .text dl {
	margin-bottom: 20px;
}

/*--- news ----------------------------*/
.news #side .sidemenu {
	padding-top: 70px;
	padding-left: 60px;
}
.news #side .sidemenu li {
	width: 44%;
}
.newsmain .newsbox dl dt {
	display: block;
	margin-bottom: 10px;
}
.newsmain .newsbox dl dd {
	display: block;
	padding-left: 0;
}

/*--- special -------------------------*/
.spemain .spebox li:nth-child(3), .spemain .spebox li:last-child {
	margin-right: 10px;
}
.detmain .detbox h3 {
	line-height: 120%;
}
.detmain .detbox h3:before {
	padding-right: 5px;
}
.detmain .detbox h3:after {
	padding-left: 5px;
}
.detmain .detbox dl dt {
	width: 25%;
	margin-bottom: 10px;
	float: none;
	display: block;
}
.detmain .detbox dl dd {
	display: block;
	padding-left: 0;
}
.detmain .detbox dl dd img.smallimg {
	float: left;
	margin-right: 5px;
}
.detmain .detbox dl dd img.smallimg:nth-of-type(2) {
	float: none;
	margin-right: 0;
}

/*--- movie -------------------------*/
.movmain .movbox li {
	float: none;
	width: 60%;
	margin-right: 0;
}

/*--- charactor -------------------------*/
.charactor #side .sidemenu li:nth-child(odd) {
	margin-right: 12px;
}
.charactor #main .chara_detilbox .chara_name {
	position: inherit;
	right: 0;
}
.charactor .chara_detilbox .chara_gallery {
	position: inherit;
	top: 0;
}
.charactor .chara_detilbox .chara_gallery .left {
	float: none;
}
.charactor .chara_detilbox .chara_gallery .left img {
	margin: 40px auto;
	width: 35%;
}
.charactor .chara_detilbox .chara_gallery .right {
	float: none;
	position: inherit;
	bottom: 0;
	right: 0;
	margin-right: 0;
}
.charactor .chara_detilbox .chara_gallery li {
	margin: 0 10px;
}
.charactor .chara_detilbox .chara_gallery .w-m-0 li {
	margin: 0;
}

/*--- BD/DVD/MUSIC -------------------------*/
.music .musicmain .musicbox .cdbox .left {
	float: none;
	margin-bottom: 20px;
}
.music .musicmain .musicbox .cdbox .right {
	float: none;
	width: 100%;
}
.music .musicmain .dvdbox .d_img {
	width: 40%;
}
.music .musicmain .dvdbox .d_text {
	width: 50%;
}
.music .musicmain .dvdbox .d_number li {
	width: 20%;
}
.music .musicmain .musicbox li {
	margin-bottom: 30px;
	margin-right: 0;
}
.music .musicmain .musicshop li {
	margin-bottom: 20px;
}
.music .musicmain .dvdshop li h4 {
	height: 70px;
}
.music .musicmain .dvdshop li.hi {
	height: 680px;
}
.music .musicmain .dvdshop li.hi h4 {
	background-size: contain;
}
.music .musicmain .dvdshop li.hi2 {
	height: 950px;
}

/*--- ORIGINAL -------------------------*/
.original .oribox .o_text {
	width: 50%;
}
.original .oribox .o_list li {
	width: 28%;
}
.original .oribox .o_list li:nth-child(4) {
	margin-right: 25px;
}

/*--- GOODS -------------------------*/
.goods .goodsbox .g_text {
	width: 50%;
}

}

@media screen and (max-width: 480px){
/* public ------------------------------*/
#side {
	width: 100%;
	float: none;
	height: auto;
}
#side .sidemenu {
	margin: 0;
	padding: 30px;
}
#side .sidemenu li {
	text-align: center;
}
#side .sidemenu li:last-child {
	margin-bottom: 0;
}
.story #side,
.news #side,
.news #side.high,
.music #side.high,
.music #side.high2,
.music #side.high3,
.charactor #side.high,
.original #side,
.onair #side.high,
.original #side.high,
.goods #side.high {
	height: auto;
}

#main {
	width: 100%;
	padding: 60px 20px;
	float: none;
}
#main .inner {
	padding-right: 0;
}
#main h2 {
	margin-bottom: 40px;
}

/*--- introduction --------------------*/
.intromain {
	background: url(../introduction/images/image.png) no-repeat 10px 365px;
	background-size: contain;
	height: 800px;
}
.intromain p {
	margin-bottom: 30px;
}

/*--- story ---------------------------*/
.storymain .tabbox .number li {
	width: 13.5%;
	margin-right: 10px;
}
.storymain .tabbox .tab li {
	width: 48%;
}
.storymain .tabbox .tab li:nth-child(2) {
	margin-right: 0;
}

/*--- cast/staff ----------------------*/
.staffmain .staffbox h3 {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.staffmain .staffbox .text {
	float: none;
}

/*--- news ----------------------------*/
.news #side .sidemenu {
	padding: 30px 20px;
}
.news #side .sidemenu ul {
	overflow: hidden;
}
.news #side .sidemenu li {
	width: 15%;
	float: left;
	margin-bottom: 5px;
}
.news #side .sidemenu li img {
	width: 80%;
}
.news #side .sidemenu li:nth-child(6) ,.news #side .sidemenu li:nth-child(8){
	width: auto;
}

/*--- special -------------------------*/
.spemain .spebox li {
	float: none;
	width: 69%;
	margin: 0 auto 30px;
}
.spemain .spebox li:nth-child(3), .spemain .spebox li:last-child {
	margin-right: auto;
}
.detmain .detbox h3 {
	font-size: 18px;
}
.detmain .detbox h3 {
	background: url(../special/images/kakko1.png) no-repeat left,
				url(../special/images/kakko2.png) no-repeat right;
	background-size: contain;
	padding: 10px 15px;
}
.detmain .detbox h3:before,
.detmain .detbox h3:after {
	display: none;
}
.detmain .detbox dl dt {
	width: 35%;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
.detmain .detbox dl dd img.smallimg {
	width: 45%;
}

/*--- movie -------------------------*/
.movmain .movbox li {
	width: 100%;
}
.movmain .movbox dl dd img {
	width: 100%;
}

/*--- on air -------------------------*/
.onairmain .onairbox h2 {
	width: 30%;
}
.music .musicmain .dvdshop li.hi,
.music .musicmain .dvdshop li.hi2 {
	height: auto;
}

/*--- charactor -------------------------*/
.charamain .charabox li {
	margin: 0 13px 30px;
	width: 40%;
}
.charactor #side .sidemenu li {
	width: 20%;
	margin-right: 15px;
}
.charactor #side.high .sidemenu {
	height: 330px;
}
.charactor #side .sidemenu li:nth-child(odd) {
	margin-right: 15px;
}
.charactor .chara_detilbox .chara_gallery li {
	width: 27%;
}
.charactor .chara_detilbox .chara_gallery .w-m-0 li {
	/*width: auto;*/
}
.charactor .chara_detilbox .chara_gallery .w-m-0 li img {
}

/*--- BD/DVD/MUSIC -------------------------*/
.music #side .sidemenu {
	padding: 20px 15px;
}
.music #side .sidemenu li {
	float: left;
	margin-right: 10px;
}
.music #side .sidemenu li:last-child {
	margin-right: 0;
}
.music .musicmain .dvdbox .d_img {
	float: none;
	width: 100%;
	margin: 0 auto 30px;
}
.music .musicmain .dvdbox .d_img .auto {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.music .musicmain .dvdbox .d_number li {
	width: 40%;
	margin: 0 15px 20px;
	height: 170px;
}
.music .musicmain .dvdbox .d_text {
	width: 100%;
}
.music .musicmain .musicbox .m-tokuten li {
	float: none;
	margin-right: 0;
}
.music .musicmain .musicbox li:nth-child(3) {
	margin-bottom: 0;
}
.music .musicmain .musicshop li p:nth-of-type(1) img {
	margin: 0 auto;
}
.music .musicmain .dvdshop li {
	float: none;
	width: auto;
	height: auto;
	border-right: none;
	padding-right: 0;
	padding-left: 0;
}
.music .musicmain .dvdshop li .m_image img {
	display: block;
	margin: 0 auto;
}
.music .musicmain .dvdshop li h4,
.music .musicmain .dvdshop li.hi {
	height: auto;
}
.music .musicmain .dvdshop li.hi h4 {
	background-size: auto;
}
.music .musicmain .dvdshop li.pt0:nth-child(2) {
	padding-top: 35px !important;
}
.dvdbox .mod_thumbnail .mainimglist img {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.dvdbox .thumbnaillist {
	text-align: center;
}
.music .musicmain .dvdbox .d_number.spc {
	display: none;
}
.music .musicmain .dvdbox .d_number.spp {
	display: block;
}

/*--- ORIGINAL -------------------------*/
.original .oribox .o_img {
	float: none;
}
.original .oribox .o_img img {
	display: block;
	margin: 0 auto 20px;
}
.original .oribox .o_text {
	width: auto;
	float: none;
	margin-left: 0;
}
.original .oribox .o_list li {
	width: 45%;
}
.original .oribox .o_list li:nth-child(even) {
	margin-right: 0;
}

/*--- GOODS -------------------------*/
.goods .goodsbox .g_img {
	float: none;
}
.goods .goodsbox .g_img img {
	display: block;
	margin: 0 auto 20px;
}
.goods .goodsbox .g_text {
	width: auto;
	float: none;
	margin-left: 0;
}
.goods .goodsbox .g_text p {
	font-size: 13px;
}
.goods .goodsbox .g_text p.g_ttl {
	font-size: 18px;
}

}
