/*
Theme Name: brainc_DP1411v2_g1corp
Theme URI: http://
Author: Brain Cube
Author URI: http://
Description: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Questrial|Poppins|Pathway+Gothic+One);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);


* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-break: break-all;
}


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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow: auto;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}

@media (max-width:786px) {
body,
button,
input,
select,
textarea {
	font-size: 15px;
	line-height: 1.4;
}
}

@media (max-width:480px) {
body,
button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 1.3333;
}
}

body.page .edit-link { display: none; }

body {
	color: #f5f5f5;
	background:url(images/bg.jpg) no-repeat #000;
	background-position:center bottom;
	background-size:cover;
	background-attachment:fixed;
}

a {
	color:#9B2B2B;
	text-decoration: none;
	outline:none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline:none;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:active,
a:hover {
	color:#30bf8f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 200;
	margin: 10px 0;
}

h1 {
	font-size: 26px;
	font-size: 1.6em;
	line-height: 1.4;
}

h2 {
	font-size: 24px;
	font-size: 1.5em;
	line-height: 1.4;
}

h3 {
	font-size: 22px;
	font-size: 1.4em;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	font-size: 1.3em;
	line-height: 1.4;
}

h5 {
	font-size: 18px;
	font-size: 1.2em;
	line-height: 1.4;
}

h6 {
	font-size: 16px;
	font-size: 1.1em;
	line-height: 1.4;
}

address {
	margin-bottom: 15px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}
strong { font-size:120%; }

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 5px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 1em;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 15px;
}

blockquote cite,
blockquote small {
	font-size: 0.85;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 500;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	/*margin-bottom: 24px;*/
}

dt {
	/*font-weight: bold;*/
}

dd {
	/*margin-bottom: 24px;*/
}

ul,
ol {
	list-style: none;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

caption,
th,
td {
	font-weight: 200;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	/*font-weight: bold;*/
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border:none !important;
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	margin: 10px 0;
}

/*::selection {
	background: #8c5470;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #8c5470;
	color: #fff;
	text-shadow: none;
}*/

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

.flexbox {
-js-display: flex;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

/* =======================================
	ページアップ
======================================= */
#tothetopfixed {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow: hidden;
	text-align:right;
}
#tothetopfixed img {
width:auto;
height:80px;
}
@media (max-width:786px) {
#tothetopfixed { right: 0px; bottom: 0px; }
#tothetopfixed img {
width:auto;
height:50px;
}
}

/* =======================================
	ページダウン
======================================= */

/*.pagedown a { position:absolute; top:0; left:50%; margin-top:-7px; margin-left:-75px; z-index:200; }
.pagedown a:hover { margin-top:-3px; }

.pagedown a img { width:150px; height:auto; }

@media (max-width:880px) {
	.pagedown, .pagedown a { display:none; }
}*/


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #2b2b2b;
	padding: 8px 10px 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
box-shadow:rgba(0, 0, 0, 0.75) 1px 1px 3px -1px inset;
-webkit-box-shadow:rgba(0, 0, 0, 0.75) 1px 1px 3px -1px inset;
-moz-box-shadow:rgba(0, 0, 0, 0.75) 1px 1px 3px -1px inset;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background:#9B2B2B;
	border:solid 1px #9B2B2B;
	color:#fff;
	width:33%;
	margin:25px auto;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	font-size: 1.15em;
	padding:12px 15px;
	text-transform: none;
	vertical-align: bottom;
	text-align:center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 3px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 3px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 3px -2px;
}

@media (max-width:480px) {
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	width:48%;
}
}


button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color:#9B2B2B;
	background:none;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color:#9B2B2B;
	background:none;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}



.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-medium,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignnone { margin:0 0 5px 0; }

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 0px 15px 10px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 0px 0 10px 15px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #222;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	display:none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	display:none;
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	width:100%;
	min-height:800px;
	margin:0 auto;
	text-align:center;
	position: relative;
	background:rgba(0,0,0,0.1);
}

.home .site {
	width:100%;
	margin:0 auto;
	text-align:center;
	position: relative;
	z-index:120;
	background:rgba(0,0,0,0.1);
}

@media (max-width:1200px) {
	.site, .home .site  { background:rgba(0,0,0,0.2); }
}

@media (max-width:480px) {
	.site, .home .site  { background:rgba(0,0,0,0); }
}

.site-main {
width:100%;
margin:0 auto;
padding:0;
text-align:center;
}

.main-content {
	width:100%;
	min-height:500px;
	padding:0;
	margin:0 auto;
	text-align:left;
}

section { width:100%; display:block; }

section#home_banner_wrap { background:rgba(150,150,150,0.1); }
section#home_live_wrap { background:rgba(255,255,255,0.1); }
section#home_news_wrap { background:rgba(255,255,255,0.15); }
section#home_movie_wrap { background:rgba(50,50,50,0.2); }
section#home_link_wrap { background:rgba(100,100,100,0.2); }
section.prof_odd_wrap { background:rgba(50,50,50,0.25); }
section.prof_even_wrap { background:rgba(0,0,0,0.1); }

.inner_wrap { width:100%; max-width:1280px; padding:0 30px 4%; margin:0 auto; }
.home .inner_wrap { width:100%; max-width:1280px; padding:2% 30px 4%; margin:0 auto; }
.inner_wrap.footerTopics { width:100%; max-width:1280px; padding:2% 30px 4%; margin:0 auto; }

section#home_banner_wrap .inner_wrap { padding:1% 0; }

@media (max-width:1280px) {
	section#home_banner_wrap .inner_wrap { padding:1% 30px; }
}


.box_title {
	display:inline-block;
	width:100%;
	position:relative;
	vertical-align: middle;
	margin: 0px;
	color: #fff;
	text-align: left;
	font-size: 2em;
	font-weight: 300;
	font-family: "Oswald",sans-serif;
	margin:30px 0;
}

.content-sidebar .box_title { margin:25px 0 5px; font-size:1.4em; color:#9B2B2B; }
.content-sidebar .box_title:before {
	font-family: "FontAwesome";
	display:inline-block;
	margin-right:5px;
}
.content-sidebar .box_title:before { content: "\f00a"; }

.middle_title {
	display:table;
	table-layout: fixed;
	width:100%;
	margin:15px 0 30px;
}

/*.middle_title li {
	display:table-cell;
	width:100%;
	text-align:center;
	position:relative;
	vertical-align: middle;
	font-size:1.65em;
	background:none;
	border:1px solid #9B2B2B;
	color: #9B2B2B;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}*/

.middle_title li { display:table-cell; }
.middle_title li a {
	display:block;
	width:100%;
	text-align:center;
	position:relative;
	padding:7px 10px;
	vertical-align: middle;
	font-size:1.45em;
	background:none;
	border:1px solid #9B2B2B;
	color: rgba(255,255,255,0.75);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	background:url(images/topics_pointer_bg.png) no-repeat;
	background-position:-100% bottom;
	background-size:contain;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.middle_title li a:hover {
	background:rgba(0,0,0,0.75);
	color:#9B2B2B;
	border:1px solid #9B2B2B;
	background:url(images/topics_pointer_bg.png) no-repeat rgba(0,0,0,0.75);
	background-position:right bottom;
	background-size:contain;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.middle_title li.active a,
.middle_title li.active a:hover {
	background:#9B2B2B;
	color:#fff;
	border:1px solid #9B2B2B;
	pointer:default;
}

.middle_title li a:before {
	font-family: "FontAwesome";
	display:inline-block;
	text-align:center;
	margin-right:5px;
}
.middle_title li a:before { content: "\f00a"; }


.box_title span,
.middle_title span {
	position: relative;
	float:right;
	vertical-align: middle;
	margin: 0px;
}
.box_title span.tab_btn { font-size:0.55em; }
.middle_title span.tab_btn { font-size:0.7em; }

.box_title span.tab_btn a:before,
.middle_title span.tab_btn a:before {
	font-family: "FontAwesome";
	display:inline-block;
	margin-right:5px;
}
/*.box_title span.tab_btn a:before { content: "\f03a"; }
.middle_title span.tab_btn a:before { content: "\f03a"; }*/

.box_title span.tab_btn a:before { content: "\f00a"; }
.middle_title span.tab_btn a:before { content: "\f00a"; }

/*#sns_wrap {
	display:table;
	width:100%;
}

.sns_blog {
	display:table-cell;
	width:70%;
	padding:0 25px 0 0;
}
.sns_twitter {
	display:table-cell;
	width:30%;
}

@media (max-width:786px) {
	#sns_wrap { display:block; padding-bottom:30px; }
	.sns_blog, .sns_twitter { display:block; width:100%; padding:0; }
}*/

.home ul.sns_wrap {
	display:table;
	width:100%;
}

.home ul.sns_wrap li {
	display:table-cell;
	width:50%;
	padding:0 20px;
}

.home .sns_twitter p iframe {
	display:block;
	width:100%;
}

.home ul.sns_wrap li .box_title {
	 margin:30px 0 20px;
	font-size: 1.8em;
}

@media (max-width:980px) {
	.home ul.sns_wrap li { padding:0 10px; }
}
@media (max-width:786px) {
	.home ul.sns_wrap li { padding:0 5px; }
}
@media (max-width:480px) {
	.home ul.sns_wrap, .home ul.sns_wrap li { display:block; width:100%; padding:0px; }
}
.twitter-timeline {
	margin:auto;
}
iframe .twitter-timeline {
	max-width: 100% !important;
	width: 100% !important;
	box-sizing:border-box;
}

iframe .twitter-timeline .timeline-Widget {
	max-width: 100% !important;
	width: 100% !important;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */


#wpadminbar {min-height: 32px;}

#site-header {
	position: relative;
}

.site-header {
display: block;
z-index: 999;
position: relative;
width: 100%;
margin: 0 auto;
padding: 0 0 0px;
text-align: center;
background:rgba(0,0,0,0.2);
box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 5px -2px;
-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 5px -2px;
-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 5px -2px;
border:1px solid rgba(255,255,255,0.1);
}

@media (max-width:880px) {
	.site-header { display:none !important; }
	.home .site-header { display:none !important; }
}

.header-main {
position: relative;
display: block;
width: 100%;
max-width: 1280px;
margin: 0 auto;
z-index: 999;
}

h1.site-title {
display: inline-block;
width:20%;
margin:0;
padding:10px 10px 10px 10px;
vertical-align:middle;
}
h1.site-title a { position: relative; z-index: 3; }
h1.site-title a img {
	width:100%;
	max-width:200px;
	height:auto;
}

.navi_wrap {
	display:inline-block;
	width:79%;
	position:relative;
	margin:0 auto;
	vertical-align:middle;
	padding:0;
}

.fixed {
	position: fixed;
	top: 0;
	left:0;
	z-index: 999;
	width:100%;
	text-align:center;
	/*max-width:100%;*/
	padding: 0;
	background:rgba(0,0,0,0.85);
	border:1px solid rgba(155,43,43,0.5);
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 5px -2px;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-navigation ul {
	list-style: none;
	margin: 0 auto;
	width:100%;
	letter-spacing:-0.4em;
	/*table-layout: fixed;
	display: table;*/
	display: block;
	text-align:right;
}

.fixed .site-navigation ul { text-align:center; }

.site-navigation ul li {
	z-index:2;
	margin:0 2%;
	/*display:table-cell;*/
	display:inline-block;
	vertical-align:bottom;
	letter-spacing: normal;
	width: auto;
	text-align:center;
}
@media (max-width:1280px) {
	.site-navigation ul li { margin:0 1.7%; }
}
@media (max-width:1180px) {
	.site-navigation ul li { margin:0 1.4%; }
}
@media (max-width:1080px) {
	.site-navigation ul li { margin:0 1%; }
}
@media (max-width:980px) {
	.site-navigation ul li { margin:0 0.5%; }
}

.site-navigation ul li a {
	display: block;
	font-size:1.25em;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color: #fff;
	margin:0;
	white-space: nowrap;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	padding:5px;
}

.fixed .site-navigation ul li a { padding:15px 5px; }

/*.site-navigation ul li a:before{
	font-family: "FontAwesome";
	display:inline-block;
	text-align:center;
	margin-right:5px;
	font-size:0.85em;
}
.site-navigation ul li a:before { content: "\f0c1"; }*/

.site-navigation ul li a:hover {
	color: #777;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current_page-item > a,
.site-navigation .current-page-item > a,
.site-navigation .current-page-ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #9B2B2B;
	/*background:#82c3d9;*/
}

.tax-news-cat .site-navigation .news > a,
.post-type-archive-liveschedule .site-navigation .schedule > a,
.tax-liveschedule_category .site-navigation .schedule > a,
.tax-discography_cat .site-navigation .discography > a,
.tax-media-cat .site-navigation .media > a {
	color: #9B2B2B;
	/*background:#82c3d9;*/
}

.post-type-archive-liveschedule .site-navigation .schedule a,
.post-type-archive-instoreschedule .site-navigation .schedule a {
	color: #9B2B2B;
}
.post-type-archive-liveschedule .site-navigation .schedule a:hover,
.post-type-archive-instoreschedule .site-navigation .schedule a:hover {
	color: #777;
}


.site-navigation .header-logo a {
	background:none !important;
	padding:0 15px 0;
}
.site-navigation .header-logo a img {
	width:120px;
	height:auto;
}

.site-navigation .header-logo a:hover {
	border-bottom:none;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
}

.site-navigation .mobile-home { display:none; }

.site-navigation .current_page_item.header-logo > a,
.site-navigation .current_page_ancestor.header-logo > a,
.site-navigation .current-menu-item.header-logo > a,
.site-navigation .current-menu-ancestor.header-logo > a {
	border-bottom:none;
	text-shadow: none;
	-ms-filter:none;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	/*padding-top: 48px;*/
}

.hentry {
	/*margin: 0 auto 48px;*/
	/*max-width: 672px;*/
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 20px;
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: none;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #b36b98;
}

.site-content .entry-header {
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: none;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #4ca5ff;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: none;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #4ca5ff;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	/*background-color: #fff;*/
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: none;
}

.entry-meta .tag-links a:hover {
	background-color: #4ca5ff;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #4ca5ff;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: none;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #4ca5ff;
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #4ca5ff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: none;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #4ca5ff;
	border: 1px solid #4ca5ff;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
	padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
	display: none;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	clear:both;
}

.post-navigation, .image-navigation {
	padding: 15px 0;
	margin-bottom:15px;
	display: block;
}
.post-navigation:after, .image-navigation :after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.post-navigation a span.meta-nav {
	color:#fff;
	background:rgba(75,75,75,0.3);
	border-bottom:1px solid #9B2B2B;
	display: block;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 2;
	text-transform: none;
	padding:3px 15px;
	margin:-15px -15px 10px;
}

.post-navigation a,
.image-navigation a {
	display: block;
	float:right;
	color:#fff;
	width:49.4%;
	margin-left:5px;
	margin-bottom:10px;
	padding:15px 15px 10px;
	font-size: 0.95em;
	text-transform: none;
	border:1px solid #9B2B2B;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background:url(images/topics_pointer_bg.png) no-repeat;
	background-position:-100% bottom;
	background-size:1px auto;
}
.post-navigation a:first-child,
.image-navigation a:first-child { float:left; margin-left:0px; }

.post-navigation a:hover,
.image-navigation a:hover {
	color:#9B2B2B;
	border:1px solid #9B2B2B;
	background:url(images/topics_pointer_bg.png) no-repeat rgba(0,0,0,0.75);
	background-position:right bottom;
	background-size:40px auto;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

@media (max-width:480px) {
	.post-navigation a, .image-navigation a { width:100%; margin-left:0px;}
}

/* Paging Navigation */

.paging-navigation {
	margin: 40px 0;
	color:#9B2B2B;
	font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}

.paging-navigation .loop-pagination {
	text-align: center;
}

.paging-navigation .page-numbers {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 300;
	margin-right: 1px;
	margin-bottom:5px;
	padding:10px 20px;
	text-transform: none;
	border:solid 1px #9B2B2B;
	box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
}

.paging-navigation a {
	color:#9B2B2B;
	background:rgba(0,0,0,0.5);
}

.paging-navigation .page-numbers.current {
	color:#fff;
	background:#9B2B2B;
}

.paging-navigation a:hover {
	color:#fff;
	background:#9B2B2B;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.home .archive-header,
.home .page-header { display: none; }

.archive-header,
.page-header {
	display: block;
	position:relative;
	text-align:left;
	margin:0 auto 0;
	padding:0 30px 0;
	width:100%;
	overflow:hidden;
	opacity:0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	border-bottom:1px solid rgba(255,255,255,0.25);
}

.archive-title,
.page-title {
	display:block;
	width:100%;
	max-width:1220px;
	font-size: 7em;
	color:rgba(255,255,255,0.18);
	font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
	font-weight:300;
	margin:0 auto -28px;
	padding:0;
	letter-spacing:-2px;
	text-transform: uppercase;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: -48px;
}


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: none;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: none;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #4ca5ff;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: none;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #44169e;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: none;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {display: none;}

.site-description {display: none;}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 1em;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin-bottom: 30px;
	width: 100%;
	word-wrap: break-word;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: none;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #4ca5ff;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #4ca5ff;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #4ca5ff;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: none;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #4ca5ff;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}


/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
	max-width:1280px;
	margin:0 atuo;
	z-index:120;
}

.site-footer {
	width:100%;
	background:rgba(0,0,0,0.65);
	position: relative;
	z-index: 3;
	text-align:center;
	font-size: 1em;
	z-index:120;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	font-size: 0.75em;
	padding: 12px 10px 80px;
	color:rgba(255,255,255,0.85);
}
.ft-site-title { margin-top:10px; }
.ft-site-title a{
font-family: 'Oswald', sans-serif;
font-weight:300;
font-size:1.8em;
color:#fff;
}
.ft-site-title a img {
	width:100%;
	max-width:200px;
	height:auto;
}



.ft-lebel-logo { display:block; margin:10px 0; }
.ft-lebel-logo img { width:100%; max-width:150px; height:auto; }

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-info a:hover {
	color: #9B2B2B;
}

/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #4ca5ff;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: none;
}


/* Slider */

.slider .featured-content .hentry {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative;
}

.slider .featured-content .post-thumbnail {
	padding-top: 55.49132947%;
}

.slider-control-paging {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	list-style: none;
	margin: -24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-control-paging li {
	float: left;
	margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
	margin-right: 0;
}

.slider-control-paging a {
	cursor: pointer;
	display: block;
	height: 44px;
	position: relative;
	text-indent: -999em;
	width: 44px;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 16px;
	width: 12px;
}

.slider-control-paging a:hover:before {
	background-color: #4ca5ff;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #4ca5ff;
}

.slider-direction-nav {
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 3;
}

.slider-direction-nav li {
	border-color: #fff;
	border-style: solid;
	border-width: 2px 1px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	float: left;
	text-align: center;
	width: 50%;
}

.slider-direction-nav li:last-child {
	border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
	background-color: #000;
	display: block;
	font-size: 0;
	height: 46px;
}

.slider-direction-nav a:hover {
	background-color: #4ca5ff;
}

.slider-direction-nav a:before {
	color: #fff;
	content: "\f430";
	font-size: 32px;
	line-height: 46px;
}

.slider-direction-nav .slider-next:before {
	content: "\f429";
}

.slider-direction-nav .slider-disabled {
	display: none;
}


/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		/*padding: 0 10px;*/
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 594px) {
	.site-content .entry-header {
		/*padding-right: 30px;
		padding-left: 30px;*/
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}
}

@media screen and (min-width: 683px) {
}

@media screen and (min-width: 786px) {


.content-area {
		float: left;
		width: 100%;
	}

	.site-content {
		margin-right: 30%;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0px;
	}

	.full-width .site-content .has-post-thumbnail .entry-header,
	.full-width.singular .site-content .hentry.has-post-thumbnail,
	.full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: -48px;
	}

	#secondary,
	#supplementary {
		padding: 0 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -30%;
		padding: 0px 0px 50px 20px;
		position: relative;
		width: 33.33333333%;
		width: 30%;
	}

	.grid .featured-content .hentry {
		float: left;
		width: 50%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		border-color: #000;
		border-style: solid;
		border-width: 12px 10px;
		height: 96px;
		padding: 0;
	}

	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		margin-top: -48px;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		margin-top: -48px;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}
}

@media screen and (min-width: 810px) {
	.attachment .entry-attachment .attachment {
		margin-right: -168px;
		margin-left: -168px;
		max-width: 810px;
	}

	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}

	.contributor-avatar {
		margin-left: -168px;
	}

	.contributor-summary {
		float: left;
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content blockquote.alignright {
		width: -webkit-calc(50% + 130px);
		width:         calc(50% + 130px);
	}

	.full-width .site-content blockquote.alignleft,
	.full-width .site-content img.size-full.alignleft,
	.full-width .site-content img.size-large.alignleft,
	.full-width .site-content img.size-medium.alignleft,
	.full-width .site-content .wp-caption.alignleft {
		margin-left: -168px;
	}

	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content blockquote.alignright,
	.full-width .site-content img.size-full.alignright,
	.full-width .site-content img.size-large.alignright,
	.full-width .site-content img.size-medium.alignright,
	.full-width .site-content .wp-caption.alignright {
		margin-right: -168px;
	}

	.full-width .site-content .alignright {
		clear: right;
	}
}

@media screen and (min-width: 846px) {
	.site-content .has-post-thumbnail .entry-header {
		margin-top: -48px;
	}

	.comment-list .trackback,
	.comment-list .pingback,
	.comment-list article {
		margin-bottom: 36px;
		padding-top: 36px;
	}

	.comment-author .avatar {
		height: 34px;
		top: 2px;
		width: 34px;
	}

	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 50px;
	}

	.comment-list .children {
		margin-left: 20px;
	}

	.full-width.singular .site-content .hentry.has-post-thumbnail,
	.full-width.home .site-content .hentry.has-post-thumbnail {
		margin-top: -72px;
	}

	.featured-content {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1008px) {
	.main-content {
		/*float: left;*/
	}

	.site-content {
		margin-right: 27.04761904%;
		margin-right: 30%;
	}

	.site-content .entry-header {
		margin-top: 0;
	}

	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.content-sidebar {
		margin-left: -30%;
		width: 30%;
	}

	.primary-sidebar {
		padding-top: 0;
	}

	.site-description {
		display: block;
		margin: -3px 0 21px;
	}

	.site-description:empty {
		margin: 0;
	}

	.secondary-navigation {
		font-size: 11px;
		margin: 0 -30px 48px;
		width: 182px;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.secondary-navigation a {
		padding: 10px 30px;
	}

	.secondary-navigation ul ul {
		background-color: #4ca5ff;
		position: absolute;
		top: 0;
		left: -999em;
		width: 182px;
		z-index: 99999;
	}

	.secondary-navigation li li {
		border-top: 0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #4ca5ff;
		color: #fff;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #4ca5ff;
	}

	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 162px;
	}

	.secondary-navigation .menu-item-has-children > a {
		padding-right: 38px;
	}

	.secondary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f501";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 26px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.footer-sidebar .widget {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		float: left;
		padding: 0 30px;
		width: 25%;
	}

	.footer-sidebar .widget code,
	.footer-sidebar .widget kbd,
	.footer-sidebar .widget tt,
	.footer-sidebar .widget var,
	.footer-sidebar .widget samp,
	.footer-sidebar .widget pre,
	.primary-sidebar .widget code,
	.primary-sidebar .widget kbd,
	.primary-sidebar .widget tt,
	.primary-sidebar .widget var,
	.primary-sidebar .widget samp,
	.primary-sidebar .widget pre {
		font-size: 12px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget input,
	.footer-sidebar .widget textarea,
	.primary-sidebar .widget input,
	.primary-sidebar .widget textarea {
		font-size: 12px;
		padding: 3px 2px 4px 4px;
	}

	.footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
	.primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
	.primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
	.primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
		font-size: 12px;
		line-height: 1.6363636363;
	}

	.footer-sidebar .widget_archive li,
	.footer-sidebar .widget_categories li,
	.footer-sidebar .widget_links li,
	.footer-sidebar .widget_meta li,
	.footer-sidebar .widget_nav_menu li,
	.footer-sidebar .widget_pages li,
	.footer-sidebar .widget_recent_comments li,
	.footer-sidebar .widget_recent_entries li,
	.primary-sidebar .widget_archive li,
	.primary-sidebar .widget_categories li,
	.primary-sidebar .widget_links li,
	.primary-sidebar .widget_meta li,
	.primary-sidebar .widget_nav_menu li,
	.primary-sidebar .widget_pages li,
	.primary-sidebar .widget_recent_comments li,
	.primary-sidebar .widget_recent_entries li {
		border-top: 0;
		padding: 0 0 6px;
	}

	.footer-sidebar .widget_archive li:last-child,
	.footer-sidebar .widget_categories li:last-child,
	.footer-sidebar .widget_links li:last-child,
	.footer-sidebar .widget_meta li:last-child,
	.footer-sidebar .widget_nav_menu li:last-child,
	.footer-sidebar .widget_pages li:last-child,
	.footer-sidebar .widget_recent_comments li:last-child,
	.footer-sidebar .widget_recent_entries li:last-child,
	.primary-sidebar .widget_archive li:last-child,
	.primary-sidebar .widget_categories li:last-child,
	.primary-sidebar .widget_links li:last-child,
	.primary-sidebar .widget_meta li:last-child,
	.primary-sidebar .widget_nav_menu li:last-child,
	.primary-sidebar .widget_pages li:last-child,
	.primary-sidebar .widget_recent_comments li:last-child,
	.primary-sidebar .widget_recent_entries li:last-child {
		padding: 0;
	}

	.footer-sidebar .widget_categories li ul,
	.footer-sidebar .widget_nav_menu li ul,
	.footer-sidebar .widget_pages li ul,
	.primary-sidebar .widget_categories li ul,
	.primary-sidebar .widget_nav_menu li ul,
	.primary-sidebar .widget_pages li ul {
		border-top: 0;
		margin-top: 6px;
	}

	#supplementary {
		padding: 0;
	}

	.featured-content {
		padding-left: 182px;
	}

	.grid .featured-content .hentry {
		width: 33.3333333%;
	}

	.grid .featured-content .hentry:nth-child( 2n+1 ) {
		clear: none;
	}

	.grid .featured-content .hentry:nth-child( 3n+1 ) {
		clear: both;
	}

	.grid .featured-content .entry-header {
		height: 120px;
	}
}

@media screen and (min-width: 1080px) {
	.slider .featured-content .entry-title {
		font-size: 33px;
	}

	.slider .featured-content .entry-header,
	.slider-control-paging {
		width: 534px;
	}

	.slider-control-paging {
		padding-left: 24px;
	}

	.slider-control-paging li {
		margin: 12px 12px 12px 0;
	}

	.slider-control-paging a {
		height: 24px;
		width: 24px;
	}

	.slider-control-paging a:before {
		top: 6px;
		left: 6px;
	}
}

@media screen and (min-width: 1218px) {
	.full-width .archive-header,
	.full-width .comments-area,
	.full-width .image-navigation,
	.full-width .page-header,
	.full-width .page-content,
	.full-width .post-navigation,
	.full-width .site-content .entry-header,
	.full-width .site-content .entry-content,
	.full-width .site-content .entry-summary,
	.full-width .site-content footer.entry-meta {
		margin-right: auto;
	}
}

/*@media screen and (min-width: 1200px) {
	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}
}*/


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}

/* =======================================
	タブボタン
======================================= */
.page .entry-title {
    display: none;
}

.tab_btn {
font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
	font-weight:300;
    font-size: 1em;
    margin:0px;
}
.tab_btn a {
	display:inline-block;
	padding: 9px 20px 9px;
	background:#9B2B2B;
	color:#fff;
	text-align:center;
	border:solid 1px #9B2B2B;
	box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
}
.tab_btn a:hover {
	color: #9B2B2B;
	background:rgba(0,0,0,0.75);
}

.tab_btn a:before {
	font-family: "FontAwesome";
	display:inline-block;
	text-align:center;
	margin-right:5px;
}
/*.tab_btn a:before { content: "\f0da"; }*/
.tab_btn a:before { content: "\f00a"; }

.tab_btn.ticket a:before {
	font-family: "FontAwesome";
	display:inline-block;
	text-align:center;
	margin-right:5px;
}
.tab_btn.ticket a:before { content: "\f0e0"; }


.schedule_tab_btn {
	text-align:left;
	font-size: 1.15em;
	font-weight: 300;
	margin: 0px auto 25px;
	letter-spacing: -0.4em;
	font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}
.schedule_tab_btn li { display:inline-block; letter-spacing: normal; list-style:none; margin:0; margin-right:5px; margin-bottom:5px; }

.schedule_tab_btn li:last-child { margin-right:0px;}
.schedule_tab_btn a {
	display:block;
	padding: 5px 30px 4px;
	background:rgba(255,255,255,0);
	color:#ccc;
	text-align:center;
	border:1px solid rgba(255,255,255,0.25);
	border-top:none;
	border-top:1px solid rgba(255,255,255,0.15);
	box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 2px 2px 3px -2px;
}
.schedule_tab_btn a:before {
	font-family: "FontAwesome";
	display:inline-block;
	text-align:center;
	margin-right:5px;
}
.schedule_tab_btn a:before { content: "\f0da"; }

.schedule_tab_btn a:hover {
	color: #fff;
	background:#9B2B2B;
	/*border:1px solid rgba(155,43,43,0.75);
	border-top:none;*/
	border:1px solid #9B2B2B;
}

.post-type-archive-liveschedule .schedule_tab_btn a,
.single-liveschedule .schedule_tab_btn a,
.post-type-archive-instoreschedule .schedule_tab_btn a,
.single-instoreschedule .schedule_tab_btn a {
	border:1px solid rgba(255,255,255,0.25);
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}

.post-type-archive-liveschedule .schedule_tab_btn a:hover,
.single-liveschedule .schedule_tab_btn a:hover,
.post-type-archive-instoreschedule .schedule_tab_btn a:hover,
.single-instoreschedule .schedule_tab_btn a:hover {
	color: #fff;
	background:#9B2B2B;
	border:1px solid #9B2B2B;
}


@media (max-width:786px) {
	.schedule_tab_btn, .schedule_tab_btn li, .schedule_tab_btn a { display:block; margin-bottom:5px;}
}
@media (max-width:683px) {
	.tab_btn a { display:block; }
}

.tablet_onair_archive_menu {
	display:none;
	margin:15px 0 20px;
}

/* =======================================
	profile type01
======================================= */
.prof_wrap {
	display:block;
	position:relative;
}
.prof_wrap ul#prof_btn {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:25px;
}
.prof_wrap ul#prof_btn li {display:inline-block; width:24%;}
.prof_wrap ul#prof_btn li a {
	display:block;
	padding:7px 5px 6px;
	border:1px solid #ccc08f;
	color:#ccc08f;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	text-align:center;
	font-size:1em;
}
.prof_wrap ul#prof_btn li a:hover {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #b49b61), color-stop(1.00, #f9f1bd));
background: -webkit-linear-gradient(#b49b61, #f9f1bd);
background: -moz-linear-gradient(#b49b61, #f9f1bd);
background: -o-linear-gradient(#b49b61, #f9f1bd);
background: -ms-linear-gradient(#b49b61, #f9f1bd);
background: linear-gradient(#b49b61, #f9f1bd);

}
@media (max-width:786px) {
	.prof_wrap ul#prof_btn li {display:inline-block; width:49%; margin-bottom:5px;}
}

#profile .archive_wrap .archive_body { border:none; padding:0px;}


/* =======================================
	profile フルワイド兼用
======================================= */
.prof_single_wrap {
	display:block;
	font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
	font-weight: 300;
	overflow:hidden;
}

.prof_image {
	display:inline-block;
	vertical-align: middle;
	width:26%;
	text-align:center;
}

.prof_image .swiper-container {
	max-width:240px;
	border:1px solid rgba(255,255,255,0.1);
}

.prof_image img {
	width:100%;
	height:auto;
	max-width:240px;
	-webkit-backface-visibility: hidden;
}

.prof_detail {
	display:inline-block;
	vertical-align: middle;
	width:73%;
	margin:0;
	padding:0px;
	color:#888;
}

.prof_detail .name {
	display:inline-block;
	vertical-align: middle;
	text-align:center; 
	width:35%;
	font-size:2.25em;
	margin:0;
	padding:0 30px 0 0;
	word-break: break-all;
	color:#ccb97a;
	color:#fff;
	line-height:1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:500;
}
.prof_detail .name span { display:block; }
.prof_detail .name span b { font-size:1.65em; color:#9b2b2b; font-weight:100; }
.prof_detail .name .sns_btn { display:block; }
.prof_detail .name sub {
	top:0;
	font-size:18px;
}

.prof_detail .data {
	display:inline-block;
	width:62%;
	border-left:1px solid rgba(125,125,125,0.2);
	padding:10px 25px 10px 30px;
	vertical-align: middle;
	line-height:1.6;
	font-size:1.2em;
	color:#fff;
}



/*.prof_detail .sns_btn {
	display:inline-block;
	width:28.5%;
	vertical-align: middle;
}*/


.prof_detail .sns_btn a img {
	width:50px;
	height:auto;
}
.prof_detail .sns_btn span a img {margin-left:10px;}



@media (max-width:1080px) {
	.prof_image { width:25%; }
	.prof_detail { width:73%; }
	.prof_detail .name { font-size:1.8em; padding:0 15px; }
	.prof_detail .data { font-size:1em; padding:10px 25px 10px 20px; }
}

@media (max-width: 980px) {
	.prof_detail .sns_btn a img { width:40px; height:auto; }
}


@media (max-width: 880px) {
	.prof_image { width:28%; }
	.prof_detail { width:69%; margin-left:2%; }
	.prof_detail .name, .prof_detail .data { display:block; width:100%; text-align:center;}
	/*.prof_detail .sns_btn { display:block; width:100%; text-align:center;}*/
	.prof_detail .name { padding:0; font-size:2em; }
	.prof_detail .data { border-left:none; border-top:1px solid rgba(125,125,125,0.5); }
	.prof_detail .name span { display:inline-block; margin-right:10px;}
	.prof_detail .name .sns_btn { display:inline-block; }
}

@media (max-width: 640px) {
	.prof_image { display:block; width:100%; text-align:center; margin-top:15px; }
	.prof_image.ex { display:none;}
	.prof_detail { display:block; width:100%; padding:0 0 15px 0;}
	.prof_detail .name { padding:15px 0; }
	.prof_detail .data { padding:15px 0 20px; }
}

@media (max-width: 480px) {
	.prof_detail .data { text-align:left; }
}

/* =======================================
	profile type02
======================================= */
/*.prof_wrap {
	display:block;
	position:relative;
	letter-spacing: -.40em;
}
.prof_single {
	display: inline-block;
	letter-spacing: normal;
	width:25%;
	padding:8px;
	margin-bottom:15px;
	vertical-align:top;
}
.prof_image img { width:100%; border:6px solid #fff; }
.prof_image ul.slides li:before,
.prof_image ul.slides li:after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 12px;
    z-index: -1;
    width: 50%;
    height: 5px;
    box-shadow: 0 15px 0px 5px rgba(30,10,15,0.3);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.prof_image ul.slides li:after {
    right:12px;
    left:auto;
    -webkit-transform:rotate(6deg);
    -moz-transform:rotate(6deg);
    -ms-transform:rotate(6deg);
    transform:rotate(6deg);
}

.prof_detail {position:relative; color:rgba(38,8,15,1); padding:0 10px 10px;}
.prof_detail h2 {
display:block; text-align:left; font-weight:bold; margin:0;
font-family: 'Josefin Sans',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}
.prof_detail h2 small {
display:inline-block;
font-size:0.9em;
font-weight:normal;
font-family: 'Josefin Sans',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}
.prof_detail p {
font-size:1em; margin:0;
font-family: 'Josefin Sans',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
}
.prof_detail .sns_btn {
	position:absolute;
	right:0;
	bottom:5px;
	padding:10px;
}
.prof_detail .sns_btn img { width:40px; height:auto; }

@media (min-width: 786px) and (max-width: 980px) {
	.prof_detail .sns_btn { position:relative; padding:10px 0px 0;}
}
@media (max-width: 786px) {
	.prof_single {width:50%;}
}
@media (max-width: 480px) {
	.prof_single {width:100%; padding:5px}
}*/

/* =======================================
	topics
======================================= */
.home #default { display:none; }
#default { display:block; }

#topics_wrap {
display:block;
text-align:left;
width:100%;
}

#news_topics_list {
position:relative;
display:block;
margin:0;
color:#fff;
}

#news_topics_list ul{
margin:0 0 15px;
font-weight:normal;
display:block;
latter-spacing:-0.4em;
}

#news_topics_list ul li {
	display:inline-block;
	width:32.8%;
	vertical-align:top;
	padding:5px;
	latter-spacing:normal;
}
.content-sidebar #news_topics_list ul { margin:0 0 5px; }
.content-sidebar #news_topics_list ul li { width:100%; padding:0 0 5px; }

@media (max-width:880px) {
	#news_topics_list ul li { width:49.5%; }
}

@media (max-width:640px) {
	#news_topics_list ul li { width:100%; padding:10px 0;}
}

#news_topics_list ul li h3 {
height:100%;
width:100%;
margin:0;
clear:none;
}
#news_topics_list ul li h3 a {
font-size:1em;
line-height:1.4;
padding:10px;
margin:0;
font-weight:normal;
border:1px solid rgba(200,200,200,0);
cursor: pointer;
display: block;
letter-spacing:-0.4em;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
background:url(images/topics_pointer_bg.png) no-repeat rgba(0,0,0,0.75);
background-position:-100% bottom;
background-size:30px auto;
}

.content-sidebar #news_topics_list ul li h3 a {
font-size:0.95em;
background:url(images/topics_pointer_bg.png) no-repeat rgba(0,0,0,0.75);
background-position:-100% bottom;
background-size:30px auto;
border:1px solid rgba(200,200,200,0.1);
}

#news_topics_list ul li h3 a:hover {
cursor: pointer;
border:1px solid #9B2B2B;
background:url(images/topics_pointer_bg.png) no-repeat rgba(0,0,0,0.75);
background-position:right bottom;
background-size:30px auto;
transition: all 0.15s ease;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
}

.content-sidebar #news_topics_list ul li h3 a:hover {
background:url(images/topics_pointer_bg.png) no-repeat rgba(0,0,0,0.75);
background-position:right bottom;
background-size:30px auto;
}

#news_topics_list ul li h3 a p.newsTitle {
display: block;
width:100%;
padding:8px 10px 10px;
font-size:0.75em;
color:#9B2B2B;
color:#fff;
font-weight:normal;
}

#news_topics_list ul li h3 a:hover p.newsTitle { color:#9B2B2B; }
.content-sidebar #news_topics_list ul li h3 a p.newsTitle { color:#fff; font-size:0.7em; }
.content-sidebar #news_topics_list ul li h3 a:hover p.newsTitle { color:#9B2B2B; }

#news_topics_list ul li h3 a p {
margin:0;
padding:0 10px 5px;
display: block;
font-size:0.6em;
letter-spacing:normal;
color:#999;
}

#news_topics_list ul li h3 a span {
display: inline-block;
vertical-align:top;
margin: 0;
padding:5px 10px;
background:#none;
color:#777;
font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
font-weight:300;
font-size:0.65em;
letter-spacing:normal;
}

.content-sidebar #news_topics_list ul li h3 a span { font-size:0.65em; }

#news_topics_list ul li h3 a span.category {
display: inline-block;
margin: 0;
background:#CC1F1F;
color:#fff;
vertical-align:top;
text-align:center;
letter-spacing:normal;
}
.content-sidebar #news_topics_list ul li h3 a span.category { font-size:0.55em; }

#news_topics_list ul li h3 span {width:70%; }
#news_topics_list ul li h3 span.category {width:30%;}

#news_topics_list ul li.importance h3 a span.category,
.archive_wrap .data.importance span.category { background:#ff4000; }
#news_topics_list ul li.pickup h3 a span.category,
.archive_wrap .data.pickup span.category { background:#d93636; }
#news_topics_list ul li.news h3 a span.category,
.archive_wrap .data.news span.category { background:#d9365f; }
#news_topics_list ul li.release h3 a span.category,
.archive_wrap .data.release span.category { background:#2db39c; }
#news_topics_list ul li.web h3 a span.category,
.archive_wrap .data.web span.category { background:#777; }
#news_topics_list ul li.live h3 a span.category,
.archive_wrap .data.live span.category { background:#436cbf; }
#news_topics_list ul li.media h3 a span.category,
.archive_wrap .data.media span.category { background:#d95136; }



@media (max-width:980px) {
	#news_topics_list ul li h3 span {width:70%; padding:3px 10px;}
	#news_topics_list ul li h3 span.category {width:30%; padding:3px 2px;}
}

@media (max-width:360px) {
	#news_topics_list ul li h3 span {width:69%; padding:3px 10px;}
	#news_topics_list ul li h3 span.category {width:30%; padding:3px 2px;}
}
@media (max-width:320px) {
	#news_topics_list ul li h3 span {width:68.5%; padding:3px 10px;}
	#news_topics_list ul li h3 span.category {width:30%; padding:3px 2px;}
}

/* =======================================
	topics slider
======================================= */
#topics_slider { width:80%; text-align:left; float:left; margin:0; padding:0;}

@media (max-width:940px) { #topics_slider { width:75%;} }

#topics_slider .flexslider {
position:relative;
display:block;
margin:0;
color:#fff;
padding-left:70px;
}
#topics_slider ul.slides { overflow: hidden;}
#topics_slider ul.slides li h3 { margin:4px 0 0; padding:0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#topics_slider ul.slides li h3 a {
font-size:12px;
line-height:1.3;
margin:0;
font-weight:200;
color:#999;
cursor: pointer;
display: block;
}

#topics_slider ul.slides li h3 a img {
width:42px;
height:13px;
margin:-2px 7px 0 0;
vertical-align: middle;
display: inline-block;
}

#topics_slider ul.slides li h3 a p {
margin:0;
padding:0;
display: inline-block;
}

div#topics_slider ul.slides li h3 a:hover {
color: #fff;
background:rgba(100,100,100,0.1);
cursor: pointer;
text-shadow:0 0 5px #fff;
}
#topics_slider ul.slides li h3 span {
display: inline-block;
margin: 0 5px 0 0;
line-height: 24px;
font-size:12px;
}

#topics_slider ul.slides li h3 span:after {
	content:" | ";
	color:rgba(255,255,255,0.3);
	font-size:1em;
	padding-left:5px;
	font-family: serif;
}
/* =======================================
	schedule
======================================= */

.archive_wrap {
	display:block;
	position:relative;
	width:100%;
	background:rgba(0,0,0,0.5);
	border:1px solid rgba(200,200,200,0.1);
	padding:0;
	margin-bottom:30px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;*/
	box-shadow:rgba(0, 0, 0, 0.5) 1.5px 1.5px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 1.5px 1.5px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 1.5px 1.5px 5px -2px;
}

.home .archive_wrap { margin-bottom:0px; }

.archive_wrap .title {
	position:relative;
	padding:0 3%;
	color:#9B2B2B;
	line-height:1.4;
	margin:0;
	font-size:1.2em;
	font-weight:300;
	overflow:hidden;
	/*background:rgba(255,255,255,0.15);*/
}

.archive_wrap .event_title {
	position:relative;
	padding:15px 3%;
	margin:0;
	color:#fff;
	display:block;
	overflow:hidden;
	text-align:left;
	background:rgba(50,50,50,0.5);
	/*border-bottom:1px solid #9B2B2B;*/
}

.archive_wrap .event_title .live_title {
	display:inline-block;
	position: relative;
	z-index:9;
	font-size:1em;
	margin-right:15px;
}

.archive_wrap .event_title .live_title span {
	display:inline-block;
	margin-right:10px;
}
.archive_wrap .event_title .live_title b {
	font-size:1.4em;
	font-weight:200;
	display:inline-block;
}

.schedule_link { display:block; }
.schedule_link a {
	display:block;
	cursor:pointer;
	color:#000;
border:1px solid rgba(255,255,255,0);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background:url(images/topics_pointer_bg.png) no-repeat;
background-position:-100% bottom;
background-size:30px auto;
z-index:2;
}
.schedule_link a:hover {
border:1px solid #9B2B2B;
background:url(images/topics_pointer_bg.png) no-repeat;
background-position:right bottom;
background-size:30px auto;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}


.live_table {
	display:block;
	text-align:left;
	margin:0;
	font-size:0.95em;
	padding:3% 3% 15px;
	width:auto;
}

.live_data span.date { display:block; }
.live_data span.place { display:block; }

.live_table ul { display:table; width:100%; margin-bottom:5px; }
.live_table ul li.catflag {
	display:table-cell;
	width:18%;
	background:rgba(75,75,75,0.75);
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:0.9em;
}
.live_table ul li.catdata {
	display:table-cell;
	vertical-align:middle;
	width:auto;
	padding:6px 20px 6px;
	border:1px solid rgba(75,75,75,0.75);
}

.schedule_date {
	font-size:1.25em;
}

@media (max-width:786px) {
	.live_table ul li.catflag { width:24%; }
}
@media (max-width:480px) {
	.live_table ul { display:block; }
	.live_table ul li.catflag { width:100%; display:block; padding:4px 5px; }
	.live_table ul li.catdata { display:block; padding:10px; }
	.schedule_date { font-size:1.1em; }
}

.archive_wrap .schedule_date span { display:inline-block; margin-right:10px; }
.archive_wrap .schedule_date b {
	font-weight:normal;
	display:inline-block;
}

/*@media (max-width:786px) {
	.archive_wrap .schedule_date b { display:block; }
}*/

.archive_wrap .data {
	position:relative;
	display:block;
	padding:3%;
	text-align:left;
	margin:0;
	overflow:hidden;
}
.archive_wrap .data span {
display: inline-block;
vertical-align:top;
margin: 0;
padding:5px 10px;
background:#none;
color:#777;
font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
font-weight:300;
}

.archive_wrap .data span.category {
display: inline-block;
margin: 0;
background:#333;
color:#fff;
font-size:0.9em;
vertical-align:top;
text-align:center;
min-width:100px;
}

.post-type-archive-media .archive_wrap .data span.category { background:#333; }

.archive_wrap .title b {
	position:absolute;
	top:0;
	right:10px;
	height:100%;
	width:100%;
	text-align:right;
	display:block;
}
.archive_wrap .title b.media_category img {
	width:auto;
	height:100%;
	max-height:62px;
}
@media (max-width:480px) {
	.archive_wrap .title b.media_category img {
	width:auto;
	height:100%;
	max-height:34px;
	}
}

.archive_wrap p {
	padding:0;
	margin:0px;
}
.archive_wrap .archive_body {
	display:block;
	width:100%;
	margin:0;
	font-size:0.95em;
	padding:3%;
}

.archive_body img { max-width:100%; height:auto; }

.media_wrap {
	clear: both;
	overflow:hidden;
}
.media_wrap .media_image {
	float:left;
	padding:10px 10px 10px 0;
}
.media_wrap .media_image img {
	width:100%;
	max-width:300px;
}
.media_wrap .media_info p {padding:0; margin:0px; font-size:1em;}
/*.media_wrap .media_info span { height:20px; display:block; }*/
.media_release {font-size:1em; margin-bottom:25px;}
@media ( max-width:860px) {
	.media_wrap .media_image { float:none; }
}


.archive_body .live_time , .archive_body .live_price , .archive_body .live_act , .archive_body .live_contact {
	font-size:1em;
}
.archive_body .live_time b, .archive_body .live_price b, .archive_body .live_act b, .archive_body .live_contact b{
	font-weight:200;
	font-size:0.9em;
}
.archive_body .live_act {margin-bottom:15px;}
.archive_body .live_act p {
	margin:0;
	padding:0;
	display:block;
}
.archive_body .live_act b {
	display:block;
	padding:5px 15px;
	font-size:0.9em;
	background:rgba(255,255,255,0.15);
	color:#fff;
	font-weight:200;
	margin:10px 0 7px;
}

.archive_body .live_act strong p{
	color:#e5cf73;
	font-size:1em;
	font-weight:200;
	margin-top:5px;
}
.archive_body .live_caution {
	color:#b3001e;
	font-size:1em;
}
.archive_body .live_ticket p {
	margin:0;
	padding:0;
	display:block;
	margin-bottom: 15px;
}
.archive_body .live_ticket b {
	display:block;
	padding:5px 15px;
	font-size:0.9em;
	background:rgba(255,255,255,0.15);
	color:#fff;
	font-weight:200;
	margin:10px 0 7px;
}
.archive_body .live_contact {
	font-size: 0.9em;
	margin-top:3px;
	padding-top:5px;
	border-top:1px dotted #444;
}

@media (max-width: 786px) {
.archive_body .live_time, .archive_body .live_price {margin-bottom: 10px;}
}

@media (max-width: 786px) {
.archive_body .live_time b, .archive_body .live_price b, .archive_body .live_act b {
display: block;
padding:2px 5px;
margin-bottom:5px;
background:rgba(255,255,255,0.15);
color:#fff;
font-weight: 200;
font-size: 0.929em;
}
}
@media (max-width: 786px) {
.archive_body .live_ticket b {
display: block;
padding:2px 5px;
font-weight: 200;
font-size: 0.929em;
}
}
@media (max-width: 786px) {
.archive_body .live_contact b {
display: block;
padding:2px 5px;
margin-bottom:5px;
background:rgba(255,255,255,0.15);
color:#fff;
font-weight: 200;
}
}


.category_archive_title {
	display:block;
	text-align:center;
	padding:0;
	color:#9B2B2B;
	margin:15px 0;
	/*border-bottom:1px solid #9B2B2B;*/
	font-size:1.65em;
	font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
	font-weight:300;
}

@media (max-width:480px) {
	.category_archive_title { font-size:1.45em; }
}

.category_archive_title:before {
	font-family: "FontAwesome";
	display:inline-block;
	text-align:center;
	margin-right:5px;
}
.category_archive_title:before { content: "\f00a"; }


.none_data {
display:block;
min-height:200px;
text-align:center;
padding:30px 15px;
}

@media (max-width:786px) {
	.none_data { min-height:auto; }
}

/* =======================================
	SCHEDULEアコーディオン
======================================= */
.schedule_accordion {
	position: relative;
	display:block;
	border: 1px solid rgba(200,200,200,0.1);
	margin-bottom:15px;
}

.active_border {
	border:1px solid #9B2B2B;
}
.schedule_date {
	display:block;
	position:relative;
	padding:15px 30px 15px 3%;
	cursor: pointer;
	background:rgba(0,0,0,0.5);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
	/*background:url(images/prerss_select_bg.png) no-repeat;
	background-size:contain;
	background-position:right bottom;*/
}

.schedule_date:hover {
	background:#9B2B2B;
	/*background:url(images/prerss_select_bg.png) no-repeat #222;
	background-size:contain;
	background-position:right bottom;*/
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
}

.single-liveschedule .schedule_date:hover { background:rgba(0,0,0,0.5); cursor: default; }

.schedule_date .detail_open {
	display:block;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-14px;
	width: 28px;
	height: 28px;
	z-index:2;
	color:#fff;
	text-align:center;
	font-size:28px;
	line-height:28px;
}

.schedule_date .detail_open:before {
	font-family: "FontAwesome";
	display:block;
	position:absolute;
	top:0px;
}

.schedule_date .detail_open:before { content: "\f107"; }

.schedule_date:hover .detail_open {
	color:#000;
}

.schedule_date.active .detail_open:before {
	font-family: "FontAwesome";
	display:block;
	margin-top:-3px;
}
.schedule_date.active .detail_open:before { content: "\f106"; }

.schedule_date span { display:inline-block; }
.schedule_date span.date { margin-right:10px; }

.schedule_detail_wrap {
	margin-bottom:0;
	padding-bottom:25px;
	text-align:center;
}

.schedule_accordion .close, .schedule_accordion .close2 {
	letter-spacing:normal;
	font-size:0.9em;
	margin:0 auto;
	display:inline-block;
	padding:8px 25px 7px;
	background:#9B2B2B;
	border:1px solid #9B2B2B;
	color:#fff;
	border-radius: 50px;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px;
	text-align:center;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    	-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
}
.schedule_accordion .close:hover, .schedule_accordion .close2:hover {
	background:rgba(0,0,0,0);
	color:#9B2B2B;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
}

.schedule_accordion .active {
	background:#9B2B2B;
}



/* =======================================
	discography
======================================= */
.disc {
	text-align:left;
	width:100%;
	background:rgba(0,0,0,0.5);
}
.disc .jacket {
	display:inline-block;
	vertical-align: top;
	width:35%;
	padding:10px;
}
.disc .jacket img {width:100%; max-width:300px; border:1px solid rgba(255,255,255,0.1);}
.disc .detail {
	display:inline-block;
	vertical-align: top;
	width:63.5%;
	padding:10px;
	margin-bottom:20px;
	line-height:1.5;
}
.disc .detail b { display:block; font-size:1.05em; font-weight:200; margin-bottom:1%;}
.disc h2 {
	font-size:1.45em;
	word-break: break-all;
	line-height:1.4;
	font-weight:200;
	padding:3% 4%;
	margin:0;
	background:url(images/archive_title_bg.jpg);
}

.disc .detail .song_list {
	background:rgba(200,200,200,0.1);
	padding:3%;
	margin:20px 0px 10px;
	font-size:1em;
	line-height:1.6;
}
.disc .song_list p { margin:0px; padding:0; }
.disc .detail .detail_other {
	font-size:1em
}

.listen_icon { margin:0 10px 10px; padding:10px 0px 5px; display:block; border-bottom:1px solid rgba(0,0,0,0.15);}
.listen_icon p { margin:0; padding:0;}
.listen_icon img { width:62px; height:auto;}

.viewing_list {
	background:rgba(0,0,0,0.05);
	padding:5px 12px 5px;
	margin:0px 10px 10px;
	font-size:1.14em;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
}
.viewing_list audio { display:block; margin:6px -2px 0px; padding:0; }


@media (max-width:786px) {
	.disc .jacket, .disc .detail { display:block; width:100%; padding:5px; }
}

@media screen and (max-width:480px) {
	.disc audio { display:block; margin:10px 0 20px; padding:0; }
}


.disc_name { 
display:block;
position:relative;
display: block;
color: #fff;
padding: 1.6% 28% 1.6% 5%;
font-size: 1.4em;
font-family: "Abel","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica, sans-serif;
background: rgba(50,50,50,0.65);
border-bottom:1px solid #9B2B2B;
}

.disc_name ul.disc_category {
	position:absolute;
	right:0px;
	bottom:0;
	display:block;
	text-align:right;
	font-size:0.7em;
}

@media (max-width:786px) {
	.disc_name ul.disc_category { font-size:0.6em; }
}

.disc_name ul.disc_category li {display:inline-block;}
.disc_name ul.disc_category li a {
	display:inline-block;
	vertical-align:bottom;
	background:#9B2B2B;
	border:1px solid rgba(255,255,255,0);
	border-bottom:none;
	padding:3px 12px;
	margin-left: 2px;
	color:#fff;
	font-family: 'Oswald',"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica, sans-serif;
	font-weight:300;
}
.disc_name ul.disc_category li a:hover {
	background:none;
	color:#9B2B2B;
	border:1px solid #9B2B2B;
	border-bottom:none;
}

/* =======================================
	ブログ
======================================= */
.blog_entry {
	display:block;
	width:100%;
	font-size:0.9em;
	border:1px solid #9B2B2B;
	margin-bottom:10px;
	background:rgba(255,255,255,0.5);
}

dl.blog_list img {
     margin-right: 5px;
     padding-top: 2px;
}

.blog_list_sitetitle a {
	display:block;
	padding:6px 10px;
	font-size: 1.2em;
	color:#fff;
	border-bottom:1px solid #9B2B2B;
background:url(images/topics_pointer_bg.png) no-repeat #9B2B2B;
background-position:-100% bottom;
background-size:38px auto;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.blog_list_sitetitle a:before {
	font-family: "FontAwesome";
	display:inline-block;
	margin-right:5px;
}
.blog_list_sitetitle a:before { content: "\f09e"; }

.blog_list_sitetitle a:hover {
	background-color: #fff;
	color:#9B2B2B;
background:url(images/topics_pointer_bg.png) no-repeat;
background-position:right bottom;
background-size:38px auto;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

dl.blog_list dt {
     padding:3px 10px ;
     font-weight: 300;
	font-size:0.9em;
     color: #222;
	font-family: 'Oswald', sans-serif;
}
dl.blog_list dd {
color:#9B2B2B;
margin: 5px 10px;
}

dl.blog_list dd a {
     font-size: 1.15em;
     font-weight: normal;
     color: #9B2B2B;
}
dl.blog_list dd a:hover {
     color: #cc1f1f;
}
dl.blog_list p{
font-size: 0.95em;
border-top:1px solid #9B2B2B;
margin: 5px 10px 5px;
padding-top:5px;
color: #666;
}

/* =======================================
	Goods
======================================= */
.goods_wide_wrap { text-align:left; width:100%; max-width:1280px; margin:0 auto; padding:0 30px; }
.goods_wrap {
	background:rgba(0,0,0,0.5);
	border:1px solid rgba(200,200,200,0.1);
	color:#fff;
	text-align:center; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom:25px;
	min-height:120px;
	position:relative;
display:inline-block;
width:32.6%;
margin-right:0.3%;
vertical-align:top;
}
@media (max-width:980px) {
	.goods_wrap {width:48.5%;}
}
@media (max-width:480px) {
	.goods_wrap {width:100%;}
}
.goods_image {
	display:block;
	padding:15px;
}
.goods_image img {
	border:1px solid rgba(255,255,255,0.1);
	max-width:90%;
}
@media (min-width:980px) and (max-width:1080px) {
	.goods_image img {max-width:90%;}
}
@media (max-width:360px) {
	.goods_image img {max-width:90%;}
}
.goods_wrap h2 {
	padding:1em;
	color:#fff;
	background:rgba(75,75,75,0.3);
	line-height:1.3;
	margin:0;
	font-size:1.1em;
	border-bottom:1px solid #9B2B2B;
}

@media (max-width:480px) {
	.goods_wrap h2 { font-size:1em;}
}
.goods_wrap p {
	padding:15px;
	margin:0;
	font-size:0.96em;
	color:#fff;
	background:rgba(75,75,75,0.5);
}

/* =======================================
	movie
======================================= */

.mv_wrap { display:block; margin-bottom:25px; latter-spacing:-0.4em;}

.mv_wrap ul li {
	position:relative;
	display:inline-block;
	width:30%;
	margin:1.42%;
	vertical-align:top;
	text-align:left;
	/*border-radius:4px 4px 2px 2px;
	-webkit-border-radius: 4px 4px 2px 2px;
	-moz-border-radius:4px 4px 2px 2px;*/
	text-align:left;
	latter-spacing:normal;
	/*box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;*/
}
.content-sidebar .mv_wrap ul li { width:100%; margin:0; }

@media (max-width:880px) {
	.mv_wrap ul li { width:31%; margin:0.8%; }
}

@media (max-width:640px) {
	.mv_wrap ul li { width:31%; margin:0.75%; }
}

@media (max-width:480px) {
	.mv_wrap ul li { width:100%; margin:0 0.8% 15px; }
}


.mv_wrap ul li .tube_btn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.3);
}
.mv_wrap ul li .tube_btn:hover {
	background:rgba(255,255,255,0.15);
}
.mv_wrap ul li img, .mv_list ul li .tube_btn img {
	width:100%;
	/*border-radius:2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;*/
}
.mv_wrap ul li img.tube_btn {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.mv_wrap ul li img.tube_btn:hover {
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.mv_wrap ul li h3 {
font-size:0.95em;
color:#fff;
font-weight:200;
padding:12px 10px;
margin:0;
letter-spacing:-1;
background:rgba(0,0,0,0.5);
}

.swiper-slide.youtube {
	position:relative;
	display:block;
	width:100%;
}
.swiper-slide.youtube .tube_btn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.3);
}
.swiper-slide.youtube .tube_btn:hover {
	background:rgba(255,255,255,0.15);
}
.swiper-slide.youtube img, .swiper-slide.youtube .tube_btn img {
	width:100%;
}
.swiper-slide.youtube img.tube_btn {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.swiper-slide.youtube img.tube_btn:hover {
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* =======================================
	youtube
======================================= */

#results { letter-spacing: -.40em; display:block; margin-bottom:25px; }
#results dl {
	position:relative;
	display:inline-block;
	width:23%;
	margin:1%;
	vertical-align:top;
	text-align:left;
	box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	color:#fff;
	letter-spacing: normal;
}

#results dl .tube_btn {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.4);
}

#results dl .tube_btn:hover {background:rgba(255,255,255,0.15);}

#results dl img, #results dl .tube_btn img {
	width:100%;
	border-radius:2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
}

#results dl .tube_btn img {
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#results dl img.tube_btn:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#results dl dd {
margin-bottom: 0;
background: rgba(255,255,255,0.75);
background: rgba(0,0,0,0.75);
}

#results dl dd h3 {
font-size:0.9em;
font-weight:bold;
padding:10px 10px 5px;
margin:0;
letter-spacing:-1;
}

#results dl dd h3 a { color :#fff; }
#results dl dd h3 a:hover { color: #9B2B2B; }

#results dl p { padding:0px 10px 10px; margin:0; font-size:0.75em}

@media (max-width:1080px) {
	#results dl { width:31%; margin:1%; }
}

@media (max-width:786px) {
	#results dl { width:48%; margin:1%; }
	#results dl dd h3 { font-size:0.8em; font-weight:normal; }
	#results dl p { font-size:0.6em}
}

.medias {
	position: relative;
	padding-bottom: 51%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.medias iframe,
.medias object,
.medias embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =======================================
	snsボタン
======================================= */

.s_sbm ul{
	list-style:none;
	letter-spacing: -.40em;
	margin:30px 0 10px;
	display:table;
	table-layout: fixed;
	width:100%;
	max-width:360px;
}
#footer .s_sbm ul{ margin:15px auto 30px; }

.s_sbm li{
	display:table-cell;
	color: #666;
	text-align:center;
	letter-spacing: normal;
	padding:0 !important;
}

.s_sbm li a{
	font-size:12px;
	color:#FFF;
	padding:8px 0;
	display:block;
}

.s_sbm li.sf a{ background-color:#3b5998;}
.s_sbm li.sf a:hover{ color:#3b5998; background-color:#fff;}
.s_sbm li.st a{ background-color:#33ccff;}
.s_sbm li.st a:hover{ color:#33ccff; background-color:#fff;}
.s_sbm li.sl a{ background:#00C300;}
.s_sbm li.sl a:hover{ color:#00C300; background-color:#fff;}
.s_sbm li.sh a{ background-color:#008fde;}
.s_sbm li.sh a:hover{ color:#008fde; background-color:#fff;}
.s_sbm li.sg a{ background-color:#da4c36;}
.s_sbm li.sg a:hover{ color:#da4c36; background-color:#fff;}


.s_sbm li a:before {
	font-family: "FontAwesome";
	display:inline-block;
	margin-right:4px;
}
.s_sbm li.sf a:before{ content: "\f230"; }
.s_sbm li.st a:before{ content: "\f099"; }
.s_sbm li.sl a:before{ content: "\f075"; }


.menu-twitter_menu-container { display:none; }

/* =======================================
	お問い合わせ・チケットフォーム
======================================= */

.form_nav {display:block; background:none;}

.c1{
background:rgba(255,255,255,0.1);
padding:20px 3%;
font-weight:normal;
color:#fff;
display:block;
line-height:1.4;
}
 
.c2{
background:rgba(140,140,140,0.3);
padding:20px 3%;
font-weight:normal;
color:#fff;
line-height:1.4;
}

.c3{
background:rgba(50,50,50,0.5);
padding:15px 5%;
font-weight:normal;
color:#fff;
}

.c1, .c2, .c3 {
	box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 4px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 4px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 4px -2px;
}

.c3 label input { margin-right:5px; }

.c3 p.tab_btn { margin:15px 0; }

.c1 b, .c2 b {
font-weight:normal;
font-size:1.05em;
margin-right:10px;
color:#fff;
}

p.c1,p.c2,p.c3{
margin:0;
}

.c1 p, .c2 p { margin:15px 0; }

.c1 small, .c2 small {display:inline-block;}
p.zip small { color:#9B2B2B; padding:5px 10px; }

.form_end {
padding:20px 3%;
font-weight:normal;
color:#fff;
line-height:1.4;
max-width:786px;
width:100%;
margin:0 auto;
}

.form_end h2 { display:block; font-size:2em; margin:30px 0; background:none; color:#9B2B2B; font-weight:normal; }
.form_end p { display:block; margin-bottom:20px; text-align:left; }

@media (max-width:480px) {
	.form_end h2 { margin:15px 0; }
	.form_end p { margin-bottom:15px; }
}
 
.c1:hover,.c2:hover,.c3:hover{
box-shadow:#9B2B2B 0px 0px 0px 1px inset;
-webkit-box-shadow:#9B2B2B 0px 0px 0px 1px inset;
-moz-box-shadow:#9B2B2B 0px 0px 0px 1px inset;
}
 
.alert-h{
display:inline-block;
padding:0.3em 0.8em;
background:#d92b48;
color:#fff;
margin-right:10px;
margin-bottom:15px;
font-weight:normal;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
}

.quote th, .quote td { padding:15px; }

.quote th { width:20%; }
.quote td { width:80%; }

@media (max-width:980px) {
.quote th { width:30%; }
.quote td { width:70%; }
}

@media (max-width:786px) {
.quote th { width:35%; }
.quote td { width:65%; }
}

@media (max-width:640px) {
.quote th { width:36%; }
.quote td { width:64%; }
}

@media (max-width:480px) {
.quote th { width:30%; vertical-align:middle;}
.quote td { width:70%; vertical-align:middle;}
.quote .quote_name { display:block; margin-top:5px;}
.quote th, .quote td { padding:10px; }
.quote th, .quote td { padding:8px; }
}

.alert-n{
display:inline-block;
padding:0.3em 0.8em;
background:#3dcc9c;
color:#fff;
margin-right:10px;
margin-bottom:15px;
font-weight:normal;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
}

.mw_wp_form .error {
font-size: 93%;
color: #b8003d;
display: block;
margin:15px 0 0;
}

.c2 span label { display:inline-block; margin:0 20px 10px 0;}
.c2 span label input { display:inline-block; margin:0 5px 0 0;}
 
.c1 textarea,.c2 textarea{
width:100%;
}

input[type=text],input[type=email]{
   width:100%;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}

.mwform-tel-field {display:block;}
.mwform-tel-field input[type="text"], input[type="email"] { width:auto; }
.mwform-zip-field input[type="text"], input[type="email"] { width:auto; }
.zip input[type="text"], input[type="email"] { width:auto; }
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}


.ticket_caution {
	display:block;
	background:rgba(50,50,50,0.75);
	color:#fff;
	padding:3%;
	margin:5px;
	font-size:0.9em;
}

.ticket_caution b {
	color:#ffd400;
	font-size:1.15em;
	font-weight:300;
}

/* =======================================
	widget追加
======================================= */

.side_banner {margin:0; text-align:center; margin-bottom:15px;}
.side_banner img{
width:100%;
border:solid 1px rgba(0,0,0,0.15);
}

/* =======================================
	ホーム用 sidebar
======================================= */
.home .content-sidebar {
margin-left: -32%;
width: 32%;
}

.home .site-content {
margin-right: 32%;
}

.home .full-width .site-content { margin-right: 0; }

@media screen and (max-width: 786px) {
	.home .content-sidebar {margin-left: 0; width: 100%; }
	.home .site-content {margin-right: 0;}
}

/* =======================================
	footer banner
======================================= */

ul.link_banner { letter-spacing: -.40em; display:block; text-align:left;}
ul.link_banner li {
	position:relative;
	display:inline-block;
	width:18%;
	margin:1%;
	vertical-align:top;
	text-align:left;
	letter-spacing: normal;
}

@media (max-width:880px) {
	ul.link_banner li { width:31.3%; }
}

@media (max-width:480px) {
	ul.link_banner li { width:48%; }
}

ul.link_banner li a img {
	width:100%;
	height:auto;
	/*box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 2px 2px 5px -2px;*/
}

ul.link_banner li a img:hover {
	box-shadow:rgba(0, 0, 0, 1) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 1) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 1) 0px 0px 10px 0px;
}

ul.link_banner_square { letter-spacing: -.40em; display:block; text-align:center; max-width:1000px; margin: auto;}
ul.link_banner_square li {
	position:relative;
	display:inline-block;
	width:10%;
	margin:1%;
	vertical-align:top;
	text-align:left;
	letter-spacing: normal;
}

@media (max-width:880px) {
	ul.link_banner_square { margin-bottom:30px; max-width:480px; }
	ul.link_banner_square li { width:23%; }
}

ul.link_banner_square li a img {
	width:100%;
	height:auto;
}

ul.link_banner_square li a img:hover {
	box-shadow:rgba(0, 0, 0, 1) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 1) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 1) 0px 0px 10px 0px;
}

/* =======================================
	privacy policy
======================================= */
#privacy h2 {
	padding:12px 15px 9px;
	color:#fff;
	line-height:1.4;
	margin:0;
	font-size:1.15em;
	font-weight:normal;
	margin:3% 0 1%;
	background:#9B2B2B;
}

@media (max-width:786px) {
	#privacy h2 { margin:25px 0 5px; }
}

/* =======================================
	side Discography
======================================= */
ul.side_disc {
	background:rgba(0,0,0,0.55);
	margin:0;
	padding:15px;
	margin-bottom:30px;
	border:1px solid rgba(200,200,200,0.1);
}
ul.side_disc li { display:block; border-top:1px solid #222; padding-top:15px;}
ul.side_disc li:first-child { border-top:none; padding-top:0px; }
ul.side_disc li h2 { font-size:1em; margin:0px 0 10px; }
ul.side_disc li p { font-size:0.9em; margin:0;}
ul.side_disc .left_wrap { display:inline-block; float:none; width:39%; vertical-align:top;}
ul.side_disc .right_wrap { display:inline-block; float:none; width:59%; padding-left:10px; vertical-align:top; text-align:left;}

ul.side_disc .jacket img { width:100%; border:solid 1px rgba(0,0,0,0.15); }
ul.side_disc .tab_btn { padding:0; margin:15px 0 0 0;}
ul.side_disc .tab_btn a {color:#fff; font-size:0.9em}
ul.side_disc .tab_btn a:hover { color:#9B2B2B;}

@media (min-width:786px) and (max-width:1080px) {
ul.side_disc .left_wrap { width:100%; }
ul.side_disc .right_wrap { width:100%; padding-left:0;}
ul.side_disc li h2 { margin:10px 0;}
}
@media (max-width:480px) {
ul.side_disc .left_wrap { width:100%; }
ul.side_disc .right_wrap { width:100%; padding-left:0;}
ul.side_disc li h2 { margin:10px 0;}
}

/* =======================================
	タブレット モバイル用
======================================= */
.mobile_title {
	display:none;
	position:fixed;
	top:5px;
	left:50%;
	margin-left:-60px;
	z-index:999;
}
.mobile_title a img{
	width:120px;
	height:auto;
}

/* =======================================
	keyvisual
======================================= */
.keyvisual_wrap { position:relative; display:none; width:100%; }

.keyvisual_logo {
	position:absolute;
	text-align:right;
	right:3%;
	bottom:3%;
	z-index:2;
}
.keyvisual_logo img { width:45%; height:auto; }

.keyvisual { position:relative; max-width:1920px; width:100%; margin:0 auto; }
.keyvisual img { width:100%; }

@media screen and (max-width: 1200px) {
	.keyvisual_wrap {display:block;}
	.fullSlideShow {display:none;}
}

/* =======================================
	ポップアップ
======================================= */
.popup_mv {display:none; padding:8px;}

/* =======================================
	ホームバナー系
======================================= */
ul.top_pop { display:block; letter-spacing:-0.4em; font-size:0;}
ul.top_pop li {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:49.75%;
	margin-left:0.5%;
}
ul.top_pop li:first-child, ul.top_pop li:nth-child(2n+1) { margin-left:0px; }
ul.top_pop li img { width:100%; height:auto; border:solid 1px rgba(255,255,255,0.15); margin-bottom:5px; }

ul.top_pop_full { display:block; }
ul.top_pop_full li {
	display:block;
	width:100%;
}
ul.top_pop_full li img { width:100%; height:auto; margin-bottom:5px; border:solid 1px rgba(255,255,255,0.15); }

@media (max-width:640px) {
	ul.top_pop li { width:100%; margin:0; }
}

/* =======================================
	gallery
======================================= */
.post-type-archive-gallery .archive_wrap { margin-top:3%; }
.gallery_set {
	display:block;
	padding:3% 3% 5%;
	visibility:hidden;
}

.gallery_concept_wrap {	
	width:100%;
	margin-bottom:10px;
}
.gallery_artist { width:65%; }
.gallery_text { width:35%; padding-left:3%;}

.gallery_text h2 { font-size:2em; margin-bottom:0px; }
.gallery_text h3 { font-size:1em; color:#777; margin:5px 0 10px; border-bottom:1px solid rgba(255,255,255,0.15); }
.gallery_text p.term { font-size:0.9em; color:#999; display:block; text-align:left; margin-bottom:20px; }

ul.gallery_profile_wrap { width:100%; justify-content:space-between; }
ul.gallery_profile_wrap li {
	width:19.3%;
	/*margin-bottom:10px;*/
}
ul.gallery_profile_wrap li .name { display:block; width:100%; color:#f2f2f2; padding:5px 0; margin-top:10px; text-align:center; }
ul.gallery_profile_wrap li a { display:block; position:relative; margin-bottom:10px; }
ul.gallery_profile_wrap li a img { width:100%; height:auto; border:2px solid #f2f2f2; }
ul.gallery_profile_wrap li a img.gallery_overview { border:2px solid rgba(255,255,255,0); }
.gallery_artist a { display:block; position:relative; }
.gallery_artist a img { width:100%; height:auto; }

ul.gallery_profile_wrap li a img.gallery_overview,
.gallery_artist a img.gallery_overview {
	position:absolute;
	top:0;
	left:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.gallery_profile_wrap li a:hover > img.gallery_overview,
.gallery_artist a:hover >  img.gallery_overview   {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


@media (max-width:980px) {
	.gallery_set {visibility:visible; padding:3% 3% 50px;}
	.gallery_artist { width:100%; }
	.gallery_text { width:100%; padding:5px 0; }
	.gallery_text h2 { margin-bottom:0px; }
	.gallery_text p.term {margin-bottom:5px; }
}
@media (max-width:786px) {
	ul.gallery_profile_wrap { justify-content:flex-start; }
	ul.gallery_profile_wrap li { width:32.5%; margin-right:1%;}
	ul.gallery_profile_wrap li:nth-child(3) { margin-right:0; }
	ul.gallery_profile_wrap li img {border:2px solid #f2f2f2; }
}
@media (max-width:480px) {
	ul.gallery_profile_wrap { justify-content:space-between; }
	ul.gallery_profile_wrap li {
		width:100%;
		margin-right:0;
		-js-display: flex;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between; 
	}
	ul.gallery_profile_wrap li a {width:49%; margin-bottom:6px; }
}


/* =======================================
	その他
======================================= */
audio {
  width: 100%;
  margin: 0px;
}


/* =======================================
	マニュアル
======================================= */
.page-id-224 .page-title { font-size:4em; margin: 0 auto -10px; padding-top:30px; }
.wrap h2 { margin-bottom:40px !important; }

.post-password-form input[type="submit"] { display:inline-block; margin:20px auto 0px; display:block; }
.post-password-form p { margin: 25px auto 10px; }

.nominate_wrap { text-align:left; margin:0 auto; font-size:1.15em; }
.nominate_wrap h2 { font-size:2em; margin:20px 0 25px; color:#fff; }
.nominate_wrap h3 { font-size:1.15em; display:inline-block; margin:0; }


.tab_btn.manual, .tab_btn.manual2 { display:inline-block; }
.tab_btn.manual a {
	color:#fff;
	background:#1f95c3;
	border:none;
	padding:4px 20px 6px;
	display:inline-block;
	margin:2px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.tab_btn.manual a:before { display:none; }

.tab_btn.manual2 a {
	color:#000;
	background:#f7f7f7;
	margin:2px 5px;
	padding:4px 20px 6px;
	border:1px solid #ccc;
	border:none;
	display:inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.tab_btn.manual2 a:before { display:none; }

.arrowbox { display:block; text-align:center; font-size:3em; line-height:1.2;}
.flowbox {
	display:block;
	padding:3%;
	border:1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* =======================================
	追加レスポンシブ
======================================= */

@media screen and (max-width: 880px) {
	.site-header {display:none;}
	.header-main { display:none;}
	.mobile_title { display:block; }
	.site {margin-top:56px;}
	.home .site-main { margin-top:60px; }
	.keyvisual_wrap { margin-top:56px; }
	#fade, #loader { display:none !important; }
	#.home #wrapper { display:block !important; }
	.site-navigation .mobile-home { display:block; }
	#menu-item-23 { display:none !important; }
	.inner_wrap { padding:0 25px 4%; }
	section#home_banner_wrap .inner_wrap { padding:2% 25px; }
	.archive-header, .page-header { padding:15px 25px 0; }
	/*.middle_title { margin-top:0; }*/
}

@media screen and (max-width: 786px) {
	.archive-title, .page-title { font-size:4em; margin:0 auto -10px; }
	.page-id-224 .page-title { font-size:3em; margin:0 auto -5px; padding-top:20px; }
	.site, .main-content { min-height:auto; }
	.tab_btn a { padding:6px 15px 6px; }
	.site-info {padding-bottom:60px;}
	.alignleft, alignright { float:none; }
	img.alignleft, img.alignright {margin:0 0 10px 0 }
	.schedule_tab_btn { display:none; }
	.tablet_onair_archive_menu, .tablet_onair_archive_menu .schedule_tab_btn { display:block; }
	.textwidget { text-align:center; }
	.content-sidebar { padding: 0;}
	.news_list_wrap h5.tab_btn a { padding:12px 15px; }
	.inner_wrap { padding:0 20px 4%; }
	section#home_banner_wrap .inner_wrap { padding:2% 20px; }
	.archive-header, .page-header { padding:10px 20px 0; }
}

@media (max-width:480px) {
	.archive-title, .page-title { font-size:2.8em; margin:0 auto -10px; }
	.page-id-224 .page-title { font-size:2em; margin:0 auto -5px; padding-top:10px; }
	.disco_wrap .jacket { display:block; width:100%; }
	.disco_wrap .disc_info { display:block; width:100%; margin-top:7px; padding-left:0px; padding-right:0px; }
	.listen_icon p { margin-bottom:12px; padding:0; display:block; }
	.disc_name { padding: 1.6% 5% 24px 5%; }
	.box_title { font-size:1.8em; }
	.middle_title li a { font-size:1.2em; }
	/*.middle_title { margin-bottom:5px;}
	.middle_title span { float:none; display:block; margin-top:15px;}*/
	.archive_wrap .event_title .live_title b {font-size:1.25em;}
	.swiper-container { z-index:9999; }
}