@charset "utf-8";
#main {
	position: relative;
}

article#highlight_wrapper {
    background: #000;
    position:relative;

}
.s-hightlight {
    position: absolute;
    padding: 0 0 0 0;
    margin: 0;
    top: 0;
    right: 0;
    width: 38px !important;
    height: auto !important;
    z-index: 1900;
}
#main-highlight {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1024px;
		/*max-width: 600px;*/
}

.highlight-kougi #highlight-player-youtube {
	display: none;
}

.highlight-talk #highlight-player-bc {
	display: none;
}


.vjs-dock-text {
  display: none !important;
}

.vjs-big-play-button {
  display: none !important;
}


#highlight-movie {
		margin: 0 auto;
		margin-left: 450px;
		max-width: 550px;
		height: auto;
		position: relative;
}

#highlight-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
		z-index: 1;
}
#highlight-player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    z-index: 1800;
    /*display: none;*/
}

#highlight-player-wrap {

	display: none;
}

#highlight-player-bc {
	position: absolute;
	width:100%;
	height:100%;
}
#highlight-player video {
    width: 100%;
    height: 100%;
}
#highlight-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.highlight-control-btn {
    position: absolute;
    width: 80px;
    cursor: pointer;
    vertical-align: middle;
    top: 0;
    height: 100%;
    display: none;
}
#highlight-caption {
    display: none;
}
#highlight-prev-btn {
    left: -80px;
}
#highlight-prev-btn:hover::before {
    border-color: rgba(123, 179, 47, 1);
}
#highlight-prev-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    display: block;
}
#highlight-next-btn {
    right: -80px;
}
#highlight-next-btn::before {
    position: absolute;
    content: '';
    top: 0;
    top: 50%;
    margin-top: -25px;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
#highlight-next-btn:hover::before {
    border-color: rgba(123, 179, 47, 1);
}
#highlight-start {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    z-index: 1900;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
		background-position: center;
		z-index: 2;
		background-repeat: no-repeat;
    /*display: none;*/
}
#highlight-start-play {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 24%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#highlight-start-title {
    position: absolute;
    bottom: 5%;
    background-color: #000000;
    padding: 15px 30px 15px 115px;
    width: 75%;
    margin-left: -100px;
    box-sizing: border-box;
    transform: skewX(-25deg);
}
#highlight-start-title-cont {
    transform: skewX(25deg);
    margin-left: 20px;
}
#highlight-start-title span {
    font-size: 13px;
    display: block;
    color: #7FBE26;
    font-family: "Arial";
    font-weight: bold;
}
#highlight-start-title p {
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin: 0;
    padding-top: 0.2em;
    line-height: 1.3;
    word-break: break-all;
    line-break: normal;
    font-weight: bold;
    /*letter-spacing:-0.05em;*/
}
#highlight-start-sec {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 15%;
    height: auto;
}
#highlight-start-play .highlight-start-play-icon {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
#highlight-start-play .onIE {
    display: none;
}
_:-ms-lang(x), #highlight-start-play .onIE {
    display: block;
}
_:-ms-lang(x), #highlight-start-play .noIE {
    display: none;
}
#highlight-end {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    z-index: 1800;
    display: none;

		background-position: center;
		background-size: cover;
		background-color: #fff;
		background-repeat: no-repeat;

}
#highlight-end img {
    width: 100%;
    height: 100%;
}

.highlight-talk #highlight-end {	background-image: url('../images/highlight_talk_end.svg')	}
.highlight-kougi #highlight-end {	background-image: url('../images/highlight_kougi_end.svg')	}


#highlight-title {
	position: absolute;
	left:585px;
	top:50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	width: 370px;
	overflow: hidden;
	left:0;

}

#highlight-title span {
	font-size: 16px;
  display: block;
  color: #7FBE26;
  font-family: "Arial";
  font-weight: bold;
	padding-bottom:0.1em;
}
#highlight-title p {
	color:#fff;
	font-size:34px;
	font-weight: bold;
	line-height: 1.2;
}


#highlight-loading {
		position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    z-index: 3;

		background-position: center;
		background-size: cover;
		background-color: #fff;
		background-repeat: no-repeat;

}
#highlight-loading img {
    position: absolute;
		bottom:20%;
		left:50%;
		transform: translateX(-50%);
		width:50px;
		height:auto;
}


.highlight-talk #highlight-loading {	background-image: url('../images/highlight_talk_loading.svg')	}
.highlight-kougi #highlight-loading {	background-image: url('../images/highlight_kougi_loading.svg')	}


.HL_btn{
		position: absolute;
    max-width:1020px;
    /* background:#ccc; */
    right:calc(50% - 560px);
    display:none;
    justify-content:flex-end;

}
.HL_btn button{
    background:#000;
    border:none;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans Japanese', sans-serif;
    cursor: pointer;
    outline: none;
		height: 40px;
		font-size:14px;
		color:#fff;

}
.HL_btn button span{
    content:'';
    width: 20px;
    height: 20px;
    background: #fff;
    display: block;
    border-radius: 50%;
    margin-right:5px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.HL_btn button span::before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000000;
    display:block;
    position: relative;
    left: 1px;
}

.HL_btn button:after{
    /*content:'夢ナビTALK30秒ハイライトを視聴';*/
		content:'を視聴';

}
.HL_btn button.open:after{
    /*content:'夢ナビTALK30秒ハイライトを閉じる';*/
		content:'を閉じる';
}


#highlight-bgm {
	position: absolute;
	bottom:0;
	overflow: hidden;
	left:0;
	text-align: right;
	z-index: 10;
	right:585px;



}

#highlight-bgm-btn {
	background-image: url('../images/icon_bgm_on.svg');
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	width:80px;
	height:40px;
	cursor: pointer;
}

#highlight-bgm-btn.bgm-on {
	background-image: url('../images/icon_bgm_off.svg');
}




@media print, screen and (max-width: 1200px) {


    #highlight-movie {
        margin-left: 0;
        margin: 0 auto;
    }


		#highlight-title {
				display: none;
		}

		#highlight-bgm  {
			right:calc(50% + 283px);

		}

}

@media screen and (max-width: 640px) {


	.hlEnable .main_title {
		transition:padding 0.2s;
	}

	.hlEnable.hlOpen .main_title {
		padding-top:calc(60% + 90px);
	}

/* section.main highlight sp -------------------------------------*/
	.hlOpen article#highlight_wrapper {
			padding-bottom: 0;
	}
	#highlight-start-play {
    		height: 31%;
	}

	#highlight-start-title {
			padding: 2vw 3vw 2vw 11.5vw;
			margin-left: -10vw;
	}
	#highlight-start-title-cont {
			margin-left: 2.5vw;
	}
	#highlight-start-title span {
			font-size: 2.2vw;
	}
	#highlight-start-title p {
			font-size: 4.3vw;
	}
	/*
	#highlight-control {
		width:100%;
			text-align: center;
			position:absolute;
			top:50%;
			z-index:3;
			transform: translateY(-50%);
			line-height: 1.1;
			height:60px;
	}
	*/
	#highlight-caption {
			display:none;
			text-align: center;
			color: #fff;
			font-family: "Arial";
			font-weight: bold;
			/*display: table-cell;*/
			width: auto;
			vertical-align: middle;
			white-space: nowrap;
			font-size:24px;

	}

	.highlight-control-btn {
			top:50%;
			transform: translateY(-50%);
			z-index: 1000;
			/*display: table-cell;*/
			position: absolute;
			text-align: center;
			vertical-align: middle;
			display: none;
			background-color:rgba(0,0,0,0.25);
			width:30px;
			height:60px;
	}
	#highlight-prev-btn {
			left: 0;
	}
	#highlight-prev-btn:hover::before {
			border-color: #fff;
	}
	#highlight-prev-btn::before {
			left: 30%;
			top: 50%;
			position: absolute;
			content: '';
			right: inherit;
			margin-top: -7px;
			width: 14px;
			height: 14px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			-webkit-transform: rotate(225deg);
			transform: rotate(225deg);
			display: inline-block;
			z-index: 1500;
	}
	#highlight-next-btn {
			right: 0;
	}
	#highlight-next-btn::before {
			left: 20%;
			content: '';
			top: 50%;
			margin-left: -3px;
			margin-top: -7px;
			width: 14px;
			height: 14px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			display: inline-block;
			z-index: 1500;
	}
	#highlight-next-btn:hover::before {
			border-color: #fff;
	}

	.HL_btn{
		display:none;
	    position:absolute;
	    bottom: -40px;
	    height: 40px;
	    max-width:1020px;
	    width:100%;
	    /* background:#ccc; */
	    left:0;

	    justify-content:center;
	}

	.HL_btn.open{
			bottom:-40px;
	}

	#highlight-bgm {
		bottom:-40px;
		right:5px;
		width:35px;
		left:inherit;
	}

	#highlight-bgm-btn {
		width:35px;
		height:35px;
		background-image: url('../images/icon_bgm_on_sp.svg');
	}

	#highlight-bgm-btn.bgm-on {
		background-image: url('../images/icon_bgm_off_sp.svg');
	}

}


/* ハイライト動画画面外の上部固定化関係
============================== */
.hlFixed header {
	position: fixed;
	z-index: 1000;
}
.hlFixed.hlOpen .main_title {
	padding-top:483.75px;
}

.hlFixed .inner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
	z-index: 1001;

}

.hlFixed .inner .chatch {
	display: none;
}

.hlFixed .inner #notice-button {
	display: none;
}

.hlFixed .inner .social {
	/*
	right:20px;
	top:50px;
	*/

	align-items: center;
	margin-bottom: -118px;
}



.hlFixed #highlight-movie {
    margin-left: 400px;
    max-width: 700px;
    height: auto;
    position: relative;
		width:250px;
		margin-left: 320px;
}

.hlFixed #highlight-control {

}

.hlFixed .highlight-control-btn {
	transform: scale(0.5);

}

.hlFixed #highlight-prev-btn {
	left: -60px;

}

.hlFixed #highlight-next-btn {
	right: -440px;

}

.hlFixed #main-highlight {

	max-width: 1164px;
}




.hlFixed #highlight-title {
	display:block;
	position: absolute;
	left:585px;
	top:50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	width: 370px;
	overflow: hidden;
}

.hlFixed #highlight-title span {
	font-size: 13px;

}
.hlFixed #highlight-title p {
	font-size:20px;

}
.hlFixed #highlight-start-title {
	display: none !important;
}

.hlFixed #highlight-bgm {
	right: calc(50% - 80px);
}




@media print, screen and (max-width: 1200px) {


	.hlFixed .inner .social {
		display:none;
	}

	.hlFixed #highlight-movie{
		margin-left:50px;
	}


	.hlFixed #highlight-title {
		left: 315px;

	}

	.hlFixed #highlight-bgm {
		right:calc(100% - 391px);

	}
}

@media print, screen and (max-width: 1150px) {
	.HL_btn{
		right:0;
	}
}

@media print, screen and (max-width: 380px) {

	.HL_btn{
		 white-space:nowrap;
	}
	.HL_btn button {
		font-size:12px;



	}
	.HL_btn button span{
		display: none;
	}

}
@media print, screen and (max-width: 320px) {

	.HL_btn button {

		margin-right:40px;
	}
}
