@charset "utf-8";
/* CSS Document */


/* top
----------------------------------------- */
#mainVisual {
	margin-bottom: 30px;
	text-align: center;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
#mainVisual .pc {
	display: none;
}
#mainVisual .sp {
	display: none;
}
#mainVisual .sp2 {
	display: block;
}
#content h3.ttl {
	margin-bottom: 16px;
	font-size: 22px;
	text-align: center;
}
	
/* タブレット向け：760px～ */
@media only screen and (min-width: 760px) {

/* mainVisual */
#mainVisual {
	margin-bottom: 80px;
	text-align: center;
}
#mainVisual img {
	max-width: 1580px;
	height: auto;
}

#mainVisual .pc {
	display: none;
}
#mainVisual .sp {
	display: block;
}
#mainVisual .sp2 {
	display: none;
}

#content h2.ttl {
}
#content h3.ttl {
	margin-bottom: 16px;
	font-size: 22px;
	text-align: center;
}
#content p.ttl {
	margin-bottom: 45px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

} /* タブレット向け */

/* 1100px～ */
@media only screen and (min-width: 1100px) {
	/* top */
#mainVisual .pc {
	display: block;
}
#mainVisual .sp {
	display: none;
}
#mainVisual .sp2 {
	display: none;
}
}

/* PC向けレイアウトの指定：1200px～ */
@media only screen and (min-width: 1200px) {


#content h2.ttl {
	margin-bottom: 65px;
	font-size: 50px;
}
#content h3.ttl {
	font-size: 25px;
}
#content p.ttl {
	font-size: 14px;
}

/**/
/**/
/**/
} /* PC向け */

/* gallery
=========================================== */

#gallery {
	width: 100%;
	padding:150px 0;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/gallery/gallery_bg.jpg) no-repeat top center;
	background-size: 100% auto;
	background-attachment: fixed;
}
.gallery_ttl {
	text-align: center;
	background: url(../img/img/BACK/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	
}
.gallery_ttl img {
	height: 56px;
}
.ssfont {
	font-size:11px;
}
@media screen and (max-width: 768px){
	#gallery {
		background: none;
	}
	#gallery:before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		background:url(../img/gallery/gallery_bg_sp.jpg) no-repeat top center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}		
}
@media screen and (max-width: 640px){
	#gallery {
		padding-top: 70px;
		padding-bottom: 70px;
		background: none;
	}
	#gallery .sec_in {
		padding-right: 0;
		padding-left: 0;
	}
	.gallery_ttl img {
		height: 28px;
	}
}


/* category
--------------------------- */
.gallery_dico_category {
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
.gallery_dico_category:after {
	content: '';
	display: block;
	height:1px;
	width: 100%;
	background: url(../img/img/BACK/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	position: absolute;
	bottom: 2px;
	left: 0;
}
.gallery_dico_category_list {
	overflow-x: auto;
	overflow-y:hidden;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
}
.gallery_dico_category_list li {
	display: inline-block;
	position: relative;
	padding: 22px 5px 22px 5px;
	color: #000;
	cursor: pointer;
	opacity: 0.5;
	font-family:Helvetica,Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}
.gallery_dico_category_list li.active {
	opacity: 1;
}
.gallery_dico_category_list li.active:after {
	content: '';
	display: block;
	height:1px;
	width: 100%;
	background: #cc0000;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
}
.gallery_dico_category_list li.active:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4.5px 5px 4.5px;
	border-color: transparent transparent #cc0000 transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-2px;
	z-index: 2;
}
.browser-safari .gallery_dico_category_list li.active:before ,
.browser-safari .gallery_dico_category_list li.active:after {
	bottom: 2px;
}
@media screen and (max-width: 640px){
	.gallery_dico_category {
		margin-bottom: 25px;
	}
	.gallery_dico_category_list li {
		font-size: 12px;
		padding: 15px 8px;
	}
	.browser-safari .gallery_dico_category_list li.active:before {
		bottom: 2px;
	}
	.browser-safari .gallery_dico_category_list li.active:after {
		bottom: 2px;
	}
}

/*add be */
.gallery_subttl {
	padding: 12px;
	color: #000;
	cursor: pointer;
	opacity: 0.5;
	font-family:Helvetica,Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}

/*add be */

/* list
--------------------------- */
.gallery_dico_thum {
}
.gallery_dico_thum ul {
	overflow: hidden;
	margin: 0 19%;
}
.gallery_dico_thum_cont {
}
.gallery_dico_thum_cont li {
	width: 31.334%;
	float: left;
	text-align: center;
	margin:0 2% 2% 0;
}
.gallery_dico_thum_cont li img {
	vertical-align: middle;
	width: 100%;
}
.gallery_dico_thum_cont li a:hover {
	opacity:0.8;
}

.gallery_dico_thum_cont li.nobg {
	background:none;
}
.gallery_dico_thum_cont li.nobg a {
	background:rgba(0,0,0,0.3);
	padding: 2% 0 2% 0;
	display: block;
}
.gallery_dico_thum_cont li.nobg p {
	color: #000000;
	margin-top: 8px;
	font-family:Helvetica,Arial;
	letter-spacing: 1px;
}
/*
@media screen and (max-width: 768px){
	.gallery_dico_thum_cont li {
		width: 31%;
		margin:0 2% 2% 0;
	}
}
*/

/* detail
--------------------------- */
.gallery_detail a{
    color: #c00;
    text-decoration: underline;
}
.gallery_detail {
	padding-top: 60px;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	position: relative;
}
.gallery_detail_box {
	display: block;
}
.gallery_detail_ph {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	text-align: center; /*add be*/
	color: #000000; /*add be*/
	font-size: 12px; /*add be*/
}
/*add be*/
.gallery_detail_ph img {
	width: 100%;
	max-width: 1200px;
}
.gallery_detail_ph ul {
	width: 100%;
	max-width: 1200px;
}
/*
.dummyspace {
	width:50px;
	height: 30px;
}
*/
.gallery_detail_ph p + p {
	margin-top:20px; 
}
.play > p{
	line-height: 150%;
}

.reclist {
	margin: 30px 0px 0px 0px;
}
.reclist ol,.reclist ul {
	margin: 1em 0;
	padding-left: 30px;
}
.reclist ol li {
	list-style: decimal-leading-zero;
	margin-bottom: 4px;
}
.reclist ul li {
	list-style-type: square;
	margin-bottom: 4px;
}
.ph01 img {
	margin-bottom: 8px;
}
/*add be*/

.gallery_detail_txt {
	display: block;
	width: 90%;
	padding-left: 6%;
	vertical-align: top;
	color: #000;
}
.gallery_detail_txt .category {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #706961;
	font-family:Helvetica,Arial;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
.gallery_detail_txt .title {
	padding-bottom: 25px;
	border-bottom: 1px solid #706961;
}
.gallery_detail_txt .title_date {
	font-size: 12px;
	padding-bottom: 15px;
}
.gallery_detail_txt .title_ttl {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	padding-bottom: 10px;
}
.gallery_detail_txt .title_notes {
	font-size: 12px;
	line-height: 24px;
}
.gallery_detail_txt .play {
	border-bottom: 1px solid #706961;
	padding-top: 20px;
	padding-bottom: 20px;
}
.gallery_detail_txt .jplayer_container {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.gallery_detail_txt .jplayer_container:last-child {
	margin-bottom: 0;
}
.gallery_detail_txt .jplayer_container .track-name{
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.3s ease 0s;
	display: block;
	vertical-align: middle;
	/*padding-left: 10px;*/
	/*add be-------*/
	padding-left: 25px;
	text-indent:-28px;
	line-height:150%;
}
.gallery_detail_txt .jplayer_container .track-name.active{
	color:#f00;
}
.cp-container {
	margin-left: 10px;
}
.gallery_detail_txt .jplayer_container .jp-play,
.gallery_detail_txt .jplayer_container .cp-play{
	width: 30px;
	height: 30px;
	background: url(../img/gallery/gallery_play_icn_p.png) center top no-repeat;
	background-size: 30px;
	cursor: pointer;
	/*display: block;*/
	vertical-align: top;
	margin-right: 10px;
}
.gallery_detail_txt .jplayer_container .jp-play:hover,
.gallery_detail_txt .jplayer_container .cp-play:hover {
	opacity: 0.7;
}
.gallery_detail_txt .jplayer_container .jp-pause,
.gallery_detail_txt .jplayer_container .cp-pause{
	width: 30px;
	height: 30px;
	background: url(../img/gallery/gallery_play_icn_s.png) center top no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: none;
	/*display: block;*/
	vertical-align: top;
	margin-right: 10px;
}
.gallery_detail_txt .jplayer_container .jp-pause:hover,
.gallery_detail_txt .jplayer_container .cp-pause:hover {
	opacity: 0.7;
}

.gallery_detail_txt .variation {
	padding-top: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #706961;
}
.gallery_detail_txt .variation p {
	font-size: 12px;
	line-height: 24px;
}
.gallery_detail_txt .variation p + p {
	margin-top: 25px;
}
.gallery_detail_txt .tieup {
	/*font-size: 14px;
	line-height: 30px;*/
	font-size: 13px; /*add be*/
	line-height: 24px; /*add be*/
	padding-top: 25px;
}
.gallery_detail_txt .tieup p + p {
	margin-top: 20px;
}
/*
.gallery_detail_back {
	position: fixed;
	z-index: 9998;
	width: 124px;
	transition: 0.2s transform;
	-webkit-transition: 0.2s transform;
}
*/
/*
.gallery_detail_back:hover {
	transform: translate(-3px,0);
	-webkit-transform: translate(-3px,0);
}
*/

.gallery_detail_back {
	position: static;
	margin: 60px auto 0 auto;
	width: auto;
	text-align: center;
}
.gallery_detail_back img {
	width: 124px;
}

@media screen and (max-width: 960px){
	.gallery_detail {
		padding-top: 25px;
	}
	.gallery_detail_box {
		display: block;
		padding-right: 4%;
		padding-left: 4%;
	}
	.gallery_detail_ph {
		display: block;
		/*width: 61.5%;*/
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.gallery_detail_txt {
		display: block;
		padding-left: 0;
		width: 100%;
	}
	.gallery_detail_txt .category {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.gallery_detail_txt .title {
		padding-bottom: 20px;
	}
	.gallery_detail_txt .title_date {
		font-size: 10px;
		padding-bottom: 10px;
	}
	.gallery_detail_txt .title_ttl {
		padding-bottom: 5px;
	}
	.gallery_detail_txt .title_notes {
		font-size: 10px;
		line-height: 18px;
	}
	.gallery_detail_txt .play {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gallery_detail_txt .jplayer_container .jp-play{
		width: 25px;
		height: 25px;
	}
	.gallery_detail_txt .jplayer_container .jp-pause{
		width: 25px;
		height: 25px;
	}
	.gallery_detail_txt .jplayer_container .track-name{
		font-size: 12px;
	}
	.gallery_detail_txt .variation {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gallery_detail_txt .variation p {
		font-size: 10px;
		line-height: 18px;
	}
	.gallery_detail_txt .variation p + p {
		margin-top: 20px;
	}
	.gallery_detail_txt .tieup {
		/*font-size: 12px;
		line-height: 24px;*/
		font-size: 12px; /*add be*/
		line-height: 20px; /*add be*/
		padding-top: 20px;
	}
	.gallery_detail_txt .tieup p + p {
		margin-top: 15px;
	}
	.gallery_detail_back {
		margin-top: 12px;
		border-top: 1px solid #cc0000;
		padding-top: 8px;
	}
	.gallery_detail_back img {
		width: 80px;
	}
}

@media only screen and (min-width: 960px) {
	.slider {
		max-width: 468.09px;
	}
}