@charset "UTF-8";
/* CSS Document */

/* ==================================================
全ページ共通
================================================== */
.cf::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clear {
	clear: both;
}
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
html,
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height:1.8;
	font-size:18px;
	background:#ffffff;
	box-sizing:border-box;

}
.js-inview {
  opacity: 0;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.home .js-inview.kv {
  opacity: 0;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.home .designCont .js-inview:nth-child(2n-1) {
  animation-delay:100ms;
}
.home .designCont .js-inview:nth-child(2n) {
  animation-delay:200ms;
}
/*animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

a {
  color: #000;
  text-decoration: none;
  transition:.3s;
}
a:hover {
	text-decoration: none;
	opacity:0.5;
}
strong{
	font-weight:bold;
}
.pc{display:block;}
.sp{display:none;}

h2{
	font-size:30px;
}
footer {
	font-size: 16px;
    text-align: right;
    max-width: 2000px;
    width: 100%;
    margin: 0px auto;
    padding: 0 50px 42px;
    letter-spacing: .8px;
    background: #fff;
}
@media screen and (max-width: 768px) {
.pc{display:none;}
.sp{display:block;}
img{
	width:100%;
	height:auto;
}
a:hover {
    text-decoration: none;
    opacity: 1;
}
	footer {
    margin: 0px auto;
    padding: 0 20px 12px;
	}
}

/* ==================================================
nav
================================================== */
.gnavCont{
    padding: 37px 45px;
    line-height: 1;
    font-size: 20px;
    transition: .6s;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    z-index: 103;
    position: fixed;
    top: 0;
}
.gnavCont .navArea{
	opacity:0;
	transition:1s;
	display:inline-block;
    transition-delay: 1s;
		background: rgba(0,0,0,0);
}
.gnavCont .name{
    display: inline-block;
    float: right;
    opacity: 0;
    transition: 1s;
    display: inline-block;
    transition-delay: 1s;
}
.gnavCont.is-fixed .name{
    opacity: 1;
}
.gnavCont .navArea ul li{
	float:left;
}
.gnavCont .navArea ul li a{
	display:block;
    margin-right: 44px;
    margin-left: 8px;
}
.gnavCont.is-fixed{
	background:#fff;
}
.gnavCont.is-fixed .navArea{
	opacity:1;
    transition-delay: 0;
}
.trigger {
    top: 12px;
    left: 30px;
	position:absolute;
    z-index: 99;
    float: left;
    margin-top: 8px;
}
.gnavCont .name {
    position: relative;
    z-index: 99;
	font-weight: normal;
    font-size: 20px;
    letter-spacing: 1.2px;
}
.menuTrigger {
	position:relative;
    width: 26px;
    height: 18px;

}
.menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.menuTrigger, .menuTrigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.gnavCont {
	padding: 20px 20px;
    font-size: 16px;
}
.gnavCont .name {
    font-size: 17px;
    letter-spacing: .9px;
opacity: 1;
}
.gnavCont .navbg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 97;
    top: 0;
    left: 0;
}
.single .gnavCont .trigger {
    left: 15px;
    opacity: 1;
}
.home .gnavCont .trigger {
    left: 15px;
    opacity: 0;
	transition:.5s;
    transition-delay: 1s;
}
.home .gnavCont .trigger {
	opacity:1;
}
.menuTrigger span:nth-of-type(1) {
    top: 0;
}
.menuTrigger span:nth-of-type(2) {
    top: 8px;
}
.menuTrigger span:nth-of-type(3) {
    bottom: 0;
}
.navArea .menuTrigger{
}
.navArea .menuTrigger span:nth-of-type(1) {
    top: 8px;
	transform:rotate(45deg);
}
.navArea .menuTrigger span:nth-of-type(2) {
    top: 8px;
	transform:rotate(-45deg);
}
.gnavCont {
    background: #fff;
}
.gnavCont .navArea{
left: 0;
    width: 100%;
    position: absolute;
    transform: translateY(-140%);
    text-align: center;
    top: 0;
    transition: .3s;
	z-index:99;
    padding: 85px 0 50px;
}
.navArea.active {
    transform: translateY(0%);
		background: rgba(0,235,0,0.95);
    opacity: 1;
}
.navArea > ul{
}
.gnavCont .navArea ul li {
    float: none;
}
.navArea ul li a {
    margin-right: 0;
	position:relative;
}
.navArea ul li a span {
	padding: 20px;
    font-size: 24px;
    width: 3em;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

}


/* ==================================================
index
================================================== */
#index{
    position: relative;
    z-index: 102;
	transition:.5s;
	background:#fff;
    padding-top: 99px;
    height: auto!important;
}
#index .contentwrap{
	background:#fff;
}
#index.active{
}
.home .top {
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #fff;
}
.home .kv {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    background: #fff;
    z-index: 98;
    top: 0;
}
.home .kv h1 {
	text-align:right;
	font-size:20px;
	font-weight:normal;
}
.home .kv .logo{
    margin: auto;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-indent: -99999px;
}
.home .kv .logo img {
    height: 100%;
    width: auto;
}
.home .scrollIcon{
	border-bottom:1px solid #231815;
	border-left:1px solid #231815;
    width: 20px;height: 20px;
	transform: rotate(45deg);
	position:absolute;
    bottom:60px;right:0;left:0;margin:auto;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
	animation-delay:3.2s;
	opacity:0;
    z-index: 1;
}

	.home .kv .scrollIcon {
    display: block;
	}
	.home #index .scrollIcon {
    display: none;
	}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.home .scrollIcon a{
	display:block;
}
.container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 54px;
	justify-content: space-between;
}
.home .designCont{
    margin-bottom: 245px;
}

.home .designCont .dsBlock {
    width: 47.4%;
    margin-bottom: 40px;
}
.home .designCont .dsBlock .data{
    font-size: 15px;
    padding: 7px 0;
}
.home .designCont .dsBlock .data.new{
    color:#00EB00;
}
.home .designCont .dsBlock .dsWrap {
    width: 100%;
}
.home .designCont .dsBlock .dsWrap .ds {
    display: block;
    position: relative;
	font-size: 0;
}
.home .designCont .dsBlock .dsWrap .ds img{
    width:100%;
	height: auto;
}
.home .designCont .dsBlock .dsWrap .ds .overlay {
	opacity:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 5%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 95;
	font-size:20px;
	color:#fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(35,24,21,0.95);
}
.home .designCont .dsBlock .dsWrap .ds .overlay .ttl {
	height:6em;
	overflow:hidden;
    display: flex;
    align-items: center;
    word-break: break-word;
}
.home .designCont .dsBlock .dsWrap .ds .overlay .ttl > span {
    display: inline-block;
	vertical-align:middle;
}
.home .designCont .dsBlock .dsWrap .ds:hover .overlay,
.home .designCont .dsBlock .dsWrap .ds:hover {
    opacity: 1;
}

.indexUnder #profile,
.indexUnder #contact{
    width: 48%;
    text-align: left;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.7;
    margin-top: -100px;
    padding-top: 100px;
}
.indexUnder #profile .profile_name{
	letter-spacing: 1em;
}
.indexUnder{
    margin-bottom: 275px;
}
.indexUnder h2.ttl {
    font-size: 18px;
    font-weight: normal;
	margin-bottom: 35px;
}
.indexUnder p + p {
    margin-top: 30px;
}
.indexUnder #contact a {
    color:#00eb00;
    letter-spacing: 1.5px;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
	#index{
    padding-top: 60px;
	}
	.indexUnder {
    margin-bottom: 160px;
	} {
    width: 100%;
    height: auto;
	}
	.home .kv h1 {
	display: none
	}

	.home .top {
    width: 100%;
    height: auto;
	    margin-top: 57px;
	}
	.home .kv {
    min-width: auto;
    font-size: 14px;
    margin-top: 57px;
	width:100%;
    height: auto;
	}
	.home .kv:before,
	.home .top:before{
    content:"";
    display: block;
    padding-top: 100%;
	}
	.home .kv .logo,
	.home .kv > div{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	}
	.home .kv .logo img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
	}
	.home #index .scrollIcon {
	display: block;
    bottom: auto;
    top: 10px;
	transition:.3s;
	}
	.home .kv .scrollIcon {
	display: none;
	}
	.home #index.active .scrollIcon {
	display: none;
	}
	.container {
    padding: 0 20px;
	}
	.home .designCont{
	margin-top:50px;
    margin-bottom: 127px;
	}
	.home .designCont .dsBlock {
    width: 100%;
    margin-bottom: 60px;
	}
	.home .designCont .dsBlock .dsWrap .ds .overlay .ttl {
    height: auto;
    overflow: visible;
	}
	.home .designCont .dsBlock .dsWrap .ds .overlay {
    opacity: 1;
    display: inline-block;
    padding: 10px 0 0;
    position: static;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #000;
    background: transparent;
    float: left;
    width: calc(100% - 80px);
	}
	.home .designCont .dsBlock .data {
	display: inline-block;
    padding: 10px 0 0;
    float: right;
	font-size:16px;
    line-height: 1.4;
	}
	.indexUnder #profile,
	.indexUnder #contact{
	width:100%;
	padding-top: 60px;
    margin-top: -60px;
	}
	.indexUnder #profile{
    margin-bottom: 185px;


	}
	.indexUnder #contact{
    margin-bottom: 75px;
	}
	.indexUnder h2.ttl {
    margin-bottom: 34px;
	}
	.indexUnder p + p {
    margin-top: 31px;
	}

}



/* ==================================================
single
================================================== */
#single {
    padding-top: 110px;
}
.single .gnavCont {
    padding: 40px 50px;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}
.single .designCont{
    margin-bottom: 220px;
}
.single .trigger {
    margin-top: 0;
    top: 40px;
    left: 50px;
	font-size: 0;
}
.single .trigger .menuTrigger{
	position: relative;
    width: 26px;
    height: 26px;
}
.single .gnavCont .menuTrigger span:nth-of-type(1) {
    top: 11px;
	transform:rotate(45deg);
}
.single .gnavCont .menuTrigger span:nth-of-type(2) {
    top: 11px;
	transform:rotate(-45deg);
}
.single input{
    display: none;
}
.single form label{
    cursor:pointer;
}
.single .dsBlock.kv {
    margin: 0 auto 61px;
}
.single .dsBlock {
	width: 100%;
    max-width: 1090px;
    text-align: left;
    margin: 0 auto 45px;
}
.single .designCont .dsBlock:last-child {
    margin-bottom: 0;
}
.single .dsBlock img{
    width:auto;max-width: 100%;
}
.single .dsBlock.kv img{
    width: 100%;
}
.single .designCont .dsBlock.txtBlock{
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0 auto 65px;
}
.single .designCont .dsBlock.txtBlock .ttl,
.single .designCont .dsBlock.txtBlock .txtBox{
    width: 47.5%;
}
.single .designCont .dsBlock.txtBlock .ttl{
   font-size:20px;

}
.single .designCont .dsBlock.txtBlock .txtBox{
    font-size: 17px;
}

@media screen and (max-width: 768px) {
	#single {
    padding-top: 160px;
	}
	.single .trigger {
    margin-top: -23px;
	}
	.single .gnavCont {
    padding: 20px 20px;
	}
	.single .designCont .dsBlock .data {
    float: none;
	padding:0;
	}
	.single .designCont .dsBlock.txtBlock {
    display: block;
    margin: 0 auto 65px;
	}
	.single .designCont .dsBlock.txtBlock .ttl,
	.single .designCont .dsBlock.txtBlock .txtBox {
    width: 100%;
	}
	.single .designCont .dsBlock.txtBlock {
    margin: 0 auto 55px;
    line-height: 2.4;
	}
	.single .designCont .dsBlock {
    margin: 0 auto 30px;
	}
	.single .designCont {
    margin-top: 30px;
    margin-bottom: 145px;
	}
	.single .dsBlock.kv {
    margin: 0px auto 30px;
	}
}
