@charset "UTF-8";

/* top */

h1,h2{
	font-family: 'Josefin Sans', sans-serif;
}
h1{
	width: 100%;
}
h1 svg {
	width: 100%;
	height: auto;
	fill: #fff;
	fill-opacity: 1;
	stroke: #fff;
	stroke-width: 0;
	stroke-dasharray: 100% 0;
	animation: top-logo 1.2s ease-out 0.5s both;
}
@keyframes top-logo {
	0% {
		fill-opacity: 0;
		stroke-width: 0;
		stroke-dasharray: 0% 100%;
	}
	25% {
		stroke-width: 1px;
	}
	50% {
		fill-opacity: 0;
	}
	75% {
		stroke-width: 1px;
	}
	100% {
		stroke-width: 0;
	}
}
h2{
	font-size: 45px;/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(4.5rem + ((1vw - 0.897rem) * 2.6109));/* 45px~55px 897px~1280px で可変 -----*/
	color: #313131;
	line-height: 1;
	margin-bottom: 20px;
}

/* top mainimg */

#main-img {
	border: 6px solid #fef8f6;
}
.top-video {
	width: 100%;
	height: calc(100vh - 12px);
	overflow: hidden;
	position: relative;
}
.top-video video {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	overflow: hidden;
}
/*#main-img-box {
	width: 100%;
	height: calc(100vh - 4px);
	overflow: hidden;
	background: center no-repeat url("../img/top/mainimg006.jpg");
	background-size: cover;
}*/
.main-text {
	position: absolute;
	left: 12%;
	bottom: 8%;
	margin: 100px 10px 50px 0;
	color: #fff;
}
.main-title {
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
}
.main-title-sub p {
	line-height: 1;
	transition-duration: 1.0s;
	transition-delay: 1.5s;
}
.main-sub-text {
	font-size: 1.2rem;
	width: 330px;
	height: 120px;
	overflow: hidden;
}
.main-sub-text p {
	transition-duration: 0.6s;
}
.main-sub-text p:nth-child(1) {
	transition-delay: 1.7s;
}
.main-sub-text p:nth-child(2) {
	transition-delay: 1.8s;
}
.main-sub-text p:nth-child(3) {
	transition-delay: 1.9s;
}
.main-sub-text p:nth-child(4) {
	transition-delay: 2.0s;
}
.main-sub-text p:nth-child(5) {
	transition-delay: 2.1s;
}
.open-animation {
  position: relative;
  width: 0;
  transition: width 2s;
  overflow: hidden;
  white-space: nowrap;
}
.open-animation.show {
  width:100%;
}
.scroll-icon-box {
	position: absolute;
	bottom: 30px;
	right: 25px;
}
.scroll-down {
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 40px;
	width: 40px;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-down .scroll-down__outer {
	width: 50%;
	color: #ffffff;
	height: 40px;
	animation: scroll-line 0.6s ease 2.8s forwards;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-down .animated-dot {
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: scrollIcon 800ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s infinite alternate none running;
}
.scroll-down .animated-dot__circle {
	display: block;
	height: 3px;
	width: 3px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 10px;
	animation: rotateToCrossBack 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 3.2s 1 backwards;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateZ(0);
	backface-visibility: hidden;
}
@keyframes scroll-line {
	0% {
		border-left: none;
		opacity: 0;
		height: 0px;
	}
	100% {
		border-left: 1px solid #ffffff;
		opacity: 100%;
		height: 40px;
	}
}
@keyframes scrollIcon {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(19.5px);
	}
}
@keyframes rotateToCrossBack {
	0% {
		height: 1px;
		width: 40px;
		border-radius: 0;
		transform: translateY(10px) translateX(-30px);
		opacity: 0;
	}
	50% {
		opacity: 100%;
	}
	100% {
		width: 3px;
		height: 3px;
		transform: translate3D(0);
	}
}

/* top profile top concept */

.profile-text-box ,.concept-text-box {
	border-left: 1px solid #313131;
	padding-left: 20px;
}

/* top profile */

#profile {
	padding-top: 80px;
}
#profile h2 {
	text-align: right;
}
.profile-text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.profile-img-box {
	height: 300px;
}
.profile-img {
	height: 100%;
	max-width: 300px;
}
.profile-text {
	padding-left: 20px;
	word-break: break-all;
}

/* top concept */

#concept {
	padding-top: 100px;
}

#concept h2 {
	text-align: left;
}

/* top works */

#works {
	padding-top: 40px;
}
#works h2 {
	text-align: center;
	margin-bottom: 10px;
}
.cap {
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.cap-list {
	width: 258px;
	position: relative;
}
.cap-list:nth-child(3n-1), .cap-list:nth-child(3n) {
	margin-left: calc(50% - 388px);
}
.cap-list:nth-child(3n-1) {
	margin-top: 60px;
}
.cap-list:nth-child(3n) {
	margin-top: 120px;
}
.cap-list-top {
	position: relative;
	margin-bottom: 10px;
}
/*.cap-list-year {
	letter-spacing: 0.2rem;
}*/
.cap-list-tags {
	/*position: absolute;
	right: 0;
	top: 0;*/
	text-align: right;
}
.cap-list-left {
	font-size: 2.0rem;
	position: absolute;
	bottom: -24px;
	left: -8px;
	transform: rotate(-90deg);
	transform-origin: 0 0;
}
.cap-list-bottom {
	margin-top: 6px;
	padding-left: 30px;
}
.cap-list-bottom h3 {
	font-size: 2.8rem;
	font-weight:600;
	margin-top: 10px;
}
.cap-list-title {
	font-size: 1.2rem;
}
.cap-list-img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: relative;
}
figure {
	width: 228px;
	height: 150px;
}
figure > img {
	transition: all 0.15s ease-out;
	transform-origin: 50% 50%;
	width: 100%;
	height: 100%;
}
figure a:visited {
	color: transparent;
}
.btn {
	display: block;
	position: absolute;
	width: 228px;
	height: 150px;
	z-index: 1;
}
.btn, .btn-border-o:before, .btn-border-o:after {
	transition: all 1.0s;
}
.btn-border-o {
	background-color: transparent;
	border: 1px solid transparent;
}
.btn-border-o:before, .btn-border-o:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
}
.btn-border-o:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	transition-delay: 0.05s;
}
.btn-border-o:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
}
.btn-border-o:hover:before {
	width: 100%;
}
.btn-border-o:hover:after {
	height: 100%;
}
.btn-border-o.btn-navy:before, .btn-border-o.btn-navy:after {
	border-color: #313131;
}
.btn-border-o.btn-navy:hover {
	color: #313131;
}
.more {
	position: relative;
	width: 460px;
	height: 40px;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	padding: 50px 0;
	margin: 60px auto 40px auto;
}
.more-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	margin: auto;
}
.more-txt {
	position: relative;
	display: block;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.8rem;
	text-align: center;
	color: transparent;
	transition: all .5s 0s ease-out;
}
.more-btn:hover .more-txt {
	color: #a9a9a9;
	transition: all .8s .3s ease-in;
}
.more-txt::before, .more-txt::after {
	content: attr( data-txt);
	position: absolute;
	top: 0;
	left: 0;
	clip: rect( 0,30px,40px,0);
	color: #313131;
	transition: all .3s .3s;
}
.more-txt::after {
	clip: rect( 0,200px,40px,30px);
}
.more-btn:hover .more-txt::before {
	left: -10px;
	opacity: 0;
}
.more-btn:hover .more-txt::after {
	left: 10px;
	opacity: 0;
}
.more-btn::before {
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	width: 1px;
	height: 80px;
	margin: auto;
	background: #313131;
	visibility: hidden;
	opacity: 0;
}
.more-btn:hover::before {
	animation: sword 1.0s;
}
.more-txt:link {
	color: transparent;
}
@keyframes sword {
	0% {
		top: -100px; visibility: hidden; opacity: 0;
	}
	20% {
		visibility: visible; opacity: 1;
	}
	100% {
		top: 100px; visibility: hidden; opacity: 0;
	}
}

/* top responsive */

@media screen and (min-width: 1280px){
	h2{
		font-size: 7.5rem;
	}
	.contents{
		width: 1024px;
	}
	.cap-list {
		width: 27%;
	}
	.cap-list:nth-child(3n-1) {
		margin: 5% 0 0 9.5%;
	}
	.cap-list:nth-child(3n) {
		margin: 10% 0 0 9.5%;
	}
	figure {
		width: 93.4%;
		height: auto;
	}
	.btn {
		width: 100%;
	  	height: 100%;
	}
	.cap-list-tags {
		font-size: 2.0rem;
	}
	.cap-list-left {
		font-size: 2.2rem;
		bottom: -26px;
	}
}
@media screen and (max-width: 896px) {
	h2{
		font-size: 4.5rem;
	}
	#works h2 {
		margin-bottom: 20px;
	}
	.wrapper {
		padding-bottom: 60px;
	}
	.cap {
		display: block;
		flex-wrap: nowrap;
	}
	.cap-list {
		width: 410px;
		margin-bottom: 40px;
	}
	.cap-list:nth-child(3n-1), .cap-list:nth-child(3n) {
		margin-left: 0;
		margin-top: 0;
	}
	.cap-list:nth-child(3n) {
		margin-top: 0;
	}
	.cap-list:nth-child(2n) {
		margin-left: auto;
	}
	figure {
		width: 380px;
		height: 250px;
	}
	.btn {
		width: 380px;
	  	height: 250px;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		width: 90%;
	}
	h2 {
		font-size: 6.0rem;
	}
	.main-text {
		width: 80%;
	}
	.main-sub-text {
		width: 280px;
		font-size: 0.8rem;
	}
	.profile-img-box {
		height: 200px;
	}
	.cap-list {
		width: 310px;
		margin-bottom: 20px;
	}
	figure {
		width: 280px;
		height: 185px;
	}
	.btn {
		width: 280px;
	  	height: 185px;
	}
	.more {
		width: 100%;
	}
}
