@charset "utf-8";

@media screen and (max-width: 750px) {

	html, body {
		width: 100%;
		height: 100%;
		background: #fff;
		color: #333;
		min-width: 320px;
	}
	body.fixed {
		overflow: hidden;
		position: relative;
	}
	#overlay {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 150;
		display: none;
	}
	.tab {
		display: none!important;
	}
	.pc {
		display: none !important;
	}
	.spSmall {
		display: none !important;
	}
	/* -----------------------------------------------------------------------------

		header

	----------------------------------------------------------------------------- */
	header {
		position: fixed;
		width: 100%;
		height: 60px;
		background: #fff;
		z-index: 300;
	}
	header .inner {
		position: relative;
	}
	header .logo {
		float: left;
		padding: 6px 0 0 12px;
	}
	header .logo a {
		display: block;
	}
	header .logo img {
		height: 36px;
		width: auto;
	}
	.spNav {
		float: right;
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		padding: 18px 17px 17px;
	}
	.spNav.active {
		background: #222;
		border-bottom: 1px solid #444;
	}
	.spNav a,
	.spNav a span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.spNav a {
		position: relative;
		width: 26px;
		height: 21px;
	}
	.spNav a span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
	}
	.spNav.active a span {
		background-color: #fff;
	}
	.spNav a span:nth-of-type(1) {
		top: 0;
	}
	.spNav a span:nth-of-type(2) {
		top: 9px;
	}
	.spNav a span:nth-of-type(3) {
		bottom: 0;
	}
	.spNav.active a span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.spNav.active a span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	.spNav.active a span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	header nav {
		width: 100%;
		clear: both;
		display: none;
		overflow-y: auto;
	}
	header nav ul {
		background: #222;
	}
	header nav ul li a {
		color: #fff !important;
		display: block;
		padding: 20px;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		border-bottom: 1px solid #444;
	}
	header nav ul li a span{
		display: block;
    font-size: 1.1rem;
		color: #fff;
		font-weight: 300;
	}
	header nav ul li.blank a b:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 11px;
		background: url(/common/img/icon_blank_w.png) right center no-repeat;
		padding-left: 6px;
	}
	header nav ul li a:before {
		content: "";
		display: block;
		width: 7px;
		height: 10px;
		background: url(../img/sp/arrow01.png) no-repeat;
		background-size: 7px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
	}
	header nav ul li.navFacebook a {
		background: url(../img/icon_fb.png) no-repeat 19px center;
		background-size: 29px;
		padding-left: 62px;
	}
	header nav ul li.navInstagram a {
		background: url(../img/icon_insta.png) no-repeat 19px center;
		background-size: 29px;
		padding-left: 62px;
	}
	header .close {
		background: #222;
		padding: 20px 15px;
	}
	header .close span {
		border: 1px solid #919191;
		display: block;
		width: 100%;
		height: 50px;
		text-indent: -999em;
		background: url(../img/sp/txt_close.png) no-repeat center center;
		background-size: 80px;
	}
	
	header nav ul li.acd > a:before {
		background: url(../img/sp/arrow05.png) no-repeat;
		background-size: 10px;
		width: 10px;
		height: 11px;
	}
	header nav ul li.acd > a.open:before {
		background: url(../img/sp/arrow06.png) no-repeat;
		background-size: 10px;
	}
	header .subMenu ul li a span {
		display: block;
		padding-left:0;
	}
	header .subMenu ul li a span b {
		font-weight: normal;
		position: relative;
	}
	header .subMenu ul li a span b:before,
	header .subMenu ul li a span b:after {
		content: "";
		position: absolute;
		width: 5px;
		height: 1px;
		background: #fff;
		top: 9px;
	}
	header .subMenu ul li a span b:before {
		left: -12px;
	}
	header .subMenu ul li a span b:after {
		right: -12px;
	}
	header .subMenu {
		display: none;
	}
	header .subMenu ul li a {
		background: #333;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	/* -----------------------------------------------------------------------------

		footer

	----------------------------------------------------------------------------- */
  footer{
  }
  .footerTop {
		position: relative;
	}
	.footerTop nav.sp {
		position: relative;
		background: #444;
	}
	.footerTop  nav.sp li {
		float: left;
		width: 50%;
		height:65px;
		position: relative;
		border-bottom: 1px solid #5f5f5f;
		box-sizing: border-box;
	}
	.footerTop  nav.sp li:nth-child(2n) {
		border-left: 1px solid #5f5f5f;
	}
	.footerTop  nav.sp li a {
		font-size: 13px;
		display: block;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #fff;
		padding: 15px;
	}
	.footerTop nav.sp li a b {
		position: relative;
	}
	.footerTop nav.sp li a.blank b:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 3px;
		right: -18px;
		width: 13px;
		height: 13px;
		background: url(../img/icon-more.png) right center no-repeat;
	}
	
	.footerTop nav.sp li a span{
		display: block;
    font-size: 1.1rem;
		color: #fff;
		font-weight: 300;
	}
	.footerTop nav.sp .fb a {
		background: url(../img/icon_fb.png) no-repeat 15px 18px;
		background-size: 30px;
		padding: 25px 0 25px 60px;
	}
	.footerTop nav.sp .ig a {
		background: url(../img/icon_insta.png) no-repeat 15px 18px;
		background-size: 30px;
		padding: 25px 0 25px 60px;
	}
	.footerTop .inner > ul {
		float: right;
	}
	.footerTop .inner > ul li {
		float: left;
	}
	.footerTop .inner > ul li + li {
		border-left: 1px solid #ccc;
		margin-left: 30px;
	}
	.footerTop .inner > ul li p {
		display: inline-block;
	}
	.footerTop .inner > ul li p a {
		font-size: 12px;
	}
	.footerTop .inner > ul li span {
		display: inline-block;
		margin-left: 27px;
	}
	.footerBtm {
		border-top: 1px solid #ccc;
	}
	.footerBtm .inner {
		position: relative;
		padding: 15px 0 0;
	}
	.footerBtm small {
		display: block;
		padding: 22px 0;
		font-size: 11px;
		padding-left: 10px;
		border-top: 1px solid #ccc;
    padding-bottom: 22px;
		color: #aaa;
	}
	.footerBtm .inner > ul {
		margin: 0 10px 15px;
	}
	.footerBtm .inner > ul li {
		float: left;
		box-sizing: border-box;
		display: table;
	}
    .footerBtm .inner > ul li:first-child {
	    border-right: 1px solid #ccc;
	}
	.footerBtm .inner > ul li + li {
		float: right;
		display: block;
		font-size: 0;
	}
	.footerBtm .inner > ul li .link {
		display: table-cell;
		width: 68%;
		vertical-align: middle;
	}
	.footerBtm .inner > ul li .link a {
		font-size: 11px;
	}
	.footerBtm .inner > ul li .link + span {
		display: table-cell;
		width: 32%;
		padding: 0 20px 0 0;
	}
	.footerBtm .inner > ul li img {
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.footerBtm .inner > ul li + li  span {
		float: right;
		padding: 0 0px 0 15px;
		display: block;
		font-size: 0;
	}

	/* pagetop
	---------------------------------------------- */
	#pageTop {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 100;
		margin: 0;
		display: none;
	}
	/*
	#pageTop.fixed {
		position: fixed;
		right: 0px;
		bottom: 0px;
		top: inherit;
	}
	*/
	#pageTop a {
		display: block;
		width: 60px;
		height: 60px;
		background: #000 url(../img/icon_pagetop.png) no-repeat center center;
		text-indent: -999em;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	/* -----------------------------------------------------------------------------

	    フッター上CONTACTエリア

	  ----------------------------------------------------------------------------- */
	#contact {
		position: relative;
		background: url(../img/sp/bg_section.png) left top;
		background-size: 100%;
	}
	#contact h2 {
		text-align: center;
		opacity: 0;
	}
  #contact.animation01 h2 {
    opacity: 1;
    -moz-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    -webkit-animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: textMotion01 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
	#contact h2 b {
		display: block;
		font-size: 40px;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
	}
	#contact h2 span {
		padding-top: 5px;
		font-size: 14px;
		display: block;
	}
	#contact .bgSection {
		display: none;
	}
	#contact .inner {
		padding: 40px 15px;
	}
	#contact .inner h2 span {
		line-height: 1.7;
	}
	#contact ul {
		margin-top: 40px;
	}
	#contact li {
		width: 100%;
		margin-bottom: 10px;
		background: #fff;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
		border-top: 2px solid #222;
		box-shadow: 0 1px 4px 4px rgba(0,0,0,0.03);
		opacity: 0;
		-webkit-transform: translate(0,30px);
		transform: translate(0,30px);
		-webkit-transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#contact li.show {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	#contact li h3 {
		font-size: 20px;
	}
	#contact li h3 + p {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
	}
	#contact li .bnr {
		width: 100%;
		height: 60px;
		margin: 25px auto 0;
		background: url(../img/bg_contact.png) left top;
		text-align: center;
		}
	#contact li .bnr a {
		display: block;
		height: 60px;
		padding-top: 9px;
		font-size: 12px;
		color: #fff;
		box-sizing: border-box;
		background: url(../img/arrow05.svg) no-repeat 95.5% center;
		background-size: 10px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	#contact li .bnr a b {
		font-size: 20px;
		display: block;
		line-height: 1.2;
	}

	/* animation */
	
	#container section.animation01 h2 {
		-webkit-animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	#container section.animation01 h2 + .lead {
		-webkit-animation: fadeIn 0.6s 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	#container section.animation02 h2 {
		-webkit-animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	#container section.animation02 h2 + .lead {
		-webkit-animation: fadeIn 0.6s 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	#container section .inner > h2 {
		opacity: 0;
	}
	#container section.animation01 .inner > h2 {
		-webkit-animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
  
	#container section.animation01 .inner > h3 {
		-webkit-animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	#container section .inner > h2 + .lead ,#container section .inner > h2 + .lead +.lead , #container section .inner > h2 + .lead +.lead + .lead {
		opacity: 1 !important;
		-webkit-transform: translate(0,50px);
		transform: translate(0,50px);
		-webkit-transition: all 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	#container section.animation01 .inner > h2 + .lead ,#container section.animation01 .inner > h2 + .lead + .lead,#container section.animation01 .inner > h2 + .lead + .lead + .lead {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}



	/* -----------------------------------------------------------------------------

		共通パーツ

	----------------------------------------------------------------------------- */

	/* 下層共通
	---------------------------------------------- */
	.pageSub main {
		padding-top: 60px;
	}
	.pageSub main section .inner {
		padding: 40px 15px;
		font-size: 14px;
	}


	/* 下層MV
	---------------------------------------------- */
	.pageSub #mv {
		background: #333;
		position: relative;
	}
	.pageSub .mvInner {
		height: 240px;
    padding: 0 15px;
		text-align: center;
	}
	.pageSub #mv .mvTtl {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 15px;
		right: 15px;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-align: center;
		color: #fff;
		-webkit-animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
		animation: fadeIn 0.6s 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	.pageSub #mv .mvTtl .mainHead {
		display: block;
		font-size: 40px;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 1px;
		line-height: 1;
		text-transform: uppercase;
	}
	.pageSub #mv .mvTtl .subHead {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 14px;
		display: block;
		font-weight: 400;
	}
	.pageSub #mv .mvTtl .subHead02 {
		padding-top: 10px;
		font-size: 14px;
		display: block;
		font-weight: 400;
	}
	.pageSub #mv .mvTtl .lead {
		text-transform: uppercase;
	}
	
	/* lower mv */
	
	.lower #mv {
		background: #fff;
	}
	.lower #mv .mvInner {
		height: 150px;
	}
	.lower #mv .mvTtl {
		color: #222;
	}
	.lower #mv .mvTtl:after {
		content: "";
		width: 30px;
		height: 1px;
		background: #999999;
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-left: -15px;
	}
	

	/* breadcrumb
	---------------------------------------------- */
	#breadcrumb .inner {
		position: relative;
		padding: 20px 15px!important;
		z-index: 2;
	}
	#breadcrumb .inner li {
		display: inline;
		position: relative;
		padding: 0 24px 0 0;
		font-size: 12px;
		color: #222;
	}
	#breadcrumb .inner li::before {
		content: '';
		position: absolute;
		top: -2px;
		right: 10px;
		bottom: 0;
		width: 4px;
		height: 4px;
		margin: auto;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: rotate(-45deg);
	}
	#breadcrumb .inner li a:hover {
		text-decoration: underline;
	}
  #breadcrumb .inner li:last-child {
    padding-right: 0;
  }
	#breadcrumb .inner .current {
		color: #888;
	}
	#breadcrumb .inner .current::before {
		display: none;
	}

	/* btn
	---------------------------------------------- */
	main .btn {
		width: 100%;
		height: 55px;
		margin: 0 auto;
	}
	main .btn a {
		display: block;
		height: 55px;
		line-height: 55px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		background: #000;
		color: #fff;
		cursor: pointer;
		display: block;
		position: relative;
        font-weight: 600;
		-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	main .btn a:after {
		content: "";
		display: block;
		width: 16px;
		height: 11px;
		background: url(../img/arrow02.svg) no-repeat;
		background-size: 15px;
		position: absolute;
		top: 22px;
		right: 14px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	main .btn.more a span {
		display: inline-block;
		font-size:1.3rem;
		font-weight:700;
		position: relative;
		z-index: 10;
		font-family: 'Roboto', sans-serif;
	}
	
	main .btn.btnWide {
		height: 60px;
		margin: 30px auto 0;
	}
	main .btn.btnWide a {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	main .btn.btnWide a:after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

  .btnDefault,
  .btnMore {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 13px 75px;
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    border: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btnDefault:visited,
  .btnDefault:link {
    color: #fff;
  }
  .btnDefault:after,
  .btnMore:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);

  }
  .btnDefault:after {
    top: 50%;
    right: 14px;
    display: block;
    margin-top: -4px;
    width: 14px;
    height: 9px;
    background: url(../img/arrow02.svg) no-repeat;
  }
  .btnDefault:hover {
    color: #fff;
  }
  .btnMore {
    width: 100%;
    font-size: 0;
    text-align: center;
    color: #fff!important;
    padding: 0;
    height: 55px;
    line-height: 55px;
  }
  .btnMore span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    z-index: 10;
    font-family: 'Roboto', sans-serif;
  }
  .btnMore:after {
    top: 50%;
    right: 25px;
    display: block;
    margin-top: -5.5px;
    width: 11px;
    height: 11px;
    background: url(../img/plus-icon.png) right  center no-repeat;
  }
  .btnDefault.btnBack:after {
    right: auto;
    left: 14px;
    background-image:  url(../img/arrow03.svg);
  }
	.btnBlank span:after {
		content: '';
		display: inline-block;
		width: 12px;
		height: 11px;
		background: url(../img/icon_blank_w.png) right center no-repeat;
		padding-left: 6px;
	}

	/* Case list
	--------------------*/
	.caseList {
		margin: 0 auto;
		padding: 20px;
		text-align: left;
		background: #fff;
		box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
	}
	.caseList li {
		display: block;
		padding-left: 28px;
		background: url(../img/icon_check06.png) no-repeat 5px 6px;
		background-size: 14px;
		font-size: 14px;
		letter-spacing: -1px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.caseList li:last-child {
		margin-bottom: 0;
	}
	.caseList li.etc {
		clear: both;
		background: none;
		padding: 10px 0 0;
		width: 100%;
		text-align: center;
	}
	.caseBlock .more {
	  margin-bottom: 15px;
	  text-align: center;
	}

	/* Case studies
  ---------------------------------------------*/
  .caseStudiesBlock {
    padding: 40px 0;
  }
  .caseStudiesBlock h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .caseStudiesBlock h2 b {
    font-size: 24px;
  }
  .caseStudiesBlock h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
  }

  .caseStudiesBlock .lead {
    text-align: center;
    transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
  }
  .caseStudiesBlock .inner {
    opacity: 0;
  }
  .pageSub main section.caseStudiesBlock .inner {
  	padding: 0 15px;
  }
  .caseStudiesBlock .caseStudiesList {
    opacity: 0;
  }
  .caseStudiesList {
	margin: 30px 0 0;
    overflow: hidden;
  }
  .caseStudiesList .slick-carousel {
    margin: 0 -2.5px;
  }
  .caseStudiesList .noSlider .caseItem {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px 6px -2px;
    box-sizing: border-box;
  }
  .caseStudiesList .caseItem .caseItemInner {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 2.5px;
  }
  .caseStudiesList .caseItem img {
    display: block;
    width: 100%;
  }
	
	.caseStudiesList .caseItem.line figure img{
		border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
	}
  .caseStudiesList .caseItem figcaption {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .caseStudiesList .caseItem figcaption .caseItemTtl {
    font-size: 14px;
  }
  .caseStudiesList .caseItem figcaption p {
    font-size: 12px;
  }
  .caseStudiesList .caseItem .more {
    position: absolute;
    font-size:1.2rem;
    font-weight:700;
    line-height:1;
    bottom: 10px;
    left: 50%;
    margin-left: -23px;
    z-index: 10;
    display: inline-block;
    padding-right: 13px;
    color: #fff;
	font-family: 'Roboto', sans-serif;
  }
  .caseStudiesList .caseItem .more:after {
    content: "";
    display: block;
    width: 14px;
    height: 9px;
    background: url(../img/arrow02.svg) no-repeat;
    position: absolute;
    top: 1px;
    right: -4px;
  }
  .caseStudiesBlock.animation02 .inner,
  .caseStudiesBlock.animation02 .caseStudiesList {
    -webkit-animation: fadeIn 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: fadeIn 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }
	.caseStudiesList .caseStudiesListBtn {
		margin: 30px 15px 25px;
		text-align: center;
	}
	.caseStudiesList .caseStudiesListBtn .btnDefault {
		display: block;
	}
	.caseStudiesList .textCenter {
		padding: 0 15px;
	}
  .caseBlock .more .btnDefault {
    display: block;
  }
  
.bnr_gpdash{
  position: fixed;
  width: 100%;
  right: auto;
  top: auto;
  bottom: 0;
  display: none;
  z-index: 101;
  height:60px;
  background-color: rgba(255,255,255,0.5);
  border-top: 1px solid #333;
  text-align: center;
}
.bnr_gpdash img{
  height: 100%;
}
.bnr_gpdash a:hover span img{
	animation: none;
}
.bnr_gpdash span{
  position: absolute;
  height: 110%;
  width: auto;
  right: 10%;
  bottom: 0;
}
}

@media print, screen and (max-width: 480px) {
  .bnr_gpdash span{
  right: 5%;
}
  .caseStudiesList .noSlider .caseItem {
    width: 100%;
    margin: 5px 0;
  }
  .footerBtm .inner > ul li .link {
    width: 0;
		padding-right:10px;
}
  .footerBtm .inner > ul li .link a {
    font-size: 10px;
}
  .footerBtm .inner > ul li .link + span {
    width: 0;
    padding: 0 15px 0 0;
  }
  .footerBtm .inner > ul li img {
    height: 40px;
  }
}
@media screen and (max-width: 374px) {
	.spSmall {
		display: block !important;
	}
}
/* -----------------------------------------------------------------------------

	keyframe

----------------------------------------------------------------------------- */
@-webkit-keyframes textMotion01 {
	0%{letter-spacing:-.8em;opacity:0}
	40%{opacity:.6}
	100%{opacity:1}
}
@keyframes textMotion01 {
	0%{letter-spacing:-.8em;opacity:0}
	40%{opacity:.6}
	100%{opacity:1}
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}