@charset "UTF-8";
/*========================================
	Common
========================================*/
@media screen and (max-width: 1180px) {
	.main:not(._toppage) {
		/*padding-top: calc(48px + 32px);*/
	}

	.main._toppage {
		padding-top: 48px;
	}
}
/*
@media screen and (min-width: 1181px) {
	.main:not(._toppage) {
		padding-top: 80px;
	}

	.main,
	.footer {
		width: calc(100% - 200px);
		margin-left: auto;
	}
}
/* Header
------------------------------------------------------------ */
.header {
	width:100%;
	background-color: #fef5f6;
	text-align: center;
}
.header-logo {
	line-height: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-center {
	color:white;
	width:56%;
	display:inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ed7d31;
	border-radius: 5px;
	padding:20px 0;
	font-size:130%;
}

@media screen and (max-width: 768px) {
	.header-top-sp{
		display:block;
	}
	.header-top-pc{
		display:none;
	}
}

@media screen and (min-width: 769px) {
	.header-top-sp{
		display:none;
	}
	.header-top-pc{
		display:block;
	}
}

#menu {
	padding-bottom: 40px;
}

.menu-vod {
	background: #e7f5fc;
	padding: 8px;
}
.menu-vod a {
	margin-bottom: 8px;
}
.menu-vod a:last-child {
	margin-bottom: 0;
}
.menu-vod a strong {
	font-size: 1.563rem;
	line-height: 1.2;
}
.menu-search {
	padding: 16px 8px;
}
.menu-user {
	padding: 16px 8px;
	background: #eceded;
}
.menu-user a {
	margin-top: 8px;
}
.menu-point {
	color: #0e9cdc;
	font-weight: bold;
	font-family: Tahoma, Arial, "sans-serif";
	display: flex;
	align-items: flex-end;
	line-height: 1.1;
}
.menu-point:before {
	content: "使用可能ポイント";
	display: inline-block;
	line-height: 1;
	width: 4.5em;
	text-align: center;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	font-size: 80%;
	font-weight: normal;
	margin-right: 0.5em;
}
.menu-point b {
	font-size: 160%;
}
.menu-sns {
	padding: 16px 0;
	position: relative;
}
.menu-sns:after, .menu-sns:before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 0;
	display: block;
	width: calc(100% - 32px);
	border-top: 1px solid #e6e6e6;
}
.menu-sns a {
	display: block;
	padding: 0.65em 24px;
}
.menu-sns img {
	width: 1.5em;
	margin-right: 0.5em;
}
.menu-guide {
	margin-top: 16px;
}
.menu-guide a {
	display: block;
	font-size: 0.85rem;
	padding: 0.65em 24px;
}

.gnav {
	padding: 16px 0;
	position: relative;
}
.gnav:after, .gnav:before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 0;
	display: block;
	width: calc(100% - 32px);
	border-top: 1px solid #e6e6e6;
}
.gnav:first-of-type:before {
	top: 0;
	bottom: auto;
}
.gnav-list a {
	display: block;
	padding: 0.65em 0 0.65em 24px;
}
.gnav-ttl a {
	display: flex;
	align-items: center;
}
.gnav-ttl a:before {
	content: "";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-right: 0.5em;
	background: url("../../img/icon_list.svg") no-repeat center center;
	background-size: contain;
}
.gnav-ttl._org a {
	color: #0e9cdc;
	font-weight: bold;
}
.gnav-ttl._org a:before {
	background-image: url("../../img/icon_org.svg");
}
.gnav-ttl a:after {
	margin-left: 1.8rem;
}

@media screen and (max-width: 1180px) {
	.header {
		width: 100%;
		display: flex;
	}
	.header-logo {
		order: 2;
		margin: 0 auto;
	}
	.header-logo img {
		width: 85px;
	}
	#menu .header-logo {
		padding: 15px 0;
	}
	.header .unshown {
		display: none;
	}
	.header-sp {
		order: 3;
		text-align: center;
		line-height: 1.3;
		width: 5em;
	}
	.header-sp a {
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-sp.-vod a {
		background: #0e9cdc;
		color: #fff;
	}
	.header-sp.-mypage a {
		width: 56px;
		margin-left: auto;
		background: url("../../img/icon_mypage.svg") center center no-repeat;
		background-size: 28px;
		font-size: 0;
	}

.header-center {
	color:white;
	width:56%;
	display:inline-block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ed7d31;
	border-radius: 5px;
	padding:15px 0;
	font-size:100%;
}

	#menuwrap {
		order: 1;
		position: relative;
	}

	#menuwrap-open {
		display: inline-block;
		width: 5em;
		height: 48px;
		padding: 16px;
		vertical-align: middle;
	}

	#menuwrap-open span, #menuwrap-open span:before, #menuwrap-open span:after {
		position: absolute;
		height: 2px;
		width: 24px;
		border-radius: 3px;
		background: #6c7378;
		display: block;
		content: '';
		cursor: pointer;
	}

	#menuwrap-open span:before {
		bottom: -8px;
	}

	#menuwrap-open span:after {
		bottom: -16px;
	}

	#menuwrap-close {
		display: none;
		position: fixed;
		z-index: 19998;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	#menu {
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 19999;
		width: 200px;
		height: 100vh;
		background: #fff;
		transform: translateX(-105%);
	}
	#menu::-webkit-scrollbar {
		display: none;
	}

	#menuwrap-input:checked ~ #menuwrap-close {
		display: block;
		opacity: .6;
	}

	#menuwrap-input:checked ~ #menu {
		transform: translateX(0%);
		box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
		transition: .3s ease-in-out;
	}
}
/*
@media screen and (min-width: 1181px) {
	.header {
		width: 200px;
		height: 100vh;
		overflow: hidden;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.header::-webkit-scrollbar {
		display: none;
	}
	.header-logo {
		height: 80px;
	}
	.header-logo img {
		width: 104px;
	}
	.header-sp, #menu .header-logo,
	.header #menuwrap-input,
	.header #menuwrap-open,
	.header #menuwrap-close {
		display: none;
	}

	.gnav-list a:hover {
		opacity: 1 !important;
		transition: background 0.2s linear;
		background: #e7f5fc;
	}
	.gnav-user {
		padding: 16px;
	}
}
*/
/* Footer
------------------------------------------------------------ */


@media screen and (max-width: 768px) {
	.footer-piyota{
		width:100%;
		height:90px;
		margin:0 auto;
		background-image: url("/img/SP_footer_bg_piyota.png");
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-align:center;
	}
	.footer-piyota img{
		position: relative;
		bottom:-22px;
	}
	.footer-piyota-ka{
		width:100%;
		height:90px;
		margin:0 auto;
		background-image: url("/img/SP_footer_bg_piyota_ka.png");
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-align:center;
	}
	.footer-piyota-ka img{
		position: relative;
		bottom:-22px;
	}
	.footer {
		width:100%;
		margin-top:-15px;
	/*	margin-bottom:30px;*/
		font-size: 1rem;
		text-align:center;
		overflow: hidden;
		padding: 0;
	}
	.footer-nav a {
		color: #777;
	}
	.footer-company-info {
		color:#6b4a36;
		padding:10px;
	}
	.footer-company-info-1 {
		display:inline-block;
		font-size:18px;
		line-height:42px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.footer-company-info-2{
		display:inline-block;
		font-size:18px;
		line-height:42px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.footer-company-info-2 a{
		color:#6b4a36;
		text-decoration:underline;
	}
	.footer-company-info-3 {
		font-size:16px;
		line-height:28px;
		font-weight:normal;
	}
	.footer-bp-logo {
		padding:0 20px 20px 20px;
	}
	.footer-bp-logo img {
		margin:0 20px;
	}
	.footer-sns-logo {
		padding:0 20px 20px 20px;
	}
	.footer-sns-logo img {
		max-width:50px;
		margin:0 10px;
	}
	.footer-txt {
		float: left;
		margin-bottom: 16px;
		width: 100%;
	}
	.footer-nav {
		float: left;
	}
	.footer-nav li {
		display: inline-block;
		padding-right: 1em;
	}
	.footer-nav li:after {
		content: "｜";
		margin-left: 1em;
	}
	.footer-nav li a {
		display: inline-block;
	}
	.footer-top {
		width:100%;
		padding-top:60px;
		display: block;
		text-align: center;
		padding:60px 0.5em 0.5em 0.5em ;
		background:#fff;
		margin-bottom:0;
	}
	.footer-bottom {
		display: block;
		background:#ff547f;
		color: #fff;
		padding:30px;
	/*	margin-bottom:60px;*/
	}
	.footer-fixed-sp{
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 19999;
		width: 100%;
		text-align:center;
		background: #fef5f6;
	}
	.footer-fixed-sp a{
		width:49%;
		display:inline-block;
	}
	.footer-fixed-sp-taiken{
			background: #fff;
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: 19999;
			width: 100%;
		text-align:center;
			background: #fef5f6;
		line-height: 50px;
	}
	.footer-fixed-sp-taiken a{
		width:98%;
		max-width:800px;
			display:inline-block;
	}
	.footer-fixed-pc{
		display:none;
	}
	.footer-event-link{
		width:100%;
		color:white;
		font-weight:bold;
			background: #ed7d31;
		padding:10px;
		margin:3px 3px 3px 0;
		border-radius:5px;
		font-size: 20px;
	}
	.footer-taiken-link{
		width:100%;
		padding:10px;
	}
	.footer-taiken-link0-3{
		width:100%;
		padding:10px;
		text-align:right;
	}
	.footer-taiken-link0-3 img{
		height: auto;
		max-width:100%;
	}
	.footer-taiken-link3-8{
		width:100%;
		padding:10px;
		text-align:left;
	}
	.footer-taiken-link3-8 img{
		height: auto;
		max-width:100%;
	}
}
@media screen and (min-width: 769px) {
	.footer-piyota{
		width:100%;
		height:90px;
		margin:0 auto;
		background-image: url("/img/PC_footer_bg_piyota.png");
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-align:center;
	}
	.footer-piyota img{
		position: relative;
		bottom:-22px;
	}
	.footer-piyota-ka{
		width:100%;
		height:90px;
		margin:0 auto;
		background-image: url("/img/PC_footer_bg_piyota_ka.png");
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		text-align:center;
	}
	.footer-piyota-ka img{
		position: relative;
		bottom:-22px;
	}
	.footer {
		width:100%;
	/*	margin:-3px auto 60px auto;*/
		font-size: 1.2rem;
		text-align:center;
		overflow: hidden;
		padding: 0;
	}
	.footer-nav a {
		color: #777;
	}
	.footer-company-info {
		color:#6b4a36;
		padding:10px;
	}
	.footer-company-info-1 {
		display:inline-block;
		font-size:18px;
		line-height:42px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.footer-company-info-2{
		display:inline-block;
		font-size:18px;
		line-height:42px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.footer-company-info-2 a{
		color:#6b4a36;
		text-decoration:underline;
	}
	.footer-company-info-3 {
		font-size:16px;
		line-height:28px;
		font-weight:normal;
	}
	.footer-bp-logo {
		padding:0 20px 20px 20px;
	}
	.footer-bp-logo img {
		margin:0 20px;
	}
	.footer-sns-logo {
		padding:0 20px 20px 20px;
	}
	.footer-sns-logo img {
		max-width:50px;
		margin:0 20px;
	}
	.footer-txt {
		float: left;
		margin-bottom: 16px;
		width: 100%;
	}
	.footer-nav {
		float: left;
	}
	.footer-nav li {
		display: inline-block;
		padding-right: 1em;
	}
	.footer-nav li:after {
		content: "｜";
		margin-left: 1em;
	}
	.footer-nav li a {
		display: inline-block;
	}
	.footer-top {
		width:100%;
		padding-top:60px;
		display: block;
		text-align: center;
		padding:60px 0.5em 0.5em 0.5em ;
		background:#fff;
		margin-bottom:0;
	}
	.footer-bottom {
		display: block;
		background:#ff547f;
		color: #fff;
		padding:30px;
	/*	margin-bottom:45px;*/
	}
	.footer-fixed-sp{
		display:none;
	}
	.footer-fixed-pc{
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 19999;
		width: 100%;
		text-align:center;
		background: #fef5f6;
	}
	.footer-fixed-pc a{
		width:49%;
		display:inline-block;
	}
	.footer-fixed-pc-taiken{
			background: #fff;
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: 19999;
			width: 100%;
		text-align:center;
			background: #fef5f6;
		line-height: 50px;
	}
	.footer-fixed-pc-taiken a{
		width:98%;
		max-width:800px;
			display:inline-block;
	}
	.footer-event-link{
		width:100%;
		color:white;
		font-weight:bold;
			background: #ed7d31;
		padding:10px;
		margin:3px 3px 3px 0;
		border-radius:5px;
		font-size: 20px;
	}
	.footer-taiken-link{
		width:100%;
		padding:10px;
	}
	.footer-taiken-link0-3{
		width:100%;
		padding:10px;
		text-align:right;
	}
	.footer-taiken-link0-3 img{
		height:86px;
	}
	.footer-taiken-link3-8{
		width:100%;
		padding:10px;
		text-align:left;
	}
	.footer-taiken-link3-8 img{
		height:86px;
	}
}

/* VR soon 
.gnav {	
	&-vr {
		a {
			pointer-events:	none;
			display: flex;
			flex-wrap: wrap;
			color: #aaa;
			align-items: center;
			&:after {
			content: "coming soon";
				color: #0E9CDE;
				font-size: 10px;
				font-weight: bold;
				font-family: Tahoma, Arial, "sans-serif";
				margin-left: 1rem;
		}
		}
		
		&.gnav-ttl {
			a:after {
				margin-left: 2rem;
			}
		}
	}
}


#mypage li.gnav-vr a {
	color: #999 !important;
}
*/
/*========================================
	Search
========================================*/
/* -----	search ----- */
.search {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 18888;
	background: #f6f6f6;
	animation-name: fadeinpop;
	animation-duration: 0.3s;
	height: 100vh;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.search::-webkit-scrollbar {
	display: none;
}
/*
@media screen and (min-width: 1181px) {
	.search {
		margin-left: 200px;
	}
}
*/
@media screen and (max-width: 768px) {
	.search {
		z-index: 20000;
	}
}
.search-wrap {
	padding-bottom: 160px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.search-wrap {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 200px;
	}
}
@media screen and (min-width: 769px) {
	.search-sec {
		padding-top: 48px;
	}
}
.search-form {
	position: relative;
}
@media screen and (max-width: 768px) {
	.search-form {
		margin: 16px;
	}
}
@media screen and (min-width: 769px) {
	.search-form {
		margin: 80px auto 0;
		max-width: 573px;
	}
}
.search-form input {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #fff;
	padding: 1em;
	padding-right: 3.5em !important;
}
.search-form input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 14px;
}
.search-form input:-ms-input-placeholder {
	color: #aaa;
	font-size: 14px;
}
.search-form input::placeholder {
	color: #aaa;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.search-form input {
		padding: 0.5em;
		font-size: 16px;
	}
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-form button svg {
	width: 16px;
	fill: #ccc;
}
.search label {
	margin-bottom: 0;
}
.search-ttl {
	display: block;
	margin-bottom: 16px;
	font-size: 1.25rem;
	position: relative;
}
.search-back, .search-pageopen {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.search-ttl {
		padding: 0.8em 16px;
		margin-top: -1px;
		margin-bottom: 0;
		border-bottom: 1px solid #e6e6e6;
		border-top: 1px solid #e6e6e6;
	}
	.search-ttl:after {
		content: "で絞る";
		font-size: 0.85rem;
		color: #777;
	}
	.search-ttl:before {
		content: "";
		right: 1em;
		width: 0.5em;
		height: 0.5em;
		content: '';
		pointer-events: none;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		border-right: 2px solid #6c7378;
		border-top: 2px solid #6c7378;
		border-top-color: #ccc;
		border-right-color: #ccc;
	}
	.search-page {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #f6f6f6;
		transform: translateX(105%);
		transition: .3s ease-in-out;
		padding-bottom: calc(env(safe-area-inset-bottom) + 180px);
	}
	input[type="checkbox"].search-pageopen:checked + .search-page {
		transform: translateX(0%);
		transition: .3s ease-in-out;
	}
	.search-back {
		display: block !important;
		position: relative;
		font-size: 1.25rem;
		padding: 0.5em;
		padding-left: 2.5em;
		border-bottom: 1px solid #e6e6e6;
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 100;
		background: #f6f6f6;
	}
	.search-back:before {
		content: "";
		width: 0.5em;
		height: 0.5em;
		content: '';
		pointer-events: none;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		border-left: 2px solid #6c7378;
		border-top: 2px solid #6c7378;
		border-top-color: #ccc;
		border-left-color: #ccc;
		left: 1em;
	}
}
.search-list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.search-list {
		border-top: 1px solid #e6e6e6;
		margin-top: -1px;
	}
}
.search-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.search-list li {
		width: 50%;
		border-bottom: 1px solid #e6e6e6;
		margin-top: -1px;
	}
	.search-list li:nth-child(odd) {
		border-right: 1px solid #e6e6e6;
	}
	.search-list li label {
		padding-left: 2.6em !important;
	}
	.search-list li input[type="checkbox"] + label:before {
		left: 0.9em;
	}
	.search-list li input[type="checkbox"]:checked + label:after {
		left: 1.3em;
	}
}
@media screen and (min-width: 769px) {
	.search-list li {
		width: 240px;
	}
}
.search-list li span {
	font-size: 0.85rem;
	color: #777;
}
@media screen and (max-width: 768px) {
	.search-list li span {
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.search-list li span {
		margin-left: 1em;
	}
}
.search-more {
	text-align: center;
	padding: 0.5em 2em;
	background: #eceded;
	cursor: pointer;
}
.search-submit {
	position: fixed;
	z-index: 3;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(50, 61, 67, 0.5);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1em 16px;
	animation-name: slideup;
	animation-duration: 1s;
}
@media screen and (max-width: 768px) {
	.search-submit {
		justify-content: center;
	}
}
/*
@media screen and (min-width: 1181px) {
	.search-submit {
		padding: 1em 48px 1em 248px;
	}
}
*/
@keyframes slideup {
	from {
		transform: translateY(80px);
	}
	to {
		transform: translateY(0);
	}
}
.search-total {
	width: 35%;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
}
.search-total:before {
	content: "該当数";
	margin-right: 0.3em;
}
.search-total:after {
	content: "作品";
	margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
	.search-total {
		width: 100%;
		margin-bottom: 4px;
		text-align: center;
		font-size: 1.25rem;
	}
	.search-total:before, .search-total:after {
		font-size: 14px;
	}
}
@media screen and (min-width: 769px) {
	.search-total {
		font-size: 1.563rem;
	}
	.search-total:before, .search-total:after {
		font-size: 1.25rem;
	}
}
.search-btn {
	flex: 1 1 0%;
	max-width: 320px;
}
@media screen and (max-width: 768px) {
	.search-btn button {
		margin-left: auto;
	}
}
.search-close {
	width: 40px;
	height: 40px;
	margin-left: 1em;
	border-radius: 50%;
	position: relative;
	background: none !important;
}
.search-close:before, .search-close:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 2px;
	background: #fff;
}
.search-close:before {
	transform: rotate(-45deg);
}
.search-close:after {
	transform: rotate(45deg);
}

/*========================================
	Module
========================================*/
/* ----- featurehead	----- */
.feature {
	padding-right: 16px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	align-content: center;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
	/* 試験用 */
	background-image: none !important;
	/* 試験用 */
	background-color: #eceded !important;
	/*
	&:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.5) url("../../img/bg_dot.png");
	}
	&:before {
	content: '';
	background: inherit;
	filter: blur(16px);
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	z-index: -2;
	}
	*/
}
@media screen and (orientation: portrait) {
	.feature {
		max-height: 280px;
	}
}
@media screen and (min-width: 1025px) {
	.feature {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 769px) {
	.feature {
		padding-right: 48px;
	}
}
.feature-txt {
	order: 2;
	color: #fff;
	/* 試験用 */
	color: #333;
	text-align: center;
	width: 100%;
	padding-left: 16px;
	padding: 7vh 0;
}
.feature-img {
	order: 1;
	height: 25vh;
	margin-right: 16px;
}
@media screen and (min-width: 769px) {
	.feature-img {
		height: 30vh;
	}
}
.feature-img + .feature-txt {
	text-align: left;
	width: auto;
}
@media screen and (max-width: 768px) {
	.feature-desc {
		width: 100%;
		font-size: 0.85rem;
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 769px) {
	.feature-ttl {
		font-size: 1.563rem;
		margin-bottom: 16px;
	}
	.feature-img {
		margin-right: 48px;
	}
}

/* -----	Itemcard ----- */
.itemlist {
	position: relative;
}

.itemcard-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: -8px;
	margin-right: -8px;
}
@media screen and (min-width: 769px) {
	.itemcard-wrap {
		margin-left: -12px;
		margin-right: -12px;
	}
}
@media screen and (max-width: 768px) {
	.itemcard-wrap {
		padding-top: 0 !important;
	}
}
.itemcard-list {
	display: flex;
	flex-direction: column;
	padding: 0 8px;
	margin-top: 16px;
	width: 33.333333%;
}
@media screen and (min-width: 508px) {
	.itemcard-list {
		width: 25%;
	}
}
@media screen and (min-width: 627px) {
	.itemcard-list {
		width: 20%;
	}
}
@media screen and (min-width: 769px) {
	.itemcard-list {
		width: 25%;
	}
}
@media screen and (min-width: 992px) {
	.itemcard-list {
		width: 20%;
	}
}
@media screen and (min-width: 1420px) {
	.itemcard-list {
		width: 16.6666%;
	}
}
@media screen and (min-width: 1624px) {
	.itemcard-list {
		width: 14.2857%;
	}
}
@media screen and (min-width: 1828px) {
	.itemcard-list {
		width: 12.5%;
	}
}
@media screen and (min-width: 2032px) {
	.itemcard-list {
		width: 11.1111%;
	}
}
@media screen and (min-width: 2236px) {
	.itemcard-list {
		width: 10%;
	}
}
.itemcard-list > a {
	flex: 0 0 auto;
}
.itemcard-slide {
	display: flex;
	flex-direction: column;
}
.itemcard-item {
	flex: 0 0 auto;
	position: relative;
}
.itemcard-item a {
	display: block;
}
.itemcard-item .c-playbtn {
	display: none;
}
.itemcard-item._reserve:before {
	content: "";
	position: absolute;
	z-index: 100;
	display: block;
	width: 30px;
	height: 30px;
	top: 14px;
	left: -2px;
	background: url("../../img/tag_reserve.svg") no-repeat;
	background-size: cover;
	pointer-events: none;
}
@media screen and (min-width: 769px) {
	.itemcard-item._reserve:before {
		width: 40px;
		height: 40px;
		top: 0;
		left: -3px;
	}
}
.itemcard-item._new .itemcard-jk:before, .itemcard-item._mnew .itemcard-jk:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	border-top-left-radius: 4px;
}
@media screen and (min-width: 769px) {
	.itemcard-item._new .itemcard-jk:before, .itemcard-item._mnew .itemcard-jk:before {
		width: 48px;
		height: 48px;
		border-top-left-radius: 8px;
	}
}
.itemcard-item._new .itemcard-jk:before {
	background: url("../../img/tag_new.svg") no-repeat;
}
.itemcard-item._mnew .itemcard-jk:before {
	background: url("../../img/tag_mnew.svg") no-repeat;
}
.itemcard-jk {
	cursor: pointer;
	position: relative;
	margin-top: 2px;
}
.itemcard-jk img {
	width: 100%;
}
.itemcard-link {
	display: none !important;
}
.itemcard-open {
	opacity: 0;
}
.itemcard-open, .itemcard-close {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 600;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
	transition: opacity 0.2s linear;
}
.itemcard-open:before, .itemcard-close:before {
	width: 1em;
	height: 1em;
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.itemcard-open, .itemcard-close {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}
.itemcard-open:before {
	bottom: 1em;
	content: '';
	pointer-events: none;
	display: inline-block;
	transform: rotate(45deg);
	border-bottom: 2px solid #6c7378;
	border-right: 2px solid #6c7378;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
.itemcard-close:before {
	bottom: 0.5em;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	pointer-events: none;
	display: inline-block;
	transform: rotate(45deg);
	border-left: 2px solid #6c7378;
	border-top: 2px solid #6c7378;
	border-left-color: #fff;
	border-top-color: #fff;
}
.itemcard-close:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: -36px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 10px 16px;
	border-color: transparent transparent #323d43 transparent;
	transform: translateX(-50%);
}
.itemcard-ttl {
	margin-top: 4px;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
	.itemcard-ttl {
		font-size: 0.85rem;
	}
}
.itemcard-ttl a {
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.itemcard-status {
	width: 100%;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.itemcard-item {
		padding-top: 14px;
		display: flex;
		flex-direction: column;
	}
	.itemcard-item.swiper-slide {
		height: auto;
	}
	.itemcard-jk {
		margin-top: auto;
		/*
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		*/
	}
	.itemcard-status {
		padding-top: 4px;
	}
}
@media screen and (min-width: 769px) {
	.itemcard-item {
		margin-top: auto;
	}
	.itemcard-list {
		padding: 0 12px;
		margin: 32px 0 16px;
	}
	.itemcard-jk {
		margin-top: 3px;
		margin-bottom: 4px;
	}
	.itemcard-close:after {
		bottom: -44px;
		border-width: 0 22px 16px 22px;
	}
	.itemcard-status {
		display: flex;
		height: 18px;
		margin-top: 8px;
		align-items: center;
	}
}

span[class^="itemcard-ptup-"] {
	display: inline-block;
	position: absolute;
	z-index: 500;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-size: contain;
}

.itemcard-ptup-WDAYFK {
	background: url(../../img/icon_ptup50.png) no-repeat;
}

.itemcard-ptup-BYPWJK {
	background: url(../../img/icon_ptup30.png) no-repeat;
}

.status-icon {
	height: 14px;
	display: flex;
	align-items: center;
	font-size: 0;
}
@media screen and (max-width: 768px) {
	.status-icon {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.status-icon img {
	height: 11px;
	width: auto;
}
.status-price {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 0.85rem;
}
.status-val {
	padding: 2px 0;
}
.status-yen {
	font-size: 70%;
}
.status-sale {
	display: inline-block;
	background: #e71f1f;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin-right: 4px;
	border-radius: 4px;
}
.status-sale:after {
	font-size: 80%;
	content: "%";
}
.status-sale ~ .status-val, .status-sale ~ .status-yen {
	color: #e71f1f;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.status-price {
		width: 100%;
		margin-top: auto;
	}
	.status-val {
		margin-left: auto;
	}
	.status-sale:after {
		content: "%OFF";
	}
}
@media screen and (min-width: 769px) {
	.status-price {
		justify-content: flex-end;
		margin-left: auto;
	}
}
@media screen and (min-width: 1025px) {
	.status-icon img {
		height: 14px;
	}
	.status-price {
		font-size: 14px;
	}
	.status-sale {
		margin-right: 5%;
	}
}

@media screen and (min-width: 960px) {
	.itemcard-wrap .c-playbtn {
		display: block !important;
		opacity: 0;
		background-size: 40%;
	}

	.itemcard-open, .itemcard-close {
		height: 25%;
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	}
	.itemcard-close ~ .c-playbtn {
		opacity: 0.3;
	}
	.itemcard-link {
		display: block !important;
		font-size: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 500;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.itemcard-item:hover .itemcard-open,
	.itemcard-item:hover .itemcard-detail {
		opacity: 1;
		transition: opacity 0.2s linear;
	}
	.itemcard-item:hover .c-playbtn {
		opacity: 0.7;
	}

	span[class^="itemcard-ptup-"] {
		width: 80px;
		height: 80px;
	}
}
/* -----	Itemcard ----- */
.releaselist .itemcard-wrap {
	margin-top: -16px;
}

.releaselist .itemcard-wrap:not(:last-child) {
	margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
	.releaselist .itemcard-wrap:not(:last-child) {
		margin-bottom: 80px;
	}
}

/* -----	actcard ----- */
@media screen and (min-width: 769px) {
	._feat {
		margin-bottom: 26px;
	}
}
._feat .itemcard-jk {
	margin-bottom: 0;
}
._feat .itemcard-ttl {
	position: absolute;
	bottom: 0;
	padding: 1.5em 0.5em 0.5em;
	height: 5em;
	color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (max-width: 768px) {
	._feat .itemcard-ttl {
		margin-bottom: 18px;
		font-size: 0.85rem;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

._feat._new .itemcard-ttl:after {
	display: inline-block;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0.5em;
	content: "NEW";
	font-family: Tahoma, Arial, "sans-serif";
	color: #fff;
	background: #e61f1f;
	font-weight: bold;
	font-size: 80%;
	padding: 0 2px;
	border-radius: 4px;
}

/* -----	actcard ----- */
.actcard-wrap {
	text-align: center;
}
.actcard-wrap .itemcard-item {
	padding-top: 0;
}
.actcard-wrap aside {
	color: #777;
	font-size: 0.85rem;
}

/* 画像揃うまで
.actcard-wrap {		
	img {
		display: none;
	}
	
	.itemcard-list {
	padding: 0;
	text-align: center;
	border: 1px solid #e6e6e6;
	margin: 0 -1px -1px 0;
	
	a {
	padding: 0.5em 0;
	}
	}
}
.ranking {
	.actcard-wrap {
		margin-top: 16px;
		.itemcard-list {
		border: none;
		margin: 0;
		a{
			padding: 1em;
		}
		}
	}
}
/* 画像揃うまで */
/* -----	carddetail ----- */
.carddetail {
	width: 100%;
	position: relative;
	z-index: 999;
	background: #323d43;
	color: #fff;
	display: flex;
	/*
	&-img {
		overflow: hidden;
		position: relative;
		height: 100%;
		
		li {
			width: 100%;
			height: 100%;
			background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0;
			z-index: 10;
			
			&:before {
				content:"";
				display: block;
				padding-top: 56.25%;
			}
			&:first-child {
				opacity: 1;
			}
						
			&.show {
				opacity: 1;
				z-index: 0;
				transition: opacity .5s ease;
			}
		}
	}
	*/
}
.carddetail._new, .carddetail._mnew {
	position: relative;
	/*
	&:after {
		content: "NEW";
		font-family: Tahoma, Arial, "sans-serif";
		color: #fff;
		font-weight: bold;
		font-size: 80%;
		display: block;
		position: absolute;
		z-index: 501;
		top: 0.8em;
		left: 0.2em;
		transform: rotate(-45deg);
	}
	
	&:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 48px solid transparent;
		border-left: 48px solid #e61f1f;
		position: absolute;
		z-index: 500;
	}
	*/
}
.carddetail._new:before, .carddetail._mnew:before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
}
.carddetail._new:before {
	background: url("../../img/tag_new.svg") no-repeat;
}
.carddetail._mnew:before {
	background: url("../../img/tag_mnew.svg") no-repeat;
}
.carddetail a {
	color: #fff;
}
.carddetail-data {
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	z-index: 1;
}
.carddetail-link {
	width: 100%;
	order: 2;
}
.carddetail-review {
	width: 100%;
	order: 1;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.carddetail .item-fav .carddetail-fav {
	display: block;
	line-height: 1;
}
.carddetail-price {
	order: 3;
	text-align: right;
	line-height: 24px;
	white-space: nowrap;
	margin-bottom: 8px;
	margin-left: auto;
}
.carddetail-price._sale {
	border: 2px solid #e71f1f;
	color: #e71f1f;
	font-weight: bold;
	background: #fff;
	border-radius: 4px;
	padding-right: 0.5em;
	display: flex;
	height: 24px;
}
.carddetail-yen {
	margin-top: auto;
}
.carddetail-sale {
	background: #e71f1f;
	color: #fff;
	font-weight: bold;
	padding: 0 0.5em;
}
.carddetail-sale:after {
	font-size: 70%;
	content: "%OFF";
}
.carddetail-sale ~ .carddetail-val {
	padding-left: 0.5em;
	border-right: 0;
}
.carddetail-sale ~ .carddetail-val strike,
.carddetail-sale ~ .carddetail-val .origin {
	color: #aaa;
	text-decoration: line-through;
	margin: -0.5em 0 4px;
}
.carddetail-sale ~ .carddetail-val strike:after,
.carddetail-sale ~ .carddetail-val .origin:after {
	content: "円→";
	text-decoration: none;
	display: inline-block;
}
.carddetail-sale ~ .carddetail-val ~ .carddetail-yen {
	font-size: 70%;
}
.carddetail-tag {
	width: 100%;
	order: 4;
	font-size: 0.85rem;
	/* margin-top: auto; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.carddetail-ttl {
	font-weight: bold;
	overflow: hidden;
	max-height: 3em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}
.carddetail-txt {
	overflow: hidden;
	max-height: 3em;
	/* margin-bottom: $unit; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.carddetail-act, .carddetail-genre {
	max-height: 4em;
	overflow: hidden;
}
.carddetail-act li, .carddetail-genre li {
	display: inline-block;
	margin: 2px 4px 2px 0;
}
.carddetail-act li a, .carddetail-genre li a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	padding: 0 0.5em;
}
.carddetail-btn {
	display: block;
	text-align: center;
	padding: 0.3em 1em;
	border-radius: 4px;
	background: #fff;
	color: #323d43 !important;
	padding: 0 1.5em 0 0.5em;
	margin: 1em 0 1em auto;
	position: relative;
}
.carddetail-btn:after {
	width: 0.5em;
	height: 0.5em;
	content: '';
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #6c7378;
	border-top: 2px solid #6c7378;
	margin-left: 0.3em;
}
.carddetail-rating {
	width: 90px;
	height: 18px;
}
.carddetail-close {
	display: none;
}
.carddetail-thumb {
	position: relative;
	z-index: 0;
}
.carddetail-thumb:before {
	content: "";
	position: absolute;
	z-index: 500;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
.carddetail-img {
	overflow: hidden;
	height: 100%;
}
.carddetail-img li {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
 /*
position: absolute;
top: 0;
left: 0;
&:first-child {
	position: relative;
}
 */
}
.carddetail-img li:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.carddetail .c-playbtn {
	background-size: 120px 120px;
}

@media screen and (max-width: 811px) and (orientation: portrait) {
	.carddetail-img li {
		max-height: 40vh;
	}
}
@media screen and (max-width: 811px) {
	.carddetail {
		flex-direction: column;
		margin-top: 16px;
	}
	.contslider ~ .carddetail, .contslider ~ .item_card_detail .carddetail {
		margin-top: 0;
	}
	.contslider ~ .item_card_detail .carddetail-review {
		margin-left: 1em;
	}
	.carddetail-data {
		order: 2;
		padding: 0 16px 8px;
		margin-top: -2em;
	}
	.carddetail-link {
		margin-bottom: 16px;
	}
	.carddetail-txt {
		font-size: 0.85rem;
	}
	.carddetail-act {
		display: none;
	}
	.carddetail .item-fav {
		position: absolute;
		z-index: 999;
		top: 4px;
		right: 4px;
		border-radius: 4px;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.carddetail .item-fav .carddetail-fav {
		width: 32px;
		height: 32px;
		padding: 5px;
	}
	.carddetail-control {
		position: absolute;
		width: 100%;
		left: 0;
		overflow: hidden;
	}
	.carddetail-next, .carddetail-prev {
		display: inline-block;
		width: 2em;
		height: 3em;
	}
	.carddetail-next {
		float: right;
	}
	.carddetail-next:after {
		content: '';
		pointer-events: none;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		border-right: 2px solid #6c7378;
		border-top: 2px solid #6c7378;
		border-top-color: #fff;
		border-right-color: #fff;
		width: 1em;
		height: 1em;
		right: 12px;
	}
	.carddetail-prev {
		float: left;
	}
	.carddetail-prev:after {
		content: '';
		pointer-events: none;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		border-left: 2px solid #6c7378;
		border-top: 2px solid #6c7378;
		border-top-color: #fff;
		border-left-color: #fff;
		width: 1em;
		height: 1em;
		left: 12px;
	}
	.carddetail .c-watched {
		right: 36px !important;
		top: 4px;
		bottom: auto !important;
		/* bottom: 0.6em; */
	}
	.carddetail-thumb {
		order: 1;
	}
	.carddetail-thumb:before {
		background: linear-gradient(rgba(50, 61, 67, 0) 75%, #323d43 100%);
	}
	.carddetail-img {
		overflow: hidden;
		height: 100%;
	}
	.carddetail .c-playbtn {
		background-size: 80px 80px;
	}
	.carddetail .c-watched {
		transform: scale(0.9, 0.9);
		right: 0;
		bottom: 0.6em;
	}
}
@media screen and (max-width: 600px) {
	.carddetail-genre li:nth-child(n + 4) {
		display: none;
	}
}
@media screen and (min-width: 812px) {
	.carddetail {
		height: 320px;
		position: relative;
	}
	.carddetail-data {
		flex: 1 1 0%;
		padding: 40px 16px 24px 40px;
	}
	.carddetail-link {
		margin-bottom: auto;
	}
	.carddetail-ttl {
		font-size: 1.25rem;
	}
	.carddetail .item-fav {
		position: relative;
		margin-left: 0.5em;
	}
	.carddetail .item-fav img {
		width: 18px;
		height: 18px;
	}
	.carddetail .item-fav .c-tooltip {
		bottom: 160%;
	}
	.carddetail-control {
		margin-left: auto;
	}
	.carddetail-prev, .carddetail-next {
		margin-left: auto;
		cursor: pointer;
		display: inline-block;
		width: 1em;
		height: 1em;
		margin: 0 0.25em;
		position: relative;
	}
	.carddetail-prev.disabled, .carddetail-next.disabled {
		opacity: 0.2;
	}
	.carddetail-prev:before, .carddetail-next:before {
		content: "";
		position: absolute;
		z-index: -1;
		width: 0;
		height: 0;
		border-style: solid;
	}
	.carddetail-prev:before {
		border-width: 0.5em 0.7em 0.5em 0;
		border-color: transparent #fff transparent transparent;
	}
	.carddetail-next:before {
		border-width: 0.5em 0 0.5em 0.7em;
		border-color: transparent transparent transparent #fff;
	}
	.carddetail-close {
		display: block !important;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 600;
		cursor: pointer;
		width: 40px;
		height: 40px;
	}
	.carddetail-close:before, .carddetail-close:after {
		box-sizing: border-box;
		display: block;
		position: absolute;
		left: 15%;
		top: 50%;
		width: 80%;
		height: 6%;
		content: "";
		background-color: #fff;
	}
	.carddetail-close:before {
		transform: rotate(45deg);
	}
	.carddetail-close:after {
		transform: rotate(-45deg);
	}
	.carddetail-thumb {
		width: 45%;
	}
	.carddetail-thumb:before {
		background: linear-gradient(to left, rgba(50, 61, 67, 0) 75%, #323d43 100%);
	}
	.carddetail .c-playbtn {
		opacity: 0.3;
	}
	.carddetail .c-watched {
		right: 0;
		bottom: 0;
	}
}
@media screen and (min-width: 1500px) {
	.carddetail {
		height: 380px;
	}
	.carddetail-thumb {
		width: 38.2%;
		min-width: 600px;
	}
	.carddetail-ttl {
		font-size: 1.563rem;
	}
	.carddetail-txt {
		max-height: 5em;
		-webkit-line-clamp: 3;
	}
	.carddetail-rating {
		width: 125px;
		height: 25px;
	}
	.carddetail .item-fav img {
		width: 24px;
		height: 24px;
	}
	.carddetail-price {
		font-size: 1.25rem;
	}
}
/* -----	swiper ----- */
.swiper-wrapper {
	flex-wrap: nowrap;
}

.swiper-button-prev,
.swiper-button-next {
	transform: translateY(-50%);
	margin: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 48px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
	.swiper-button-prev,
	.swiper-button-next {
		width: 40px;
		height: 80px;
	}
}

.swiper-button-prev {
	left: 0;
	right: auto;
	border-radius: 0 100% 100% 0%/0 50% 50% 0;
}

.swiper-button-next {
	right: 0;
	left: auto;
	border-radius: 100% 0 0 100% / 50%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	width: 0.7em;
	height: 0.7em;
}
@media screen and (min-width: 769px) {
	.swiper-button-prev:after,
	.swiper-button-next:after {
		width: 1em;
		height: 1em;
	}
}

.swiper-button-prev:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #6c7378;
	border-left: 2px solid #6c7378;
	transform: rotate(-45deg);
}

.swiper-button-next:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #6c7378;
	border-right: 2px solid #6c7378;
	transform: rotate(45deg);
}

/* -----	slidebanner ----- */
.slidebanner {
	padding: 8px;
	background: #eceded;
	margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
	.slidebanner {
		margin-bottom: 40px;
	}
}
.slidebanner .swiper-slide {
	width: auto;
	height: 24vh;
	margin-right: 8px;
}
.slidebanner .swiper-slide:last-of-type {
	margin-right: 0 !important;
}
.slidebanner .swiper-slide img {
	width: auto;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.slidebanner {
		/*padding: $unit3;*/
	}
	.slidebanner .swiper-slide {
		/* height: 240px;
		 margin-right: $unit3;*/
		height: 312px;
		margin-right: 8px;
	}
}
/* ----- welcome	----- */
.welcome {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 16px;
	text-align: center;
}
.welcome-ttl {
	line-height: 1.2;
	margin-bottom: 16px;
}
.welcome-btn {
	margin-bottom: 16px;
	position: relative;
}
.welcome-btn strong {
	font-size: 150%;
}
.welcome-btn small {
	margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
	.welcome-btn a {
		padding: 0.5em;
	}
}
.welcome-price {
	position: absolute;
	top: -20px;
	right: -10px;
	width: 60px;
	height: 60px;
	font-size: 0;
	background: url("/img/img_mtnum.svg") no-repeat center center;
	background-size: contain;
}
.welcome-login {
	position: absolute;
	bottom: 1em;
	font-size: 0.85rem;
}
.welcome-login a {
	display: inline-block;
	color: #fff;
	padding: 0 0.5em;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
	.welcome-ttl {
		font-size: 1.563rem;
		margin-bottom: 32px;
	}
	.welcome-btn {
		width: 60%;
		min-width: 380px;
	}
	.welcome-price {
		top: -30px;
		right: -10px;
		width: 80px;
		height: 80px;
	}
	.welcome-login {
		right: 1em;
	}
}
@media screen and (min-width: 1025px) {
	.welcome-ttl {
		font-size: 2.441em;
	}
	.welcome-btn {
		min-width: 580px;
		max-width: 760px;
	}
	.welcome-btn a {
		font-size: 1.953rem;
	}
	.welcome-price {
		top: -50px;
		right: -20px;
		width: 120px;
		height: 120px;
	}
	.welcome-login {
		font-size: 14px;
	}
}

/* -----	searchbtn ----- */
.searchbtn {
	position: fixed;
	z-index: 9999;
	right: 16px;
	bottom: calc(env(safe-area-inset-bottom) + 44px);
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: 0.85rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.searchbtn {
		display: none;
	}
}
.searchbtn img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 10px auto 6px;
}

/* -----	popvideo ----- */
.popvideo {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20000;
	background: #000;
	text-align: center;
	animation-name: fadeinpop;
	animation-duration: 0.3s;
}
.popvideo-video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.popvideo > * {
	width: 100%;
	max-height: 100vh;
}
.popvideo .pop-close {
	background: rgba(0, 0, 0, 0.8);
}

/* -----	pop-close ----- */
.pop-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20001;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.pop-close:before, .pop-close:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	width: 60%;
	height: 2px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pop-close:before {
	transform: rotate(-45deg);
}
.pop-close:after {
	transform: rotate(45deg);
}

@keyframes fadeinpop {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* ----- fixed-nav	----- */
.clone-nav {
	position: fixed !important;
	top: -300px;
	left: 0;
	z-index: 10000;
	width: 100%;
	margin: 0 !important;
	background: #f6f6f6;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #e6e6e6;
	transition: top 1.5s;
}
@media screen and (max-width: 768px) {
	.clone-nav {
		padding: 8px !important;
		font-size: 0.85rem;
	}
}
@media screen and (min-width: 769px) {
	.clone-nav {
		padding: 8px 48px !important;
	}
}
@media screen and (max-width: 1180px) {
	.clone-nav.is-fixed {
		top: 48px;
	}
}
/*
@media screen and (min-width: 1181px) {
	.clone-nav {
		padding: 8px 48px 8px 248px !important;
	}
	.clone-nav.is-fixed {
		top: 0;
	}
}
*/
/* ----- pagenav	----- */
.pagenav {
	margin: 8px 0;
}
.pagenav ul {
	display: flex;
	flex-wrap: wrap;
}
.pagenav li {
	padding: 1px;
}
@media screen and (max-width: 768px) {
	.pagenav li {
		min-width: 20%;
	}
}
.pagenav li a {
	display: block;
	text-align: center;
	padding: 0.5em 0;
	background-color: #eceded;
}
@media screen and (min-width: 769px) {
	.pagenav li a {
		padding: 0.5em 1em;
	}
}
@media screen and (min-width: 960px) {
	.pagenav li a:hover {
		opacity: 1;
		color: #fff;
		background-color: #6c7378;
	}
}
@media screen and (max-width: 768px) {
	.pagenav-full {
		width: 100%;
	}
	.pagenav-half li {
		width: 50%;
	}
	.pagenav-third li {
		width: 33.3333%;
	}
}

li.pagenav-now a {
	color: #fff;
	background-color: #6c7378;
	pointer-events: none;
}

/* ----- list-status	----- */
.status {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	top: 0;
	transition: top 0.3s;
}
@media screen and (max-width: 768px) {
	.status.clone-nav {
		display: none;
	}
}
.status.clone-nav .status-sort, .status.clone-nav .status-number {
	display: none;
}
.status.clone-nav .status-target {
	font-size: 0.85rem;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.status.fixed {
		position: fixed !important;
		left: 0;
		z-index: 1000;
		width: 100%;
		background: #f6f6f6;
		border-bottom: 1px solid #e6e6e6;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
		/*
		.status-sort, .status-number {
			display: none;
		}
		
		~ .itemcard-wrap {
			padding-top: 140px;
		}*/
	}
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
	.status.fixed {
		padding: 0 48px !important;
		top: 48px;
	}
}
/*
@media screen and (min-width: 769px) and (min-width: 1181px) {
	.status.fixed {
		padding: 0 48px 0 248px !important;
		top: 0;
	}
}
*/
@media screen and (min-width: 769px) {
	.status {
		border-bottom: 1px solid #e6e6e6;
	}
	.status-search {
		order: 1;
		max-width: 120px;
		margin: 8px 16px 8px 0;
	}
	.status-sort {
		order: 2;
		margin: 8px 0;
	}
	.status-target {
		order: 4;
	}
	.status-type {
		order: 5;
	}
	.status-number {
		order: 3;
	}
	.status-edit {
		order: 6;
		margin-left: auto;
	}
}
/* search */
.status-search {
	display: inline-block;
	width: 49%;
}
@media screen and (max-width: 768px) {
	.status-search {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
}
@media screen and (max-width: 768px) {
	.status-search .c-btn-s {
		border-radius: 2px;
	}
}

/* sort */
input[id="sort-btn"],
.sort-btn {
	display: none;
}

.sort-select {
	display: flex;
	flex-wrap: wrap;
}
.sort-select .sort-now a {
	background: #6c7378;
	color: #fff;
	border: none;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.status-sort {
		width: 100%;
		position: relative;
	}

	.sort-btn {
		/*
			margin-top: -32px;
			margin-left: auto; */
		position: relative;
		display: block;
		width: 49%;
		padding: 4px 6px;
		border: 1px solid #e6e6e6;
		border-radius: 2px;
		background: #fff;
		margin-bottom: 8px;
	}
	.sort-btn label {
		display: block;
	}
	.sort-btn:after {
		position: absolute;
		right: 0.8em;
		top: 0.6em;
		width: 8px;
		height: 8px;
		content: '';
		pointer-events: none;
		display: inline-block;
		transform: rotate(45deg);
		border-bottom: 2px solid #6c7378;
		border-right: 2px solid #6c7378;
		border-bottom-color: #ccc;
		border-right-color: #ccc;
		transition: 0.3s;
	}
	:checked ~ .sort-btn:after {
		transform: rotate(225deg);
		top: 0.9em;
		transition: 0.3s;
	}

	.sort-btn ~ .sort-select {
		visibility: hidden;
		opacity: 0;
		max-height: 0;
		background: #fff;
		margin: 0 -16px;
		padding: 0 16px;
		transition: 0.3s;
	}

	#sort-btn:checked ~ .sort-select {
		visibility: visible;
		opacity: 1;
		max-height: 10em;
		padding: 8px 16px;
		margin-top: 8px;
		transition: 0.3s;
	}

	.sort-select {
		margin: 8px 1px;
	}
	.sort-select li {
		flex: 1 1 0%;
		text-align: center;
		border: 1px solid #e6e6e6;
		margin: -1px -1px 0 0;
	}
	.sort-select li a {
		display: block;
		height: 100%;
		line-height: 1;
		padding: 0.5em 0;
	}

	.sort-select._half li {
		flex: auto;
		width: 50%;
	}
}
@media screen and (min-width: 769px) {
	.sort-select li {
		border-left: 1px solid #e6e6e6;
	}
	.sort-select li:last-of-type {
		border-right: 1px solid #e6e6e6;
	}
	.sort-select li a {
		display: inline-block;
		padding: 0.1em 1em;
	}
	.sort-select li a:hover {
		background-color: #eceded;
	}
}
/* type */
.status-type {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.status-type {
		width: 100%;
		padding-bottom: 8px;
	}
}
@media screen and (min-width: 769px) {
	.status-type {
		width: calc(100% - 160px);
	}
}
.status-type li {
	width: 25%;
}
@media screen and (min-width: 769px) {
	.status-type li {
		width: auto;
		margin-right: 1.5em;
	}
}
.status-type a {
	padding: 8px 0;
	line-height: 1;
	display: flex;
	align-items: center;
	position: relative;
}
.status-type a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	margin-right: 4px;
}
.status-type .type-on a:before {
	border: 0;
	background: #0e9cdc;
}
.status-type .type-on a:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 9px;
	transform: rotate(45deg);
	left: 5px;
	top: -3px;
	bottom: 0;
	margin: auto;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* target */
.status-target {
	width: 100%;
	background: #eceded;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.status-target {
		width: calc(100% + 32px);
		position: relative;
		padding: 4px 16px 0;
		margin-left: -16px;
		margin-right: -16px;
	}
}
@media screen and (min-width: 769px) {
	.status-target {
		margin-bottom: 8px;
		padding: 8px;
		padding-bottom: 0;
	}
}
.status-target li {
	margin-right: 4px;
	margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
	.status-target li {
		margin-right: 8px;
		margin-bottom: 8px;
	}
}
.status-target li a {
	display: flex;
	align-items: center;
	padding: 4px 0.5em 5px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.status-target li a:after {
	content: "";
	background: url("/img/icon_close.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	margin-left: 0.5em;
}
.status-target li.target-clear {
	margin-right: 0;
	margin-left: auto;
}
.status-target li.target-clear a {
	background: #323d43;
	border-color: #323d43;
	color: #fff;
}
.status-target li.target-clear a:before {
	background: #fff;
}
.status-target li.target-clear a:after {
	color: #323d43;
}
@media screen and (max-width: 768px) {
	.status-target li.target-clear {
		position: absolute;
		right: 0;
		bottom: -34px;
		font-size: 0.85rem;
	}
	.status-target li.target-clear a {
		border-radius: 0;
	}
}

.status-number {
	color: #777;
}
@media screen and (max-width: 768px) {
	.status-number {
		width: 100%;
		border-top: 1px solid #e6e6e6;
		font-size: 0.85rem;
		padding-top: 8px;
		margin-bottom: -8px;
	}
	.status-target ~ .status-number {
		border: none;
	}
}
@media screen and (min-width: 769px) {
	.status-number {
		margin-left: auto;
	}
}

/* edit */
@media screen and (max-width: 1180px) {
	.status-edit {
		position: absolute;
		top: 4px;
		right: 0;
		z-index: 2;
	}
}

/* ----- searchfbtn	----- */
.searchfbtn {
	opacity: 0;
	position: fixed;
	bottom: 44px;
	right: 8px;
	z-index: 999;
	transition: opacity 1s;
}
.searchfbtn.is-fixed {
	opacity: 1;
}
.searchfbtn button {
	flex-direction: column;
	width: 80px;
	height: 80px;
	padding: 0;
	border-radius: 50% !important;
	font-weight: bold;
}
@media screen and (max-width: 500px) {
	.searchfbtn button {
		width: 64px;
		height: 64px;
		font-size: 0.85rem;
	}
}
.searchfbtn img {
	width: 35%;
	display: block;
	margin: -6px 0 15%;
}
/*
@media screen and (min-width: 1181px) {
	.searchfbtn {
		display: none;
	}
}
*/
/* -----	c-tooltip ----- */
.c-tooltip {
	width: 94%;
	color: #fff;
	background: #323d43;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 0.5em;
	border-radius: 4px;
	text-align: center;
	position: fixed;
	left: 3%;
	bottom: 44px;
	bottom: calc(env(safe-area-inset-bottom) + 44px);
	z-index: 19001;
	animation-name: fadeintipSP;
	animation-duration: 1s;
}

@media screen and (min-width: 769px) {
	.c-tooltip {
		position: absolute;
		width: auto;
		bottom: 110%;
		left: 50%;
		transform: translateX(-50%);
		animation-name: fadeintip;
	}
	.c-tooltip p, .c-tooltip a {
		width: 100%;
		white-space: nowrap;
	}
	.c-tooltip:before {
		content: "";
		position: absolute;
		z-index: 19000;
		left: 50%;
		transform: translateX(-50%);
		bottom: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 15px 0 15px;
		border-color: #323d43 transparent transparent transparent;
	}
}
@keyframes fadeintipSP {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeintip {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}
.tooltip-btn {
	color: #fff;
	font-size: 0.85rem;
	display: inline-block;
	margin: 4px auto 0;
	padding: 0 1em;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

/* -----	playbtn ----- */
.c-playbtn {
	font-size: 0;
	position: absolute;
	z-index: 500;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 100%;
	height: 100%;
	background: url("/img/icon_play.svg") no-repeat center;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
	cursor: pointer;
	opacity: 0.3;
	transition: opacity 0.2s linear;
}
@media screen and (min-width: 960px) {
	.c-playbtn:hover {
		opacity: 0.7;
		transition: opacity 0.2s linear;
	}
}

/* -----	watched ----- */
.c-watched {
	display: inline-block;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 0 1em 0 2em;
	font-size: 0.85rem;
	position: absolute;
	z-index: 999;
}
.c-watched:before {
	content: "";
	position: absolute;
	left: 1em;
	top: 0.3em;
	display: block;
	width: 0.4em;
	height: 0.7em;
	border-right: 2px solid #0e9cdc;
	border-bottom: 2px solid #0e9cdc;
	transform: rotate(45deg);
}

/* -----	rating ----- */
*[class*="-rating"] {
	background-size: cover;
	background-image: url("../../img/icon_star.svg");
	background-position: 100% 0;
}
*[class*="-rating"]._r1 {
	background-position: 80% 0;
}
*[class*="-rating"]._r2 {
	background-position: 60% 0;
}
*[class*="-rating"]._r3 {
	background-position: 40% 0;
}
*[class*="-rating"]._r4 {
	background-position: 20% 0;
}
*[class*="-rating"]._r5 {
	background-position: 0 0;
}

/* -----	noitem ----- */
.noitem {
	width: 100%;
	padding-top: 10vh;
	text-align: center;
}

.noitem-lead {
	font-size: 1.25rem;
	margin-bottom: 24px;
}

.noitem-txt {
	margin-bottom: 24px;
}

.noitem-btn {
	max-width: 352px;
	margin: 40px auto 24px;
}

