@charset "utf-8";

/* reset */
a {text-decoration: none;font-weight: lighter;}
li {list-style: none;}
figure {margin: 0;padding: 0;}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
*:focus {outline: none;}
input[type="text"]:focus {outline: 0;}
input {border: none;outline: none;}
input[type="button"],input[type="text"]input[type="email"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/* common */
::selection {
	background: #b1f6d7; /* Safari */
}
::-moz-selection {
	background: #b1f6d7; /* Firefox */
}
html { font-size: 62.5%;}
body {
  font-family: Futura,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: lighter;
	color: #101010;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	text-align:justify;
	font-feature-settings : "palt" 1;
	background: #f1e7e7;
	/* background: #fce373; */
}
header {
	margin-top: 20px;
	margin-bottom: 40px;
}
header h1 {
	margin-bottom: 20px;
	text-align: center;
}
nav ul {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
}
nav ul li {
	margin-left: 2.5em;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 2px;
	background: #101010;
	margin-bottom: 5px;
	margin-right: 8px;
}
nav a {
	color: #101010;
}
.underline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.underline::after {
  background-color: #101010;
  bottom: 13px;
  content: '';
  display: block;
  height: 2px;
  left: -8px;
  position: absolute;
  transition: .5s all;
  width: 0;
}
.underline:hover::after {
  width: 100%;
}
section {
	width: 80vw;
	margin: 0 auto;
	margin-bottom: 60px;
}
section.contact {
	width: 60vw;
}
h1.ttl {
	font-weight: lighter;
	text-align: center;
	font-size: 3.6rem;
	position: relative;
}
h1.ttl::after {
	content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #101010;
	position: absolute;
  bottom: -30px;
  left: 48%;
}
section h2 {
	font-weight: lighter;
	text-align: center;
	font-size: 3.5rem;
}
footer {
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}
.flexbox {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
}
.pc {
	display: block;
	text-align: center;
}
.sp {
	display: none;
}

/* btn link */
.txt_link {
	padding-top: 30px;
	text-align: center;
	font-size: 1.6rem;
}
.txt_link a {
	cursor: pointer;
	color: #fff;
}
.button {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #101010;
  text-decoration: none;
  color: white;
}
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
	cursor: pointer;
	border-radius: 50px;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #f1f1f1 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
	border-radius: 50px;
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* top */
#kv_bg {
	width: 100%;
  height: 100%;
}
.kv {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.top_h2{
	font-size: 12.0rem;
	position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.top_h2 .txt {
	font-size: 1.2rem;
}
.kv h2 span {
	color: #97b5ba;
	/* font-family: 'Caveat', cursive , serif; */
  font-weight: bold;
	opacity: 0.85;
	letter-spacing: 0.25em;
}
.txt {
	font-size: 1.6rem;
	text-align: center;
	color: #101010;
	line-height: 1.8;
	position: relative;
	z-index: 10;
}
.about_wrp {
	margin-top: -50px;
	padding: 50px 40px 50px;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 5px 40px 0px rgba(162, 133, 133, 0.2);
	position: relative;
	z-index: 30;
}
.about .txt {
	padding-top: 55px;
}
.about .txt p {
	padding-bottom: 30px;
}
.about .flexbox {
	margin-top: 30px;
}
.about .flexbox li {
	margin: 0 30px 0 0 ;
	opacity: 0;
}
.about .flexbox li:last-child {
	margin: 0;
}
section.top_works {
	width: 100%;
	padding: 0;
}
.top_works .cnt_wrp {
	margin-top: 60px;
	padding: 40px 0;
	/* background-color: #9ad18b; */
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 5px 40px 0px rgba(162, 133, 133, 0.2);
}
.top_works .slick-next,
.top_works .slick-prev {
	display: none !important;
}
.slider img {
    width: 100%;
}
.info {
	margin-top: 60px;
}
.info_wrp {
	/* max-width: 620px; */
	margin: 60px auto 60px;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 5px 40px 0px rgba(162, 133, 133, 0.2);
}
.info dl {
	width: 65%;
	margin: 0 auto;
	padding: 4.5em;
	border-color: #101010;
	border-bottom: 0.08em solid #101010;
	/*
	border-color: #fce373;
	border-bottom: 0.25em solid #fce373;
	*/
	display: table;
}
.info dl:last-child {
	border-bottom: none;
}
.info dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.info dt, .info dd {
	width: 50%;
	padding-left: 60px;
	display: table-cell;
	font-size: 1.6rem;
}
.info a {
	color: #101010;
	text-decoration: underline;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
}
.info a:hover {
	color: #959595;
	cursor: pointer;
}

/* works */
section.works {
	/*
	margin-top: 60px;
	*/
}
.works h2 {
	padding-top: 1em;
	padding-bottom: 2.5em;
	text-align: center;
	font-size: 2.4rem;
}
.works_wrp {
	margin-top: 7em;
	padding: 2em 7em;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 5px 40px 0px rgba(162, 133, 133, 0.2);
}
.works_inr {
	padding-bottom: 10em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.works_list:first-child {
	margin-right: 40px;
}
.works_list img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.works_list img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.works_list a {
	cursor: pointer;
}
.works_list p {
	margin-top: 10px;
	font-size: 1.6rem;
	color: #101010;
	text-align: center;
}
.works_list img {
	width: 100%;
}
.works_list span {
	font-size: 1.3rem;
}
.works_list span {
	font-weight: lighter;
}
.web_btm,
.logo_wrp p {
	margin-top: 2.5em;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.logo_wrp {
	margin-top: 5em;
}
.web_btm p {
	margin-top: 20px;
	line-height: 1.8;
}
.font_sans {
	font-family: sans-serif;
}
.web_btm a {
	color: #101010;
	font-weight: bold;
	text-decoration: underline;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
}
.web_btm a:hover {
  color: #959595;
  cursor: pointer;
}
.logo_wrp h1 {
  padding-top: 0;
	margin-bottom: 1em;
}
.logo_wrp p {
	margin-top: 65px;
}

/* works detail */
div.detail_wrp {
  padding: 5em;
}
.detail {
	display: block;
	font-size: 1.6rem;
	color: #101010;
}
.detail_wrp h1 {
	font-size: 1.8rem;
	text-align: center;
}
.detail_wrp h1.works_ttl {
	margin-top: 30px;
}
.detail_wrp h1 span {
	font-size: 1.4rem;
}
.detail figure {
	text-align: center;
}
.detail img {
	width: 80%;
}
.detail span {
	font-size: 1.3rem;
}
.detail a {
	color: #101010;
	text-decoration: underline;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	transition: 0.5s linear;
	word-wrap: break-word;
}
.detail a:hover {
	color: #959595;
}
.detail p {
	margin-bottom: 20px;
}
.detail p:last-child {
	margin-bottom: 0;
	font-size: 1.4rem;
  line-height: 1.7;
}

/* contact */
.contact_wrp {
	margin: 60px auto 0;
  padding: 4em;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 5px 40px 0px rgba(162, 133, 133, 0.2);
}
form#mail_form dl {
	-webkit-box-align: center;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	-webkit-align-items: center;/*--- safari（PC）用 ---*/
	align-items: center;
	font-size: 1.6rem;
}
form#mail_form dl.align_start {
	-webkit-box-align: flex-start;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: flex-start;/*--- IE10 ---*/
	-webkit-align-items: flex-start;/*--- safari（PC）用 ---*/
	align-items: flex-start;
}
form#mail_form .hvr-outline-out {
	width: 30%;
  margin-left: 10em;
}
.all_image {
	margin-top: 30px;
	border: 20px solid #ccc;
}
#works_12 .all_image {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 0.3em;
	padding: 1em;
}
#works_12 .all_image img {
	width: calc(33.3% - 4px);
	height: 100%;
}

/* opening animation */
.start {
	background: #97b5ba;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
	text-align: center;
}
.start p img {
	width: 45%;
}

/* rwd */
@media screen and ( min-width : 1150px ){
	.about_wrp {
		margin-top: -100px;
    background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 5px 40px 0px rgba(162, 133, 133, 0.2);
	}
}
@media screen and ( max-width : 768px ){
	section {
		width: 90vw;
		margin-bottom: 4em;
	}
	section.contact {
		width: 90vw;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.kv h2 {
    font-size: 8.0rem;
	}
	.works_inr {
		margin: 0 auto;
		display: block;
		padding-bottom: 0;
	}
	.works_list:first-child {
		margin-right: 0px;
	}
	.works_list {
		margin-bottom: 7.5em;
	}
	.works_list a {
		padding: 10px 10px 20px;
	}
	.web_btm p {
		text-align: left;
	}
	.web_btm {
    margin-top: 2em;
	}
	.logo_wrp {
		margin-top: 5em;
	}
	.logo_wrp p {
		text-align: left;
		margin-top: 2.5em;
		margin-bottom: 2em;
	}
	.logo_wrp figure {
		text-align: center;
	}
	.logo_wrp img {
		max-width: 80%;
	}
	.works_list img {
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	.works_list img:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	}
	.works h2 {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	footer {
		margin-top: 0;
		margin-bottom: 1em;
	}
	input[type="button"],input[type="text"],input[type="submit"],input[type="email"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
	}
	.top_works .cnt_wrp {
		margin-top: 5em;
	}
	.info {
    margin-top: 4em;
	}
	.info_wrp {
		/*
		margin: 1.5em auto 0;
		*/
	}
	.about_wrp {
    margin-top: 30px;
	}
	nav ul li:before {
		width: 0px;
		height: 0px;
	}
	.underline::after {
		display: none;
	}
	.top_h2{
	  top: 35%;
	}
	.works_list img {
		height: 240px;
	}
	#works_12 .all_image img {
		width: calc(49% - 2px);
		height: 100%;
	}
	div.detail_wrp {
    padding: 2em;
	}
}

@media screen and ( max-width : 640px ){
	.kv h2 {
		font-size: 5.0rem;
	}
	header {
		margin-bottom: 5em;
		margin-top: 20px;
	}
	h1 img {
		width: 22%;
	}
	h1.ttl::after {
		bottom: -20px;
		left: 45%;
		right: 45%;
	}
	section.top_works {
		margin: 0;
	}
	section h2 {
		font-size: 3.0rem;
	}
	nav ul li:before {
		display: none;
	}
	.underline::after {
		display: none;
	}
	section.us h2 {
		font-size: 3.8rem;
	}
	.about_wrp {
		margin-top: 1.5em;
		padding: 2em;
	}
	.about h2, .contact h2 {
    margin-bottom: 40px;
	}
	.about dt, .about dd {
		font-size: 1.6rem;
	}
	.about span {
    font-size: 1.8rem;
	}
	.about .txt p {
		padding-bottom: 1em;
	}
	.works_wrp {
		margin-top: 4.5em;
		padding: 4em;
	}
	.about .flexbox {
		display: block;
		margin-top: 0px;
	}
	.about .flexbox li {
		width: 70%;
		margin: 0 auto 30px;
	}
	.about .flexbox li:last-child {
		margin: 0 auto;
	}
	.info dt, .info dd {
		padding-left: 1em;
	}
	form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
		font-size: 1.6rem;
	}
	form#mail_form .flexbox {
		display: block;
	}
	form#mail_form .hvr-outline-out {
		margin-left: 0;
	}
	.contact_wrp {
		padding: 2em;
    margin: 50px auto 0;
	}
	form#mail_form .hvr-outline-out {
		width: 50%;
	}
	.txt {
		text-align: left;
	}
	.kv .txt {
		padding-left: 1em;
    font-size: 1.1rem;
	}
	.logo_wrp img {
		max-width: 100%;
	}
	.detail img {
		width: 100%;
	}
	h1.ttl {
		font-size: 2.4rem;
	}
	section.works {
		margin-top: 0;
	}
	.works_list p,
	.web_btm p,
	.logo_wrp p,
	.txt,
	.info dt, .info dd,
	span.font_sans {
		font-size: 1.4rem;
	}
	.info dl {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	.about .txt {
		padding-top: 3em;
	}
	input[type="button"],input[type="text"],input[type="submit"],input[type="email"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
	}
	.works_list img {
    height: auto;
	}
	.kv h2 span {
		letter-spacing: 0.1em;
	}
	.start p img {
		width: 30%;
	}
}

/* nav menu */
#nav_toggle{
	display: none;
}

/*メニュー部分*/
@media screen and (max-width:768px){
	header h1 {
		width: 100%;
    text-align: center;
    margin: 0 auto;
		padding-left: 5em;
	}
	header .inner {
		margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	}
	nav{
		display: none;
		position: absolute;
		top:85px;
		width: 100%;
		background: #f1e7e7;
		z-index: 999;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		padding: 2em;
		text-align: center;
		border-bottom: 1px solid #101010;
	}
	header nav ul li:last-child{
		border: none;
	}
	header div.inner nav ul li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	/*開閉ボタン*/
		#nav_toggle{
			display: block;
			width: 45px;
			height: 45px;
			padding-right: 2em;
			position: relative;
			top: 4px;
			z-index: 100;
		}
		#nav_toggle div {
			position: relative;
		}
		#nav_toggle span{
			display: block;
			height: 3px;
			background: #101010;
			position:absolute;
			width: 100%;
			left: 0;
			-webkit-transition: 0.5s ease-in-out;
			-moz-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
		}
		#nav_toggle span:nth-child(1){
			top:0px;
		}
		#nav_toggle span:nth-child(2){
			top:12px;
		}
		#nav_toggle span:nth-child(3){
			top:24px;
		}

		/*開閉ボタンopen時*/
		.open #nav_toggle span:nth-child(1) {
				top: 12px;
			   -webkit-transform: rotate(135deg);
				-moz-transform: rotate(135deg);
				transform: rotate(135deg);
			}
			.open #nav_toggle span:nth-child(2) {
				width: 0;
				left: 50%;
			}
			.open #nav_toggle span:nth-child(3) {
				top: 12px;
				-webkit-transform: rotate(-135deg);
				-moz-transform: rotate(-135deg);
				transform: rotate(-135deg);
			}
}
