@charset "utf-8";

/*==================================================

BASE

==================================================*/
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #0d0d0d;
	font-family: var(--font-sans-serif);
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #0d0d0d;
	text-decoration: none;
	cursor: pointer;
}

/*========= font family関数指定 ==========*/
:root {
	--font-sans-serif: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	--font-serif: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--font-english: "Cormorant Infant", serif;
}

/*==================================================

全ページ共通

==================================================*/

/* PC */
@media print, screen and (min-width: 768px) {
	html {
		/* font-size: 0.927vw; */
    font-size: 1.3vmin;
	}
	.sp {
		display: none!important;
	}
	a:hover {
		text-decoration: none;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	html {
		font-size: 1.33vw;/*750*/
	}
	.pc {
		display: none!important;
	}
}

.home-loading{
  position:fixed;
  left: 0;
  top: 0;
  z-index:2;
  width: 100vw;
  height: 100vh;
  display:flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s ease;
}

.home-loading.-loaded{
  opacity: 0;
}

.home-lading__overlay{
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index:2;
  background-color: #e4f1fa;
}

.home-loading__content{
  text-align: center;
  color: #000;
  position: relative;
  z-index: 2;
  font-size:24px;
	font-family: var(--font-english);
}

.home-loading__circle{
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  animation: bounce 500ms alternate infinite ease;
  transform-origin: center bottom;
}

.home-loading__percent{
  line-height: 1;
}

@keyframes bounce {
  0% {
    /* border-radius: 60px 60px 20px 20px; */
    transform: scale(1.5,0.5) translateY(0);
  }
  50% {
    /* height: $height;
    border-radius: 50%; */
    transform: scaleX(1) translateY(-70%);
  }
  100% {
    transform: scaleX(1) translateY(-100%);
  }
}


	
/* メイン--------------------------------------------------*/

.home-cover{
	/* width: 100%;
	height: 100vh;
	position: fixed; */
  height: 200vh;
}	
.home-cover__in{
	width: 100%;
	height: 100vh;
	position: fixed;
  left:0;
  top:0;
}	
.home-cover__bg img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.home-cover__circle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  aspect-ratio: 1 / 1;
}
.home-cover__circle__in{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  border-radius: 50%;
	box-shadow: inset 0 0 15.5rem 0 rgba(255,255,255, 1);
  overflow:hidden;
}
.home-cover__circle__inin{
  background-color:#fff;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  opacity:0;
}
.home-cover__texts{
	font-size: 10rem;
	font-family: var(--font-english);
	font-weight: 300;
	letter-spacing: .04em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-cover__circle{
		width: 60rem;
		/* height: 60rem; */
	}
	.home-cover__texts{
		line-height: 1.1;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-cover{
		position: relative;
	}	
	.home-cover__circle{
		width: 68.1rem;
		/* height: 68.1rem; */
	}
	.home-cover__texts{
		line-height: 1.25;
	}
	.home-cover__arrow{
		width: 15rem;
		z-index: 100;
		position: absolute;
		bottom: 11rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-cover__arrow img{
		width: 100%;
	}
}
		
/* 見出し
--------------------------------------------------*/
.home-title{
	text-align: center;
}
.home-title__english{
	font-family: var(--font-english);
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: .04em;
	display: block;
}
.home-title__japanese{
	font-weight: bold;
	letter-spacing: .06em;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-title{
		margin-bottom: 9.7rem;
	}
	.home-title__english{
		font-size: 8rem;
	}
	.home-title__japanese{
		font-size: 1.6rem;
	}	
}

/* SP */
@media screen and (max-width: 767px){
	.home-title{
		margin-bottom: 10rem;
	}
	.home-title__english{
		font-size: 10rem;
		margin-bottom: 1rem;
	}
	.home-title__japanese{
		font-size: 2.6rem;
	}	
}

/* DIGITAL BUSINESS CARD
--------------------------------------------------*/
.home-about{
	height: 300vh;
  background-color:rgba(255,0,0,0.1);
	/* text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  position: relative; */
}
.home-about__in{
	width: 100%;
	height: 100vh;
  position: fixed;
  left:0;
  top:0;
  text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
  background-color:#fff;
  opacity:0;
  transition: opacity .3s ease;
  pointer-events: none;

}

.home-about.-visible .home-about__in{
  opacity: 1;
  pointer-events: auto;
}

.home-about .home-title{
  position: relative;
  z-index: 1;
}

.home-about__image{
	position: relative;
}
.home-about img{
	width: 100%;
}

.home-about__bg{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.home-about__bg img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.home-about__person{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.home-about__name{
	font-weight: bold;
}
.home-about__name,
.home-about__english{
	letter-spacing: .6em;
}
.home-about__post{
	letter-spacing: .28em;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-about{
		padding:3rem 3rem;
	}
	.home-about .home-title{
		margin-bottom: 4.5rem;
	}
	.home-about .home-title__english{
		font-size: 3.6rem;
	}
  .home-about__bg{
    transform: translateY(-3%);
    height:103%;
    clip-path:circle(20rem at center 50vh);
  }
	.home-about__image{
		width: 40rem;
		height: 40rem;
		margin:0 auto 3.3rem auto;
	}
	.home-about__person{
		width: 17.3rem;
	}
	.home-about__name{
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.home-about__english{
		font-size: 1.6rem;
		margin-bottom: 1.7rem;
	}
	.home-about__post{
		font-size: 1.4rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.home-about{
		padding:5rem 3.5rem;
	}
	.home-about .home-title{
		margin-bottom: 10rem;
	}
	.home-about .home-title__english{
		font-size: 5rem;
	}
  .home-about__bg{
    transform: translateY(-3%);
    height:103%;
    clip-path:circle(27rem at center 50vh);
  }
	.home-about__image{
		width: 54rem;
		height: 54rem;
		margin:0 auto 10rem auto;
	}
	.home-about__person{
		width: 23.2rem;
	}
	.home-about__name{
		font-size: 3.4rem;
		margin-bottom: 3.5rem;
	}
	.home-about__english{
		font-size: 2.8rem;
		margin-bottom: 3.5rem;
	}
	.home-about__post{
		font-size: 2.6rem;
	}
}
		
/* PROFILE
--------------------------------------------------*/
.home-profile{
	height: 300vh;
}
.home-profile__in{
	height: 100vh;
  width:100%;
	position: fixed;
  left:0;
  top:0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  display:none;
}
.home-profile.-visible .home-profile__in{
	display: flex;
}
.home-profile__content{
	background-color: rgba(255,255,255,0.5);
	position: relative;
	z-index: 2;
}
.home-profile .home-title{
	position: relative;
	z-index: 3;
}
.home-profile__bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-profile__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-profile__text{
	letter-spacing: .06rem;
	font-weight: 600;
	line-height: 2.125;
	text-align: center;
}
.home-profile__skill{
	background-color: #fff;
	margin: 0 auto;
}
.home-skill__title{
	color: #4773a0;
	font-weight: bold;
	letter-spacing: .06rem;
}
.home-skill__text li{
	background: url("../images/check.svg") left center no-repeat;
	font-weight: 600;
	letter-spacing: .06rem;
}

/* PC */
@media print,only screen and (min-width: 768px){ 

  .home-profile__in{
		padding: 4rem 3rem 7rem 3rem;
	}
	.home-profile__content{
		width: 100%;
		margin-top: -11rem;
		padding: 11rem 3rem 7rem 3rem;
    max-width:88rem;
	}
	.home-profile .home-title{
		margin-bottom: 3.7rem;
	}
	.home-profile__text{
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
	.home-profile__skill{
		width: 48rem;
		display: flex;
		padding: 2rem 3rem 2.5rem 3rem;
	}
	.home-skill__title{
		width: 12rem;
		font-size: 1.8rem;
	}
	.home-skill__text{
		width: calc( 100% - 12rem );
	}
	.home-skill__text li{
		background-size: 1.3rem auto;
		padding-left: 2.2rem;
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.home-profile__in{
		padding: 12rem 3.5rem 14rem 3.5rem;
	}
	.home-profile__content{
		margin-top: -16.8rem;
		padding: 16.8rem 5rem 5.7rem 5rem;
	}
	.home-profile .home-title{
		margin-bottom: 5.5rem;
	}
	.home-profile__text{
		font-size: 2.6rem;
		margin-bottom: 5rem;
	}
	.home-profile__skill{
		padding: 4.5rem 3rem 4rem 3rem;
	}
	.home-skill__title{
		font-size:3.2rem;
		text-align: center;
		margin-bottom: 3rem;
	}
	.home-skill__text{
		width: fit-content;
		margin: auto;
	}
	.home-skill__text li{
		background-size: 1.6rem auto;
		padding-left: 3.2rem;
		margin-bottom: 2rem;
		font-size: 2.6rem;
	}
}

/* WORK
--------------------------------------------------*/
.home-work{
	height: 300vh;

}
.home-work__in{
	width: 100%;
	height: 100vh;
  left:0;
  top:0;
	position: fixed;
	/* display: none; */
  display: flex;
  z-index:-2;
  /* transition: z-index 1s step-end; */
  transition: z-index 1s step-end;
}
.home-work.-visible .home-work__in{
	/* display: flex; */
  z-index:1;
  transition: none;
}

.home-work__content{
	width: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.home-work__bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-work__bg-2{
  opacity: 0;
}

.home-work__bg img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.home-work__link{
	font-family: var(--font-serif);
	letter-spacing: .04em;
	text-align: center;
}
.home-work__link a{
	padding: 1rem;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-work{
		padding: 4rem 3rem;
	}
	.home-work__link{
		font-size: 3.2rem;
	}
	.home-work__link li{
		margin-bottom: 5rem;
	}
	.home-work__link a{
		transition: all .3s ease;
		opacity: 1;
	}
	.home-work__link a:hover{
		transition: all .3s ease;
		opacity: 0.7;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.home-work{
		padding: 5rem 3rem 5rem 3rem;
	}
	.home-work__link{
		font-size: 4.2rem;
	}
	.home-work__link li{
		margin-bottom: 6.5rem;
	}
}

/* CONTACT
--------------------------------------------------*/

.home-contact{
  height: 300vh;
}
.home-contact__in{
  display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100vh;
  left:0;
  top:0;
	position: fixed;
  z-index:-2;
  /* transition: z-index 1s step-end; */
  transition: z-index 1s step-end;
}

.home-contact.-visible .home-contact__in{
  z-index:2;
  transition: none;
}
.home-contact__content{
	position: relative;
	z-index: 2;
}
.home-contact .home-title{
	position: relative;
	z-index: 3;
}
.home-contact__bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-contact__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-contact__text{
	letter-spacing: .06em;
}
.home-contact__mail a{
	background-color: #fff;
	color: #4773a0;
	letter-spacing: .06em;
	font-weight: bold;
	display: inline-block;
	border-radius: 5.2rem;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-contact{
		padding: 16rem 3rem 17rem 3rem;
	}
	.home-contact .home-title{
		margin-bottom: 4.3rem;
	}
	.home-contact__text{
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
	.home-contact__mail a{
		width: 48rem;
		font-size: 2rem;
		border-radius: 5.2rem;
		padding: 2.6rem 3rem;
		transition: all .3s ease;
		margin: 0 auto;
	}
	.home-contact__mail a:hover{
		background-color: #4773a0;
		color: #fff;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-contact{
		padding: 43rem 3.5rem;
	}
	.home-contact .home-title{
		margin-bottom: 7rem;
	}
	.home-contact__text{
		font-size: 3.2rem;
		margin-bottom: 3.7rem;
	}
	.home-contact__mail a{
		width: 100%;
		font-size: 3.2rem;
		padding: 2.4rem 3rem;
		margin: 0 auto;
	}
}

/* 
--------------------------------------------------*/
/* PC */
@media print,only screen and (min-width: 768px){ 
}

/* SP */
@media screen and (max-width: 767px){	
}
