/*
Theme Name: GLIM SPANKY 2015.1.11
Author: WHITEMAN
Version: 1.0
*/
/* GOOGLE FONT */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);

@font-face {
    font-family: 'bebas_neuebold';
    src: url('font/bebasneue_bold-webfont.eot');
    src: url('font/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebasneue_bold-webfont.woff') format('woff'),
         url('font/bebasneue_bold-webfont.ttf') format('truetype'),
         url('font/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuelight';
    src: url('font/bebasneue_light-webfont.eot');
    src: url('font/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebasneue_light-webfont.woff') format('woff'),
         url('font/bebasneue_light-webfont.ttf') format('truetype'),
         url('font/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('font/bebasneue_regular-webfont.eot');
    src: url('font/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebasneue_regular-webfont.woff') format('woff'),
         url('font/bebasneue_regular-webfont.ttf') format('truetype'),
         url('font/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*	EXAMPLE STYLES */
body{
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
	
}
html{
	height:100%}
body > #HeadImgContainer {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
#wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-style: normal;
	background-image: url(images/bg_bk.jpg);
	background-repeat: repeat;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
a{
	color:#3182C2;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;}
.FntOpenSansCon300{
	font-family: 'Open Sans Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:300;
	}
.FntOpenSansCon{
	font-family: 'Open Sans Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	}
.FntOpenSans400{
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	}
.FntOpenSans600{
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	}
.FntOpenSans700{
	font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	}
.FntDroidSerif{
	font-family: 'Droid Serif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	}
.FntDroidSerifBold{
	font-family: 'Droid Serif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:700;
	}
.FntColorBr{
	color:#95835F !important;
	}
FntColorBr2{
	color: #382A0D !important;
	}
.FntColorWh{
	color:#FFFFFF !important;
	}
.FntColorBk{
	color:#000000 !important;
	}
.FntColorGr{
	color:#7A7A7A !important;
	}
.FntColorRe{
	color:#F40014 !important;
	}
.FntColorGd{
	color:#B28500 !important;
	}
	
.Bold{
	font-weight:bold;
	}
.FntSize06em{
	font-size: 0.6em;
	}
.FntSize07em{
	font-size: 0.7em;
	}
.FntSize08em{
	font-size: 0.8em;
	}
.FntSize09em{
	font-size: 0.8em;
	}
.FntSize10em{
	font-size: 1em;
	}
.FntSize11em{
	font-size: 1.1em;
	}
.FntSize12em{
	font-size: 1.2em;
	}
.Center{
	text-align:center;
	}
.BnrTour {
	background-image: url(images/bg_gy.jpg);
	background-repeat: repeat;
}
#PageTitle {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	font-family: 'bebas_neuelight';
}
#PageTitle:before,
#PageTitle:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
#PageTitle:before {
    margin-right: 0.5em;
}
#PageTitle:after {
    margin-left: 0.5em;
}
.more-link {
  padding: 5px 10px;
  background-color: white;
  font-size: 0.8em;
  color: black;
  font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:700;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;}
.more-link:hover{
	opacity: 0.6;
	text-decoration:none;}

*** SNS *************************************{}

#SnsLinkBox {
	text-align:center;
}
#SnsLinkBox li {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	background-color: #FFFFFF;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
#SnsLinkBox li:hover{
	/* [disabled]background-color: #FFFFFF; */
	opacity: 0.6;
}
#SnsLinkBox li a{
	color:#13170B;
}
.social-icons-lists{
	text-align: center;
	margin: 50px 0;
}
.socicon{
	background-color: #fff !important;
}
.social-icons-lists.icons-background-rounded .socicon, .social-icons-lists.icons-background-square .socicon {
    color: #000 !important;
}


*** TOP *************************************{}

.BnrTourInner {
	padding: 20px 10px;
	text-align: center;
}
.BnrTourInner p {
	text-align: center;
}
/*.BnrTour .BnrTourInner a {
	background-color: #FCFFCB;
	border-radius: 2px;
	font-family: 'bebas_neueregular';
	letter-spacing: 0.1em;
	text-align: center;
	color: #364727;
	text-decoration: none;
}*/
.BoxTle {
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
.BoxTle:after {
    border-top: 1px solid #FFF;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	margin-left: 0.5em;
}
.TopBoxInner {
	border-bottom: 1px dotted #505050;
	padding-top: 15px;
	padding-bottom: 15px;
	display:table;
	width:100%;
}
.TopArticleDate a {
	color: #AAAAAA;
	font-family: 'bebas_neueregular';
	letter-spacing: 0.1em;
}
.TopArticleTle a {
	color: #FFF;
}
.TopBoxInnerLeft {
	display:table-cell;
	width:80%;
}
.TopBoxInnerRight {
	display:table-cell;
	vertical-align:middle;
	width:20%;
}
.TopNewIco {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	font-family: 'Open Sans', serif;
	font-weight:700;
	background-color: #EBD778;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 0.7em;
	color:#000;
}


*** FOOTER *************************************{}

#NewsLetter    {

}
.NewsLetterInner {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 20px;
}

.NewsLetterTle {
	font-family: 'bebas_neueregular';
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-align:center;
}
.NewsLetterTle:before {    
    font-family: 'fontello';
    content: '\e808';
	color:#FFF;
	margin-right:10px;
	}
.MailResistBtn {
	text-align:center;
	height: 80px;
}
.MailResistBtn input {
	font-family: 'Open Sans Condensed', serif;
	font-weight: 300;
	padding: 5px 30px;
	background-color: #FFF;
	margin: 20px auto;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	border-radius: 4px;
	border: none;
	color: #000;
	cursor:pointer;
	text-decoration: none;
}
.MailResistBtn input:hover{
	opacity: 0.7;
	filter: alpha(opacity=0.7);
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.MailResistBtn input:active{
	opacity: 0.7;
	filter: alpha(opacity=0.9);
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.MailResistBtn input:before {
	font-family: 'FontAwesome';
	content: '\f144';
	padding-right: 10px;
	}
#CopyRight {
	font-family: 'bebas_neueregular';
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-bottom:30px;
}
.PageSubTtile {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	color: #999999;
letter-spacing: 0.1em;
margin-bottom: 20px;
}

*** NEWS LIVE MEDIA ******************************{}
.ArticleTle {
	display: table;
	width:100%;
}
.ArticleTleLeft {
	display: table-cell;
	width: 90%;
}
.ArticleTleRight {
	display: table-cell;
	padding-left: 15px;
	width: 10%;
}
.ArticleTleRight p{
	background-color: #EBD778;
color: black;
}
.EntryTitle a{
	color: #FFFFFF;
}
*** MEDIA (新)******************************{}
.ArticleTleMedia {
	display: table;
	width:100%;
	margin-bottom:10px;
}
.MediaDate{
	color: #B28500;
	}
.MediaDate:Before{
	font-family: 'fontello';
	content: '\e80a';
	color: #B28500;
	margin-right: 5px;
	}
.new_blink{
font-size: 0.5em;
padding: 1px 5px;
border-radius: 2px;
line-height: 2.7em;
font-family: 'Open Sans', serif;
font-weight: 700;
color:#000000;
background-color:#EBD778;
-webkit-animation:blink 1.5s ease-in-out infinite alternate;
-moz-animation:blink 1.5s ease-in-out infinite alternate;
animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
*** CONTACT ********************************************{}
wpcf7-form{
	margin-top: 50px;}
.wpcf7 p{
margin-top: 20px;
}
.wpcf7-text,.wpcf7-textarea{
width: 100%;
-webkit-box-shadow: inset 1px 1px 1px 1px #BDB6AC;
box-shadow: inner 1px 1px 1px 1px #BDB6AC;
border-radius: 3px;
border: none;
background-color: #DCD5C9;
font-size: 1.1em;
}

.wpcf7-submit:active{
	background-color: #333;
}
.wpcf7-submit:hover{
	background-color: #999;
}

/*768px以上の場合*/
@media ( min-width : 769px ) {
/*.fg-no-mobile{ display: block !important; }PCでは表示*/
.fg-no-desktop{ display: none !important; }/*PCでは非表示*/

*** COMMON ********************************************{}
.MaxWidth {
	max-width: 1000px;
	margin: 0 auto;
}
#HeaderInner {
	display: table;
	width: 100%;
}
#Logo {
	vertical-align: middle;
	display: table-cell;
	width:30%;
	/*width: 100%;*/
	/*padding-left: 15px;*/
	padding: 35px;
}
#Logo a{
	width: 220px;
}
#Logo a img {
	width: inherit;
}
#Content {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
padding-right: 20px;

}
#PageTitle {
	font-size: 2.5em;
letter-spacing: 0.2em;
margin: 20px 0 50px 0;
}
*** NAV ********************************************{}
#NavMain{
	margin-right:20px;
	padding-top: 30px;}
ul.simple-toggle {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	/*text-align: center;
	display: table-cell;*/
	float: right;
	}
ul.simple-toggle li {
	display: table-cell;
	}
ul.simple-toggle li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	font-family: 'bebas_neueregular';
	font-size: 1.2em;
letter-spacing: 0.1em;

	}
.ImgTop img {
	width: 100%;
}
*** TOP *************************************{}
.ImgTop{
	text-align: center;
	position:relative;}
.TopBtn {
	position: fixed;
	top: 85%;
	left: 47%;
	z-index: 1000;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	text-align: center;
	width: 90px;
	height: 90px;
}
.TopBtn i {
	font-size: 4em;
	}
.BnrTour {
	padding: 30px;
}
.BnrTourInner {
	max-width: 1000px;
	/*padding: 70px 10px;
	border: 4px solid #FCFFCB;*/
	margin: 0 auto;
}
.BnrTourInner p{
	margin-bottom:50px;
}
.BnrTourInner a {
	font-size: 1.2em;
padding: 8px 50px;
}
.BoxTle {
font-size: 1.7em;
}
#TopBoxWrapper {
	margin: 100px 20px;
}
#TopBox {
	padding: 10px;
}
.TopBoxInnerLeft {

width: 85%;
}
*** FOOTER *************************************{}

.NewsLetterTle {
	font-size: 1.4em;
letter-spacing: 0.15em;
}
.NewsLetterTle:before {    
	margin-right:10px;
	}
#NavFooterPcBox {
	text-align:center;
	margin: 20px 0 50px 0;
}
#NavFooterPcBox li {
	display: inline;
}
#NavFooterPcBox li a {
	padding: 15px 10px;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	font-family: 'bebas_neueregular';
	font-size: 1.2em;
letter-spacing: 0.1em;
}
*** SNS *************************************{}
#SnsBox {
	margin: 50px 0;
padding-top: 50px;
border-top: 1px solid #FFF;
}
#SnsLinkBox li {
    margin: 49px 4px;
    width: 40px;
    height: 40px;
}
#SnsLinkBox li a img{
    width: 50%;
    margin-top: 10px;
}
#SnsLinkBox li i {
	font-size: 2.2em;
}
*** NEWS LIVE MEDIA ******************************{}
#Article {
	padding-right: 2%;
}
#ArtcleBox {
border-bottom: 1px dotted #999999;
padding-bottom: 30px;
margin-bottom: 30px;
}
.ArticleTleRight p{
font-size: 0.7em;
padding: 5px;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 2.7em;
}
.EntryTitle a{
	font-size:1.2em;
}
.EntryDate {
	font-size: 0.8em;
margin-top: 5px;
}
.EntryContent {
font-size: 0.9em;
line-height: 1.8em;
margin-top: 20px;
}

#AsideBox ul li  {
	border-bottom: 1px dotted #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#AsideBox ul a{
	text-decoration: none;
	color: white;
	font-size: 0.9em;
}
#AsideBox ul a:before {    
    font-family: 'fontello';
    content: '\e80a';
	color:#FFF;
	margin-right:10px;
	}
#Aside .live li:first-child {    
	display: none;
	}
*** MEDIA (新)******************************{}
#ArticleInnerMedia {
	margin-bottom:50px;
}
#ArtcleBoxMedia {
	padding-bottom: 30px;
}
.MediaDate{
	color: #B28500;
	}
.MediaDate:Before{
	font-family: 'fontello';
	content: '\e80a';
	color: #B28500;
	margin-right: 5px;
	}
.EntryContentMedia {
font-size: 0.9em;
line-height: 1.8em;
}
*** ABOUT ********************************************{}
.ArtsitDetail .Img  {
	margin-bottom: 50px;
	text-align:center;
}
.ArtsitDetail .Img img {
	width: 60%;
}
.ArtsitDetail h3 {
	font-size: 1.6em;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.ArtsitDetail .Detail {
	font-size: 1em;
margin-bottom: 60px;
line-height: 2em;
}
.PersonalBox {
	display: table;
	width: 100%;
}
.PersonalDetail {
	display: table-cell;
	width: 50%;
	vertical-align:baseline;
}
.PersonalDetail .Img img {
	width: 100%;
}
.PersonalDetail .Role {
	font-family:Times New Roman;
	font-size: 0.8em;
line-height: 1.6em;
margin: 10px 0;
color:#696969;
}
.PersonalDetail h3 {
	font-size: 1.4em;
letter-spacing: 0.1em;
margin-top: 10px;
}
.PersonalSns {
	text-align:center;
margin-bottom: 20px;
}
.PersonalSns li {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	background-color: #FFFFFF;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	margin: 5px 5px 10px 5px;
	width: 40px;
	height: 40px;
}
.PersonalSns li:hover{
	/* [disabled]background-color: #FFFFFF; */
	opacity: 0.6;
}
.PersonalSns li a{
	color:#13170B;
}
.PersonalSns li i {
	font-size: 1.6em;
}
.Bio {
margin: 50px 0;
}
.Bio h3 {
	font-size: 1.6em;
letter-spacing: 0.1em;
margin: 10px 0;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
.Bio h3:before,.Bio h3:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.Bio h3:before {margin-right: 0.5em;}
.Bio h3:after {margin-left: 0.5em;}

.BioDetail dt {
	font-family:Times New Roman;
	text-align: center;
font-size: 1.4em;
margin-top: 20px;
font-style: italic;
letter-spacing: 0.05em;
}
.BioDetail dd {
	font-size: 0.8em;
text-align: center;
margin-top: 20px;
line-height: 2em;
width: 80%;
margin-left: auto;
margin-right: auto;
}
*** ABOUT（インタビュー部分） ******************************{}
.Interview p {
	font-size: 0.8em;
	line-height: 2em;
}
.Interview h3 {
	margin: 50px 0 40px 0;
	border-top: 1px solid #FFF;
	padding-top: 70px;
}
.Interview h3 img {
	width: 100%;
}
.Interview {
	margin-bottom: 100px;
}
.Interview .BqBox   {
	display: table;
	border: dotted 1px white;
	padding: 20px;
	margin: 0 30px 40px 30px;
}
.Interview .BqBox dt,.Interview .BqBox dd{
	display: table-cell;
}
.Interview .BqBox dt{
	padding-right: 20px;
}
.Interview .BqBox dd{
	padding-left: 25px;
	padding-right: 25px;
}
.Interview .TexBox {
	margin-bottom: 40px;
}

.BqBox dt img {
	border-radius: 50%;
	width: 130px;
	height: 130px;
}
.BqBox dd {
	font-size: 0.8em;
	line-height: 2em;
	position:relative;
}
.BqBox dd:before{
	content:"“";
	font-size:4em;
	/*line-height:1em;*/
	color:#FFF;
	position:absolute;
	left:0;
	/*top:0;*/
	font-family: 'Droid Serif', serif;
}
.BqBox dd:after{
	content:"”";
	font-size:4em;
	/*line-height:0em;*/
	color:#FFF;
	position:absolute;
	right:0;
	bottom:0;
	font-family: 'Droid Serif', serif;
}
.WriterBox {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 65%;
	margin: 0 auto;
	display: table;
	padding: 20px 0;
	margin-top: 50px;
	margin-bottom: 150px;
}
.WriterBox .WriterBoxLeft {
	display: table-cell;
	padding-right: 15px;
}
.WriterBox .WriterBoxRight {
	display: table-cell;
}
.WriterBox .WriterBoxRight dt span {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: 10px;
	font-size: 0.8em;
}
.WriterBox .WriterBoxRight dd {
	font-size: 0.7em;
	padding-top: 5px;
}
.WriterBox .WriterBoxLeft img {
	width:100px;
	height:100px;
}
*** DISCO ********************************************{}
.SubMenu {
	margin-bottom: 40px;
text-align: center;
}
.SubMenu li {
display: inline-block;
text-align: center;
font-size: 1.1em;
color: #7E7E7E;
-webkit-transition: .2s linear;
-moz-transition: .2s linear;
-o-transition: .2s linear;
-ms-transition: .2s linear;
letter-spacing: 0.05em;
padding: 0 10px;
}
.SubMenu li a{
color: #7E7E7E;
}
.SubMenu li a:hover{
	text-decoration:none;
}
#DiscoItem {
	margin-bottom: 60px;
}
#DiscoItemInner {
	width: 80%;
margin: 0 auto;
}
#DiscoItemInner a:hover {
	text-decoration:none;
}
.TitleImg img {
	width: 100%;
}
.TitleGen {
	color: #999999;
	font-size: 0.8em;
	margin-top: 5px;
}
.TitleName {
	color: #FFF;
	font-size: 1.3em;
}
.TitleDetailGen {
	color: #999999;
font-size: 1em;
margin-top: 5px;
letter-spacing: 0.01em;
margin-bottom: 10px;
}
.TitleDetailName {
	color: #FFF;
	font-size: 1.5em;
margin-bottom: 10px;
}
.TitleDetailPrice {
	font-size: 0.9em;
	margin-bottom: 20px;
}
.TitleDetail {
	font-size: 0.8em;	
	margin-bottom: 20px;
	line-height: 1.8em;
}
.BuyBtn li {
	display: inline-block;
border: 1px solid #FFF;
border-radius: 5px;
padding: 2px 15px;
font-size: 0.8em;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	background-color:none;
}
.BuyBtn li a{
	color:#FFF;
}
.BuyBtn li a:hover{
	text-decoration:none;
}
.BuyBtn li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
*** DISCO(コメント) ********************************************{}
#DiscoComment {
    clear: both;
}
#DiscoComment h4 {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	font-family: 'Open Sans', serif;
	font-weight: 600;
font-size: 1.7em;
letter-spacing: 0.1em;
padding-top: 50px;
padding-bottom: 50px;
}
#DiscoComment h4:before,
#DiscoComment h4:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
#DiscoComment h4:before {
    margin-right: 0.5em;
}
#DiscoComment h4:after {
    margin-left: 0.5em;
}
#DiscoCommentBox .Role {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 5px;
}
#DiscoCommentBox h5 {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 5px;
}
#DiscoCommentBox h5 span {
	font-size: 0.8em;
}
#DiscoCommentBox .Comment {
	font-size: 0.8em;
	text-align: center;
	line-height: 1.8em;
}
#DiscoCommentBox .Border {
	border-top:solid 1px #FFFFFF;
	width:60px;
	margin: 50px auto;
	
}
*** MOVIE ********************************************{}
*** TOUR ********************************************{}
.TourTitle {
	border-top: 6px solid #FCFFCB;
border-bottom: 6px solid #FCFFCB;
padding: 50px 0;
text-align: center;
margin: 60px 0;
}
.TourBox {
	/*display:table;*/
margin-bottom: 50px;
/*overflow:hidden;*/
}
.TourLeft {
	/*display: table-cell;*/
	/*float:left;*/
		
	
}
.TourDate {
	color:#FCFFCB;
	font-weight: 400;
	font-family: 'bebas_neueregular';
	font-size:1.8em;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 8px;
background-color: #B28500;
	border-radius: 50%;
width: 150px;
height: 150px;
float: right;
padding-top: 48px;
margin-right:30px;

}
.TourWeek {
display: block;
text-align: center;
}
.TourVenue {
	font-size: 1.5em;
margin-bottom: 15px;
}
.TourDetail {
	font-size: 0.9em;
margin-bottom: 10px;
line-height: 1.8em;
}
.TourDetail a{
	color:#B28500;
}

.TourRight {
	/*float:left;*/
	color: #FDFFC7;
/*display: table-cell;*/
border-left: 1px solid #FDFFC7;
padding-left: 30px;
}
.TourBox .More {
background-color: #FCFFCB;
border-radius: 3px;
font-family: 'bebas_neueregular';
letter-spacing: 0.1em;
color: #364727;
text-decoration: none;
font-size: 1em;
padding: 2px 25px;
display: inline-block;
}
*** CONTACT ********************************************{}
.wpcf7{
width: 60%;
margin:0 auto !important;
}
.wpcf7-submit{
font-family: 'Open Sans Condensed', serif;
font-weight: 300;
padding: 5px 30px;
background-color: #5A5A5A;
margin: 20px auto;
font-size: 1.2em;
letter-spacing: 0.05em;
border-radius: 4px;
border: none;
color: #FFF;
cursor: pointer;
text-decoration: none;}
}
/* 768px以下の場合（スマートフォン） */   
@media screen and (max-width: 768px ) {
.fg-no-mobile{ display: none !important; }/*MOBILEでは表示*/
/*.fg-no-desktop{	display: block !important;	}MOBILEでは非表示*/

*** COMMON ********************************************{}

img{
	max-width: 100%;
	height: auto;
	display: block;
	}
#HeaderInner {
	height: 43px;
	position: relative;
	display: table;
}
#Logo {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	padding-left: 15px;
}
#Logo a{
	width: 122px;
}
#Logo a img {
	width: inherit;
}
.Padding {
	padding: 5% 5% 5% 5%;
}
#PageTitle {
	font-size: 2.8em;
letter-spacing: 0.1em;

}
.BoxTtile {
	color: #BBBBBB;
	letter-spacing:0.05em;
}



*** NAV ********************************************{}

ul.simple-toggle {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	}
ul.simple-toggle li {
	display: inline-block; 
	text-align: left; 
	}
ul.simple-toggle li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	font-family: 'bebas_neueregular';
	}
ul.simple-toggle li a:hover {
	background-color: #ccc; 
	}
.anchor-link {
	display: none; 
	text-align: right;
	text-align: center; 
	padding: 5px 11px; 
	color: #fff;
	/*background-color: #162432;*/
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 43px;
	}
#NavMain a:hover {
	text-decoration: none;
	}
#mobile-nav {
	display:none; 
	}
#NavSp {
	float: right;
}
.SpMenuBtn {
	font-size: 0.6em;
	margin-top: -3px;
}


.NavBorderTop{
	border-top:1px solid #3C4850
	}	
ul.simple-toggle {
	display: none; 
	}
.anchor-link, #mobile-nav {
	display: block; 
	}
ul.open { 
    background-color: rgba(7, 5, 5, 0.7);
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 500; 
	}
ul.open li {
	display: block; 
	list-style: none; 
	text-align: center; 
	line-height: 33px;
	}
ul.open li a {
	display: block; 
	padding: 5px 10px;
	border-bottom: 1px solid #8E8F91;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	}
ul.open li a:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000; 
}
/******** NAV ********/

*** FOOTER ********************************************{}
.NewsLetterTle {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.NewsLetterTle:before {    
	margin-right:10px;
	}

*** SNS *************************************{}
#SnsLinkBox li {
	margin: 20px 10px;
	width: 40px;
	height: 40px;
}
#SnsLinkBox li i {
	font-size: 1.6em;
}
#FacebookBox,#TwitterBox{
	width:300px;
	margin-right:auto;
	margin-left:auto;}

*** TOP ********************************************{}

.BnrTourInner {
	padding: 20px 10px;
	text-align: center;
}
/*.BnrTourInner p {
	margin-bottom: 20px;
}*/
.BnrTour .BnrTourInner a {
	font-size: 1.1em;
	padding: 5px 20px;
}
.BoxTle {
	font-size: 1.2em;
}


*** NEWS LIVE MEDIA ******************************{}

#ArtcleBox{
border-bottom: 1px dotted #999999;
padding-bottom: 15px;
margin-bottom: 15px;
}
.ArticleTleRight p{
font-size: 0.7em;
padding: 5px;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 2.7em;
}
.EntryTitle {
	font-size: 1em;
}
.EntryDate {
	font-size: 0.8em;
margin-top: 5px;
}
.LiveDate {
	font-size: 1.1em;
}
.EntryContent {
font-size: 0.9em;
line-height: 1.8em;
margin-top: 20px;
}

#Aside {
	margin-top: 50px;
}
#AsideBox ul li  {
	border-bottom: 1px dotted #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#AsideBox ul a{
	text-decoration: none;
	color: white;
	font-size: 0.9em;
}
#AsideBox ul a:before {    
    font-family: 'fontello';
    content: '\e80a';
	color:#FFF;
	margin-right:10px;
	}
*** MEDIA (新)******************************{}
#ArticleInnerMedia {
	/*margin-bottom:50px;*/
}
#ArtcleBoxMedia {
	padding-bottom: 30px;
}
.EntryContentMedia {
font-size: 0.9em;
line-height: 1.8em;
}
*** DISCO ******************************{}
.SubMenu {
	margin-bottom: 20px;
}
.SubMenu li {
	display: inline-block;
	width: 49%;
	background-color: rgba(255, 255, 255, 0.3);
	margin-bottom: 2%;
	padding: 5px 0;
	text-align: center;
	font-size: 0.8em;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.SubMenu li a{
	color: #FFF;
}
#DiscoItem {
	margin-bottom: 30px;
}
.TitleGen {
	color: #999999;
	font-size: 0.8em;
	margin-top: 5px;
}
.TitleName {
	color: #FFF;
	font-size: 1.2em;	
}
.TitlePrice {
	font-size: 0.8em;	
}
.TitleDetail {
	font-size: 0.8em;	
	margin-bottom: 20px;
}
.BuyBtn li {
	display: inline-block;
border: 1px solid #FFF;
border-radius: 5px;
padding: 2px 15px;
font-size: 0.8em;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	background-color:none;
}
.BuyBtn li a{
	color:#FFF;
}
.BuyBtn li a:hover{
	text-decoration:none;
}
.BuyBtn li:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
*** DISCO(コメント) ********************************************{}
#DiscoComment {
    clear: both;
}
#DiscoComment h4 {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
	font-family: 'Open Sans', serif;
	font-weight: 600;
font-size: 1.7em;
letter-spacing: 0.1em;
padding-top: 50px;
padding-bottom: 50px;
}
#DiscoComment h4:before,
#DiscoComment h4:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
#DiscoComment h4:before {
    margin-right: 0.5em;
}
#DiscoComment h4:after {
    margin-left: 0.5em;
}
#DiscoCommentBox .Role {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
}
#DiscoCommentBox h5 {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 5px;
}
#DiscoCommentBox h5 span {
	font-size: 0.8em;
}
#DiscoCommentBox .Comment {
	font-size: 0.8em;
	text-align: center;
}
#DiscoCommentBox .Border {
	border-top:solid 1px #FFFFFF;
	width:60px;
	margin: 50px auto;
	
}
*** ABOUT ******************************{}
.ArtsitDetail h3 {
	font-size: 1.6em;
letter-spacing: 0.1em;
margin: 10px 0;
}
.ArtsitDetail .Detail {
	font-size: 0.8em;
	margin-bottom: 20px;
}
.PersonalDetail .Img {
	border-top: 1px solid #FFF;
padding-top: 25px;
}


.PersonalDetail .Role {
	font-family:Times New Roman;
	font-size: 0.8em;
line-height: 1.6em;
margin: 10px 0;
color:#696969;
}
.PersonalDetail h3 {
	font-size: 1.4em;
letter-spacing: 0.1em;
margin-top: 10px;
}
.PersonalSns {
	text-align:center;
margin-bottom: 20px;
}
.PersonalSns li {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	background-color: #FFFFFF;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
	margin: 5px 5px 10px 5px;
	width: 40px;
	height: 40px;
}
.PersonalSns li:hover{
	/* [disabled]background-color: #FFFFFF; */
	opacity: 0.6;
}
.PersonalSns li a{
	color:#13170B;
}
.PersonalSns li i {
	font-size: 1.6em;
}

.Bio h3 {
	font-size: 1.6em;
letter-spacing: 0.1em;
margin: 10px 0;
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
.Bio h3:before,.Bio h3:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.Bio h3:before {margin-right: 0.5em;}
.Bio h3:after {margin-left: 0.5em;}

.BioDetail dt {
	font-family:Times New Roman;
	text-align: center;
font-size: 1.4em;
margin-bottom: 5px;
font-style: italic;
letter-spacing: 0.05em;
}
.BioDetail dd {
	font-size: 0.8em;
text-align: center;
margin-bottom: 20px;
}
*** ABOUT（インタビュー部分） ******************************{}
.Interview p {
	font-size: 0.8em;
	line-height: 2em;
}
.Interview h3 {
	margin: 50px 0 20px 0;
	border-top: 1px solid #FFF;
	padding-top: 40px;
}
.Interview h3 img {
	width: 100%;
}
.Interview {
	margin-bottom: 50px;
}
.Interview .BqBox   {
	display: table;
	border: dotted 1px white;
	padding: 20px;
	margin: 0 0 20px 0;
}
.Interview .BqBox dt,.Interview .BqBox dd{
	/*display: table-cell;*/
}
.Interview .BqBox dt{

}
.Interview .BqBox dd{
	padding-left: 25px;
	padding-right: 25px;
}
.Interview .TexBox {
	margin-bottom: 20px;
}

.BqBox dt img {
	border-radius: 50%;
	width: 180px;
height: 180px;
text-align: center;
margin: 0 auto 20px auto;
}
.BqBox dd {
	font-size: 0.8em;
	line-height: 2em;
	position:relative;
}
.BqBox dd:before{
	content:"“";
	font-size:4em;
	/*line-height:1em;*/
	color:#FFF;
	position:absolute;
	left:0;
	/*top:0;*/
	font-family: 'Droid Serif', serif;
}
.BqBox dd:after{
	content:"”";
	font-size:4em;
	/*line-height:0em;*/
	color:#FFF;
	position:absolute;
	right:0;
	bottom:0;
	font-family: 'Droid Serif', serif;
}
.WriterBox {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	margin-top: 30px;
	margin-bottom: 50px;
}
.WriterBox .WriterBoxLeft {
	padding-right: 15px;
}
.WriterBox .WriterBoxRight {
}
.WriterBox .WriterBoxRight dt span {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: 10px;
	font-size: 0.8em;
}
.WriterBox .WriterBoxRight dt {
	text-align:center;
}
.WriterBox .WriterBoxRight dd {
	font-size: 0.7em;
	padding-top: 5px;
}
.WriterBox .WriterBoxLeft img {
	width: 130px;
height: 130px;
margin: 0 auto 10px auto;
}
*** TOUR ******************************{}
.TourTitle {
	border-top: 2px solid #FCFFCB;
	border-bottom: 2px solid #FCFFCB;
	padding: 20px 5px;
}
.TourBox {
	border-bottom: 1px dotted #FCFFCB;
padding-bottom: 20px;
margin-bottom: 20px;
}
.TourDate {
	color:#E2BF20;
	font-weight: 400;
	font-family: 'bebas_neueregular';
	font-size:1.6em;
	letter-spacing: 0.05em;
}
.TourVenue {
	font-size: 1.1em;
margin-bottom: 10px;
}
.TourDetail {
	font-size:0.8em;
	margin-bottom: 10px;
}
.TourDetail a{
	color:#B28500;
}

.TourRight {
	color: #FDFFC7;
}
.TourBox .More {
background-color: #FCFFCB;
border-radius: 3px;
font-family: 'bebas_neueregular';
letter-spacing: 0.1em;
color: #364727;
text-decoration: none;
font-size: 1em;
padding: 2px 25px;
display: inline-block;
}
*** CONTACT ********************************************{}
.wpcf7{
width: 100%;
margin:0 auto !important;
}
.form_submit{
	text-align:center;}
.wpcf7-submit{
	text-align: center;
font-family: 'Open Sans Condensed', serif;
font-weight: 300;
padding: 5px 30px;
background-color: #5A5A5A;
margin: 20px auto;
font-size: 1.2em;
letter-spacing: 0.05em;
border-radius: 4px;
border: none;
color: #FFF;
cursor: pointer;
text-decoration: none;}
}

/*.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important; }

.fb-like-box {
    background-color: #FFFFFF!important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; max-width:none !important; min-width:100px !important; }*/

/************************************
** video
************************************/
/*動画の最大幅を指定する
.video-container{
  max-width:640px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; 
  overflow: hidden;
}
 
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
*/
/*.video{
position:relative;
width:100%;
padding-top:56.25%;
}
.video iframe,
.video object,
.video embed{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sfsiplus_footerLnk{
	display: none !important;
}

p{margin: 0 0 1em 0 !important; }