body {
	color:#333;
	text-align: center;
	font-family: Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
/*	lazyload
============================== */
.lazy{
	position: relative;
}

.lazy-done{
	animation-name: imgFadein;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
}
@keyframes imgFadein {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	.lazy img{
		position: absolute;
		top:0;
		left:0;
		display: block;
		width:100%;
		height:100%;
	}
}
@media all and (min-width: 768px) {
	.lazy img{
		display: block;
		width:100%;
		height:100%;
	}
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}
/* スマホ */
@media all and (max-width: 767px) {
	/*	cover
	============================== */
	div.cover{
		background: #2d0601;
	}
	/*	header
	============================== */
	.idx header .main_img{
		position: relative;
		width:100%;
		padding-top:91.264667535853977%;
		height:0;
		background:#000 url(../img/parts/smp_main_img.jpg?201912);
		background-size:cover;
		margin:0;
	}
	.idx header .main_img img{
		position: absolute;
		top:0;
		left:0;
		display: block;
		width: 100%;
		height: 100%;
	}
	.cast header .main_img{
		position: relative;
		width:100%;
		padding-top:11.73469387755102%;
		height:0;
		background:#000 url(../img/parts/main_img2.jpg);
		background-size:cover;
		margin:0 auto;
	}
	.cast header .main_img a{
		position: absolute;
		top:0;
		left:0;
		display: block;
		width:100%;
		height:100%;
	}
	/*smp sns official
	============================== */
	.sns_official{
		width:300px;
		margin:0 auto 10px;
	}
	.sns_official h2{
		width:300px;
		height:55px;
		background-image: url(../img/parts/h2_sns_official.png);
		margin: 0 auto;
	}
	.sns_official ul{
		padding-left:10px;
		margin-bottom: 15px;
		overflow:hidden;
	}
	.sns_official ul li{
		display:block;
		width: 80px;
		height:80px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.sns_official ul li.twitter{
		background-image: url(../img/parts/link_twitter.png);
		margin-right: 20px;
	}
	.sns_official ul li.instagram{
		background-image: url(../img/parts/link_instagram.png);
		margin-right: 20px;
	}
	.sns_official ul li.facebook{
		background-image: url(../img/parts/link_facebook.png);
	}

	.sns_official ul li a{
		display: block;
		width:100%;
		height:100%;
	}
	.sns_official ul li a:hover{
		background-color: rgba(255, 255, 255, 0.3);
	}
	.sns_official p{
		font-size:75%;
		color:#ccc;
	}
	/*	contents
	============================== */
	.contents{
		position: relative;
		padding:10px;
		z-index: 0;
	}
	.contents .contents_left{
		overflow: hidden;
		margin-bottom: 35px;
	}
	main > article{
		margin-bottom: 25px;
	}
	main h2,
	aside h2{
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
	}
	/*	main h2
	============================== */
	main .onair h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_nextonair.png);
	}
	main .twitter h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_twitter.png);
	}
	main .instagram h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_instagram.png);
	}
	main .artist h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_artist.png);
	}
	main .Introduction h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_Introduction.png);
	}
	main .navigator h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_cast.png);
	}
	main .newyork h2{
		width:100%;
		padding-top:14.736842105263158%;
		height:0;
		background-image: url(../img/parts/h2_newyork.png);
	}

	/* next on air
	============================== */
	main .onair .frame{
		background: #fff;
		padding: 7px;
		box-sizing: border-box;
	}
	main .onair .photo{
		width: 100%;
		padding-top: 75%;
		height: 0;
		background-color: #ece3d6;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	/* artist
	============================== */
	main .Introduction .frame,
	main .artist .frame{
		background: #ece3d6;
		padding:10px;
	}
	main .Introduction .frame .inner,
	main .artist .frame .inner{
		background: #f2f2f2;
		border: solid 1px #b97e3c;
		padding:10px;
		line-height: 1.75em;
		font-size: 90%;
	}
	main .artist .photo{
		width: 100%;
		padding-top:66.66667%;
		height: 0;
		background-color: #ece3d6;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	main .artist h3{
		font-size:120%;
		color:#a67201;
	}
	main .Introduction p,
	main .artist p{
		line-height: 1.75em;
		margin-bottom:2.0em;
	}
	/* navigator
	============================== */
	main .navigator .frame{
		background: #f2f2f2;
		padding:5px;
		margin-bottom: 25px;
		text-align: left;
	}
	main .navigator h3{
		display:block;
		width:100%;
		padding-top:20%;
		height:0;
		background-size: cover;
		background-position: center left;
		background-repeat: no-repeat;
	}
	main .navigator .photo{
		width:100%;
		padding-top:56.140350877192982%;
		height:0;
		background-color: #ece3d6;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	main .navigator h4{
		display:block;
		width:100%;
		padding-top:10%;
		height:0;
		margin-bottom: 20px;
		background-size: cover;
		background-position: center left;
		background-repeat: no-repeat;
	}
	main .navigator dl{
		font-size: 85%;
		padding:0 20px;
		margin-bottom: 2.0em;
    overflow: hidden;
	}
	main .navigator dt{
		font-weight: bold;
    display: block;
    clear: left;
    float: left;
    line-height: 1.75em;
		width:7em;
	}
	main .navigator dd{
		display: block;
		line-height: 1.75em;
		margin-left: 7em;
	}
	main .navigator p{
		font-size: 85%;
		padding:0 20px;
		line-height: 1.75em;
		margin-bottom: 1.0em;
	}

	main .navigator #Monday h3{background-image: url(../img/parts/smp_h3_mon.png);}
	main .navigator #Tuesday h3{background-image: url(../img/parts/smp_h3_tue.png?201912);}
	main .navigator #Wednesday h3{background-image: url(../img/parts/smp_h3_wed.png);}
	main .navigator #Thursday h3{background-image: url(../img/parts/smp_h3_thu.png);}
	main .navigator #Friday h3{background-image: url(../img/parts/smp_h3_fri.png?0);}

	main .navigator #Monday h4{background-image: url(../img/parts/h4_profile_mon.png);}
	main .navigator #Tuesday h4{background-image: url(../img/parts/h4_profile_tue.png);}
	main .navigator #Wednesday h4{background-image: url(../img/parts/h4_profile_wed.png);}
	main .navigator #Thursday h4{background-image: url(../img/parts/h4_profile_thu.png);}
	main .navigator #Friday h4{background-image: url(../img/parts/h4_profile_fri.png);}


	/* NY中継担当
	============================== */
	main .newyork .frame{
		background: #f2f2f2;
		padding:5px;
		margin-bottom: 25px;
		text-align: left;
	}
	main .newyork h3{
		display:block;
		width:100%;
		padding-top:20%;
		height:0;
		background-size: cover;
		background-position: center l;
		background-repeat: no-repeat;
	}
	main .newyork .photo{
		width:100%;
		padding-top:56.140350877192982%;
		height:0;
		background-color: #ece3d6;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	main .newyork h4{
		display:block;
		width:100%;
		padding-top:10%;
		height:0;
		margin-bottom: 20px;
		background-image: url(../img/parts/h4_profile_ny.png);
		background-size: cover;
		background-position: center left;
		background-repeat: no-repeat;
	}
	main .newyork p{
		font-size: 85%;
		padding:0 20px;
		line-height: 1.75em;
		margin-bottom: 1.0em;
	}

	main .newyork #NY_1 h3{background-image: url(../img/parts/smp_h3_ny_1.png?2);}
	main .newyork #NY_2 h3{background-image: url(../img/parts/smp_h3_ny_2.png?2);}



	/*	contents right
	============================== */
	.contents .contents_right{

	}
	.pc.sns_official{
		display:none;
	}
	.recta{
		margin-bottom: 50px;
	}
	/*	NAVIGATOR
	============================== */
	aside .navigator{
		padding:0 35px;
		margin-bottom: 25px;
	}
	aside .navigator h2{
		width:100%;
		padding-top:18.333333333333333%;
		height:0;
		background-image: url(../img/parts/h2_r_cast.png);
		margin: 0 auto;
	}
	aside .navigator ul{
		overflow:hidden;
	}
	aside .navigator ul li{
		position: relative;
		display: block;
		width:100%;
		padding-top:40%;
		height:0;
		margin-bottom: 10px;
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-size: cover;
	}
	aside .navigator ul li.mon{
		background-image: url(../img/parts/navigator_mon.png?2);
	}
	aside .navigator ul li.tue{
		background-image: url(../img/parts/navigator_tue.png);
	}
	aside .navigator ul li.wed{
		background-image: url(../img/parts/navigator_wed.png);
	}
	aside .navigator ul li.thu{
		background-image: url(../img/parts/navigator_thu.png?201912);
	}
	aside .navigator ul li.fri{
		background-image: url(../img/parts/navigator_fri.png);
	}
	aside .navigator ul li a{
		position: absolute;
		top:0;
		left:0;
		display: block;
		width: 100%;
		height: 100%;
	}
	aside .navigator ul li a:hover{
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.3);
	}
	aside .navigator ul li:last-child{
		margin-bottom: 0;
	}
	/*	newyork
	============================== */
	aside .newyork{
		padding:0 35px;
		margin-bottom: 25px;
	}
	aside .newyork h2{
		width:100%;
		padding-top:20%;
		height:0;
		background-image: url(../img/parts/h2_r_newyork.png);
		margin: 0 auto;
	}
	aside .newyork ul{
		margin-bottom: 50px;
		overflow:hidden;
	}
	aside .newyork ul li{
		position: relative;
		display: block;
		width:49.3333333333333%;
		padding-top: 20%;
		height:0;
		float:left;
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-size: cover;
	}
	aside .newyork ul li.kikkawa{
		background-image: url(../img/parts/ny_kikkawa.png);
		margin-right: 1.333333333333333%;
	}
	aside .newyork ul li.sasaki{
		background-image: url(../img/parts/ny_sasaki.png);
	}
	aside .newyork ul li a{
		position: absolute;
		top:0;
		left:0;
		display: block;
		width: 100%;
		height: 100%;
	}
	aside .newyork ul li a:hover{
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.3);
	}
	aside .newyork ul li:last-child{
		margin-right: 0;
	}
	/*	sns buttons
	============================== */
	aside .sns_buttons{
		width:300px;
		overflow: hidden;
		margin:0 auto 50px;
	}
	aside .sns_buttons .tw {
		float: left;
		margin-left: 67px;
		margin-right: 10px;
	}
	aside .sns_buttons .fb {
		 float: left;
		 width: 100px;
	 }
	 /*	copyright
	 ============================== */
	 p.copyright {
		 background: #7e0043;
		 color:#ccc;
		 line-height:1.25;
		 font-size:75%;
		 padding:10px 10px 35px 10px;
	 }
	 p.copyright a {
	 	color:#ccc;
	 	text-decoration: none;
	 }
	 p.copyright a:hover {
		 text-decoration:none;
	 }

}/* /スマホ */
/* PC */
@media all and (min-width: 768px) {
	/*	cover
	============================== */
	div.cover{
		background: #2d0601;
	}

	/*	header
	============================== */
	.idx header{
		background: #000 url(../img/parts/top_header_bg.jpg);
		background-position:top center;
		background-repeat: repeat-x;
		background-size: 2000px 400px;
	}
	.idx header .main_img{
		position: relative;
		width:980px;
		height:400px;
		background:#000 url(../img/parts/main_img.jpg?2);
		background-size:cover;
		margin:0 auto;
	}
	.cast header{
		background: #000 url(../img/parts/top_header_bg.jpg);
		background-position:center center;
		background-repeat: repeat-x;
		background-size: 1000px 200px;
	}
	.cast header .main_img{
		position: relative;
		width:980px;
		height:115px;
		background:#000 url(../img/parts/main_img2.jpg);
		background-size:cover;
		margin:0 auto;
	}
	.cast header .main_img a{
		display: block;
		width:100%;
		height:100%;
	}
	/*	smp sns official
	============================== */
	.smp.sns_official{
		display:none;
	}
	/*	contents
	============================== */
	.contents{
		position: relative;
		width:980px;
		margin:0 auto;
		overflow: hidden;
		z-index: 0;
	}
	.contents_left{
		width:600px;
		overflow: hidden;
		float:left;
	}
	.contents_right{
		width:300px;
		padding-top:70px;
		overflow: hidden;
		float:right;
	}
	main{

	}
	main > article{
		margin-bottom: 50px;
	}
	main h2,
	aside h2{
		background-repeat: no-repeat;
		background-size: cover;
	}
	/*	main h2
	============================== */
	main .onair h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_nextonair.png);
	}
	main .twitter h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_twitter.png);
	}
	main .instagram h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_instagram.png);
	}
	main .artist h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_artist.png);
	}
	main .Introduction h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_Introduction.png);
	}
	main .navigator h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_cast.png);
	}
	main .newyork h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_newyork.png);
	}
	main .present h2{
		width:600px;
		height:70px;
		background-image: url(../img/parts/h2_present.png);
	}
	/* next on air
	============================== */
	main .onair .frame{
		background: #fff;
		width: 600px;
		height: 455px;
		padding: 10px;
		box-sizing: border-box;
	}
	main .onair .photo{
		width: 580px;
		height: 435px;
		background-color: #ece3d6;
		background-size: 580px 435px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	/* artist
	============================== */
	main .Introduction .frame,
	main .artist .frame{
		background: #ece3d6;
		padding:15px;
	}
	main .Introduction .frame .inner,
	main .artist .frame .inner{
		background: #f2f2f2;
		border: solid 1px #b97e3c;
		padding:20px 10px;
		line-height: 1.75em;
		font-size: 90%;
	}
	main .artist .photo{
		width: 450px;
		height: 300px;
		background-color: #ece3d6;
		background-size: 450px 300px;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	main .artist h3{
		font-size:110%;
		color:#a67201;
	}
	main .Introduction p,
	main .artist p{
		line-height: 1.75em;
		margin-bottom:2.0em;
	}
	/* navigator
	============================== */
	main .navigator .frame{
		background: #f2f2f2;
		padding:10px 15px 15px 15px;
		margin-bottom: 25px;
		text-align: left;
	}
	main .navigator h3{
		display:block;
		width:570px;
		height:80px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	main .navigator .photo{
		width: 570px;
		height: 320px;
		background-color: #ece3d6;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	main .navigator h4{
		display:block;
		width:570px;
		height:33px;
		margin-bottom: 30px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	main .navigator dl{
		padding:0 24px;
		margin-bottom: 2.0em;
    overflow: hidden;
	}
	main .navigator dt{
		font-weight: bold;
    display: block;
    clear: left;
    float: left;
    line-height: 1.75em;
		width:7.5em;
	}
	main .navigator dd{
		display: block;
		line-height: 1.75em;
		margin-left: 7.5em;
	}
	main .navigator p{
		padding:0 24px;
		line-height: 1.75em;
		margin-bottom: 1.0em;
	}

	main .navigator #Monday h3{background-image: url(../img/parts/h3_mon.png);}
	main .navigator #Tuesday h3{background-image: url(../img/parts/h3_tue.png);}
	main .navigator #Wednesday h3{background-image: url(../img/parts/h3_wed.png);}
	main .navigator #Thursday h3{background-image: url(../img/parts/h3_thu.png?201912);}
	main .navigator #Friday h3{background-image: url(../img/parts/h3_fri.png);}

	main .navigator #Monday h4{background-image: url(../img/parts/h4_profile_mon.png);}
	main .navigator #Tuesday h4{background-image: url(../img/parts/h4_profile_tue.png);}
	main .navigator #Wednesday h4{background-image: url(../img/parts/h4_profile_wed.png);}
	main .navigator #Thursday h4{background-image: url(../img/parts/h4_profile_thu.png);}
	main .navigator #Friday h4{background-image: url(../img/parts/h4_profile_fri.png);}


	/* NY中継担当
	============================== */
	main .newyork .frame{
		background: #f2f2f2;
		padding:10px 15px 15px 15px;
		margin-bottom: 25px;
		text-align: left;
	}
	main .newyork h3{
		display:block;
		width:570px;
		height:80px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	main .newyork .photo{
		width: 570px;
		height: 320px;
		background-color: #ece3d6;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	main .newyork h4{
		display:block;
		width:570px;
		height:33px;
		margin-bottom: 30px;
		background-image: url(../img/parts/h4_profile_ny.png);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	main .newyork p{
		padding:0 24px;
		line-height: 1.75em;
		margin-bottom: 2.0em;
	}

	main .newyork #NY_1 h3{background-image: url(../img/parts/h3_ny_1.png?2);}
	main .newyork #NY_2 h3{background-image: url(../img/parts/h3_ny_2.png?2);}


	/*	contents right
	============================== */
	aside .sns_official{
		margin-bottom: 30px;
	}
	aside .sns_official h2{
		width:300px;
		height:55px;
		background-image: url(../img/parts/h2_sns_official.png);
	}
	aside .sns_official ul{
		padding-left:10px;
		margin-bottom: 15px;
		overflow:hidden;
	}
	aside .sns_official ul li{
		display:block;
		width: 80px;
		height:80px;
		float:left;
		background-size: cover;
		background-repeat: no-repeat;
	}

	aside .sns_official ul li.twitter{
		background-image: url(../img/parts/link_twitter.png);
		margin-right: 20px;
	}
	aside .sns_official ul li.instagram{
		background-image: url(../img/parts/link_instagram.png);
		margin-right: 20px;
	}
	aside .sns_official ul li.facebook{
		background-image: url(../img/parts/link_facebook.png);
	}

	aside .sns_official ul li a{
		display: block;
		width:100%;
		height:100%;
	}
	aside .sns_official ul li a:hover{
		background-color: rgba(255, 255, 255, 0.3);
	}
	aside .sns_official p{
		font-size:75%;
		color:#ccc;
	}
	/*	NAVIGATOR
	============================== */
	aside .navigator h2{
		width:300px;
		height:55px;
		background-image: url(../img/parts/h2_r_cast.png);
	}
	aside .navigator ul{
		margin-bottom: 50px;
		overflow:hidden;
	}
	aside .navigator ul li{
		display: block;
		width:300px;
		height:120px;
		margin-bottom: 10px;
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-size: cover;
	}
	aside .navigator ul li.mon{
		background-image: url(../img/parts/navigator_mon.png);
	}
	aside .navigator ul li.tue{
		background-image: url(../img/parts/navigator_tue.png?201912);
	}
	aside .navigator ul li.wed{
		background-image: url(../img/parts/navigator_wed.png);
	}
	aside .navigator ul li.thu{
		background-image: url(../img/parts/navigator_thu.png);
	}
	aside .navigator ul li.fri{
		background-image: url(../img/parts/navigator_fri.png);
	}

	aside .navigator ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	aside .navigator ul li a:hover{
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.3);
	}
	aside .navigator ul li:last-child{
		margin-bottom: 0;
	}
	/*	newyork
	============================== */
	aside .newyork h2{
		width:300px;
		height:55px;
		background-image: url(../img/parts/h2_r_newyork.png);
	}
	aside .newyork ul{
		margin-bottom: 50px;
		overflow:hidden;
	}
	aside .newyork ul li{
		display: block;
		width:148px;
		height:60px;
		margin: 0 auto;
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-size: cover;
	}
	aside .newyork ul li.kikkawa{
		background-image: url(../img/parts/ny_kikkawa.png);
	}
	aside .newyork ul li.sasaki{
		background-image: url(../img/parts/ny_sasaki.png);
	}
	aside .newyork ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	aside .newyork ul li a:hover{
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.3);
	}
	/*
	aside .newyork ul li{
		display: block;
		width:148px;
		height:60px;
		float:left;
		margin-right: 4px;
		background-color: #f2f2f2;
		background-repeat: no-repeat;
		background-size: cover;
	}	
	aside .newyork ul li:last-child{
		margin-right: 0;
	}*/
	/*	sns buttons
	============================== */
	aside .sns_buttons div{

	}
	aside .sns_buttons .tw {
		float: left;
		margin-left: 60px;
	}
	aside .sns_buttons .fb {
		 float: right;
		 width: 100px;
		 margin-right: 30px;
	 }
	 /*	copyright
	 ============================== */
	 p.copyright {
		 background: #7e0043;
		 color:#ccc;
		 line-height:1.25;
		 font-size:75%;
		 padding:35px 0 35px;
	 }
	 p.copyright a {
	 	color:#ccc;
	 	text-decoration: none;
	 }
	 p.copyright a:hover {
		 text-decoration:none;
	 }

}/* /PC */

/*	menu
============================== */
/* スマホ */
@media all and (max-width: 767px) {
	.menu{
		position: relative;
		height:70px;
		padding:5px;
		background:#7e0043;
		margin-bottom: 5px;
		box-sizing: border-box;
		z-index: 3;
	}
	.menu nav > ul{
		overflow: hidden;
	}
	.menu nav > ul > li{
		width:49.5%;
	}
	.menu nav > ul li.cast {
		float:left;
	}
	.menu nav > ul li.artist {
		float:right;
	}
	.menu nav > ul > li > a{
		display: block;
		width:100%;
		height:60px;
		background-size: 155px 60px;
		background-repeat: no-repeat;
		background-position: center center;
		border: solid 4px #ab5985;
		box-sizing: border-box;
	}
	.menu nav > ul > li > a > span{
		display: block;
		width: 100%;
		height:100%;
	}
	.menu nav > ul > li > a:hover > span{
		background:rgba(255, 255, 255, 0.2);
	}
	.menu ul li.cast > a{
		background-image: url(../img/parts/smp_menu_cast.png);
		position: relative;
	}
	.menu ul li.cast > a::before{
		content: "";
		display:block;
		width: 24px;
		height:24px;
		position: absolute;
		top:14px;
		left:7px;
		background-size: 24px 24px;
		background-repeat: no-repeat;
	}
	.menu ul li.artist a{
		background-image: url(../img/parts/smp_menu_artist.png);
	}
	.menu ul.member {
		background-color: rgba(146, 21, 88, 0.95);
	}
	.menu ul.member li{
		display: block;
		border-top:solid 1px rgba(255, 255, 255, 0.2);
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	}
	.menu ul.member li a{
		display: block;
		padding:10px;
		width: 100%;
		height:100%;
		box-sizing: border-box;
		color:#eee;
		font-size:100%;
		text-decoration: none;
	}
	.menu ul.member li a:hover{
		/* background:rgba(255, 255, 255, 0.2); */
	}
	.menu ul li.cast.accordion-close > a::before{
		background-image: url(../img/parts/smp_menu_cast_open.png);
	}
	.menu ul li.cast.accordion-open > a::before{
		background-image: url(../img/parts/smp_menu_cast_close.png);
	}
}/* /スマホ */
/* PC */
@media all and (min-width: 768px) {
	.menu{
		position: relative;
		background:#7e0043;
		height:110px;
		margin-bottom: 20px;
		z-index: 3;
	}
	.menu nav > ul{
		width: 980px;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 20px;
	}
	.menu nav > ul > li{
		float:left;
	}
	.menu nav > ul > li > a > span{
		display: block;
		width: 100%;
		height:100%;
	}
	.menu nav > ul > li > a:hover > span{
		background:rgba(255, 255, 255, 0.2);
	}
	.menu ul li.cast > a{
		display: block;
		width:485px;
		height:75px;
		background-size: cover;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	.menu ul li.artist a{
		display: block;
		width:485px;
		height:75px;
		background-image: url(../img/parts/menu_artist.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.menu ul.member {
		width:485px;
		background-color: rgba(146, 21, 88, 0.95);
	}
	.menu ul.member li{
		display: block;
		border-top:solid 1px rgba(255, 255, 255, 0.2);
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	}
	.menu ul.member li a{
		display: block;
		padding:10px;
		width: 100%;
		height:100%;
		box-sizing: border-box;
		color:#eee;
		font-size:125%;
		text-decoration: none;
	}
	.menu ul.member li a:hover{
		background:rgba(255, 255, 255, 0.2);
	}
	.menu ul li.cast.accordion-close > a{
		background-image: url(../img/parts/menu_cast_open.png);
	}
	.menu ul li.cast.accordion-open > a{
		background-image: url(../img/parts/menu_cast_close.png);
	}
}/* /PC */

/*	menu アコーデオン
============================== */
	.menu .accordion-unit .accordion-box {
		transition-duration:500ms;
		transition-timing-function:ease-in-out;
		transition-property:height;
	}
	.menu .accordion-close .accordion-box {
		height:0;
	}
	.menu .accordion-open .accordion-box {
		height:auto;
	}


/* Twitter
==============================================================*/
.twitter .timeline{
	background-color: #fff;
}
@media all and (min-width: 768px) {
	.twitter .timeline{
		/* height: 600px;
		padding: 20px; */
	}
}
@media all and (max-width: 767px) {
	.twitter .timeline{
		/* height: 400px;
		padding: 10px; */
	}
}

/* Instagram
==============================================================*/

.instagram  ul li a img.icon-video{
	background-image: url(/um/img/play.png);
	background-repeat: no-repeat;
	background-position: center;
}
@media all and (min-width: 768px) {
	.instagram .ig-timeline .tl-inner{

	}
	.instagram ul li {
		width: 33.3%;
		display: inline-block;
		position: relative;
		height: 200px;
		box-sizing: border-box;
		border: 2.5px solid #fff;
		vertical-align: bottom;
	}
	.instagram ul li:nth-child(3n){border-right: 5px solid #fff;}
	.instagram ul li:nth-child(3n+1){border-left: 5px solid #fff;}
	.instagram ul li:nth-child(n+6){border-bottom: 5px solid #fff;}
	.instagram ul li:nth-child(-n+3){border-top: 5px solid #fff;}

	.instagram ul li a {
		width: 100%;
		height: 100%;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.instagram  ul li a img{
		width: 100%;
		height: 100%;
		display: block;
		top: 0px;
		left: 0px;
	}
}
@media all and (max-width: 767px) {
	.instagram .ig-timeline .tl-inner{

	}
	.instagram  ul{
		box-sizing: border-box;
		overflow: hidden;
		border: 2px solid #fff;
	}
	.instagram  ul li {
		width: 33.333%;
		display: inline-block;
		position: relative;
		height: 0px;
		box-sizing: border-box;
		border: 2px solid #fff;
		padding-bottom: 33.333%;
		margin-bottom: -4px;
	}
	.instagram ul li a {
		width: 100%;
		height: 100%;
		display: inline-block;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.instagram ul li a img{
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0px;
	}
}
/*	back to top
============================== */
p.backtotop {
	z-index:20;
	-webkit-transition-duration:300ms;
	-webkit-transition-timing-function:ease-in-out;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
}
p.backtotop a, p.backtotop span {
	display:block;
}
p.btot-on, p.btot-off {
	position:fixed;
}
/* スマホ */
@media all and (max-width: 767px) {
	p.backtotop {
		min-width:320px;
		transition-property:bottom;
	}
	p.btot-on, p.btot-off {
		width:100%;
	}
	p.btot-on {
		bottom:0;
	}
	p.btot-off {
		bottom:-40px;
	}
	p.backtotop a {
		position:relative;
		text-decoration:none;
		color:#eee;
		background-color:rgba(83, 0, 44, 0.9);
		height:40px;
	}
	p.backtotop a span {
		display:block;
		margin: 0 auto;
		line-height: 40px;
		font-size:14px;
		font-weight:bold;
	}
	p.backtotop a span:before {
		display: inline-block;
		line-height: 40px;
		vertical-align: middle;
		margin-top:-0.25em;
		margin-right:0.5em;
		content:"";
		background-image:url(../img/parts/smp_pagetop.png);
		background-size: cover;
		background-repeat:no-repeat;
		background-position:left top;
		width:20px;
		height:20px;
		background-color:#eee;
	}

}/* /スマホ */
/* PC */
@media all and (min-width: 768px) {
	p.backtotop {
		display:none;
		transition-property:bottom;
	}
	p.backtotop.btot-on {
		display:block;
		right:40px;
		bottom:40px;
	}
	p.backtotop.btot-off {
		display:block;
		right:40px;
		bottom:-120px;
	}
	p.backtotop a {
		background:#ba6894 url(../img/parts/pagetop.png);
		background-size:30px 36px;
		background-repeat:no-repeat;
		background-position:center center;
		width:60px;
		height:60px;
		text-indent:110%;white-space:nowrap;overflow:hidden;
		opacity: 0.8;
	}
}/* /PC */

/* present-top
============================== */
.contents_left div#present{
	margin: 30px auto;
}
.contents_left div#present a{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 18.75%;
	background-size:100%;
	background-image:url(../img/present_bn.png);
	overflow:hidden;
	text-indent: -9999px;
}
.contents_left div#present a:hover{
	filter: alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;
}
/* present-page
============================== */
main .present .frame{
	background: #ece3d6;
	padding:15px;
}
main .present .frame .inner{
	background: #f2f2f2;
	border: solid 1px #b97e3c;
	padding:30px;
	line-height: 1.75em;
	font-size: 90%;
}
main .present h3{
	font-size:110%;
	color:#a67201;
	text-align: left;
	margin-bottom: 10px;
}
main .present p{
	line-height: 1.75em;
	margin-bottom:2.0em;
	text-align: left;
}

main .present .photo{
	width: 60%;
	height: 0;
	padding-top: 48%;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	background-size: cover;

}
main .present .button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #fff;
	letter-spacing: 0.1em;
  background: #7e0043;
  transition: .4s;
}

main .present .button:hover {
  background: #ffd047;
  color: white;
}
