﻿@charset "utf-8";

/* COMMON */
body *,
body p{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: proxima-nova, sans-serif;
}
body h2 {
    margin-top: 0;
}

.clear {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}
img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.inner-ct {
	width: 1180px;
	margin: 0 auto;
}
.list-inline>li {
	display: inline-block;
}
.text-center {
	text-align: center;
}
section {
	padding: 70px 0;
	position: relative;
	z-index: 10;
}
.parallax-scroller {
	position: absolute;
    width: 1600px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-repeat: no-repeat;
}
.parallax-scroller.bg1 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/bg_content01.png);
}
.parallax-scroller.bg2 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/bg_content02.png);
}
.parallax-scroller.bg3 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/bg_content03.png);
}
.parallax-scroller>img {
	max-width: none;
	width: auto;
}
.fortieth-main p {
	margin: 0;
	font-weight: 500;
}
.fortieth-main a {
	text-decoration: none;
}
.trans {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.trans:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*
 * Title
 */
.sec-ttl {
    font-size: 2.25rem;
    text-transform: none;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}

/*
 * Button
 */
.btn {
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	width: 280px;
	height: 70px;
	line-height: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	font-size: 1rem;
	font-weight: 300;
	border: 0;
	padding: 0;
	outline: none;
	text-transform: uppercase;
}
.btn.btn-default {
	background: #000;
	color: #fff;
}


/* nav scroller */
.nav-scroller {
    background: #000;
    position: relative;
    z-index: 10;
}
.nav-scroller ul {
	display: table;
	width: 100%;
	border-right: 2px solid #fff;
}
.nav-scroller ul li {
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-left: 2px solid #fff;
}
@media (min-width: 768px) {
	.nav-scroller ul li {
		height: 65px;
	}
}
.nav-scroller li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	line-height: 1.4;
	font-size: 13px;
	font-size: 0.65rem;
}
.nav-scroller .active a,
.nav-scroller li:hover a {
	color: #666666;
}

/*
 * Slider
 */
.kv {
	position: relative;
	z-index: 2;
}
.top-slider .slick-slide {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center 0;
}
.top-slider .slick-slide>img {
	display: none;
}
.top-slider .slick-slide.slide01 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/slide01.jpg);
}
.top-slider .slick-slide.slide02 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/slide02.jpg);
}
.top-slider .slick-slide.slide03 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/slide03.jpg);
}
.top-slider .slick-slide.slide04 {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/slide04.jpg);
}

.fb-ico {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0;
}

/* Dots */
.top-slider.slick-slider {
    margin-bottom: 95px;
}

.slick-dots {
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.top-slider .slick-dots {
	margin-top: 30px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 12px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: transparent;
    border: 0;
    outline: none;
    background: #c9c9c9;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
	background: #969696;
}
.slick-arrow.slick-disabled {
    display: none !important;
}

.no-scroll {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.table {
	display: table;
}
.tr {display: table-row;}
.th {display: table-caption;}
.td {display: table-cell;}
.td-va {display: table-cell;vertical-align: middle;}

.block-model .content-l a.product-link {
    color: #90ccf2;
}

.block-model .content-l a.product-link:hover {
    text-decoration: underline;
}

/* LIGHTBOX */

.lightbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

.lightbox .wrapper {
	width: 100%;
	height: 100%;
}

.lightbox .window {
	background: #efefef;
	margin: auto;
	overflow: auto;
	width: 610px;
	max-width: 1000px;
}

.lightbox .window .title-bar {
	height: 50px;
	background: #464646;
	line-height: 50px;
	position: relative;
}

.lightbox .window .title-bar .title {
	padding-left: 25px;
    color: #fff;
    margin: 0;
    font-size: 0.6rem;
    line-height: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0.05em;
}

.lightbox .window .title-bar .close {
	position: absolute;
    top: 0;
    right: 30px;
    color: #b90000;
    cursor: pointer;
}


/* section intro */
.sec-intro {
	padding-top: 140px;
}
.sec-intro p {
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: center;
}
/* Section Message */
.sec-message {
	margin-bottom: 15px;
}
.list-message,
.list-message .message-post {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-message {
	margin: 0 -10px 10px;
}
.list-message .message-post {
	width: 100%;
    height: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.list-message .message-post .sns-post {
	background: #efefef;
	padding: 15px 25px 10px;
}
.message-post .sns-post p {
	font-size: 0.5rem;
	margin-bottom: 20px;
	line-height: 1.8;
}
.message-post .sns-post .fb-post-meta {
	font-size: 0.5rem;
	padding-left: 10px;
}
.fb-post-meta a {
	color: #000;
    line-height: normal;
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
}
.sns-post .fb-post-meta time {
	display: block;
	font-size: 0.6rem;
	font-weight: 600;
}
.sns-post .fb-post-meta .cat-post {
	color: #969696;
}
.message-post .sns-post .icon {
	text-indent: 0;
	float: left;
}

/* section anni */
.sec-anni {
	padding-bottom: 0 !important;
}
.sec-anni .content {
    background:#080808;
    padding: 50px 0px;
}

.sec-anni .ttl-anni {
	margin-bottom: 0;
}
.sec-anni .anni-left {
	color: #fff;
}
.sec-anni .txt-anni {
	position: relative;
	font-size: 0.7rem;
	margin-top: 19px;
	line-height: 1.5;
	letter-spacing: -0.02em;
  color: #fff;
}
.sec-anni .img-anni { 
	position: relative;
	display: block;
	margin: 0 auto
}
.sec-anni .txt-bottom {
	font-size:  0.7rem;
	margin-top: 18px;
  color: #fff;
}
.sec-anni .txt-bottom a {
	text-decoration: underline;
}
.sec-anni .anni-right {
  text-align: center;
  margin-top: 40px;
  position: relative;
  bottom: -50px;
}
.sec-anni .txt-box {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.sec-anni {
		padding: 46px 0 0;
	}
	.sec-anni .ttl-anni {
		margin-bottom: 0;
	}
	.sec-anni .anni-left {
		float: left;
		width: 555px;
		padding-left: 64px;
		color: #fff;
	}
	.sec-anni .txt-anni {
		position: relative;
		font-size: 16px;
		margin-top: 19px;
		line-height: 1.5;
		letter-spacing: -0.02em;
	}
	.sec-anni .img-anni { 
		position: absolute;
		right: -109px;
		bottom: -111px;
	}
	.sec-anni .txt-bottom {
		font-size: 14px;
		margin-top: 38px;
	}
	.sec-anni .txt-bottom a {
		text-decoration: underline;
	}
	.sec-anni .anni-right {
		float: right;
		width: 510px;
		margin-top: 0;
	}

	.sec-anni.second .txt-anni { 
		letter-spacing: 0;
	}
	.sec-anni.second .txt-bottom { 
		font-size: 12px;
		margin-top: 90px;
	}
	.sec-anni.second .img-anni { 
		position: absolute;
		bottom: -134px;
	}
}
/* section model */
.sec-model {
	z-index: 11;
}
.block-model {
	background: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/bg_anniversary.jpg) no-repeat right bottom;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 55px 30px;
	color: #fff;
	position: relative;
}
.block-model .logo {
	display: block;
	position: absolute;
	bottom: 80px;
	right: 100px;
}
.block-model .content-l {
	width: 46%;
}

.block-model .content-l p {
    color: #fff;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    font-family: proxima-nova, sans-serif;
}
.block-model .content-l p.en {
    margin-right: 25px;
}
.block-model .content-l a {
	color: #fff;
}
.block-model .head {
    margin-bottom: 15px;
}
.block-model p {
	font-size: 0.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.block-model .lead {
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.block-model .lead small {
    display: block;
    font-size: 0.6rem;
    line-height: 1.2;
}
.block-model .list-model {
	margin-top: 60px;
}
.block-model .list-model li {
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	margin-right: 25px;
}
.block-model .list-model li:last-child {
	margin-right: 0;
}

/* section movie */
.list-movie .item {
	float: left;
	width: 580px;
	margin-right: 20px;
	margin-bottom: 55px;
}
.list-movie a {
	display: block;
}
.list-movie .item:last-child {
	margin-right: 0;
}
.list-movie .item .video {
	position: relative;
	overflow: hidden;
}
.list-movie .item .thumbnail {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.list-movie .thumbnail .play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.list-movie .item .caption {
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}
.list-movie .caption strong {
	display: block;
	line-height: normal;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}


/* section history */
.sec-history {
	background: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/bg.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.sec-history .sec-ttl {
	padding: 12px 0 20px;
	color: #fff;
}
.block-product .list-product {
	background: rgba(26,26,26,0.95);
	padding: 30px 60px 30px 30px;
	margin-bottom: 55px;
}
.list-product .product-record li {
	margin: 0 15px;
	width: 120px;
}
@media (min-width: 768px) {
	.slick-slide .product-record img {
		width: auto;
		height: 215px;
	}
}
.list-product .slick-prev,
.list-product .slick-next {
	top: 62%;
	width: 28px;
	height: 21px;
	background-repeat: no-repeat;
}
.list-product .slick-prev {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/arrow.png);
	background-position: 0 0;
	left: 10px;
}
.list-product .slick-next {
	background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/arrow.png);
	background-position: -28px 0;
	right: 20px;
}
.list-product .product-item .year {
	height: 50px;
    padding-left: 40px;
    margin-bottom: 70px;
    padding-bottom: 5px;
    font-size: 1.55rem;
    position: relative;
    color: #fff;
}
.list-product .product-item .year:before,
.list-product .product-item .year:after {
    content: "";
    position: absolute;
    top: 100%;
}
.list-product .product-item .year:before {
    width: 100%;
    height: 0;
    left: 60px;
    right: 0;
    border-bottom: 2px solid #fff;
    margin-top: 15px;
}
.list-product .product-item .year.dot:after {
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    left: 60px;
}
.list-product .product-item.last-slide .year:before {
    visibility: hidden;
    display: none;
}

.slider-nav-thumbnails {
	margin-bottom: 60px;
}
.slider-nav-thumbnails a {
    float: left;
    width: 245px;
    height: 70px;
    font-size: 1.3rem;
    padding-top: 18px;
    padding-left: 20px;
    text-align: center;
    cursor: pointer;
    margin-right: 55px;
    border: 1px solid #fff;
    border-right: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.slider-nav-thumbnails a:before {
    content: "";
    width: 49px;
    height: 49px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    right: -25px;
}
.slider-nav-thumbnails a:last-child {
    margin-right: 0;
}
.slider-nav-thumbnails .active,
.slider-nav-thumbnails .active:before {
	background-color: #004a7f;
	border-color: #004a7f;
}
@media (min-width: 768px) {
	.slider-nav-thumbnails a:hover,
	.slider-nav-thumbnails a:hover:before {
		background-color: #004a7f;
		border-color: #004a7f;
	}
}

/* Popup */
.product-ct {
	padding: 35px;
}
.product-ct .img-product {
	float: left;
	width: 220px;
	text-align: center;
}
.product-ct .product-info {
	float: right;
	width: 300px;
}
.product-info .product-name {
    padding-left: 20px;
}
.product-info .product-name p {
    font-size: 2rem;
    font-weight: 600;
    margin-top: -15px;
}
.product-info .product-name .type {
    font-size: 3.5rem;
    margin-top: 0px;
}

.product-name .publish {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.5rem;
    padding: 3px 20px;
    margin-top: 80px;
}
.product-info .description {
    background: #fff;
    padding: 25px;
    margin-top: 25px;
}
.product-info .description p {
	font-size: 0.8rem;
	line-height: 1.6;
}
.product-info .description p strong {
	display: block;
}

.col {
    width: 33.3333%;
    float: left;
}

p.width-adjust {
    width: 900px;
    margin: auto;
}

.sm {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.md {
		display: none !important;
	}
.sm {
		display: block !important;
	}
	.inner-ct {
		width: auto;
	}
	.sec-ttl {
		font-size: 1.8rem;
		margin-bottom: 30px;
		line-height: 1.4;
	}
	.fortieth-main section {
		padding: 30px 20px;
	}
    
    p.width-adjust {
        width: auto;
    }
	
	.nav-scroller {
		margin-bottom: 20px;
		z-index: 5;
	}
	.nav-scroller ul {
		border-right: 0;
	}
	.nav-scroller ul li {
	    display: block;
	    width: auto;
	    text-align: left;
	    border-left: 0;
	}
	.nav-scroller li a {
	    display: block;
	    padding: 10px 20px;
	    font-size: 0.7rem;
	    border-bottom: 1px solid #fff;
	}
	.sec-intro p {
	    font-size: 0.7rem;
	    line-height: 1.5;
	    text-align: left;
	}
	.top-slider.slick-slider {
	    margin-bottom: 45px;
	}
	.top-slider .slick-dots {
	    margin-top: 0;
	}
	.top-slider .slick-slide {
		height: 200px;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.lightbox .window {
		height: auto;
		width: 90%;
	}
	.lightbox .product-ct {
		padding: 15px;
	}
	.product-ct .img-product {
		width: 28%;
	}
	.product-ct .product-info {
		width: 68%;
	}
    .product-info .product-name {
        padding-left: 1em;
    }
    .product-info .product-name .type {
        font-size: 2rem;
    }
    .product-info .product-name .type.small {
        font-size: 1.8rem;
    }
	.product-info .product-name p {
        font-size: 1.5rem;
        margin-top: 0px;
	}
	.product-name .publish {
		font-size: 1rem;
		padding-top: 0;
		padding-bottom: 0;
        margin-top: 2em;
	}
	.product-info .description {
	    padding: 15px;
	    margin-top: 20px;
	}
	.product-info .description p {
	    font-size: 0.7rem;
	}

	.block-model {
		padding: 20px;
	}
	.block-model .content-l {
	    width: auto;
	}
	.block-model p {
		font-size: 0.7rem;
		letter-spacing: 0;
	}
    .sec-anni .content {
        padding: 20px;
        padding-bottom: 0;
    }
    .sec-anni p.lead {
        margin-top: 15px;
    }
    .sec-anni .txt-anni {
        font-size: 0.7rem;
    }
    .sec-anni .anni-right {
        position: static;
        bottom: 0px;
        box-sizing: border-box;
        padding-bottom: 2px;
    }
	.block-model .list-model {
		margin-top: 30px;
	}
	.block-model .list-model li {
		width: 24%;
		height: auto;
		margin-right: 4%;
	}
	.block-model .logo {
	    bottom: 10px;
	    right: 10px;
	    width: 18%;
	}
	
	.list-movie .item .video {
		height: 0;
		padding-bottom: 56.25%;
		margin-bottom: 8px;
	}
	.list-movie .item .video iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
	.list-movie .item {
		float: none;
		width: auto;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.list-movie .item .thumbnail>img {
		width: 100%;
	}
	.list-movie .thumbnail .play {
		width: 21.5%;
	}

	.block-product .list-product {
		padding: 20px;
	}
	.list-product .product-record li {
	    margin: 0 10px;
	}
	.list-product .product-item .year {
		font-size: 1rem;
		margin-bottom: 40px;
		height: 30px;
	}
	.list-product .product-item .year.dot:after {
	    width: 20px;
	    height: 20px;
	    left: 60px;
	}
	.list-product .product-item .year:before {
		left: 70px;
		margin-top: 10px;
	}
	.slider-nav-thumbnails {
		margin-bottom: 10px;
	}
	.slider-nav-thumbnails a {
		display: block;
		float: none;
		width: auto;
		height: auto;
		margin-right: 0;
		border: 1px solid #fff;
		padding: 10px;
		background: #000;
		margin-bottom: 20px;
	}
	.slider-nav-thumbnails a:before,
	.slider-nav-thumbnails a:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		right: auto;
		bottom: auto;
		border-style: solid;
	}
	.slider-nav-thumbnails a:before {
		border-width: 10px 15px 0;
		border-color: #fff transparent;
	}
	.slider-nav-thumbnails a:after {
		border-width: 9px 13px 0;
		border-color: #000 transparent;
	}
	.slider-nav-thumbnails .active:before, 
	.slider-nav-thumbnails .active:after {
	    border-color: #004a7f transparent;
	    background: none;
	}
	.slider-nav-thumbnails a:last-child:before,
	.slider-nav-thumbnails a:last-child:after {
		display: none;
	}
	.list-product .slick-prev {
		left: 0;
	}
	.list-product .slick-next {
		right: 0;
	}
    
    .col {
        width: 100%;
        float: none;
    }
}
@media (max-width: 425px) {
	.fortieth-main section {
	    padding: 20px 15px;
	}
	section .sec-ttl {
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.list-message .message-post {
		float: none;
		width: auto;
	}
	.top-slider .slick-slide {
		height: 140px;
	}
	.list-message .message-post .sns-post {
		padding-left: 15px;
		padding-right: 15px;
	}
	.block-model .head {
	    padding-right: 15%;
	}
	.block-model p {
	    font-size: 0.5rem;
	}

	.list-product .product-record li {
		width: 80px;
	}
	.list-product .product-item .year.dot:after {
	    left: 45px;
	}
	.list-product .product-item .year:before {
		left: 50px;
	}
  .sec-anni .txt-anni {
        font-size: 0.5rem;
    }
}

/* Keyframe */
@keyframes fadeIn{
    to{
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn{
    to{
        -webkit-transform: none;
        opacity: 1;
    }
}
.loading {
    text-align: center;
    margin-bottom: 50px;
}
.loading img {
    width: 50px;
}

.message-post>a {
	display: block;
}
.attachments {
    background: black;
}
.attachments.video {
	position: relative;
}
.attachments.video:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-image: url(https://static.roland.com/promos/40th_anniversary_compact_pedals/img/ico_play.svg);
    background-size: contain;
    background-position: 50% 50%;
}
.attachments.album .thumbnail {
    float: left;
    width: 50%;
    height: 140px;
    overflow: hidden;
}

.attachments img {
    display: block;
    margin: auto;
}

.anim-on-scroll {
    will-change: transform;
    opacity: 0;
    filter: alpha(opacity=0);
    filter: -;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    transform: translateY(70px);
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
}
.anim-on-scroll.in-view {
    transition-duration: .7s;
    -webkit-transition-duration: .7s;
    -moz-transition-duration: .7s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
}