@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline:none;
  }
  
 a img {border:none;}

html {
    color: #000;
    background: #FFF;
}

body{
font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: normal;
margin:0;
color: #000;
background: #FFF;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
position: relative;
}

body, html {
    height: 100%;
    background: none;
}


.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#bodymovin{
	z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;	
}

.top_visual_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.top_visual {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: 1;    
}

.top_visual_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -1;
}

header{
}


.contents{
	display: none;
	position: relative;
	z-index: 10;
}

.gnav{
	font-family:'Cormorant';
}

nav{
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -218px;
    z-index: 9999;
}

nav li{
	display: inline-block;
    margin-right: 50px;
    font-size: 22px;
    letter-spacing: 0.04rem;
}

nav li:last-child{
	margin-right: 0;
}

.contact{
	font-size: 22px;
    font-weight: bold;
    background: #c7242c; /* Old browsers */
	background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c7242c 0%,#de2628 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 ); /* IE6-9 */
    color: #fff;
    width: 152px;
    text-align: center;
    display: block;
    height: 44px;
    line-height: 43px;
    position: absolute;
    right: 40px;
    top: 35px;
    z-index: 9999;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}

.contact:hover{
transform: scale(1.03);
/* box-shadow */
box-shadow:0px 10px 23px -1px rgba(0,0,0,0.14);
}

.contact i{
	font-size: 82%;
    margin-right: 9px;
}

.scroll{
	position: absolute;
	bottom:20px;
	left: 50%;
	margin-left: -40px;
	display: block;
	z-index: 9999;
	animation: bounce 2s ease infinite normal 0s none running;
    -webkit-animation: bounce 2s ease infinite normal 0s none running;
    -ms-animation: bounce 2s ease infinite normal 0s none running;
}

@keyframes bounce {
		0%, 100%, 20%, 50%, 80% {transform: translateY(0px);}
		40% {transform: translateY(-20px);}
		60% {transform: translateY(-10px);}
}
@-webkit-keyframes bounce {
		0%, 100%, 20%, 50%, 80% {transform: translateY(0px);}
		40% {transform: translateY(-20px);}
		60% {transform: translateY(-10px);}
}

.view{
	opacity: 0;
	transform: translate(0,70px); 
	-webkit-transform: translate(0,70px);     
}
.view_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	-webkit-transition: transform 0.7s, opacity 1.2s;
    -moz-transition: transform 0.7s, opacity 1.2s;
    transition: transform 0.7s, opacity 1.2s;
    transition-delay: 0.1s;
}

.view01{
	opacity: 0;
	transform: translate(0,-60px); 
	-webkit-transform: translate(0,-60px);     
}

.view01_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	-webkit-transition: transform 0.8s, opacity 0.8s;
    -moz-transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s;
}

span.sp01{
	transition-delay: 0.2s;	
}

span.sp02{
	transition-delay: 0.3s;
}

span.sp03{
	transition-delay: 0.4s;
}

span.sp04{
	transition-delay: 0.5s;
}

span.sp05{
	transition-delay: 0.6s;
}

span.sp06{
	transition-delay: 0.7s;
}

span.sp07{
	transition-delay: 0.8s;	
}

span.sp08{
	transition-delay: 0.9s;
}

span.sp09{
	transition-delay: 1.0s;
}

span.sp10{
	transition-delay: 1.1s;
}

span.sp11{
	transition-delay: 1.2s;
}

span.sp12{
	transition-delay: 1.3s;
}

span.sp13{
	transition-delay: 1.4s;
}

.scroll img{
	width: 80px;
}

#main_contents{
	padding-top: 140px;
}

.concept{
	color: #000;
    line-height: 384%;
    font-size: 100%;
    letter-spacing: 0.12rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
	display: block;
	position: relative;
	width: 797px;
}

.aboutus{
	position: absolute;
    top: -70px;
    left: -110px;
    width: 363px;
}

.concept span{
	position: relative;
}

.feature{
    padding-top: 70px;
    margin-top: -70px;
    box-shadow: -11px 28px 38px -30px rgba(28,28,28,0.37);
}

.feature h1{
    text-align: center;
    margin-top: 20px;
}

.feature h1 img{
	width: 440px;
}

.feature .sub {
    text-align: center;
    margin-top: 50px;	
}

.feature .sub img{
	width: 722px;
}

.feature ul li img{
	width: 894px;
    display: block;
    margin: 0 auto;
}

.feature ul li:first-child{
    margin-top: 50px;
}

.feature ul li{
	text-align: center;
	margin-bottom: 20px;
}

.feature p{
	font-size: 15px;
    text-align: center;
    line-height: 260%;
    margin-top: 50px;
    padding-bottom: 120px;
}

.bg01{
	width: 100%;
	height: 320px;
	background: url(../img/bg_01.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.bg02{
	width: 100%;
	height: 320px;
	background: url(../img/bg_02.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.standard{
	padding-top: 90px;
}

.standard h1{
    text-align: center;
    margin-top: 20px;
}

.standard h1 img{
	width: 470px;
}

.standard .sub {
    text-align: center;
    margin-top: 40px;	
}

.standard .sub img{
	width: 670px;
}

.standard ul li img{
	width: 894px;
    display: block;
    margin: 0 auto;
}

.standard p{
	font-size: 15px;
    text-align: center;
    line-height: 260%;
    margin-top: 40px;
    padding-bottom: 110px;
}

div.sdw {
    display: block;
    position: relative;
    background: right top url(../img/bg_sdw_right.gif) no-repeat;
    height: 45px;
    opacity: 0.5;
}

div.sdw img.sdw_left {
    z-index: 9999;
    position: absolute;
    top: 0px;
}

div.sdw img.sdw_right {
    z-index: 9999;
    position: absolute;
    top: 0px;
    right: 0;
}

div.sdw div.sdw_center {
    background: top url(../img/bg_sdw_center.gif) repeat-x;
    height: 3px;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}

.profile{
	padding-top: 50px;
	padding-bottom: 125px;
}

.profile h1 img{
	width: 607px;
    display: block;
    margin: 0 auto;
}

section p {
  line-height: 2em;
  padding: 4em;
  color: white;
}

.palallax {
  position: relative;
  overflow: hidden;
}

.palallax img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  height: 140vh;
}

.profile .wrap{
	width: 930px;
    box-sizing: border-box;
    border: 2px solid #000;
    margin: 0 auto;
    padding: 23px;
}

.sase .ph{
	width: 180px;
    height: 180px;
    float: left;
    background: url(../img/sase.jpg) no-repeat;
    background-size: cover;
}

.profile .sase{
    margin-top: 50px;	
}

.profile .honda{
    margin-top: 40px;	
}

.honda .ph{
	width: 180px;
    height: 180px;
    float: left;
    background: url(../img/honda.jpg) no-repeat;
    background-size: cover;
}

.profile .wrap p{
	font-size: 13px;
    line-height: 210%;
}

.right{
	float: left;
    width: 647px;
    margin-left: 45px;
}

.left{
	width: 180px;
    height: 180px;
    float: left;
    background: url(../img/sase.jpg) no-repeat;
    background-size: cover;
}

.name{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin-top: 14px;
    margin-bottom: 16px;	
}

.honda .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin-top: 24px;
    margin-bottom: 18px;
}

.sase img{
    width: 120px;
    vertical-align: -1px;
}


.honda img{
    width: 100px;
    vertical-align: -2px;
}

.job{
	font-size: 14px;
    margin-left: -5px;
    letter-spacing: 0.1rem;
    margin-right: 10px;
    vertical-align: 2px;
}

.school{
	font-size: 13px;
    vertical-align: 3px;
    margin-left: 25px;
}
.profile .contact_{
	font-size: 28px;
    font-weight: bold;
    background: #c7242c; /* Old browsers */
	background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c7242c 0%,#de2628 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 ); /* IE6-9 */
    color: #fff;
    margin: 0 auto;
    margin-top: 70px;
    width: 360px;
    text-align: center;
    display: block;
    height: 68px;
    line-height: 68px;
    position: relative;
    z-index: 9999;
    font-family:'Cormorant';
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}

.contact_:hover{
transform: scale(1.03);
/* box-shadow */
box-shadow:0px 10px 23px -1px rgba(0,0,0,0.14);
}

.contact_ i{
	font-size: 82%;
    margin-right: 15px;
}

.portfolio h1 img{
	width: 763px;
    display: block;
    margin: 0 auto;
}

.portfolio {
    padding: 100px 0 110px;
}

.portfolio ul{
    text-align: center;
}

.portfolio ul li {
	text-align: center;
    margin-top: 62px;
    display: inline-block;
    margin-right: 40px;
}

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

.portfolio ul li img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.portfolio ul li a{
	display: block;
    transition: all .3s cubic-bezier(.19,1,.22,1);	
}


.portfolio ul li a:hover{
	transform:scale(1.05);
}
.portfolio ul li.nasc img{
    width: 110px;
}

.portfolio ul li.freec img{
    width: 82px;
}

.portfolio ul li span {
    display: block;
    margin-top: 20px;
    font-size: 11px;
    letter-spacing: 0.03rem;
}

footer{
	font-size: 22px;
    text-align: center;
    font-family: 'Cormorant';
    padding: 36px 0;
    background: url(../img/ptn.png) repeat;
    background-size: 8px 8px;
}

h1.title{
    text-align: center;
    margin: 60px 0 40px;
    font-size: 60px;
    font-family: 'Cormorant';
}

div.form{
    text-align: center;
    width: 460px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 80px 77px;
    margin-bottom: 100px;
    border: 4px solid #000;
    margin-bottom: 100px;
}

.t1{
	font-size: 13px;
	color: #848484;
	width: 100%;
	margin: 20px auto 7px;
	text-align: left;
}

.t2{
	font-size: 13px;
	color: #848484;
	width: 100%;
	margin: 20px auto 7px;
	text-align: left;
}

.name_input input{
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 16px;
    border: none;
    background: #f3f3f3;
    font-size: 14px;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 0.1rem;
}

.mail_input input{
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 16px;
	border: none;
	background: #f3f3f3;
	font-size: 14px;
	height: 38px;
	border-radius: 3px;
	line-height: 38px;
	letter-spacing: 0.1rem;
}

.mail_input input:nth-of-type(2){
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 16px;
    border: none;
    /* background: #f3f3f3; */
    font-size: 14px;
    height: 38px;
    border-radius: 3px;
    line-height: 38px;
    letter-spacing: 0.1rem;
    margin-top: 10px;
}

.t3{
    font-size: 13px;
    color: #848484;
    margin: 20px 0 7px;
    font-size: 13px;
    color: #848484;
    width: 100%;
    margin: 20px auto 7px;
    text-align: left;
}

.message_input textarea{
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 16px;
	border-radius: 3px;
	border: none;
	background: #f3f3f3;
	font-size: 14px;
	height: 138px;
	line-height: 38px;
	letter-spacing: 0.1rem;
}

input#send{
	font-family: 'Cormorant';
	width: 100%;
	font-weight: bold;
	border: none;
	color: #fff;
	height: 50px;
	font-size: 18px;
	padding: 0;
	margin-top: 28px;
	letter-spacing: 0.3rem;
	background: #c7242c;
	background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%);
	background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%);
	background: linear-gradient(to right, #c7242c 0%,#de2628 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 );
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

input#send:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.14);
}

input:focus , textarea:focus , .mail_input input:nth-of-type(2):focus{
	outline: none;
	background-color: #ece3e3;
}

#confirm h1.title {
    text-align: center;
    margin: 60px 0 40px;
    font-size: 60px;
    font-family: 'Cormorant';
}

#confirm table.form {
	border-collapse: collapse;
    border-spacing: 0;
    width: 600px;
    font-size: 15px;
    margin: 0 auto;
    border: 3px solid #000;
}

#confirm table.form th{
	text-align: left;
    padding: 7px 14px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 30%;
    background: #f5f5f5;
}

#confirm table.form td{
	text-align: left;
    padding: 10px 14px;
    border-bottom: 1px solid #000;
}

#confirm form{
	width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#confirm #back{
	width: 39%;
    background: #999999;
    background: -moz-linear-gradient(left, #999999 0%, #bfbfbf 55%, #878787 100%);
    background: -webkit-linear-gradient(left, #999999 0%,#bfbfbf 55%,#878787 100%);
    background: linear-gradient(to right, #999999 0%,#bfbfbf 55%,#878787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#878787',GradientType=1 );
    font-family: 'Cormorant';
    font-weight: bold;
    border: none;
    color: #fff;
    height: 50px;
    font-size: 18px;
    padding: 0;
    margin-top: 20px;
    letter-spacing: 0.3rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#confirm #back:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.14);
}

#confirm #send{
	font-family: 'Cormorant';
    width: 100%;
    font-weight: bold;
    border: none;
    color: #fff;
    height: 50px;
    font-size: 18px;
    padding: 0;
    margin-top: 20px;
    letter-spacing: 0.3rem;
    background: #c7242c;
    background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%);
    background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%);
    background: linear-gradient(to right, #c7242c 0%,#de2628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 );
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 56%;
    float: right;
}

#confirm p{
	display: none!important;
}

#confirm footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
}

#thanks footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
}

body#thanks{
	height: auto;
}

#thanks h1.title {
    text-align: center;
    margin: 100px 0 40px;
    font-size: 62px;
    font-family: 'Cormorant';
    letter-spacing: 0.1rem;
}

#thanks p{
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}

#thanks a{
width: 350px;
    text-align: center;
    background: #999999;
    background: -moz-linear-gradient(left, #999999 0%, #bfbfbf 55%, #878787 100%);
    background: -webkit-linear-gradient(left, #999999 0%,#bfbfbf 55%,#878787 100%);
    background: linear-gradient(to right, #999999 0%,#bfbfbf 55%,#878787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#878787',GradientType=1 );
    font-family: 'Cormorant';
    font-weight: bold;
    border: none;
    color: #fff;
    height: auto;
    display: block;
    font-size: 20px;
    padding: 24px 0;
    margin: 0 auto;
    margin-top: 80px;
    letter-spacing: 0.2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
.sp_only{
	display: none!important;
}	

}

@media only screen and (max-width: 768px) {
	
.pc_only{
	display: none!important;
}

#bodymovin svg{
    transform: scale(2.2);	
}

#main_contents {
    padding-top: 2%;
}

.concept {
    color: #000;
    line-height: 384%;
    font-size: 100%;
    letter-spacing: 0.12rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;
    display: block;
    position: relative;
    width: 90%;
}

.aboutus {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.feature {
    padding-top: 14%;
    margin-top: -14%;
    box-shadow: -11px 28px 38px -30px rgba(28,28,28,0.37);
}

.feature h1 {
    text-align: center;
    margin-top: 14%;
}

.feature h1 img {
    width: 74%;
}

.feature .sub {
    text-align: center;
    margin-top: 6%;
}

.feature .sub img {
    width: 82%;
}

.feature ul li:first-child {
    margin-top: 7%;
}

.feature ul li {
    text-align: center;
    margin-bottom: 6%;
}

.feature ul li img {
    width: 92%;
    display: block;
    margin: 0 auto;
}

.feature p {
    font-size: 13px;
    text-align: left;
    line-height: 230%;
    margin: 0 auto;
    margin-top: 5%;
    padding-bottom: 12%;
    width: 82%;
}

.standard {
    padding-top: 12%;
}

.standard h1 {
    text-align: center;
    margin-top: 0;
}

.standard h1 img {
    width: 78%;
}

.standard .sub img {
    width: 82%;
}

.standard .sub {
    text-align: center;
    margin-top: 6%;
}

.standard p {
    font-size: 13px;
    text-align: left;
    line-height: 230%;
    margin: 0 auto;
    margin-top: 5%;
    padding-bottom: 0;
    width: 82%;
}

.profile {
    padding-top: 12%;
    padding-bottom: 14%;
}

.profile h1{
	width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.profile h1 img {
    width: 120%;
    display: block;
    margin: 0 auto;
    margin-left: -10%;
}

.profile .wrap {
    width: 80%;
    box-sizing: border-box;
    border: 2px solid #000;
    margin: 0 auto;
    padding: 8%;
}

.sase .ph {
    width: 70%;
    padding-bottom: 70%;
    float: none;
    margin: 0 auto;
    margin-top: -36%;
    background: url(../img/sase.jpg) no-repeat;
    background-size: cover;
    height: 0;
}

.honda .ph {
    width: 70%;
    padding-bottom: 70%;
    float: none;
    margin: 0 auto;
    margin-top: -36%;
    background: url(../img/honda.jpg) no-repeat;
    background-size: cover;
    height: 0;
}

.profile .sase {
    margin-top: 23%;
}

.right {
    float: none;
    width: 100%;
    margin-left: 0;
}

.name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin-top: 10%;
    margin-bottom: 0%;
    text-align: center;
}

.sase img{
    width: 120px;
}


.honda img{
    width: 100px;
}


.job {
    font-size: 13px;
    margin-left: 0;
    letter-spacing: 0.1rem;
    margin-right: 0;
    vertical-align: 0;
    display: block;
    text-align: center;
    margin-bottom: 2%;
}

.school {
    font-size: 12px;
    vertical-align: 0;
    margin-left: 0;
    display: block;
    margin-bottom: 7%;	
    margin-top: 4%;letter-spacing: 0;
    
}

.profile .wrap p {
    font-size: 12px;
    line-height: 200%;
}

.profile .honda {
    margin-top: 23%;
}

.profile .contact_ {
    font-size: 24px;
    font-weight: bold;
    background: #c7242c;
    background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%);
    background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%);
    background: linear-gradient(to right, #c7242c 0%,#de2628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 );
    color: #fff;
    margin: 0 auto;
    margin-top: 12%;
    width: 80%;
    text-align: center;
    display: block;
    height: 68px;
    line-height: 68px;
    position: relative;
    z-index: 9999;
    font-family: 'Cormorant';
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio {
    padding: 12% 0 14%;
}

.portfolio h1{
	width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.portfolio h1 img{
	width: 130%;
    display: block;
    margin: 0 auto;
    margin-left: -15%;
}

.portfolio ul li{
	text-align: center;
    margin-top: 9%;	
	margin-right: 0;
	width: 100%;
}

.portfolio ul li img{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 44%;	
}

.portfolio ul li.nasc img{
    width: 34%;
}

.portfolio ul li.freec img{
    width: 26%;
}

.portfolio ul li span{
	display: block;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.03rem;		
}

footer {
    font-size: 16px;
    text-align: center;
    font-family: 'Cormorant';
    padding: 5% 0;
    background: url(../img/ptn.png) repeat;
    background-size: 8px 8px;
}

.parallax{
	height: 150px!important;
}

.contact {
    font-size: 18px;
    font-weight: bold;
    background: #c7242c;
    background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%);
    background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%);
    background: linear-gradient(to right, #c7242c 0%,#de2628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 );
    color: #fff;
    width: 118px;
    text-align: center;
    display: block;
    height: 38px;
    line-height: 37px;
    position: absolute;
    right: auto;
    right: 4%;
    top: 2.5%;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

h1.title{
    text-align: center;
    margin: 10% 0 5%;
    font-size: 46px;
    font-family: 'Cormorant';
}

div.form{
    text-align: center;
    width: 88%;
    box-sizing:  border-box;
    margin: 0 auto;
    background: #ffffff;
    padding: 2% 6% 8%;
    margin-bottom: 100px;
    border: 1px solid #000;
    margin-bottom: 12%;
}

.t1{
	font-size: 13px;
	color: #848484;
	width: 100%;
	margin: 20px auto 7px;
	text-align: left;
}

.t2{
	font-size: 13px;
	color: #848484;
	width: 100%;
	margin: 20px auto 7px;
	text-align: left;
}

.name_input input{
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 16px;
    border: none;
    background: #f3f3f3;
    font-size: 14px;
    border-radius: 3px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 0.1rem;
}

.mail_input input{
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 16px;
	border: none;
	background: #f3f3f3;
	font-size: 14px;
	height: 38px;
	border-radius: 3px;
	line-height: 38px;
	letter-spacing: 0.1rem;
}

.mail_input input:nth-of-type(2){
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 16px;
    border: none;
    /* background: #f3f3f3; */
    font-size: 14px;
    height: 38px;
    border-radius: 3px;
    line-height: 38px;
    letter-spacing: 0.1rem;
    margin-top: 10px;
}

.t3{
    font-size: 13px;
    color: #848484;
    margin: 20px 0 7px;
    font-size: 13px;
    color: #848484;
    width: 100%;
    margin: 20px auto 7px;
    text-align: left;
}

.message_input textarea{
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 16px;
	border-radius: 3px;
	border: none;
	background: #f3f3f3;
	font-size: 14px;
	height: 138px;
	line-height: 38px;
	letter-spacing: 0.1rem;
}

input#send{
	font-family: 'Cormorant';
	width: 100%;
	font-weight: bold;
	border: none;
	color: #fff;
	height: 50px;
	font-size: 18px;
	padding: 0;
	margin-top: 28px;
	letter-spacing: 0.3rem;
	background: #c7242c;
	background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%);
	background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%);
	background: linear-gradient(to right, #c7242c 0%,#de2628 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 );
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

input#send:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.14);
}

input:focus , textarea:focus , .mail_input input:nth-of-type(2):focus{
	outline: none;
	background-color: #ece3e3;
}

#confirm h1.title {
	text-align: center;
    margin: 10% 0 5%;
    font-size: 38px;
    font-family: 'Cormorant';
}

#confirm table.form {
	border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    font-size: 13px;
    margin: 0 auto;
    border: 2px solid #000;
}

#confirm table.form th{
	text-align: left;
    padding: 7px 14px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 30%;
    background: #f5f5f5;
}

#confirm table.form td{
	text-align: left;
    padding: 10px 14px;
    border-bottom: 1px solid #000;
}

#confirm form{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 14%;
}

#confirm #back{
	width: 39%;
    background: #999999;
    background: -moz-linear-gradient(left, #999999 0%, #bfbfbf 55%, #878787 100%);
    background: -webkit-linear-gradient(left, #999999 0%,#bfbfbf 55%,#878787 100%);
    background: linear-gradient(to right, #999999 0%,#bfbfbf 55%,#878787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#878787',GradientType=1 );
    font-family: 'Cormorant';
    font-weight: bold;
    border: none;
    color: #fff;
    height: 44px;
    font-size: 18px;
    padding: 0;
    margin-top: 1%;
    letter-spacing: 0.3rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#confirm #back:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 23px -1px rgba(0,0,0,0.14);
}

#confirm #send{
	font-family: 'Cormorant';
    width: 100%;
    font-weight: bold;
    border: none;
    color: #fff;
    height: 44px;
    font-size: 18px;
    padding: 0;
    margin-top: 1%;
    letter-spacing: 0.3rem;
    background: #c7242c;
    background: -moz-linear-gradient(left, #c7242c 0%, #de2628 100%);
    background: -webkit-linear-gradient(left, #c7242c 0%,#de2628 100%);
    background: linear-gradient(to right, #c7242c 0%,#de2628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7242c', endColorstr='#de2628',GradientType=1 );
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 56%;
    float: right;
}

#confirm p{
	display: none!important;
}

#confirm footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
}

#thanks footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;	
}


#thanks h1.title {
    text-align: center;
    margin: 25% 0 5%;
    font-size: 52px;
    font-family: 'Cormorant';
}

#thanks p{
    font-size: 13px;
    text-align: center;
    margin-top: 6%;
}

#thanks a{
	width: 58%;
    text-align: center;
    background: #999999;
    background: -moz-linear-gradient(left, #999999 0%, #bfbfbf 55%, #878787 100%);
    background: -webkit-linear-gradient(left, #999999 0%,#bfbfbf 55%,#878787 100%);
    background: linear-gradient(to right, #999999 0%,#bfbfbf 55%,#878787 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#878787',GradientType=1 );
    font-family: 'Cormorant';
    font-weight: bold;
    border: none;
    color: #fff;
    height: auto;
    display: block;
    font-size: 17px;
    padding: 4% 0;
    margin: 0 auto;
    margin-top: 10%;
    letter-spacing: 0.2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body#thanks{
	height: auto;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #b8b8b8; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #b8b8b8; }

/* Firefox 18- */
:-moz-placeholder {
    color:#b8b8b8; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #b8b8b8; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #b8b8b8; }
