@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

img {
	font-size: 0;
	line-height: 0;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset,
img {
	line-height: 0;
	vertical-align: top;
}

hr {
	display: none;
}

input,
select {
	vertical-align: middle;
}

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

html,
body {
	width: 100%;
	height: 100%;
}

ul,
li {
	list-style: none;
}

b {
	font-weight: bold;
}

iframe {
	border: none;
	outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-size: 1.6em;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1;
	background: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.6s ease;
}
body.page-zh_cn {
	font-family: "Noto Sans SC", "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
body.page-zh_tw {
	font-family: "Noto Sans TC", "Yu Gothic Medium", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4em;
	}
}

img {
	width: 100%;
	height: auto;
}

::selection {
	background: #000;
	color: #fff;
}

.pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}

.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.25s ease-out;
}

.link {
	position: relative;
	display: inline-block;
}
.link::after {
	content: "";
	display: inline-block;
}

.link-blank::after {
	vertical-align: top;
	margin-left: 0.5em;
	width: 14px;
	height: 14px;
	background: url(../images/icons/icon-blank.svg) center center no-repeat;
}

.btn {
	position: relative;
	display: block;
}

.btn-en {
	font-size: 3rem;
}

.btn-jp {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	.btn-en {
		font-size: 2rem;
	}

	.btn-jp {
		font-size: 1.6rem;
	}
}
.btn-back,
.btn-more,
.btn-contact,
.btn-confirm,
.btn-clients {
	border: 1px solid #000;
	background-color: #dfff55;
	color: #000;
	text-align: center;
	line-height: 1;
}
.btn-back::after,
.btn-more::after,
.btn-contact::after,
.btn-confirm::after,
.btn-clients::after {
	content: "";
	position: absolute;
	left: 0;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto 0 auto auto;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-btnarrow-blk.svg) center center no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width: 769px) {
	.btn-back:hover,
	.btn-more:hover,
	.btn-contact:hover,
	.btn-confirm:hover,
	.btn-clients:hover {
		border: 1px solid #dfff55;
		background: #000;
		color: #dfff55;
	}
	.btn-back:hover::after,
	.btn-more:hover::after,
	.btn-contact:hover::after,
	.btn-confirm:hover::after,
	.btn-clients:hover::after {
		background: url(../images/icons/icon-btnarrow-ylw.svg) center center no-repeat;
		background-size: 100% auto;
	}
}

.btn-back,
.btn-more,
.btn-confirm,
.btn-contact {
	padding: 22px 0 18px;
	margin: 0 auto;
	width: 320px;
	font-size: 2.8rem;
}

.btn-clients {
	padding: 12px 60px 14px 20px;
	margin: 0 0 0 auto;
	width: 200px;
	font-size: 1.8rem;
}

.btn-confirm {
	padding: 12px 0 12px;
	font-size: 2rem;
}

.btn-back::after {
	left: 5%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto auto 0;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-prev-blk.svg) center center no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width: 769px) {
	.btn-back:hover::after {
		background: url(../images/icons/icon-prev-ylw.svg) center center no-repeat;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 768px) {
	.btn-back,
	.btn-more,
	.btn-confirm,
	.btn-contact {
		padding: 14px 0 14px;
		width: 100%;
		font-size: 2rem;
	}

	.btn-clients {
		padding: 14px 60px 14px 20px;
		margin: 0 auto 0 auto;
		width: 200px;
		font-size: 1.4rem;
	}
}
.bebas-neue,
.en,
.btn-en,
.gnav ul li {
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.en-light {
	font-weight: 200;
}

.en-regular {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: bold;
}

.l-main h2 {
	position: relative;
	font-size: 9rem;
}
@media screen and (max-width: 768px) {
	.l-main h2 {
		font-size: 7rem;
	}
}
.l-main h3 {
	font-size: 4rem;
}
@media screen and (max-width: 768px) {
	.l-main h3 {
		font-size: 3.5rem;
	}
}
.l-main h4 {
	font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
	.l-main h4 {
		font-size: 2rem;
	}
}
.l-main h5 {
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.l-main h5 {
		font-size: 1.6rem;
	}
}
.l-main h6 {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.l-main h6 {
		font-size: 1.2rem;
	}
}
.l-main p {
	font-size: 1.6rem;
	line-height: 2em;
}
@media screen and (max-width: 768px) {
	.l-main p {
		font-size: 1.4rem;
	}
}
.l-main small {
	font-size: 80%;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px) {
	.l-wrapper {
		padding-right: 50px;
	}
}

.l-inner {
	position: relative;
	margin: 0 auto;
	max-width: 95%;
}

.l-inner.wide-inner {
	max-width: 100%;
}

.l-main {
	position: relative;
	background: #fff;
}

.l-section {
	position: relative;
}

/* ==========================================================================
header
========================================================================== */
.l-header {
	width: 100%;
	background: #f6f6f2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: fixed;
	z-index: 999;
}
.l-header .header-inner {
	width: 100%;
	position: relative;
}
.l-header .logo {
	position: absolute;
	z-index: 1000;
}

@media screen and (min-width: 1080px) {
	.l-header {
		width: 100%;
		max-width: calc(100% - 50px);
		height: 80px;
	}
	.l-header .header-inner {
		width: 100%;
		position: relative;
	}
	.l-header .nav-trigger {
		display: none;
	}
	.l-header .nav-wrapper {
		width: 100%;
		min-width: 1000px;
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
	.l-header .logo {
		left: 15px;
		top: 10px;
		width: 90px;
		height: 60px;
	}
	.l-header .gnav ul {
		display: flex;
		align-items: center;
		height: 80px;
		padding: 0;
	}
	.l-header .gnav ul li {
		font-size: 3rem;
	}
	.l-header .gnav ul li a {
		display: block;
		padding: 10px 15px;
	}
}
@media screen and (min-width: 1080px) and (min-width: 769px) {
	.l-header .gnav ul li a:hover {
		color: #bbbbbb;
	}
}
@media screen and (min-width: 1080px) {
	.l-header .lang {
		height: 80px;
		margin: 0 30px;
		padding: 15px 0;
		display: flex;
		align-items: center;
	}
	.l-header .lang dl {
		width: 130px;
		font-family: bebas-neue-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 2.4rem;
		position: relative;
	}
	.l-header .lang dl dt {
		width: 100%;
		text-align: center;
		position: relative;
		font-weight: 600;
		border: 1px solid #000000;
		padding: 2px 40px 2px 10px;
		height: 32px;
	}
	.l-header .lang dl dt::before,
	.l-header .lang dl dt::after {
		content: "";
		position: absolute;
		display: block;
	}
	.l-header .lang dl dt::before {
		width: 30px;
		height: 30px;
		right: -1px;
		top: -1px;
		margin: auto 0 auto auto;
		background: #f6f6f2;
		border: 1px solid #000000;
	}
	.l-header .lang dl dt::after {
		right: 10px;
		top: 6px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		transform: rotate(45deg);
	}
	.l-header .lang dl dt:hover::before {
		background: #000000;
	}
	.l-header .lang dl dt:hover::after {
		border-right: 2px solid #dfff55;
		border-bottom: 2px solid #dfff55;
	}
	.l-header .lang dl dt.is-active::after {
		top: 12px;
		transform: rotate(-135deg);
	}
	.l-header .lang dl dd {
		position: absolute;
		left: 0;
		top: 30px;
		background: #ffffff;
		width: 100%;
		z-index: 1;
		border: 1px solid #000000;
	}
	.l-header .lang dl dd ul li a {
		display: block;
		padding: 5px 10px;
	}
	.l-header .lang dl dd ul li a.is-active {
		background: #dfff55;
	}
	.l-header .lang dl dd ul li a:hover {
		color: #dfff55;
		background: #000000;
	}
}
@media screen and (min-width: 1080px) {
	.l-header .partner {
		width: 120px;
		height: 78px;
		border-left: 1px solid #000000;
		margin-right: 0;
	}
	.l-header .contact {
		width: 160px;
		height: 78px;
		border-left: 1px solid #000000;
		margin-right: 0;
	}
	.l-header .partner a.btn-header-partner {
		display: block;
		width: 100%;
		height: 100%;
		background: #e8e8e8;
		font-size: 3rem;
		text-align: center;
		line-height: 78px;
	}
	.l-header .partner a.btn-header-partner:hover {
		background: #000000;
		color: #dfff55;
	}
	.l-header .contact a.btn-header-contact {
		display: block;
		width: 100%;
		height: 100%;
		background: #dfff55;
		font-size: 3rem;
		text-align: center;
		line-height: 78px;
	}
	.l-header .contact a.btn-header-contact:hover {
		background: #000000;
		color: #dfff55;
	}
}
@media screen and (min-width: 1080px) {
	.l-header .header-privacypolicy {
		display: none;
	}
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.l-header {
		width: 100%;
		max-width: calc(100% - 50px);
		height: 80px;
	}
	.l-header .header-inner {
		width: 100%;
		position: relative;
	}
	.l-header .nav-trigger {
		display: none;
	}
	.l-header .nav-wrapper {
		width: 100%;
		min-width: inherit;
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
	.l-header .logo {
		left: 15px;
		top: 10px;
		width: 90px;
		height: 60px;
	}
	.l-header .gnav ul {
		display: flex;
		align-items: center;
		height: 80px;
		padding: 0;
	}
	.l-header .gnav ul li {
		font-size: 2.2rem;
	}
	.l-header .gnav ul li a {
		display: block;
		padding: 10px 8px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1079px) and (min-width: 769px) {
	.l-header .gnav ul li a:hover {
		color: #bbbbbb;
	}
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.l-header .lang {
		height: 80px;
		margin: 0 16px 0 8px;
		padding: 15px 0;
		display: flex;
		align-items: center;
	}
	.l-header .lang dl {
		width: 120px;
		font-family: bebas-neue-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 2rem;
		position: relative;
	}
	.l-header .lang dl dt {
		width: 100%;
		text-align: center;
		position: relative;
		font-weight: 600;
		border: 1px solid #000000;
		padding: 5px 40px 5px 10px;
		height: 32px;
	}
	.l-header .lang dl dt::before,
	.l-header .lang dl dt::after {
		content: "";
		position: absolute;
		display: block;
	}
	.l-header .lang dl dt::before {
		width: 30px;
		height: 30px;
		right: -1px;
		top: -1px;
		margin: auto 0 auto auto;
		background: #f6f6f2;
		border: 1px solid #000000;
	}
	.l-header .lang dl dt::after {
		right: 10px;
		top: 6px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		transform: rotate(45deg);
	}
	.l-header .lang dl dt:hover::before {
		background: #000000;
	}
	.l-header .lang dl dt:hover::after {
		border-right: 2px solid #dfff55;
		border-bottom: 2px solid #dfff55;
	}
	.l-header .lang dl dt.is-active::after {
		top: 12px;
		transform: rotate(-135deg);
	}
	.l-header .lang dl dd {
		position: absolute;
		left: 0;
		top: 30px;
		background: #ffffff;
		width: 100%;
		z-index: 1;
		border: 1px solid #000000;
	}
	.l-header .lang dl dd ul li a {
		display: block;
		padding: 5px 10px;
	}
	.l-header .lang dl dd ul li a.is-active {
		background: #dfff55;
	}
	.l-header .lang dl dd ul li a:hover {
		color: #dfff55;
		background: #000000;
	}
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.l-header .partner {
		width: 10%;
		height: 78px;
		border-left: 1px solid #000000;
		margin-right: 0;
	}
	.l-header .contact {
		width: 12%;
		height: 78px;
		border-left: 1px solid #000000;
		margin-right: 0;
	}
	.l-header .partner a.btn-header-partner {
		display: block;
		width: 100%;
		height: 100%;
		background: #e8e8e8;
		font-size: 2.2rem;
		text-align: center;
		line-height: 78px;
	}
	.l-header .partner a.btn-header-partner:hover {
		background: #000000;
		color: #dfff55;
	}
	.l-header .contact a.btn-header-contact {
		display: block;
		width: 100%;
		height: 100%;
		background: #dfff55;
		font-size: 2.2rem;
		text-align: center;
		line-height: 78px;
	}
	.l-header .contact a.btn-header-contact:hover {
		background: #000000;
		color: #dfff55;
	}
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.l-header .header-privacypolicy {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.l-header {
		height: 60px;
		position: fixed;
		z-index: 9999;
	}
	.l-header .nav-trigger {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 58px;
		width: 58px;
		border-left: 1px solid #000000;
	}
	.l-header .nav-trigger .trigger-wrapper {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		background: #dfff55;
	}
	.l-header .nav-trigger .trigger-wrapper span {
		position: absolute;
		width: 30px;
		height: 1px;
		left: 14px;
		background: #000000;
		transition: all 0.25s ease-out;
	}
	.l-header .nav-trigger .trigger-wrapper span:nth-child(1) {
		top: 20px;
	}
	.l-header .nav-trigger .trigger-wrapper span:nth-child(2) {
		top: 28px;
	}
	.l-header .nav-trigger .trigger-wrapper span:nth-child(3) {
		top: 36px;
	}
	.l-header .nav-wrapper {
		width: 100%;
		padding-bottom: 16px;
		position: absolute;
		display: flex;
		display: none;
		opacity: 0;
		flex-direction: column;
		justify-content: center;
		top: 59px;
		left: 0;
		height: calc(100vh - 60px);
		background: #000000;
		overflow: auto;
		z-index: 2;
	}
	.l-header .nav-wrapper.is-active {
		display: flex;
		opacity: 1;
	}
	.l-header .logo {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 60px;
		height: 40px;
	}
	.l-header .gnav {
		margin-bottom: 15vw;
	}
	.l-header .gnav ul {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
	}
	.l-header .gnav ul li {
		width: 100%;
		font-size: 4rem;
		border-bottom: 1px solid #bbbbbb;
	}
	.l-header .gnav ul li a {
		display: block;
		padding: 30px 20px 10px;
		color: #ffffff;
	}
	.l-header .nav-trigger.is-active .trigger-wrapper span:nth-child(1) {
		top: 30px;
		transform: rotate(-45deg);
	}
	.l-header .nav-trigger.is-active .trigger-wrapper span:nth-child(2) {
		width: 0;
	}
	.l-header .nav-trigger.is-active .trigger-wrapper span:nth-child(3) {
		top: 30px;
		transform: rotate(45deg);
	}
	.l-header .lang {
		width: 90%;
		height: auto;
		margin: 0 auto 24px;
		padding: 0;
		display: flex;
		align-items: center;
	}
	.l-header .lang dl {
		width: 100%;
		font-family: bebas-neue-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 2.4rem;
		position: relative;
	}
	.l-header .lang dl dt {
		width: 100%;
		text-align: left;
		position: relative;
		font-weight: 600;
		border: 1px solid #ffffff;
		padding: 8px 10px 8px 10px;
		height: 40px;
		color: #ffffff;
	}
	.l-header .lang dl dt::before,
	.l-header .lang dl dt::after {
		content: "";
		position: absolute;
		display: block;
	}
	.l-header .lang dl dt::before {
		width: 38px;
		height: 38px;
		right: -1px;
		top: -1px;
		margin: auto 0 auto auto;
		background: #000000;
		border: 1px solid #ffffff;
	}
	.l-header .lang dl dt::after {
		right: 13px;
		top: 11px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		transform: rotate(45deg);
	}
	.l-header .lang dl dt.is-active::after {
		top: 15px;
		transform: rotate(-135deg);
	}
	.l-header .lang dl dd {
		position: relative;
		left: 0;
		background: #ffffff;
		width: 100%;
		z-index: 1;
		border: 1px solid #ffffff;
	}
	.l-header .lang dl dd ul li {
		border-bottom: 1px solid #000000;
	}
	.l-header .lang dl dd ul li:last-child {
		border-bottom: none;
	}
	.l-header .lang dl dd ul li a {
		display: block;
		padding: 15px 10px;
	}
	.l-header .lang dl dd ul li a.is-active {
		background: #dfff55;
	}
	.l-header .partner {
		width: 90%;
		height: 56px;
		border-left: 1px solid #000000;
		margin: 0 auto 8px;
	}
	.l-header .partner a.btn-header-partner {
		display: block;
		width: 100%;
		height: 100%;
		background: #e8e8e8;
		font-size: 3rem;
		text-align: center;
		line-height: 56px;
	}
	.l-header .contact {
		width: 90%;
		height: 78px;
		border-left: 1px solid #000000;
		margin: 0 auto;
	}
	.l-header .contact a.btn-header-contact {
		display: block;
		width: 100%;
		height: 100%;
		background: #dfff55;
		font-size: 3rem;
		text-align: center;
		line-height: 78px;
	}
	.l-header .header-privacypolicy {
		display: block;
		color: #fff;
		width: 90%;
		margin: 5vw auto 0;
	}
	.l-header .header-privacypolicy a {
		position: relative;
		color: #fff;
		font-size: 1.3rem;
	}
	.l-header .header-privacypolicy a.link-blank::after {
		background: url(../images/icons/icon-blank-wht.svg) center center no-repeat;
	}
}
/* ==========================================================================
Footer
========================================================================== */
.l-footer {
	background: #000000;
}
.l-footer .footer-inner {
	width: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 50px;
}
@media screen and (max-width: 768px) {
	.l-footer .footer-inner {
		padding: 5%;
		flex-direction: column;
		justify-content: center;
	}
}
.l-footer .footer-inner .tfc {
	width: 150px;
}
.l-footer .footer-inner .tfc a {
	display: block;
}
.l-footer .footer-inner .privacypolicy {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.l-footer .footer-inner .privacypolicy {
		display: none;
	}
}
.l-footer .footer-inner .privacypolicy a {
	position: relative;
	color: #fff;
	font-size: 1.4rem;
}
.l-footer .footer-inner .privacypolicy a.link-blank::after {
	background: url(../images/icons/icon-blank-wht.svg) center center no-repeat;
}
.l-footer .footer-inner .privacypolicy a:hover {
	color: #bbbbbb;
}

.gotop {
	position: fixed;
	z-index: 1000;
}
@media screen and (min-width: 769px) {
	.gotop {
		top: 0;
		right: 0;
		width: 50px;
		height: 100vh;
		background: #000;
	}
	.gotop .gotop-inner {
		width: 100%;
		height: 100vh;
		position: relative;
	}
	.gotop span {
		position: absolute;
		display: block;
		width: 14px;
		height: 278px;
		margin: auto auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.gotop a {
		position: absolute;
		display: block;
		width: 50px;
		height: 150px;
		margin: auto auto 0;
		bottom: 0;
		background: url(../images/common/gotop-wht.svg) center center no-repeat #000000;
		background-size: 100% auto;
	}
	.gotop a:hover {
		background: url(../images/common/gotop-blk.svg) center center no-repeat #dfff55;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 768px) {
	.gotop {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	.gotop .gotop-inner {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.gotop a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}
	.gotop a::before {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/icons/icon-arrowtop-wht.svg) center center no-repeat;
		background-size: contain;
	}
	.gotop span {
		display: none;
	}
}

/* ==========================================================================
  Animation
  ========================================================================== */
.anim {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.anim-fadeout {
	animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(0, 0);
	}
}
.anim-fadein {
	opacity: 0;
}

.anim-fadein.is-show {
	animation: fadeIn 0.3s 0.1s both ease-out;
}

@keyframes fadeIn {
	0% {
		transform: translate(0, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
.anim-fadeinUp {
	opacity: 0;
}

.anim-fadeinUp.is-show {
	animation: fadeInUp 0.3s 0.2s both ease-out;
}

.anim-fadeinUp.anim-delay2.is-show {
	animation: fadeInUp 0.3s 0.3s both ease-out;
}

.anim-fadeinUp.anim-delay3.is-show {
	animation: fadeInUp 0.3s 0.4s both ease-out;
}

@keyframes fadeInUp {
	0% {
		transform: translate(0, 20px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
.anim-slidein-l {
	opacity: 0;
}

.anim-slidein-l.is-show {
	animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
	0% {
		transform: translate(-10vw, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
.anim-slidein-r {
	opacity: 0;
}

.anim-slidein-r.is-show {
	animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
	0% {
		transform: translate(10vw, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
.anim-slideout-l.is-out {
	animation: slideOutL 1.5s 0.1s both ease-out;
}

@keyframes slideOutL {
	0% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 1;
		transform: translate(-100vw, 0);
	}
}
.anim-slideout-r.is-out {
	animation: slideOutR 1.5s 0.1s both ease-out;
}

@keyframes slideOutR {
	0% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 1;
		transform: translate(100vw, 0);
	}
}
/* ==========================================================================
  dog
  ========================================================================== */
.trig {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.bgextend {
	position: relative;
}

.bgextend.is-show::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #dfff55;
	/*伸びる背景色の設定*/
	z-index: -1;
	left: -2px;
	top: -1px;
}

@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}
/* ==========================================================================
COMMON
========================================================================== */
.l-sec {
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	.l-sec {
		padding: 50px 0;
	}
}
.l-sec h2 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 9rem;
}
@media screen and (max-width: 768px) {
	.l-sec h2 {
		font-size: 6rem;
	}
}
.page-ttl {
	width: 100%;
	margin: 0 auto;
	padding: 140px 0 60px;
	text-align: center;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.page-ttl {
		padding: 120px 0 60px;
	}
}
.page-ttl h1 {
	font-size: 9rem;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.page-ttl h1 {
		font-size: 6rem;
	}
}

.list-works {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 3%;
}
.list-works li {
	width: 22%;
	margin-bottom: 3%;
	display: flex;
	flex-direction: column;
}
.list-works li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.list-works li .thumb {
	position: relative;
	background: #000;
	margin: 0;
	padding-top: 141.42%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.list-works li .thumb img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.list-works li {
		width: 47.5%;
		margin-bottom: 6%;
	}
}
.list-works li h4,
.list-works li p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #bbbbbb;
}

.btn-wrap {
	margin: 50px 0 0;
	text-align: center;
}

.l-contact {
	background: #ffffff;
	text-align: center;
}
.l-contact p {
	line-height: 2em;
}

/* ==========================================================================
TOP
========================================================================== */
.page-top .l-sec {
	border-bottom: 1px solid #1d1d1d;
}
.page-top .l-fv {
	background: #f6f6f2;
	border-bottom: 1px solid #1d1d1d;
}
@media screen and (max-width: 768px) {
	.page-top .l-fv {
		padding: 100px 0 30px;
	}
}
@media screen and (min-width: 769px) {
	.page-top .l-fv {
		padding: 120px 0 60px;
	}
}
.page-top .l-fv h1 {
	width: 80%;
	margin: 0 auto;
}
.page-top .fv-slider {
	width: 100%;
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.page-top .fv-slider {
		padding: 90px 0;
	}
}
.page-top .fv-slider .swiper-wrapper {
	width: 100%;
}
.page-top .l-top-services {
	overflow: hidden;
}
.page-top .l-top-services .list-services {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.page-top .l-top-services .list-services {
		border-right: 1px solid #1d1d1d;
	}
	.page-top .l-top-services .list-services::before,
	.page-top .l-top-services .list-services::after {
		display: block;
		position: absolute;
		content: "";
		width: 100vw;
		height: 1px;
		background: #000000;
		left: 0;
		right: 0;
		margin: auto auto;
		z-index: 1;
	}
	.page-top .l-top-services .list-services::before {
		left: -5%;
		top: 0;
		bottom: auto;
	}
	.page-top .l-top-services .list-services::after {
		left: -5%;
		top: auto;
		bottom: 0;
	}
	.page-top .l-top-services .list-services li:first-child,
	.page-top .l-top-services .list-services li:nth-child(4) {
		position: relative;
	}
	.page-top .l-top-services .list-services li:last-child {
		width: calc(33.33% + 1px);
		border-right: 1px solid #000;
	}

	.page-top .l-top-services .list-services li:first-child::after,
	.page-top .l-top-services .list-services li:nth-child(4)::after {
		display: block;
		position: absolute;
		content: "";
		width: 100vw;
		height: 1px;
		background: #000000;
		left: 0;
		right: 0;
		margin: auto auto;
		left: -10%;
		top: auto;
		bottom: 0;
	}
}
.page-top .l-top-services .list-services li {
	width: 33.33%;
	padding: 10px;
}
@media screen and (min-width: 769px) {
	.page-top .l-top-services .list-services li {
		border-left: 1px solid #1d1d1d;
	}
	.page-top .l-top-services .list-services li:hover {
		background: #f6f6f2;
	}
}
@media screen and (max-width: 768px) {
	.page-top .l-top-services .list-services li {
		width: 100%;
		border-top: 1px solid #1d1d1d;
		border-left: 1px solid #1d1d1d;
		border-right: 1px solid #1d1d1d;
		box-shadow: none;
	}
	.page-top .l-top-services .list-services li:last-child {
		border-bottom: 1px solid #1d1d1d;
	}
}
.page-top .l-top-services .list-services li .thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.page-top .l-top-services .list-services li h3 {
	min-height: 2.6em;
	font-size: 1.8rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	padding-right: 50px;
}
.page-top .l-top-services .list-services li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.page-top .l-top-services .list-services li a::after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	margin: auto 0 0 auto;
	width: 30px;
	height: 30px;
	padding: 6px;
	border: 1px solid #000;
	background: url(../images/icons/icon-btnarrow-blk.svg) center center no-repeat #dfff55;
	background-size: 24px 24px;
}
.page-top .l-top-services .list-services li a .thumb img {
	display: block;
	transition: all 0.25s ease-out;
	opacity: 0.5;
	transform: scale(1);
}
.page-top .l-top-services .list-services li a:hover::after {
	border: 1px solid #000;
	background: url(../images/icons/icon-btnarrow-ylw.svg) center center no-repeat #000000;
	background-size: 24px 24px;
}
.page-top .l-top-services .list-services li a:hover .thumb img {
	opacity: 1;
	transform: scale(1.1);
}
.page-top .l-top-works {
	background: url(../images/common/bg-grid.svg) left top repeat #1d1d1d;
	background-size: 20px 20px;
}
.page-top .l-top-works h2 {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.page-top .l-top-works .list-works li {
		width: 47.5%;
	}
}
.l-top-creators {
	background: #ffffff;
}
.l-top-creators .creators-label {
	margin-bottom: 3.2rem;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.l-top-creators .creators-label::before {
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 16px;
	background-color: #dfff54;
}
.l-top-creators ul.creators-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 56px;
}
.l-top-creators ul.creators-list li {
	width: calc(50% - 28px);
	margin-top: -1px;
}
.l-top-creators ul.creators-list li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 8px 16px 40px;
	font-size: 1.8rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
}
.l-top-creators ul.creators-list li a::after {
	content: "";
	width: 32px;
	height: 32px;
	background: url(../images/icons/icon-btnarrow-blk.svg);
}
.l-top-creators ul.creators-list li a:hover {
	background: #f6f6f2;
}
.l-top-creators ul.creators-list + .creators-label {
	margin-top: 64px;
}
/* End of Selection */
@media screen and (max-width: 768px) {
	.l-top-creators .creators-label {
		margin-bottom: 1.6rem;
		font-size: 2rem;
	}
	.l-top-creators .creators-label::before {
		width: 16px;
		height: 16px;
		margin-right: 16px;
	}
	.l-top-creators ul.creators-list {
		gap: 0 56px;
	}
	.l-top-creators ul.creators-list li {
		width: 100%;
	}
	.l-top-creators ul.creators-list li a {
		padding: 12px 0px 12px 0px;
		font-size: 1.4rem;
	}
	.l-top-creators ul.creators-list li a::after {
		width: 32px;
		height: 32px;
	}
	.l-top-creators ul.creators-list + .creators-label {
		margin-top: 40px;
	}
}
.page-top .l-top-company {
	background: #f6f6f2;
}
.page-top .l-top-company .overview,
.page-top .l-top-company .office {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.page-top .l-top-company .overview,
	.page-top .l-top-company .office {
		display: block;
	}
}
.page-top .l-top-company .overview .company-overview,
.page-top .l-top-company .office .company-overview {
	width: 30%;
}
@media screen and (max-width: 768px) {
	.page-top .l-top-company .overview .company-overview,
	.page-top .l-top-company .office .company-overview {
		width: 100%;
	}
}
.page-top .l-top-company .overview .company-overview p,
.page-top .l-top-company .office .company-overview p {
	padding: 10px 0 3px;
	font-size: 3rem;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.page-top .l-top-company .overview .company-overview p,
	.page-top .l-top-company .office .company-overview p {
		border-bottom: none;
	}
}
.page-top .l-top-company .overview .company-overview .company-overview-jp,
.page-top .l-top-company .office .company-overview .company-overview-jp {
	font-size: 1.2rem;
	font-weight: 600;
	padding-left: 0.5em;
}
.page-top .l-top-company .overview .info,
.page-top .l-top-company .office .info {
	width: 65%;
}
@media screen and (max-width: 768px) {
	.page-top .l-top-company .overview .info,
	.page-top .l-top-company .office .info {
		width: 100%;
	}
}
.page-top .l-top-company .overview .info dl,
.page-top .l-top-company .office .info dl {
	display: flex;
	justify-content: flex-start;
	padding: 18px 0;
	border-top: 1px solid #000;
}
.page-top .l-top-company .overview .info dl dt,
.page-top .l-top-company .office .info dl dt {
	width: 30%;
	font-weight: 600;
	line-height: 1.8rem;
}
.page-top .l-top-company .overview .info dl dd,
.page-top .l-top-company .office .info dl dd {
	width: 70%;
	line-height: 1.8rem;
}
.page-top .l-top-company .overview .info dl dd a,
.page-top .l-top-company .office .info dl dd a {
	text-decoration: underline;
}
.page-top .l-top-company .overview .info dl dd a:hover,
.page-top .l-top-company .office .info dl dd a:hover {
	text-decoration: none;
}
.page-top .l-top-company .overview .info dl:last-child,
.page-top .l-top-company .office .info dl:last-child {
	border-bottom: 1px solid #000;
}
.page-top .l-top-company .overview .info .office-map,
.page-top .l-top-company .office .info .office-map {
	margin-top: 30px;
}
.page-top .l-top-company .overview .info .office-map iframe,
.page-top .l-top-company .office .info .office-map iframe {
	width: 100%;
	min-height: 365px;
}
.page-top .l-top-company .office {
	margin-top: 60px;
}
.page-top .l-top-company .office dl:nth-child(2) {
	border-bottom: 1px solid #000;
}
.page-top .l-top-copyrights {
	background: #f6f6f2;
}
.page-top .l-top-copyrights .copyrights-wrapper {
	margin-bottom: 25px;
}
.page-top .l-top-copyrights .copyrights-wrapper p {
	font-size: 1rem;
	color: #454545;
}
.page-top .l-top-copyrights .emblem-wrapper {
	display: flex;
	gap: 20px;
}
.page-top .l-top-copyrights .emblem-wrapper .emblem img {
	width: auto;
	height: 54px;
}

/* ==========================================================================
SERVICES
========================================================================== */
.page-services {
	background: #fff;
}
@media screen and (min-width: 1080px) {
	.page-services {
		min-width: 1025px;
	}
	.page-services .sp {
		display: none !important;
	}
	.page-services .pc {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.page-services .sp {
		display: block !important;
	}
	.page-services .pc {
		display: none !important;
	}
}
.page-services .btn-wrap-back {
	margin: 0;
	padding: 60px 0;
	background: #777777;
}
.page-services .l-main {
	width: 100%;
	margin: 0 auto;
}
.page-services .l-main .services-wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .services-wrapper {
		display: block;
	}
}
.page-services .l-main .side-area {
	/* -- Side Nav(pc) - Page Nav(sp) --*/
	/* -- Side Nav(pc) - Page Nav(sp) --*/
}
@media screen and (min-width: 1080px) {
	.page-services .l-main .side-area {
		width: 23%;
		padding: 60px 25px;
		background: #fff;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .side-area {
		width: 100%;
		border: none;
		padding: 20px 5% 50px;
		background: #f6f6f2;
		border-bottom: 1px solid #000;
	}
}
@media screen and (min-width: 1080px) {
	.page-services .l-main .side-area .pnav {
		display: none;
	}
	.page-services .l-main .side-area .snav {
		position: sticky;
		top: 120px;
	}
	.page-services .l-main .side-area .snav li {
		position: relative;
		list-style: none;
		padding-left: 10px;
		margin-bottom: 15px;
		font-size: 1.4rem;
		line-height: 1.4;
		cursor: pointer;
		list-style: none;
	}
	.page-services .l-main .side-area .snav li a {
		position: relative;
		font-weight: 400 !important;
	}
	.page-services .l-main .side-area .snav li a::before {
		content: "";
		position: absolute;
		top: 2px;
		left: -16px;
		width: 8px;
		height: 8px;
		border: 1px solid #000;
	}
	.page-services .l-main .side-area .snav li a.is-current::before {
		background: #dfff55;
	}
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .side-area .snav {
		display: none;
	}
	.page-services .l-main .side-area .pnav {
		width: 100%;
		height: auto;
		position: relative;
	}
	.page-services .l-main .side-area .pnav dt {
		width: 100%;
		text-align: left;
		font-family: bebas-neue-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 1.8rem;
		line-height: 1em;
		position: relative;
		border: 1px solid #000000;
		padding: 8px 10px 8px 10px;
		height: 38px;
		color: #000000;
		background: #ffffff;
	}
	.page-services .l-main .side-area .pnav dt::before,
	.page-services .l-main .side-area .pnav dt::after {
		content: "";
		position: absolute;
		display: block;
	}
	.page-services .l-main .side-area .pnav dt::before {
		width: 38px;
		height: 38px;
		right: -2px;
		top: -2px;
		margin: auto 0 auto auto;
	}
	.page-services .l-main .side-area .pnav dt::after {
		right: 11px;
		top: 10px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		transform: rotate(45deg);
	}
	.page-services .l-main .side-area .pnav dt.is-active::after {
		top: 15px;
		transform: rotate(-135deg);
	}
	.page-services .l-main .side-area .pnav dd {
		position: absolute;
		left: 0;
		top: 37px;
		width: 100%;
		z-index: 2;
		border: 1px solid #000000;
		background: #ffffff;
	}
	.page-services .l-main .side-area .pnav dd ul li {
		border-bottom: 1px solid #000000;
	}
	.page-services .l-main .side-area .pnav dd ul li:last-child {
		border-bottom: none;
	}
	.page-services .l-main .side-area .pnav dd ul li a {
		display: block;
		padding: 15px 10px;
		font-size: 1.4rem;
		line-height: 1.4;
		background-color: #ffffff;
	}
	.page-services .l-main .side-area .pnav dd ul li a.is-current {
		background-color: #dfff55;
	}
}
.page-services .l-main .main-area {
	width: 77%;
	background: #f6f6f2;
	/*END services-box*/
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .main-area {
		width: 100%;
	}
	.page-services .l-main .main-area > section:nth-child(even) {
		background: #ffffff;
	}
}
.page-services .l-main .main-area .services-box {
	padding: 60px 0 0;
}
.page-services .l-main .main-area .services-box h3 {
	position: relative;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.2;
	padding-left: 75px;
	padding-bottom: 15px;
	display: block;
}
@media screen and (max-width: 768px) {
	.page-services .l-main .main-area .services-box h3 {
		font-size: 2.4rem;
		padding-left: 12%;
	}
}
.page-services .l-main .main-area .services-box h3 small {
	font-size: 60%;
}
.page-services .l-main .main-area .services-box h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.page-services .l-main .main-area .services-box .ser-num {
	position: absolute;
	top: 7px;
	left: 30px;
	margin-right: 1.2em;
	font-size: 1.8rem;
	margin-top: 0.6em;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.page-services .l-main .main-area .services-box .ser-num {
		font-size: 1.4rem;
		line-height: 1;
		top: 2px;
		left: 5%;
	}
}
.page-services .l-main .main-area .services-box .services-conts {
	padding: 40px 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .main-area .services-box .services-conts {
		display: block;
	}
}
.page-services .l-main .main-area .services-box .services-conts .ser-overview {
	width: 30%;
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .main-area .services-box .services-conts .ser-overview {
		width: 100%;
	}
}
.page-services .l-main .main-area .services-box .services-conts .ser-overview p {
	padding: 10px 0 10px;
	font-size: 3rem;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	line-height: 1;
	font-style: normal;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .main-area .services-box .services-conts .ser-overview p {
		border-bottom: none;
	}
}
.page-services .l-main .main-area .services-box .services-conts .ser-overview .ser-overview-jp {
	font-size: 1.2rem;
	font-weight: 600;
	padding-left: 0.5em;
}
.page-services .l-main .main-area .services-box .services-conts .ser-detail {
	width: 65%;
	padding-top: 1%;
	border-top: 1px solid #000;
}
@media screen and (max-width: 1079px) {
	.page-services .l-main .main-area .services-box .services-conts .ser-detail {
		width: 100%;
		padding-top: 30px;
	}
}
.page-services .l-main .main-area .services-box .services-conts .ser-detail img {
	width: 100%;
	height: auto;
}
.page-services .l-main .main-area .services-box .services-conts .ser-detail .ser-detail-text {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.78;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.page-services .l-main .main-area .services-box .services-conts .ser-detail .ser-detail-text {
		font-size: 1.4rem;
	}
}

/* ==========================================================================
WORKS
========================================================================== */
.page-works {
	background: url(../images/common/bg-grid.svg) left top repeat #1d1d1d;
	background-size: 20px 20px;
	/* -- Side Nav(pc) - Page Nav(sp) --*/
}
.page-works .page-ttl {
	border-bottom: none;
}
.page-works .page-ttl h1 {
	color: #ffffff;
}
.page-works .l-main.l-main-works {
	background: none;
}
.page-works .l-main.l-main-works .works-nav {
	max-width: 50%;
	margin: 0 auto 60px;
	display: flex;
	gap: 30px;
	text-align: center;
	justify-content: center;
}
.page-works .l-main.l-main-works .works-nav li {
	width: 22%;
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .works-nav li {
		width: 100%;
	}
}
.page-works .l-main.l-main-works .works-nav li a.is-current {
	color: #dfff55;
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .works-nav {
		flex-wrap: wrap;
		max-width: inherit;
		width: 100%;
	}
	.page-works .l-main.l-main-works .works-nav li {
		width: 26% !important;
	}
	.page-works .l-main.l-main-works .works-nav li.all {
		width: 100% !important;
	}
}
.page-works .l-main.l-main-works .works-nav a {
	color: #ffffff;
}
.page-works .l-main.l-main-works .works-nav a:hover {
	color: #dfff55;
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .works-nav {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .selectbox {
		display: inline-flex;
		align-items: center;
		position: relative;
		width: 100%;
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .selectbox::after {
		position: absolute;
		right: 15px;
		content: "";
		pointer-events: none;
		width: 1em;
		height: 1em;
		color: #fff;
		border: 0.2em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
	}
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .selectbox select {
		appearance: none;
		width: 100%;
		height: 4em;
		padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
		border: 1px solid #777777;
		border-radius: 1px;
		background-color: #000;
		color: #ffffff;
		font-size: 1em;
		cursor: pointer;
	}
}
.page-works .l-main.l-main-works .works-cnts {
	padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
	.page-works .l-main.l-main-works .works-cnts {
		padding: 0 0 50px;
	}
}
@media screen and (min-width: 769px) {
	.page-works .pnav {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.page-works .works-nav {
		display: none !important;
	}
	.page-works .pnav {
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 50px;
	}
	.page-works .pnav dt {
		width: 100%;
		text-align: left;
		font-family: bebas-neue-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 1.8rem;
		position: relative;
		font-weight: 600;
		border: 1px solid #000000;
		padding: 8px 10px 8px 10px;
		height: 38px;
		color: #ffffff;
		background: #000000;
	}
	.page-works .pnav dt::before,
	.page-works .pnav dt::after {
		content: "";
		position: absolute;
		display: block;
	}
	.page-works .pnav dt::before {
		width: 38px;
		height: 38px;
		right: -2px;
		top: -2px;
		margin: auto 0 auto auto;
	}
	.page-works .pnav dt::after {
		right: 11px;
		top: 10px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		transform: rotate(45deg);
	}
	.page-works .pnav dt.is-active::after {
		top: 15px;
		transform: rotate(-135deg);
	}
	.page-works .pnav dd {
		position: absolute;
		left: 0;
		top: 37px;
		width: 100%;
		z-index: 2;
		border: 1px solid #000000;
		background: #ffffff;
	}
	.page-works .pnav dd ul li {
		border-bottom: 1px solid #000000;
	}
	.page-works .pnav dd ul li:last-child {
		border-bottom: none;
	}
	.page-works .pnav dd ul li a {
		display: block;
		padding: 15px 10px;
		font-size: 1.4rem;
		line-height: 1.4;
		background-color: #ffffff;
	}
	.page-works .pnav dd ul li a.is-current {
		background-color: #dfff55;
	}
}
.page-works .l-main.l-main-works .otherworks {
	margin-top: 30px;
}
.page-works .l-main.l-main-works .otherworks h2 {
	font-size: 2.4rem;
	color: #bbbbbb;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
	.page-works .l-main.l-main-works .otherworks h2 {
		font-size: 3rem;
	}
}
.page-works .l-main.l-main-works .otherworks .list-otherworks li {
	margin-bottom: 0.5em;
	color: #bbbbbb;
	font-size: 1.4rem;
	line-height: 1.4;
}

/* ==========================================================================
Creators
========================================================================== */
.page-creators {
	background: #fff;
}
.page-creators .l-main {
	width: 100%;
	margin: 0 auto;
	background: #f6f6f2;
	border-bottom: 1px solid #000;
}
/* Start of Selection */
.page-creators .l-main .creators-wrapper {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
}
.page-creators .l-main .creators-wrapper a.back {
	width: fit-content;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 40px 0;
	font-size: 3rem;
}
.page-creators .l-main .creators-wrapper a.back::before {
	content: "";
	width: 32px;
	height: 32px;
	margin-right: 8px;
	background: url(../../assets/images/icons/icon-btnarrow-blk.svg) center no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
}
.page-creators .l-main .creators-wrapper a.back:hover {
	opacity: 0.3;
}
.page-creators .l-main .creators-wrapper .creators-block {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	gap: 6%;
}
.page-creators .l-main .creators-wrapper .creators-block .creator-image {
	width: calc(40% - 3%);
	flex: none;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: sticky;
	top: 96px;
}
.page-creators .l-main .creators-wrapper .creators-block .creator-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info {
	width: auto;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block {
	margin-bottom: 60px;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block .creators-info-position {
	margin-bottom: 0.6em;
	font-size: 1.8rem;
	font-weight: bold;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block .creators-info-name {
	margin-bottom: 0.2em;
	font-size: 4.8rem;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block .creators-info-name-en {
	font-size: 2.6rem;
	text-transform: uppercase;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block h2 {
	margin-bottom: 16px;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block h2 p {
	padding: 10px 0 3px;
	font-size: 3.2rem;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block h2 .jp {
	font-size: 1.4rem;
	font-weight: 600;
	padding-left: 0.5em;
}
/* End of Selection */
body.page-creators-en .creators-block .creators-info .creators-info-block .creators-info-name {
	display: none;
}
body.page-creators-en .creators-block .creators-info .creators-info-block .creators-info-name-en {
	font-size: 4.8rem !important;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	body.page-creators-en .creators-block .creators-info .creators-info-block .creators-info-name {
		display: none;
	}
	body.page-creators-en .creators-block .creators-info .creators-info-block .creators-info-name-en {
		font-size: 4rem !important;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 768px) {
	.page-creators .l-main .creators-wrapper {
		padding: 60px 0;
	}
	.page-creators .l-main .creators-wrapper a.back {
		margin: 24px 0;
		font-size: 3rem;
	}
	.page-creators .l-main .creators-wrapper a.back::before {
		width: 32px;
		height: 32px;
		margin-right: 8px;
	}
	.page-creators .l-main .creators-wrapper .creators-block {
		flex-direction: column;
		gap: 40px;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creator-image {
		width: 100%;
		position: unset;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info {
		width: 100%;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block {
		margin-bottom: 56px;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block .creators-info-position {
		margin-bottom: 0.6em;
		font-size: 1.6rem;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block .creators-info-name {
		font-size: 3.2rem;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block .creators-info-name-en {
		font-size: 2rem;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block h2 {
		margin-bottom: 8px;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block h2 p {
		padding: 10px 0 3px;
		font-size: 3rem;
		font-family: bebas-neue-pro, sans-serif;
		font-weight: 600;
		font-style: normal;
		line-height: 1em;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.page-creators .l-main .creators-wrapper .creators-block .creators-info .creators-info-block h2 .jp {
		font-size: 1.4rem;
		font-weight: 600;
		padding-left: 0.5em;
	}
}

/* ==========================================================================
PARTNER
========================================================================== */
.page-partner {
	background: #fff;
}
.page-partner .l-main {
	width: 100%;
	margin: 0 auto;
	background: #f6f6f2;
	border-bottom: 1px solid #000;
}
.page-partner .l-main .partner-wrapper {
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.page-partner .l-main .partner-wrapper {
		max-width: 70%;
	}
}
@media screen and (max-width: 768px) {
	.page-partner .l-main .partner-wrapper {
		width: 100%;
	}
}
.page-partner .l-main .partner-wrapper .partner-lead {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
}

/* ==========================================================================
CONTACT
========================================================================== */
.page-contact {
	background: #fff;
}
.page-contact .l-main {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	background: #f6f6f2;
}
.page-contact .l-main .contact-wrapper {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.page-contact .l-main .contact-wrapper {
		max-width: 900px;
	}
}
@media screen and (max-width: 768px) {
	.page-contact .l-main .contact-wrapper {
		width: 100%;
	}
}
.page-contact .l-main .contact-wrapper .contact-lead {
	font-size: 1.3rem;
	font-weight: 600;
}
.page-contact .l-main .contact-wrapper .form-inner {
	margin: 40px auto;
}
.page-contact .l-main .contact-wrapper .form-inner dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.page-contact .l-main .contact-wrapper .form-inner dl {
		display: block;
	}
}
.page-contact .l-main .contact-wrapper .form-inner dl dt {
	width: 30%;
	font-size: 1.5rem;
	line-height: 1.8em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.page-contact .l-main .contact-wrapper .form-inner dl dt {
		width: 100%;
	}
}
.page-contact .l-main .contact-wrapper .form-inner dl dt:before {
	content: "必須";
	width: 100px;
	height: 30px;
	margin-right: 20px;
	padding: 2px 3px;
	font-size: 1rem;
	border: 1px solid #000000;
	background: #dfff55;
}
.page-contact .l-main .contact-wrapper .form-inner dl .no-required:before {
	content: "";
	width: 100px;
	height: 30px;
	margin-right: 40px;
	padding: 2px 3px;
	font-size: 1rem;
	border: none;
	background: none;
}
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box {
	display: block;
	width: 70%;
	height: auto;
	padding: 0 0 12px;
	font-size: 1.4rem;
}
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box input,
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box textarea {
	display: block;
	width: 100%;
	padding: 5px 10px;
}
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box input[type="text"],
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box textarea,
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box input[type="text"],
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box input[type="tel"],
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box input[type="email"] {
	border: 1px solid #000000;
	background: #ffffff;
	min-height: 2em;
}
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box input[readonly],
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box textarea[readonly] {
	background: #fefefe;
	outline: none;
}
.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box .error {
	color: red;
	font-size: 1.2rem;
	margin: 0.5em 0 0;
}
@media screen and (max-width: 768px) {
	.page-contact .l-main .contact-wrapper .form-inner dl dd.form-box {
		width: 100%;
	}
}
.page-contact .l-main .contact-wrapper .form-inner.en dl dt,
.page-contact .l-main .contact-wrapper .form-inner.en dl dd {
	font-size: 2rem;
	line-height: 1.5em;
}
.page-contact .l-main .contact-wrapper .form-inner.en dl dt:before {
	content: "Required";
	margin-right: 10px;
	font-size: 1.5rem;
}
.page-contact .l-main .contact-wrapper .form-inner.zh_cn dl dt:before {
	content: "必填";
}
.page-contact .l-main .contact-wrapper .form-inner.zh_tw dl dt:before {
	content: "必填";
}
.page-contact .l-main .contact-wrapper .form-inner.en dl dt.no-required:before,
.page-contact .l-main .contact-wrapper .form-inner.zh_cn dl dt.no-required:before,
.page-contact .l-main .contact-wrapper .form-inner.zh_tw dl dt.no-required:before {
	content: "";
}
.page-contact .l-main .contact-wrapper .form-inner.en dl dt.no-required:before {
	margin-right: 55px;
}
.page-contact .l-main .contact-wrapper .contact-att p {
	font-size: 1.2rem;
	line-height: 1.6em;
}
.page-contact .l-main .contact-wrapper .contact-att .contact-att-ttl {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.page-contact .l-main .contact-wrapper .contact-att .contact-att-b {
	font-weight: 600;
}
.page-contact .l-main .contact-wrapper .contact-btn {
	margin-top: 40px;
}
.page-contact .l-main .contact-wrapper .contact-btn a {
	position: relative;
	display: block;
	width: 400px;
	padding: 15px;
	margin: 0 auto;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #000000;
	color: #000;
	background: #dfff54;
}
@media screen and (max-width: 768px) {
	.page-contact .l-main .contact-wrapper .contact-btn a {
		font-size: 2rem;
		width: 100%;
	}
}
.page-contact .l-main .contact-wrapper .contact-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("../images/icons/icon-btnarrow-blk.svg") no-repeat;
	background-size: contain;
}

.page-contact .contact-thanks .thanks-lead {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.page-contact .contact-thanks .thanks-lead {
		font-size: 1.4rem;
	}
}

.tab-radio {
	display: none;
}

/* Start of Selection */
.tab-menu {
	display: block;
	float: left;
	width: calc(100% / 2);
	text-align: center;
	padding: 1em 0;
	margin-top: 40px;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid #000;
	font-weight: bold;
	letter-spacing: 0.5em;
}
.tab-menu:hover {
	opacity: 0.8;
}
.tab-menu + .tab-menu {
	border-left: none;
}
/* End of Selection */

.tab-content-item {
	/* コンテンツは非表示にしておく */
	width: 100%;
	/* パディング */
	padding: 1em 1em 0 1em;
	/* コンテンツに収まらない場合は非表示 */
	overflow: hidden;
}

#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02 {
	background-color: #dfff55;
}

/* ==========================================================================
Clients
========================================================================== */
.page-clients .l-wrapper {
	width: 100%;
	padding: 0;
	background: #fff;
}
.page-clients .l-inner {
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.page-clients .l-inner {
		padding: 30px 0;
	}
}
.page-clients h2 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 3em;
	letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
	.page-clients h2 {
		font-size: 2.2rem;
		margin-bottom: 2em;
	}
}
.page-clients p.order {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 3em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.page-clients p.order {
		margin-bottom: 2em;
		font-size: 1.2rem;
	}
}
.page-clients .logo-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-left: 3%;
	gap: 3%;
	justify-content: flex-start;
}
.page-clients .logo-list li {
	width: 17%;
}
@media screen and (max-width: 768px) {
	.page-clients .logo-list {
		padding-left: 3%;
		gap: 3%;
	}
	.page-clients .logo-list li {
		width: 30%;
	}
}
.page-clients .soon {
	text-align: center;
	padding: 50px 5% 0;
}
.page-clients .soon img {
	width: auto;
	height: 4rem;
}
@media screen and (max-width: 768px) {
	.page-clients .soon img {
		height: 3rem;
	}
}

/* ==========================================================================
SWIPER
========================================================================== */
.swiper {
	user-select: none;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0px 0px;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide .thumb {
	position: relative;
	background: rgba(0, 0, 0, 0);
	margin: 0;
	padding-top: 141.42%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.swiper-slide .thumb img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
}

.swiper-slide .thumb {
	transition: all 0.1s ease-out;
}

.swiper-slide.swiper-slide-active .thumb {
	transform: scale(1.2);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-fraction {
	font-size: 1.4rem;
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	z-index: 1;
	width: 95%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.swiper-pagination-fraction {
		justify-content: center;
	}
}

.swiper-pagination-fraction .border {
	width: 100px;
	height: 2px;
	margin: 0 8px;
	background-color: #1d1d1d;
	position: relative;
}
@media screen and (max-width: 768px) {
	.swiper-pagination-fraction .border {
		width: 200px;
	}
}

.swiper-pagination-fraction .border span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #dfff55;
	transform: scaleX(0);
	transform-origin: left center;
	transition-timing-function: linear;
}

.swiper-pagination.is-active .border span {
	transform: scaleX(1);
	transition: transform 5s linear;
}

.swiper-pagination-fraction .swiper-pagination-current::before,
.swiper-pagination-fraction .swiper-pagination-total::before {
	content: "0";
}

/* ==========================================================================
modaal
========================================================================== */
.modaal-container {
	width: 100%;
	min-height: 72vh;
}

/*# sourceMappingURL=style.css.map */
