@charset "shift_jis";


/* アクセントカラー指定 ここから================ */

#pankuzu,
#recom-title {
  background: #007bbb;
}

#script h2 {
  color: #007bbb;
}

#script h2,
#script h3 {
  border-color: #2ca9e1;
}


/* アクセントカラー指定 ここまで================ */


/* トップ画像 */

.topcopy{
	padding-left:300px;
	text-align:left;
    display: block!important;
}

.column2 width-big{
	width:900px!important;
}

#main-background {
  background: #000 url(img/sada_top.jpg) top center no-repeat;
  background-size: cover;
  height: 450px; /* 2ページ目以降のトップイメージの高さ */
}

#main-background2 {
  background: #000;
  background-size: cover;
  height: 450px; /* 2ページ目以降のトップイメージの高さ */
}

#first-page #main-background {
  height: 450px; /* 1ページ目のトップイメージの高さ */
  text-align: right;
}

#top-wrap {
  background: rgba(0,0,0,0.0); /* 背景色のブラック透過度を設定(0.3〜0.6の範囲で)*/
}

#main-background,
#main-background h1 a {
  color: #fff; /* タイトル文字色 */
}

#main-background2,
#main-background2 h1 a {
  color: #fff; /* タイトル文字色 */
}

#main-background h1 {
  font-family: NotoserifJP !important; /* NotoserifJP = 明朝体 / NotoSansJP = ゴシック体*/
  font-size: 28px; /* 2ページ目以降の文字サイズ */
  font-weight: 700; /* 300 / 500 / 700 */
  padding-top: 50px; /* 2ページ目以降の上余白 */
}

#first-page #main-background h1 {
  padding-top: 75px; /* 1ページ目の上余白 */
  font-size: 40px; /* 1ページ目の文字サイズ */
}

.prof{
	width:900px;
}

#profile .prof h2 {
    font-family: NotoserifJP !important;
    font-weight: 500;
    font-size: 140%;
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: 1px dotted #555;
}



/* エピソード */

.main1c .red{
	font-weight:bold;
	color:#ea5550;
}

.main1c .title{
	font-weight:bold;
	font-size:120%!important;
	margin-bottom:15px!important;
	padding-left:15px;
}

.main1c .title2{
	font-weight:bold;
	font-size:110%!important;
	margin-bottom:0px!important;
}

.sityou{
	margin:0 auto;
}

#sityou_colum{
	background-color:#ffffe0;
}

.syoukai{
	margin:0 auto;
	text-align:right;
	font-size:90%!important;
}



/* リンク */

.concert{
	margin-bottom: 0px!important;
	font-weight:bold;
}

.concert_copy{
	margin-top:5px!important;
	font-size:90%!important;
}

#column2{
	width:60%;
}

#column2_2{
	width:38%;
}

#column2_3{
	width:59%;
}

#column2_4{
	width:39%;
}

.link{
	color:#1d54a7;
	text-decoration: underline;
}

.link:hover{
	text-decoration: none;
}

.link_year{
	margin:0px;
}

.link_year2{
	margin:10px 0 0 0;
}

.star{
	color:#ffd700;
}


#script .block h2,
#script .block h3 {
  font-family: NotoSansJP !important; /* NotoserifJP = 明朝体 / NotoSansJP = ゴシック体*/
  font-weight: 700; /* 300 / 500 / 700 */
}

#script .block h2 span {
  color: #333;
  font-weight: 500; /* 300 / 500 / 700 */
}

/* 商品紹介 */

.column1{
	width:900px;
	margin:0 auto;
	padding:5px 0 5px 10px;
}

#cd{
	background-color:#008899;
	color:#ffffff;
	font-weight:bold;
	border-radius: 10px;
	margin-bottom:10px;
}


#tolkcd{
	background-color:#007bbb;
	color:#ffffff;
	font-weight:bold;
	border-radius: 10px;
	margin-bottom:10px;
}

.link_column{
	width:900px;
	margin:0 auto;
	padding-bottom:30px;
}

.link_img{
	width:25%;
	float:left;
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
}

.link_img img{
	border-radius:6px;
}

.link_copy{
	width:75%;
	float:right;
	margin:0 auto;
	padding:10px 0 10px 0;
	font-size:90%;
}

.link_title{
	display:block;
	font-weight:bold;
}

.border{
	border-bottom :dotted 1px #a16d5d;
	width:50%;
}

/* 試聴 */

.jplayer_title {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 10px 15px 7px;
    background: #ececec;
    font-size: 16px;
    font-weight: bold;
}

.player_width_smp {
    background: #fff;
    display: block;
    height: 63px;
    width: 100%;
}

.script-alert3 {
    background-color: #ffffe0;
    color: #200400;
    font-size: 14px;
    line-height: 170%;
    margin: 0 0 25px;
    padding: 15px 20px;
}



/* スマートフォン用CSSここから */
@media screen and (max-width: 767px) {


/* トップ画像 */

.topcopy{
	padding-left:0px;
	text-align:left;
}

#column2{
	width:100%;
}

#column2_2{
	width:100%;
}

#column2_3{
	width:100%;
}

#column2_4{
	width:100%;
}

#main-background {
  background: #000 ;
  background-size: cover;
  height: 160px; /* 2ページ目以降のトップイメージの高さ */
}

h1 {
	font-size:120%;
}

.prof{
	width:100%;
}

#sp{
	width:100%;
}


#top-wrap {
    background: rgba(0,0,0,0.5);
}

  #main-background h1,
  #first-page #main-background h1 {
    font-size: 20px; /* 2ページ目以降の文字サイズ */
    font-family: serif !important; /* serif = 明朝体 / sans-serif = ゴシック体*/
    font-weight: bold; /* normal / bold */
    padding-top: 40px; /* 2ページ目以降の上余白 */
  }

  #first-page #main-background h1 {
    font-size: 26px; /* 1ページ目の文字サイズ */
    padding-top: 60px; /* 1ページ目の上余白 */
    padding-bottom: 0;
  }



.column2 width-big{
	width:100%!important;
}

/* エピソード */

#script .block h2,
#script .block h3 {
  font-family: sans-serif !important; /* serif = 明朝体 / sans-serif = ゴシック体*/
}

#script .block h2 span {
  color: #333;
  font-size:  70%;
}


#sityou_colum {
	width:100%;
}

#cd{
	width:100%;
}

.link_img{
	float:none;
	width:100%;
}

.link_copy{
	float:none;
	width:100%;
}

.link_column{
	width:100%;
}

.border{
	border-bottom :dotted 1px #a16d5d;
	width:100%;
}

/* スマートフォン用CSSここまで */
} /* @media max-width:566px */