@charset "UTF-8";

.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 1;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	transition: all 1s ease;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 10px 15px rgba(0,0,0,0.5);
	text-align: left;
}

.modal a.close-modal {
	z-index: 9999;
	position: absolute;
	top: -30px;
	right: -30px;
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

@media screen and (min-width : 768px){

	.modal ::-webkit-scrollbar {
		display: none;
		-webkit-appearance: none;
	}

	.is-sp {
		display: none;
	}

	.arpSection-movie_img {
		position: absolute;
		top: 40px;
		right: 65px;
		width: 430px;
	}



	.arpSection-movie_img:hover {
		opacity: .8;
	}

	.modal {
		padding: 10px;
		height:100%;
		max-height:694px ;
		width: 100%;
		max-width: 1000px;
		background: rgba(0,0,0,0.9);
		border-radius: 4px;
		font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック",sans-serif;
		transition: all .6s ease;
	}

	.modal2 {
		width: 70%;
		max-width:  initial;
		min-width: 1200px;
		max-height:initial;
		height: auto;
	}

	.video-wrap {
		width:100%;
		padding-bottom: 56.25%;
		height:0px;
		position: relative;
	}

	.video-wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.modal-inner {
		overflow-y: scroll;
		position: relative;
		width: 100%;
		height: 100%;
		max-height: 674px;
	}


	#movie_all {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
	}

	#movie_all img {
		width: 100%;
	}

	.arpContents_main_video a:before,
	.arpSection-movie_img a:before,
	#movie_all :before {
		content:'';
		z-index: 1;
		position: absolute;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		width: 60px;
		height: 60px;
		border: 1px solid #393939;
		background: rgba(255,255,255,.6);
		border-radius: 50%;
		transition: all .3s ease;
	}

	.arpContents_main_video a:after,
	.arpSection-movie_img a:after,
	#movie_all :after {
		content:'';
		z-index: 1;
		position: absolute;
		top: calc(50% - 16px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 0 16px 20px;
		border-color: transparent transparent transparent #393939;
		transition: all .3s ease;
	}

	.arpContents_main_video:hover a:before,
	.arpSection-movie_img:hover a:before,
	#movie_all:hover :before {
		border: 1px solid #4abedb;
		background: rgba(255,255,255,1);
	}

	.arpContents_main_video:hover a:after,
	.arpSection-movie_img:hover a:after,
	#movie_all:hover :after {
		border-color: transparent transparent transparent #4abedb;
	}


	.modal-inner.on #iframe {
		z-index: -1;
	}

	.modal-inner:before {
		opacity: 0;
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		transition: all 1s ease;
	}


	.modal-inner.on:before {
		z-index: 1;
		opacity: 1;
	}

	.modal-menu {
		z-index: 9999;
		position: absolute;
		top: 88%;
		left: 0;
		padding-top: 25px;
		color: #fff;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		width: 100%;
		transition: all .7s ease;
		cursor: pointer;
	}

	.modal-inner.on .modal-menu {
		position: absolute;
		top: 40px;
	}

	.modal-menu span {
		display: inline-block;
		position: absolute;
		top: 0;
		left: calc(50% - 11px);
		width: 22px;
		height: 14px;
		transition: all 1s ease;
	}

	.modal-menu span:before {
		content:'';
		position: absolute;
		top: 5px;
		left: calc(50% - 12.5px);
		width: 15px;
		height: 2px;
		background: #fff;
		transform: rotate(135deg);
	}

	.modal-menu span:after {
		content:'';
		position: absolute;
		top: 5px;
		right: calc(50% - 12.5px);
		width: 15px;
		height: 2px;
		background: #fff;
		transform: rotate(45deg);
	}


	.modal-inner.on .modal-menu span {
		transform: scale(1, -1);
	}

	.movie_content {
		opacity: 0;
		z-index: 1;
		/*	display: none;*/
		position: absolute;
		top: 674px;
		left: 0;
		width: calc(100% - 20px);
		padding: 0 10px;
		height: auto;
		transition: all 1s ease;
	}

	.movie_content.on  {
/*		display: block;*/
		top: 140px;
		opacity: 1;
	}

	.movie_content:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 190px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

	.movie_content:after {
		content:'';
		position: absolute;
		top: 190px;
		left: 0;
		width: 100%;
		height: calc(100% - 190px);
		background: #000;
	}


	.movie_content ul {
		display: block;
		position: relative;
		z-index: 2;
		padding: 0;
		margin: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.movie_content li {
		list-style: none;
		margin-right: 0.9375%;
		margin-bottom: 20px;
		width: 32.70833333%;
	}

	.movie_content li:nth-child(3),
	.movie_content li:nth-child(6) {
		margin-right: 0;
	}

	.movie_content a img {
		width: 100%;
	}

	.movie_chapter_list {
		position: relative;
		font-weight: bold;
		text-align: center;
	}

	.movie_chapter_list:hover .movie_chapter_img:after {
		border-color: transparent transparent transparent #4abedb;
	}

	.movie_chapter_list:hover .movie_chapter_img:before {
		border: 1px solid #4abedb;
	}

	.movie_chapter_img {
		position: relative;
	}

	.movie_chapter_img:before {
		content:'';
		position: absolute;
		top: calc(50% - 26px);
		left: calc(50% - 25px);
		width: 48px;
		height: 48px;
		border: 1px solid #393939;
		background: rgba(255,255,255,.6);
		border-radius: 50%;
		transition: all .3s ease;
	}

	.movie_chapter_img:after {
		content:'';
		position: absolute;
		top: calc(50% - 16px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 0 15px 18px;
		border-color: transparent transparent transparent #393939;
		transition: all .3s ease;
	}

	.movie_chapter_list span {
		margin-bottom: 5px;
		display: inline-block;
		font-size: 12px;
		color: #b9b9b9;
		line-height: 1.4;
		min-height: 1.4;
		letter-spacing: .05em;
	}

	.movie_chapter_list p {
		margin: 0 0 10px;
		padding: 0;
		font-size: 17px;
		line-height: 1.2;
		letter-spacing: 1px;
	}

	.movie_chapter_list a {
		color: #fff;
		text-decoration: none;
	}


}

@media screen and (min-width: 768px) and (max-height: 760px) {
	.modal {
		width: 894px;
		max-height:620px ;
	}
	.modal2 {
		width: 70%;
		min-width: 1100px;
		max-height:initial;
	}
	.modal-inner {
		max-height:600px ;
	}
	.movie_content {
		top: 600px;
	}
}

@media screen and (min-width: 768px) and (max-height: 690px) {
	.modal {
		width: 750px;
		max-height:520px ;
	}
	.modal2 {
		width: 70%;
		min-width: 800px;
		max-height:initial;
	}
	.modal-inner {
		max-height:500px ;
	}
	.movie_content {
		top: 500px;
	}
	.movie_content.on {
		top: 120px;
	}
	.movie_chapter_list p {
		font-size: 15px;
	}
	.movie_content li {
		margin-bottom: 10px;
	}
}



@media screen and (max-width : 767px){

	.is-sp {
		display: block;
	}

	.blocker {
		position: fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		width: 100%; height: 100%;
		overflow: auto;
		z-index: 1;
		box-sizing: border-box;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
		text-align: center;
	}
	.blocker:before{
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.05em;
	}
	.blocker.behind {
		background-color: transparent;
	}
	.modal {
		vertical-align: middle;
		position: relative;
		z-index: 10;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 0 10px #000;
		padding: 10px;
		text-align: left;
		font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック",sans-serif;
		min-height: 284px;
		width: 94%;
		background: rgba(0,0,0,0.9);
		border-radius: 4px;
		transition: all .5s ease;
	}

	.modal a.close-modal {
		z-index: 9999;
		position: absolute;
		top: -12px;
		right: -8px;
		display: block;
		width: 27px;
		height: 27px;
		text-indent: -9999px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

	}

	.modal2 {
		padding: 5px;
		margin: 0 auto;
		width: 94%;
		max-width:  initial;
		min-height:initial;
		max-height:initial;
		height: auto;
	}

	.video-wrap {
		width:100%;
		padding-bottom: 56.25%;
		height:0px;
		position: relative;
	}

	.video-wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.modal.modal-big {
		height: 80%;
	}

	.modal-inner {
		z-index: 1;
		overflow-y: scroll;
		position: relative;
		padding-bottom: 100px;
		width: 100%;
		height: 100%;
		transition: all .7s ease;
	}

	#movie_all {
		position: relative;
	}

	#movie_all img {
		width: 100%;
	}

	.arpSection-movie_img  {
		position: relative;
	}

	.arpContents_main_video a:before,
	.arpSection-movie_img a:before,
	#movie_all :before {
		content:'';
		z-index: 1;
		position: absolute;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		width: 60px;
		height: 60px;
		border: 1px solid #393939;
		background: rgba(255,255,255,.6);
		border-radius: 50%;
		transition: all .3s ease;
	}

	.arpContents_main_video a:after,
	.arpSection-movie_img a:after,
	#movie_all :after {
		content:'';
		z-index: 1;
		position: absolute;
		top: calc(50% - 15px);
		left: calc(50% - 5px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 0 16px 20px;
		border-color: transparent transparent transparent #393939;
		transition: all .3s ease;
	}

	.modal-inner.on {
		padding-bottom: 0;
	}

	.modal-inner:before {
		opacity: 0;
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50%;
		background: rgba(0,0,0,0.8);
		transition: all 1s ease;
	}

	.modal-inner.on:before {
		z-index: 1;
		opacity: 1;
	}

	.modal-menu {
		z-index: 9999;
		position: absolute;
		top: calc(100% - 95px);
		left: 0;
		padding-top: 50px;
		height: 95px;
		color: #fff;
		text-align: center;
		font-size: 12px;
		letter-spacing: 2px;
		width: 100%;
		transition: all .5s ease;
	}

	.modal.modal-big .modal-menu,
	.modal-inner.on .modal-menu {
		position: absolute;
		top: 12px;
		height: 20px;
		padding-top: 12px;
	}

	.modal-menu span {
		display: inline-block;
		position: absolute;
		top: 35px;
		left: calc(50% - 9px);
		width: 18px;
		height: 14px;
		transition: all 1s ease;
	}

	.modal-menu span:before {
		content:'';
		position: absolute;
		top: 5px;
		left: calc(50% - 10px);
		width: 12px;
		height: 2px;
		background: #fff;
		transform: rotate(135deg);
	}

	.modal-menu span:after {
		content:'';
		position: absolute;
		top: 5px;
		right: calc(50% - 10px);
		width: 12px;
		height: 2px;
		background: #fff;
		transform: rotate(45deg);
	}

	.modal-inner.on .modal-menu span {
		top: -5px;
		transform: scale(1, -1);
	}

	.movie_content {
		opacity: 0;
		z-index: 10;
		overflow: hidden;
/*		display: none;*/
		position: absolute;
		top: 100px;
		left: 0;
		width: calc(100% - 20px);
		padding: 0 10px;
		height: auto;
		transition: all .7s ease;
	}

	.movie_content.on  {
/*		display: block;*/
		top: 60px;
		opacity: 1;
	}
	.movie_content:before {
		content:'';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,3) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,3) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,3) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

	.movie_content ul {
		display: block;
		position: relative;
		z-index: 2;
		padding: 0;
		margin: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.movie_content li {
		list-style: none;
		margin-right: 2%;
		margin-bottom: 5px;
		width: 49%;
	}

	.movie_content li:nth-child(even) {
		margin-right: 0;
	}

	.movie_content a img {
		width: 100%;
	}

	.movie_chapter_list {
		position: relative;
		font-weight: bold;
		text-align: center;
	}

	.movie_chapter_img {
		position: relative;
	}

	.movie_chapter_img:before {
		content:'';
		position: absolute;
		top: calc(50% - 16px);
		left: calc(50% - 13px);
		width: 24px;
		height: 24px;
		border: 1px solid #393939;
		background: rgba(255,255,255,.6);
		border-radius: 50%;
	}

	.movie_chapter_img:after {
		content:'';
		position: absolute;
		top: calc(50% - 10px);
		left: calc(50% - 3px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 9px;
		border-color: transparent transparent transparent #393939;

	}

	.movie_chapter_list span {
		margin-bottom: 5px;
		display: inline-block;
		font-size: 10px;
		color: #b9b9b9;
		line-height: 1.4;
		letter-spacing: .05em;
	}

	.movie_chapter_list p {
		margin: 0 0 5px;
		padding: 0;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 1px;
	}

	.movie_chapter_list a {
		color: #fff;
		text-decoration: none;
	}


	body.fixed {
		position: fixed;
		overflow: hidden;
	}

}


@media screen and (max-width : 374px){
	.modal {
		padding: 5px;
	}
	.movie_content {
		padding: 0 5px;
		width: calc(100% - 10px);
	}
	.movie_chapter_list p {
		margin: 0 0 10px;
		font-size: 10px;
		letter-spacing: 0;
	}
}

@media screen and (max-height : 580px){
	.modal.modal-big {
		height: 94%;
	}
}

@media screen and (max-height : 580px){

	.modal.modal-big {
		height: 94%;
	}

	.modal-menu {
		top: calc(100% - 95px);
		padding-top: 50px;
		height: 95px;
		font-size: 10px;
	}

	.modal-inner.on .modal-menu span {
		transform: scale(.8,-.8)
	}

	.modal.modal-big .modal-menu,
	.modal-inner.on .modal-menu {
		position: absolute;
		top: 10px;
		height: 20px;
		padding-top: 12px;
	}

	.movie_chapter_list p {
		margin: 0 0 1vh;
		line-height: 1.4;
	}

	.movie_chapter_img {
		height: 12vh;
	}

	.movie_chapter_list span {
		margin-top: -5px;
		margin-bottom: 1px;
		display: inline-block;
		transform: scale(.8)
	}

	.movie_content li {
		margin-bottom: 0.5vh;
	}

	.movie_content .movie_chapter_img img {
		margin: 0;
		max-width: 99%;
		width: auto;
		height: 12vh;
	}

	.movie_content.on  {
		top: 8vh;
	}
}


.modal {
	transition: all .5s ease;
	transform: scale(.7);
}

.modal.modal-open {
	transform: scale(1);
}