@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.creativeBox {
	margin: 38px auto 0;
}

.titleBox {
  margin-bottom: 75px;
}

.checkBox {
	margin: 78px auto 0;
	width: 800px;
	position: relative;
}

.checkList ul {
	padding-right: 58px;
	float: left;
	color: #333;
	font-size: 11px;
}
.checkList ul#brandingList{
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:20px;}

.checkList ul#brandingList , .checkList ul#creativeList{
	padding:0;
	width: 100%;
	}

.checkList ul#brandingList li , .checkList ul#creativeList li{
	float:left;
	width:25%;
	}

.checkList ul#brandingList li:first-child {
	color:#007eb1;
}

.checkList ul#brandingList li:nth-child(2) {
	color:#e7be00;
}

.checkList ul#brandingList li:nth-child(3) {
	color:#a5be51;
}

.checkList ul#brandingList li:nth-child(4){
	color:#fa9a92;
}


.checkList ul:nth-child(4) {
	padding-right: 0;
}

.checkList ul li {
	margin-bottom: 9px;
	transition: .6s ease;
}

/*
.checkList ul li:hover {
	opacity: .6;
	transition: .6s ease;
}
*/
.checkList ul li:last-child {
	margin-bottom: 0;
}

.checkList input {
	display: none;
}

.checkList span {
	padding-left: 26px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 11px;
}

.checkList span:before {
	width: 10px;
	height: 10px;
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 8px;
	border: 1px solid #a0a0a0;
}

.checkList input:checked + span:before {
	background: #bfbfbf;
}

.reset {
	display: block;
	position: absolute;
	right: -50px;
	bottom: -2px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #000;
	transition: .6s ease;
}

.reset:hover {
	opacity: .6;
	transition: .6s ease;
}

.detailsBox {
	margin: 0 28px 30px;
}

.detailsBox li {
	float: left;
	width: 25%;
  	box-sizing: border-box;
	margin-top: 2px;
}

.detailsBox li > div {
  padding: 0 18px;
}

.imgBox {
	overflow: hidden;
	height: 365px;
 	position: relative;
}

.details-box .imgBox{
	height:180px;
/*	position: relative;*/
    vertical-align: middle;
    display: table-cell;
}
.imgBox img {
	max-width:100%;
/*
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	height: 100%;
	position: absolute;
*/
	transition: all 1.6s ease 0s;
    -moz-transition: all 1.6s ease 0s;
    -webkit-transition: all 1.6s ease 0s;
}

.detailsBox li p span.type {
	display: inline-block;
	font-size: 10px;
	float: left;
	color: #999999;
	font-weight: normal;
	letter-spacing: .5px;
	position: relative;
}

.detailsBox li p.classify span.type {
	line-height: 16.5px;
}

.detailsBox li p.client span.type {
	line-height: 19.5px;
}

.detailsBox li p span.detail {
	display: block;
}

.detailsBox li a {
	display: block;
}

.detailsBox li a p {
	transition: opacity .6s ease;
}

.detailsBox li a:hover p {
	opacity: .6;
}

.pageBox {
	text-align: center;
}

.pageBox .pages {
	padding: 22px 0 95px;
	display: inline-block;
}

.pageBox .pages1 {
	padding-left: 30px;
}
.pageBox .pages li {
	float: left;
	position: relative;
	font-size: 14px;
}

.pageBox .pages a:hover {
	opacity: .6;
}

.pageBox .pages span,
.pageBox .pages a,
.pageBox .pages .dots {
	padding: 0px 10px 0 5px;
	min-width: 13px;
	display: inline-block;
	color: #666;
	font-family: 'Roboto', sans-serif;
}

.pageBox .cur span {
	font-weight: bold;
	color: #000;
}

.pageBox .pages svg {
	fill: #695b5b;
	width: 21px;
	height: 36px;
	position: absolute;
	top: -8px;
	right: -15px;
	transform: scale(.4);
}

.pageBox .pages .prev svg {
	right: auto;
	left: -15px;
}
.page-box a:hover figure,
.detailsBox a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.classify {
	margin: 18px 0 4px;
	font-size: 11px;
	letter-spacing: .5px;
}

.classify.creativeTxt{
	margin-top: 0;
}

.client {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: center;
    line-height: 40px;
    height: 40px;
}


.page-box .imgBox figure{
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	left: 0;

/*
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
*/
	width: 100%;
	height: 100%;
	transition: all 1.6s ease 0s;
    -moz-transition: all 1.6s ease 0s;
    -webkit-transition: all 1.6s ease 0s;
	margin: 0;

}

@media all and (min-width: 0) and (max-width: 767px) {

.page-box .imgBox{
	width: 100%;
}

.page-box .imgBox img{
	height: auto;
	width: 100%;
	top: auto;
	left: auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	position: inherit;
}


	.titleBox {
		margin-bottom: 61px;
	}
	
	.creativeBox {
		margin: 0;
		width: auto;
	}

	.checkBox {
		width: auto;
	}

	.checkListSp {
		position: relative;
		cursor: pointer;
		font-size: 15px;
		color: #2d2d2d;
		text-align: center;
		line-height: 51px;
		letter-spacing: 1px;
		border: 1px solid #bfbfbf;
	}

	.arrows {
		width: 9px;
		height: 6px;
		display: block;
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center;
	}

	.arrows img {
		width: 100%;
	}

	.checkList {
		padding: 27px 0 34px;
		width: 100%;
		display: none;
		position: absolute;
		z-index: 1;
		box-sizing: border-box;
		border: 1px solid #bfbfbf;
		border-top: 0;
		background: #fff;
	}

	.checkList ul {
		padding-right: 0;
		float: none;
	}

	.checkList ul li,
	.checkList ul li:last-child {
		margin-bottom: 20px;
		padding-left: 20px;
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
	
	.checkList ul#brandingList{
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:20px;}

	.checkList ul#brandingList , .checkList ul#creativeList{
	padding:0;
	width: 100%;
	}

	.checkList ul#brandingList li , .checkList ul#creativeList li{
	width:50%;
	}

	
	.checkList span {
		letter-spacing: -.5px;
	}

	.detailsBox li a:hover p {
		opacity: 1;
	}
	
	.reset {
		margin-left: 29px;
		position: static;
		display: inline;
	}

	.on .checkListSp {
		border-bottom: 1px solid #ccc;
	}

	.on .arrows {
		transform: translateY(-50%) rotateZ(180deg);
	}

	.showCheckList .checkListSp {
		border-bottom: none;
	}

	.showCheckList .arrows {
		transform: translateY(-50%) rotateZ(180deg);
		transition: .6s ease;
	}

	.showCheckList .checkList {
		padding: 11px 33px 64px;
		display: block;
		position: absolute;
		border: 1px solid #bfbfbf;
		border-top-color: #ccc;
		background: #fff;
	}

	.showCheckList .checkList ul {
		padding: 0;
		width: auto;
		float: none;
	}

	.showCheckList .checkList ul li {
		margin: 16px 0 0;
		width: 50%;
		float: left;
	}

	.checkList ul li:hover {
		opacity: 1;
	}
	
	.detailsBox a:hover img {
		transform: scale(1);
    	-moz-transform: scale(1);
   	 	-webkit-transform: scale(1);
	}

	.showCheckList .checkList ul li:nth-child(2n) {
		padding-left: 21px;
		box-sizing: border-box;
	}

	.showCheckList .reset {
		right: auto;
		left: 28px;
		bottom: 34px;
	}

	.detailsBox {
		margin: 0 0 44px;
		width: auto;
	}

	.detailsBox li {
		margin: 0 0 46px;
		width: 100%;
		float: none;
	}

	.detailsBox li > div {
   	 	padding: 0;
	}

	p.active {
		color: #999;
	}

	.classify {
		margin: 14px 0 6px;
	}

	.detailsBox li p span {
		letter-spacing: 1px;
	}
}


/*------------------------------------------------------------
	creative details
------------------------------------------------------------*/
.detailsBanner {
	margin: 15px auto 43px;
	position: relative;
}

.detailBan {
	position: relative;
}

.detailsBanner img {
	width: 100%;
}

.detSlider {
	margin: 0 auto;
}

.detailBan .prev,
.detailBan .next {
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 50px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	transition: .6s ease;
}

.detailBan .prev {
	left: 28px;
}

.detailBan .next {
	right: 15px;
}

.contentBox {
	margin: 0 auto;
	width: 800px;
}

.words {
	padding-bottom: 20px;
	border-bottom: 1px solid #1b1b1b;
}

.words p {
	padding-right: 34px;
	display: inline-block;
	font-size: 11px;
	letter-spacing: .6px;
}

.words p span {
	margin-right: 18px;
	display: inline-block;
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
}

.matter {
	margin: 9px 0 62px;
	color: #333333;
}

.matter h2 {
	display: inline-block;
	font-size: 23px;
	line-height: 2;
}

.matter h2 span {
	margin-right: 38px;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	vertical-align: 6px;
	letter-spacing: 1px;
}

.matter p {
	display: inline-block;
	float: right;
	font-size: 11px;
	line-height: 4.45;
	font-weight: bold;
	background: url(../img/creative/img_details_arrows.png) no-repeat left center;
	background-size: 6px 9px;
}

.matter p a {
	padding-left: 13px;
}

.matter p a:hover {
	opacity: .6;
}

.infoBox h3 {
	margin-bottom: 28px;
	font-size: 20px;
	letter-spacing: .7px;
}

.infoBox p {
	margin-top: 27px;
	padding-left: 1px;
	font-size: 14px;
	letter-spacing: .3px;
	line-height: 1.85;
}

.infoBox p:nth-child(2) {
	margin-top: 0;
}

.infoBox .taglines {
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .4px;
}

.product {
	margin-top: 70px;
}

.product p {
	font-size: 14px;
	color: #333333;
	letter-spacing: .8px;
}

.product .productItem {
	margin: 31px 0 21px;
}

.product .marT {
	margin-bottom: 58px;
}

.productItem li {
	margin: 0 26px 31px 0;
	width: 180px;
	float: left;
}

.productItem li a {
	display: block;
}

.productItem li a:hover {
	opacity: .6;
}

.productItem li:nth-child(4n) {
	margin-right: 0;
}

.productItem li p {
	margin-top: 15px;
	font-size: 11px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.detailsBanner {
		margin: 39px auto 37px;
	}
	
	.detailsBanner .slick-dots li:nth-child(5) {
		margin-right: 0;
	}

	.contentBox {
		width: auto;
	}

	.words {
		padding-bottom: 9px;
	}

	.words p {
		margin-bottom: 7px;
		padding: 0;
		display: block;
	}

	.words p span {
		margin-right: 18px;
		width: 61px;
	}

	.matter {
		margin: 11px 0 44px;
	}

	.matter h2 {
		font-size: 20px;
		letter-spacing: .6px;
	}

	.matter h2 span {
		margin-right: 36px;
		vertical-align: 4px;
	}

	.matter p {
		float: none;
		line-height: 3.7;
	}

	.infoBox h3 {
		margin-bottom: 38px;
		font-size: 18px;
		line-height: 1.67;
	}

	.infoBox p {
		margin-top: 40px;
		padding: 0;
		font-size: 13px;
		line-height: 1.62;
	}

	.infoBox .taglines {
		margin-bottom: 3px;
	}

	.infoBox .byline {
		font-size: 14px;
	}

	.product {
		margin-top: 65px;
		overflow: hidden;
	}

	.product p {
		font-size: 15px;
	}
	
	.item {
		margin: 0 -10px;
	}

	.product .productItem {
		margin: 32px 0 22px 0;
	}

	.productItem li {
		margin: 0;
		width: auto !important;
	}
	
	.productItem li,
	.productItem li:last-child {
		padding: 0 12px;
	}

	.productItem li p {
		margin-top: 17px;
		letter-spacing: .4px;
	}

	.product .slick-dots {
		margin-bottom: 41px;
		text-align: center;
	}

	.product .slick-dots li {
		margin-top: 0;
	}

	.product .item .marT {
		margin: 22px 0 20px 0;

	}

	.product .slick-dots:nth-child(6) {
		margin-bottom: 45px;
	}
	
	.iphone5 .infoBox h3 {
		letter-spacing: -1px;
	}

	.iphone5 .infoBox p {
		letter-spacing: -1px;
	}
	.details-box .imgBox{
	height:145px;
}
}

@media all and (min-width: 320px) and (max-width: 374px) {
	.contentBox.pubPd {
		padding: 0 15px;
	}
}
#topmovie{ margin:15px auto 43px;}
#topmovie iframe{ width:100%; min-height:600px;}

@media all and (min-width: 0) and (max-width: 767px) {
#topmovie{ margin: 39px auto 37px;}
#topmovie iframe{ width:100%; height:auto; min-height:240px;}
}


/* 事例ソート箇所 */


#creativeSort .tab {
	position:relative;
	
  
}
#creativeSort .tab li {
  cursor: pointer;
  transition: .3s;
  text-align:center;
  border:1px solid #ccc;
  background:#f4f4f4;
  padding:10px;
  box-sizing:border-box;
  border-right:none;
  border-left:1px dotted #ccc;
}

#creativeSort.checkList ul li{ margin:0;}
#creativeSort .tab li:last-child{ border-right:1px solid #ccc;}
#creativeSort .tab li:first-child{ border-left:1px solid #ccc;}
#creativeSort.checkList ul#brandingList{
	border:none;}

#creativeSort .tab li.active {

  background: #fff;
  cursor: auto;
  border-bottom:none;
}
#creativeSort .area {
	min-height: 180px;
}


#creativeSort .area ul {
  display: none;
}
#creativeSort .area ul.show {
  display: block;
}


#creativeSort.checkList ul#creativeList li{ margin-bottom:9px;}

#creativeSort .reset {
	right: 0;
	bottom: -20px;}


@media all and (min-width: 0) and (max-width: 767px) {
	
	#creativeSort .tab{
		margin-bottom:20px;}
	
	#creativeSort .tab li {
		border:1px dotted #ccc;
	}
	
	#creativeSort .tab li:first-child{ border:none; border-right:1px dotted #ccc; border-bottom:1px dotted #ccc;}
	#creativeSort .tab li:nth-child(2){ border:none; border-bottom:1px dotted #ccc; }
	#creativeSort .tab li:nth-child(3){ border:none; border-right:1px dotted #ccc; border-bottom:1px dotted #ccc; }
	#creativeSort .tab li:last-child{ border:none; border-bottom:1px dotted #ccc; }
	
	#creativeSort.checkList{
		padding:0;
		padding-bottom:34px;}
	
	#creativeSort .reset {
	bottom: -20px;}

	#creativeSort .area {
    min-height:auto;
	
}
#creativeSort .area ul {
	margin-bottom:20px;}

}

.linkBox{
	text-align: right;
	width: 90%;
	margin: 20px auto;
}

.linkBox a{
	margin-top: 13px;
	padding-left: 12px;
	font-size: 12px;
	color:#333;
	letter-spacing: 1.1px;
	background: url(../img/creative/img_details_arrows.png) no-repeat left center;
    background-size: auto;
	background-size: 6px 9px;
	transition: all .6s ease;
	font-weight: bold;
}


.linkBox a:hover {
	opacity: .6;
	transition: all .6s ease;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.linkBox{
	text-align:center;
		margin-top: 60px;
}

}



.textCenter{
	text-align: center;
	margin: 40px auto 40px;
}

.iconAward{ position: absolute; right: 28px; top: -2px; z-index: 100;}
.iconAward img{ width:84px; height: auto; }


@media all and (min-width: 0) and (max-width: 767px) {
	.iconAward {
    right: 10px;
}
}




