@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #FFF;
    background: #000;
    width: 100%;
    line-height: 1.8em;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 13px;
    background-image: url(../images/filmst-bg.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: cover;
	height: 100vh;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}


/* header
================================================ */
.headWarp {
	width: 100%;
	text-align: center;
	background: #0068b7;
}

.headWarp h1 img {
	max-width: 60%;
}

 
/* contents
================================================ */
main {
	width: 100%;
	padding-bottom: 36px;
}
.main-img {
	width: 100%;
	background-image: url(../images/vb-filmista-main-img.png);
	background-position-x: center;
	background-position-y: top;
	background-size: auto 120px;
	background-repeat: no-repeat;
	margin-bottom: 24px;
}

.main-img .copyArea {
	width: 100%;
	padding-top: 80px;
	padding-left: 5%;
	padding-right: 5%;
}

.main-img .copyArea img {
	margin-bottom: 12px;
}

.main-img .instacopyArea {
	width: 100%;
	padding-top: 80px;
	padding-left: 5%;
	padding-right: 5%;
	border-bottom: 1px solid #FFF;
}

.main-img .instacopyArea img {
	margin-bottom: 24px;
}

.main-img .copyArea .lead {
	line-height: 1.8em;
	text-align: justify;
}

.contentsBox {
	margin-bottom: 24px;
	overflow: hidden;
}

.contentsBox h2 {
	text-align: center;
	background: #FFF000;
	padding: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.contentsBox h3 {
	margin-bottom: 24px;
	width: 90%;
	margin: 0 auto;
	display: block;
	padding-bottom: 24px;
}

.copy-sub {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	padding: 12px;
	background: #322b2b;
	display: block;
	color: #FFF000;
	margin-bottom: 24px;
	line-height: 1.5em;
}

.copy-sub img {
	margin-left: 4px;
	margin-right: 4px;
	width: 20px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.instaglamArea {
	border-bottom: 1px solid #FFF;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.overview {
	padding-left: 5%;
	padding-right: 5%;
}

.overview li {
	line-height: 1.8em;
}

.overview li span {
	color: #FFF000;
}

.overview li span.red {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}


.overview li ul li img {
	width: 13px;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
}

.itemArea {
	width: 100%;
	overflow: hidden;
	padding-top: 24px;
	padding-left: 5%;
	padding-right: 5%;
}
.itemBox {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dotted #FFF;
}

.itemBox:last-child {
	margin-right: 0;
}

.itemBox img {
	margin-bottom: 6px;
}

.itemBox p {
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
}

.itemBox p span {
	font-size: 16px;
}

.itemBox .spec {
	margin-bottom: 12px;
}

.itemBox .spec span {
	padding-left: 1.5em;
}

.itemBox .buybtn {
	background: #0068b7;
	padding: 6px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.itemBox .buybtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.tecnologyArea {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.formcopy {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 2em;
}


.formlink-btn {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #F00;
	border-radius: 10px;
	padding: 6px;
}

.formlink-btn a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

.bannerArea {
	padding-top: 24px;
	border-top: 1px solid #FFF;
}

.bannerArea ul {
	text-align: center;
}

.bannerArea ul li {
	margin: 0 auto;
	display: block;
	margin-bottom: 24px;
}

.bannerArea ul li:last-child {
	margin-bottom: 0;
}


		
/* footer
================================================ */
footer {
	border-top: 1px solid #FFF;
}
.footWarp {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

.footWarp p {
	font-size: 12px;
	line-height: 1.5em;
}
.footWarp {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	padding-top: 12px;
}

 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:960px) {
/* タブレット端末以上から効くスタイル */ 
 
body{
    font-size: 14px;
    line-height: 2em;
}

/* header
================================================ */
.headWarp {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.headWarp h1 img {
	max-width: 80%;
}

/* main
================================================ */
main {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 36px;
}
.main-img {
	width: 100%;
	background-image: url(../images/vb-filmista-main-img.png);
	background-position-x: center;
	background-position-y: top;
	background-size: auto 390px;
	background-repeat: no-repeat;
}

.main-img img {
}

.main-img .copyArea {
	width: 1000px;
	margin: 0 auto;
	padding-top: 246px;
	padding-left: 0;
	padding-right: 0;
}

.main-img .copyArea img {
	margin-bottom: 42px;
}

.main-img .instacopyArea {
	width: 1000px;
	margin: 0 auto;
	padding-top: 246px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 3px solid #FFF;
}

.main-img .instacopyArea img {
	margin-bottom: 24px;
}

.main-img .copyArea .lead {
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
}

.copy-sub {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 12px;
	background: #322b2b;
	display: block;
	color: #FFF000;
	margin-bottom: 24px;
}

.copy-sub img {
	margin-left: 4px;
	margin-right: 4px;
}

.contentsBox {
	margin-bottom: 48px;
	overflow: hidden;
}

.contentsBox h2 {
	text-align: center;
	background: #FFF000;
	padding: 4px;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

.contentsBox h3 {
	margin-bottom: 40px;
}

.instaglamArea {
	border-bottom: 3px solid #FFF;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.overview {
	padding-left: 0;
	padding-right: 0;
}

.overview li {
	font-size: 20px;
	line-height: 2em;
}

.overview li span {
	color: #FFF000;
}

.overview li span.red {
	color: #F00;
	font-weight: bold;
	font-size: 21px;
}

.overview li ul li {
	text-indent: 6em;
}

.overview li ul li img {
	width: 20px;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
}

.itemArea {
	overflow: hidden;
	padding-top: 24px;
	padding-left: 0;
	padding-right: 0;
}
.itemBox {
	width: 300px;
	float: left;
	margin-right: 50px;
	border-bottom: none;
	margin-bottom: 0;
}

.itemBox:last-child {
	margin-right: 0;
}

.itemBox img {
	margin-bottom: 6px;
}

.itemBox p {
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
}

.itemBox p span {
	font-size: 16px;
}
.itemBox .spec {
	margin-bottom: 12px;
	height: 124px;
}

.itemBox .buybtn {
	background: #0068b7;
	padding: 6px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.itemBox .buybtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.formcopy {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	line-height: 2em;
}

.formlink-btn {
	width: 70%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	background: #F00;
	border-radius: 20px;
	padding: 12px;
}

.formlink-btn a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

.tecnologyArea {
	width: 710px;
	margin: 0 auto 24px;
}

.bannerArea {
	padding-top: 24px;
	border-top: 3px solid #FFF;
}

.bannerArea ul {
	text-align: center;
}

.bannerArea ul li {
	display: inline-block;
	margin-right: 24px;
}

.bannerArea ul li:last-child {
	margin-right: 0;
}


.footWarp {
	width: 1000px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	padding-top: 12px;
}
}
