* {
	box-sizing: border-box;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

main {
	display: block;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

body {
	font-size: 62.5%;
}

.hiddenLayer {
	position: fixed;
	z-index: 9980;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: white-cl;
}

.halfIndent {
	display: inline-block;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.indent {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

.main {
	display: block;
	overflow: hidden;
	position: relative;
}

.glitch {
	color: #000;
	text-transform: upercase;
	position: relative;
	display: inline-block;
}

.glitch::before,
.glitch::after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.glitch::before {
	left: 2px;
	text-shadow: -2px 0 #49fc00;
	clip: rect(24px, 550px, 90px, 0);
	animation: glitch-anim-2 3s infinite linear alternate-reverse;
}

.glitch::after {
	left: -2px;
	text-shadow: -2px 0 #b300fc;
	clip: rect(85px, 550px, 140px, 0);
	animation: glitch-anim 2.5s infinite linear alternate-reverse;
}

.dylan-page.transform {
	will-change: auto !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.dylan-page.transform.dylan-slideout {
	will-change: transform !important;
	-webkit-transform: translate3d(84%, 0, 0) !important;
	transform: translate3d(84%, 0, 0) !important;
}

.qor-actionbar {
	position: relative;
	z-index: 100000;
}

#footer {
	margin-top: 0 !important;
}

/**
 * shop now
 */

.shopBtn-container {
	z-index: 100;
}

.shopBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-color: #000;
	border-style: solid;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.502);
	color: #000;
	transition: all 0.3s;
	position: relative;
	z-index: 102;
}

.shopBtn span {
	font-family: 'DIN Next W02 Medium';
	display: block;
	text-align: center;
}

/**
 * bg movie
 */

.bg-movie-container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/**
 * kv article
 */

.kv {
	width: 100%;
}

.kv section {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

h1 {
	font-family: 'DIN Next W02 Bold';
}

.playBth {
	font-family: 'DIN Next W02 Medium';
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-style: solid;
	border-color: #000 !important;
	margin: 0 auto;
}

.playBth span:not(.icon) {
	display: inline-block;
}

.playBth .icon {
	display: block;
	border-radius: 50%;
	border: 1px solid #000;
	transition: all 0.3s;
	position: relative;
	background-color: transparent;
}

.playBth .icon::after {
	content: '';
	display: block;
	background-image: url("../img/triangle.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 56%;
	transform: translate(-50%, -50%);
}

.toScroll {
	font-family: 'DIN Next W02 Regular';
	color: #fff;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	opacity: 0;
}

.toScroll span:not(.arrow) {
	display: inline-block;
	transform: rotate(270deg);
	transform-origin: left top;
}

.toScroll .arrow {
	position: relative;
	display: block;
}

.toScroll .arrow::before,
.toScroll .arrow::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
}

.toScroll .arrow::after {
	transform: rotate(30deg);
}

/**
 * collection common style
 */

.collection {
	position: relative; /**
   * collection unique style
   */
}

.collection::after {
	content: '';
	position: absolute;
	top: 0;
	left: 3%;
	z-index: 1;
	background-color: #fff;
	width: 97%;
	height: 100%;
}

.collection .section-container {
	z-index: 2;
	width: 100% !important;
	padding-left: 3%;
}

.collection-ttl {
	position: absolute;
	z-index: 2;
}

.collection-ttl-sub {
	font-family: 'DIN Next W02 Regular';
	font-weight: normal;
	display: inline-block;
}

.collection-container {
	position: relative;
	z-index: 2;
}

.collection .subImg-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.collection .subImg-container-list {
	position: absolute;
	top: 0;
	will-change: transform;
}

.collection .subImg-container-list:first-child {
	z-index: 1;
}

.collection .subImg-container-list:nth-child(2) {
	z-index: 2;
}

.collection .subImg-container-list:last-child {
	z-index: 3;
}

/**
 * about style
 */

.about .section-container {
	width: 97%;
	margin-left: auto;
}

.about-bg-container {
	background-color: #fff;
}

.about-ttl {
	position: relative;
	z-index: 2;
	margin-top: -1px;
}

.about-ttl .mask-layer {
	display: block;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
}

.about-ttl .mask-before {
	left: 0;
}

.about-ttl .mask-after {
	right: 0;
}

.about-container {
	background-color: #fff;
	margin-top: -2px;
}

.about-txt {
	font-family: 'DIN Next W02 Regular';
	color: #000;
}

/**
 * .item style
 */

.item .section-container {
	position: relative;
	background-color: #fff;
}

.item .section-container.item-1 .default-img {
	background-image: url("../img/dummy_01_bg_pc.jpg");
}

.item .section-container.item-2 .default-img {
	background-image: url("../img/dummy_02_bg_pc.jpg");
}

.item-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.item-bg-pc,
.item-bg-sp {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.item-bg-pc div,
.item-bg-sp div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 100%;
}

.item-bg-pc div.default-img,
.item-bg-sp div.default-img {
	opacity: 1 !important;
	z-index: 2;
}

.item-bg-pc div:not(.default-img),
.item-bg-sp div:not(.default-img) {
	z-index: 3;
}

.item-bg-pc div.currentFocus,
.item-bg-sp div.currentFocus {
	opacity: 1;
}

.item-bg-pc .item-1-img {
	background-image: url("../img/item_01_bg_pc.jpg");
}

.item-bg-pc .item-2-img {
	background-image: url("../img/item_02_bg_pc.jpg");
}

.item-bg-pc .item-3-img {
	background-image: url("../img/item_03_bg_pc.jpg");
}

.item-bg-pc .item-4-img {
	background-image: url("../img/item_04_bg_pc.jpg");
}

.item-bg-pc .item-5-img {
	background-image: url("../img/item_05_bg_pc.jpg");
}

.item-bg-sp .item-1-img {
	background-image: url("../img/item_01_bg_sp.jpg");
}

.item-bg-sp .item-2-img {
	background-image: url("../img/item_02_bg_sp.jpg");
}

.item-bg-sp .item-3-img {
	background-image: url("../img/item_03_bg_sp.jpg");
}

.item-bg-sp .item-4-img {
	background-image: url("../img/item_04_bg_sp.jpg");
}

.item-bg-sp .item-5-img {
	background-image: url("../img/item_05_bg_sp.jpg");
}

.item-bg img {
	opacity: 0;
}

.item-container {
	position: relative;
}

.item h2 {
	font-family: 'DIN Next W02 Bold';
	color: #fff;
	position: absolute;
	z-index: 2;
	opacity: 0.96;
}

.item h3 {
	font-family: 'DIN Next W02 Bold';
	color: #fff;
	position: absolute;
	z-index: 2;
	opacity: 0.96;
}

.item .list-container {
	position: relative;
	z-index: 3;
}

.item-list {
	position: relative;
}

.item-list.active .buyBth {
	color: #fff;
}

.item .color {
	font-family: 'DIN Next W02 Bold';
	color: #000;
	text-align: center;
}

.item .buyBth {
	font-family: 'DIN Next W02 Medium';
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	margin: 0 auto;
	transition: all 0.3s;
}

.item .list-container.active-1 .active .buyBth {
	background-color: #76509e;
}

.item .list-container.active-2 .active .buyBth {
	background-color: #ef363e;
}

.item .list-container.active-3 .active .buyBth {
	background-color: #666060;
}

.item .list-container.active-4 .active .buyBth {
	background-color: #d8ccb7;
}

.item .list-container.active-5 .active .buyBth {
	background-color: #2f3b6d;
}

.item .slick-container {
	overflow: hidden;
	position: relative;
}

.item .slick-container .item-list {
	height: 93.33vw;
	padding: 15.97vw 0 4.86vw;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item .slick-container .item-list:focus {
	border: none;
	outline: none;
}

.item .slick-arrow {
	width: 8.47vw;
	height: 17.36vw;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 38.89vw;
	z-index: 10;
	cursor: pointer;
}

.item .slick-arrow.prev {
	left: 3.47vw;
}

.item .slick-arrow.next {
	right: 3.47vw;
}

.item .slick-dotted {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 5.56vw;
	z-index: 4;
	transform: translateX(-50%);
}

.item .slick-dotted li {
	width: 4.17vw;
	height: 4.17vw;
	margin: 0 2.78vw;
	border-radius: 50%;
	position: relative;
}

.item .slick-dotted li::after {
	content: '';
	display: block;
	width: 5.83vw;
	height: 5.83vw;
	position: absolute;
	top: -1.11vw;
	left: -1.11vw;
	border-width: 0.28vw;
	border-style: solid;
	border-radius: 50%;
	opacity: 0;
}

.item .slick-dotted .current::after {
	opacity: 1;
}

.item .slick-dotted .dot-item1 {
	background-color: #76509e;
}

.item .slick-dotted .dot-item1::after {
	border-color: #76509e;
}

.item .slick-dotted .dot-item2 {
	background-color: #ef363e;
}

.item .slick-dotted .dot-item2::after {
	border-color: #ef363e;
}

.item .slick-dotted .dot-item3 {
	background-color: #666060;
}

.item .slick-dotted .dot-item3::after {
	border-color: #666060;
}

.item .slick-dotted .dot-item4 {
	background-color: #d8ccb7;
}

.item .slick-dotted .dot-item4::after {
	border-color: #d8ccb7;
}

.item .slick-dotted .dot-item5 {
	background-color: #2f3b6d;
}

.item .slick-dotted .dot-item5::after {
	border-color: #2f3b6d;
}

/**
 * share article
 */

.share {
	background-color: #fff;
}

.share-container {
	display: flex;
	justify-content: center;
	position: relative;
}

.share-container h2 {
	font-family: 'DIN Next W02 Bold';
	color: #000;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	top: 0;
}

.share-inner a {
	display: block;
	position: relative;
}

.share-inner a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: inline-block;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.share-inner a img.inactive {
	opacity: 1;
}

.share-inner a img.active {
	opacity: 0;
}

.share-inner a:hover .inactive {
	opacity: 0;
}

.share-inner a:hover .active {
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider -webkit-box-sizing border-box {
	box-sizing: border-box;
}

.slick-list {
	position: relative; /*overflow hidden*/
	overflow: visible;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slide:focus {
	border: none;
	outline: none;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

/*.slick-slide img { display block }*/

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto; /*border 1px solid transparent*/
}

/**
 * modal movie
 */

.modal-overlay {
	z-index: 9990;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}

.modal-content {
	width: 82%;
	max-width: 1120px;
	margin: 0;
	padding: 0;
	background: #000;
	position: fixed;
	display: none;
	z-index: 9999;
}

.modal-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#player {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.movie-close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	background-color: rgba(0,255,102,0.125);
	font-size: 0;
	cursor: pointer;
}

.movie-close span {
	display: block;
	position: relative;
}

.movie-close span::before,
.movie-close span::after {
	content: '';
	display: block;
	width: 130%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
}

.movie-close span::before {
	left: 0;
	transform: rotate(45deg);
	transform-origin: left bottom;
}

.movie-close span::after {
	right: 0;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}

/**
 * windows huck
 */

/**
 * ie 11 huck
 */

/**
 * edge huck
 */

@media print, screen and (min-width: 769px) and (max-width: 1290px) {

.collection-inner:nth-child(2) {
	width: calc(100% - 34.73vw);
}

.collection-inner:last-child {
	width: 34.73vw;
}

.collection .subImg-container {
	height: 34.73vw;
}

.collection-1 .collection-ttl {
	right: 8.91vw;
	bottom: 10.85vw;
}

.collection-2 .collection-inner:nth-child(2) {
	width: 62.33vw;
	right: 2.02vw;
}

.collection-2 .collection-inner:last-child {
	margin-top: 3.8vw;
}

.collection-3 .collection-ttl {
	right: 1.94vw;
	bottom: 7.75vw;
}

.collection-3 .collection-inner:nth-child(2) {
	width: 60.85vw;
	left: 2.09vw;
}

.collection-3 .collection-inner:last-child {
	margin-top: 2.02vw;
}

body.windows .collection-2 .collection-inner:nth-child(2) {
	width: calc(62.4vw - 18px) !important;
}

body.windows .collection-3 .collection-inner:nth-child(2) {
	width: calc(60.85vw - 18px) !important;
}

body.ie11 .collection-2 .collection-inner:nth-child(2) {
	width: calc(62.4vw - 23px) !important;
}

body.ie11 .collection-3 .collection-inner:nth-child(2) {
	width: calc(60.85vw - 23px) !important;
}

body.edge .collection-2 .collection-inner:nth-child(2) {
	width: calc(62.4vw - 17px) !important;
}

body.edge .collection-2 .collection-inner:last-child {
	margin-top: 3.78vw !important;
}

body.edge .collection-3 .collection-inner:nth-child(2) {
	width: calc(60.85vw - 17px) !important;
}

}

@media print, screen and (min-width: 769px) and (max-width: 1365px) {

.kv {
	height: calc(100vh - 150px);
}

.kv-inner {
	margin-right: 4.39vw;
}

h1 {
	font-size: 4.98vw;
	margin-bottom: 2.2vw;
}

.toScroll {
	bottom: -2.93vw;
}

.collection {
	padding-top: 6.22vw;
}

.collection .section-container {
	padding-top: 5.49vw;
	padding-bottom: 5.49vw;
}

.collection-ttl-sub {
	font-size: 2.12vw;
}

.collection-container {
	max-width: calc(1198px + 3.88vw);
	padding: 0 1.94vw;
}

.collection-1 .collection-ttl-sub {
	margin-left: 5.49vw;
}

.collection-2 .collection-container {
	height: 58.86vw;
}

.collection-2 .collection-ttl {
	left: 4.39vw;
	bottom: 9.88vw;
}

.collection-3 .collection-container {
	height: 58.57vw;
}

.about-ttl h2 img {
	width: 73.21vw;
}

.item .section-container.item-1 h2 {
	left: 2.2vw;
}

.item .section-container.item-2 h2 {
	right: 2.2vw;
}

.item h2 {
	font-size: 18.3vw;
}

.item .list-container {
	padding: 9.52vw 0 4.03vw;
}

.item-list {
	padding: 0 1.1vw;
}

.item .buyBth {
	font-size: 1.17vw;
	width: 11.2vw;
	height: 3.29vw;
}

}

@media print, screen and (min-width: 769px) {

br.forPC,
img.forPC {
	display: inline;
}

br.forTAB,
img.forTAB,
br.forSP,
img.forSP,
br.forSP_small,
img.forSP_small {
	display: none;
}

.shopBtn-container {
	width: 92px;
	height: 92px;
	position: fixed;
	top: 130px;
	right: 110px;
}

.shopBtn-container::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	transition: all 0.3s;
	opacity: 0;
}

.shopBtn-container:hover::after {
	width: 120%;
	height: 120%;
	opacity: 1;
}

.shopBtn-container:hover .shopBtn {
	background-color: #000;
	color: #fff;
}

.shopBtn {
	border-width: 2px;
}

.shopBtn span {
	font-size: 21px;
	padding-top: 5px;
}

.bg-movie-container {
	position: fixed;
}

.kv section {
	max-width: 1200px;
	margin: 0 auto;
	justify-content: flex-end;
}

h1 {
	letter-spacing: 0.02em;
}

.playBth {
	font-size: 14px;
	width: 150px;
	height: 32px;
	transition: all 0.3s;
	border-width: 1px;
	background-color: transparent;
}

.playBth:hover {
	background-color: #000;
	color: #fff;
}

.playBth:hover .icon {
	background-color: #fff;
}

.playBth span:not(.icon) {
	padding-top: 4px;
	padding-left: 5px;
}

.playBth .icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.playBth .icon::after {
	width: 7px;
	height: 10px;
}

.toScroll {
	font-size: 10px;
	letter-spacing: 0.5em;
	width: 10px;
	height: 100px;
	backface-visibility: hidden;
}

.toScroll .arrow::before {
	width: 1px;
	height: 27px;
	bottom: -25px;
	left: 30%;
}

.toScroll .arrow::after {
	width: 1px;
	height: 8px;
	bottom: -26px;
	left: 5px;
}

.collection-ttl br + .collection-ttl-sub {
	margin-top: 12px;
}

.collection-ttl-sub {
	letter-spacing: 0.02em;
}

.collection-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.collection-1 .bigImg {
	width: 100%;
}

.collection-2 .collection-inner:nth-child(2) {
	position: absolute;
	top: 0;
}

.collection-2 .collection-inner:last-child {
	order: -1;
}

.collection-2 .bigImg {
	width: 100%;
	max-width: none;
}

.collection-3 .collection-container {
	justify-content: flex-end;
}

.collection-3 .collection-inner:nth-child(2) {
	position: absolute;
	top: 0;
}

.collection-3 .bigImg {
	width: 100%;
	max-width: none;
}

.about {
	margin-bottom: 120px;
}

.about-bg-container:first-child {
	height: 80px;
}

.about-ttl h2 {
	text-align: center;
}

.about-container {
	padding: 60px 0 140px;
}

.about-txt {
	font-size: 28px;
	line-height: 1.3;
	max-width: 930px;
	margin: 0 auto;
	text-align: center;
}

.item .section-container.forSP {
	display: none;
}

.item .section-container + .section-container {
	border-top: 4px solid #fff;
}

.item-bg-sp {
	display: none !important;
}

.item-container {
	max-width: 1366px;
	margin: 0 auto;
}

.item h2 {
	top: 20px;
}

.item h3 {
	display: none;
}

.item .list-container {
	display: flex;
	justify-content: center;
}

.item .img-box {
	margin-bottom: 10px;
}

.item .color {
	font-size: 18px;
	margin-bottom: 25px;
}

.share {
	padding: 150px 0;
}

.share .section-container {
	padding: 0 8.3%;
}

.share-container h2 {
	font-size: 70px;
	left: 65px;
}

.share-inner {
	width: 80px;
	height: 80px;
}

.share-inner + .share-inner {
	margin-left: 15px;
}

.movie-close {
	width: 45px;
	height: 45px;
	right: 10px;
	top: -60px;
	opacity: 1;
	-ms-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	backface-visibility: hidden;
}

.movie-close:hover {
	opacity: 0.6;
}

.movie-close span {
	width: 25px;
	height: 25px;
}

}

@media print, screen and (min-width: 1291px) {

.collection-inner:nth-child(2) {
	width: calc(100% - 448px);
}

.collection-inner:last-child {
	width: 448px;
}

.collection .subImg-container {
	height: 448px;
}

.collection-1 .collection-ttl {
	right: 115px;
	bottom: 140px;
}

.collection-2 .collection-inner:nth-child(2) {
	width: 804px;
	right: 25px;
}

.collection-2 .collection-inner:last-child {
	margin-top: 50px;
}

.collection-3 .collection-ttl {
	right: 25px;
	bottom: 100px;
}

.collection-3 .collection-inner:nth-child(2) {
	width: 783px;
	left: 26px;
}

.collection-3 .collection-inner:last-child {
	margin-top: 26px;
}

}

@media print, screen and (min-width: 1366px) {

.kv {
	height: calc(100vh - 104px);
}

.kv-inner {
	margin-right: 60px;
}

h1 {
	font-size: 68px;
	margin-bottom: 30px;
}

.toScroll {
	bottom: -40px;
}

.collection {
	padding-top: 85px;
}

.collection .section-container {
	padding-top: 75px;
	padding-bottom: 75px;
}

.collection-ttl-sub {
	font-size: 29px;
}

.collection-container {
	max-width: calc(1200px + 50px);
	padding: 0 25px;
}

.collection-1 .collection-ttl-sub {
	margin-left: 75px;
}

.collection-2 .collection-container {
	height: 804px;
}

.collection-2 .collection-ttl {
	left: 60px;
	bottom: 135px;
}

.collection-3 .collection-container {
	height: 800px;
}

.item .section-container.item-1 h2 {
	left: 30px;
}

.item .section-container.item-2 h2 {
	right: 30px;
}

.item h2 {
	font-size: 250px;
}

.item .list-container {
	padding: 130px 0 55px;
}

.item-list {
	padding: 0 15px;
}

.item .buyBth {
	font-size: 16px;
	width: 153px;
	height: 45px;
}

}

@media screen and (max-width: 990px) {

br.forTAB,
img.forTAB {
	display: inline;
}

.share-container h2 {
	left: 32px;
}

}

@media screen and (max-width: 768px) {

br.forPC,
img.forPC {
	display: none;
}

br.forSP,
img.forSP {
	display: inline;
}

.main {
	-webkit-overflow-scrolling: touch;
}

.shopBtn-container {
	width: 18.75vw;
	height: 18.75vw;
	position: absolute;
	top: 5.56vw;
	right: 3.47vw;
}

.shopBtn-container.fixed {
	position: fixed;
}

.shopBtn-container br {
	display: inline !important;
}

.shopBtn {
	border-width: 0.28vw;
	color: #000 !important;
}

.shopBtn span {
	font-size: 4.17vw;
	padding-top: 1.39vw;
}

.bg-movie-container {
	position: absolute;
}

.bg-movie-container.scrolldown {
	position: fixed;
}

.bg-movie-container.videoHidden video {
	opacity: 0;
}

.kv {
	height: calc(100vh - 9.3rem);
	min-height: 145.28vw;
}

.kv section {
	justify-content: center;
}

.kv-inner {
	margin-top: -29.17vw;
}

h1 {
	font-size: 11.11vw;
	margin-bottom: 5.56vw;
}

.playBth {
	font-size: 3.61vw;
	width: 39.03vw;
	height: 8.33vw;
	border-width: 0.28vw;
}

.playBth span:not(.icon) {
	padding-top: 0.97vw;
	padding-left: 0.69vw;
}

.playBth .icon {
	width: 5.28vw;
	height: 5.28vw;
	margin-left: 1.39vw;
}

.playBth .icon::after {
	width: 1.81vw;
	height: 2.64vw;
}

.toScroll {
	font-size: 2.78vw;
	letter-spacing: 0.4em;
	width: 2.78vw;
	height: 14.44vw;
	bottom: 31.94vw;
}

.toScroll .arrow::before {
	width: 0.56vw;
	height: 6.94vw;
	bottom: -6.94vw;
	left: 27%;
}

.toScroll .arrow::after {
	width: 0.56vw;
	height: 4.17vw;
	bottom: -6.94vw;
	left: 1.94vw;
}

.collection {
	padding-top: 13.89vw;
}

.collection .section-container {
	padding-top: 13.89vw;
	padding-bottom: 13.89vw;
}

.collection-ttl br {
	display: inline !important;
}

.collection-ttl br + .collection-ttl-sub {
	margin-top: 2.08vw;
}

.collection-ttl-sub {
	font-size: 3.47vw;
}

.collection-container {
	padding: 0 3.47vw;
}

.collection-inner:last-child {
	width: 39.31vw;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.collection .subImg-container {
	height: 39.31vw;
}

.collection-1 .collection-container {
	height: 115.28vw;
}

.collection-1 .collection-inner:nth-child(2) {
	width: 78.61vw;
}

.collection-1 .collection-inner:last-child {
	right: 3.47vw;
}

.collection-1 .collection-ttl {
	left: 9.72vw;
	bottom: 14.58vw;
}

.collection-2 .collection-container {
	height: 119.86vw;
}

.collection-2 .collection-ttl {
	right: 11.81vw;
	bottom: 15.97vw;
}

.collection-2 .collection-inner:nth-child(2) {
	width: 85vw;
	margin-left: auto;
}

.collection-2 .collection-inner:last-child {
	left: 3.47vw;
}

.collection-3 .collection-container {
	height: 118.06vw;
}

.collection-3 .collection-ttl {
	text-align: right;
	left: 3.47vw;
	bottom: 9.72vw;
}

.collection-3 .collection-inner:nth-child(2) {
	width: 82.36vw;
}

.collection-3 .collection-inner:last-child {
	right: 3.47vw;
}

.about {
	margin-bottom: 22.22vw;
}

.about-bg-container:first-child {
	height: 13.89vw;
}

.about-ttl .mask-after {
	padding-left: 2.22vw;
	box-sizing: content-box;
}

.about-ttl h2 {
	padding-left: 6.94vw;
}

.about-ttl h2 img {
	width: 83.33vw;
	margin-left: -2.22vw;
}

.about-container {
	padding: 9.72vw 0 26.39vw;
}

.about-txt {
	font-size: 4.44vw;
	line-height: 1.7;
	padding: 0 6.94vw;
}

.item .section-container.forPC {
	display: none;
}

.item-bg-pc {
	display: none !important;
}

.item h3 {
	font-size: 22.5vw;
	letter-spacing: -0.05em;
	left: 0;
	top: 5.56vw;
}

.item .img-box {
	width: 67.22vw;
	margin: 0 auto 6.94vw;
	position: relative;
	z-index: 3;
}

.item .color {
	font-size: 4.03vw;
	margin-bottom: 4.86vw;
}

.item .buyBth {
	font-size: 2.78vw;
	width: 24.03vw;
	height: 9.31vw;
	padding-top: 0.69vw;
}

.share {
	padding: 12.5vw 0;
}

.share-container h2 {
	display: none;
}

.share-inner {
	width: 16.67vw;
	height: 16.67vw;
}

.share-inner + .share-inner {
	margin-left: 2.78vw;
}

.movie-close {
	width: 6.94vw;
	height: 6.94vw;
	right: 2.78vw;
	top: -8.33vw;
}

.movie-close span {
	width: 4.17vw;
	height: 4.17vw;
}

}

@-webkit-keyframes glitch-anim {

0% {
	clip: rect(69px, 9999px, 123px, 0);
}

3.3333333333333335% {
	clip: rect(148px, 9999px, 105px, 0);
}

6.666666666666667% {
	clip: rect(3px, 9999px, 129px, 0);
}

10% {
	clip: rect(0px, 9999px, 56px, 0);
}

13.333333333333334% {
	clip: rect(11px, 9999px, 71px, 0);
}

16.666666666666664% {
	clip: rect(41px, 9999px, 81px, 0);
}

20% {
	clip: rect(77px, 9999px, 51px, 0);
}

23.333333333333332% {
	clip: rect(31px, 9999px, 87px, 0);
}

26.666666666666668% {
	clip: rect(53px, 9999px, 44px, 0);
}

30% {
	clip: rect(30px, 9999px, 69px, 0);
}

33.33333333333333% {
	clip: rect(39px, 9999px, 84px, 0);
}

36.666666666666664% {
	clip: rect(30px, 9999px, 124px, 0);
}

40% {
	clip: rect(101px, 9999px, 120px, 0);
}

43.333333333333336% {
	clip: rect(147px, 9999px, 113px, 0);
}

46.666666666666664% {
	clip: rect(97px, 9999px, 123px, 0);
}

50% {
	clip: rect(24px, 9999px, 40px, 0);
}

53.333333333333336% {
	clip: rect(138px, 9999px, 74px, 0);
}

56.666666666666664% {
	clip: rect(25px, 9999px, 129px, 0);
}

60% {
	clip: rect(121px, 9999px, 136px, 0);
}

63.33333333333333% {
	clip: rect(35px, 9999px, 144px, 0);
}

66.66666666666666% {
	clip: rect(92px, 9999px, 42px, 0);
}

70% {
	clip: rect(147px, 9999px, 62px, 0);
}

73.33333333333333% {
	clip: rect(119px, 9999px, 60px, 0);
}

76.66666666666667% {
	clip: rect(21px, 9999px, 147px, 0);
}

80% {
	clip: rect(82px, 9999px, 61px, 0);
}

83.33333333333334% {
	clip: rect(107px, 9999px, 59px, 0);
}

86.66666666666667% {
	clip: rect(62px, 9999px, 118px, 0);
}

90% {
	clip: rect(43px, 9999px, 116px, 0);
}

93.33333333333333% {
	clip: rect(90px, 9999px, 6px, 0);
}

96.66666666666667% {
	clip: rect(15px, 9999px, 5px, 0);
}

100% {
	clip: rect(95px, 9999px, 18px, 0);
}

}

@-webkit-keyframes glitch-anim-2 {

10% {
	clip: rect(96px, 9999px, 69px, 0);
}

15% {
	clip: rect(10px, 9999px, 73px, 0);
}

20% {
	clip: rect(37px, 9999px, 55px, 0);
}

25% {
	clip: rect(81px, 9999px, 69px, 0);
}

30% {
	clip: rect(63px, 9999px, 73px, 0);
}

35% {
	clip: rect(11px, 9999px, 14px, 0);
}

40% {
	clip: rect(57px, 9999px, 49px, 0);
}

45% {
	clip: rect(98px, 9999px, 84px, 0);
}

50% {
	clip: rect(140px, 9999px, 137px, 0);
}

55.00000000000001% {
	clip: rect(134px, 9999px, 12px, 0);
}

60% {
	clip: rect(106px, 9999px, 108px, 0);
}

65% {
	clip: rect(139px, 9999px, 97px, 0);
}

70% {
	clip: rect(105px, 9999px, 73px, 0);
}

75% {
	clip: rect(92px, 9999px, 60px, 0);
}

80% {
	clip: rect(118px, 9999px, 104px, 0);
}

85% {
	clip: rect(124px, 9999px, 67px, 0);
}

90% {
	clip: rect(71px, 9999px, 71px, 0);
}

95% {
	clip: rect(133px, 9999px, 105px, 0);
}

100% {
	clip: rect(149px, 9999px, 29px, 0);
}

}

@-moz-keyframes glitch-anim {

0% {
	clip: rect(69px, 9999px, 123px, 0);
}

3.3333333333333335% {
	clip: rect(148px, 9999px, 105px, 0);
}

6.666666666666667% {
	clip: rect(3px, 9999px, 129px, 0);
}

10% {
	clip: rect(0px, 9999px, 56px, 0);
}

13.333333333333334% {
	clip: rect(11px, 9999px, 71px, 0);
}

16.666666666666664% {
	clip: rect(41px, 9999px, 81px, 0);
}

20% {
	clip: rect(77px, 9999px, 51px, 0);
}

23.333333333333332% {
	clip: rect(31px, 9999px, 87px, 0);
}

26.666666666666668% {
	clip: rect(53px, 9999px, 44px, 0);
}

30% {
	clip: rect(30px, 9999px, 69px, 0);
}

33.33333333333333% {
	clip: rect(39px, 9999px, 84px, 0);
}

36.666666666666664% {
	clip: rect(30px, 9999px, 124px, 0);
}

40% {
	clip: rect(101px, 9999px, 120px, 0);
}

43.333333333333336% {
	clip: rect(147px, 9999px, 113px, 0);
}

46.666666666666664% {
	clip: rect(97px, 9999px, 123px, 0);
}

50% {
	clip: rect(24px, 9999px, 40px, 0);
}

53.333333333333336% {
	clip: rect(138px, 9999px, 74px, 0);
}

56.666666666666664% {
	clip: rect(25px, 9999px, 129px, 0);
}

60% {
	clip: rect(121px, 9999px, 136px, 0);
}

63.33333333333333% {
	clip: rect(35px, 9999px, 144px, 0);
}

66.66666666666666% {
	clip: rect(92px, 9999px, 42px, 0);
}

70% {
	clip: rect(147px, 9999px, 62px, 0);
}

73.33333333333333% {
	clip: rect(119px, 9999px, 60px, 0);
}

76.66666666666667% {
	clip: rect(21px, 9999px, 147px, 0);
}

80% {
	clip: rect(82px, 9999px, 61px, 0);
}

83.33333333333334% {
	clip: rect(107px, 9999px, 59px, 0);
}

86.66666666666667% {
	clip: rect(62px, 9999px, 118px, 0);
}

90% {
	clip: rect(43px, 9999px, 116px, 0);
}

93.33333333333333% {
	clip: rect(90px, 9999px, 6px, 0);
}

96.66666666666667% {
	clip: rect(15px, 9999px, 5px, 0);
}

100% {
	clip: rect(95px, 9999px, 18px, 0);
}

}

@-webkit-keyframes glitch-anim {

0% {
	clip: rect(69px, 9999px, 123px, 0);
}

3.3333333333333335% {
	clip: rect(148px, 9999px, 105px, 0);
}

6.666666666666667% {
	clip: rect(3px, 9999px, 129px, 0);
}

10% {
	clip: rect(0px, 9999px, 56px, 0);
}

13.333333333333334% {
	clip: rect(11px, 9999px, 71px, 0);
}

16.666666666666664% {
	clip: rect(41px, 9999px, 81px, 0);
}

20% {
	clip: rect(77px, 9999px, 51px, 0);
}

23.333333333333332% {
	clip: rect(31px, 9999px, 87px, 0);
}

26.666666666666668% {
	clip: rect(53px, 9999px, 44px, 0);
}

30% {
	clip: rect(30px, 9999px, 69px, 0);
}

33.33333333333333% {
	clip: rect(39px, 9999px, 84px, 0);
}

36.666666666666664% {
	clip: rect(30px, 9999px, 124px, 0);
}

40% {
	clip: rect(101px, 9999px, 120px, 0);
}

43.333333333333336% {
	clip: rect(147px, 9999px, 113px, 0);
}

46.666666666666664% {
	clip: rect(97px, 9999px, 123px, 0);
}

50% {
	clip: rect(24px, 9999px, 40px, 0);
}

53.333333333333336% {
	clip: rect(138px, 9999px, 74px, 0);
}

56.666666666666664% {
	clip: rect(25px, 9999px, 129px, 0);
}

60% {
	clip: rect(121px, 9999px, 136px, 0);
}

63.33333333333333% {
	clip: rect(35px, 9999px, 144px, 0);
}

66.66666666666666% {
	clip: rect(92px, 9999px, 42px, 0);
}

70% {
	clip: rect(147px, 9999px, 62px, 0);
}

73.33333333333333% {
	clip: rect(119px, 9999px, 60px, 0);
}

76.66666666666667% {
	clip: rect(21px, 9999px, 147px, 0);
}

80% {
	clip: rect(82px, 9999px, 61px, 0);
}

83.33333333333334% {
	clip: rect(107px, 9999px, 59px, 0);
}

86.66666666666667% {
	clip: rect(62px, 9999px, 118px, 0);
}

90% {
	clip: rect(43px, 9999px, 116px, 0);
}

93.33333333333333% {
	clip: rect(90px, 9999px, 6px, 0);
}

96.66666666666667% {
	clip: rect(15px, 9999px, 5px, 0);
}

100% {
	clip: rect(95px, 9999px, 18px, 0);
}

}

@-o-keyframes glitch-anim {

0% {
	clip: rect(69px, 9999px, 123px, 0);
}

3.3333333333333335% {
	clip: rect(148px, 9999px, 105px, 0);
}

6.666666666666667% {
	clip: rect(3px, 9999px, 129px, 0);
}

10% {
	clip: rect(0px, 9999px, 56px, 0);
}

13.333333333333334% {
	clip: rect(11px, 9999px, 71px, 0);
}

16.666666666666664% {
	clip: rect(41px, 9999px, 81px, 0);
}

20% {
	clip: rect(77px, 9999px, 51px, 0);
}

23.333333333333332% {
	clip: rect(31px, 9999px, 87px, 0);
}

26.666666666666668% {
	clip: rect(53px, 9999px, 44px, 0);
}

30% {
	clip: rect(30px, 9999px, 69px, 0);
}

33.33333333333333% {
	clip: rect(39px, 9999px, 84px, 0);
}

36.666666666666664% {
	clip: rect(30px, 9999px, 124px, 0);
}

40% {
	clip: rect(101px, 9999px, 120px, 0);
}

43.333333333333336% {
	clip: rect(147px, 9999px, 113px, 0);
}

46.666666666666664% {
	clip: rect(97px, 9999px, 123px, 0);
}

50% {
	clip: rect(24px, 9999px, 40px, 0);
}

53.333333333333336% {
	clip: rect(138px, 9999px, 74px, 0);
}

56.666666666666664% {
	clip: rect(25px, 9999px, 129px, 0);
}

60% {
	clip: rect(121px, 9999px, 136px, 0);
}

63.33333333333333% {
	clip: rect(35px, 9999px, 144px, 0);
}

66.66666666666666% {
	clip: rect(92px, 9999px, 42px, 0);
}

70% {
	clip: rect(147px, 9999px, 62px, 0);
}

73.33333333333333% {
	clip: rect(119px, 9999px, 60px, 0);
}

76.66666666666667% {
	clip: rect(21px, 9999px, 147px, 0);
}

80% {
	clip: rect(82px, 9999px, 61px, 0);
}

83.33333333333334% {
	clip: rect(107px, 9999px, 59px, 0);
}

86.66666666666667% {
	clip: rect(62px, 9999px, 118px, 0);
}

90% {
	clip: rect(43px, 9999px, 116px, 0);
}

93.33333333333333% {
	clip: rect(90px, 9999px, 6px, 0);
}

96.66666666666667% {
	clip: rect(15px, 9999px, 5px, 0);
}

100% {
	clip: rect(95px, 9999px, 18px, 0);
}

}

@keyframes glitch-anim {

0% {
	clip: rect(69px, 9999px, 123px, 0);
}

3.3333333333333335% {
	clip: rect(148px, 9999px, 105px, 0);
}

6.666666666666667% {
	clip: rect(3px, 9999px, 129px, 0);
}

10% {
	clip: rect(0px, 9999px, 56px, 0);
}

13.333333333333334% {
	clip: rect(11px, 9999px, 71px, 0);
}

16.666666666666664% {
	clip: rect(41px, 9999px, 81px, 0);
}

20% {
	clip: rect(77px, 9999px, 51px, 0);
}

23.333333333333332% {
	clip: rect(31px, 9999px, 87px, 0);
}

26.666666666666668% {
	clip: rect(53px, 9999px, 44px, 0);
}

30% {
	clip: rect(30px, 9999px, 69px, 0);
}

33.33333333333333% {
	clip: rect(39px, 9999px, 84px, 0);
}

36.666666666666664% {
	clip: rect(30px, 9999px, 124px, 0);
}

40% {
	clip: rect(101px, 9999px, 120px, 0);
}

43.333333333333336% {
	clip: rect(147px, 9999px, 113px, 0);
}

46.666666666666664% {
	clip: rect(97px, 9999px, 123px, 0);
}

50% {
	clip: rect(24px, 9999px, 40px, 0);
}

53.333333333333336% {
	clip: rect(138px, 9999px, 74px, 0);
}

56.666666666666664% {
	clip: rect(25px, 9999px, 129px, 0);
}

60% {
	clip: rect(121px, 9999px, 136px, 0);
}

63.33333333333333% {
	clip: rect(35px, 9999px, 144px, 0);
}

66.66666666666666% {
	clip: rect(92px, 9999px, 42px, 0);
}

70% {
	clip: rect(147px, 9999px, 62px, 0);
}

73.33333333333333% {
	clip: rect(119px, 9999px, 60px, 0);
}

76.66666666666667% {
	clip: rect(21px, 9999px, 147px, 0);
}

80% {
	clip: rect(82px, 9999px, 61px, 0);
}

83.33333333333334% {
	clip: rect(107px, 9999px, 59px, 0);
}

86.66666666666667% {
	clip: rect(62px, 9999px, 118px, 0);
}

90% {
	clip: rect(43px, 9999px, 116px, 0);
}

93.33333333333333% {
	clip: rect(90px, 9999px, 6px, 0);
}

96.66666666666667% {
	clip: rect(15px, 9999px, 5px, 0);
}

100% {
	clip: rect(95px, 9999px, 18px, 0);
}

}

@-moz-keyframes glitch-anim-2 {

10% {
	clip: rect(96px, 9999px, 69px, 0);
}

15% {
	clip: rect(10px, 9999px, 73px, 0);
}

20% {
	clip: rect(37px, 9999px, 55px, 0);
}

25% {
	clip: rect(81px, 9999px, 69px, 0);
}

30% {
	clip: rect(63px, 9999px, 73px, 0);
}

35% {
	clip: rect(11px, 9999px, 14px, 0);
}

40% {
	clip: rect(57px, 9999px, 49px, 0);
}

45% {
	clip: rect(98px, 9999px, 84px, 0);
}

50% {
	clip: rect(140px, 9999px, 137px, 0);
}

55.00000000000001% {
	clip: rect(134px, 9999px, 12px, 0);
}

60% {
	clip: rect(106px, 9999px, 108px, 0);
}

65% {
	clip: rect(139px, 9999px, 97px, 0);
}

70% {
	clip: rect(105px, 9999px, 73px, 0);
}

75% {
	clip: rect(92px, 9999px, 60px, 0);
}

80% {
	clip: rect(118px, 9999px, 104px, 0);
}

85% {
	clip: rect(124px, 9999px, 67px, 0);
}

90% {
	clip: rect(71px, 9999px, 71px, 0);
}

95% {
	clip: rect(133px, 9999px, 105px, 0);
}

100% {
	clip: rect(149px, 9999px, 29px, 0);
}

}

@-webkit-keyframes glitch-anim-2 {

10% {
	clip: rect(96px, 9999px, 69px, 0);
}

15% {
	clip: rect(10px, 9999px, 73px, 0);
}

20% {
	clip: rect(37px, 9999px, 55px, 0);
}

25% {
	clip: rect(81px, 9999px, 69px, 0);
}

30% {
	clip: rect(63px, 9999px, 73px, 0);
}

35% {
	clip: rect(11px, 9999px, 14px, 0);
}

40% {
	clip: rect(57px, 9999px, 49px, 0);
}

45% {
	clip: rect(98px, 9999px, 84px, 0);
}

50% {
	clip: rect(140px, 9999px, 137px, 0);
}

55.00000000000001% {
	clip: rect(134px, 9999px, 12px, 0);
}

60% {
	clip: rect(106px, 9999px, 108px, 0);
}

65% {
	clip: rect(139px, 9999px, 97px, 0);
}

70% {
	clip: rect(105px, 9999px, 73px, 0);
}

75% {
	clip: rect(92px, 9999px, 60px, 0);
}

80% {
	clip: rect(118px, 9999px, 104px, 0);
}

85% {
	clip: rect(124px, 9999px, 67px, 0);
}

90% {
	clip: rect(71px, 9999px, 71px, 0);
}

95% {
	clip: rect(133px, 9999px, 105px, 0);
}

100% {
	clip: rect(149px, 9999px, 29px, 0);
}

}

@-o-keyframes glitch-anim-2 {

10% {
	clip: rect(96px, 9999px, 69px, 0);
}

15% {
	clip: rect(10px, 9999px, 73px, 0);
}

20% {
	clip: rect(37px, 9999px, 55px, 0);
}

25% {
	clip: rect(81px, 9999px, 69px, 0);
}

30% {
	clip: rect(63px, 9999px, 73px, 0);
}

35% {
	clip: rect(11px, 9999px, 14px, 0);
}

40% {
	clip: rect(57px, 9999px, 49px, 0);
}

45% {
	clip: rect(98px, 9999px, 84px, 0);
}

50% {
	clip: rect(140px, 9999px, 137px, 0);
}

55.00000000000001% {
	clip: rect(134px, 9999px, 12px, 0);
}

60% {
	clip: rect(106px, 9999px, 108px, 0);
}

65% {
	clip: rect(139px, 9999px, 97px, 0);
}

70% {
	clip: rect(105px, 9999px, 73px, 0);
}

75% {
	clip: rect(92px, 9999px, 60px, 0);
}

80% {
	clip: rect(118px, 9999px, 104px, 0);
}

85% {
	clip: rect(124px, 9999px, 67px, 0);
}

90% {
	clip: rect(71px, 9999px, 71px, 0);
}

95% {
	clip: rect(133px, 9999px, 105px, 0);
}

100% {
	clip: rect(149px, 9999px, 29px, 0);
}

}

@keyframes glitch-anim-2 {

10% {
	clip: rect(96px, 9999px, 69px, 0);
}

15% {
	clip: rect(10px, 9999px, 73px, 0);
}

20% {
	clip: rect(37px, 9999px, 55px, 0);
}

25% {
	clip: rect(81px, 9999px, 69px, 0);
}

30% {
	clip: rect(63px, 9999px, 73px, 0);
}

35% {
	clip: rect(11px, 9999px, 14px, 0);
}

40% {
	clip: rect(57px, 9999px, 49px, 0);
}

45% {
	clip: rect(98px, 9999px, 84px, 0);
}

50% {
	clip: rect(140px, 9999px, 137px, 0);
}

55.00000000000001% {
	clip: rect(134px, 9999px, 12px, 0);
}

60% {
	clip: rect(106px, 9999px, 108px, 0);
}

65% {
	clip: rect(139px, 9999px, 97px, 0);
}

70% {
	clip: rect(105px, 9999px, 73px, 0);
}

75% {
	clip: rect(92px, 9999px, 60px, 0);
}

80% {
	clip: rect(118px, 9999px, 104px, 0);
}

85% {
	clip: rect(124px, 9999px, 67px, 0);
}

90% {
	clip: rect(71px, 9999px, 71px, 0);
}

95% {
	clip: rect(133px, 9999px, 105px, 0);
}

100% {
	clip: rect(149px, 9999px, 29px, 0);
}

}

@-moz-keyframes yoyo_scroll {

0% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

20% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

25% {
	transform: translate3d(0px, 5px, 0px);
	opacity: 0.6;
}

50% {
	transform: translate3d(0px, 10px, 0px);
	opacity: 0.4;
}

50% {
	transform: translate3d(0px, 15px, 0px);
	opacity: 0.3;
}

75% {
	transform: translate3d(0px, 20px, 0px);
	opacity: 0.2;
}

100% {
	transform: translate3d(0px, 25px, 0px);
	opacity: 0;
}

}

@-webkit-keyframes yoyo_scroll {

0% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

20% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

25% {
	transform: translate3d(0px, 5px, 0px);
	opacity: 0.6;
}

50% {
	transform: translate3d(0px, 10px, 0px);
	opacity: 0.4;
}

50% {
	transform: translate3d(0px, 15px, 0px);
	opacity: 0.3;
}

75% {
	transform: translate3d(0px, 20px, 0px);
	opacity: 0.2;
}

100% {
	transform: translate3d(0px, 25px, 0px);
	opacity: 0;
}

}

@-o-keyframes yoyo_scroll {

0% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

20% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

25% {
	transform: translate3d(0px, 5px, 0px);
	opacity: 0.6;
}

50% {
	transform: translate3d(0px, 10px, 0px);
	opacity: 0.4;
}

50% {
	transform: translate3d(0px, 15px, 0px);
	opacity: 0.3;
}

75% {
	transform: translate3d(0px, 20px, 0px);
	opacity: 0.2;
}

100% {
	transform: translate3d(0px, 25px, 0px);
	opacity: 0;
}

}

@keyframes yoyo_scroll {

0% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

20% {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

25% {
	transform: translate3d(0px, 5px, 0px);
	opacity: 0.6;
}

50% {
	transform: translate3d(0px, 10px, 0px);
	opacity: 0.4;
}

50% {
	transform: translate3d(0px, 15px, 0px);
	opacity: 0.3;
}

75% {
	transform: translate3d(0px, 20px, 0px);
	opacity: 0.2;
}

100% {
	transform: translate3d(0px, 25px, 0px);
	opacity: 0;
}

}

