

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */
html {

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  

}

*:first-child + html body {

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
}

body{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	

body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

.container01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

.container03{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}


.container03_00{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;

}


.container03_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}



.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container05{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}


.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0 ;
}




.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.hdr_logo{
width: 320px;
height: auto;
position: absolute;
top: 33px;
left: 40px;

}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:80px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

	width:100%;
	height:80px;
	margin:0 auto;

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:5px;
	right:40px;

    
    font-size: 35px;
    line-height: 120%;
    color: #000000;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;  
          
}


.header_tel span{

    
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-right: 15px;

          
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
      
}


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{


	padding:0 40px;
	box-sizing:border-box;


}

.footer_in{	
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;
}



address{
	font-size:14px;
	line-height:130%;
	color:#000;


    letter-spacing: -0.04em;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
}







/*gnav*/




.nav_logo{
	margin-bottom:50px;
	display:none;
}





#g-nav-list{
	position:absolute;

	top:50px;
    right:40px;

    box-sizing: border-box;
}

#g-nav-list ul{

}

#g-nav-list ul li{
    float: left;
	font-size:16px;
	line-height:150%;
	margin-right:30px;
    letter-spacing: 0.15em;



}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#000;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a:hover{
	color: #0a52b4;

}

.gnav_on{
	color: #0a52b4 !important;
	line-height:130% !important;
}









/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 55px;
    height: 46px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}








/* h1 h2 h3 h4 h5 ---------------------------------------------- */

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    width: 206px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 40px;
    
    z-index: 600000;
}

h1.h1_01 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
h1.h1_01:hover img {
	opacity: .7;
}



h2.h2_01{

    font-size: 60px;
    line-height: 100%;
    margin-bottom:55px;
    color:#FFFFFF;
    text-align: center;

    
/*    font-family: birch-std,serif;
    font-weight: 400;
    font-style: normal;*/

font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;
}




.h2_btm00{
    margin-bottom: 0 !important;
}

.h2_btm01{
    margin-bottom: 20px !important;
}


/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:780px;
    
    position:relative;

	z-index:1;

	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}



.slide_txt_out{
z-index: 6000;
padding: 0 120px;
}

.slide_txt_in{


right: 30px;
width: 100%;
height: 750px;
margin: 0 auto;


box-sizing: border-box;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
/*   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; */
}

.slide_txt_in dl dt{
margin-top: 100px;
margin-bottom: 20px;
}

.slide_txt_in dl dd{

}



.slide_txt_out02{
z-index: 50;
position: relative;
height: 500px;
box-sizing:border-box;
}

.slide_txt_in02{
position: absolute;
padding: 0 50px;
bottom: 0px;
width: 100%;
margin: 0 auto;
box-sizing:border-box;
}







/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	right:100px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 14px;
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}



/* 各ページイメージ ---------------------------------------------- */


.toppage_img01{
  width: 100%;
  min-height: 100vh;
  
	background:url("../img/common/m_bg06.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
/*  background-color: #464646;*/
}

   
   

.toppage_img02{
  width: 100%;
  min-height: 100vh;
  
	background:url("../img/top/main01.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #050506;
/*  background-color: #464646;*/
}


  



/* 背景 ---------------------------------------------- */



.bg01_img000{
    background: #050506;
}

.bg01_img001{
    background: #0d0d0d;
}




.bg01_img01{
  width: 100%;
  min-height: 576px;
  
	background:url("../img/common/m_bg01.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   

}

.bg01_img02{
  width: 100%;
  min-height: 850px;
  
	background:url("../img/common/m_bg02.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   

}

.bg01_img03{
  width: 100%;
  min-height: 576px;
  
	background:url("../img/common/m_bg03.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   

}

.bg01_img04{
  width: 100%;
  min-height: 1000px;
  
	background:url("../img/common/m_bg06.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;


}


.bg01_img05{
  width: 100%;
  min-height: 576px;
  
	background:url("../img/common/m_bg04.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}


.bg01_img06{
  width: 100%;
  min-height: 820px;
  
	background:url("../img/common/m_bg05.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   

}



.bg01_img07{

  width: 100%;
  min-height: 600px;
  
	background:url("../img/common/m_bg07.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

}


.bg01_img08{

  width: 100%;
  min-height: 600px;
  
	background:url("../img/common/m_bg08.jpg") center center no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
 background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;

}





/* リンクボタン-------------------------------------------- */


.lnk_btn{
    width: 170px;
    height: 45px;
    margin: 0 auto;

}


.lnk_btn a{
    width: 170px;
    height: 45px;
    display: block;
    border: 1px solid rgba(255,255,255,0.50);
    box-sizing: border-box;
    
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}



.lnk_btn a:hover{
    color: #FFFFFF;
    background: rgba(255,255,255,0.20);

}


/* トップ　news-------------------------------------------- */


.tp_news_bx_out{

    height: 576px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}
.tp_news_bx_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_news_bx{
    margin-bottom: 40px;
}

.tp_news_bx ul{

}

.tp_news_bx ul li{

}

.tp_news_bx ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_news_bx dl dt{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 5px;
    color: #666666;
    float: left;
    clear: both;

}

.tp_news_bx dl dd{
    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF; 
    padding-left:120px;
    
    border-bottom: 1px solid  rgba(255,255,255,0.20);
    padding-bottom: 10px;
    margin-bottom: 10px
}


.tp_news_bx dl dd a{
    color: #ffffff;
}

.tp_news_bx dl dd a:hover{
    color: #ffffff;
}


.tp_news_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_news_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #999999;
	opacity: 0;
	transition: .3s;
}
.tp_news_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}

.tp_news_bx dl dd span{
    font-size: 17px;
    color: #F12427;
    margin-left: 7px;
}

.tp_img_area{
    width: 100%;
    margin: 0px auto 60px;
}

.tp_img_area img{
    width: 100%;
}



/* トップ　video-------------------------------------------- */


.tp_video_out{

    height: 850px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_video{
max-width: 730px;
width: 100%;
height: auto;

}


.youtube_btm01{
    margin-bottom: 40px;
}

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






/* トップ　SCHEDULE-------------------------------------------- */


.tp_sdl_bx_out{

    height: 675px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_sdl_in{
max-width: 1200px;
width: 100%;
margin: 0 auto;

}

.tp_sdl_bx{

}

.tp_sdl_bx ul li{
    width: 32%;
    height: 180px;
    float: left;
    margin-right:2%;
    background: rgba(0,0,0,0.60);    
    margin-bottom: 20px;

    padding: 30px;
    box-sizing: border-box;
}

.tp_sdl_bx ul li:nth-child(3n){
    margin-right: 0%;

}

.tp_sdl_bx dl dt{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #999999;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}

.tp_sdl_bx dl dd{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #ffffff;

    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 500;
}


.tp_sdl_bx dl dd a{
    color: #ffffff;
}

.tp_sdl_bx dl dd a:hover{
    color: #ffffff;
}


.tp_sdl_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;

}
.tp_sdl_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #999999;
	opacity: 0;
	transition: .3s;
}
.tp_sdl_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}




/* トップ　BIOGRAPHY-------------------------------------------- */


.tp_bgy_bx_out{

    height: 1000px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_bgy_bx dl{
    margin-bottom: 50px;

}

.tp_bgy_bx dl dt{
}

.tp_bgy_bx dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}




/* トップ　PROFILE------------------------------------------- */

.tp_pfl_bx_out{

    height: 730px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_pfl_bx_in{
max-width: 1200px;
width: 100%;
height: auto;

}

.tp_pfl_bx{

}

.tp_pfl_bx ul{
    margin-bottom: 40px;

}

.tp_pfl_bx ul li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;

}


.tp_pfl_bx ul li:nth-child(5n){
    margin-right: 0%;

}




.tp_pfl_bx dl dt{
    max-width: 220px;
    margin-bottom: 15px;
    text-align: center;

}


.tp_pfl_bx dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}






.image_link{
 display:block; 
 position:relative;
 text-decoration:none;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:after{
  content:"view";/*好みの文章に変更してください。*/
  display:block;
  color:#fff;
  line-height:100%;
  padding: 6px 0;
  width:160px;
  border:solid 1px #fff;
  border-radius:0px;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left:-80px;
  opacity:0;
  z-index:3;
  transition:0.3s;


  
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;  
}
.image_link:hover:before{
  opacity:0.6;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}

/* トップ　DISCOGRAPHY------------------------------------------- */

.tp_dgy_bx_out{

    height: 820px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx_in{

width: 100%;
height: auto;

}

.tp_dgy_bx{

}

.tp_dgy_bx ul li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

.tp_dgy_bx ul li:nth-child(4n){
    margin-right: 0%;
}

/*.tp_dgy_bx ul li a img{
border: 1px solid #050506;
box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.tp_dgy_bx ul li a:hover img{
    border: 1px solid #999999;
 box-sizing: border-box;   
}*/

.tp_dgy_bx_img{
    text-align: center;
    margin-bottom: 20px;

}

.tp_dgy_bx dl dt{
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;


}

.tp_dgy_bx dl dt p{
width: 100px;
height: 26px;
margin: 0 auto 10px auto;
font-size: 16px;
line-height: 100%;
text-align: center;
color: #FFFFFF;


border: 1px solid rgba(255,255,255,0.60);

font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_dgy_bx dl dt span{
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
}



.tp_dgy_bx dl dd p{
    width: 80px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.60);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin:0 auto 14px auto;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_dgy_bx dl dd {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}





.dgy_s_img{
    text-align: center;
    margin-bottom: 30px;
}



 .dgy_s_b {
     margin-bottom: 70px;
}

 .dgy_s_b dl dt{
    font-size: 36px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;

}

 .dgy_s_b dl dt p{
width: 100px;
height: 26px;
margin: 0 auto 10px auto;
font-size: 16px;
line-height: 100%;
text-align: center;
color: #FFFFFF;


border: 1px solid rgba(255,255,255,0.60);

font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

 .dgy_s_b dl dt span{

    font-size: 15px;
 }

 .dgy_s_b dl dd p{

    margin:0 auto 10px auto;

}

 .dgy_s_b dl dd {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #b8b8b8;
}




/* ニュース ---------------------------------------------- */


    
    
    

.ns_bx{
    padding: 00px 00px;
/*    background:rgba(0,0,0,0.60);*/
    
    min-height: 600px;
    
    box-sizing: border-box;
}

.ns_bx dl dt{
    font-size: 16px;
    line-height: 180%;
    color: #999999;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    float: left;
    clear: both;
}


.ns_bx dl dd{
    font-size: 18px;
    line-height: 140%;
    color:#FFFFFF; 
    padding-left:120px;
    
    border-bottom: 1px solid  rgba(255,255,255,0.20);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.ns_bx dl dd a{
    color:#FFFFFF; 
}

.ns_bx dl dd a:hover{
    color:#FFFFFF; 
}

.ns_bx dl dd a {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.ns_bx dl dd a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #999999;
	opacity: 0;
	transition: .3s;
}
.ns_bx dl dd a:hover::after {
	bottom: 0;
	opacity: 1;
}


.ns_bx dl dd span{
    font-size: 17px;
    color: #F12427;
    margin-left: 7px;
}





.ns_bx_day{
    font-size: 16px;
    line-height: 180%;
    color: #999999;
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
    
    margin-bottom: 25px;
}

.ns_bx_ttl{
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.ns_bx_ttl span{
    font-size: 23px;
    color: #F12427;
    margin-left: 7px;
}



.ns_bx_post{
    min-height: 450px;
    font-size: 15px;
    line-height: 180%;
    color: #d0d0d0;
    margin-bottom: 30px;

}

.ns_bx_post a{
    color: #d0d0d0;
    text-decoration: underline;
}
  
.ns_bx_post a:hover{
    color: #d0d0d0;
    text-decoration:none;
}
      



.ns_p01{
    margin-bottom: 40px;
}
    
.ns_p01 dl dt{
    font-size: 16px;
    line-height: 180%;    
    color:#a30104;
    margin-bottom: 5px;
}
        
.ns_p01 dl dd{
    font-size: 15px;
    line-height: 180%;    
    color: #d0d0d0;
}
    
    
    
.ns_p02{
    margin-bottom: 30px;
}
    
.ns_p02 dl dt{
    font-size: 16px;
    line-height: 180%;    
	color:#FFFFFF;
    margin-bottom: 5px;
    font-weight: bold;
}
        
.ns_p02 dl dd{
    font-size: 15px;
    line-height: 180%;    
    color: #d0d0d0;
    margin-bottom: 40px;
}
        
           
.ns_p02 dl dd span{
    color:#a30104;
} 

        
.ns_p02 dl dd a{
    color: #d0d0d0;
    text-decoration: underline;
}

        
.ns_p02 dl dd a:hover{
    color: #d0d0d0;
    text-decoration:none;
}
     
     
.ns_tbl{
}
     


.ns_tbl th{
    width: 150px;
    font-size: 15px;
    line-height: 170%;    
	color:#FFFFFF;
	border-collapse:collapse;
	text-align:left;
    vertical-align: text-top;
    padding: 8px 0;        
}

.ns_tbl th span::before {
	content: "\A" ;
	white-space: pre ;
}



.ns_tbl td{
    font-size: 15px;
    line-height: 170%;     
    color: #d0d0d0;
	border-collapse:collapse;
	text-align:left;
    vertical-align: text-top;
    padding: 8px 0;           
}

.ns_tbl td span{
    color:#f12427
}



.ns_tbl td dt{
    font-size: 15px;
    line-height: 170%;      
    color: #d0d0d0;
    margin-bottom: 5px;
    font-weight: bold;

}

.ns_tbl td dt span{
    color:#f12427
}


.ns_tbl td dd{
    font-size: 15px;
    line-height: 170%;    
    color: #d0d0d0;
    margin-bottom: 30px;
}

.ns_tbl td a{
    color: #d0d0d0;
    text-decoration: underline;
}

        
.ns_tbl td a:hover{
    color: #d0d0d0;
    text-decoration:none;
}




.ns_tbl_img{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}


/* プロフィール ---------------------------------------------- */


.bghy_txt{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 60px;
    color: #FFFFFF;
}



.dst_01_in{
max-width: 800px;

 margin: 0 auto;



   
/*   background: #E9BCBC;*/
        
        
/*    position: absolute;

    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
*/
}

.dst_01_in_l{
width: 45%;
height: auto;
float: left;

}


.dst_01_in_r{
width: 45%;
height: auto;



float:right;

}





.dst_01_in_r dl{
    margin-bottom: 30px;
}

.dst_01_in_r dl dt{
font-size: 18px;
line-height: 140%;
color: #FFFFFF;
border-bottom: 1px solid rgba(255,255,255,0.20);
margin-bottom: 45px;
padding-bottom: 8px;
}

.dst_01_in_r dl dt span{
font-size: 30px;
line-height: 140%;
color: #FFFFFF;
margin-right: 20px;
}

.dst_01_in_r dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.dst_01_in_r dl dd dl dt{
    float: left;
    clear: both;
    
    font-size: 16px;
    line-height: 120%;

    color: #FFFFFF;
border-bottom:none;
margin-bottom: 0px;
padding-bottom: 0px;  
padding-right: 5px;
}


.dst_01_in_r dl dd dl dd{

    
    font-size: 16px;
    line-height: 120%;
    text-align: left;


    color: #FFFFFF;

margin-bottom: 10px;


}



.dst_01_hp{
    margin-bottom: 12px;
}

.dst_01_hp ul li{
    margin-bottom: 4px;
}


.dst_01_hp ul li:last-child{
	margin-bottom:0px;
}

.dst_01_hp ul li::after{
 content: "";
 display: inline-block;
 width: 14px;
 height: 13px;
 background-image:url("../img/biography/hp.png");

 background-size: contain;
 vertical-align: middle;
 margin-left: 10px;
}


.dst_01_hp ul li a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
}

.dst_01_hp ul li a:hover{
    color: #6c6c6c;
    text-decoration: underline;
}




.dst_01_sns{
}

.dst_01_sns ul li{
    float: left;
    margin-right: 15px;
}

.dst_01_sns ul li img{
    width: 25px;

}

.dst_01_sns ul li:last-child{
	margin-bottom:0px;
}




/* DISCOGRAPHY ---------------------------------------------- */



.dghy_tab{
    margin-bottom: 40px;
}

.dghy_tab ul{
    text-align: center;

}

.dghy_tab ul li{
	font-size:16px;
	line-height:150%;
	margin-right:30px;
    display: inline-block;
    color: #ffffff;

font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;
}

.dghy_tab ul li:last-child{
	margin-right:0px;
}

.dghy_tab ul li a{
    color: #ffffff;
}

.dghy_tab ul li a:hover{
    color: #999999;
    text-decoration: underline;
}

.dghy_tab_on{
    color: #999999 !important;
    text-decoration: underline !important;
}



/* トップ　STORE-------------------------------------------- */


.tp_store_bx_out{

    height: 800px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_store_bx_in{

width: 100%;
margin: 0 auto;

}

.tp_store_txt{
font-size: 24px;
line-height: 120%;
text-align: center;
color: #FFFFFF;
    font-style: italic;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: bold;

}





/* トップ　CONTACT-------------------------------------------- */


.tp_cnt_bx_out{

    height: 600px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_cnt_bx_in{

width: 100%;
margin: 0 auto;

}

.tp_cnt_btn{
max-width: 430px;
width: 100%;
height: 60px;
margin: 0 auto;


}

.tp_cnt_btn a{
    display: block;
    border: 1px solid rgba(255,255,255,0.50);
    box-sizing: border-box;
    height: 60px;

font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;

    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight:normal;

	-webkit-border-radius: 30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius: 30px;     /* CSS3 */
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.tp_cnt_btn a:hover{
    border: 1px solid  rgba(255,255,255,0.50);
    background: rgba(255,255,255,0.50);
}




/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}










/* 店舗 ------------------------------------------------ */

.str_cts{
    min-height: 450px;
    padding-top: 100px;
    box-sizing: border-box;
}



/* お問い合わせフォーム ---------------------------------------------- */


.contact-txt{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;

}

.f_text01{
    font-size: 15px;
    line-height: 100%;
}

.f_text01 a{
    color: #000000;
    text-decoration:underline;
}


.f_text01 a:hover{
    color: #000000;
    text-decoration: none;
}


.contact-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
min-height: 450px;
	width:100%;
	height:auto;
	margin-bottom:60px;
    color: #FFFFFF;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid  #999999;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #999999;
	text-align:left;

	color:#FFFFFF;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #999999;
    color: #FFFFFF;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

}


.with-form1::placeholder{
    font-size: 15px;
    line-height: 100%;
    font-weight: normal;
  color:#454545;

font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;  
}




.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#999999;
    color:#FFF;

    border-style: none;
	text-align:center;
	font-size:16px;


font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
font-weight: normal;  


    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}






	
}

