/* CSS movie2 */

/* ページ背景 */
main {
	background: #EFEFEF;
}

/* メインビジュアル・ページタイトル */
.main-bg.bg2{
	padding-top: 72px;
	padding-bottom: 58px;
	background: url(../../img/video/mv-bg-pc.jpg) no-repeat center top / cover;
}
.main-bg.bg2 .mv-ttl-pc {
	display: block;
}
.main-bg.bg2 .mv-ttl-sp {
	display: none;
}
.main-bg.bg2 .mv-ttl-txt {
	font-size: 28px;
	font-weight: 700;
	margin-top: 18px;
	color: #fff;
}

/* 動画一覧エリア */
.movie-cont{
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 10px;
	background: #EFEFEF;
}
/* 動画一覧エリア 2個目以降 */
.movie-cont.ptn2{
	padding-top: 50px;
	padding-bottom: 0;
	background: #EFEFEF;
}
.movie-cont.movie-cont-last {
	padding-bottom: 30px;
}

.movie-cont.ptn2 .movie-list li .text-box {
	color: #000000;
}
.text-box-label {
	display: none;
}

/* アンカーボタンエリア */
.anc-head {
	font-size: 18px;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
}
.anc-head::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 80%;
	background-color: #000000;
}
.anc-link {
	margin-top: 0px;
	padding-bottom: 0px;
	justify-content: left;
}
.anc-link li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 12px;
}
.anc-link li:nth-child(4n) {
	margin-right: 0;
}
.anc-link li a{
	padding: 6px 18px 6px 4px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	position: relative;
	font-size: 15px;
	color: #0D2EA0;
	background: none;
	border-top: solid 1px #687ab8;
	font-weight: bold;
	position: relative;
}
.anc-link li a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background: #0D2EA0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
.anc-link li a:hover {
	opacity: 1;
}
.anc-link li a:hover::after {
	transform: scale(1, 1);
}
.anc-icon {
	width: 22px;
	height: 22px;
	background-color: #0D2EA0;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-right: 7px;
}
.anc-txt {
	width: calc(100% - 30px);
}
.anc-link li a .shita {
	right: 4px;
}
.anc-group-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}
.anc-group {
	width: 23.5%;
	margin-right: 6%;
}
.anc-group .anc-link li {
	width: 100%;
}

/* 見出し */
.ttl-text{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 34px;
	margin-bottom: 20px;
	font-size: 26px;
	border-bottom: none;
	font-weight: 500;
	line-height: 1.2;
	background-color: #0D2EA0;
	color: #FFFFFF;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.head-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #FFFFFF;
	color: #0D2EA0;
	font-style: normal;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.ttl-text.long-icon-ttl .head-icon {
	width: auto;
	border-radius: 26px;
	padding: 0 10px;
}
.ttl-text-txt {
	width: calc(100% - 37px);
}
.ttl-text.long-icon-ttl .ttl-text-txt {
	width: auto;
}

/* 動画一覧 もっと見るボタン */
.movie-cont .btn-box {
	margin-top: 40px;
}
.movie-cont .link-btn button {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	width: 100%;
	border-radius: 20px;
	line-height: 1;
	border: solid 1px #0D2EA0;
	color: #0D2EA0;
	background: #FFFFFF;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.3s;
}
.link-btn button:hover {
	opacity: 0.8;
}
.btn-box .link-btn button .sankaku {
	background-repeat: no-repeat;
	background-size: contain;
  background-position: center;
	width: 18px;
	height: 18px;
}
.btn-box .link-btn.more button .sankaku {
	background-image: url(../../img/video/i-btn-wh-open.svg);
}
.btn-box .link-btn.close button .sankaku {
	background-image: url(../../img/video/i-btn-wh-close.svg);
}
.btn-box .more.none {
	opacity: 0;
	pointer-events: none;
}

@media print, screen and (max-width: 900px) {

	.main-bg.bg2{
		padding-top: 9.18vw;
		padding-bottom: 7.18vw;
		background: url(../../img/video/mv-bg-sp.jpg) no-repeat center top / cover;
	}
	.main-bg.bg2 .mv-ttl-pc {
		display: none;
	}
	.main-bg.bg2 .mv-ttl-sp {
		display: block;
	}
	.mv-ttl-img img {
    width: 50%;
		max-width: 170px;
		height: auto;
	}
	.main-bg.bg2 .mv-ttl-txt {
		font-size: 18px;
		margin-top: 12px;
	}

	.anc-head {
		font-size: 16px;
		padding-left: 18px;
	}
	.anc-head::before {
		width: 8px;
	}

	.anc-link li {
		width: 49%;
		margin-right: 2%;
		border-right: none;
		border-bottom: none;
	}
	.anc-link li:nth-child(2n) {
		margin-right: 0;
	}
	.anc-link li a{
		padding: 6px 18px 6px 4px;
		font-size: 14px;
	}
	.anc-link li a .shita {
		right: 1.2vw;
	}

	.anc-group {
		width: 49%;
		margin-right: 2%;
	}
	.anc-group:nth-child(2n) {
    margin-right: 0;
	}
	.anc-group .anc-link li {
		margin-right: 0;
	}

	.mod-freeHTML .wrap,
	.mod-freeHTML .wrap.ptn2 {
		width: 90%;
	}
	.mod-freeHTML .wrap.ptn2 {
		margin-bottom: 2vw;
	}

	.movie-cont{
		margin-bottom: 5.66vw;
	}
	.movie-cont.ptn2 {
		padding-top: 7.66vw;
		margin-bottom: 5.66vw;
	}
	.wrap.pt {
		padding-top: 7.66vw;
	}
	.movie-cont.movie-cont-last {
		padding-bottom: 5.66vw;
	}

	.ttl-text{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
	}
	.head-icon {
    width: 22px;
    height: 22px;
    font-size: 14px;
    margin-right: 6px;
	}
	.ttl-text.long-icon-ttl .head-icon {
		width: auto;
		margin-bottom: 8px;
	}
	.ttl-text-txt {
		width: calc(100% - 30px);
	}
	.ttl-text.long-icon-ttl .ttl-text-txt {
		width: auto;
	}

	.movie-list li {
		width: 100%;
		margin-right: 0%;
		margin-top: 4.83vw;
	}
}
