@charset "utf-8";

img {
    image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}

body {
	font-family: 'Alata',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #242A3A;
	line-height: 1.8;
	letter-spacing: 1px;
	min-width: 320px;
	background: linear-gradient(90deg, #8620EF 20%, #5808FB 80%);
}

body::before {
	content: '';
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgba(22,14,92,0) 80%, rgba(22,14,92,0.4) 100%);
	z-index: 700;
	pointer-events: none;
}

body::before {
    animation: body_blur .3s ease forwards;
	animation-delay:1.8s;
	backdrop-filter: blur(12px);
}

@keyframes body_blur {
  0% {
	backdrop-filter: blur(12px);
  }
  100% {
	backdrop-filter: blur(0px);
  }
}

#container {
	transition: .3s;
	min-width: 320px;
}

#container::before {
	z-index: -2;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 110%;
	height: 105%;/* 円幅 at 横軸 縦軸 */
	background: radial-gradient(550px at 60% 70%, rgba(115, 139, 253, 1) 0%,rgba(115, 139, 253, 0) 100%
	  );
	content: '';
}

#container::after {
	z-index: -1;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(600px at 10% 80%,rgba(196, 8, 244, 1) 0%,rgba(196, 8, 244, 0) 100%
	);
	content: '';
}

#h-logo {
    position: fixed;
    top: 15px;
	left: 25px;
    margin: auto;
    z-index: 802;
	width: 170px;
	height: 72px;
	display: block;
	transition: .3s ease-out ;
	overflow: hidden;
	user-select: none;
}

#h-logo.h-min {
	width: 68px;
}

.logo-def {
	transition:ease-out  .3s;
	filter: blur(0);
	width: 135px;
	height: 48px;
	left: 36px;
	top:22px;
	position: relative;
}

.h-min .logo-def {
	opacity: 0;
	filter: blur(15px);
	left: -40px;
}

.h-def .logo-def {
	opacity: 1;
}

#h-logo::before {
	top:25px;
	left: 0;
	content: url(../img/logo_s1.svg);
}

#h-logo::after {
	top:0;
	left: 124px;
	content: url(../img/logo_s2.svg);
}

#h-logo::before,
#h-logo::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	transition:ease-out .3s ;
	pointer-events: none;
}
/*
#h-logo.h-min::before,
#h-logo.h-min::after {
	opacity: 1;
}
*/
#h-logo.h-min::after {
	left: 31px;
}

h1.tit {
	position: absolute;
	left: 10%;
	z-index: 1;
	color: #FFF;
	font-size: 120px;
	line-height: 1;
	top:190px;
	display: inline-block;
	letter-spacing: 4px;
}

h1.tit .set-min {
	letter-spacing: 10px;
}

h1.tit small {
	font-size: 22px;
	position: absolute;
	right: 10px;
	bottom: 22px;
	line-height: 1.8;
	letter-spacing: 1px;
}

h1.tit::after {
	content: 'My mission is to continue to create promising web design & website.';
	font-size: 15px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -70px;
	line-height: 1.8;
	letter-spacing: 1px;
	width: 280px;
}

h1.tit .tit-wrap  {
    animation: h1tit-mov .8s ease forwards 2s;
	opacity: 0;
    transform: translate(-10px , 0);
	filter: blur(10px);
}

@keyframes h1tit-mov {
  from {
	opacity: 0;
    transform: translate(-10px , 0);
	filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate(0px , 0);
	filter: blur(0px);
  }
}


.content-inbody .box h2 {
	font-size: 22px;
	margin-bottom: 40px;
	border-left: 1px solid #FFF;
	padding: 10px 0 10px 40px;
}

.content-inbody .box h2 small {
	display: block;
	font-size: 13px;
	color: #FFF;
}

/****************************
グローバルメニュー
*****************************/

#h-menu {
	position: fixed;
	z-index: 800;
	top:50%;
	right: -220px;
	font-size: 15px;
	transform: rotate(90deg);
	transition: .3s;
	display: flex;
	overflow: hidden;
} 


.h-trigger #h-menu {
	right: -310px;
}

.h-triggerx #h-menu {
	right: -200px;
}

#h-menu li {
	margin-right: 9px;
	text-align: center;
	display: block;
}

#h-menu li:last-child {
	margin-right: 0;
}

#h-menu li a {
	color: #F7F7F7;
	text-decoration: none;
	display: inline-block;
	padding: 20px 15px;
	transition: .3s;
}

#h-menu li a:hover {
	color: #F7F7F7;
}

#h-menu li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #F7F7F7;
	transition: .3s;
}

.home #h-menu li.h-menu1 a::after,
.concept #h-menu li.h-menu6 a::after,
.message #h-menu li.h-menu2 a::after,
.flow #h-menu li.h-menu3 a::after,
.works #h-menu li.h-menu4 a::after,
.contact #h-menu li.h-menu5 a::after,
#h-menu li a:hover::after {
	width: 100%;
}

.f-menu,
.h-menu {
    opacity: 0;
    animation: fadein-menu .4s ease forwards;
	display: block;
	position: relative;
	text-align: right;
}

@keyframes fadein-menu {
  from {
    opacity: 0;
    transform: translate(-20px,-0);
  }
  to {
    opacity: 1;
    transform: translate(0,0px);
  }
}

.home #h-menu li.h-menu1 a::after {
	opacity: 1 !important;
}

.h-menu {animation-delay: 2.5s;}
.h-menu:nth-child(even) {animation-delay: 2.7s;}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	top:0px;
	right: 0px;
	width: 105px;
	height: 102px;
	background: none;
	border: none;
	appearance: none;
  	z-index: 803;
}

.menu-trigger span {
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #F7F7F7;
	border-radius: 4px;
}

.menu-trigger::after {
	content: '';
	display: block;
	position: fixed;
	top:0;
	left: -1px;
	width: 1px;
	height: 100vh;
	background: none;
}

.menu-trigger.active::after {
	left: 0;
	width: calc(100% - 300px);
}

.menu-trigger span:nth-of-type(1) {
	top: 40px;
	left: 40px;
}
.menu-trigger span:nth-of-type(2) {
	top: 50px;
	width: 15px;
	right: 40px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 40px;
	right: 40px;
}

.menu-trigger:hover span:nth-of-type(1) ,
.menu-trigger:hover span:nth-of-type(3) {
	width: 15px;
} 

.menu-trigger:hover span:nth-of-type(2) {
	width: 25px;
} 
/*
.menu-trigger span::before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #FFFE43;
	border-radius: 4px;
	z-index: -1;
}

.menu-trigger.active span::before {
	width: 0 !important;
}

.menu-trigger span:nth-of-type(2)::before {
	width: 6px;
	right: 19px;
}

.menu-trigger span:nth-of-type(1)::before {
	width: 15px;
	left: 10px;
}

.menu-trigger span:nth-of-type(3)::before {
	width: 15px;
	right: 10px;
}*/

.menu-trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #F7F7F7;
	border-radius: 4px;
	transition: all .3s;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
	transform: rotate(45deg);
	width: 20px;
}
.menu-trigger.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
	width: 20px;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}

#h-menus {
	position: fixed;
	display: block;
	top:0;
	right: -300px;
	width: 300px;
	z-index: 800;
	color: #F7F7F7;
	font-size: 22px;
	background: rgba(0,0,0,.8);
	height: 100vh;
	padding-top: 105px;
	overflow: hidden;
}

#h-menus.active {
	right: 0;
	animation: h-menus-mov .3s ease-in-out forwards;
}

@keyframes h-menus-mov {
  0% {
	right: -300px;
	width: 300px;
  }
  60% {
	right: 0px;
	width: 340px;
  }
  100% {
	width: 300px;
  }
}

#h-menus.activex {
	right: 0;
	animation: h-menus-movx .2s ease-in-out forwards;
}

@keyframes h-menus-movx {
  0% {
	right: 0;
  }
  100% {
	right: -300px;
  }
}

#h-menus li a {
	display: block;
	padding: 6px 10px 6px 30px;
	transition: .3s;
}

#h-menus li a small {
	display: block;
	font-size: 11px;
	color: #C2BFD8;
}

#h-menus.active .h-menus {
    opacity: 0;
    animation: fadein-menus .3s ease forwards;
	display: block;
	position: relative;
	animation-delay: .3s;
}
#h-menus.active .h-menus:nth-child(even) {animation-delay: .5s;}

@keyframes fadein-menus {
  from {
    opacity: 0;
    transform: translate(-20px,-0);
  }
  to {
    opacity: 1;
    transform: translate(0,0px);
  }
}

#h-menus.active .h-menus a::after {
	content: '';
	position: absolute;
	top:24px;
	left: -5px;
	display: block;
	width: 5px;
	height: 4px;
	border-radius: 10px;
	background: #FFF;
	transition: .3s;
}

.concept #h-menus.active .h-menus6 a,
.contact #h-menus.active .h-menus5 a,
.works #h-menus.active .h-menus4 a,
.flow #h-menus.active .h-menus3 a,
.message #h-menus.active .h-menus2 a,
.home #h-menus.active .h-menus1 a,
#h-menus.active .h-menus a:hover {
	padding-left:40px; 
}

.concept #h-menus.active .h-menus6 a::after,
.contact #h-menus.active .h-menus5 a::after,
.works #h-menus.active .h-menus4 a::after,
.flow #h-menus.active .h-menus3 a::after,
.message #h-menus.active .h-menus2 a::after,
.home #h-menus.active .h-menus1 a::after,
#h-menus.active .h-menus a:hover::after {
	width: 20px;
}

.concept #h-menus.active .h-menus6 a::after,
.contact #h-menus.active .h-menus5 a::after,
.works #h-menus.active .h-menus4 a::after,
.flow #h-menus.active .h-menus3 a::after,
.message #h-menus.active .h-menus2 a::after,
.home #h-menus.active .h-menus1 a::after {
	background: #A117F2;
}



.h-trigger #luxy {
	animation: bg-blur .3s ease forwards;
}
@keyframes bg-blur {
  from {
    filter: blur(0px);
  }
  to {
    filter: blur(10px);
  }
}

.h-triggerx #luxy {
	animation: bg-blurx .3s ease forwards;
}
@keyframes bg-blurx {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(0px);
  }
}


/****************************
コンテンツ
*****************************/

.content-body {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
	/*transition: .3s;*/
}

#header {
	margin-bottom: 100px;
	height: 560px;
	/*overflow: hidden;*/
	position: relative;
	width:100%;
}

.box-header .box-img {
	width: 90%;
	position: relative;
	z-index: 0;
	left: 15%;
	height: 560px;
	border-radius: 0 0 0 60px;
	overflow: hidden;
}

.box-header .box-img img {
	width: 100%;
	min-width: 1600px;
	min-height: 800px;
	left: 0;
	top: -50px;
	position: absolute;
	margin: auto;
	user-select: none;
}

.contact .box-header .box-img img {
	left:auto;
	right: 0;
}

.img-wrap {
	position: absolute;
	top:-120px;
	right: -20px;
	user-select: none;
}


.content {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	padding: 20px 0 100px;
	position: relative;
}


.list-txt p,
.box-txt p {
	font-size: 16px;
	line-height:2.2;
	margin-bottom: 15px;
}

.txt-line {
	display: inline-block;
	position: absolute;
	right:  -40px;
	top: 0;
	opacity: .4;
	user-select: none;
}

/****************************
Contact
*****************************/

.btn-form {
	margin-top: 60px;
}

.content-contact {
	text-align: center;
	margin-bottom: 200px;
	width: 100%;
	padding: 0;
	/*border-radius: 30px;*/
	/*-webkit-filter:drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
	-moz-filter:drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
	-ms-filter:drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
	filter:drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));*/
	opacity: 1;
	transition: .3s;
	position: relative;
	color: #FFF;
}
 
.content-contact .box-wrap {
	width: 100%;
	position: relative;
	display: block;
}

.content-contact .box {
	color: #FFF;
	position: relative;
	width: 45%;
	margin:  0 0 0 auto;
	text-align: left;
}

.content-contact .box .tit-img {
	font-size: 40px;
	margin-bottom: 40px;
	position: relative;
}

.content-contact h3 {
	font-size: 22px;
	margin-bottom: 40px;	
}

.content-contact .box-bg {
	color: #FFF;
	position: absolute;
	width: 45%;
	top:-30px;
	left: 0;
	height: 560px;
	display: block;
	overflow: hidden;
	text-align: right;
	background: #222;
	border-radius: 60px;
}

.content-contact .box-bg img {
	position: absolute;
	right: -150px;
	top:50px;
	user-select: none;
}

.message .content-contact .box-bg img {	top:-70px;}
.flow .content-contact .box-bg img {top:-40px;}
.works .content-contact .box-bg img {top:65px;}
.concept .content-contact .box-bg img {top:-50px;}


/*****************************************************/

.btn-form {
	position: relative;
	display: inline-block;
	width: 380px;
	padding: 30px 0;
	text-align: center;
	background: linear-gradient(-135deg, #5808FB, #717CFD);
	
	margin-bottom: 15px;
	border-radius: 100px;
	color: #FFF;
	transition: .3s;
}

.btn-form:hover {
	-webkit-filter:drop-shadow(0 15px 10px rgba(169, 24, 250, 0.5));
	-moz-filter:drop-shadow(0 15px 10px rgba(88, 8, 250, 0.5));
	-ms-filter:drop-shadow(0 15px 10px rgba(88, 8, 250, 0.5));
	filter:drop-shadow(0 15px 10px rgba(61, 4, 255, 0.3));
}

.btn-form span {
	display: inline-block;
	position: relative;
	transition: .3s;
	padding: 0 0 0 5%;
}

.btn-form:hover span {
	padding: 0 5% 0 0;
}

.btn-form::before {
	content: '';
	display: block;
	position: absolute;
	top:45px;
	width: 10%;
	height: 1px;
	background: #FFF;
	transition: .3s;
	animation: btn_contact_mo .4s ease forwards;
}

.btn-form:hover::before {
    animation: btn_contact .4s ease forwards;
}

@keyframes btn_contact {
  0% {
    width: 10%;
	left: 10%;
	opacity: 1;
  }
  50% {
    width: 80%;
	left: 10%;
	opacity: .2;
  }
  100% {
    width: 10%;
	left: 80%;
	opacity: 1;
  }
}

@keyframes btn_contact_mo {
  0% {
    width: 10%;
	right: 10%;
	opacity: 1;
  }
  50% {
    width: 80%;
	right: 10%;
	opacity: .2;
  }
  100% {
    width: 10%;
	right: 80%;
	opacity: 1;
  }
}

.btn-form::after {
	position: absolute;
	content: '';
	display: block;
	right: 10%;
	top:calc(50% - 0px);
	width: 1px;
	height: 1px;
	transition: .3s;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background: #FFF;
	opacity: 0;
}

.btn-form:hover::after {
	top:calc(50% - 3px);
	width: 10px;
	height: 1px;
	background: #fff;
	opacity: 1;
}



/****************************
フッター
*****************************/

#footer {
	max-width: 100%;
	color: #F7F7F7;
	background: rgba(0,0,0,.7);
	margin-bottom: 0;
	padding: 50px 0;
	text-align: center;
}

#footer .box {
	margin: 0 auto;
	max-width: 80%;
	width: 1000px;
}

#footer .box #f-logo,
#footer .box #f-menu,
#footer .box .box-txt p {
	margin-bottom: 40px;
}


#footer .box .box-txt p {
	color:#B7AACC;
}

#footer .box .txt-s {
	font-size: 12px;
}

.copyright {
	display: inline-block;
	position: relative;
	color: #111;
	line-height: 1;
	left: -14px;
}

.copyright::after {
	content: 'c';
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #F7F7F7;
	border-radius: 50%;
	z-index: 0;
}

/****************************
フッターメニュー
*****************************/

#f-menu {
	position: relative;
	font-size: 15px;
	display: flex;
	justify-content: center;
} 

#f-menu li {
	margin-right: 5px;
	text-align: center;
	display: block;
}

#f-menu li:last-child {
	margin-right: 0;
}

#f-menu li a {
	color: #F7F7F7;
	text-decoration: none;
	display: inline-block;
	padding: 20px 15px;
	transition: .3s;
}

#f-menu li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #F7F7F7;
	transition: .3s;
}

.home #f-menu li.f-menu1 a::after,
.message #f-menu li.f-menu2 a::after,
.flow #f-menu li.f-menu3 a::after,
.works #f-menu li.f-menu4 a::after,
.contact #f-menu li.f-menu5 a::after,
.concept #f-menu li.f-menu6 a::after,
#f-menu li a:hover::after {
	width: 100%;
}

#f-copy {
	position: relative;
	color: #F7F7F7;
	font-size: 13px;
	transition: .3s;
}

/**リンクで飛ぶとき*/
.page-animate::after {
	content: '';
	position: fixed;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #8620EF 20%, #5808FB 80%);
	z-index: 9999;
	pointer-events: none;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	left: 0;
	opacity: 0;
}

.page-animate.is-slide-in .content-body {
	filter: blur(20px);
}

.page-animate.is-slide-in::after {
	opacity: 1;
}

.is-slide-in #container::before{
	z-index: 10002;
}
.is-slide-in #container::after {
	z-index: 10003;
}

/****************************
カーソルスタイル
*****************************/

body,
a,
button{
  cursor: none !important;
}

#cursor{
  position: fixed;
  background: #FFFE43;
  border-radius:10px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  z-index: 1002;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.1s;
}

#stalker{
  position: fixed;
  background: #48e0f9;
  width: 30px;
  height: 30px;
  border-radius:30px;
  margin: -15px 0 0 -15px;
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s ;
  transition-timing-function: ease-in-out;
}
/*
#cursor.inbox,
#stalker.inbox{
  border: 1px solid #111;
}*/

#cursor.active{
  transform: scale(.8);
}
#stalker.active{
  transform: scale(1.6);
  background: #ED00FC;
}

/****************************
アニメーションスタイル
*****************************/
.txt-a.switch-f {
	transition: .4s ease;
	opacity: 0.2;
	transform: translate(-10px , 0);
	filter: blur(10px);
}

.txt-a.active-f {
	opacity: 1;
	transform: translate(0px , 0);
	filter: blur(0px);
}

/****************************
レスポンシブスタイル
*****************************/

@media(max-width:1600px){
	.content-contact .box-bg {
		border-radius: 0 60px 60px 0;
	}
}

@media(max-width:1000px){
    .content{
    	padding-bottom: 50px;
    }
	
	.content-contact {
		margin-bottom: 100px;
	}
	
	.content-contact .box {
		width: 80%;
		margin:  0 auto;
		text-align: center;
	}
	.content-contact .box-bg {
		width: 100%;
		margin:  0 auto;
		position: relative;
		height: 300px;
		top: 0;
		margin-bottom: 100px;
		border-radius: 0;
	}
	.content-contact .box-bg img {
		width: 1000px;
		right: 0;
		top:100px;
	}
	.message .content-contact .box-bg img {top:15px;}
	.works .content-contact .box-bg img{top:235px;}
	.flow .content-contact .box-bg img{top:50px;}
	.concept .content-contact .box-bg img{top:45px;}
}

@media(max-width:900px){
    body::before {
      /*background: radial-gradient(circle, rgba(22,14,92,0) 80%, rgba(22,14,92,0.4) 100%);*/
		background: linear-gradient(rgba(22,14,92,0.4) 0%,rgba(22,14,92,0) 20%);
    }
	#h-menu {
    	display: none;
    }
}

@media(max-width:768px){
	.content-contact .box-bg img {
		width: 1000px;
		right: 0;
		top:-150px;
	}
	.message .content-contact .box-bg img {top:-150px;}
	.works .content-contact .box-bg img{top:-150px;}
	.flow .content-contact .box-bg img{top:-150px;}
	.concept .content-contact .box-bg img{top:-150px;}
	
	.img-wrap {
		right: -300px;
	}
	#cursor, #stalker{
		visibility: hidden;
	}
	body {cursor:inherit !important}
	a,button {cursor:pointer !important}
}


@media(max-width:600px){
	h1.tit {
		font-size: 70px;
		top:147px;
	}

	h1.tit small {
		font-size: 13px;
		bottom: 10px;
	}

	h1.tit::after {
		font-size: 12px;
		bottom: -70px;
	}
	.content{
    	padding-bottom: 0px;
    }
	.content-inbody .box h2 {
		font-size: 20px;
		padding: 10px 0 10px 20px;
	}
	#header,.box-header .box-img {
		height: 336px;
	}
	.box-header .box-img {
		left: 25%;
	}
	.box-header .box-img img {
		min-width: 800px;
		min-height: 400px;
	}
	.img-wrap {
		width: 350px;
	}
    h1.tit img {
		height: 145px;
	}
	.content-contact {
		margin-bottom: 50px;
	}
	.content-contact .box-bg {
		width: 100%;
		margin:  0 auto;
		position: relative;
		height: 300px;
		top: 0;
		margin-bottom: 50px;
	}
	.content-contact .box .tit-img {
		font-size: 36px;
		margin-bottom: 30px;	
	}
	.content-contact h3 {
		font-size: 20px;
	}
	.btn-form {
		width: 100%;
		white-space: nowrap;
		margin-top: 30px;
	}

	.content-contact p br,
	.content-contact h3 br {
		display: none;
	}
	
	#footer .box #f-menu {
		display: none;
	}
	
	.content-contact .box-bg img {
		width: 800px;
	}
	/*
	.content-contact .box-bg img {
		width: 800px;
		right: 0;
		top:180px;
	}
	.message .content-contact .box-bg img {top:60px;}
	.works .content-contact .box-bg img{top:430px;}
	.flow .content-contact .box-bg img{top:160px;}
	.concept .content-contact .box-bg img{top:140px;}*/
}