@charset "UTF-8";

/* ================================================
   common
================================================ */
*	{
	margin:0;
	padding:0;
	}
html {
	min-width: 320px;
	font-size: 62.5%;
	/*10px*/
}

body {
	/*margin: 0;
	padding: 0;
	line-height: 1.5;
	color:#000;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color:#fff;*/
	
}

#sub_main {
    /*margin: 0;
    padding: 0;テンプレート調整*/
	line-height: 0;
	color:#000;
    font-family: kozuka-gothic-pr6n, sans-serif !important;
    font-style: normal;
    font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
    background: #c1272d;

}

.ie8 body {
	min-width: 1080px;
}


/*imgのbottomの隙間を埋める*/
.space_0{
	line-height: 0;
	
}

/*fluid image*/
img {
	max-width: 100%;
	height: auto;
}

img{
  -webkit-user-drag: none; /* Chrome, Safari, Operaを禁止する場合 */
  -khtml-user-drag: none; /* Konquerorを禁止する場合 */
  -moz-user-drag: none; /* Firefoxを禁止する場合 */
}

.img_100{
	width:100%;
	max-width:100%;
	height:auto;
}
.img_100_85{
	width:100%;
	max-width:100%;
	height:auto;
}
.img_h100{
	width:auto;
	height:100%;
}
.img_45{
	width:45%;
	max-width:45%;
	height:auto;
}

/* imgの直後のpにだけ、2emの上の余白を作る */
img + p {
  margin-top: 0.75em;
}


#sub_main ul li {
	list-style-type: none;
	
}
#sub_main ul.list{
	
	
}
#sub_main ul.list li {
	list-style-type: disc;
	margin-left:36px;
	line-height: 1.2;
	margin-bottom: 10px;
	
	
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.text {
	text-align: left;
}


.gochic_mf{
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*-----------------------------------------------------
	リンク
-------------------------------------------------------*/
a:link {
	color:#930113;
	text-decoration:underline;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	}


a:visited {
	color:#930113;
	text-decoration: underline;
	}
.white a:link{
	color:#fff;
	text-decoration: underline;
	-moz-transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	}
.white a:visited{
	color:#fff;
	text-decoration: underline;
	}

.white a:hover, .white a:active{
	color:#fff;
	text-decoration: underline;
	}

a:hover, a:active{
	color:#930113;
	text-decoration: underline;
	}

	
.oline_w{
		border:5px #ffffff solid;
		-moz-transition: 0.5s ease-in;
		-webkit-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
	}

	
.oline_w a:hover{
		border:5px #0071d4 solid;
		
		}
.line_photo {
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.line_photo img{
	padding-top: 25px;
	width: 90%;
	height: auto;
	text-align: center;
}
		
/*-----------------------------------------------------
	背景 ライン　模様
-------------------------------------------------------*/	


.back_w{
	background:#FFF;
	}

.back_yellow{
	background:#ffff00;
}



/* ================================================
   fluid gird system
================================================ */
/* 全体の幅 */
.gridSystemWidth {
	width: 1080px;
}

/*カラムを囲む要素につける*/
.row{
	margin: 1.38889% auto; 
	max-width: 1080px;

		} 
.row_h{
	margin: 5.55556% auto;
	max-width: 1080px;

	}
.row_v0{
	margin: 0 auto; 
	max-width: 1080px;
	}
.row:after, .row_h:after, .row_v0:after{
	content: "";
	display: block;
	clear: both;
}

.row .row, .row_h .row, row_v0 .row{
	margin-left: -1.38889%;
	margin-right: -1.38889%;
	overflow: hidden;
}


/*カラム共通設定*/
.column {
	float: left;
	margin-left: 1.38889%;
	margin-right: 1.38889%;
}
/*カラムの幅
カラム幅60px、ガター30px、12カラムをベース*/
.large-1 {
	width: 5.55556%;
}
.large-2 {
	width: 13.88889%;
}
.large-3 {
	width: 22.22222%;
}
.large-4 {
	width: 30.55556%;
}
.large-5 {
	width: 38.88889%;
}
.large-6 {
	width: 47.22222%;
}
.large-7 {
	width: 55.55556%;
}
.large-8 {
	width: 63.88889%;
}
.large-9 {
	width: 72.22222%;
}
.large-10 {
	width: 80.55556%;
}
.large-11 {
	width: 88.88889%;
}
.large-12 {
	width: 97.22222%;
}

/*センター配置*/
.large-centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/*Media Queries for medium size
状況に応じて数値を変更する*/
@media screen and (max-width: 1023px) {
	/*カラムの幅
	カラム幅60px、ガター30px、12カラムをベース*/
	.medium-0 {
		width: 0%;
	}
	.medium-1 {
		width: 5.55556%;
	}
	.medium-2 {
		width: 13.88889%;
	}
	.medium-3 {
		width: 22.22222%;
	}
	.medium-4 {
		width: 30.55556%;
	}
	.medium-5 {
		width: 38.88889%;
	}
	.medium-6 {
		width: 47.22222%;
	}
	.medium-7 {
		width: 55.55556%;
	}
	.medium-8 {
		width: 63.88889%;
	}
	.medium-9 {
		width: 72.22222%;
	}
	.medium-10 {
		width: 80.55556%;
	}
	.medium-11 {
		width: 88.88889%;
	}
	.medium-12 {
		width: 97.22222%;
	}
	/*センター配置*/
	.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	/*センター配置解除*/
	.medium-uncentered {
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		float: left !important;
	}
}

/*Media Queries for small size
状況に応じて数値を変更する*/
@media screen and (max-width: 767px) {
	.column {
		margin-left:  1.38%;
		margin-right: 1.38%;
	}
	/*センター配置*/
	.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	.small-centered_space {
		margin-left: auto;
		margin-right: auto;
        margin-bottom: 2.76%;
		float: none !important;
    }
	/*センター配置解除*/
	.small-uncentered {
		margin-left: 1.38889%;
		margin-right: 1.38889%;
		float: left !important;
	}
	/*全てのカラムの幅*/
	[class*="large"],
	[class*="medium"],
    [class*="small"] {
		width: 97.5%;
	}
	.small-1 {
		width: 5.55556%;
	}
	.small-2 {
		width: 13.88889%;
	}
	.small-3 {
		width: 22.22222%;
	}
	.small-4 {
		width: 30.55556%;
	}
	.small-5 {
		width: 38.88889%;
	}
	.small-6 {
		width: 47.22222%;
	}
	.small-7 {
		width: 55.55556%;
	}
	.small-8 {
		width: 63.88889%;
	}
	.small-9 {
		width: 72.22222%;
	}
	.small-10 {
		width: 80.55556%;
	}
	.small-11 {
		width: 88.88889%;
	}
	.small-12 {
		width: 97.22222%;
	}
}

/* ================================================
   Heading
================================================ */

/*header背景*/

/*logo*/
#sub_main .p_logo{
    width: 420px;
    height: auto;
    } 

#sub_main .p_img{
    width: 600px;
    height: 420px;  
}

.visual_head{
  position: relative;
  width: 100%;
  background-image: linear-gradient(0deg, #f990ae, #29abe2);
  /*background: #fff;*/
  line-height: 0;

}
.visual_head_inner{
  padding:60px 0;
}

#sub_main ul.head_sns{
   list-style-type: none;
   position: absolute;
   top: 5px;
   right: 5px;
   /*background: #FFF;*/

}

#sub_main ul.head_sns li img{
    width: 35px;
    height: auto;
}

#sub_main ul.head_sns li{
    display: inline;
    float: left;  
}

.back_doted{
    
    background:url("../img/main_head_back.png") no-repeat center center;
    background-size: cover;

 
}

.obi_head{
  position: relative;
  width: 100%;
  background: #9E005D;
  line-height: 0;
}

.obi_head_inner{
  padding:20px 0;
}

#sub_main h2{
    font-weight: 900;
	font-size:28px;
	font-size: 2.8rem;
    line-height: 1.7;
    text-shadow: 0px 0px 15px rgba(158, 0, 93, 0.9),;
}

#sub_main h3{
    font-weight: 700;
	font-size:24px;
	font-size: 2.4rem;
    line-height: 1.2;
	}

#sub_main h4{
    font-weight: 700;
	font-size:20px;
	font-size: 2.0rem;
    line-height: 1.2;
	}

#sub_main h4.artist{
    font-weight: 700;
	font-size:26px;
	font-size: 2.6rem;
    line-height: 1.2;
    margin: 0.5em 0;
	}

#sub_main h4.artist01, #sub_main h4.artist02, #sub_main h4.artist03{
    font-weight: 700;
	font-size:26px;
	font-size: 2.6rem;
    line-height: 1.2;
    margin: 1em 0 0.5em;
	}

#sub_main .artist01{ color:#813ACC; }
#sub_main .artist02{ color:#39B54A; }
#sub_main .artist03{ color:#F7931E;}


.artist01_back{
    background:rgba(129,58,204,0.2);
    padding: 3em 0 3.5em;}

.artist02_back{
    background:rgba(57,181,74,0.2);
    padding: 3em 0 3.5em;}

.artist03_back{
    background:rgba(251,176,59,0.2);
    padding: 3em 0 3.5em;}




#sub_main h4.artist_guest{
    font-weight: 900;
	font-size:38px;
	font-size: 3.8rem;
    line-height: 1.2;
    margin: 0.5em 0;
    color: rgba(158,0,93,1);
	}

#sub_main .catg{
    font-weight: 400;
	font-size:75%;
}

#sub_main .catg::after{
    content:"：";
}

.sm_orikaesu{
    display: inline;
}
.tab_orikaesu{
    display: inline;
}
#sub_main .box_article{
    margin-top: 2.5em;
    padding-top: 0;
    padding-bottom: 4em;
    background: #fff;
    
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
    }

#sub_main .article_01{
    margin-top: 3em;
    margin-bottom: 3.5em;
}


#sub_main .article_last{
    margin-top: 3em;
    margin-bottom: 0;
}

#sub_main .ribon{
    background:url("../img/ribon_t.svg") no-repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    color: white;
    height: 38px;
    padding-top: 10px;

    margin-bottom: 2em;
	}

#sub_main .ribon_artist{
    background:url("../img/ribon_artist_t.svg") no-repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    color: white;
    height: 48px;
    padding-top: 20px;

    margin-bottom: 2em;
	}

#sub_main .ribon_ca{

    margin: 1em 0;
	}

#sub_main p.exp{
	line-height: 1.75;
	font-size: 19px;
	font-size: 1.9rem;
}


#sub_main p.shira, p.q_a_Q,p.q_a_A{
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
}

p.q_a_Q{
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
    font-weight:700;
    margin-bottom: 0.25em;
}

p.q_a_A{
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.6rem;
    font-weight:700;
    margin-bottom: 1.75em;
    color:#FFF;
    background-image: linear-gradient(90deg, #e45b7fb3, #41a1d5b3);
    padding: 0.65em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

#sub_main p.cap, p.cap_warning{
	line-height: 1.4;
	font-size: 12px;
	font-size: 1.2rem;
    color: #908F8F;
}
p.cap_warning {
   margin:  1em 0;
}

p.cap_warning::before {
   content: "※";
}

p.q_a_Q::before {
   content: "Q）";
}

p.q_a_A::before {
   content: "A）";
}

.haishin{
    /*margin-top: 25px;*/
}



/* ================================================
   button
================================================ */
/* .btn {
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px #e6e6e6 solid;
	border-radius: 3px;
	color: #333;
	text-decoration: none;
	background: #83a603;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83a603), color-stop(100%, #7fa103));
	background-image: -webkit-linear-gradient(top, #83a603, #7fa103);
	background-image: -moz-linear-gradient(top, #83a603, #7fa103);
	background-image: -o-linear-gradient(top, #83a603, #7fa103);
	background-image: linear-gradient(top, #83a603, #7fa103);
	color: #fff;
}
.btn:hover {
	background: #93ba03;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #93ba03), color-stop(100%, #8bb003));
	background-image: -webkit-linear-gradient(top, #93ba03, #8bb003);
	background-image: -moz-linear-gradient(top, #93ba03, #8bb003);
	background-image: -o-linear-gradient(top, #93ba03, #8bb003);
	background-image: linear-gradient(top, #93ba03, #8bb003);
}
*/
/* ================================================
   layout
================================================ */




.nomal-wrapper,
.nomal-wrapper_cm,
.section-coco{
	padding: 2.5em 0;
   
}

.nomal-wrapper_0{
	padding: 0 0 2.5em;

}
.nomal-wrapper,.nomal-wrapper_0{
	position:relative;
}

.nomal-wrapper_cm{
	margin-top: 3em;
}


.wall_back{
    position: relative;
    background-image: conic-gradient(#BF2E70 0deg 90deg, #CC1B5F 90deg 180deg, #BF2E70 180deg 270deg, #CC1B5F 270deg 360deg);
    background-size: 200px 200px;
}

/*紙吹雪*/
.p_kamifubiki_anime{
background:  url( "../img/p_kamifubuki.png");
margin: 0;
background-size: 1204px 679px;
  	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	animation: p_kamifubiki_re_a 200s infinite linear;
}
@keyframes p_kamifubiki_re_a {
 0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1204px -1204px;
  }
}


.back_fix{
    position: relative;
    overflow: hidden;
    /*background:url("../img/p_same.png");*/
 
}

.back_kiji{
    position: relative;
   background:url("../img/p_same.png");
 
}







/*CM*/
.p_itimatu{
 position: relative;
  background-image: conic-gradient(rgba(255,255,255,0.4) 0deg 90deg, rgba(255,255,255,0.6) 90deg 180deg, rgba(255,255,255,0.4) 180deg 270deg, rgba(255,255,255,0.6) 270deg 360deg);
  background-size: 300px 300px;
}

/*CM背景*/
.p_cm{
 position: relative;
 /*background:rgba(0,152,199,1);*/
 background:rgba(158,0,93,0.8);
 /*box-shadow: 0 0 40px 3px rgba(0, 0, 0, .08);*/
}



/*.youtube_comment{
	float:left;
		
		}*/
	



/*ふわっと*/
.anime {


}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0;/* -webkit-transform: translateY(-10px);*/ }
 100% { opacity: 1; /*-webkit-transform: translateY(0);*/ }
}
@keyframes fadeInDown {
 0% { opacity: 0;/* -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);*/ }
 100% { opacity: 1;/* -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);*/ }
}





/*雲*/

.catch01 img,.catch02 img,.catch03 img,.catch04 img{
    width:320px;
	height:auto;
    }



.catch01{
    position: absolute;
    top: 5%;
    left: 0;

    }

.catch02{
    position: absolute;
    transform: scale(-1, 1);
    top: 40%;
    left: 0;
    }



.catch03{
    position: absolute;
    bottom: 15%;
    right: 0;
    
    }


.catch04{
    transform: scale(-1, 1);
    position: absolute;
    top: 14%;
    right: 0;
    }

/*２重輪*/
.head_catch01 img,.head_catch02 img,.head_catch03 img{
    width:220px;
	height:auto;

    }

.head_catch01{
    position: absolute;
    top: -14%;
    right: 4%;
    animation:7s linear infinite rotation;
}
.head_catch02{
    position: absolute;
    top: 30%;
    left:-4%;
    animation:6s ease-in-out infinite alternate rotation;
}

.head_catch03{
    position: absolute;
    bottom: 0;
    right: 20%;
    animation:7s linear infinite reverse rotation;

}
.head_deco01{
    position: absolute;
    bottom: 6%;
    right: 10%;
    width:615px;
	height:auto;
}
.head_deco02{
    position: absolute;
    top: 10%;
    left: 45%;
    width:231px;
	height:auto;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/*輪*/
.wa_nawa_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:-280px;
    width: 560px;
    height: auto;
    animation:30s linear infinite rotation;

}

.wa_nawa_harf_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:0;
    width: 560px;
    height: auto;

}


.y_marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}


/*youTube動画*/	


		
	.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
 
    .movie-wrap iframe {
    position: absolute;
    top: -2px;
    left: 1px;
    width: 100%;
    height: 100%;
}

/*table*/
#sub_main table.tb01{
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  font-style: normal;
  font-size: 21px;
  font-size: 2.1rem;
  color: #930113;
}
.tb01 th,
.tb01 td{
  padding: 8px 6px;
  border: solid 1px #930113;
  text-align:left;
  box-sizing:border-box;
  vertical-align: middle;

}
.tb01 th {
  background: #c16c7b;
  color: #930113;
  text-align:center;
  font-weight: 900;
  font-size: 25px;
  font-size: 2.5rem;
  vertical-align: middle;
  width: 33%;
}
.tb01 td {
text-align:center;
}
.sp_object{
    display: none;
}

.i_conver{
    display: none;
    visibility: hidden;
    }



/*Media Queries for tablet*/
@media only screen and (max-width: 1023px) {
    
/*輪*/
.head_catch01{
    right: 10%;

}
    
/*輪*/
.wa_nawa_harf_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:0;
    width: 480px;
    height: auto;
}
.wa_nawa_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:-240px;
    width: 480px;
    height: auto;
}
.head_deco01{
    position: absolute;
    bottom: 6%;
    right: 0;
    width:500px;
	height:auto;
}
.haishin{
    margin-top: 0;
}


}


/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width: 767px) {


.back_kiji{
    
    background:url("../img/p_same_s.png");
}



.back_doted{
    
    background:url("../img/main_head_back_ss.png") no-repeat bottom center;
    background-size: cover;
 
}
    
#sub_main ul.head_sns li img{
    width: 28px;
    height: auto;
}



    


    
  
    
    
    
/*catch*/


.catch01 img,.catch02 img,.catch03 img,.catch04 img{
    width:150px;
	height:auto;
    }

.head_deco02{
    position: absolute;
    top: 52%;
    left: 15%;
    width:160px;
	height:auto;
}  


.img_100_85{
	width:75%;
	max-width:75%;
	height:auto;
}

/*輪*/
.head_catch01{
    right: 10%;

}
.head_deco01{
    position: absolute;
    bottom: 7%;
    right: 10%;
    width:380px;
	height:auto;
}
    
.wa_nawa_harf_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:0;
    width: 400px;
    height: auto;
}
.wa_nawa_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:-200px;
    width: 400px;
    height: auto;
} 
/*CM背景*/


    
/*logo*/
#sub_main .p_logo{

    } 

#sub_main .p_img{

}

.visual_head{

  height: auto;
}
    
.visual_head_inner{
  padding:50px 0;
}

#sub_main h2{

	font-size:21px;
	font-size: 2.1rem;

}

#sub_main h3{

	font-size:21px;
	font-size: 2.1rem;
    line-height: 1.2;
	}

#sub_main h4{

	font-size:18px;
	font-size: 1.8rem;

	}
#sub_main h4.artist, #sub_main h4.artist01, #sub_main h4.artist02, #sub_main h4.artist03{

	font-size:22px;
	font-size: 2.2rem;

	}
#sub_main h4.artist_guest{
    font-size:28px;
	font-size: 2.8rem;
    }
    
    
.tab_orikaesu{
    display: block;
}
    
    
#sub_main .box_article{
    padding-top: 0.001em;
    padding-bottom: 2em;
    }

#sub_main .article_01{
    margin-top: 2em;
    margin-bottom: 2.5em;
}
#sub_main .ribon_ca{
    margin: 0.2em 0;
	}
#sub_main .article_last{
    margin-top: 2em;
    margin-bottom: 0;
}
    
#sub_main .ribon{
    background:url("../img/ribon_t_s.svg") no-repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    color: white;
    height: 36px;
    padding-top: 16px;
    margin-top: 2em;
    margin-bottom: 0.5em;
	}
    
#sub_main .ribon_artist{
    background:url("../img/ribon_artist_t_s.svg") no-repeat center center;
    -webkit-background-size: 100% auto;
	background-size: 100% auto;
    color: white;
    height: 36px;
    padding-top: 16px;
    margin-top: 2em;
    margin-bottom: 0.5em;
	}

#sub_main p.shira{

	font-size: 14px;
	font-size: 1.4rem;
}
#sub_main p.exp{
    line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
}
    
/*table*/
#sub_main table.tb01{
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}
.tb01 th,
.tb01 td{
  padding: 3px;
}
.tb01 th {
  font-size: 18px;
  font-size: 1.8rem;
}
  
    






}

/*Media Queries for small tablet & smart phone*/
@media only screen and (max-width:425px) {

.nomal-wrapper,
.section-coco{
	padding: 2em 0;
   
}

.nomal-wrapper_0{
	padding: 0 0 2em;

}
 .wa_nawa_harf_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:0;
    width: 300px;
    height: auto;
}
.wa_nawa_top{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top:-150px;
    width: 300px;
    height: auto;
}
    
.head_deco02{
    position: absolute;
    top: 47%;
    left: 7%;
    width:160px;
	height:auto;
} 
   
#sub_main h2{
	font-size:14px;
	font-size: 1.4rem;
    line-height: 1.4;
    
}



#sub_main h3{

	font-size:18px;
	font-size: 1.8rem;
    line-height: 1.2;
	}
    
#sub_main .box_article{
    padding-top: 0.01em;
    }
    
#sub_main .ribon{
    height: 25px; 
    padding-top: 8px;
    margin-top: 2em;
    margin-bottom: 0.5em;
	}
    
#sub_main h4{
	font-size:17px;
	font-size: 1.7rem;

	}
    
#sub_main h4.artist, #sub_main h4.artist01, #sub_main h4.artist02, #sub_main h4.artist03{
	font-size:18px;
	font-size: 1.8rem;

	}  

#sub_main h4.artist_guest{
    font-size:26px;
	font-size: 2.6rem;
    }
    
.sm_orikaesu{
    display: block;
}
.img_100_85{
	width:65%;
	max-width:65%;
	height:auto;
}

/*.img_100_85{
	width:80%;
	max-width:80%;
	height:auto;
}*/
    
/*table*/
#sub_main table.tb01{
  width: 99%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}
.tb01 th,
.tb01 td{

}
.tb01 th {
  font-size: 14px;
  font-size: 1.4rem;
}
.sp_object{
    display: inline;
}






.haishin{
    margin-top: 25px;
}

}