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

.top-fv-inner {
	position: relative;
	height: 100vh;
}

.top-fv-img {
	width: calc(230 / 375 * 100vw);
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
	.top-fv-img {
		width: calc(533 / 1920 * 100vw);
	}
}

.c-text {
  overflow: hidden;
  display: flex;
  width: 100%;
  /*margin-inline: calc(50% - 50vw);*/
  -webkit-text-stroke: 1px #399D26;
  text-stroke: 1px #399D26;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-family: 'LINE Seed JP Bd';
  color: #FFFDF9;
}

.c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 48px;

  &:nth-child(odd) {
    animation: MoveLeft 52s -26s infinite linear;
  }

  &:nth-child(even) {
    animation: MoveLeft2 52s infinite linear;
  }
}
@media screen and (min-width: 960px) {
	.c-text__item {
		font-size: 150px;
	}
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/**********************************************
    プロフィール
***********************************************/
#top-profile {
	padding: 80px 0;
}
@media screen and (min-width: 520px) {
	#top-profile {
		width: calc( 311 / 375 * 100vw);
		margin: 0 auto;
	}
}
@media screen and (min-width: 960px) {
	#top-profile {
		width: calc(1114 / 1920 * 100vw);
    	margin: 0 auto;
	}
}
@media screen and (min-width: 960px) {
	.top-profile-content {
		display: flex;
		justify-content: space-between;
	}
}
.top-profile-img {
	width: calc( 280 / 375 * 100vw);
	aspect-ratio: 280 / 211;
}
@media screen and (min-width: 960px) {
	.top-profile-img {
		width: calc( 404.58 / 1114 * 100%);
		aspect-ratio: 404.58 / 491;
	}
}
.top-profile-img > img {
	object-fit: contain;
}
.top-profile-inner {
	width: calc( 311 / 375 * 100vw);
	margin: 0 auto;
	padding-top: 60px;
}
@media screen and (min-width: 960px) {
	.top-profile-inner {
		width: calc( 500 / 1114 * 100%);
		margin: 15px auto 0;
		padding-top: 0px;
	}
}
.top-profile-inner > .name-en,
.top-profile-inner > .name-jp {
	font-family: "LINE Seed JP Bd";
}
.top-profile-inner > .name-en {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 13px;
	color: #399D26;
}
@media screen and (min-width: 960px) {
	.top-profile-inner > .name-en {
		/*font-size: 20px;*/
		font-size: 18px;
	}
}
.top-profile-inner > .name-jp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-top: 8px;
}
@media screen and (min-width: 960px) {
	.top-profile-inner > .name-jp {
		/*font-size: 32px;*/
		font-size: 28px;
	}
}
.top-profile-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 3px;
	padding: 30px 0;
}
@media screen and (min-width: 960px) {
	.top-profile-text {
		font-size: 16px;
	}
}

.top-button > a {
    background: #399D26;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #FFFDF9;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border: 1px solid #399D26;
}
@media screen and (min-width: 960px) {
	.top-button > a {
		max-width: 250px;
	}
}
.top-button > a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.top-button > a:hover {
  background: #FFFDF9;
  color: #399D26;
  border: 1px solid #399D26;
}
.top-button > a:hover:after {
  right: 1.4rem;
}

/**********************************************
    制作物
***********************************************/
#top-work {
	padding: 80px 0;
}
@media screen and (min-width: 960px) {
	#top-work {
		width: calc(1114 / 1920 * 100vw);
    	margin: 0 auto;
	}
}
.top-work-inner{
	margin-bottom: 65px;
}
.top-work-content {
	width: calc( 311 / 375 * 100%);
	margin: 0 auto;
}
@media screen and (min-width: 960px) {
	.top-work-content {
		width: 100%;
    	margin: 0 auto;
	}
}
.top-work-img-content {
	border-radius: 5px;
	/*min-height: 246px;*/
	display: flex;
  	justify-content: center;
  	align-items: center;
}

@media screen and (min-width: 960px) {
	.grid-container {
	  display: grid;
	  grid-template-columns: repeat(6, 1fr); /* 最大4列 */
	  gap: 16px; /* カード間のスペース */
	}

	.grid-item:nth-child(1),
	.grid-item:nth-child(2) {
	  grid-column: span 3;
	}

	.grid-item:nth-child(3),
	.grid-item:nth-child(4) {
	  grid-column: span 3;
	}

	.grid-item:nth-child(5),
	.grid-item:nth-child(6),
	.grid-item:nth-child(7) {
	  grid-column: span 2;
	}

	.grid-item:nth-child(8),
	.grid-item:nth-child(9),
	.grid-item:nth-child(10) {
	  grid-column: span 2;
	}
}

.top-work-img {
	overflow: hidden;
}
.top-work-img > img {
	transition: all 0.5s ease;
}
.top-work-img > img:hover {
	transform:scale(1.05);
}

.top-work-sec {
	display: flex;
}

.top-work-sec > p {
	font-size: 13px;
	background-color: #399D26;
	color: #fff;
	border-radius: 50px;
	padding: 6px 20px;
	margin: 18px 10px 10px 0;
}

.top-work-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: #FFFDF9;
	font-size: 15px;
	margin-top: 5px;
}
@media screen and (min-width: 960px) {
	.top-work-title {
		font-size: clamp(14px, 16 / 1980 * 100vw, 16px);
	}
}