@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;600;700&display=swap');

/* common point
------------------------------ */
/* collection common
------------------------------ */
body {
	background: linear-gradient(180deg, #242424 40%, #0e0e0e 60%, #000);
	height: auto;
	width: auto;
	color: #fff;
}
#container {
	padding: 0;
	min-height: calc(100vh - 110px);
}
.header--collection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 4em;
	padding: 40px 40px 0 40px;
}
.header--collection h1 img {
	width: 65px;
	filter: invert(1);
}
.header--collection ul {
	display: flex;
}
.header--collection ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 6px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.header--collection ul li {
	margin-left: 40px;
}
.header--collection ul li:first-child {
	margin-left: 0;
}
.header--collection ul li a {
	display: flex;
	align-items: center;
	color: #ffffff;
}
.header--collection ul li i {
	margin-right: 6px;
	font-size: 20px;
}
.header--collection ul li.point {
	font-weight: bold;
}
#wrapper {
	overflow: hidden;
}
.page--common-point {
	overflow-x: hidden;
	color: #ffffff;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.list--contents li > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.block--thumb {
	overflow: hidden;
	position: relative;
	z-index: -1;
	width: 100%;
	margin: 0;
	padding-top: 100%;
}
.block--thumb img {
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}
.block--thumb img, .block--thumb video {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: contain;
	line-height: 0;
	object-fit: contain;
}
.block--thumb .blur {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	filter: blur(20px);
	transform: scale(1);
}
.block--thumb .blur img {
	height: 100%;
	background-size: cover;
}
.block--heading--main {
	margin: 0 auto 2em;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
}
.block--collection {
	margin-bottom: 10em;
}
.block--collection.block--carousel .block--thumb {
	margin-left: auto;
}
.block--collection.block--carousel .swiper-slide {
	background: #000;
	position: relative;
	transition: transform .3s ease-in-out;
	box-shadow: 0px 50px 60px 0px #00000092;
}
.block--collection.block--carousel .swiper-slide::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	z-index: -2;
	width: 100%;
	height: 11%;
	background: linear-gradient(180deg, transparent 60%, #000000);
    filter: blur(20px);
}
.block--collection.block--carousel .swiper-slide .block--thumb--wrap {
	position: relative;
}
.block--collection.block--carousel.no-carousel .swiper-slide {
	width: 46%;
	margin: 0 auto;
}
.block--collection.block--carousel .swiper-slide .block--thumb--wrap .block--thumb {
	z-index: 0 !important;
}
.block--collection.block--carousel .swiper-slide img.bg,
.block--collection.block--carousel .swiper-slide video.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	transform: scale(1.5);
	transform-origin: center center;
	filter: blur(30px);
	object-fit: cover;
}
.block--collection.block--carousel .swiper-slide-active {
	transform: scale(1) rotateY(0deg);
}
.block--collection.block--carousel .swiper-slide-prev {
	transform-origin: left center;
	transform: perspective(500px) rotateY(20deg) scale(1.2);
}
.block--collection.block--carousel .swiper-slide-next {
	transform-origin: right center;
	transform: perspective(500px) rotateY(-20deg) scale(1.2);
}
.swiper-pointer-events {
	margin-bottom: 5vw;
}
.block--nav {
	margin-bottom: 10vw;
}
.block--nav ul {
	display: flex;
	justify-content: center;
}
.block--nav ul li {
	width: 240px;
	color: #fff;
}
.block--nav ul li:first-child {
	margin-right: 20px;
}
.block--nav ul li a {
	display: block;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	box-shadow: 0px 20px 30px -5px #00000092;
}
.block--nav ul li a:hover {
	box-shadow: 0px 20px 30px -5px #000000;
}
.block--section--tit {
	margin-left: 10vw;
	margin-bottom: 60px;
}
.block--section--tit .section-tit {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #fff solid 1px;
}
.block--section--tit .lead {
	font-size: 12px;
	color: #fff;
}
.detail__btn {
	margin-bottom: 3em !important;
}
.detail__btn a {
	color: #ffffff;
	font-weight: normal;
}


.block--recommend {
	position: relative;
	margin-bottom: 8em;
	margin-left: 10vw;
	padding-bottom: 70px;
}
.block--recommend::after {
	content: "";
	display: block;
	background: #1d1d1d;
	width: 100%;
	height: 91%;
	position: absolute;
	top: 70px;
	left: 70px;
	z-index: 0;
}
.block--recommend ul.list--recommend {
	position: relative;
	z-index: 1;
}
.block--recommend ul.list--recommend .swiper-slide a {
	display: block;
	padding-right: 35px;
}
.block--recommend ul.list--recommend .swiper-slide .cover {
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.block--recommend ul.list--recommend .swiper-slide .cover + img,
.block--recommend ul.list--recommend .swiper-slide .cover + video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%) scale(1.5);
	transform-origin: center center;
	filter: blur(30px);
	object-fit: cover;
}
.block--recommend ul.list--recommend .swiper-slide .list__txt {
	padding: 30px;
	background-color: #fff;
}
.block--recommend ul.list--recommend .swiper-slide .list__txt .tit {
	margin-bottom: 60px;
}
.block--recommend ul.list--recommend .swiper-slide .list__txt .point {
	font-size: 10px;
	text-align: right;
}
.block--recommend ul.list--recommend .swiper-slide .list__txt .point span {
	margin-left: 5px;
	padding: 4px 12px;
	border: solid #000 1px;
	border-radius: 30px;
	font-weight: bold;
}
.recommend-button {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 190px;
}
.recommend-button .swiper-button-arrows {
	position: relative;
	z-index: 1;
	width: 60px;
	height: 20px;
	cursor: pointer;
}
.recommend-button .swiper-button-arrows::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #fff;
}
.recommend-button .swiper-button-arrows::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 15px;
	height: 1px;
	background: #fff;
	transform: rotate(-40deg);
	transform-origin: left bottom;
}
.recommend-button .swiper-button-arrows.recommend-button-next::after {
	right: 0;
	left: inherit;
	transform: rotate(40deg);
	transform-origin: right bottom;
}
.recommend-button .swiper-button-arrows.swiper-button-disabled::before,
.recommend-button .swiper-button-arrows.swiper-button-disabled::after {
	opacity: .5;
}
.new {
	display: block;
	position: relative;
	height: auto;
	border-radius: 0;
	background: none;
	font-weight: normal;
	font-size: inherit;
	text-align: left;
	line-height: inherit;
}
.list--txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.list--txt li:last-of-type {
	margin-bottom: 0;
}
a.nav--external::after {
	content: "\f08e";
	display: inline-block;
	margin-left: .2em;
	color: #ffffff;
	font-family: FontAwesome;
	font-weight: 400;
}

/* コレクション一覧
------------------------------ */
.block--collection--list {
	width: 90%;
	max-width: 960px;
	margin-bottom: 3em;
	margin-inline: auto;
}
.block--collection--list .block--section--tit {
	margin-left: 0;
}
.block--collection--list .list--contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.block--collection--list .list--contents li {
	z-index: 0;
	width: calc(90% / 3);
	margin-right: 5%;
	margin-bottom: 5%;
}
.block--collection--list .list--contents li:nth-of-type(3n) {
	margin-right: 0;
}
.block--collection--list .list--contents li .block--thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding-top: 100%;
}
.block--collection--list .list--contents li .block--thumb + .list__txt {
	padding-top: 1.5em;
}
.block--collection--list .list--contents li .block--thumb + .list__txt .tit {
	color: #ffffff;
}
.block--collection--list .list--contents li.new::before, .block--recommend .list--recommend li.new::before {
	content: "NEW";
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #AF9156;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
}

.block--collection--list .list--contents li .block--point {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: .8em;
}
.block--collection--list .list--contents li .block--point dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #ffffff;
}
.block--collection--list .list--contents li .block--point dl dt {
	margin-right: .4em;
	font-size: 11px;
	line-height: 1;
}
.block--collection--list .list--contents li .block--point dl dd {
	padding: .4em 1em .5em;
	border: solid 1px #ffffff;
	border-radius: 30px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
}
.block--collection--list .list--contents li .block--point dl dd span {
	margin-left: .2em;
	font-size: 10px;
}

.btn {
	width: 300px;
	margin-bottom: 80px;
	margin-inline: auto;
}
.btn .main{
	width: 100%;
	padding: 15px 20px;
	font-size : 1.2em;
}
.btn a {
	display: block;
	color: #fff;
	text-align: center;
}
.btn a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 2px;
	border-top: solid #fff 2px;
	border-left: solid #fff 2px;
	transform: rotate(-45deg);
}
.cover + img,
.cover + video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%) scale(1.5);
	transform-origin: center center;
	filter: blur(30px);
	object-fit: cover;
}
.section--detail {
	width: 90%;
	max-width: 960px;
	margin-inline: auto;
}
.section--detail .section--detail--inner {
	margin-bottom: 3em;
}
.section--detail .btn--area {
	display: flex;
	justify-content: center;
	margin-top: 4em;
	margin-bottom: 4em;
}
.section--detail .btn--area .btn input {
	border: solid 1px #ffffff;
}
.btn--standard a {
	min-width: auto !important;
	border: solid 1px #ffffff !important;
}
.btn--standard a::before {
	display: none;
}
.section--detail .btn--area .block--btn {
	margin-right: 8%;
}
.section--detail .btn--area .block--btn:last-of-type {
	margin-right: 0;
}
.section--detail .btn--area .block--btn span {
	display: block;
	margin-top: 1.5em;
	font-size: 10px;
}
.section--detail .btn--area .btn {
	margin-bottom: 0;
	margin-left: 0 !important;
}
.section--detail .block--resell{
	display: flex;
	align-items: center;
	justify-items: center;
	flex-direction: column;
	margin-bottom: 4em;
}
.section--detail .block--resell a p{
	display: flex;
    justify-content: center;
    align-items: center;
}
.section--detail .block--resell a p input{
	outline : none;
	border : none;
	background : none;
	color : #fff;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.section--detail .block--resell a p svg{
	width: 15px;
	margin-left : 0.5em;
}
.section--detail .block--resell span{
	display: block;
	width: fit-content;
    margin-top: 1.5em;
    font-size: 10px;
}
.section--detail .img {
	position: relative;
	z-index: 0;
	width: 520px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.section--detail form > .btn input {
	border-color: #ffffff;
}
.section--detail .detail--tit {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.section--detail .block--thumb--detail {
	margin-bottom: 2em;
}
.section--detail .block--thumb--detail .img {
	width: 90%;
	max-width: 640px;
}
.section--detail .block--thumb--detail video, .section--detail .block--thumb--detail img {
	width: 100%;
}
.section--detail .txt--area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4em;
	padding: 1em 2.5em;
	border: solid 1px #ffffff;
}
.section--detail .point--list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 40%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.section--detail .point--list:first-of-type {
	padding-right: 10%;
	border-right: solid 1px #ffffff;
}
.section--detail .point--list dt,
.section--detail .point--list dd {
	width: 50%;
}
.section--detail .point--list dd {
	font-size: 32px;
	text-align: right;
	line-height: 1;
}
.section--detail .point--list dd span {
	font-size: 16px;
}
.section--detail .nft-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.section--detail .nft-list .img {
	z-index: 0;
	width: 48%;
	margin-bottom: 30px;
}
.section--detail .nft-list .img:nth-child(even) {
	margin-left: 4%;
}
.section--detail .nft-list .img:first-of-type:last-of-type {
	width: 90%;
	max-width: 640px;
}
.section--detail .nft-list .img .tit {
	margin-top: 20px;
	text-align: center;
}
.section--detail .attention {
	margin-bottom: 3em;
	text-align: center;
}
.section--detail .attention a {
	display: inline-block;
	margin-right: .4em;
	margin-left: .4em;
	color: #ffffff;
}
.section--detail .block--notice {
	margin-bottom: 3em;
	padding: 2em;
	background-color: #222222;
}
.section--detail .block--notice .block--tit {
	margin-bottom: .8em;
	padding-bottom: .8em;
	border-bottom: solid 1px #ffffff;
}
.copyright {
	padding-bottom: 80px;
	font-size: 10px;
	text-align: center;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
	width: 3em;
	height: 1.5em;
	font-size: 5em;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
	.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
		width: 2em;
		height: 1.5em;
		font-size: 4em;
	}
	.btn .main{
		font-size : 1em;
	}
}

@media screen and (max-width: 767px) {
	.header--collection {
		padding: 20px 20px 0 20px;
	}
	.header--collection h1 img {
		width: 45px;
	}
	.header--collection ul {
		align-items: center;
		padding-bottom: 20px;
	}
	.header--collection ul li {
		font-size: 0;
		margin-left: 12px;
	}
	.header--collection ul li i {
		font-size: 22px;
	}
	.header--collection ul li.point {
		font-size: 18px;
	}
	.block--heading--main {
		margin: 0 auto 1em;
		font-size: 30px;
	}	
	.block--collection {
		margin-bottom: 6em;
	}
	.block--recommend,
	.block--section--tit {
		margin-left: 8vw;
	}
	.block--collection--list .list--contents li.new::before, .block--recommend .list--recommend li.new::before {
		top: -15px;
		left: -15px;
		width: 30px;
		height: 30px;
		font-size: 11px;
		line-height: 30px;
	}
	.block--collection--list .list--contents li .block--point dl dd {
		font-size: 12.5px;
	}
	.block--nav ul {
		padding: 0 8vw;
	}
	.block--nav ul li {
		width: 50%;
	}
	.recommend-button {
		width: 160px;
	}
	.section--detail,
	.block--collection--list {
		width: 90vw;
	}
	.section--detail .block--thumb--detail {
		margin-bottom: 2em;
	}
	.block--collection--list .list--contents {
		justify-content: space-between;
	}
	.block--collection--list .list--contents li {
		width: calc(50% - 4%);
		margin-bottom: 8%;
		margin-right: 4%;
	}
	.block--collection--list .list--contents li:nth-of-type(3n) {
		margin-right: 4%;
	}
	.block--collection--list .list--contents li:nth-of-type(2n) {
		margin-right: 0;
	}
	.page--movie.new-movie .section--detail {
		padding-top: 0;
	}
	.page--movie.new-movie .section--detail .area--movie {
		margin-bottom: 2em;
	}
	.page--movie.new-movie .section--detail .block--tit {
		padding: 0;
	}
	.page--movie.new-movie .section--detail .block--player {
		position: relative;
		top: 0;
	}
	.section--detail .txt--area {
		padding: 1em 0;
	}
	.section--detail .point--list {
		width: 80%;
		margin-inline: auto;
	}
	.section--detail .point--list:first-of-type {
		padding-bottom: 1.5em;
		padding-right: 0;
		border-right: none;
		border-bottom: solid 1px #ffffff;
	}
	.section--detail .point--list:last-of-type {
		padding-top: 1.5em;
	}
	.section--detail .btn--area {
		width: 100%;
		margin-top: 2em;
		margin-bottom: 3em;
	}
	.section--detail .btn--area .block--btn {
		width: 48%;
		margin-right: 4%;
	}
	.section--detail .block--resell span{
		max-width: 50%;
		width: 218px;
	}
	.section--detail .btn--area .btn {
		width: auto;
		font-size: 12px;
	}
	.section--detail .btn--area .btn input {
		width: 100%;
		min-width: auto;
	}
}