@charset "utf-8";
/* CSS Document */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media only screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
.pcsw, .tabsw, .spsw {
	display: none !important;
}

@media only screen and (min-width: 1025px) {
.pcsw {
	display: block !important;
}
}

@media only screen and (min-width: 560px) and (max-width: 1024px) {
.tabsw {
	display: block !important;
}
}

@media only screen and (max-width: 559px) {
.spsw {
	display: block !important;
}
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
a {
  text-decoration: none;
}
main {
	height: 100svh;
	overflow-y: scroll;
	overflow-x: hidden!important;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-style: normal;
}
/* MOUSE POINTER */
body {
	cursor: none !important;
}
* {
	cursor: url("img/pointer.svg"), auto !important;
}
.box {
	height: 100svh;
	position: relative;
	overflow: hidden;
	background: #fff;
	scroll-snap-align: start;
	scroll-margin-top: 0px; 
}
/* HEADER */		
header.brandLogo {
	position: fixed;
	z-index: 100;
	width: 20.224719101123593vw;
	min-width: 180px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 3vh;
}
/* ハンバーガーメニュー */	
.hamburger {
	width: 4.269662921348314vw;
	position: absolute;
	top: 2vh;
	left: 1.8%;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
}
a.navlink {
	color: #111;
	text-decoration: none;
	font-weight: 400;
	display: inline-block;
	position: relative;
	transition: opacity 0.3s ease;
	line-height: 1.0;
}
a.navlink::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0%;
	height: 2px;
	background-image: repeating-linear-gradient(to right, #111 0 4px, transparent 4px 8px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	transition: width 0.4s ease;
}
a.navlink:hover {
	opacity: 0.9;
	animation: bounceUp 0.8s ease forwards;
}
a.navlink:hover::after {
	width: 100%;
}
@keyframes bounceUp {
0% {
transform: scale(1);
}
30% {
transform: scaleY(1.4) scaleX(0.95);
}
60% {
transform: scaleY(0.8) scaleX(1.05);
}
100% {
transform: scale(1.05);
}
}
.nav {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: left 0.4s ease;
	z-index: 1000;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav.open {
	left: 0;
	pointer-events: auto;
	position: fixed;
}
.nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	z-index: 1001;
	margin: 0;
	padding: 0;
}
.nav ul li {
	opacity: 0;
	transform: translateY(50px) scale(0.9);
	font-size: 52px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #111;
	list-style: none;
}
.nav.open ul li {
	animation: fadeInUp 0.6s ease forwards;
}
.nav.open ul li:nth-child(1) {
	animation-delay: 0.3s;
}
.nav.open ul li:nth-child(2) {
	animation-delay: 0.45s;
}
.nav.open ul li:nth-child(3) {
	animation-delay: 0.6s;
}
.nav.open ul li:nth-child(4) {
	animation-delay: 0.75s;
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(50px) scale(0.9);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.svg-wrapper {
	width: 100%;
	margin: 0px auto;
	display: block;
	position: absolute;
	z-index: 1;
}
.hover-group {
	transform-origin: center center;
	will-change: transform;
	transform: translateZ(0);
}
@keyframes shake {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(4deg);
}
50% {
transform: rotate(-4deg);
}
75% {
transform: rotate(4deg);
}
100% {
transform: rotate(0deg);
}
}
.svg-wrapper:hover .hover-group {
	animation: shake 0.3s ease-in-out infinite;
	transform-origin: center;
}
@keyframes jellyBounce {
0% {
transform: translateY(0) scale(1);
}
10% {
transform: translateY(-25px) scaleY(1.2) scaleX(0.8);
}
30% {
transform: translateY(10px) scaleY(0.8) scaleX(1.2);
}
50% {
transform: translateY(-15px) scaleY(1.1) scaleX(0.9);
}
70% {
transform: translateY(5px) scaleY(0.9) scaleX(1.1);
}
100% {
transform: translateY(0) scale(1);
}
}
.svg-wrapper:hover {
	animation: jellyBounce 3.2s ease-in-out;
}
.svg-wrapper .cls-1 {
	fill: #e9546f;
}
/* box01 */	
#box01 video {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100svh;
}
/* box02 */	
.box02__swiperBox {
	position: relative;
	height: 100svh;
}
.swiper-wrapper {
	align-items: center;
}
.swiper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.swiper-slide {
	text-align: center;
}

.swiper-slide a {
	display: inline-block;
}
.swiper-slide img {
	max-height: 80vh;
	max-width: 90%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	background-color: #fff;
	margin: 0 auto;
}
.swiper-button-next, .swiper-button-prev {
	transition: transform 0.3s ease;
	color: #898989;
	  top: 50%;
  width: 40px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	transform: scale(1.1);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
}
.swiper-button-next {
  right: 6%;
}
.swiper-button-prev {
  left: 6%;
}
.box02__logo {
	position: absolute;
	z-index: 100;
	bottom: 2%;
	right: 2%;
	width: 2%;
}
/* box03 */	
.box03__backImg {
	position: relative;
	height: 100svh;
}

.box03__backImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.sampleCard {
	width: 27%;
	perspective: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.face {
	width: 100%;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
--ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
	transition: transform 0.2s var(--ease-out-cubic);
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.face img {
	width: 100%;
	display: block;
	transition: transform 0.4s ease;
	margin: 0 auto;
}
/* box04 */	
.box04__caption {
	writing-mode: vertical-rl;
	margin: 10vh auto;
	font-size: 2.8vh;
}
.box04__caption span {
	margin: 0 27px 0 0;
	display: block;
	opacity: 0;
	filter: blur(8px);
	transition: all 0.8s ease;
}
.box04__caption span:first-child {
	margin-right: 0;
}
.box04__logoashiraiBox__around {
	position: relative;
}
.box04__logoashiraiBox__center {
	width: 65%;
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: 15%;
	right: 0;
	left: 0;
}
.box04__logoashiraiBox {
	width: 12.6%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
	margin: 0 auto;
}
.box04__textashirai {
	position: absolute;
	bottom: 5vh;
	left: 4%;
}
.box04Inner {
	height: 100svh;
	position: relative;
}
.box04__caption span.is-visible {
	opacity: 1;
	filter: blur(0);
}
.spin {
	animation: rotate-center 5s linear infinite;
	transform-origin: center center;
}
@keyframes rotate-center {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* box05 */	
#box05 {
	height: auto;
	scroll-snap-align: start;
	position: relative;
	margin: 120px 0 60px;
}
/* footer */	
.footerlogo_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 49%;
	margin: 0 7.8% 40px auto;
}
.footerlogo {
	width: 30%
}
.iglogo {
	width: 21%;
}
.iglogo img {
	transition: transform 0.4s ease;
}
.iglogo img:hover {
	transform: scale(1.1);
}
.legal-notice {
	text-align: center;
	font-size: 11px;
	margin: 0;
	line-height: 2;
}

@media (max-width: 1024px) {
.nav ul li {
	font-size: 29px;
}
header.brandLogo {
	width: 180px;
}
.hamburger {
	width: 30px;
	top: 3vh;
	left: 4%;
}
}
/* ▼ 動画用スタイル */
.video-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 320px;
	z-index: 10;
	margin-top: 5px;
	text-align: right;
}
.video-wrapper video {
	width: 100%;
	height: auto;
	display: block;
}
.video-controls button {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
	padding: 5px 10px;
	margin-left: 5px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}

@media (max-width: 768px) {
.box03__backImglogo {
	width: 51%;
	padding: 8% 10%;
}
.sampleCard {
	width: 73%;
}
#box04 {
	margin: 0 auto;
	text-align: center;
	height: auto
}
.box04__caption {
	writing-mode: horizontal-tb;
	font-size: 18px;
	text-align: left;
	margin: 100px auto 0;
	display: inline-block;
}
.box04__textashirai {
	bottom: 5vh;
	left: 4%;
	text-align: left;
}
.box04__caption span {
	margin: 0 0 15px;
}
.box04__logoashiraiBox {
	position: relative;
	bottom: 0;
	width: 34.5%;
	height: 100%;
	margin: 50px auto 0;
}
.box04__caption span:last-child {
	margin-bottom: 0;
}
.footerlogo_box {
	display: grid;
	width: 100%;
	justify-content: flex-start;
	align-items: stretch;
	grid-template-columns: 1fr;
	margin-bottom: 0;
}
.footerlogo {
	order: 2;
	width: 40%;
	margin: 0 auto;
	margin: 60px auto 30px;
}
.iglogo {
	order: 1;
	width: 23%;
	margin: 0 auto;
}
#box05 {
	margin: 90px auto 60px;
}
.legal-notice {
	font-size: 8px;
}
}

@media (max-width: 768px) {
.swiper-slide::after {
	content: "";
	display: block;
	width: 30%;
	height: auto;
	background-image: url(img/happyteeproject.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 3 / 1;
	margin: 0 auto;
}
.box02__swiper {
	top: 53%;
	width: 96%;
}
.swiper-slide img {
	max-height: 80vh;
	max-width: 100%;
}
.swiper-button-next, .swiper-button-prev {
	top: 47%;
	width: 30px;
}

.swiper-button-next {
    right: 4%;
}
	
.swiper-button-prev {
    left: 4%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.box04__caption {
	font-size: 1.7578125vw;
}
}
