@charset "utf-8";
/* CSS MEDIA
--------------------------------- */
.pagetitle .inner-pagetitle::before {
	background-image: url(../img/media/pagetitle_bg.jpg);
}

main.border-btm {
	margin-bottom: 20px;
	border-bottom: #000 solid 1px;
}

@media (max-width: 991px){
	main.border-btm {
		margin-bottom: 0;
	}
}

@media (max-width: 768px){
	main.border-btm {
		margin-bottom: 20px;
	}
}


/* ページタイトル
 * --------------------------------- */
#media .pagettl-area {
	position: relative;
}

#media .pagettl-area::after {
	content: "";
	z-index: -1;
	display: block;
	height: 280px;
	width: 30%;
	max-width: 400px;
	max-height: 413px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: url('../img/media/pagetitle_img.png') no-repeat left bottom;
	background-size: contain;
}

#media.media-detail .pagettl-area::after {
	display: none;
}

@media (max-width: 480px){
	#media .pagettl-area::after {
	    left: -10%;
	}
}

/* タブ
 * --------------------------------- */
#tablist-area .wrap-tab {
	position: relative;
	margin: 0 auto;
}

#tablist-area .wrap-tab::after {
	content: "";
	width: 200%;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: 45px;
	top: 0;
	background-color: #000;
}

 /* カテゴリタブ */
#tablist-area .category-tab {
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}

#tablist-area .category-tab li {
	position: relative;
	line-height: 1.0;
}

#tablist-area .category-tab li a {
	padding: 25px 0;
}

#tablist-area .category-tab li a > span {
	padding: 10px 35px;
	line-height: 1.0;
	letter-spacing: 0.25em;
}

#tablist-area .category-tab li:nth-of-type(n+2) a > span {
	border-left: solid 1px rgba(255, 255, 255, 0.2);
}

#tablist-area .category-tab li a > span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 5px;
	background-color: #8cb9f3;
	transform: translateX(-50%);
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

#tablist-area .category-tab li.current a > span::after {
	width: calc(100% - 75px);
}

@media (min-width: 769px){
	#tablist-area .category-tab li a:hover > span::after {
		width: calc(100% - 75px);
	}
}

@media (max-width: 1350px){
	#tablist-area .category-tab {
		justify-content: flex-start;
		padding-left: 0;
	}
}

@media (max-width: 1023px){
	#tablist-area .wrap-tab::after {
		right: 0;
	}
}

@media (max-width: 991px){
	#tablist-area .category-tab {
		justify-content: center;
	}

	#tablist-area .category-tab li a {
		padding: 20px 0;
	}
}

@media (max-width: 640px){
	#tablist-area .category-tab li a > span {
		padding: 10px 25px;
	}
	
	#tablist-area .category-tab li.current a > span::after {
		width: calc(100% - 55px);
	}
}

@media (max-width: 480px){
	#tablist-area .category-tab {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	#tablist-area .category-tab li {
		flex: 0 0 50%;
		max-width: 50%;
	}

	#tablist-area .category-tab li a {
		padding: 0 10px;
		margin: 10px 0 20px;
	}

	#tablist-area .category-tab li:nth-of-type(2n) a {
		border-left: solid 1px rgba(255, 255, 255, 0.2);
	}

	#tablist-area .category-tab li a > span {
		padding: 10px 0;
		letter-spacing: 0.1em;
	}
	
	#tablist-area .category-tab li:nth-of-type(n+2) a > span {
		border-left: none;
	}

	#tablist-area .category-tab li.current a > span::after {
		width: 50%;
	}
}

/* アーカイブ選択ボックス */
#tablist-area .archive-area {
	z-index: 10;
	display: table;
	position: absolute;
	top: 50%;
	right: 45px;
	padding-right: 40px;
	transform: translateY(-50%);
}

#tablist-area .archive-area .cell-ttl,
#tablist-area .archive-area .cell-listpage {
	display: table-cell;
	vertical-align: middle;
}

#tablist-area .archive-area .listpage-archive {
	width: 220px;
	padding-left: 20px;
}

@media (max-width: 1023px){
	#tablist-area .archive-area {
		padding-right: 0;
	}
}

@media (max-width: 991px){
	#tablist-area .archive-area {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		transform: translateY(0);
		border-top: 1px solid rgba(255,255,255,0.2);
		display: flex;
	}
	#tablist-area .archive-area .cell-ttl span {
		line-height: 39px;
	}
	#tablist-area .archive-area .cell-ttl {
		width: 40%;
	}
	#tablist-area .archive-area .cell-ttl {
		text-align: right;
	}
}

@media (max-width: 480px){
	#tablist-area .archive-area {
		padding-bottom: 15px;
		margin-right: auto;
	}

	#tablist-area .archive-area .listpage-archive {
		width: 100%;
		padding-left: 15px;
	}
	#tablist-area .archive-area .cell-ttl {
		text-align: left;
	}
}

/* 選択ボックス */
#tablist-area div.cs-select {
	vertical-align: middle;
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#tablist-area div.cs-select:focus {
	outline: none;
}

#tablist-area .cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

/* データ用選択リスト */
#tablist-area .cs-select select {
	display: none;
}

/* 選択ボックス */
#tablist-area .cs-select > span {
	height: 39px;
	padding: 0 1em;
	line-height: 39px;
	-webkit-transition: text-indent 0.3s, opacity 0.3s;
	transition: text-indent 0.3s, opacity 0.3s;
}

#tablist-area .cs-select.cs-active > span {
	/* リスト表示中は非表示 */
	text-indent: -290px;
	opacity: 0;
}

#tablist-area .cs-select.cs-active > span::after {
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

/* 表示用の選択リスト */
#tablist-area .cs-select .cs-options {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	padding: 0;
	background: red;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#tablist-area .cs-select.cs-active .cs-options {
	/* 表示用の選択リスト(表示中) */
	visibility: visible;
	overflow: visible;
	height: 400%;
}

#tablist-area .cs-select ul {
	position: relative;
	width: 100%;
}

#tablist-area .cs-select .cs-options ul::before {
	/* 表示用の選択リスト：背景 */
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

#tablist-area .cs-select.cs-active .cs-options ul::before {
	/* 表示用の選択リスト(表示中)：背景 */
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

#tablist-area .cs-select .cs-options li span {
	padding: 1em;
	padding: 0.8em 1em 0.8em 1.2em;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
}

#tablist-area .cs-select .cs-options li:hover span {
	color: #fff;
}

#tablist-area .cs-select > span::after,
#tablist-area .cs-select.cs-active > span {
	position: relative;
}

#tablist-area .cs-select > span::after,
#tablist-area .cs-select.cs-active > span::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}

#tablist-area .cs-select.cs-active .cs-options li span::after {
	border: none;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: rgba(255, 255, 255, 0.7) solid 2px;
	border-right: rgba(255, 255, 255, 0.7) solid 2px;
	transform: rotate(45deg) translateY(-50%);
}

/* 選択リスト：スライドアニメーション */
#tablist-area .cs-skin-slide .cs-options li {
	opacity: 0;
	-webkit-transform: translate(30%,0);
	transform: translate(30%,0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: opacity 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

#tablist-area .cs-skin-slide.cs-active .cs-options li {
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:hover {
	background-color: rgba(255,255,255,0.1);
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

#tablist-area .cs-skin-slide.cs-active .cs-options li:nth-child(n+6) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}


/* メディア掲載・受賞歴
 * --------------------------------- */
#sec-media .wrap-list {
	max-width: 1140px;
	margin: 0 auto;
}

#sec-media .list-article {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: -75px;
}

#sec-media .list-article .item-article {
	flex: 0 0 32%;
	max-width: 32%;
	position: relative;
	margin-bottom: 75px;
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

#sec-media .list-article .item-article:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

#sec-media .list-article .item-article .article-wrap {
	height: 100%;
}

#sec-media .list-article .item-article a.article-wrap {
	border-bottom: #000 solid 3px;
}

#sec-media .list-article .item-article a {
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

@media (min-width: 769px){
	#sec-media .list-article .item-article a:hover {
		opacity: 0.8;
	}
}

/* サムネイル画像 */
#sec-detailttl .col-img .box-img,
#sec-media .list-article .item-article .box-img {
	position: relative;
	overflow: hidden;
	border: solid 1px #444;
}

#sec-detailttl .col-img .box-img img,
#sec-media .list-article .item-article .box-img img {
	width: 100%;
	transition: 0.3s all ease-in;
}

/* サムネイル画像なし */
#sec-detailttl .col-img .box-img.no-img,
#sec-media .list-article .item-article .box-img.no-img {
	background-color: rgba(0, 0, 0, 0.05);
}

#sec-detailttl .col-img .box-img.no-img img,
#sec-media .list-article .item-article .box-img.no-img img {
	opacity: 0.4;
	background-size: 25%;
}

@media (min-width: 769px){
	#sec-media .list-article .item-article a:hover .box-img img {
		transform: scale(1.2,1.2);
    	transform-origin: center center;
	}
}

/* テキスト */
#sec-detailttl .col-ttl .txt-date,
#sec-media .list-article .item-article .txt-date {
	margin-bottom: 28px;
	font-size: 0;
	line-height: 0;
}

#sec-detailttl .col-ttl .txt-date > p,
#sec-media .list-article .item-article .txt-date > p {
	line-height: 1.0;
}

#sec-detailttl .col-ttl .txt-date .date,
#sec-media .list-article .item-article .txt-date .date {
	padding-right: 12px;
	color: #666;
}

#sec-media .list-article .item-article .txt-ttl {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#sec-media .list-article .item-article .txt-desc {
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#sec-media .list-article .item-article a .txt-desc {
	padding-bottom: 55px;
}

/* 詳細ボタン */
#sec-media .list-article .item-article .btn-detail {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 60px;
	margin-bottom: 18px;
}

#sec-media .list-article .item-article .btn-detail::before,
#sec-media .list-article .item-article .btn-detail::after {
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

#sec-media .list-article .item-article .btn-detail::before {
	/* 矢印：棒 */
	top: calc(50% + 2px);
	right: 25px;
	width: 20px;
	height: 2px;
	background: #000;
	transform: translateY(-50%);
}

#sec-media .list-article .item-article .btn-detail::after {
	/* 矢印：三角 */
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 11px;
	border-color: transparent transparent transparent #000;
	transform: translateY(-50%);
}

@media (min-width: 769px){
	#sec-media .list-article .item-article a:hover .btn-detail::before {
		width: 12px;
	}
}

@media (max-width: 991px){
	#sec-media .list-article {
		margin-bottom: -50px;
	}

	#sec-media .list-article .item-article {
		flex: 0 0 48.5%;
		max-width: 48.5%;
		margin-bottom: 50px;
	}
	
	#sec-media .list-article .item-article:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	#sec-media .list-article .item-article:nth-of-type(2n) {
		margin-left: 3%;
	}
}

@media (max-width: 768px){
	#sec-media .list-article .item-article .txt-ttl {
		line-height: 1.5;
	}
	
	#sec-media .list-article .item-article .txt-desc {
		line-height: 1.6;
	}
}

@media (max-width: 640px){
	#sec-media .list-article {
		margin-bottom: -40px;
	}

	#sec-media .list-article .item-article {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	
	#sec-media .list-article .item-article:nth-of-type(2n) {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 480px){
	#sec-media .list-article .item-article .txt-desc {
		padding-bottom: 40px;
	}

	#sec-media .list-article .item-article .btn-detail {
		margin-bottom: 10px;
	}
}


/* バナー
* --------------------------------- */
#sec-banner .box-Lbtns {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

@media (max-width: 768px){
	#sec-banner {
		margin-bottom: 30px;
	}
}


/* CSS MEDIA DETAIL
--------------------------------- */
/* 記事タイトル
* --------------------------------- */
#sec-detailttl .wrap-ttl {
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto;
}

#sec-detailttl .col-img {
	flex: 0 0 48%;
	max-width: 48%;
	margin-left: 4%;
}

#sec-detailttl .col-ttl {
	flex: 1 1 auto;
	max-width: auto;
	letter-spacing: 0.05em;
}

#sec-detailttl .col-ttl .txt-date .date {
	position: relative;
}

#sec-detailttl .col-ttl .txt-date .date::before {
	content: '';
	z-index: -1;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 100vw;
	height: 1px;
	background-color: #000;
	transform: translateX(-64px);
}

#sec-detailttl .col-ttl .txt-intro {
	padding-top: 40px;
	line-height: 1.65;
}

@media (max-width: 1199px){
	#sec-detailttl .col-ttl .txt-intro {
		padding-top: 20px;
	}
}

@media (max-width: 991px){
	#sec-detailttl {
		padding-bottom: 50px;
	}

	#sec-detailttl .wrap-ttl {
		flex-wrap: wrap;
	}

	#sec-detailttl .col-img,
	#sec-detailttl .col-ttl {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#sec-detailttl .col-img {
		padding-top: 40px;
		margin-left: 0;
	}

	#sec-detailttl .col-ttl .txt-date .date::before {
		right: 8px;
	}
}

@media (max-width: 768px){
	#sec-detailttl {
		padding-bottom: 40px;
	}

	#sec-detailttl .col-img {
		padding-top: 30px;
	}
}

@media (max-width: 480px){
	#sec-detailttl {
		padding-bottom: 30px;
	}

	#sec-detailttl .col-img {
		padding-top: 20px;
	}

	#sec-detailttl .col-ttl .txt-intro {
		padding-top: 10px;
	}

	#sec-detailttl .col-ttl .txt-date .date::before {
		right: 3px;
	}
}


/* 記事詳細
* --------------------------------- */
#sec-article .box-ttl .ttl-txt {
	position: relative;
	overflow: hidden;
}

#sec-article .box-ttl .ttl-txt::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: auto;
	width: 100%;
	height: 2px;
	margin-left: 25px;
	background-color: #000;
	transform: translateY(-50%);
}

#sec-article .box-detail {
	/*border-bottom: #000 solid 3px;*/
}

#sec-article .box-detail .detail-txt {
	line-height: 2.0;
}

@media (max-width: 991px){
	#sec-article .box-detail {
		padding-top: 30px;
		padding-bottom: 45px;
	}
}

@media (max-width: 768px){
	#sec-article .box-detail {
		padding-top: 20px;
		padding-bottom: 35px;
	}

	#sec-article .box-detail .detail-txt {
		line-height: 1.7;
	}
}

@media (max-width: 480px){
	#sec-article .box-detail {
		padding-top: 15px;
		padding-bottom: 25px;
	}
}

/* 詳細ボタン */
#sec-article .button-link {
	max-width: 290px;
	margin: 0 auto;
	padding: 20px 45px 20px 25px;
	background-color: #000;
}

@media (min-width: 769px){
	#sec-article a:hover {
		/*opacity: 0.8;*/
	}
}

@media (max-width: 480px){
	#sec-article .box-btn {
		padding-top: 20px;
	}

	#sec-article .button-link {
		width: 100%;
		padding: 20px 40px 20px 20px;
	}
}


/* --------------------------------- */
/* MEDIA NEWS 共通CSS */
/* --------------------------------- */
/* 記事詳細 ＆ サイドメニュー
--------------------------------- */
.wrap-article-menu {
	justify-content: space-between;
	width: 90%;
	max-width: 1140px;
	padding-bottom: 75px;
	margin: 0 auto;
}

@media (max-width: 991px){
	.wrap-article-menu {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 0;
	}
}


/* 記事詳細
--------------------------------- */
.wrap-article-menu .col-left {
	flex: 0 0 63%;
	max-width: 63%;
	margin-right: 8%;
}

@media (max-width: 1199px){
	.wrap-article-menu .col-left {
		margin-right: 4%;
	}
}

@media (max-width: 991px){
	.wrap-article-menu .col-left {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 20px;
		margin-right: 0;
	}
}

/* サイドメニュー
--------------------------------- */
.col-menulist {
	flex: 1 1 auto;
	max-width: auto;
}

.wrap-menulist {
	position: relative;
	padding: 70px 0 70px 70px;
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

.wrap-menulist::before {
	content: '';
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: #000;
}

.col-menulist ul {
	width: calc(100% + (100vw - 1140px) / 2 - 7vw);
	max-width: 370px;
}

.col-menulist ul li a {
	padding: 1em 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

.col-menulist ul li:first-of-type a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 769px){
	.col-menulist ul li a:hover {
		opacity: 0.8;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.col-menulist ul li a:hover span {
		opacity: 1.0;
	}
}

.col-menulist ul li span {
	opacity: 0.5;
	transition: all ease 0.28s;
}

.col-menulist ul li .child span {
	padding-left: 30px;
}

@media (max-width: 1350px){
	.wrap-menulist {
		padding: 60px 0 60px 50px;
	}

	.col-menulist ul {
		width: calc(5vw + 100% - 50px);
	}
}

@media (max-width: 1199px){
	.wrap-menulist {
		padding: 50px 0 50px 40px;
	}
	
	.col-menulist ul {
		width: calc(5vw + 100% - 40px);
	}
}

@media (max-width: 991px){
	.col-menulist {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.wrap-menulist {
		padding: 50px 0;
	}

	.wrap-menulist::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.col-menulist ul {
		width: 100%;
		max-width: 100%;
	}

	.col-menulist ul li a {
		padding-left: 20px;
	}
}

@media (max-width: 480px){
	.wrap-menulist {
		padding: 30px 0;
	}

	.col-menulist ul li .child span {
		padding-left: 1em;
	}
}


/* ページャ
--------------------------------- */
.pager {
	display: table;
	text-align: center;
	margin: 0 auto;
}

.pager > span {
	display: table-cell;
	vertical-align: middle;
}

.pager .nav-current {
	padding: 0 80px;
}

.pager .btn-arrows .arrows {
	opacity: 0.15;
	position: relative;
	width: 55px;
	height: 55px;
}

.pager .btn-arrows a.arrows {
	opacity: 1;
}

.pager .btn-arrows .arrows::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;	
}

.pager .btn-arrows.prev .arrows::before {
	border-bottom: #fff solid 2px;
	border-left: #fff solid 2px;
}

.pager .btn-arrows.next .arrows::before {
	border-top: #fff solid 2px;
	border-right: #fff solid 2px;
}

@keyframes move-left-anim {
	0%{transform: translate(-50%,-50%) rotate(45deg); opacity:1;}
	50%{transform: translate(-100%,-50%) rotate(45deg); opacity:0;}
	50.1%{transform: translate(0%,-50%) rotate(45deg); opacity:0;}
	100%{transform: translate(-50%,-50%) rotate(45deg); opacity:1;}
}

@keyframes move-right-anim {
	0%{transform: translate(-50%,-50%) rotate(45deg); opacity:1;}
	50%{transform: translate(0%,-50%) rotate(45deg); opacity:0;}
	50.1%{transform: translate(-100%,-50%) rotate(45deg); opacity:0;}
	100%{transform: translate(-50%,-50%) rotate(45deg); opacity:1;}
}

@media (min-width: 769px){
	.pager .btn-arrows.prev a:hover::before {
		animation: move-left-anim .65s ease 0s 1 forwards;
	}
	
	.pager .btn-arrows.next a:hover::before {
		animation: move-right-anim .65s ease 0s 1 forwards;
	}
}

@media (max-width: 480px){
	.pager .nav-current {
		width: 100%;
		padding: 0;
	}
}


/* 戻るボタン
--------------------------------- */
.box-backlist {
	padding-top: 10px;
	padding-bottom: 8px;
	overflow: hidden;
	position: relative;
	border-top: 3px solid #000;
}

.btn-backlist {
	display: block;
	width: 200px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.28s ease;
	-moz-transition: all 0.28s ease;
	transition: all 0.28s ease;
}

.btn-backlist::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	display: block;
	transform: translateX(-100%);
	background: rgba(0,0,0,0.05);
	transition: all ease 0.28s;
	z-index: -1;
}

.btn-backlist:hover {
	width: 100%;
	display: block;
}

.btn-backlist:hover::before {
	transform: translateX(0);
}

.btn-backlist > span {
	vertical-align: middle;
}

.btn-backlist .btn-txt {
	z-index: -1;
	position: relative;
	padding-left: 18px;
}

/* 戻るボタン：アイコン */
.btn-backlist .ico-back {
	position: relative;
	width: 60px;
	height: 60px;
}

.btn-backlist .ico-back span,
.btn-backlist .ico-back span::before,
.btn-backlist .ico-back span::after {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #fff;
}

.btn-backlist .ico-back span {
	left: 17px;
}

.btn-backlist .ico-back span:first-of-type {
	top: 17px;
}

.btn-backlist .ico-back span:nth-of-type(2) {
	top: 27px;
}

.btn-backlist .ico-back span:last-of-type {
	bottom: 17px;
}

.btn-backlist .ico-back span::before {
	left: 10px;
}

.btn-backlist .ico-back span::after {
	left: 20px;
}

