@font-face {
    font-family: 'HelveticaNeue';
    src:  url('../fonts/HelveticaNeue/HelveticaNeue-Roman.otf')  format('opentype'),
            url('../fonts/HelveticaNeue/HelveticaNeue-Roman.eot') format('embedded-opentype'),
            url('../fonts/HelveticaNeue/HelveticaNeue-Roman.ttf')  format('truetype'),
            url('../fonts/HelveticaNeue/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{ box-sizing: border-box}
html{}
body,html{
	overflow: hidden;
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	background:#ffffff;
	font-family: "HelveticaNeue", "Heiti TC","Microsoft JhengHei", 微软雅黑, Simsun, 宋体, arial;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color:#000000;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;

}


body.no-scroll{
	overflow: hidden;
}

.img-fix img{ width:100%; display: block}

a{ text-decoration: none; outline: none; cursor: pointer; color: #000; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms;}
a:hover,
a.active{ opacity: 0.7;}




h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{ margin-bottom:0}

.bigf{ font-size:85px; }
h1,.h1{ font-size: 36px; line-height: 1.3em; letter-spacing: 0.06em}
h2,.h2{ font-size: 32px; line-height: 1.3em;}
h3,.h3{ font-size: 28px; line-height: 1.3em;}
h4,.h4{ font-size: 24px; line-height: 1.5em;}
h5,.h5{ font-size: 18px; line-height: 1.5em;}
h6,.h6{ font-size: 12px; line-height: 1.5em;}
.h7{ font-size: 10px; line-height: 1.5em;}
h1,h2,h3,h4,h5,h6{ font-weight: normal}


/* 
.en h1,.en .h1{ font-size: 34px; letter-spacing: 0.02em}
.en h2,.en .h2{ font-size: 28px;}
.en h3,.en .h3{ font-size: 22px;}
.en h4,.en .h4{ font-size: 16px;}
.en h5,.en .h5{ font-size: 14px;}
.en h6,.en .h6{ font-size: 10px;} */


.animation_s{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.animation_n{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.animation_l{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


input[type=text], input[type=password], textarea, select option, select{
	border:none;
	padding:15px 5px 5px 0px;
	background: #fff;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "HelveticaNeue","Microsoft JhengHei", 微软雅黑, Simsun, 宋体, arial;
	-webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea{
	padding: 3px 5px 3px 5px !important;
	border: 2px solid #DBDBDB;
	height: 6em;
}


select{
	-webkit-border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
input:active,
input:hover,
textarea:focus,
textarea:hover
textarea:focus,
select:focus,
select:hover,
select:focus{
	border-bottom:2px solid rgba(255,136,0,0.9);
}


a:focus,
a:active,
a:hover,
.btn:focus,
.btn:active,
.btn:hover,

input:focus,
input:active,
input:hover,
textarea:focus,
textarea:hover
textarea:focus,
select:focus,
select:hover,
select:focus
{
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}


input[type=text].error,
input[type=password].error,
textarea.error,
select.error option{
	border-bottom:1px solid #ff0000;
}

.material-icons{ font-size: 1em !important; vertical-align: middle; position: relative; top: -1px;}

.letter-spacing{ letter-spacing: 0.2em;}
.en .letter-spacing{ letter-spacing: 0.15em;}

p{ padding-bottom: 5px;}

ul{}
ul li{ list-style: none}

.uppercase{ text-transform: uppercase}
.underline{ text-decoration: underline}

.align-l{ text-align:left; }
.align-c{ text-align:center; }
.align-r{ text-align:right; }
.float-l{ float: left}
.float-r{ float: right}

b,
.bold,
.strong{ }

.relative{
	position: relative;
}

.m-hidden{ }
.m-show{ display: none !important;}


.clearfloat{ clear:both; height:0; font-size: 1px; line-height: 0px; overflow: hidden}
.clearfix{}
.clearfix:after{ content:''; clear: both; display: table}


.imgfix{ }
.imgfix img{ width: 100%; display: block;}

.valign-wrap{ width:100%; height:100%;display: table}
.valign-cell{ display: table-cell; vertical-align: center; vertical-align: middle}

.vcenter_wrap{ width:100%; text-align:center; }
.vcenter_wrap:before{ content:''; height:100%; vertical-align:middle; display:inline-block; }
.vcenter_item{ vertical-align:middle; display:inline-block; }

.inline{ display: inline-block}

.editor-content ul,
.editor-content ol{
	padding-left: 20px;
}

.editor-content table{
	border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}

.editor-content p{
	margin-bottom: 10px;
}

.editor-content h5{
	color:#FF9600;
	
}

.mt-0{ margin-top:0px;}
.mt-1{ margin-top:10px;}
.mt-2{ margin-top:20px;}
.mt-3{ margin-top:30px;}
.mt-4{ margin-top:40px;}
.mt-5{ margin-top:50px;}
.mt-6{ margin-top:80px;}
.mt-7{ margin-top:100px;}

.mb-0{ margin-bottom:0px;}
.mb-1{ margin-bottom:10px;}
.mb-2{ margin-bottom:20px;}
.mb-3{ margin-bottom:30px;}
.mb-4{ margin-bottom:40px;}
.mb-5{ margin-bottom:50px;}
.mb-6{ margin-bottom:80px;}
.mb-7{ margin-bottom:100px;}

.pt-0{ padding-top:0px;}
.pt-1{ padding-top:10px;}
.pt-2{ padding-top:20px;}
.pt-3{ padding-top:30px;}
.pt-4{ padding-top:40px;}
.pt-5{ padding-top:50px;}
.pt-6{ padding-top:80px;}
.pt-7{ padding-top:100px;}

.pb-0{ padding-bottom:0px;}
.pb-1{ padding-bottom:10px;}
.pb-2{ padding-bottom:20px;}
.pb-3{ padding-bottom:30px;}
.pb-4{ padding-bottom:40px;}
.pb-5{ padding-bottom:50px;}
.pb-6{ padding-bottom:80px;}
.pb-7{ padding-bottom:100px;}


.color-black{ color:#000;}
.color-grey{color:#cccccc;}
.color-dgrey{color:#828282;}
.color-orange{ color:#FF9600;}
.color-red{ color:#bd5444;}
.color-white{ color:#ffffff;}
.color-blue{ color:#2d4859}

.bg-grey{ background-color: #D4D2CF;}
.bg-white{ background-color: #fff;}
.bg-orange{ background: #FF9600}

a.bg-grey:hover{ color:#888}

a.color-white:hover{ color:#ccc}


a.black-btn,
a.grey-btn,
a.orange-btn{
	color:#fff;
	background:rgba(0,0,0,0.6);
	display: inline-block;
	padding:10px 30px 6px 30px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

a.round-btn{ border-radius: 200px}

.en a.black-btn,
.en a.gery-btn,
.en a.orange-btn{ letter-spacing: 0.1em;}

a.black-btn:hover{ background:rgba(0,0,0, .9);}

a.grey-btn{ background: #999}
a.grey-btn:hover{ background:#666;}

a.orange-btn{ background:rgba(255,136,0,0.9);}
a.orange-btn:hover{ background:rgba(255,136,0,0.6);}


a.max-width{ min-width: 250px;}
a.max-width2{ min-width: 200px;}
a.block-btn{ width: 100%;}

.border-radius{ border-radius: 5px; overflow: hidden;}

.circle-wrap{ border-radius: 50%}

.block{ display: block; width: 100%;}


.center-btn-wrap{ text-align: center;}
.center-btn-wrap a{ margin:0 10px;}

.site{ height: 100%;}

.web-container{
	opacity:1; filter:alpha(opacity=100)\9; 
	-webkit-transition:all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
	-moz-transition:all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
	-o-transition:all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
	transition:all 1300ms cubic-bezier(0.19, 1, 0.11, 0.99);
	overflow: hidden;
	height: 100%;
}


body.loading .web-container{ 
	opacity:0;
	filter:alpha(opacity=0)\9;
}

.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.loading-wrap.active {
	visibility: visible;
	opacity: 1;
}

.loading-wrap .loader-left,
.loading-wrap .loader-right{
	position: absolute;
	width: 0%;
	height: 100%;
	background:#000;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	transform: skewX(-6deg);
}

.loading-wrap .loader-left {
	right:-20%;
}

.loading-wrap .loader-right {
	left: -20%;
}

.loading-wrap.active .loader-left,
.loading-wrap.active .loader-right{
	width: 71%;
}

.loading-wrap.active.start .loader-left,
.loading-wrap.active.start .loader-right{
	height: 0%;
}

.web-padding{ padding-right:40px; padding-left:40px;}

.web-content{
	width:100%;
	max-width: 1366px;
	margin: 0 auto;
}

.centent-padding{
	padding-right: 40px;
	padding-left: 40px;
}

.temp-content{
	align-items: center;
	height: 100%;
}

.main-content{ }

.cms-content p{ margin-bottom: 10px;}
.cms-content ul,
.cms-content ol{ margin-left: 30px;}

.cms-content ul, .cms-content ul li{ margin-bottom: 10px;}
.cms-content ol, .cms-content ol li{ margin-bottom: 10px;}


.slideLeft,
.slideUp,
.slideRight,
.slideIn{
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	opacity: 0;
}

.slideLeft{
	transform: translateX(-80px);
	-webkit-transform: translateX(-80px);
}
.slideRight{
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
}
.slideUp{
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}
.slideIn{
	
}




.slideLeft.on{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.slideRight.on{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.slideUp.on{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.slideIn{
	opacity: 1;
}

.header-wrap{

}

.header-wrap .logo-wrap{
	width: 240px;
    height: 120px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
	left: calc((100vw - 1286px)/2);
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-ms-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-moz-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.32, 0.24, 0.15, 1);
}
.header-wrap .logo-wrap a{ display: block;}


.header-wrap .lang-wrap{
    align-self: center;
    text-align: right;
    height: 120px;
    display: flex;
    align-items: center;
    top: 0;
    position: fixed;
	right: calc((100vw - 1286px)/2);
	z-index: 10;
}

.header-menu{
	
}

.header-menu ul{
    width:100%;
    display: flex;
    justify-content: flex-end;
}

.header-menu ul li{
    width:12.5%;
}

.header-menu ul li:last-child{
	padding-left: 30px;
}

.header-menu ul li a{
	color: #2d4859
}

.header-menu ul li a:hover,
.header-menu ul li a.active{
	color:#bd5444
}

.mobile-lang,
.mobile-contact{ padding-left: 30px; padding-right: 30px; display: none;}

.mobile-lang{
	padding-bottom: 15px;
}


.menu-toggle{ 
	width: 12px;
	height:12px;
	position: relative;
	text-align: center;
	opacity: 1;
	margin-top: 0px;
	display: none;
}
.menu-toggle i{
	display: block;
	line-height: 20px;
}

.menu-toggle span{
	position: absolute;
	width: 100%;
	display: block;
	height: 2px;
	background:#bd5444
}

.menu-toggle span:nth-child(1){ top:30%;}
.menu-toggle span:nth-child(2){ top:70%;}

/************* index *************/
.index-logo-wrap{
	
}

.index-menu-wrap{
	position: fixed;
	right: 30px;
	top:20px;
	z-index: 20;
	mix-blend-mode: difference
}

.index-menu-wrap a{
	color:#000;
	margin-left: 30px;
}

.index-menu-wrap a:hover{
	opacity: 0.7;
}

.index-logo{
	width: 120px;
	position: absolute;
	top:20px;
	left:30px;
	z-index: 20;
	display: block;
	mix-blend-mode: difference
}
.index-logo.black .st0{
	fill:#000000
}
.index-logo.white .st0{
	fill:#ffffff
}

#work-list-wrap{
	position: relative;
	width: 100vw;
	/* height:100vh; */
	height:100%;
	overflow: hidden;
	background: #fff;
}

#work-list-wrap .scroll-content{ height:100%;}

#work-list-wrap .work-list{
	display: block;
	height: 100%;
	width: calc(50vw + 700px * 9);
	white-space: nowrap;
	position: relative;
	/* transition-duration: 600ms!important;
	-webkit-transition-duration: 600ms!important;
	-o-transition-duration: 600ms!important; */
}

#work-list-wrap .work-list-item{
	width: 700px;
	display: inline-block;
	height:100%;
	background: #fff;
	margin-right: -5px;
	position: relative;
	vertical-align: top;
	white-space: normal;
	transform: skewX(-5deg);
}

#work-list-wrap .work-list-item.black{
	background: #000;
	color:#fff
}

#work-list-wrap .work-list-item .work-list-item-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: calc(4em + 120px);
	padding-top:4em;
	transform: skewX(5deg);
}

#work-list-wrap .work-list-item .work-list-item-wrap .img-fix{
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

#work-list-wrap .work-list-item .work-list-item-wrap .work-list-item-img{
	padding-bottom: 60%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#work-list-wrap .work-list-item .work-list-item-wrap .img-fix .relative.w-100{
	overflow: hidden;
}

#work-list-wrap .work-list-item .work-list-item-wrap .img-fix:hover .work-list-item-img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#work-list-wrap .work-list-item .work-list-item-wrap .img-fix a{
	position:absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
    justify-content: center;
	color: #fff;
	opacity: 0;
	background: rgba(0,0,0,0.4);
	font-size: 22px;
}

#work-list-wrap .work-list-item .work-list-item-wrap .img-fix a i{
	padding: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
}

#work-list-wrap .work-list-item .work-list-item-wrap .img-fix:hover a{
	opacity: 1;
}


#work-list-wrap .work-list-item.index-caption{
	width: 70vw;
}

#work-list-wrap .work-list-item .work-list-item-wrap .work-content{
	position: absolute;
	bottom: 4em;
	left: 4em;
	right: 4em;
}

#work-list-wrap .work-list-item .work-list-item-wrap .work-title{
	padding-bottom: 0.1em;
    margin-bottom: 0.3em;
    border-bottom: 3px solid transparent;
    display: inline-block;
}

.index-caption .caption{
	position: fixed;
	top:50%;
	left: 30px;
	transform: translateY(-50%);
}

.scroll-icon{
	position: fixed;
	left: 50%;
	bottom: 50px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	visibility: hidden;
	width: 30px;
	-webkit-transition:all 0.5 ease-in-out;
	-moz-transition:all 0.5 ease-in-out;
	-o-transition:all 0.5 ease-in-out;
	transition:all 0.5 ease-in-out;
}
.scroll-icon img{ width:100%}

.copy-right{
	position: absolute;
	left: 30px;
	bottom:10px;
	font-size: 12px;
}

#work-list-wrap .work-list-item.index-client .work-list-item-wrap{
	padding-bottom: 4em;
}

/***** about ***/
#work-list-wrap .work-list-item.index-caption{
	width: 50vw;
}

.temp-about #work-list-wrap .work-list{
	width:300vw;
}

.temp-about #work-list-wrap .work-list-item{
	width: 50vw;
}


.about-caption .caption{
	position: fixed;
	top:50%;
	left: 30px;
	transform: translateY(-50%);
	width: calc(50vw - 60px);
}


.st0{ fill:#000000;}


/************** contact form ***********/
.contact-form-wrap{
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.contact-form-wrap > div{ width: 100%}


.contact-form-wrap .form-title{
	padding-bottom: 20px;
}

.animation-input{
    position: relative;
}

.animation-input input,
.animation-input textarea{
    width:100%;
    padding:10px 15px!important;
    font-size: 16px;
    color:#000;
    margin-bottom:30px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.2);
    outline: none;
	z-index: 2;
	display: block;
}

.animation-input input.error,
.animation-input textarea.error{
	border: 1px solid #ff0000;
}

.animation-input label{
    position: absolute;
    left: 0;
    top:0;
    padding:10px 15px;
    font-size: 16px;
    transition: all 0.3s  ease;
	z-index: 1;
	color:#777;
	cursor: text;
}

.animation-input input:focus ~ label,
.animation-input input:valid ~ label,
.animation-input textarea:focus ~ label,
.animation-input textarea:valid ~ label{
	top: -5px;
    padding: 0px 10px;
    left: 10px;
    font-size: 12px;
	color: 000;
	line-height: 1em;
	background: #fff;
}

.animation-input input.error ~ label,
.animation-input textarea.error ~ label{ color:#ff0000}

.animation-input textarea{ height: 180px;}

.error-msg{
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s linear; 
    transition: all 0.5s linear;
}

.error-msg.active{
    opacity: 1;
    color: red;
    visibility: visible;
}

.animation-button{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.animation-button span{
	background: #000;
	color:#fff;
	display: block;
	padding:10px 30px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.animation-button .border-top,
.animation-button .border-right,
.animation-button .border-bottom,
.animation-button .border-left{
	position: absolute;
	-webkit-transition:all .5s linear 0.1s;
	-moz-transition:all .5s linear 0.1s;
	-o-transition:all .5s linear 0.1s;
	transition:all .5s linear 0.1s;
	background:#000;
	z-index: 1;
	border: none !important;
}

.animation-button .border-top,
.animation-button .border-bottom{ width:0%; height:2px;}

.animation-button .border-right,
.animation-button .border-left{ height:0%; width:2px;}

.animation-button .border-top{ right:0%; top:0;}
.animation-button .border-bottom{ left:0%; bottom:0;}

.animation-button .border-right{ right:0; bottom:0%;}
.animation-button .border-left{ left:0; top:0%;}


.animation-button:hover .border-top,
.animation-button:hover .border-bottom,
.enquiry_form.form-loading .animation-button .border-top,
.enquiry_form.form-loading .animation-button .border-bottom{ width:100%; height:2px;}
.animation-button:hover .border-right,
.animation-button:hover .border-left,
.enquiry_form.form-loading .animation-button .border-right,
.enquiry_form.form-loading .animation-button .border-left{ height:100%; width:2px;}

.animation-button:hover span{
	color:#000;
	background: #fff;
}

.enquiry_form.form-loading .animation-button span{
	color:#fff;
	background: #fff;
}

.enquiry_form.form-loading .animation-button .loading-icon{
	border: 3px solid #999;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 3px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}


.enquiry_form.form-loading .animation-input::after{
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,0.6);
	z-index: 10;
}


/************* about ****************/
.temp-about #work-list-wrap .work-list{
	width: calc(50vw * 4);
}

.temp-about #work-list-wrap .work-list-item .work-list-item-wrap .work-content{
	min-height: 170px;
}

.temp-about .work-list-item .work-list-item-wrap .img-fix img{
	width: auto;
    margin: auto;
    height: 60%;
}


/************** footer ***************/
@supports (mix-blend-mode: difference) {
	/* .test{ background:#fff;} */
	.st0{ fill:#ffffff;}
	.index-menu-wrap a{ color:#fff;}
}

@media (max-width: 1366px){

}

@media (max-width: 1024px){
	#work-list-wrap .work-list-item.index-caption{
		width: 70vw;
	}

	#work-list-wrap .work-list{
		width: calc(70vw + 700px * 6);
	}

	#work-list-wrap .work-list-item.index-client .work-list-item-wrap{
		padding-bottom: 4em;
	}

}

/*   mobile   */
@media (max-width: 767px){
	.m-hidden{ display: none !important;}
	.m-show{ display: block !important;}

	body,
	.animation-input input, .animation-input textarea,
	.animation-input label{ font-size: 14px;}

	h1,.h1{ font-size: 30px;}
	h2,.h2{ font-size: 24px;}
	h3,.h3{ font-size: 20px;}
	h4,.h4{ font-size: 18px;}
	h5,.h5{ font-size: 16px;}
	h6,.h6{ font-size: 12px;}

	.index-logo{
		width: 90px;
	}

	.index-menu-wrap a {
		line-height: 40px;
	}

	.scroll-icon{
		visibility: visible;
		opacity: 1;
	}


	#work-list-wrap .work-list-item.index-caption{
		width: 95vw;
	}

	.animation-input input,
	.animation-input textarea{
		display: block;
		margin-bottom: 10px
	}

	#work-list-wrap .work-list{
		width: calc(95vw + 118vw * 6);
	}

	#work-list-wrap .work-list-item,
	.temp-about #work-list-wrap .work-list-item{
		width: 118vw;
	}

	.temp-about #work-list-wrap .work-list-item.about-caption{
		width: 95vw;
	}

	.about-caption .caption{
		width: calc(95vw - 60px);
	}

	#work-list-wrap .work-list-item.index-client .work-list-item-wrap{
		padding-bottom: 0em;
	}

	#work-list-wrap .work-list-item .work-list-item-wrap .work-content{
		bottom: 1em;
		right: 3em;
	}

	.contact-form-wrap .form-title{
		padding-bottom: 15px;
	}

	.animation-input input, .animation-input textarea{
		padding-top:7px;
		padding-bottom: 7px;
	}
	
	.animation-input textarea{
		height: 120px;
	}

	.temp-about .work-list-item .work-list-item-wrap .img-fix img{
		height: auto;
		width: 100%;
	}

	/************* about ****************/
	.temp-about #work-list-wrap .work-list{
		width: calc(95vw + 118vw * 3);
	}
	
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
