@charset "UTF-8";

/* ==========================================================================
	Base
========================================================================== */
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #FFF;
	background-color: #5DC0DF;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* ==========================================================================
	Typography
========================================================================== */
h1 { font-size: clamp(2.4rem, 0.925vw + 2.053rem, 3.2rem); }
h2 { font-size: clamp(1.8rem, 0.694vw + 1.54rem, 2.4rem); }
h3 { font-size: clamp(1.6rem, 0.462vw + 1.427rem, 2.0rem); }
h4 { font-size: clamp(1.5rem, 0.347vw + 1.37rem, 1.8rem); }
h5 { font-size: clamp(1.4rem, 0.231vw + 1.313rem, 1.6rem); }
h6 { font-size: clamp(1.3rem, 0.115vw + 1.256rem, 1.4rem); }
/* ==========================================================================
	Layout
========================================================================== */
.l-section {
	padding: 8rem 0;
}
.l-inner {
	margin: 0 auto;
	padding: 0 4rem;
	max-width: 1240px;
}
@media screen and (max-width: 768px) {
	.l-section {
		padding: 5rem 0;
	}
	.l-inner {
		padding: 0 2rem;
	}
}
.l-grid {
	display: grid;
	gap: 4rem;
}
.l-grid--2col {
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
	.l-grid--2col {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
}
/* ==========================================================================
	Utility (Animation)
========================================================================== */
.js-fade {
	visibility: hidden;
	opacity: 0;
}
.u-ib {
	display: inline-block;
}
/* ==========================================================================
	Components
========================================================================== */
.c-heading {
	margin-top: 0;
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: clamp(2.5rem, 2vw + 1.8rem, 3.5rem);
	font-weight: bold;
	color: #FFF;
	text-align: left;
	letter-spacing: 0.1em;
}
.c-heading__arrows {
	margin-top: .25rem;
	margin-left: 1rem;
	font-size: 1.4rem;
	line-height: 1;
	color: #FFF;
	vertical-align: middle;
	letter-spacing: 0.2em;
}
.p-tvcm .c-heading,
.p-graphic .c-heading {
	color: #FFF;
}
.p-tvcm .c-heading__arrows,
.p-graphic .c-heading__arrows {
	color: rgba(255, 255, 255, 0.9);
}
/* ==========================================================================
	Project - Hero
========================================================================== */
.p-hero {
	width: 100%;
	position: relative;
}
.p-hero__bg {
	width: 100%;
	line-height: 0;
}
.p-hero__bg img {
	width: 100%;
	height: auto;
	display: block;
}
.p-hero__inner {
	padding: 4rem;
	width: 100%;
	max-width: 1240px;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.p-hero__company {
	margin: 0;
	width: 240px;
	position: absolute;
	top: 3rem;
	right: 0;
}
.p-hero__company img {
	width: 100%;
	height: auto;
}
.p-hero__title {
	margin: 0;
	position: absolute;
	top: 12%;
	left: 4rem;
	font-size: clamp(1.6rem, 2.5vw - 0.8rem, 2.7rem);
	font-weight: 700 !important;
	line-height: 2.2;
	letter-spacing: 3px;
	color: #FFF;
	text-align: left;
}
.p-hero__catch {
	width: 94%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
.p-hero__catch img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.p-hero {
		height: 100vh;
		height: 100svh;
	}
	.p-hero__title {
		line-height: 1.8;
		letter-spacing: 1.7px;
	}
	.p-hero__bg {
		height: 100%;
	}
	.p-hero__bg img {
		height: 100%;
		object-fit: cover;
		object-position: right top;
	}
	.p-hero__inner {
		padding: 2rem;
	}
	.p-hero__company {
		width: 120px;
		top: 2rem;
		right: 2rem;
	}
	.p-hero__title {
		width: calc(100% - 4rem);
		top: 15%;
		left: 2rem;
		font-size: clamp(1.5rem, 4vw, 1.7rem);
		font-feature-settings: "palt";
	}
	.p-hero__catch {
		width: 86%;
		bottom: 2%;
	}
}
/* ==========================================================================
	Project - Concept
========================================================================== */
.p-concept__title {
	margin-bottom: 2.4rem;
	text-align: center;
}
.p-concept__text {
	text-align: center;
}
/* ==========================================================================
	Project - TVCM
========================================================================== */
.p-tvcm__item {
	overflow: hidden;
	position: relative;
}
.p-tvcm__img-wrap {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 5px solid #FFF;
	flex-wrap: nowrap;
}
.p-tvcm__img-wrap picture {
	display: block;
	overflow: hidden;
}
.p-tvcm__img-wrap picture:nth-of-type(1) {
	flex: 5;
}
.p-tvcm__img-wrap picture:nth-of-type(2) {
	flex: 2;
}
.p-tvcm__img-wrap picture img {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.4s ease;
	object-fit: cover;
}
.p-tvcm__img-wrap:hover picture img {
	transform: scale(1.02);
}
.p-tvcm__item:nth-child(even) .p-tvcm__img-wrap {
	flex-direction: row-reverse;
}
.p-tvcm__title {
	margin: 0;
	padding: 0.8rem 4rem 0.8rem 4rem;
	display: flex;
	position: absolute;
	z-index: 10;
	top: 6rem;
	left: -2rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	pointer-events: none;
	background-color: #FFF;
	transform: rotate(-10deg);
	transform-origin: left top;
	align-items: baseline;
	gap: 1.5rem;
}
.p-tvcm__title .p-tvcm__num {
	font-size: 3.2rem;
	line-height: 1;
}
.p-tvcm__item:nth-child(even) .p-tvcm__title {
	padding: 0.8rem 5rem 0.8rem 4rem;
	right: -2rem;
	left: auto;
	transform: rotate(10deg);
	transform-origin: right top;
}
.p-tvcm__play {
	width: 60px;
	height: 60px;
	display: flex;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 35.714%;
	border-radius: 50%;
	background-color: rgba(180, 180, 180, 0.8);
	transition: background-color 0.3s;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
}
.p-tvcm__item:nth-child(even) .p-tvcm__play {
	left: 64.286%;
}
.p-tvcm__play::after {
	margin-left: 4px;
	width: 0;
	height: 0;
	display: block;
	content: "";
	border-width: 12px 0 12px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
}
.p-tvcm__img-wrap:hover .p-tvcm__play {
	background-color: #5DC0DF;
}
@media screen and (max-width: 768px) {
	.p-tvcm__title {
		padding: 0.5rem 2.5rem 0.5rem 1.5rem;
		top: 3rem;
		left: -1rem;
		font-size: 1.2rem;
		gap: 0.8rem;
	}
	.p-tvcm__title .p-tvcm__num {
		font-size: 2.2rem;
	}
	.p-tvcm__item:nth-child(even) .p-tvcm__title {
		padding: 0.5rem 1.5rem 0.5rem 2.5rem;
		right: -1rem;
	}
	.p-tvcm__play {
		width: 42px;
		height: 42px;
		background-color: rgba(180, 180, 180, 1);
	}
}
/* ==========================================================================
	Project - Graphic
========================================================================== */
.p-graphic__item {
	margin-bottom: 0;
	cursor: pointer;
}
.p-graphic__item picture {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border: 5px solid #FFF;
}
.p-graphic__item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}
.p-graphic__item:hover img {
	transform: scale(1.02);
}
/* ==========================================================================
	Project - Modal
========================================================================== */
.c-modal {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
}
.c-modal.is-active {
	display: flex;
}
.c-modal.is-active .c-modal__bg {
	animation: modalBgFadeIn 0.6s ease forwards;
}
@keyframes modalBgFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.c-modal.is-active .c-modal__content {
	animation: modalContentFadeIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes modalContentFadeIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.c-modal__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.85);
}
.c-modal__content {
	width: 90%;
	max-width: 800px;
	position: relative;
	z-index: 1;
}
.c-modal__close {
	padding: 0;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
	font-size: 4rem;
	line-height: 1;
	color: #FFF;
	border: none;
	background: none;
}
.c-modal__video {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	background-color: #000;
}
.c-modal__video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* Graphic Modal (画像用モーダル専用スタイル) */
.c-modal--graphic .c-modal__image {
	margin: 0 auto;
	padding: 5px;
	width: fit-content;
	/*overflow: hidden;*/
	background-color: #FFF;
}
.c-modal--graphic .c-modal__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.c-modal--graphic .c-modal__close {
	top: -40px;
	right: 0;
	color: #FFF;
	text-shadow: none;
}
.c-modal--graphic .c-modal__video {
	padding-top: 0;
}
/* ==========================================================================
	Project - Staff & Store
========================================================================== */
.p-staff {
	margin: 0;
	padding-bottom: 1rem !important;
}
.p-staff__list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}
.p-staff__item {
	display: flex;
	background-color: rgba(255, 255, 255, 0.5);
	gap: 0;
	align-items: center;
}
.p-staff__img {
	flex: 0 0 35%;
}
.p-staff__img img {
	width: 100%;
	height: auto;
	display: block;
}
.p-staff__body {
	padding: 2rem;
	color: #252525;
	flex: 1;
}
.p-staff__name {
	margin-top: 0;
	margin-bottom: 1rem;
	display: flex;
	font-size: 2.4rem;
	letter-spacing: 2px;
	font-weight: bold;
	align-items: center;
	gap: 2rem;
}
.p-staff__name small {
	font-size: 1.8rem;
	font-weight: normal;
}
.p-staff__desc {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: justify;
}
.p-staff__desc--works {
	margin-top: 0;
	margin-bottom: 0;
}
.p-store {
	margin: 8rem auto 0;
	max-width: 420px;
	text-align: center;
}
.p-store a {
	display: inline-block;
	overflow: hidden;
}
.p-store img {
	max-width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.p-store a:hover img {
	transform: scale(1.02);
}
.copyright {
	margin: 1rem 0;
	font-size: 1.2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-staff__item {
		flex-direction: column;
		gap: 0;
	}
	.p-staff__img {
		width: 100%;
		flex: 0 0 auto;
	}
	.p-staff__heading {
		margin-bottom: 3rem;
		font-size: 2.2rem;
	}
	.p-staff__body {
		padding: 2rem;
	}
	.p-staff__name {
		margin-bottom: 1.5rem;
		font-size: 2rem;
		gap: 1.5rem;
	}
	.p-staff__name small {
		font-size: 1.6rem;
	}
	.p-store {
		margin-top: 5rem;
	}
	.p-store {
		margin: 5rem auto 0;
		max-width: 100%;
		text-align: center;
	}
}