

/* cover
----------------------------------------------- */

.cover--document .cover__base {
	height: 100%;
	background-image: url(../images/document/cover_image_pc@2x.jpg);
}
.cover__inner {
	min-height: 360px;
}


/* location
----------------------------------------------- */

.location {
	margin-top: 20px;
}


/* sortcontrol
----------------------------------------------- */

.sortcontrol {
	display: flex;
	margin: -32px 0 0;
	padding: 0 0 10px;
}


/* categorysort
----------------------------------------------- */

.categorysort {
	margin: 0 40px 0 0;
	width: 260px;
}
.categorysort__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}
.categorysort__select {
	margin: 15px 0 0;
}
.categorysort__select select {
	margin: 0;
	padding: 0 40px 0 15px;
	width: 100%;
	height: 60px;
	font-size: 14px;
	line-height: normal;
	outline: none;
	border: 2px solid #000;
	border-radius: 0;
	background: none;
	background-image: url(../images/common/ic_arrow_black_down.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.categorysort__select select::-ms-expand {
	display: none;
}


/* tagsort
----------------------------------------------- */

.tagsort {
	width: calc(100% - 300px);
}
.tagsort__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}
.tagsort__lists {
	margin: -5px 0 0 -6px;
	font-size: 0;
}
.tagsort__list {
	display: inline-block;
	margin: 20px 0 0 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tagsort__control {
	margin: 20px 0 0;
	font-size: 12px;
	text-indent: 0.04em;
	letter-spacing: 0.04em;
	cursor: pointer;
}
.tagsort__control:after {
	display: inline-block;
	content: "";
	margin: -3px 0 0;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background-image: url(../images/common/ic_arrow_black_down.svg);
	background-repeat: no-repeat;
	background-size: 13px 13px;
}
.tagsort__control--close:after {
	transform: scaleY(-1);
}
.tagsort__list input[type="checkbox"] {
	display: none;
}

/* initial */

.tagsort__control--close {
	display: none;
}

/* check */

.tag--current,
.tagsort__list input[type="checkbox"]:checked + .tag {
	color: #fff;
}
.tag--current .tag__frame:last-child,
.tagsort__list input[type="checkbox"]:checked + .tag .tag__frame:last-child {
		opacity: 1;
}

/* open */

.js-tagsort-open .tagsort__control--open {
	display: none;
}
.js-tagsort-open .tagsort__control--close {
	display: block;
}


/* detailheader
----------------------------------------------- */

.detailheader {
	position: relative;
	margin: 100px 0 0;
	overflow: hidden;
	z-index: 1;
}
.detailheader:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: -1;
}
.detailheader__outer {
	margin: 0 40px;
}
.detailheader__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 30px 0;
	max-width: 1160px;
	min-height: 300px;
	color: #fff;
}
.detailheader__image {
	display: block;
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	filter: blur(10px);
}
.detailheader__image:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.detailheader__label {
	font-size: 14px;
	font-weight: 700;
	text-indent: 0.08em;
	letter-spacing: 0.08em;
}
.detailheader__label:before,
.detailheader__label:after {
	display: inline-block;
	content: "";
	margin: -2px 0 0;
	width: 20px;
	height: 1px;
	vertical-align: middle;
	background-color: #fff;
}
.detailheader__category {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	height: 24px;
	z-index: 1;
}
.detailheader__category:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: -1;
	transform: skewX(-20deg);
	transform-origin: left bottom;
}
.detailheader__category a {
	padding: 0 5px 0 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-indent: 0.08em;
	letter-spacing: 0.08em;
	transition-property: opacity;
  transition-duration: 0.2s;
}
.detailheader__title {
	margin: 20px 0 0;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0,08em;
	line-height: 66px;
}
.detailheader__tags {
	display: flex;
	padding: 20px 0 0;
}
.detailheader__tag {
	margin: 5px 5px 0 0;
}

/* start */

.js-indicate-start.detailheader:after {
	transform: scaleX(0);
	transform-origin: right;
	transition-property: transform;
	transition-duration: 0.85s;
	transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* tagsort
	----------------------------------------------- */

	.tagsort__control {
		transition-property: opacity;
		transition-duration: 0.2s;
	}

	/* initial */

	.tagsort__lists {
		height: 45px;
		overflow: hidden;
	}

	/* open */

	.js-tagsort-open .tagsort__lists {
		height: auto;
	}

	/* hover */

	.tagsort__control:hover {
		opacity: 0.6;
	}


	/* retina
	----------------------------------------------- */

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	}


}


/* sp-menu break-point
----------------------------------------------- */

@media only screen and (max-width:1000px) {
}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:768px) {


	/* cover
	----------------------------------------------- */

	.cover--document .cover__base {
		background-image: url(../images/document/cover_image_sp.jpg);
	}
	.cover__inner {
		min-height: 330px;
	}


	/* sortcontrol
	----------------------------------------------- */

	.sortcontrol {
		display: block;
		margin: 0;
		padding: 10px 0 0;
	}


	/* categorysort
	----------------------------------------------- */

	.categorysort {
		margin: 0;
		width: auto;
	}
	.categorysort__label {
		font-size: 14px;
	}
	.categorysort__select {
		margin: 15px 0 0;
	}
	.categorysort__select select {
		height: 50px;
	}


	/* tagsort
	----------------------------------------------- */

	.tagsort {
		margin: 25px 0 0;
		width: auto;
	}
	.tagsort__label {
		font-size: 14px;
	}
	.tagsort__lists {
		margin: 0 0 0 -5px;
		text-align: left;
	}
	.tagsort__list {
		margin: 15px 0 0 5px;
	}
	.tagsort__control {
		margin: 25px 0 0;
		font-size: 14px;
		text-align: center;
	}

	/* initial */

	.tagsort__lists {
		height: 108px;
		overflow: hidden;
	}

	/* open */

	.js-tagsort-open .tagsort__lists {
		height: auto;
	}


	/* detailheader
	----------------------------------------------- */

	.detailheader {
		margin: 65px 0 0;
	}
	.detailheader__outer {
		margin: 0 20px;
	}
	.detailheader__inner {
		padding: 40px 0;
		max-width: initial;
		min-height: 230px;
	}
	.detailheader__title {
		margin: 10px 0 0;
		font-size: 25px;
		line-height: 37px;
	}
	.detailheader__tags {
		padding: 5px 0 0;
	}


}
/* pc
----------------------------------------------- */
@media print, screen and (min-width:769px) {
	.detailheader__category a:hover {
	  opacity: 0.6;
	}
}
