/* リキッドレイアウト対応 */

body {
	color: #fff;
	font-family: "kozuka-gothic-pr6n", sans-serif;
}

body h1 {
	color: #fff;
	font-size: 11.2px;
	font-size: 0.7rem;
	z-index: -5;
}

.u-desktop {
	display: none;
}

html {
	font-size: 3.5555555556vw;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

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

.about::before {
	background-image: url(../images/common/about-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.about__mask {
	margin-inline: auto;
	max-width: 1440px;
	max-width: 90rem;
	position: relative;
	width: 100%;
}

.about__inner {
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
	padding-top: 145px;
	padding-top: 9.0625rem;
	position: relative;
}

.about__title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.46;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.about__text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2.33;
}

.about__img {
	margin-left: auto;
	margin-top: 28px;
	margin-top: 1.75rem;
	width: 375px;
	width: 23.4375rem;
}

.about__btn {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.about__btn span {
	display: block;
	margin-left: 27px;
	margin-left: 1.6875rem;
}

.about__treat--sp01 {
	left: 10px;
	left: 0.625rem;
	max-width: 111px;
	max-width: 6.9375rem;
	position: absolute;
	top: 0px;
	top: 0rem;
	width: 100%;
	z-index: 100;
}

.about__treat--sp02 {
	max-width: 210px;
	max-width: 13.125rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: -50px;
	top: -3.125rem;
	width: 100%;
	z-index: 100;
}

.about__treat--sp03 {
	bottom: 30px;
	bottom: 1.875rem;
	max-width: 214px;
	max-width: 13.375rem;
	position: absolute;
	right: -50px;
	right: -3.125rem;
	width: 100%;
	z-index: 100;
}

.about__treat--pc01 {
	left: 340px;
	left: 21.25rem;
	max-width: 375px;
	max-width: 23.4375rem;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 100%;
	z-index: 100;
}

.about__treat--pc02 {
	bottom: 100px;
	bottom: 6.25rem;
	left: -210px;
	left: -13.125rem;
	max-width: 224px;
	max-width: 14rem;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.about__treat--pc03 {
	max-width: 342px;
	max-width: 21.375rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 0px;
	top: 0rem;
	width: 100%;
	z-index: 100;
}

.about__treat--pc04 {
	bottom: 0px;
	bottom: 0rem;
	max-width: 360px;
	max-width: 22.5rem;
	position: absolute;
	right: -150px;
	right: -9.375rem;
	width: 100%;
	z-index: 100;
}

.about__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.about__head,
.about__title,
.about__btn,
.about__text {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.about__img {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.app-detail {
	margin-top: -90px;
	margin-top: -5.625rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.app-detail::before {
	background-image: url(../images/common/app-detail-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.app-detail__head {
	max-width: 560px;
	max-width: 35rem;
	width: 100%;
}

.app-detail__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.25;
	margin-top: 48px;
	margin-top: 3rem;
}

.app-detail__img {
	max-width: 700px;
	max-width: 43.75rem;
	width: 100%;
}

.app-detail__list {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.app-detail__item {
	border-radius: 2.1875rem;
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 560px;
	max-width: 35rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.app-detail__item--01 {
	border: 6px solid #EA5313;
}

.app-detail__item--02 {
	border: 6px solid #A5C12F;
}

.app-detail__item--03 {
	border: 6px solid #0E605E;
}

.app-detail__item-title {
	border-radius: 0 1.875rem 1.875rem 0;
	bottom: 15px;
	bottom: 0.9375rem;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	left: 0;
	padding: 5px 24px;
	padding: 0.3125rem 1.5rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.app-detail__item--01 .app-detail__item-title {
	background-color: #EA5313;
}

.app-detail__item--02 .app-detail__item-title {
	background-color: #A5C12F;
}

.app-detail__item--03 .app-detail__item-title {
	background-color: #0E605E;
}

.app-detail__item-arrow {
	bottom: 10px;
	bottom: 0.625rem;
	height: 30px;
	height: 1.875rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: 30px;
	width: 1.875rem;
	z-index: 10;
}

.app-detail__item img {
	position: relative;
	z-index: -1;
}

.app-detail__item-img img {
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
}

.app-detail__item:hover .app-detail__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.app-detail__item:hover .app-detail__item-title {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.app-detail__treat,
.app-detail__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.app-detail__section-title,
.app-detail__text {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.app-detail__img,
.app-detail__list {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px); /* 左から移動 */
}

.ball-release {
	padding-bottom: 110px;
	padding-bottom: 6.875rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.ball-release::before {
	background-image: url(../images/common/ball-release-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.ball-release__catch {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.ball-release__catch p {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.ball-release__character,
.ball-release__treat {
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.ball-release__character--01 {
	left: 50px;
	left: 3.125rem;
	max-width: 50px;
	max-width: 3.125rem;
	top: -55px;
	top: -3.4375rem;
	width: 100%;
}

.ball-release__character--02 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 50px;
	right: 3.125rem;
	top: -75px;
	top: -4.6875rem;
	width: 100%;
}

.ball-release__character--03 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 50px;
	right: 3.125rem;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.ball-release__character--04 {
	left: 150px;
	left: 9.375rem;
	max-width: 75px;
	max-width: 4.6875rem;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.ball-release__character--05 {
	left: 200px;
	left: 12.5rem;
	max-width: 80px;
	max-width: 5rem;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.ball-release__treat--01 {
	left: -50px;
	left: -3.125rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 150px;
	top: 9.375rem;
	width: 100%;
}

.ball-release__treat--02 {
	max-width: 180px;
	max-width: 11.25rem;
	right: -30px;
	right: -1.875rem;
	top: 500px;
	top: 31.25rem;
	width: 100%;
	z-index: 1;
}

.blog {
	margin-top: -75px;
	margin-top: -4.6875rem;
	position: relative;
	z-index: 1;
}

.blog.blog--sub {
	margin-top: 0;
}

.blog::before {
	background-image: url(../images/common/blog-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog.blog--sub::before {
	background-color: transparent;
	background-image: url(../images/common/single-news-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.blog__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 105px;
	padding-top: 6.5625rem;
	position: relative;
}

.blog__head {
	max-width: 216px;
	max-width: 13.5rem;
	width: 100%;
}

.blog__list {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.blog__list::before {
	background-color: #fff;
	border-radius: 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
	width: 0.5rem;
}

.blog__item {
	margin-top: 16px;
	margin-top: 1rem;
}

.blog__item:first-child {
	margin-top: 0;
}

.blog__btn {
	margin-inline: auto;
	margin-top: 32px;
	margin-top: 2rem;
}

.blog__btn span {
	padding-left: 16px;
	padding-left: 1rem;
}

.blog__treat--sp01 {
	max-width: 157px;
	max-width: 9.8125rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 0px;
	top: 0rem;
	width: 100%;
	z-index: 100;
}

.blog__treat--sp02 {
	bottom: 20px;
	bottom: 1.25rem;
	max-width: 177px;
	max-width: 11.0625rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	width: 100%;
	z-index: 100;
}

.blog__treat--pc01 {
	bottom: 20px;
	bottom: 1.25rem;
	left: 50px;
	left: 3.125rem;
	max-width: 137px;
	max-width: 8.5625rem;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.blog__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.blog__head,
.blog__btn {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.blog__list {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.blog__item {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blog__item:hover .list__title {
	color: #EA5313;
}

.breadcrumb {
	color: #268582;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 100%;
	overflow-x: auto;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 2.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Dazzle Unicase", sans-serif;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 206px;
	max-width: 12.875rem;
	padding: 8px 8px;
	padding: 0.5rem 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.btn--orange a {
	margin-inline: auto;
	background-color: #fff;
	border-radius: 3.125rem;
	color: #EA5313;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	max-width: 300px;
	max-width: 18.75rem;
	padding: 11px 40px;
	padding: 0.6875rem 2.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn a img {
	height: 31px;
	height: 1.9375rem;
	max-width: 31px;
	max-width: 1.9375rem;
	width: 100%;
}

.btn--orange a img {
	height: 30px;
	height: 1.875rem;
	max-width: 30px;
	max-width: 1.875rem;
	width: 100%;
}

.btn a:hover {
	background-color: #EA5313;
}

.btn--orange a:hover {
	border: 1px solid #EA5313;
	color: #fff;
	padding-left: 100px;
	padding-left: 6.25rem;
}

.btn--orange a:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.btn--big a {
	max-width: 250px;
	max-width: 15.625rem;
}

.character {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.character::before {
	background-color: #73BFE6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.character__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.character__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.character__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.character__item:first-child {
	margin-top: 0;
}

.character__item-img {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 560px;
	max-width: 35rem;
	width: 100%;
}

.character__item-title {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.character__item-title span {
	color: #F879A5;
	font-size: 18px;
	font-size: 1.125rem;
}

.character__item-title::before {
	background-color: #F879A5;
	border-radius: 50%;
	bottom: -4px;
	bottom: -0.25rem;
	content: "";
	height: 9px;
	height: 0.5625rem;
	max-width: 9px;
	max-width: 0.5625rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	width: 100%;
}

.character__item-title::after {
	background-color: #F879A5;
	border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
	bottom: -4px;
	bottom: -0.25rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: 50px;
	right: 3.125rem;
	width: 100vw;
}

.character__item-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.character__stump {
	margin-top: 115px;
	margin-top: 7.1875rem;
}

.character__stump-title {
	text-align: center;
}

.character__stump-title > p {
	background-color: #13BD20;
	border-radius: 0.75rem;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
	position: relative;
}

.character__stump-title > p {
	-webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, .16);
	box-shadow: 3px 4px 0 rgba(0, 0, 0, .16);
	font-weight: bold;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.character__stump-title > p span {
	padding-left: 4px;
	padding-left: 0.25rem;
	padding-right: 4px;
	padding-right: 0.25rem;
}

.character__stump-list {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.character__stump-item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.character__stump-item {
	-webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, .16);
	box-shadow: 3px 4px 0 rgba(0, 0, 0, .16);
}

.character__section-title,
.character__item-wrapper,
.character__text,
.character__stump-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.character__item-img,
.character__stump-list,
.character__stump-item {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.character__stump-item a img {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.character__stump-item a:hover img {
	-webkit-transform: translate(3px, 4px);
	transform: translate(3px, 4px);
}

.common {
	position: relative;
	z-index: 1;
}

.common::before {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.common--about::before {
	background-image: url(../images/common/competencie-about-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.common--recruit::before {
	background-image: url(../images/common/recruit-recruit-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.common--gamemachine-development::before {
	background-color: #73BFE6;
}

.common--app-development::before {
	background-color: #73BFE6;
}

.common--idol-management::before {
	background-color: #73BFE6;
}

.common__inner {
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
	position: relative;
}

.common--app-development .common__inner {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.common--idol-management .common__inner {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.common--about .common__inner {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

.common--about .common__body {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.common--job-description .common__body {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.common--gamemachine-development .common__body {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.common__body {
	position: relative;
}

.common__catch {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.common--about .common__catch {
	color: #0E605E;
}

.common--gamemachine-development .common__catch {
	color: #EA5313;
}

.common--gamemachine-development .common__catch--bottom {
	color: #fff;
}

.common--recruit .common__catch {
	color: #0E605E;
}

.common--job-description .common__catch {
	color: #0E605E;
}

.common__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.65;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.common--app-development .common__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.common--app-development .common__text span {
	color: #EA5313;
}

.common--idol-management .common__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.common__img {
	margin-right: calc(50% - 50vw);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.common--gamemachine-development .common__img {
	top: 45px;
	top: 2.8125rem;
}

.common--job-description .common__img {
	top: -45px;
	top: -2.8125rem;
}

.common--idol-management .common__img {
	top: -200px;
	top: -12.5rem;
}

.common--app-development .common__img {
	top: -200px;
	top: -12.5rem;
}

.common--recruit .common__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
}

.common--recruit .common__wrapper {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.common__treat--about01 {
	max-width: 62px;
	max-width: 3.875rem;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: 20px;
	top: 1.25rem;
	width: 100%;
}

.common__treat--about02 {
	bottom: 0px;
	bottom: 0rem;
	max-width: 86px;
	max-width: 5.375rem;
	position: absolute;
	right: 137px;
	right: 8.5625rem;
	width: 100%;
}

.common__treat--pc01 {
	bottom: 200px;
	bottom: 12.5rem;
	left: -30px;
	left: -1.875rem;
	max-width: 130px;
	max-width: 8.125rem;
	position: absolute;
	width: 100%;
}

.common__treat--pc02 {
	max-width: 90px;
	max-width: 5.625rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: 100px;
	top: 6.25rem;
}

.common__treat--pc03 {
	bottom: 220px;
	bottom: 13.75rem;
	max-width: 190px;
	max-width: 11.875rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	width: 100%;
	z-index: 10;
}

.common__treat--pc04 {
	bottom: -30px;
	bottom: -1.875rem;
	max-width: 200px;
	max-width: 12.5rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	width: 100%;
	z-index: 2;
}

.common__character--gmd01 {
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
	width: 100%;
}

.common__character--gmd02 {
	max-width: 80px;
	max-width: 5rem;
	position: absolute;
	right: 70px;
	right: 4.375rem;
	top: 120px;
	top: 7.5rem;
	width: 100%;
}

.common__treat--app01 {
	left: auto;
	max-width: 80px;
	max-width: 5rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 10px;
	top: 0.625rem;
	width: 100%;
}

.common__treat--idol01 {
	left: auto;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: -40px;
	top: -2.5rem;
	width: 100%;
}

.common__character--recruit01 {
	left: auto;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: -40px;
	top: -2.5rem;
	width: 100%;
}

.common__character--recruit01 {
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
	width: 100%;
}

.common__character--recruit02 {
	left: 20px;
	left: 1.25rem;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	top: 150px;
	top: 9.375rem;
	width: 100%;
}

.common__character--recruit03 {
	bottom: 60px;
	bottom: 3.75rem;
	max-width: 80px;
	max-width: 5rem;
	position: absolute;
	right: 70px;
	right: 4.375rem;
	width: 100%;
}

.common__character--req01 {
	left: 100px;
	left: 6.25rem;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	top: -50px;
	top: -3.125rem;
	width: 100%;
}

.common__character--req02 {
	max-width: 55px;
	max-width: 3.4375rem;
	position: absolute;
	right: 100px;
	right: 6.25rem;
	top: -50px;
	top: -3.125rem;
	width: 100%;
}

.common__character--req03 {
	left: 50px;
	left: 3.125rem;
	max-width: 55px;
	max-width: 3.4375rem;
	position: absolute;
	top: 700px;
	top: 43.75rem;
	width: 100%;
}

.common__character--req04 {
	max-width: 55px;
	max-width: 3.4375rem;
	position: absolute;
	right: 50px;
	right: 3.125rem;
	top: 750px;
	top: 46.875rem;
	width: 100%;
}

.common__character--req05 {
	bottom: -50px;
	bottom: -3.125rem;
	left: 0px;
	left: 0rem;
	max-width: 80px;
	max-width: 5rem;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.common__treat,
.common__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.common__section-title,
.common__wrapper {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.common__img {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.company-character {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.company-character__link {
	position: relative;
}

.company-character__section-title {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.company-character__arrow {
	bottom: 0px;
	bottom: 0rem;
	left: -20px;
	left: -1.25rem;
	max-width: 890px;
	max-width: 55.625rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.company-character__arrow img {
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
	height: 40px;
	height: 2.5rem;
	margin-left: auto;
	max-width: 40px;
	max-width: 2.5rem;
}

.company-character__img {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 730px;
	max-width: 45.625rem;
	width: 100%;
}

.company-overview {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.company-overview__link {
	position: relative;
}

.company-overview__section-title {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.company-overview__arrow {
	bottom: 0px;
	bottom: 0rem;
	left: -20px;
	left: -1.25rem;
	max-width: 890px;
	max-width: 55.625rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.company-overview__arrow img {
	display: block;
	height: 40px;
	height: 2.5rem;
	margin-left: auto;
	max-width: 40px;
	max-width: 2.5rem;
}

.company-overview__img {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 730px;
	max-width: 45.625rem;
	width: 100%;
}

.company-overview__inner,
.company-character__inner {
	position: relative;
}

.company-overview__character {
	position: absolute;
}

.company-overview__character--01 {
	bottom: -50px;
	bottom: -3.125rem;
	left: 150px;
	left: 9.375rem;
	max-width: 60px;
	max-width: 3.75rem;
	z-index: 1;
}

.company-overview__character--02 {
	bottom: -100px;
	bottom: -6.25rem;
	left: 300px;
	left: 18.75rem;
	max-width: 60px;
	max-width: 3.75rem;
	z-index: 1;
}

.company-character__character {
	bottom: -110px;
	bottom: -6.875rem;
	left: 100px;
	left: 6.25rem;
	max-width: 150px;
	max-width: 9.375rem;
	position: absolute;
	z-index: 1;
}

.company-overview__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.company-overview__arrow,
.company-overview__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.company-overview__img {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.company-character__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.company-character__arrow,
.company-character__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.company-character__img {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.company {
	margin-top: -40px;
	margin-top: -2.5rem;
	position: relative;
	z-index: 0;
}

.company::before {
	background-image: url(../images/common/company-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.company__inner {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 26px;
	padding-top: 1.625rem;
}

.company__text {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1.667;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.company__items {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.company__item {
	gap: 6px;
	gap: 0.375rem;
	border-radius: 1.25rem;
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, .4);
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .4);
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 8px;
	padding: 0.5rem;
	position: relative;
}

.company__item:first-child {
	background-color: #EA5313;
	margin-top: 0px;
	margin-top: 0rem;
}

.company__item:nth-child(2) {
	background-color: #EEBB1C;
}

.company__item:nth-child(3) {
	background-color: #B8D442;
}

.company__item-img {
	max-width: 153px;
	max-width: 9.5625rem;
	width: 100%;
}

.company__item-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-left: 14px;
	margin-left: 0.875rem;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.company__item-text {
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	max-width: 160px;
	max-width: 10rem;
}

.company__item-link {
	bottom: 18px;
	bottom: 1.125rem;
	max-width: 56px;
	max-width: 3.5rem;
	position: absolute;
	right: 28px;
	right: 1.75rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.company__treat--sp01 {
	max-width: 111px;
	max-width: 6.9375rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 0px;
	top: 0rem;
	width: 100%;
	z-index: 100;
}

.company__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.company__head {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.company__items {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.company__item-img {
	overflow: hidden;
}

.company__item-img img {
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
}

.company__item:hover .company__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1); /* 拡大 */
}

.company__item:hover .company__item-link {
	right: 18px;
	right: 1.125rem;
}

.company-bg {
	position: relative;
	z-index: 0;
}

.company-bg::before {
	background-image: url(../images/common/company-sub-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.companyinfo {
	position: relative;
	z-index: 0;
}

.companyinfo::before {
	background-image: url(../images/common/companyinfo-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.companyinfo__inner {
	padding-bottom: 130px;
	padding-bottom: 8.125rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.companyinfo-overview__inner {
	position: relative;
}

.companyinfo-overview__head > p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.companyinfo-overview__list {
	margin-inline: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 750px;
	max-width: 46.875rem;
	width: 100%;
}

.companyinfo-overview__item {
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.companyinfo-overview__item:first-child {
	border-top: 1px solid #fff;
}

.companyinfo-overview__item > dt {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.75;
	width: 25%;
}

.companyinfo-overview__item > dd {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.75;
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
	width: 75%;
}

.companyinfo-overview__item > dd::before {
	background-color: #EEBB1C;
	content: "";
	height: 33px;
	height: 2.0625rem;
	left: 0;
	max-width: 12px;
	max-width: 0.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.companyinfo-access {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.companyinfo-access__inner {
	position: relative;
}

.companyinfo-access__items {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 1060px;
	max-width: 66.25rem;
	width: 100%;
}

.companyinfo-access__item {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.companyinfo-access__item:first-child {
	margin-top: 0;
}

.companyinfo-access__item-head {
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

.companyinfo-access__item-head::before {
	background-color: #EEBB1C;
	content: "";
	height: 100%;
	left: 0;
	max-width: 12px;
	max-width: 0.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.companyinfo-access__item-head > h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.companyinfo-access__item-head > p {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	line-height: 1.75;
}

.companyinfo-access__item-map {
	margin-top: 35px;
	margin-top: 2.1875rem;
	position: relative;
}

.companyinfo-access__item-map::before {
	content: "";
	display: block;
	padding-top: 40.56603774%;
}

.companyinfo-access__item-map iframe {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.companyinfo-overview__character {
	bottom: 0;
	max-width: 75px;
	max-width: 4.6875rem;
	position: absolute;
	right: 0;
}

.companyinfo-access__character {
	left: 180px;
	left: 11.25rem;
	max-width: 75px;
	max-width: 4.6875rem;
	position: absolute;
	top: 10px;
	top: 0.625rem;
}

.companyinfo-overview__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.companyinfo-overview__head {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.companyinfo-overview__list {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.companyinfo-access__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.companyinfo-access__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.companyinfo-access__item {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.contact-sub {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.contact-sub::before {
	background-color: #96AC3B;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact-sub__inner {
	position: relative;
}

.contact-sub__form {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.contact {
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.contact--sub {
	margin-top: -70px;
	margin-top: -4.375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.contact--service .contact--sub {
	margin-top: -80px;
	margin-top: -5rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.contact--about .contact--sub {
	margin-top: -310px;
	margin-top: -19.375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.contact--gmd {
	margin-top: -90px;
	margin-top: -5.625rem;
}

.contact--news {
	margin-top: -70px;
	margin-top: -4.375rem;
}

.contact--companyinfo {
	margin-top: -65px;
	margin-top: -4.0625rem;
}

.contact--character {
	margin-top: -90px;
	margin-top: -5.625rem;
}

.contact--archive-product {
	margin-top: -800px;
	margin-top: -50rem;
}

.contact::before {
	background-image: url(../images/common/contact-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact.contact--sub::before {
	background-image: url(../images/common/contact-sub-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact--top {
	margin-top: -65px;
	margin-top: -4.0625rem;
}

.contact__inner {
	position: relative;
}

.contact__inner::before {
	background-color: #B8D442;
	border-radius: 2.5rem;
	content: "";
	height: 100%;
	left: 18px;
	left: 1.125rem;
	position: absolute;
	top: 0;
	width: 10px;
	width: 0.625rem;
}

.contact__wrapper {
	padding-left: 30px;
	padding-left: 1.875rem;
}

.contact__en {
	display: inline-block;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.contact__en span {
	font-size: 34px;
	font-size: 2.125rem;
}

.contact__ja {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.contact__text {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1.667;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.contact__img {
	margin-left: 30px;
	margin-left: 1.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 314px;
	max-width: 19.625rem;
	width: 100%;
}

.contact__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.contact__btn.u-desktop {
	display: none !important;
}

.contact__btn a {
	margin-inline: auto;
	background-color: #EEBB1C;
}

.contact__btn a span {
	padding-left: 4px;
	padding-left: 0.25rem;
	padding-right: 7px;
	padding-right: 0.4375rem;
}

.contact__treat--sp01 {
	max-width: 111px;
	max-width: 6.9375rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 50px;
	top: 3.125rem;
	width: 100%;
	z-index: 100;
}

.contact__treat--sp02 {
	bottom: -72px;
	bottom: -4.5rem;
	max-width: 104px;
	max-width: 6.5rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	width: 100%;
	z-index: 100;
}

.contact__treat--pc01 {
	left: 330px;
	left: 20.625rem;
	max-width: 156px;
	max-width: 9.75rem;
	position: absolute;
	top: 50px;
	top: 3.125rem;
	width: 100%;
	z-index: 100;
}

.contact__treat--pc02 {
	bottom: -70px;
	bottom: -4.375rem;
	max-width: 167px;
	max-width: 10.4375rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	width: 100%;
	z-index: 100;
}

.contact__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.contact__section-title,
.contact__btn,
.contact__text {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.contact__img {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.details {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.details--recruit {
	margin-top: -85px;
	margin-top: -5.3125rem;
	position: relative;
	z-index: 0;
}

.details--message {
	margin-top: -90px;
	margin-top: -5.625rem;
}

.details--works {
	margin-top: -60px;
	margin-top: -3.75rem;
	position: relative;
	z-index: 0;
}

.details--companyprofile {
	margin-top: -130px;
	margin-top: -8.125rem;
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
}

.details--gallery {
	margin-top: -235px;
	margin-top: -14.6875rem;
}

.details--req {
	margin-top: -85px;
	margin-top: -5.3125rem;
	z-index: 1;
}

.details--job-plan {
	margin-top: -135px;
	margin-top: -8.4375rem;
	z-index: 0;
}

.details--engineer {
	margin-top: -85px;
	margin-top: -5.3125rem;
	z-index: 0;
}

.details--design {
	margin-top: -85px;
	margin-top: -5.3125rem;
	z-index: 0;
}

.details--job-management {
	margin-top: -175px;
	margin-top: -10.9375rem;
	z-index: 1;
}

.details::before {
	background-image: url(../images/common/details-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.details--message.details::before {
	background-image: url(../images/common/detail-three-bg-sp.png);
}

.details--works.details::before {
	background-image: url(../images/common/detail-works-bg-sp.png);
}

.details--companyprofile.details::before {
	background-image: url(../images/common/details-companyprofile.png);
}

.details--job-plan.details::before {
	background-image: url(../images/common/details-job-plan.png);
}

.details--job-management.details::before {
	background-image: url(../images/common/details-management-bg.png);
}

.details__inner {
	position: relative;
}

.details__items {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.details__item {
	border-radius: 2.1875rem;
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 560px;
	max-width: 35rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.details__item--01 {
	border: 6px solid #EA5313;
}

.details__item--02 {
	border: 6px solid #0E605E;
}

.details__item--03 {
	border: 6px solid #A5C12F;
}

.details__item--04 {
	border: 6px solid #EDB300;
}

.details__item-title {
	background-color: #EA5313;
	border-radius: 0 1.875rem 1.875rem 0;
	bottom: 15px;
	bottom: 0.9375rem;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	left: 0;
	padding: 5px 24px;
	padding: 0.3125rem 1.5rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.details__item--01 .details__item-title {
	background-color: #EA5313;
}

.details__item--02 .details__item-title {
	background-color: #0E605E;
}

.details__item--03 .details__item-title {
	background-color: #A5C12F;
}

.details__item--04 .details__item-title {
	background-color: #EDB300;
}

.details__item-arrow {
	bottom: 10px;
	bottom: 0.625rem;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: 40px;
	width: 2.5rem;
	z-index: 10;
}

.details__item img {
	position: relative;
	z-index: -1;
}

.details__item-img img {
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
}

.details__item:hover .details__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.details__item:hover .details__item-title {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.details--three .details__item-arrow img {
	bottom: 6px;
	bottom: 0.375rem;
	height: 40px;
	height: 2.5rem;
	right: 10px;
	right: 0.625rem;
	width: 40px;
	width: 2.5rem;
}

.details__treat {
	left: -50px;
	left: -3.125rem;
	max-width: 140px;
	max-width: 8.75rem;
	position: absolute;
	top: 300px;
	top: 18.75rem;
	width: 100%;
	z-index: 2;
}

.details__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.details__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.details__items {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px); /* 左から移動 */
}

.entry {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.entry__inner {
	position: relative;
}

.entry::before {
	background-color: #96AC3B;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.entry__form {
	margin-inline: auto;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 900px;
	max-width: 56.25rem;
}

.entry__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.entry__buttons::before {
	background-color: #EA5313;
	bottom: 0;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.entry__button {
	background-color: #CCCCCC;
	border-radius: 0.625rem 0.625rem 0 0;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	max-width: 450px;
	max-width: 28.125rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 27px;
	padding-top: 1.6875rem;
	text-align: center;
	width: 100%;
}

.entry__button.active {
	background-color: #EA5413;
	color: #fff;
}

.entry__content {
	display: none;
}

.entry__content.active {
	display: block;
}

.entry__treat,
.entry__character {
	position: absolute;
}

.entry__treat--01 {
	left: -80px;
	left: -5rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 100px;
	top: 6.25rem;
}

.entry__treat--02 {
	left: 50%;
	max-width: 140px;
	max-width: 8.75rem;
	top: -30px;
	top: -1.875rem;
}

.entry__treat--03 {
	max-width: 170px;
	max-width: 10.625rem;
	right: -60px;
	right: -3.75rem;
	top: 150px;
	top: 9.375rem;
	z-index: -1;
}

.entry__treat--04 {
	bottom: -120px;
	bottom: -7.5rem;
	max-width: 80px;
	max-width: 5rem;
	right: -20px;
	right: -1.25rem;
	z-index: -1;
}

.entry__character--01 {
	left: 20px;
	left: 1.25rem;
	max-width: 60px;
	max-width: 3.75rem;
	top: 85px;
	top: 5.3125rem;
}

.entry__character--02 {
	left: 200px;
	left: 12.5rem;
	max-width: 80px;
	max-width: 5rem;
	top: 85px;
	top: 5.3125rem;
}

.entry__character--03 {
	bottom: -50px;
	bottom: -3.125rem;
	left: 20px;
	left: 1.25rem;
	max-width: 60px;
	max-width: 3.75rem;
}

.entry__character--04 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
}

.entry__character--05 {
	max-width: 70px;
	max-width: 4.375rem;
	right: 20px;
	right: 1.25rem;
	top: 250px;
	top: 15.625rem;
}

.contact-sub--privacy .entry__character--05 {
	bottom: -50px;
	bottom: -3.125rem;
	top: auto;
}

.entry__character--06 {
	bottom: 20px;
	bottom: 1.25rem;
	max-width: 70px;
	max-width: 4.375rem;
	right: 20px;
	right: 1.25rem;
}

.entry__treat,
.entry__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.entry__section-title,
.contact-sub__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.entry__form,
.contact-sub__form {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.feature {
	margin-top: -90px;
	margin-top: -5.625rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
	z-index: 0;
}

.feature__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
}

.feature::before {
	background-image: url(../images/common/feature-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.feature__item {
	margin-inline: auto;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: -0.75rem 0.75rem 0.75rem rgba(0, 0, 0, .16), inset 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, .16);
	box-shadow: -0.75rem 0.75rem 0.75rem rgba(0, 0, 0, .16), inset 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, .16);
	height: 350px;
	height: 21.875rem;
	margin-top: 13px;
	margin-top: 0.8125rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	position: relative;
	width: 100%;
}

.feature__item--01 {
	border: 6px solid #268582;
	border: 0.375rem solid #268582;
	color: #268582;
}

.feature__item--02 {
	border: 6px solid #EDB300;
	border: 0.375rem solid #EDB300;
	color: #EDB300;
}

.feature__item--03 {
	border: 6px solid #A5C12F;
	border: 0.375rem solid #A5C12F;
	color: #A5C12F;
}

.feature__img {
	position: absolute;
}

.feature__item--01 .feature__img {
	max-width: 90px;
	max-width: 5.625rem;
	right: 20px;
	right: 1.25rem;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.feature__item--02 .feature__img {
	left: 10px;
	left: 0.625rem;
	max-width: 70px;
	max-width: 4.375rem;
	top: -10px;
	top: -0.625rem;
	width: 100%;
}

.feature__item--03 .feature__img {
	max-width: 90px;
	max-width: 5.625rem;
	right: 20px;
	right: 1.25rem;
	top: -10px;
	top: -0.625rem;
	width: 100%;
}

.feature__triangle {
	left: 50%;
	max-width: 790px;
	max-width: 49.375rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.feature__number {
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
}

.feature__title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.feature__text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.feature__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.feature__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.feature__items {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.footer {
	position: relative;
	z-index: 0;
}

.footer::before {
	background-color: #284E5C;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer__inner.inner {
	padding: 40px 0 20px;
	padding: 2.5rem 0 1.25rem;
}

.footer__title {
	margin-inline: auto;
	display: block;
	max-width: 220px;
	max-width: 13.75rem;
	width: 100%;
}

.footer__wrapper {
	margin-inline: auto;
	border-bottom: 2px solid #fff;
	max-width: 344px;
	max-width: 21.5rem;
	padding: 33px 20px;
	padding: 2.0625rem 1.25rem;
}

.footer__items {
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

.footer__items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.footer__item {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 16px;
	margin-top: 1rem;
}

.footer__item--child {
	font-weight: 400;
}

.footer__item:first-child {
	margin-top: 0;
}

.footer__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__item img {
	margin-right: 5px;
	margin-right: 0.3125rem;
	max-width: 9.5px;
	max-width: 0.59375rem;
	width: 100%;
}

.footer__copyright {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.form {
	margin-inline: auto;
	max-width: 900px;
	max-width: 56.25rem;
	width: 100%;
}

.form__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.form__item--file {
	display: block;
	font-weight: bold;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.form__item--check {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
}

.form__item label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.form__req {
	color: #AC302F;
	display: inline-block;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.form__item input {
	background-color: #fff;
	border: 2px solid #268582;
	border-radius: 0.3125rem;
	display: block;
	height: 40px;
	height: 2.5rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

.form__item--file .message {
	color: #000;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

.wpcf7 input[type=file] {
	color: #000;
	font-weight: normal;
}

.form__workstyle,
.form__entrydepartment,
.form__now,
.form__workplace {
	font-weight: normal;
	opacity: 0.3;
}

.form__item--select .wpcf7-form-control-wrap {
	background-color: #fff;
	border: 2px solid #268582;
	border-radius: 0.3125rem;
	display: block;
	height: 40px;
	height: 2.5rem;
	line-height: 2;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 10px;
	padding: 0.625rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
	width: 100%;
}

.form__item--select option:first-child {
	font-weight: normal;
	opacity: 0.3;
}

.form__textarea {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.form__textarea {
	margin-top: 30px;
	margin-top: 1.875rem;
}

textarea {
	background-color: #fff;
	border: 2px solid #268582;
	border-radius: 0.3125rem;
	display: block;
	height: 360px;
	height: 22.5rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}

textarea::-moz-placeholder {
	opacity: 0.3;
}

textarea::-webkit-input-placeholder {
	opacity: 0.3;
}

textarea::-ms-input-placeholder {
	opacity: 0.3;
}

textarea::placeholder {
	opacity: 0.3;
}

.form__btn {
	margin-inline: auto;
	background-color: #F78F28;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 220px;
	max-width: 13.75rem;
	text-align: center;
	width: 100%;
}

.form__btn input {
	color: #fff;
	display: block;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	text-align: center;
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-acceptance {
	position: relative;
}

.wpcf7-acceptance input {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.wpcf7-acceptance input + span {
	display: inline-block;
	padding-left: 28px;
	padding-left: 1.75rem;
	position: relative;
}

.wpcf7-acceptance input + span::after,
.wpcf7-acceptance input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}

.wpcf7-acceptance input + span::before {
	background-color: #ffffff;
	border: 1px solid #453A2E;
	height: 24px;
	height: 1.5rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

.wpcf7-acceptance input + span::after {
	border-bottom: 3px solid #453A2E;
	border-left: 3px solid #453A2E;
	content: "";
	display: none;
	height: 8px;
	height: 0.5rem;
	left: 6px;
	left: 0.375rem;
	position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 14px;
	width: 0.875rem;
}

.wpcf7-acceptance input:checked + span::after {
	display: block;
}

.form__check-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	width: 100%;
}

.form__check-text a {
	text-decoration: underline;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.gallery-office {
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.gallery-office::before {
	background-image: url(../images/common/gallery-office-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.gmd-detail {
	padding-bottom: 220px;
	padding-bottom: 13.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.gmd-detail::before {
	background-image: url(../images/common/gmd-detail-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.gmd-detail__section-title .section-title__ja {
	font-size: 18px;
	font-size: 1.125rem;
}

.gmd-detail__catch {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.gmd-detail__catch p {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.gmd-detail__wrapper {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.gmd-detail__head {
	max-width: 560px;
	max-width: 35rem;
	width: 100%;
}

.gmd-detail__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.25;
	margin-top: 48px;
	margin-top: 3rem;
}

.gmd-detail__img {
	margin-top: 15px;
	margin-top: 0.9375rem;
	max-width: 700px;
	max-width: 43.75rem;
	width: 100%;
}

.gmd-detail__list {
	-moz-column-gap: 1.25rem;
	row-gap: 30px;
	row-gap: 1.875rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.gmd-detail__item {
	border-radius: 2.1875rem;
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 560px;
	max-width: 35rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gmd-detail__item--01 {
	border: 6px solid #EA5313;
}

.gmd-detail__item--02 {
	border: 6px solid #EA5313;
}

.gmd-detail__item--03 {
	border: 6px solid #EA5313;
}

.gmd-detail__item--04 {
	border: 6px solid #EDB300;
}

.gmd-detail__item--05 {
	border: 6px solid #EDB300;
}

.gmd-detail__item--06 {
	border: 6px solid #A5C12F;
}

.gmd-detail__item--07 {
	border: 6px solid #A5C12F;
}

.gmd-detail__item--08 {
	border: 6px solid #A5C12F;
}

.gmd-detail__item--09 {
	border: 6px solid #EDB300;
}

.gmd-detail__item-title {
	border-radius: 0 1.875rem 1.875rem 0;
	bottom: 15px;
	bottom: 0.9375rem;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	left: 0;
	padding: 5px 24px;
	padding: 0.3125rem 1.5rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.gmd-detail__item--01 .gmd-detail__item-title {
	background-color: #EA5313;
}

.gmd-detail__item--02 .gmd-detail__item-title {
	background-color: #EA5313;
}

.gmd-detail__item--03 .gmd-detail__item-title {
	background-color: #EA5313;
}

.gmd-detail__item--04 .gmd-detail__item-title {
	background-color: #EDB300;
}

.gmd-detail__item--05 .gmd-detail__item-title {
	background-color: #EDB300;
}

.gmd-detail__item--06 .gmd-detail__item-title {
	background-color: #A5C12F;
}

.gmd-detail__item--07 .gmd-detail__item-title {
	background-color: #A5C12F;
}

.gmd-detail__item--08 .gmd-detail__item-title {
	background-color: #A5C12F;
}

.gmd-detail__item--09 .gmd-detail__item-title {
	background-color: #EDB300;
}

.gmd-detail__item-arrow {
	bottom: 10px;
	bottom: 0.625rem;
	height: 30px;
	height: 1.875rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: 30px;
	width: 1.875rem;
	z-index: 10;
}

.gmd-detail__item img {
	position: relative;
	z-index: -1;
}

.gmd-detail__item-img img {
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
}

.gmd-detail__item:hover .gmd-detail__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gmd-detail__item:hover .gmd-detail__item-title {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gmd-detail__treat,
.gmd-detail__character {
	position: absolute;
}

.gmd-detail__character--01 {
	left: 20px;
	left: 1.25rem;
	max-width: 70px;
	max-width: 4.375rem;
	top: 0px;
	top: 0rem;
}

.gmd-detail__character--02 {
	max-width: 50px;
	max-width: 3.125rem;
	right: 20px;
	right: 1.25rem;
	top: 0px;
	top: 0rem;
}

.gmd-detail__character--03 {
	left: 100px;
	left: 6.25rem;
	max-width: 50px;
	max-width: 3.125rem;
	top: 260px;
	top: 16.25rem;
}

.gmd-detail__character--04 {
	bottom: 120px;
	bottom: 7.5rem;
	max-width: 50px;
	max-width: 3.125rem;
	right: 160px;
	right: 10rem;
}

.gmd-detail__treat,
.gmd-detail__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.gmd-detail__section-title,
.gmd-detail__text {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.gmd-detail__img,
.gmd-detail__list {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px); /* 左から移動 */
}

.hamburger {
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #fff;
	border-radius: 0 0 0 0.9375rem;
	height: 50px;
	height: 3.125rem;
	position: relative;
	width: 55px;
	width: 3.4375rem;
	z-index: 100;
}

.hamburger span {
	border-radius: 5px;
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: inherit;
}

.hamburger span:nth-child(1) {
	background-color: #EA5413;
	max-width: 33px;
	max-width: 2.0625rem;
	top: 20%;
	width: 100%;
}

.hamburger span:nth-child(2) {
	background-color: #B7D442;
	max-width: 24px;
	max-width: 1.5rem;
	top: 40%;
	width: 100%;
}

.hamburger span:nth-child(3) {
	background-color: #268582;
	max-width: 24px;
	max-width: 1.5rem;
	top: 60%;
	width: 100%;
}

.hamburger.is-active span:nth-child(1) {
	left: 30%;
	max-width: 28px;
	max-width: 1.75rem;
	top: 48%;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
	top: 51%;
}

.hamburger.is-active span:nth-child(3) {
	left: 30%;
	max-width: 28px;
	max-width: 1.75rem;
	top: 48%;
	-webkit-transform: rotate(-205deg);
	transform: rotate(-205deg);
}

.header {
	height: 66px;
	height: 4.125rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
	z-index: 9999;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0 0 1.25rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
	z-index: 100;
}

.header__logo {
	max-width: 120px;
	max-width: 7.5rem;
	width: 100%;
}

.header__pc-nav {
	display: none;
	height: inherit;
	width: 100%;
}

.history {
	margin-top: -100px;
	margin-top: -6.25rem;
	position: relative;
	z-index: 0;
}

.history__inner {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.history::before {
	background-image: url(../images/common/history-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.history__inner {
	position: relative;
}

.history__list {
	margin-inline: auto;
	margin-top: 85px;
	margin-top: 5.3125rem;
	max-width: 636px;
	max-width: 39.75rem;
	position: relative;
	width: 100%;
}

.history__list::before {
	background-color: #fff;
	content: "";
	height: 110%;
	left: 37.25%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
}

.history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-top: 26px;
	padding-top: 1.625rem;
}

.history__item > dt {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	position: relative;
	width: 47.5%;
}

.history__item > dt::before {
	background-color: #EEBB1C;
	border-radius: 50%;
	content: "";
	height: 15px;
	height: 0.9375rem;
	max-width: 15px;
	max-width: 0.9375rem;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.history__item > dd {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	width: 55%;
}

.history__character {
	position: absolute;
}

.history__character--01 {
	max-width: 80px;
	max-width: 5rem;
	right: 30px;
	right: 1.875rem;
	top: 120px;
	top: 7.5rem;
	width: 100%;
}

.history__character--02 {
	bottom: 150px;
	bottom: 9.375rem;
	max-width: 70px;
	max-width: 4.375rem;
	right: 100px;
	right: 6.25rem;
	width: 100%;
}

.history__character--03 {
	bottom: 100px;
	bottom: 6.25rem;
	left: 50px;
	left: 3.125rem;
	max-width: 70px;
	max-width: 4.375rem;
	width: 100%;
}

.history__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.history__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.history__list {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.idol-detail {
	margin-top: -50px;
	margin-top: -3.125rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.idol-detail::before {
	background-image: url(../images/common/idol-management-detail-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.idol-detail__head {
	max-width: 560px;
	max-width: 35rem;
	width: 100%;
}

.idol-detail__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.25;
	margin-top: 48px;
	margin-top: 3rem;
}

.idol-detail__img {
	margin-top: 15px;
	margin-top: 0.9375rem;
	max-width: 700px;
	max-width: 43.75rem;
	width: 100%;
}

.idol-detail__item {
	border: 6px solid #F879A5;
	border-radius: 2.1875rem;
	display: block;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 560px;
	max-width: 35rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.idol-detail__item-title {
	background-color: #F879A5;
	border-radius: 0 1.875rem 1.875rem 0;
	bottom: 15px;
	bottom: 0.9375rem;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	left: 0;
	padding: 5px 24px;
	padding: 0.3125rem 1.5rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.idol-detail__item-arrow {
	bottom: 10px;
	bottom: 0.625rem;
	height: 30px;
	height: 1.875rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: 30px;
	width: 1.875rem;
	z-index: 10;
}

.idol-detail__item img {
	position: relative;
	z-index: -1;
}

.idol-detail__item-img img {
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
}

.idol-detail__item:hover .idol-detail__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.idol-detail__item:hover .idol-detail__item-title {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.idol-detail__treat,
.idol-detail__character {
	position: absolute;
}

.idol-detail__character--01 {
	max-width: 70px;
	max-width: 4.375rem;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
}

.idol-detail__character--02 {
	bottom: 20px;
	bottom: 1.25rem;
	max-width: 75px;
	max-width: 4.6875rem;
	right: 20px;
	right: 1.25rem;
	z-index: 1;
}

.idol-detail__treat,
.idol-detail__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.idol-detail__section-title,
.idol-detail__text {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.idol-detail__img,
.idol-detail__item {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px); /* 左から移動 */
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	max-width: 77.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.job-description {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.job-description::before {
	background-image: url(../images/common/job-description-subbg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.job-description__list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.job-description__item {
	border-radius: 2.1875rem;
	display: block;
	margin-top: 40px;
	margin-top: 2.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.job-description__item--01 {
	border: 6px solid #EA5313;
}

.job-description__item--02 {
	border: 6px solid #73BFE6;
}

.job-description__item--03 {
	border: 6px solid #F78F28;
}

.job-description__item--04 {
	border: 6px solid #B6CA2C;
}

.job-description__item-title {
	border-radius: 0 1.875rem 1.875rem 0;
	bottom: 15px;
	bottom: 0.9375rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	left: 0;
	padding: 5px 24px;
	padding: 0.3125rem 1.5rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.job-description__item--01 .job-description__item-title {
	background-color: #EA5313;
}

.job-description__item--02 .job-description__item-title {
	background-color: #73BFE6;
}

.job-description__item--03 .job-description__item-title {
	background-color: #F78F28;
}

.job-description__item--04 .job-description__item-title {
	background-color: #B6CA2C;
}

.job-description__item-arrow {
	bottom: 10px;
	bottom: 0.625rem;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	width: 40px;
	width: 2.5rem;
	z-index: 10;
}

.job-description__item img {
	position: relative;
	z-index: -1;
}

.job-description__item-img {
	height: 100px;
	height: 6.25rem;
}

.job-description__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 100%;
}

.job-description__item:hover .job-description__item-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.job-description__item:hover .job-description__item-title {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.job-description__list {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.job-engineer {
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
	z-index: 1;
}

.job-engineer::before {
	background-image: url(../images/common/job-engineer-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.job-engineer__catch {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.job-engineer__catch p {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.job-picture {
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
	z-index: 1;
}

.job-picture::before {
	background-image: url(../images/common/job-picture-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.job-picture--management::before {
	background-image: url(../images/common/management-bg.png);
}

.job-picture__catch {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.job-picture__catch p {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.job-picture__character,
.job-picture__treat {
	position: absolute;
}

.job-picture__character--01 {
	left: 20px;
	left: 1.25rem;
	max-width: 70px;
	max-width: 4.375rem;
	top: 0px;
	top: 0rem;
}

.job-picture__character--02 {
	max-width: 50px;
	max-width: 3.125rem;
	right: 20px;
	right: 1.25rem;
	top: 0px;
	top: 0rem;
}

.job-plan {
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
	z-index: 1;
}

.job-plan::before {
	background-image: url(../images/common/job-plan-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.job-plan__catch {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.job-plan__catch p {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.job-plan__character,
.job-plan__treat {
	position: absolute;
}

.job-plan__character--01 {
	left: -20px;
	left: -1.25rem;
	max-width: 50px;
	max-width: 3.125rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.job-plan__character--02 {
	max-width: 60px;
	max-width: 3.75rem;
	right: -20px;
	right: -1.25rem;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.job-sound {
	margin-top: -150px;
	margin-top: -9.375rem;
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	padding-top: 220px;
	padding-top: 13.75rem;
	position: relative;
	z-index: 1;
	z-index: 0;
}

.job-sound::before {
	background-image: url(../images/common/job-sound-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.job-sound__catch {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.job-sound__catch p {
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.job-sound__character {
	left: 0px;
	left: 0rem;
	max-width: 50px;
	max-width: 3.125rem;
	position: absolute;
	top: -70px;
	top: -4.375rem;
}

.list {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.list__inner {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.news .list__inner {
	max-width: 860px;
	max-width: 53.75rem;
}

.list__img {
	max-width: 107px;
	max-width: 6.6875rem;
	position: relative;
	width: 100%;
}

.list__img::before {
	content: "";
	display: block;
	padding-top: 56.07476636%;
}

.list__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	border-radius: 0.75rem;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.list__body {
	border-bottom: 1px solid #268582;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-right: 35px;
	padding-right: 2.1875rem;
	position: relative;
	width: 100%;
}

.list__wrapper {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list__category {
	background-color: #B8D442;
	display: none;
}

.list__category.news {
	background-color: #B8D442;
}

.list__category.news::before {
	display: none;
}

.list__category.media {
	background-color: #EEBB1C;
}

.list__category:first-child {
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	height: 22px;
	height: 1.375rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
	text-transform: uppercase;
}

.list__date {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
}

.list__title {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1.67;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
	overflow: hidden;
	padding-left: 20px;
	padding-left: 1.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list__arrow {
	max-width: 27px;
	max-width: 1.6875rem;
	position: absolute;
	right: 0;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.news .list__title {
	padding-left: 0;
}

.loading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(../images/common/loading.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	opacity: 1;
	overflow: hidden; /* 必要に応じて、アニメーション範囲を制限 */
	position: fixed;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0); /* 初期位置 */
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; /* アニメーション設定 */
	width: 100%;
	z-index: 9999;
}

.loading.fade-out {
	opacity: 0; /* フェードアウト */
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%); /* 下にスライド */
}

.loading__logo {
	max-width: 250px;
	max-width: 15.625rem;
	width: 100%;
}

.loading__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.loading__inner::before {
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .16);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .16);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 85vw;
	z-index: -1;
}

.loading__text {
	color: #585858;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

/*** 全文字にアニメーションを適用 ***/

.loading__text span {
	-webkit-animation: 0.5s bound-anim ease-in infinite alternate;
	animation: 0.5s bound-anim ease-in infinite alternate;
	display: inline-block; /*横並びにしつつアニメーションを適用*/
}

/*** 各文字のスタート時間をずらす ***/

/* 1文字目 */

.loading__text span:nth-child(1) {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/* 2文字目 */

.loading__text span:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

/* 3文字目 */

.loading__text span:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

/* 4文字目 */

.loading__text span:nth-child(4) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.loading__text span:nth-child(5) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.loading__text span:nth-child(6) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.loading__text span:nth-child(7) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.loading__text span:nth-child(8) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.mv {
	height: 100vh;
	visibility: hidden;
}

.mv.visible {
	visibility: visible;
}

.mv__inner {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.mv__title {
	max-width: 300px;
	max-width: 18.75rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.mv__text {
	bottom: 288px;
	bottom: 18rem;
	display: inline-block;
	left: 0px;
	left: 0rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 384px;
	max-width: 24rem;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	padding-left: 26px;
	padding-left: 1.625rem;
	padding-right: 26px;
	padding-right: 1.625rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	position: absolute;
	z-index: 10;
}

.mv__text::before {
	background-color: #B8D442;
	content: "";
	height: 100%;
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.mv__text p {
	font-size: 12.8px;
	font-size: 0.8rem;
	position: relative;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .16);
	z-index: 100;
}

.mv__img {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
	bottom: -28px;
	bottom: -1.75rem;
	display: block;
	margin-left: calc(50% - 12.125rem);
	margin-top: 100px;
	margin-top: 6.25rem;
	position: relative;
	width: 388px;
	width: 24.25rem;
	z-index: 1;
}

.mv__treat {
	position: absolute;
}

.mv__treat--sp01 {
	max-width: 140px;
	max-width: 8.75rem;
	right: 0;
	top: 70px;
	top: 4.375rem;
	width: 100%;
}

.mv__treat--sp02 {
	max-width: 98px;
	max-width: 6.125rem;
	position: absolute;
	right: 0;
	top: 250px;
	top: 15.625rem;
	width: 100%;
	z-index: 100;
}

.mv__treat--pc01 {
	left: -100px;
	left: -6.25rem;
	max-width: 202px;
	max-width: 12.625rem;
	position: absolute;
	top: 46px;
	top: 2.875rem;
	width: 100%;
}

.mv__treat--pc02 {
	left: 600px;
	left: 37.5rem;
	max-width: 224px;
	max-width: 14rem;
	position: absolute;
	top: 0px;
	top: 0rem;
	width: 100%;
	z-index: 100;
}

.mv__treat--pc03 {
	bottom: -80px;
	bottom: -5rem;
	left: -150px;
	left: -9.375rem;
	max-width: 360px;
	max-width: 22.5rem;
	position: absolute;
	width: 100%;
}

.mv__treat--pc04 {
	bottom: -80px;
	bottom: -5rem;
	left: 160px;
	left: 10rem;
	max-width: 146px;
	max-width: 9.125rem;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.news {
	position: relative;
	z-index: 1;
}

.news::before {
	background-color: #F78F28;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.news--sub::before {
	background-color: transparent;
	background-image: url(../images/common/single-news-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.news__inner {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 105px;
	padding-top: 6.5625rem;
	position: relative;
}

.news__head {
	max-width: 216px;
	max-width: 13.5rem;
	width: 100%;
}

.news__list {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.news__list::before {
	background-color: #fff;
	border-radius: 0.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
	width: 0.5rem;
}

.news__item {
	display: block;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 880px;
	max-width: 55rem;
	width: 100%;
}

.news__item .list__title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.news__item:hover .list__title {
	color: #EA5313;
}

.news__item:first-child {
	margin-top: 0;
}

.news__btn {
	margin-inline: auto;
	margin-top: 32px;
	margin-top: 2rem;
}

.news__btn span {
	padding-left: 16px;
	padding-left: 1rem;
}

.news__treat--sp01 {
	left: 140px;
	left: 8.75rem;
	max-width: 100px;
	max-width: 6.25rem;
	position: absolute;
	top: 100px;
	top: 6.25rem;
	width: 100%;
	z-index: 100;
}

.news__treat--sp02 {
	bottom: 5px;
	bottom: 0.3125rem;
	max-width: 190px;
	max-width: 11.875rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	width: 100%;
	z-index: 100;
}

.news__treat--pc01 {
	bottom: -20px;
	bottom: -1.25rem;
	left: 80px;
	left: 5rem;
	max-width: 164px;
	max-width: 10.25rem;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.news__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.news__head,
.news__btn {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.news__list {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.news .list__inner {
	padding-left: 0;
}

.number-card {
	position: relative;
}

.number-card {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.number-card__number {
	color: #fff;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: bold;
	left: 0px;
	left: 0rem;
	opacity: 0.2;
	position: absolute;
	top: 0px;
	top: 0rem;
	z-index: -1;
}

.number-card__wrapper {
	max-width: 570px;
	max-width: 35.625rem;
	position: relative;
}

.number-card__wrapper--01 {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.number-card--inverted .number-card__wrapper {
	max-width: 622px;
	max-width: 38.875rem;
}

.number-card__title {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
}

.number-card__subtitle {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.works__item .number-card__subtitle {
	color: #DB4100;
}

.ball-release__item .number-card__subtitle {
	color: #B8D442;
}

.gallery-office__item .number-card__subtitle {
	color: #EA5313;
}

.number-card__text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.25;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.number-card__img {
	margin-top: 15px;
	margin-top: 0.9375rem;
	max-width: 605px;
	max-width: 37.8125rem;
	width: 100%;
}

.number-card__character,
.number-card__treat {
	position: absolute;
}

.number-card__character--works01 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 50px;
	right: 3.125rem;
	top: 50px;
	top: 3.125rem;
	width: 100%;
}

.number-card__character--works02 {
	left: 200px;
	left: 12.5rem;
	max-width: 60px;
	max-width: 3.75rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.number-card__character--works03 {
	max-width: 70px;
	max-width: 4.375rem;
	right: 50px;
	right: 3.125rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.number-card__character--works04 {
	max-width: 75px;
	max-width: 4.6875rem;
	right: 50px;
	right: 3.125rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.number-card__character--works05 {
	max-width: 70px;
	max-width: 4.375rem;
	right: 100px;
	right: 6.25rem;
	top: -30px;
	top: -1.875rem;
	width: 100%;
}

.number-card__character--works06 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 20px;
	right: 1.25rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.number-card__character--gallery01 {
	left: 50px;
	left: 3.125rem;
	max-width: 55px;
	max-width: 3.4375rem;
	top: 20px;
	top: 1.25rem;
	width: 100%;
}

.number-card__character--gallery02 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 50px;
	right: 3.125rem;
	top: 650px;
	top: 40.625rem;
	width: 100%;
}

.number-card__character--gallery03 {
	bottom: 300px;
	bottom: 18.75rem;
	max-width: 80px;
	max-width: 5rem;
	right: 20px;
	right: 1.25rem;
	width: 100%;
}

.number-card__treat--gallery01 {
	left: -100px;
	left: -6.25rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 350px;
	top: 21.875rem;
	width: 100%;
	z-index: 1;
}

.number-card__treat--gallery02 {
	max-width: 180px;
	max-width: 11.25rem;
	right: -50px;
	right: -3.125rem;
	top: 250px;
	top: 15.625rem;
	width: 100%;
	z-index: 1;
}

.number-card__character,
.number-card__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.number-card__wrapper {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.number-card__img {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.office-scenes {
	margin-top: -160px;
	margin-top: -10rem;
	padding-bottom: 250px;
	padding-bottom: 15.625rem;
	padding-top: 140px;
	padding-top: 8.75rem;
	position: relative;
	z-index: 1;
}

.office-scenes::before {
	background-image: url(../images/common/office-scenes-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.office-scenes__list {
	gap: 22px;
	gap: 1.375rem;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 70px;
	margin-top: 4.375rem;
}

.office-scenes__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.36;
	margin-top: 14px;
	margin-top: 0.875rem;
	text-align: center;
}

.office-scenes__text span {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0;
}

.office-scenes__character {
	max-width: 100px;
	max-width: 6.25rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 150px;
	top: 9.375rem;
	width: 100%;
}

.office-scenes__character,
.office-scenes__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.office-scenes__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.office-scenes__list {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.pc-nav__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pc-nav__item {
	height: inherit;
	position: relative;
}

.pc-nav__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #EA5313;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	font-weight: bold;
	height: inherit;
	line-height: 1;
	padding-left: 15px;
	padding-left: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	position: relative;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .16);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pc-nav__item a::before {
	background-color: #EA5313;
	bottom: 18px;
	bottom: 1.125rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0%;
}

.pc-nav__item--contact {
	height: auto;
	margin-left: 30px;
	margin-left: 1.875rem;
	max-width: 120px;
	max-width: 7.5rem;
	width: 100%;
}

.pc-nav__item--contact a {
	background-color: #EA5313;
	border: 1px solid #EA5313;
	border-radius: 1.125rem;
	color: #fff;
	padding: 11px 15px;
	padding: 0.6875rem 0.9375rem;
}

.pc-nav__item--contact a:hover {
	background-color: #fff;
	color: #EA5313;
}

.pc-nav__item {
	position: relative; /* 親要素を基準にサブメニューを配置 */
}

.pc-nav__submenu {
	background-color: rgba(0, 0, 0, .4);
	display: none; /* 初期は非表示 */
	left: 0;
	list-style: none;
	margin: 0;
	padding: 25px 40px;
	padding: 1.5625rem 2.5rem;
	position: absolute;
	top: 74px;
	top: 4.625rem; /* メニューとの距離 */
	width: 433px;
	width: 27.0625rem;
	z-index: 10;
}

.pc-nav__submenu-item {
	border-bottom: 1px solid transparent;
	color: white;
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	line-height: 2.14;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
}

.pc-nav__submenu-item:hover {
	border-bottom: 1px solid #fff;
}

.pc-nav__submenu-link {
	color: #fff !important;
}

.pc-nav__submenu-item:hover .pc-nav__submenu-link {
	color: #fff;
	opacity: 1;
}

.pc-nav__submenu-item:first-child {
	margin-top: 0;
}

.pc-nav__submenu-item span {
	border-radius: 50%;
	display: block;
	height: 10px;
	height: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.pc-nav__submenu-item:nth-child(1) span {
	background-color: #EA5313;
}

.pc-nav__submenu-item:nth-child(2) span {
	background-color: #268582;
}

.pc-nav__submenu-item:nth-child(3) span {
	background-color: #EEBB1C;
}

.pc-nav__submenu-item:nth-child(4) span {
	background-color: #73BFE6;
}

.pc-nav__submenu-item:nth-child(5) span {
	background-color: #1B5D75;
}

.pc-nav__submenu-item:nth-child(6) span {
	background-color: #96AC3B;
}

/* メガメニューのホバー時のスタイル */

.pc-nav__item:hover .js-btn::before {
	width: 75%;
}

.pichipachi {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 0;
}

.pichipachi::before {
	background-image: url(../images/common/pichipachi-bg.png);
	background-position: 72%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.pichipachi__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.pichipachi__img {
	margin-inline: auto;
	max-width: 218px;
	max-width: 13.625rem;
	width: 100%;
}

.pichipachi__title {
	font-size: 16px;
	font-size: 1rem;
}

.pichipachi__title {
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.pichipachi__text {
	font-size: 12px;
	font-size: 0.75rem;
}

.pichipachi__text {
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.pichipachi__cards {
	gap: 32px;
	gap: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.pichipachi__card {
	width: 100%;
}

.pichipachi__card > p {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.pichipachi__activities {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.pichipachi__activities-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.pichipachi__activities-img {
	margin-inline: auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 788px;
	max-width: 49.25rem;
	position: relative;
	width: 100%;
}

.pichipachi__activities-img::before {
	content: "";
	display: block;
	padding-top: 56.09137056%;
}

.pichipachi__activities-img iframe {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.pichipachi__links {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.pichipachi__links-imgs {
	gap: 28px;
	gap: 1.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.pichipachi__links-img {
	max-width: 84px;
	max-width: 5.25rem;
	width: 100%;
}

.pichipachi__links-img--music {
	max-width: 100px;
	max-width: 6.25rem;
	width: 100%;
}

.pichipachi__character {
	position: absolute;
}

.pichipachi__treat {
	position: absolute;
}

.pichipachi__treat--01 {
	left: 0;
	max-width: 120px;
	max-width: 7.5rem;
	top: 1400px;
	top: 87.5rem;
}

.pichipachi__character--01 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
}

.pichipachi__character--02 {
	max-width: 60px;
	max-width: 3.75rem;
	right: -15px;
	right: -0.9375rem;
	top: -80px;
	top: -5rem;
	z-index: 1;
}

.pichipachi__character--03 {
	left: -15px;
	left: -0.9375rem;
	max-width: 60px;
	max-width: 3.75rem;
	top: -70px;
	top: -4.375rem;
	z-index: 1;
}

.pichipachi__character--04 {
	bottom: -70px;
	bottom: -4.375rem;
	max-width: 60px;
	max-width: 3.75rem;
	right: -15px;
	right: -0.9375rem;
	z-index: 1;
}

.pichipachi__character--05 {
	bottom: -70px;
	bottom: -4.375rem;
	left: -15px;
	left: -0.9375rem;
	max-width: 60px;
	max-width: 3.75rem;
	z-index: 1;
}

.pichipachi__treat,
.pichipachi__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.pichipachi__title,
.pichipachi__text,
.pichipachi__section-title,
.pichipachi__activities-text {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.pichipachi__img,
.pichipachi__card,
.pichipachi__links,
.pichipachi__activities-img {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.privacy {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.privacy__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.privacy__title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.privacy__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.product-archive {
	position: relative;
	z-index: 1;
}

.product-archive::before {
	background-color: transparent;
	background-image: url(../images/common/single-news-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.product-archive__inner {
	padding-bottom: 900px;
	padding-bottom: 56.25rem;
	padding-top: 105px;
	padding-top: 6.5625rem;
	position: relative;
}

.product-archive__status {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2C2C2C;
	display: none;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.product-archive__status span {
	border-radius: 1.875rem;
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding: 5px 30px 3px;
	padding: 0.3125rem 1.875rem 0.1875rem;
}

.product-archive__status span:nth-child(1) {
	background-color: #EA5313;
	margin-left: 25px;
	margin-left: 1.5625rem;
}

.product-archive__status span:nth-child(2) {
	background-color: #EEBB1C;
}

.product-archive__status span:nth-child(3) {
	background-color: #B8D442;
}

.product-archive__status span:nth-child(4) {
	background-color: #EBEBEB;
	color: #AFAFAF;
}

.product-archive__wrapper {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.product-archive__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.product-archive__img {
	position: relative;
}

.product-archive__img::before {
	content: "";
	display: block;
	padding-top: 88.95184136%;
}

.product-archive__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.product-archive__tag {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	left: 0;
	padding: 9px 25px 7px;
	padding: 0.5625rem 1.5625rem 0.4375rem;
	position: absolute;
	top: 0;
	z-index: 10;
}

.product-archive__tag.product-archive__tag {
	background-color: #EA5313;
}

.product-archive__tag.status-working {
	background-color: #EDB300;
}

.product-archive__title {
	color: #2C2C2C;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.product-archive__categories {
	row-gap: 10px;
	row-gap: 0.625rem;
	-moz-column-gap: 0.9375rem;
	-webkit-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.product-archive__categories li {
	border-radius: 1.875rem;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.product-archive__categories li.responsibility-jisha {
	background-color: #EA5313;
}

.product-archive__categories li.responsibility-ichibu {
	background-color: #EEBB1C;
}

.product-archive__categories li.responsibility-kyoryoku {
	background-color: #B8D442;
}

.product-archive__categories li.responsibility-hitanto {
	background-color: #EBEBEB;
	color: #AFAFAF;
}

.product-archive__body {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.responsibility-jisha {
	background-color: #EA5313; /* 自社担当: 緑 */
}

.responsibility-ichibu {
	background-color: #EEBB1C; /* 一部担当: 黄 */
}

.responsibility-kyoryoku {
	background-color: #B8D442; /* 協力会社: 青 */
}

.responsibility-hitanto {
	background-color: #808080; /* 非担当: 赤 */
}

.product {
	margin-top: -75px;
	margin-top: -4.6875rem;
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
	z-index: 0;
}

.product--gmd {
	margin-top: -75px;
	margin-top: -4.6875rem;
}

.product--app {
	margin-top: -75px;
	margin-top: -4.6875rem;
}

.product::before {
	background-image: url(../images/common/product-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.product__inner {
	position: relative;
}

.product__catch span {
	display: block;
	height: 18px;
	height: 1.125rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	max-width: 18px;
	max-width: 1.125rem;
	width: 100%;
}

.product__catch span:nth-child(1) {
	background-color: #EA5313;
}

.product__catch span:nth-child(2) {
	background-color: #EEBB1C;
}

.product__catch span:nth-child(3) {
	background-color: #B8D442;
}

.product__catch span:nth-child(4) {
	background-color: #808080;
}

.product__swiper {
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-left: 27px;
	padding-left: 1.6875rem;
	padding-right: 27px;
	padding-right: 1.6875rem;
}

.product__item {
	background: #fff;
	border-radius: 1.25rem;
	padding: 14px 14px 70px;
	padding: 0.875rem 0.875rem 4.375rem;
	position: relative;
}

.product__item-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Dazzle Unicase", sans-serif;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.product__item-title {
	color: #268582;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}

.product__item-date {
	color: #268582;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}

.product__item-arrow {
	bottom: 30px;
	bottom: 1.875rem;
	max-width: 82px;
	max-width: 5.125rem;
	position: absolute;
	right: 24px;
	right: 1.5rem;
	width: 100%;
}

.product__item-cates {
	row-gap: 10px;
	row-gap: 0.625rem;
	-moz-column-gap: 0.625rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product__item-cates li {
	border-radius: 1.875rem;
	font-size: 9px;
	font-size: 0.5625rem;
	line-height: 1;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.product__item-img img {
	height: 100%;
}

.product__btn {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.product__btn a {
	margin-inline: auto;
}

.product__btn span {
	padding-left: 16px;
	padding-left: 1rem;
}

.product__treat--sp01 {
	max-width: 271px;
	max-width: 16.9375rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 48px;
	top: 3rem;
	width: 100%;
}

.product__treat--pc01 {
	left: 150px;
	left: 9.375rem;
	max-width: 342px;
	max-width: 21.375rem;
	position: absolute;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.product__treat--pc02 {
	bottom: -100px;
	bottom: -6.25rem;
	max-width: 221px;
	max-width: 13.8125rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	width: 100%;
}

.product__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.product__head,
.product__catch {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.product__swiper {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.recruit {
	margin-top: -50px;
	margin-top: -3.125rem;
	padding-bottom: 160px;
	padding-bottom: 10rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	padding-top: 120px;
	padding-top: 7.5rem;
	position: relative;
	z-index: 1;
}

.recruit--job {
	margin-top: -75px;
	margin-top: -4.6875rem;
	z-index: 0;
}

.recruit--works .recruit--job {
	margin-top: -45px;
	margin-top: -2.8125rem;
	z-index: 0;
}

.recruit--companyprofile .recruit--job {
	margin-top: -120px;
	margin-top: -7.5rem;
	z-index: 0;
}

.recruit--ball-release {
	margin-top: -85px;
	margin-top: -5.3125rem;
}

.recruit--yellow {
	margin-top: -90px;
	margin-top: -5.625rem;
}

.recruit--character {
	margin-top: 0px;
	margin-top: 0rem;
}

.recruit::before {
	background-image: url(../images/common/recruit-mask-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.recruit--character::before {
	background-image: url(../images/common/recruit-character-bg.png);
	background-position: 75%;
	background-repeat: no-repeat;
	background-size: cover;
}

.recruit--company::before {
	background-image: none;
}

.recruit.recruit--yellow::before {
	background-image: url(../images/common/recruit-yellow-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.recruit.recruit--job::before {
	background-image: url(../images/common/job-description-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.recruit__inner {
	margin-inline: auto;
	max-width: 1240px;
	max-width: 77.5rem;
	position: relative;
	width: 100%;
}

.recruit__wrapper {
	margin-inline: auto;
	background-image: url(../images/common/recruit-bg-sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.25rem;
	padding: 18px;
	padding: 1.125rem;
	width: 100%;
}

.recruit__mask {
	border: 2px solid #fff;
	border-radius: 0.9375rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.recruit__title {
	color: #B8D442;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
	text-align: center;
}

.recruit__title span {
	font-size: 34px;
	font-size: 2.125rem;
}

.recruit__subtitle {
	color: #EEBB1C;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	text-align: center;
}

.recruit__text {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
}

.recruit__btn a {
	margin-inline: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.recruit-job__btn {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.recruit__btn span {
	padding-left: 19px;
	padding-left: 1.1875rem;
}

.recruit__treat--sp01 {
	left: -20px;
	left: -1.25rem;
	max-width: 200px;
	max-width: 12.5rem;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 100%;
	z-index: 100;
}

.recruit__treat--sp02 {
	bottom: -50px;
	bottom: -3.125rem;
	max-width: 186px;
	max-width: 11.625rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	width: 100%;
	z-index: 100;
	z-index: -1;
}

.recruit__treat--pc01 {
	left: -20px;
	left: -1.25rem;
	max-width: 215px;
	max-width: 13.4375rem;
	position: absolute;
	top: -50px;
	top: -3.125rem;
	width: 100%;
	z-index: 100;
}

.recruit__treat--pc02 {
	bottom: -150px;
	bottom: -9.375rem;
	max-width: 315px;
	max-width: 19.6875rem;
	position: absolute;
	right: -100px;
	right: -6.25rem;
	width: 100%;
	z-index: 100;
}

.recruit__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.recruit__title,
.recruit__subtitle,
.recruit__text,
.recruit__btn {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.recruitment {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.recruitment__inner {
	position: relative;
}

.recruitment__textbox {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.recruitment__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
}

.recruitment__info {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.recruitment__info-item {
	gap: 5%;
	border-bottom: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
	padding-top: 22px;
	padding-top: 1.375rem;
}

.recruitment__info-item:last-child {
	border-bottom: none;
}

.recruitment__info-item dt {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	width: 25%;
}

.recruitment__info-item dd {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.5625;
	width: 70%;
}

.recruitment__character,
.recruitment__treat {
	position: absolute;
}

.recruitment__character--01 {
	max-width: 70px;
	max-width: 4.375rem;
	right: 0px;
	right: 0rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.recruitment__character--02 {
	bottom: 0px;
	bottom: 0rem;
	max-width: 70px;
	max-width: 4.375rem;
	right: 0px;
	right: 0rem;
	width: 100%;
}

.recruitment__treat {
	bottom: -100px;
	bottom: -6.25rem;
	max-width: 110px;
	max-width: 6.875rem;
	right: 0px;
	right: 0rem;
	width: 100%;
}

.recruitment__character--engineer01 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 20px;
	right: 1.25rem;
	top: 0px;
	top: 0rem;
	width: 100%;
}

.recruitment__character--engineer02 {
	bottom: 0px;
	bottom: 0rem;
	max-width: 70px;
	max-width: 4.375rem;
	right: 0px;
	right: 0rem;
	width: 100%;
}

.recruitment__character--picture01 {
	left: 150px;
	left: 9.375rem;
	max-width: 45px;
	max-width: 2.8125rem;
	top: 70px;
	top: 4.375rem;
}

.recruitment__character--picture02 {
	bottom: -70px;
	bottom: -4.375rem;
	max-width: 150px;
	max-width: 9.375rem;
	right: 0px;
	right: 0rem;
}

.recruitment__character--sound01 {
	left: 20px;
	left: 1.25rem;
	max-width: 55px;
	max-width: 3.4375rem;
	top: 300px;
	top: 18.75rem;
	width: 100%;
}

.recruitment__character--sound02 {
	bottom: 0px;
	bottom: 0rem;
	max-width: 55px;
	max-width: 3.4375rem;
	right: 0px;
	right: 0rem;
	width: 100%;
	z-index: 1;
}

.recruitment__character,
.recruitment__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.recruitment__section-title,
.recruitment__text,
.recruitment__info {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.scope {
	position: relative;
}

.scope__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.scope__item-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	width: 100%;
}

.scope--job-plan {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.scope--job-engineer {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.scope--job-picture {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.scope--job-sound {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.scope--job-plan .scope__item-title {
	color: #B8D442;
	max-width: 280px;
	max-width: 17.5rem;
}

.scope--job-engineer .scope__item-title {
	color: #EA5313;
	max-width: 320px;
	max-width: 20rem;
}

.scope--job-picture .scope__item-title {
	color: #B8D442;
	max-width: 500px;
	max-width: 31.25rem;
}

.scope--job-sound .scope__item-title {
	color: #EA5313;
	max-width: 280px;
	max-width: 17.5rem;
}

.scope--job-picture.scope--job-management .scope__item-title {
	color: #DB4100;
	max-width: 550px;
	max-width: 34.375rem;
}

.scope__item-item {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.8;
}

.scope__character,
.scope__treat {
	position: absolute;
}

.scope__character--03 {
	max-width: 70px;
	max-width: 4.375rem;
	right: 0px;
	right: 0rem;
	top: 200px;
	top: 12.5rem;
	width: 100%;
}

.scope__character--04 {
	left: -30px;
	left: -1.875rem;
	max-width: 70px;
	max-width: 4.375rem;
	top: 500px;
	top: 31.25rem;
	width: 100%;
}

.scope__treat--01 {
	left: -100px;
	left: -6.25rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 100px;
	top: 6.25rem;
	width: 100%;
}

.scope__treat--02 {
	max-width: 180px;
	max-width: 11.25rem;
	right: -100px;
	right: -6.25rem;
	top: -100px;
	top: -6.25rem;
	width: 100%;
}

.scope__treat--03 {
	max-width: 140px;
	max-width: 8.75rem;
	right: -50px;
	right: -3.125rem;
	top: 300px;
	top: 18.75rem;
	width: 100%;
}

.scope__treat--04 {
	max-width: 170px;
	max-width: 10.625rem;
	right: -50px;
	right: -3.125rem;
	top: 500px;
	top: 31.25rem;
	width: 100%;
}

.scope__character--engineer01 {
	max-width: 80px;
	max-width: 5rem;
	right: 30px;
	right: 1.875rem;
	top: 50px;
	top: 3.125rem;
	width: 100%;
}

.scope__character--engineer02 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 20px;
	right: 1.25rem;
	top: 300px;
	top: 18.75rem;
	width: 100%;
}

.scope__character,
.scope__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.scope__section-title,
.scope__item {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.section-title__en {
	display: inline-block;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.section-title__en span {
	font-size: 47px;
	font-size: 2.9375rem;
}

.section-title__ja {
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
}

.section-title__en::before {
	border-radius: 50%;
	bottom: -5px;
	bottom: -0.3125rem;
	content: "";
	height: 9px;
	height: 0.5625rem;
	max-width: 9px;
	max-width: 0.5625rem;
	position: absolute;
	right: -32px;
	right: -2rem;
	width: 100%;
}

.section-title__en::after {
	border-radius: 0 1.0625rem 1.0625rem 0;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 5px;
	height: 0.3125rem;
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: -15px;
	right: -0.9375rem;
	width: 100%;
	width: 100vw;
}

.section-title--about .section-title__en span {
	color: #EA5313;
}

.section-title--about .section-title__en::before {
	background-color: #EA5313;
}

.section-title--about .section-title__en::after {
	background-color: #EA5313;
}

.section-title--news .section-title__en span {
	color: #B8D442;
}

.section-title--news .section-title__en::before {
	background-color: #B8D442;
}

.section-title--news .section-title__en::after {
	background-color: #B8D442;
}

.section-title--service .section-title__en span {
	color: #EEBB1C;
}

.section-title--service .section-title__en::before {
	background-color: #EEBB1C;
}

.section-title--service .section-title__en::after {
	background-color: #EEBB1C;
}

.section-title--workflow-app-development .section-title__en span {
	color: #EA5313;
}

.section-title--workflow-app-development .section-title__en::before {
	background-color: #EA5313;
}

.section-title--workflow-app-development .section-title__en::after {
	background-color: #EA5313;
}

.section-title--product .section-title__en span {
	color: #B8D442;
}

.section-title--product .section-title__en::before {
	background-color: #B8D442;
}

.section-title--product .section-title__en::after {
	background-color: #B8D442;
}

.section-title--blog .section-title__en span {
	color: #268582;
}

.section-title--blog .section-title__en::before {
	background-color: #268582;
}

.section-title--blog .section-title__en::after {
	background-color: #268582;
}

.section-title--company .section-title__en span {
	color: #EA5313;
}

.section-title--company .section-title__en::before {
	background-color: #EA5313;
}

.section-title--company .section-title__en::after {
	background-color: #EA5313;
}

.section-title--competencie-about .section-title__en span {
	color: #F78F27;
}

.section-title--competencie-about .section-title__en::before {
	background-color: #F78F27;
}

.section-title--competencie-about .section-title__en::after {
	background-color: #F78F27;
}

.section-title--feature .section-title__en span {
	color: #B8D442;
}

.section-title--feature .section-title__en::before {
	background-color: #B8D442;
}

.section-title--feature .section-title__en::after {
	background-color: #B8D442;
}

.section-title--workflow-gamemachine-development .section-title__en span {
	color: #B8D442;
}

.section-title--workflow-gamemachine-development .section-title__en::before {
	background-color: #B8D442;
}

.section-title--workflow-gamemachine-development .section-title__en::after {
	background-color: #B8D442;
}

.section-title--competencie-idol-management .section-title__en span {
	color: #F879A5;
}

.section-title--competencie-idol-management .section-title__en::before {
	background-color: #F879A5;
}

.section-title--competencie-idol-management .section-title__en::after {
	background-color: #F879A5;
}

.section-title--pichipachi .section-title__en span {
	color: #73BFE6;
}

.section-title--pichipachi .section-title__en::before {
	background-color: #73BFE6;
}

.section-title--pichipachi .section-title__en::after {
	background-color: #73BFE6;
}

.section-title--pichipachi-activities {
	text-align: center;
}

.section-title--pichipachi-activities .section-title__en span {
	color: #73BFE6;
}

.section-title--pichipachi-activities .section-title__en::before {
	background-color: #73BFE6;
	bottom: -2px;
	bottom: -0.125rem;
	right: -50px;
	right: -3.125rem;
}

.section-title--pichipachi-activities .section-title__en::after {
	background-color: #73BFE6;
	bottom: -4px;
	bottom: -0.25rem;
	left: -18px;
	left: -1.125rem;
	margin-left: 0;
	width: 182px;
	width: 11.375rem;
}

.section-title--pichipachi-links {
	text-align: center;
}

.section-title--pichipachi-links .section-title__en span {
	color: #73BFE6;
}

.section-title--pichipachi-links .section-title__en::before {
	background-color: #73BFE6;
	bottom: -2px;
	bottom: -0.125rem;
	right: -50px;
	right: -3.125rem;
}

.section-title--pichipachi-links .section-title__en::after {
	background-color: #73BFE6;
	bottom: -4px;
	bottom: -0.25rem;
	left: -18px;
	left: -1.125rem;
	margin-left: 0;
	width: 182px;
	width: 11.375rem;
}

.section-title--company-overview .section-title__en span {
	color: #EA5313;
}

.section-title--company-overview .section-title__en::before {
	background-color: #EA5313;
}

.section-title--company-overview .section-title__en::after {
	background-color: #EA5313;
}

.section-title--company-character .section-title__en span {
	color: #EEBB1C;
}

.section-title--company-character .section-title__en::before {
	background-color: #EEBB1C;
}

.section-title--company-character .section-title__en::after {
	background-color: #EEBB1C;
}

.section-title--companyinfo-overview .section-title__en span {
	color: #EEBB1C;
}

.section-title--companyinfo-overview .section-title__en::before {
	background-color: #EEBB1C;
}

.section-title--companyinfo-overview .section-title__en::after {
	background-color: #EEBB1C;
}

.section-title--companyinfo-access .section-title__en span {
	color: #EC642A;
}

.section-title--companyinfo-access .section-title__en::before {
	background-color: #EC642A;
}

.section-title--companyinfo-access .section-title__en::after {
	background-color: #EC642A;
}

.section-title--history .section-title__en span {
	color: #EEBB1C;
}

.section-title--history .section-title__en::before {
	background-color: #EEBB1C;
}

.section-title--history .section-title__en::after {
	background-color: #EEBB1C;
}

.section-title--character .section-title__en span {
	color: #F879A5;
}

.section-title--character .section-title__en::before {
	background-color: #F879A5;
}

.section-title--character .section-title__en::after {
	background-color: #F879A5;
}

.section-title--details .section-title__en span {
	color: #B8D442;
}

.section-title--details .section-title__en::before {
	background-color: #B8D442;
}

.section-title--details .section-title__en::after {
	background-color: #B8D442;
}

.section-title--top-message .section-title__en span {
	color: #EC642A;
}

.section-title--top-message .section-title__en::before {
	background-color: #EC642A;
}

.section-title--top-message .section-title__en::after {
	background-color: #EC642A;
}

.section-title--works .section-title__en span {
	color: #EC642A;
}

.section-title--works .section-title__en::before {
	background-color: #EC642A;
}

.section-title--works .section-title__en::after {
	background-color: #EC642A;
}

.section-title--gmd-detail .section-title__en span {
	color: #B8D442;
}

.section-title--gmd-detail .section-title__en::before {
	background-color: #B8D442;
}

.section-title--gmd-detail .section-title__en::after {
	background-color: #B8D442;
}

.section-title--app-detail .section-title__en span {
	color: #EA5313;
}

.section-title--app-detail .section-title__en::before {
	background-color: #EA5313;
}

.section-title--app-detail .section-title__en::after {
	background-color: #EA5313;
}

.section-title--idol-detail .section-title__en span {
	color: #F879A5;
}

.section-title--idol-detail .section-title__en::before {
	background-color: #F879A5;
}

.section-title--idol-detail .section-title__en::after {
	background-color: #F879A5;
}

.section-title--gallery-office .section-title__en span {
	color: #EA5313;
}

.section-title--gallery-office .section-title__en::before {
	background-color: #EA5313;
}

.section-title--gallery-office .section-title__en::after {
	background-color: #EA5313;
}

.section-title--office-scenes .section-title__en span {
	color: #FFD553;
}

.section-title--office-scenes .section-title__en::before {
	background-color: #FFD553;
}

.section-title--office-scenes .section-title__en::after {
	background-color: #FFD553;
}

.section-title--job-plan .section-title__en span {
	color: #B8D442;
}

.section-title--job-plan .section-title__en::before {
	background-color: #B8D442;
}

.section-title--job-plan .section-title__en::after {
	background-color: #B8D442;
}

.section-title--job-engineer .section-title__en span {
	color: #EA5313;
}

.section-title--job-engineer .section-title__en::before {
	background-color: #EA5313;
}

.section-title--job-engineer .section-title__en::after {
	background-color: #EA5313;
}

.section-title--job-picture .section-title__en span {
	color: #EA5313;
}

.section-title--job-picture .section-title__en::before {
	background-color: #EA5313;
}

.section-title--job-picture .section-title__en::after {
	background-color: #EA5313;
}

.section-title--job-sound .section-title__en span {
	color: #B8D442;
}

.section-title--job-sound .section-title__en::before {
	background-color: #B8D442;
}

.section-title--job-sound .section-title__en::after {
	background-color: #B8D442;
}

.section-title--job-description .section-title__en span {
	color: #EA5313;
}

.section-title--job-description .section-title__en::before {
	background-color: #EA5313;
}

.section-title--job-description .section-title__en::after {
	background-color: #EA5313;
}

.section-title--news-sub .section-title__en span {
	color: #EA5313;
}

.section-title--news-sub .section-title__en::before {
	background-color: #EA5313;
}

.section-title--news-sub .section-title__en::after {
	background-color: #EA5313;
}

.section-title--contact-sub .section-title__en span {
	color: #EA5313;
}

.section-title--contact-sub .section-title__en::before {
	background-color: #EA5313;
}

.section-title--contact-sub .section-title__en::after {
	background-color: #EA5313;
}

.section-title--entry .section-title__en span {
	color: #EA5313;
}

.section-title--entry .section-title__en::before {
	background-color: #EA5313;
}

.section-title--entry .section-title__en::after {
	background-color: #EA5313;
}

.service {
	position: relative;
	z-index: 0;
}

.service--gmd {
	margin-top: -80px;
	margin-top: -5rem;
}

.service--about {
	margin-top: -120px;
	margin-top: -7.5rem;
	padding-bottom: 230px;
	padding-bottom: 14.375rem;
}

.service--idol {
	margin-top: -105px;
	margin-top: -6.5625rem;
}

.service--active .service__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.service--active .service__item--01::before {
	background-color: #EA5313 !important;
}

.service--active .service__item--02::before {
	background-color: #EEBB1C !important;
}

.service--active .service__item--03::before {
	background-color: #F879A5 !important;
}

.service--active .service__item--03::after {
	background-color: #F879A5 !important;
}

.service::before {
	background-image: url(../images/common/service-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.service.service--about::before {
	background-image: url(../images/common/service-about-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: -200px;
	top: -12.5rem;
	width: 100%;
	z-index: -1;
}

.service.service--gmd::before,
.service.service--idol::before {
	background-image: url(../images/common/service-gmd-bg.png);
	background-position: 72%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.service__inner {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.service__text {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	line-height: 1.67;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.service__items {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.service__item {
	border: 3px solid #fff;
	border-radius: 1.25rem;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 15px 14px 5px;
	padding: 0.9375rem 0.875rem 0.3125rem;
	-webkit-transition: 1s;
	transition: 1s;
}

.service__item:first-child {
	margin-top: 0;
}

.service__item-head {
	border-bottom: 3px solid #fff;
	font-family: "Dazzle Unicase", sans-serif;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	position: relative;
	z-index: 10;
}

.service__item-head::after {
	background-color: transparent;
	bottom: 0;
	-webkit-box-shadow: 0px 0.1875rem 0.25rem rgba(0, 0, 0, .16);
	box-shadow: 0px 0.1875rem 0.25rem rgba(0, 0, 0, .16);
	content: "";
	height: 3px;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.service__item-number {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}

.service__item-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.222;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
}

.service__item-subtitle {
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
}

.service__item-arrow {
	bottom: 12px;
	bottom: 0.75rem;
	max-width: 20px;
	max-width: 1.25rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	width: 100%;
}

.service__item-text {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 2.27;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .16);
}

.service__item-img {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.service__treat--sp01 {
	max-width: 111px;
	max-width: 6.9375rem;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	top: 75px;
	top: 4.6875rem;
	width: 100%;
	z-index: 100;
}

.service__treat--pc01 {
	max-width: 294px;
	max-width: 18.375rem;
	position: absolute;
	right: -65px;
	right: -4.0625rem;
	top: 30px;
	top: 1.875rem;
	width: 100%;
	z-index: 100;
}

.service__treat {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.service__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.service__head {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.service__items {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.service--active .service__item--01 .service__item-number {
	color: #EA5313;
}

.service--active .service__item--02 .service__item-number {
	color: #EEBB1C;
}

.service--active .service__item--03 .service__item-number {
	color: #F879A5;
}

.service--active .service__item-text {
	margin-top: 65px;
	margin-top: 4.0625rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.service--active .service__item:hover .service__item-text {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.service__character--01 {
	max-width: 70px;
	max-width: 4.375rem;
	position: absolute;
	right: 50px;
	right: 3.125rem;
	top: 20px;
	top: 1.25rem;
	width: 100%;
}

.single-blog {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.single-blog::before {
	background-color: transparent;
	background-image: url(../images/common/news-sub-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.single-blog__inner {
	position: relative;
}

.single-blog__body {
	margin-inline: auto;
	background-color: #fff;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
	box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 900px;
	max-width: 56.25rem;
}

.single-blog__body-inner {
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
}

.single-blog__img {
	border: 1px solid #707070;
	position: relative;
}

.single-blog__img::before {
	content: "";
	display: block;
	padding-top: 55.71428571%;
}

.single-blog__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.single-blog__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.single-blog__category {
	background-color: #B8D442;
	display: block;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 25px;
	height: 1.5625rem;
	letter-spacing: 0.03em;
	padding: 5px 6px 0;
	padding: 0.3125rem 0.375rem 0;
	text-transform: uppercase;
}

.single-blog__category {
	background-color: #B8D442;
}

.single-blog__date {
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	margin-left: 18px;
	margin-left: 1.125rem;
}

.single-blog__title {
	color: #000;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.single-blog__text {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 2.222;
	margin-top: 48px;
	margin-top: 3rem;
}

.single-blog__btns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.single-blog__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.single-blog__btn a img {
	max-width: 20px;
	max-width: 1.25rem;
	width: 100%;
}

.single-blog__btn--top a img {
	display: block;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.single-blog__btn--top a:hover {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.single-blog__btn--archive a img {
	display: block;
	margin-left: 12px;
	margin-left: 0.75rem;
}

.single-blog__btn--archive a:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.single-blog__text p {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.single-blog__text h2 {
	background-color: #F78F28;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2.2;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 10px;
	padding-left: 0.625rem;
}

.single-blog__text h3 {
	border-left: 5px solid #258481;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.2;
	margin-top: 22px;
	margin-top: 1.375rem;
	padding-left: 10px;
	padding-left: 0.625rem;
}

.single-blog__text h4 {
	color: #248380;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.contact--archive-blog {
	margin-top: -75px;
	margin-top: -4.6875rem;
}

.toc {
	background: #F3F3F3;
	border-radius: 1.25rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: ewm(30);
	padding-top: 28px;
	padding-top: 1.75rem;
	position: sticky;
	width: 100%;
}

.toc h2 {
	color: #2C2C2C;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: normal;
}

.toc ul {
	list-style: none;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-left: 0;
}

.toc li {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.toc-h3 {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.toc a {
	color: #2C2C2C;
	text-decoration: none;
}

.toc a:hover {
	text-decoration: underline;
}

.single-news {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
	position: relative;
	z-index: 1;
}

.single-news::before {
	background-color: transparent;
	background-image: url(../images/common/news-sub-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.single-news__inner {
	position: relative;
}

.single-news__body {
	margin-inline: auto;
	background-color: #fff;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
	box-shadow: 0 20px 20px rgba(0, 0, 0, .16);
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 900px;
	max-width: 56.25rem;
}

.single-news__body-inner {
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
}

.single-news__img {
	border: 1px solid #707070;
	position: relative;
}

.single-news__img::before {
	content: "";
	display: block;
	padding-top: 55.71428571%;
}

.single-news__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.single-news__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.single-news__category {
	background-color: #B8D442;
	display: block;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 25px;
	height: 1.5625rem;
	letter-spacing: 0.03em;
	padding: 5px 6px 0;
	padding: 0.3125rem 0.375rem 0;
	text-transform: uppercase;
}

.single-news__category.news {
	background-color: #B8D442;
}

.single-news__category.news::before {
	display: none;
}

.single-news__category.media {
	background-color: #EEBB1C;
}

.single-news__date {
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	margin-left: 18px;
	margin-left: 1.125rem;
}

.single-news__title {
	color: #000;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.single-news__text {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 2.222;
	margin-top: 48px;
	margin-top: 3rem;
}

.single-news__btns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.single-news__btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	width: 100%;
}

.single-news__btn a img {
	max-width: 20px;
	max-width: 1.25rem;
	width: 100%;
}

.single-news__btn--top a img {
	display: block;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.single-news__btn--archive a img {
	display: block;
	margin-left: 12px;
	margin-left: 0.75rem;
}

.single-news__treat,
.single-news__character {
	position: absolute;
}

.archive-news__treat,
.archive-news__character {
	position: absolute;
}

.single-news__treat--01 {
	left: -80px;
	left: -5rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 100px;
	top: 6.25rem;
}

.single-news__treat--02 {
	bottom: 100px;
	bottom: 6.25rem;
	left: -60px;
	left: -3.75rem;
	max-width: 80px;
	max-width: 5rem;
}

.single-news__treat--03 {
	max-width: 180px;
	max-width: 11.25rem;
	right: -60px;
	right: -3.75rem;
	top: 150px;
	top: 9.375rem;
	z-index: -1;
}

.single-news__character--01 {
	left: 20px;
	left: 1.25rem;
	max-width: 60px;
	max-width: 3.75rem;
	top: 90px;
	top: 5.625rem;
}

.single-news__character--02 {
	left: 200px;
	left: 12.5rem;
	max-width: 80px;
	max-width: 5rem;
	top: 80px;
	top: 5rem;
}

.single-news__character--03 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 20px;
	right: 1.25rem;
	top: 20px;
	top: 1.25rem;
}

.archive-news__treat--01 {
	left: -80px;
	left: -5rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 70px;
	top: 4.375rem;
}

.archive-news__treat--02 {
	bottom: 100px;
	bottom: 6.25rem;
	left: -60px;
	left: -3.75rem;
	max-width: 80px;
	max-width: 5rem;
}

.archive-news__treat--03 {
	max-width: 180px;
	max-width: 11.25rem;
	right: -60px;
	right: -3.75rem;
	top: 150px;
	top: 9.375rem;
	z-index: -1;
}

.archive-news__character--01 {
	left: 20px;
	left: 1.25rem;
	max-width: 60px;
	max-width: 3.75rem;
	top: 20px;
	top: 1.25rem;
}

.archive-news__character--02 {
	left: 200px;
	left: 12.5rem;
	max-width: 80px;
	max-width: 5rem;
	top: 120px;
	top: 7.5rem;
}

.single-news__treat,
.single-news__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.archive-news__treat,
.archive-news__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.contact--archive-news {
	margin-top: -75px;
	margin-top: -4.6875rem;
}

.sp-nav {
	backdrop-filter: blur(7px);
	background-color: rgba(40, 78, 92, .73);
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sp-nav.is-active {
	display: block;
	position: fixed;
}

.sp-nav__inner {
	position: relative;
}

.sp-nav__wrapper {
	margin-inline: auto;
	max-width: 344px;
	max-width: 21.5rem;
	min-height: 100vh;
	padding: 90px 20px 100px;
	padding: 5.625rem 1.25rem 6.25rem;
	position: relative;
	z-index: 10000;
}

.sp-nav__items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-nav__items {
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

.sp-nav__item {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-top: 16px;
	margin-top: 1rem;
}

.sp-nav__item--child {
	font-weight: 400;
}

.sp-nav__item:first-child {
	margin-top: 0;
}

.sp-nav__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-nav__item img {
	margin-right: 5px;
	margin-right: 0.3125rem;
	max-width: 9.5px;
	max-width: 0.59375rem;
	width: 100%;
}

.sp-nav__inner > img {
	bottom: 0;
	position: absolute;
	right: 0;
}

.sub-mv__inner {
	padding-top: 370px;
	padding-top: 23.125rem;
	position: relative;
}

.sub-mv__img {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
	bottom: 45px;
	bottom: 2.8125rem;
	left: -15px;
	left: -0.9375rem;
	margin-top: 220px;
	margin-top: 13.75rem;
	max-width: 220px;
	max-width: 13.75rem;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.sub-mv__contents {
	max-width: 610px;
	max-width: 38.125rem;
	position: absolute;
	right: -115px;
	right: -7.1875rem;
	top: 140px;
	top: 8.75rem;
	width: 100%;
}

.sub-mv--gamemachine-development .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 80px;
	top: 5rem;
}

.sub-mv--app-development .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 80px;
	top: 5rem;
}

.sub-mv--idol-management .sub-mv__contents {
	right: -50px;
	right: -3.125rem;
	top: 100px;
	top: 6.25rem;
}

.sub-mv--companyinfo .sub-mv__contents {
	right: -50px;
	right: -3.125rem;
	top: 100px;
	top: 6.25rem;
}

.sub-mv--message .sub-mv__contents {
	top: 100px;
	top: 6.25rem;
}

.sub-mv--companyprofile .sub-mv__contents {
	top: 100px;
	top: 6.25rem;
}

.sub-mv--gallery .sub-mv__contents {
	top: 100px;
	top: 6.25rem;
}

.sub-mv--character .sub-mv__contents {
	max-width: 720px;
	max-width: 45rem;
	right: -60px;
	right: -3.75rem;
	width: 100%;
}

.sub-mv--message .sub-mv__contents {
	right: -80px;
	right: -5rem;
}

.sub-mv--companyprofile .sub-mv__contents {
	right: -80px;
	right: -5rem;
}

.sub-mv--gallery .sub-mv__contents {
	right: -80px;
	right: -5rem;
}

.sub-mv--works .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 100px;
	top: 6.25rem;
}

.sub-mv--job-engineer .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 100px;
	top: 6.25rem;
}

.sub-mv--job-plan .sub-mv__contents {
	top: 100px;
	top: 6.25rem;
}

.sub-mv--job-plan .sub-mv__contents {
	right: -40px;
	right: -2.5rem;
}

.sub-mv--job-design .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 100px;
	top: 6.25rem;
}

.sub-mv--entry .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 120px;
	top: 7.5rem;
}

.sub-mv--contact .sub-mv__contents {
	right: -80px;
	right: -5rem;
	top: 120px;
	top: 7.5rem;
}

.sub-mv--news .sub-mv__contents {
	top: 120px;
	top: 7.5rem;
}

.sub-mv--privacy .sub-mv__contents {
	right: -40px;
	right: -2.5rem;
	top: 120px;
	top: 7.5rem;
}

.sub-mv__textbox {
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	padding-left: 22px;
	padding-left: 1.375rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
	position: relative;
	z-index: 1;
}

.sub-mv__textbox::before {
	content: "";
	height: 100%;
	left: 0;
	margin-right: calc(50% - 50vw);
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.sub-mv--about .sub-mv__textbox::before {
	background-color: #EA5313;
}

.sub-mv--service .sub-mv__textbox::before {
	background-color: #EEBB1C;
}

.sub-mv--idol-management .sub-mv__textbox::before {
	background-color: #F879A5;
}

.sub-mv--gamemachine-development .sub-mv__textbox::before {
	background-color: #F78F28;
}

.sub-mv--app-development .sub-mv__textbox::before {
	background-color: #EEBB1C;
}

.sub-mv--character .sub-mv__textbox::before {
	background-color: #73BFE5;
}

.sub-mv--company .sub-mv__textbox::before {
	background-color: #A5C12F;
}

.sub-mv--companyinfo .sub-mv__textbox::before {
	background-color: #EEBB1C;
}

.sub-mv--recruit .sub-mv__textbox::before {
	background-color: #A5C12F;
}

.sub-mv--message .sub-mv__textbox::before {
	background-color: #EA5313;
}

.sub-mv--companyprofile .sub-mv__textbox::before {
	background-color: #F78F28;
}

.sub-mv--works .sub-mv__textbox::before {
	background-color: #73BFE5;
}

.sub-mv--gallery .sub-mv__textbox::before {
	background-color: #EA5313;
}

.sub-mv--ball-release .sub-mv__textbox::before {
	background-color: #A5C12F;
}

.sub-mv--requirements .sub-mv__textbox::before {
	background-color: #FFD553;
}

.sub-mv--job-plan .sub-mv__textbox::before {
	background-color: #A5C12F;
}

.sub-mv--job-engineer .sub-mv__textbox::before {
	background-color: #FED552;
}

.sub-mv--job-design .sub-mv__textbox::before {
	background-color: #73BFE5;
}

.sub-mv--news .sub-mv__textbox::before {
	background-color: #F78F28;
}

.sub-mv--contact .sub-mv__textbox::before {
	background-color: #F78F28;
}

.sub-mv--entry .sub-mv__textbox::before {
	background-color: #F78F28;
}

.sub-mv--privacy .sub-mv__textbox::before {
	background-color: #F78F28;
}

.sub-mv .sub-mv__catch {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 80%;
	overflow-x: auto;
	white-space: nowrap;
}

.sub-mv--about .sub-mv__catch {
	color: #EA5313;
}

.sub-mv--service .sub-mv__catch {
	color: #EEBB1C;
}

.sub-mv--gamemachine-development .sub-mv__catch {
	color: #F78F28;
}

.sub-mv--app-development .sub-mv__catch {
	color: #EEBB1C;
}

.sub-mv--idol-management .sub-mv__catch {
	color: #F879A5;
}

.sub-mv--company .sub-mv__catch {
	color: #A5C12F;
}

.sub-mv--companyinfo .sub-mv__catch {
	color: #EEBB1C;
}

.sub-mv--character .sub-mv__catch {
	color: #73BFE5;
}

.sub-mv--recruit .sub-mv__catch {
	color: #A5C12F;
}

.sub-mv--message .sub-mv__catch {
	color: #EA5313;
}

.sub-mv--companyprofile .sub-mv__catch {
	color: #F78F28;
}

.sub-mv--works .sub-mv__catch {
	color: #73BFE5;
}

.sub-mv--gallery .sub-mv__catch {
	color: #EA5313;
}

.sub-mv--ball-release .sub-mv__catch {
	color: #A5C12F;
}

.sub-mv--requirements .sub-mv__catch {
	color: #FFD553;
}

.sub-mv--job-plan .sub-mv__catch {
	color: #A5C12F;
}

.sub-mv--job-engineer .sub-mv__catch {
	color: #FED552;
}

.sub-mv--job-design .sub-mv__catch {
	color: #73BFE5;
}

.sub-mv--news .sub-mv__catch {
	color: #F78F28;
}

.sub-mv--contact .sub-mv__catch {
	color: #F78F28;
}

.sub-mv--entry .sub-mv__catch {
	color: #F78F28;
}

.sub-mv--privacy .sub-mv__catch {
	color: #F78F28;
}

.sub-mv__title {
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	position: relative;
}

.sub-mv--gamemachine-development .sub-mv__title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.sub-mv--app-development .sub-mv__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.sub-mv--idol-management .sub-mv__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.sub-mv--character .sub-mv__title {
	font-size: 24px;
	font-size: 1.5rem;
}

.sub-mv--requirements .sub-mv__title {
	font-size: 22px;
	font-size: 1.375rem;
}

.sub-mv__title::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	max-width: 180px;
	max-width: 11.25rem;
	position: absolute;
	width: 100%;
}

.sub-mv__sub-title {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.sub-mv--gamemachine-development .sub-mv__sub-title {
	font-size: 14px;
	font-size: 0.875rem;
}

.sub-mv--app-development .sub-mv__sub-title {
	font-size: 14px;
	font-size: 0.875rem;
}

.sub-mv--idol-management .sub-mv__sub-title {
	font-size: 14px;
	font-size: 0.875rem;
}

.sub-mv__treat--pc01 {
	left: 0px;
	left: 0rem;
	max-width: 86px;
	max-width: 5.375rem;
	position: absolute;
	top: 110px;
	top: 6.875rem;
	width: 100%;
	z-index: 1;
}

.sub-mv__treat--pc02 {
	left: 180px;
	left: 11.25rem;
	max-width: 82px;
	max-width: 5.125rem;
	position: absolute;
	top: 0px;
	top: 0rem;
	width: 100%;
	z-index: 100;
	z-index: 1;
}

.sub-mv__treat--pc03 {
	bottom: 0px;
	bottom: 0rem;
	max-width: 165px;
	max-width: 10.3125rem;
	position: absolute;
	right: -15px;
	right: -0.9375rem;
	width: 100%;
	z-index: 1;
}

.top-message {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.top-message::before {
	background-image: url(../images/common/message-bg-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.top-message__inner {
	position: relative;
}

.top-message__title {
	color: #004458;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.top-message__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.25;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.top-message__middle {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.top-message__middle-img {
	margin-left: 0px;
	margin-left: 0rem;
	max-width: 724px;
	max-width: 45.25rem;
	width: 100%;
}

.top-message__middle-text {
	color: #004458;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.top-message__name {
	color: #0E605E;
	font-family: "Hiragino Sans GB", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: right;
}

.top-message__treat,
.top-message__character {
	position: absolute;
}

.top-message__treat--01 {
	left: -100px;
	left: -6.25rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 350px;
	top: 21.875rem;
}

.top-message__treat--02 {
	max-width: 140px;
	max-width: 8.75rem;
	right: 20px;
	right: 1.25rem;
	top: -30px;
	top: -1.875rem;
}

.top-message__treat--03 {
	max-width: 170px;
	max-width: 10.625rem;
	right: -100px;
	right: -6.25rem;
	top: 100px;
	top: 6.25rem;
}

.top-message__treat--04 {
	bottom: 300px;
	bottom: 18.75rem;
	max-width: 180px;
	max-width: 11.25rem;
	right: -50px;
	right: -3.125rem;
}

.top-message__character--01 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 50%;
	top: -50px;
	top: -3.125rem;
}

.top-message__character--02 {
	max-width: 110px;
	max-width: 6.875rem;
	right: 20px;
	right: 1.25rem;
	top: 555px;
	top: 34.6875rem;
}

.top-message__character--03 {
	max-width: 60px;
	max-width: 3.75rem;
	right: 200px;
	right: 12.5rem;
	top: 575px;
	top: 35.9375rem;
}

.top-message__treat,
.top-message__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.top-message__section-title,
.top-message__title,
.top-message__text,
.top-message__middle-text,
.top-message__name {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.top-message__middle-img {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px); /* 左から移動 */
}

.workflow {
	padding-bottom: 175px;
	padding-bottom: 10.9375rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.workflow__inner {
	position: relative;
}

.workflow--gamemachine-development {
	position: relative;
	z-index: 0;
}

.workflow--app-development {
	position: relative;
	z-index: 0;
}

.workflow--gamemachine-development::before {
	background-image: url(../images/common/workflow-gmd-bg.png);
	background-position: 31%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.workflow--app-development::before {
	background-image: url(../images/common/workflow-app-development-bg.png);
	background-position: 31%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.workflow__item {
	margin-top: 80px;
	margin-top: 5rem;
}

.workflow__parent--01 {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.workflow__parent-number {
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, .1);
}

.workflow--gamemachine-development .workflow__item--01 .workflow__parent-number {
	color: #0E605E;
}

.workflow--gamemachine-development .workflow__item--02 .workflow__parent-number {
	color: #FFD553;
}

.workflow--gamemachine-development .workflow__item--03 .workflow__parent-number {
	color: #004458;
}

.workflow--gamemachine-development .workflow__item--04 .workflow__parent-number {
	color: #FFD553;
}

.workflow--app-development .workflow__item .workflow__parent-number {
	color: #EA5313;
}

.workflow__parent-img {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 884px;
	max-width: 55.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.workflow__parent-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 2.14;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.workflow__children {
	position: relative;
}

.workflow__child {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.workflow__child-inner {
	position: relative;
}

.workflow__child-number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 60px;
	height: 3.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0px;
	left: 0rem;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.workflow--gamemachine-development .workflow__item--01 .workflow__child-number {
	background-color: #0E605E;
}

.workflow--gamemachine-development .workflow__item--02 .workflow__child-number {
	background-color: #FFD553;
}

.workflow--app-development .workflow__item--01 .workflow__child-number {
	background-color: #EA5313;
}

.workflow__child-img {
	max-width: 390px;
	max-width: 24.375rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	position: relative;
	width: 100%;
}

.workflow__child-wrapper {
	max-width: 562px;
	max-width: 35.125rem;
	width: 100%;
}

.workflow__child-title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.workflow--gamemachine-development .workflow__item--01 .workflow__child-title {
	color: #0E605E;
}

.workflow--gamemachine-development .workflow__item--02 .workflow__child-title {
	color: #FFD553;
}

.workflow--app-development .workflow__item--01 .workflow__child-title {
	color: #0E605E;
}

.workflow__child-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.14;
	margin-top: 16px;
	margin-top: 1rem;
}

.workflow__treat {
	left: 0px;
	left: 0rem;
	max-width: 140px;
	max-width: 8.75rem;
	position: absolute;
	top: 1600px;
	top: 100rem;
	width: 100%;
}

.workflow__character--gmd01 {
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: 50px;
	right: 3.125rem;
	top: -75px;
	top: -4.6875rem;
	width: 100%;
}

.workflow__character--gmd02 {
	left: 25px;
	left: 1.5625rem;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	top: -40px;
	top: -2.5rem;
	width: 100%;
}

.workflow__character--gmd03 {
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: 25px;
	right: 1.5625rem;
	top: -60px;
	top: -3.75rem;
	width: 100%;
}

.workflow__character--gmd04 {
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: 50px;
	right: 3.125rem;
	top: -120px;
	top: -7.5rem;
	width: 100%;
}

.workflow__character--gmd05 {
	left: 50px;
	left: 3.125rem;
	max-width: 50px;
	max-width: 3.125rem;
	position: absolute;
	top: -60px;
	top: -3.75rem;
	width: 100%;
}

.workflow__character--app01 {
	max-width: 70px;
	max-width: 4.375rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: -65px;
	top: -4.0625rem;
	width: 100%;
}

.workflow__character--app02 {
	left: 10px;
	left: 0.625rem;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	top: -200px;
	top: -12.5rem;
	width: 100%;
}

.workflow__character--app03 {
	max-width: 50px;
	max-width: 3.125rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: -60px;
	top: -3.75rem;
	width: 100%;
}

.workflow__character--app04 {
	left: 30px;
	left: 1.875rem;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	top: -75px;
	top: -4.6875rem;
	width: 100%;
}

.workflow__treat,
.workflow__character {
	opacity: 0;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.workflow__section-title {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px); /* 左から移動 */
}

.workflow__item {
	opacity: 0; /* 初期状態で透明 */
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.works {
	padding-bottom: 150px;
	padding-bottom: 9.375rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
	z-index: 1;
}

.works::before {
	background-image: url(../images/common/works-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.works__treat--01 {
	left: -60px;
	left: -3.75rem;
	max-width: 110px;
	max-width: 6.875rem;
	top: 400px;
	top: 25rem;
}

.works__treat--02 {
	max-width: 140px;
	max-width: 8.75rem;
	right: 100px;
	right: 6.25rem;
	top: 10px;
	top: 0.625rem;
	z-index: -1;
}

.works__treat--03 {
	max-width: 170px;
	max-width: 10.625rem;
	right: 10px;
	right: 0.625rem;
	top: 300px;
	top: 18.75rem;
	z-index: 10;
}

.works__treat {
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(150px, -150px);
	transform: translate(150px, -150px);
}

.works__section-title {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.wrapper {
	background-attachment: fixed;
	background-image: url(../images/common/mv-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
}

@media screen and (min-width: 391px) {

.history__item > dt {
	width: 45%;
}

.product-archive__categories li {
	font-size: 0.9375rem;
}

.product__item-cates {
	-moz-column-gap: 0.75rem;
	-webkit-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.product__item-cates li {
	font-size: 0.6875rem;
}

.sub-mv .sub-mv__catch {
	max-width: 78%;
}

}

@media screen and (min-width: 900px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.about::before {
	background-image: url(../images/common/about-bg-pc.png);
}

.about__inner {
	padding-bottom: 8.5625rem;
	padding-top: 11.875rem;
}

.about__textbox {
	max-width: 32.5rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.about__title {
	margin-top: 1.5rem;
}

.about__text {
	font-size: 0.875rem;
}

.about__img {
	margin-top: 0;
	position: absolute;
	right: 0rem;
	top: 14.0625rem;
	width: 34.375rem;
	z-index: 1;
}

.about__btn {
	margin-top: 2.75rem;
}

.app-detail {
	margin-top: -8.4375rem;
	padding-bottom: 11.25rem;
	padding-top: 8.75rem;
}

.app-detail::before {
	background-image: url(../images/common/app-detail-bg.png);
}

.app-detail__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.app-detail__text {
	font-size: 1rem;
}

.app-detail__img {
	margin-right: -7.5rem;
}

.app-detail__list {
	-moz-column-gap: 1.375rem;
	row-gap: 3.125rem;
	-webkit-column-gap: 1.375rem;
	column-gap: 1.375rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.app-detail__item {
	margin-top: 0;
}

.app-detail__item-title {
	bottom: 2.25rem;
	font-size: 1.875rem;
}

.app-detail__item-arrow {
	bottom: 1.125rem;
	height: 3.75rem;
	right: 1.125rem;
	width: 3.75rem;
}

.ball-release {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.ball-release__catch p {
	font-size: 1.875rem;
}

.ball-release__character--01 {
	left: 9.375rem;
	max-width: 6.25rem;
	top: -1.25rem;
}

.ball-release__character--02 {
	max-width: 7.75rem;
	right: 8.125rem;
	top: -5rem;
}

.ball-release__character--03 {
	max-width: 7.75rem;
	right: -1.25rem;
	top: 0rem;
}

.ball-release__character--04 {
	left: 18.75rem;
	max-width: 9.6875rem;
	top: 0rem;
}

.ball-release__character--05 {
	bottom: -6.25rem;
	left: auto;
	max-width: 11.0625rem;
	right: -1.25rem;
	top: auto;
}

.ball-release__treat--01 {
	left: -7.5rem;
	max-width: 14rem;
	top: 31.25rem;
}

.ball-release__treat--02 {
	max-width: 22.5rem;
	right: -1.875rem;
	top: 18.75rem;
}

.blog {
	margin-top: -7.8125rem;
}

.blog::before {
	background-image: url(../images/common/blog-bg-pc.png);
}

.blog.blog--sub::before {
	background-image: url(../images/common/single-news-bg.png);
}

.blog__inner {
	gap: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10.3125rem;
}

.blog__list {
	width: 100%;
}

.blog__btn {
	margin-top: 4.125rem;
}

.breadcrumb {
	font-size: 0.8125rem;
	margin-bottom: 0rem;
}

.btn a {
	border-radius: 1.375rem;
	max-width: 9.875rem;
}

.btn--orange a {
	border-radius: 3.125rem;
	font-size: 2.0625rem;
	max-width: 33.125rem;
}

.btn--orange a img {
	height: 4.125rem;
	max-width: 4.125rem;
}

.character {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.character__items {
	margin-top: 0;
}

.character__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.character__item--inverted {
	gap: 10rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.character__item-img {
	margin-top: 0;
}

.character__item-title {
	font-size: 1.5rem;
	font-weight: bold;
}

.character__item-title span {
	font-size: 1.875rem;
}

.character__item-title::before {
	bottom: -0.5625rem;
	height: 1.1875rem;
	max-width: 1.1875rem;
	right: -3.125rem;
	right: -4.8125rem;
}

.character__item-title::after {
	height: 0.5rem;
	right: -0.9375rem;
}

.character__item--inverted .character__item-title::after {
	left: -3.125rem;
	margin-left: 0;
	right: auto;
	width: 25.625rem;
}

.character__item--inverted .character__item-title::before {
	left: 23.75rem;
	right: auto;
}

.character__item-text {
	font-size: 1rem;
}

.character__stump-title > p {
	font-size: 1.875rem;
}

.character__stump-list {
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.character__stump-item {
	margin-top: 0rem;
}

.common--about::before {
	background-image: url(../images/common/competencie-about-bg.png);
}

.common--app-development .common__inner {
	padding-bottom: 12.5rem;
}

.common--about .common__body {
	margin-top: 5.9375rem;
}

.common--job-description .common__body {
	margin-top: 8.125rem;
}

.common--gamemachine-development .common__body {
	margin-top: 4.0625rem;
}

.common__catch {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.common__text {
	line-height: 2.57;
	max-width: 34.4375rem;
	width: 100%;
}

.common--app-development .common__text {
	font-size: 1.125rem;
	margin-top: 4.6875rem;
	max-width: 100%;
}

.common--idol-management .common__text {
	margin-top: 6.25rem;
}

.common__img {
	margin-right: 0;
	margin-top: 0;
	max-width: 26.875rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
}

.common--app-development .common__img {
	margin-right: 0;
	margin-top: 0;
	max-width: 26.875rem;
	position: absolute;
	right: 0rem;
}

.common--recruit .common__wrapper {
	margin-top: 12.5rem;
}

.common--recruit .common__img {
	top: -12.5rem;
}

.common__treat--about01 {
	max-width: 8.3125rem;
	right: 15.625rem;
	top: 6.875rem;
}

.common__treat--about02 {
	bottom: -3.125rem;
	max-width: 9.6875rem;
	right: 3.125rem;
}

.common__treat--pc01 {
	bottom: 9.375rem;
	left: -14.375rem;
	max-width: 14rem;
}

.common__treat--pc02 {
	left: 50%;
	max-width: 14.25rem;
	top: 1.25rem;
	width: 100%;
}

.common__treat--pc03 {
	bottom: auto;
	max-width: 21.375rem;
	right: -5rem;
	top: 1.25rem;
}

.common__treat--pc04 {
	bottom: -8.125rem;
	max-width: 22.5rem;
	right: -9.375rem;
	width: 100%;
}

.common__character--gmd01 {
	max-width: 7.75rem;
	right: 18.75rem;
	top: 8.125rem;
}

.common__character--gmd02 {
	max-width: 10.4375rem;
	right: 6.875rem;
	top: 7.0625rem;
}

.common__treat--app01 {
	left: 40%;
	max-width: 7.8125rem;
	top: 9.375rem;
}

.common__treat--idol01 {
	left: 45%;
	max-width: 7.8125rem;
	top: -2.1875rem;
}

.common__character--recruit01 {
	left: 45%;
	max-width: 8.3125rem;
	top: -2.1875rem;
}

.common__character--recruit01 {
	left: auto;
	max-width: 7.75rem;
	right: 16.875rem;
	top: 3.125rem;
}

.common__character--recruit02 {
	left: 1.25rem;
	max-width: 7.8125rem;
	top: 12.5rem;
}

.common__character--recruit03 {
	bottom: -3.75rem;
	max-width: 9.6875rem;
	right: 3.4375rem;
}

.common__character--req01 {
	left: 40.625rem;
	max-width: 7.5rem;
	top: 1.875rem;
}

.common__character--req02 {
	max-width: 6.875rem;
	right: 12.5rem;
	top: 6.25rem;
}

.common__character--req03 {
	left: 1.25rem;
	max-width: 6.875rem;
	top: 12.5rem;
}

.common__character--req04 {
	bottom: 1.875rem;
	max-width: 6.875rem;
	right: 12.5rem;
	top: auto;
}

.common__character--req05 {
	bottom: -3.125rem;
	left: -6.25rem;
	max-width: 10.3125rem;
}

.company-character {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.company-character__link {
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company-character__section-title {
	padding-top: 3.125rem;
}

.company-character__arrow {
	border-bottom: 1px solid #fff;
	bottom: 6.25rem;
	left: 3.125rem;
}

.company-character__arrow img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(1);
	filter: brightness(1);
	height: 5rem;
	max-width: 5rem;
}

.company-character__img {
	margin-top: 0;
}

.company-overview {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.company-overview__link {
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company-overview__section-title {
	padding-top: 3.125rem;
}

.company-overview__arrow {
	border-bottom: 1px solid #fff;
	bottom: 6.25rem;
	left: 3.125rem;
}

.company-overview__arrow img {
	height: 5rem;
	max-width: 5rem;
}

.company-overview__img {
	margin-top: 0;
}

.company-overview__character--01 {
	bottom: 0;
	left: 9.375rem;
	max-width: 9.375rem;
}

.company-overview__character--02 {
	bottom: 0rem;
	left: 18.75rem;
	max-width: 7.8125rem;
}

.company-character__character {
	bottom: 0;
	left: 12.5rem;
	max-width: 18.75rem;
}

.company {
	margin-top: -4.6875rem;
}

.company::before {
	background-image: url(../images/common/company-bg-pc.png);
}

.company__inner {
	padding-bottom: 6.375rem;
	padding-top: 6rem;
}

.company__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.company__text {
	font-size: 1rem;
	margin-left: 5.9375rem;
	margin-top: 2.5rem;
}

.company__items {
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.company__item {
	margin-top: 0;
}

.company-bg::before {
	background-image: url(../images/common/company-sub-bg.png);
}

.companyinfo::before {
	background-image: url(../images/common/companyinfo-bg.png);
}

.companyinfo-overview__head {
	gap: 4.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.companyinfo-overview__head > p {
	margin-top: 1.25rem;
}

.companyinfo-overview__list {
	margin-top: 6.875rem;
}

.companyinfo-access__items {
	margin-top: 5rem;
}

.companyinfo-access__item:first-child {
	margin-top: 3.75rem;
}

.companyinfo-overview__character {
	bottom: -3.125rem;
	max-width: 9.375rem;
	right: 7.1875rem;
}

.companyinfo-access__character {
	left: auto;
	max-width: 9.375rem;
	right: 21.875rem;
	top: 8.125rem;
}

.contact-sub {
	padding-bottom: 12.5rem;
	padding-top: 4.6875rem;
}

.contact-sub__form {
	margin-top: 8.75rem;
}

.contact {
	padding-bottom: 1.75rem;
	padding-top: 2.5rem;
}

.contact--sub {
	margin-top: -8.75rem;
}

.contact--service .contact--sub {
	margin-top: -8.125rem;
}

.contact--about .contact--sub {
	margin-top: -8.75rem;
}

.contact--gmd {
	margin-top: -9.6875rem;
}

.contact--news {
	margin-top: -9.6875rem;
}

.contact--companyinfo {
	margin-top: -9.6875rem;
}

.contact--character {
	margin-top: -10.625rem;
}

.contact--archive-product {
	margin-top: -23.125rem;
}

.contact::before {
	background-image: url(../images/common/contact-bg-pc.png);
}

.contact.contact--sub::before {
	background-image: url(../images/common/contact-sub-bg.png);
}

.contact--top {
	margin-top: -9.6875rem;
}

.contact__inner {
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact__inner::before {
	display: none;
}

.contact__wrapper {
	position: relative;
}

.contact__wrapper::before {
	background-color: #fff;
	border-radius: 2.5rem;
	content: "";
	height: 100%;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.contact__en {
	font-size: 2.5rem;
}

.contact__en span {
	font-size: 3rem;
}

.contact__ja {
	font-size: 1.375rem;
	margin-top: 1.25rem;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .16);
}

.contact__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 3.75rem;
}

.contact__img {
	margin-left: 0rem;
	margin-top: 0.625rem;
	max-width: 41.875rem;
}

.contact__btn {
	margin-inline: 0;
	margin-top: 2.8125rem;
}

.contact__btn.u-mobile {
	display: none !important;
}

.contact__btn.u-desktop {
	display: inline-block !important;
}

.details {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.details--recruit {
	margin-top: -4.6875rem;
}

.details--message {
	margin-top: -7.5rem;
}

.details--works {
	margin-top: -7.8125rem;
}

.details--companyprofile {
	margin-top: -4.6875rem;
}

.details--gallery {
	margin-top: -5.3125rem;
}

.details--req {
	margin-top: -5rem;
}

.details--job-plan {
	margin-top: -8.4375rem;
}

.details--engineer {
	margin-top: -5.3125rem;
}

.details--design {
	margin-top: -5.3125rem;
}

.details--job-management {
	margin-top: -10.9375rem;
}

.details--message.details::before {
	background-image: url(../images/common/details-message-bg.png);
}

.details--works.details::before {
	background-image: url(../images/common/details-works-bg.png);
}

.details__items {
	-moz-column-gap: 5rem;
	row-gap: 3.125rem;
	-webkit-column-gap: 5rem;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.details--three .details__items {
	gap: 1.375rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.details__item {
	margin-top: 0;
}

.details__item-title {
	bottom: 2.25rem;
	font-size: 1.875rem;
}

.details__item-arrow {
	bottom: 1.125rem;
	height: 5rem;
	right: 1.125rem;
	width: 5rem;
}

.details--three .details__item-arrow img {
	height: 3.75rem;
	right: -1.25rem;
	width: 3.75rem;
}

.details__treat {
	left: -6.25rem;
	max-width: 14.875rem;
	top: 12.5rem;
}

.entry {
	padding-bottom: 12.5rem;
	padding-top: 4.6875rem;
}

.entry__form {
	margin-top: 8.75rem;
}

.entry__button {
	font-size: 1.375rem;
}

.entry__treat--01 {
	left: -15.625rem;
	max-width: 14rem;
	top: 23.125rem;
}

.entry__treat--02 {
	left: 50%;
	max-width: 17.625rem;
	top: -3.75rem;
}

.entry__treat--03 {
	max-width: 21.375rem;
	right: -1.25rem;
	top: -3.75rem;
}

.entry__treat--04 {
	bottom: -15.625rem;
	max-width: 10.4375rem;
	right: -1.25rem;
}

.entry__character--01 {
	left: 0rem;
	max-width: 7.75rem;
	top: 21.875rem;
}

.contact-sub--privacy .entry__character--01 {
	left: -3.125rem;
}

.entry__character--02 {
	left: 0rem;
	max-width: 9.6875rem;
	top: 59.375rem;
}

.contact-sub--privacy .entry__character--02 {
	left: -5rem;
}

.entry__character--03 {
	bottom: auto;
	left: 0rem;
	max-width: 7.75rem;
	top: 106.25rem;
}

.contact-sub--privacy .entry__character--03 {
	left: -5rem;
}

.entry__character--04 {
	max-width: 8.3125rem;
	right: 18.75rem;
	top: 9.375rem;
}

.entry__character--05 {
	max-width: 8.8125rem;
	right: 0rem;
	top: 37.5rem;
}

.contact-sub--privacy .entry__character--05 {
	bottom: auto;
	right: -3.125rem;
}

.entry__character--06 {
	bottom: auto;
	max-width: 8.875rem;
	right: 0rem;
	top: 75rem;
}

.contact-sub--privacy .entry__character--06 {
	right: -3.125rem;
}

.feature {
	margin-top: -6.25rem;
	padding-bottom: 6.5625rem;
	padding-top: 5.9375rem;
}

.feature::before {
	background-image: url(../images/common/feature-bg.png);
}

.feature__item--01 {
	padding-top: 1.5rem;
}

.feature__item--02 {
	padding-top: 0.875rem;
}

.feature__item--03 {
	padding-top: 0.875rem;
}

.feature__number {
	font-size: 1.125rem;
}

.feature__title {
	font-size: 1.9375rem;
}

.feature__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.footer {
	padding: 4.0625rem 1.25rem 3.4375rem;
}

.footer__inner.inner {
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
	max-width: 75rem;
	padding: 1.875rem 1.25rem;
}

.footer__title {
	margin-inline: 0;
	max-width: 16.25rem;
}

.footer__wrapper {
	border-bottom: none;
	max-width: 100%;
	padding: 0;
}

.footer__nav {
	gap: 2.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.footer__items {
	display: inline-block;
}

.footer__items:nth-child(1) {
	max-width: 17.1875rem;
}

.footer__items:nth-child(2) {
	max-width: 11.875rem;
}

.footer__items-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	width: 100%;
}

.footer__copyright {
	margin-top: 4.75rem;
}

.form__item label {
	font-size: 1rem;
}

.form__item--select .wpcf7-form-control-wrap {
	line-height: 1.5;
}

.form__textarea {
	font-size: 1rem;
}

.form__btn {
	margin-top: 3.125rem;
}

.form__check-text {
	font-size: 1rem;
}

.gallery-office {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.gallery-office::before {
	background-image: url(../images/common/gallery-office-bg.png);
}

.gallery-office .number-card .number-card__wrapper {
	margin-left: 9.375rem;
}

.gallery-office .number-card--inverted .number-card__wrapper {
	margin-right: 9.375rem;
}

.gmd-detail {
	padding-bottom: 10rem;
	padding-top: 5.3125rem;
}

.gmd-detail::before {
	background-image: url(../images/common/gmd-detail-bg.png);
}

.gmd-detail__catch p {
	font-size: 1.875rem;
}

.gmd-detail__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5rem;
}

.gmd-detail__text {
	font-size: 1rem;
}

.gmd-detail__img {
	margin-right: -7.5rem;
	margin-top: 0;
}

.gmd-detail__list {
	-moz-column-gap: 1.375rem;
	row-gap: 3.125rem;
	-webkit-column-gap: 1.375rem;
	column-gap: 1.375rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.gmd-detail__item {
	margin-top: 0;
}

.gmd-detail__item-title {
	bottom: 2.25rem;
	font-size: 1.875rem;
}

.gmd-detail__item-arrow {
	bottom: 1.125rem;
	height: 3.75rem;
	right: 1.125rem;
	width: 3.75rem;
}

.gmd-detail__character--01 {
	left: 12.5rem;
	max-width: 9.125rem;
	top: -1.25rem;
}

.gmd-detail__character--02 {
	max-width: 6.625rem;
	right: 12.5rem;
	top: -1.25rem;
}

.gmd-detail__character--03 {
	bottom: 2.5rem;
	left: auto;
	max-width: 6.5625rem;
	right: 20.625rem;
	top: auto;
}

.gmd-detail__character--04 {
	bottom: 1.25rem;
	max-width: 6.875rem;
	right: 10rem;
}

.header {
	height: 4.625rem;
}

.header__inner {
	padding-left: 0rem;
	padding-right: 1.9375rem;
}

.header__title {
	max-width: 12.9375rem;
}

.header__logo {
	max-width: 8.625rem;
}

.header__drawer {
	display: none;
}

.header__pc-nav {
	display: block;
}

.history {
	margin-top: -5.625rem;
}

.history::before {
	background-image: url(../images/common/history-bg.png);
}

.history__list::before {
	left: 20%;
}

.history__item > dt {
	width: 25%;
}

.history__item > dd {
	width: 75%;
}

.history__character--01 {
	left: 23.125rem;
	max-width: 10rem;
	right: auto;
	top: 5.625rem;
}

.history__character--02 {
	bottom: 12.5rem;
	max-width: 9.0625rem;
	right: 12.5rem;
}

.history__character--03 {
	bottom: 6.875rem;
	left: 5rem;
	max-width: 9.375rem;
}

.idol-detail {
	margin-top: -4.0625rem;
	padding-bottom: 9.375rem;
	padding-top: 7.5rem;
}

.idol-detail::before {
	background-image: url(../images/common/idol-detail-bg.png);
}

.idol-detail__wrapper {
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.idol-detail__text {
	font-size: 1rem;
}

.idol-detail__img {
	margin-right: 0rem;
	margin-top: 0rem;
}

.idol-detail__item {
	margin-top: 0;
}

.idol-detail__item-title {
	bottom: 2.25rem;
	font-size: 1.875rem;
}

.idol-detail__item-arrow {
	bottom: 1.125rem;
	height: 3.75rem;
	right: 1.125rem;
	width: 3.75rem;
}

.idol-detail__character--01 {
	bottom: 8.75rem;
	max-width: 9.0625rem;
	right: 31.25rem;
	top: auto;
}

.idol-detail__character--02 {
	bottom: 7.5rem;
	max-width: 9.375rem;
	right: 15.625rem;
}

.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.job-description {
	padding-bottom: 9.6875rem;
	padding-top: 5.3125rem;
}

.job-description__list {
	margin-top: 6.25rem;
}

.job-description__item {
	margin-top: 2.5rem;
}

.job-description__item-title {
	bottom: 2.25rem;
	font-size: 1.875rem;
}

.job-description__item-arrow {
	bottom: 1.125rem;
	height: 5rem;
	right: 1.125rem;
	width: 5rem;
}

.job-description__item-img {
	height: auto;
}

.job-engineer {
	padding-bottom: 12.8125rem;
	padding-top: 10rem;
}

.job-engineer::before {
	background-image: url(../images/common/job-engineer-bg.png);
}

.job-engineer__catch p {
	font-size: 1.875rem;
}

.job-picture {
	padding-bottom: 12.8125rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10rem;
}

.job-picture::before {
	background-image: url(../images/common/job-picture-bg.png);
}

.job-picture--management::before {
	background-image: url(../images/common/management-bg.png);
}

.job-picture__catch p {
	font-size: 1.875rem;
}

.job-picture__character--01 {
	left: 15.625rem;
	max-width: 9.125rem;
	top: -1.875rem;
}

.job-picture__character--02 {
	max-width: 6.625rem;
	right: 15.625rem;
	top: -1.875rem;
}

.job-plan {
	padding-bottom: 12.8125rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10rem;
}

.job-plan::before {
	background-image: url(../images/common/job-plan-bg.png);
}

.job-plan__catch p {
	font-size: 1.875rem;
}

.job-plan__character--01 {
	left: 15.625rem;
	max-width: 6.875rem;
	top: -2.5rem;
}

.job-plan__character--02 {
	max-width: 7.75rem;
	right: 15.625rem;
	top: -5rem;
}

.job-sound {
	margin-top: -9.6875rem;
	padding-bottom: 12.8125rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 13.75rem;
}

.job-sound::before {
	background-image: url(../images/common/job-sound-bg.png);
}

.job-sound__catch p {
	font-size: 1.875rem;
}

.job-sound__character {
	left: 15.625rem;
	max-width: 6.25rem;
	top: -3.125rem;
}

.list {
	padding-left: 3.4375rem;
}

.list__inner {
	gap: 2.5rem;
}

.list__img {
	max-width: 9.375rem;
}

.list__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 41.875rem;
	width: 70%;
}

.list__wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	max-width: 8.75rem;
	width: 100%;
}

.list__categories {
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list__category {
	display: inline-block;
	font-family: "Dazzle Unicase", sans-serif;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 1.5625rem;
	letter-spacing: 0.03em;
	padding: 0.125rem 0.625rem;
	text-transform: uppercase;
}

.list__category:first-child {
	font-size: 0.8125rem;
	height: 1.5625rem;
	letter-spacing: 0.03em;
}

.list__date {
	font-size: 0.875rem;
}

.list__title {
	font-size: 0.875rem;
	margin-top: 1.25rem;
	padding-right: 1.875rem;
}

.news .list__title {
	margin-left: 1.875rem;
}

.list__arrow {
	top: 50%;
}

.news .list__arrow {
	top: 35%;
}

.news .list__body {
	gap: 0.9375rem;
}

.news .list__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 9.375rem;
}

.news .list__title {
	margin-top: 0;
	padding-right: 0;
}

.loading__logo {
	max-width: 23.75rem;
}

.loading__inner::before {
	width: 77vw;
}

.mv__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: visible;
	padding-bottom: 23.75rem;
	padding-top: 9.375rem;
}

.mv__wrapper {
	max-width: 34.375rem;
	width: 100%;
}

.mv__title {
	max-width: 34.375rem;
}

.mv__text {
	bottom: 12.5rem;
	left: -6.25rem;
	max-width: 40rem;
	padding-bottom: 1.25rem;
	padding-left: 8.3125rem;
	padding-right: 0.8125rem;
	padding-top: 1.25rem;
}

.mv__text p {
	font-size: 0.9375rem;
	line-height: 1.7;
	text-shadow: none;
}

.mv__img {
	bottom: 4.375rem;
	max-width: 40.625rem;
	position: absolute;
	right: 0rem;
	width: 100%;
}

.news__inner {
	gap: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10.3125rem;
}

.news__list {
	width: 100%;
}

.news__item {
	padding-left: 1.25rem;
}

.news__btn {
	margin-top: 4.125rem;
}

.number-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.number-card--inverted {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.number-card__number {
	font-size: 6.25rem;
	left: -3.125rem;
	top: -3.4375rem;
}

.number-card__title {
	font-size: 1.375rem;
}

.number-card__subtitle {
	font-size: 1.875rem;
}

.number-card__text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.number-card__img {
	margin-right: -7.5rem;
	margin-top: 0rem;
}

.number-card--inverted .number-card__img {
	margin-left: -7.5rem;
	margin-right: 0;
}

.number-card__character--works01 {
	max-width: 8.3125rem;
	right: 12.5rem;
	top: 6.875rem;
}

.number-card__character--works02 {
	left: 18.75rem;
	max-width: 7.75rem;
	top: -0.9375rem;
}

.number-card__character--works03 {
	max-width: 8.75rem;
	right: 12.5rem;
	top: 0rem;
}

.number-card__character--works04 {
	left: 18.75rem;
	max-width: 9.6875rem;
	right: auto;
	top: 0rem;
}

.number-card__character--works05 {
	max-width: 8.875rem;
	right: 9.375rem;
	top: -1.875rem;
}

.number-card__character--works06 {
	bottom: -6.25rem;
	max-width: 7.75rem;
	right: 0rem;
	top: auto;
}

.number-card__character--gallery01 {
	left: 31.25rem;
	max-width: 6.875rem;
	top: 6.25rem;
}

.number-card__character--gallery02 {
	max-width: 7.75rem;
	right: 3.125rem;
	top: 40.625rem;
}

.number-card__character--gallery03 {
	bottom: 15.625rem;
	left: 1.25rem;
	max-width: 10.4375rem;
	right: auto;
}

.number-card__treat--gallery01 {
	left: -7.5rem;
	max-width: 14rem;
	top: 21.875rem;
}

.number-card__treat--gallery02 {
	max-width: 22.5rem;
	right: -3.125rem;
	top: 15.625rem;
}

.office-scenes {
	margin-top: -7.8125rem;
	padding-bottom: 15.625rem;
	padding-top: 6.25rem;
}

.office-scenes::before {
	background-image: url(../images/common/office-scenes-bg.png);
}

.office-scenes__list {
	grid-template-columns: 1fr 1fr 1fr;
}

.office-scenes__text {
	font-size: 1.375rem;
}

.office-scenes__text span {
	font-size: 1.25rem;
}

.office-scenes__character {
	left: 43.75rem;
	max-width: 13.5625rem;
	right: auto;
	top: 6.25rem;
}

.pichipachi {
	padding-bottom: 15.625rem;
	padding-top: 6.25rem;
}

.pichipachi::before {
	background-position: center center;
	background-size: 100% 100%;
}

.pichipachi__img {
	margin-top: 0;
}

.pichipachi__title {
	font-size: 1.25rem;
}

.pichipachi__title {
	font-size: 1.875rem;
}

.pichipachi__text {
	font-size: 0.875rem;
}

.pichipachi__cards {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.pichipachi__card > p {
	font-size: 1.875rem;
	margin-top: 1.25rem;
}

.pichipachi__activities {
	margin-top: 4.0625rem;
}

.pichipachi__activities-text {
	font-size: 1.875rem;
}

.pichipachi__links {
	margin-top: 5.625rem;
}

.pichipachi__links-imgs {
	margin-top: 4.6875rem;
}

.pichipachi__treat--01 {
	left: 0rem;
	max-width: 14.875rem;
	top: 68.75rem;
}

.pichipachi__character--01 {
	left: 25rem;
	max-width: 7.75rem;
	right: auto;
	top: -1.25rem;
}

.pichipachi__character--02 {
	max-width: 10.625rem;
	right: -9.375rem;
}

.pichipachi__character--03 {
	left: -8.125rem;
	max-width: 9.375rem;
}

.pichipachi__character--04 {
	max-width: 9.375rem;
	right: -8.125rem;
}

.pichipachi__character--05 {
	left: -8.125rem;
	max-width: 10.625rem;
}

.privacy {
	padding-bottom: 12.5rem;
	padding-left: 4.375rem;
	padding-right: 4.375rem;
	padding-top: 6.875rem;
}

.privacy__item {
	margin-top: 4.0625rem;
}

.privacy__title {
	font-size: 1.375rem;
}

.privacy__text {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 1.875rem;
}

.product-archive::before {
	background-image: url(../images/common/single-news-bg.png);
}

.product-archive__inner {
	padding-bottom: 28.125rem;
}

.product-archive__status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.75rem;
}

.product-archive__wrapper {
	gap: 4.375rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 4.375rem;
}

.product-archive__item {
	margin-top: 0;
}

.product-archive__categories {
	row-gap: 0.625rem;
	-moz-column-gap: 0.9375rem;
	-webkit-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
}

.product-archive__categories li {
	font-size: 0.75rem;
	padding: 0.3125rem 0.625rem;
}

.product-archive .archive-news__character--01 {
	top: 15.625rem;
}

.product-archive .archive-news__character--02 {
	left: auto;
	right: -7.5rem;
}

.product-archive .archive-news__treat--01 {
	left: -15.625rem;
	top: 25rem;
}

.product-archive .archive-news__treat--02 {
	bottom: auto;
	top: 46.875rem;
	z-index: -1;
}

.product-archive .archive-news__treat--03 {
	top: 37.5rem;
}

.product {
	margin-top: -8.75rem;
	padding-bottom: 12.8125rem;
	padding-top: 16.25rem;
}

.product--gmd {
	margin-top: -8.4375rem;
}

.product--app {
	margin-top: -8.4375rem;
}

.product::before {
	background-image: url(../images/common/product-bg-pc.png);
}

.product__catch {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-weight: bold;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.product__swiper {
	margin-top: 3.125rem;
}

.product__item-cates li {
	font-size: 0.6875rem;
	padding: 0.3125rem 0.625rem;
}

.recruit {
	margin-top: -4.375rem;
	padding-bottom: 12.8125rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10rem;
}

.recruit--job {
	margin-top: -4.6875rem;
}

.recruit--works .recruit--job {
	margin-top: -4.6875rem;
}

.recruit--companyprofile .recruit--job {
	margin-top: -4.6875rem;
}

.recruit--ball-release {
	margin-top: -4.6875rem;
}

.recruit--yellow {
	margin-top: -5.3125rem;
}

.recruit--character {
	margin-top: 0rem;
}

.recruit::before {
	background-image: url(../images/common/recruit-mask-pc.png);
}

.recruit--character::before {
	background-image: url(../images/common/recruit-character-bg.png);
}

.recruit--company::before {
	background-image: none;
}

.recruit.recruit--yellow::before {
	background-image: url(../images/common/recruit-yellow-bg.png);
}

.recruit.recruit--job::before {
	background-image: url(../images/common/job-description-bg.png);
}

.recruit__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.recruit__wrapper {
	background-image: url(../images/common/recruit-bg-pc.png);
	border-radius: 3.125rem;
}

.recruit__mask {
	border-radius: 2.1875rem;
	padding: 3.3125rem 2.125rem 2.8125rem 4.125rem;
}

.recruit__title {
	font-size: 3.75rem;
	text-align: left;
}

.recruit__title span {
	font-size: 4.625rem;
}

.recruit__subtitle {
	font-size: 2.0625rem;
	margin-bottom: 1.375rem;
	margin-top: 0.625rem;
	text-align: left;
}

.recruit__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
}

.recruit__btn a {
	margin-left: auto;
	margin-right: 0;
	margin-top: 2.8125rem;
	max-width: 15.625rem;
}

.recruit__treat--sp02 {
	z-index: 100;
}

.recruitment__inner {
	padding-left: 4.375rem;
	padding-right: 4.375rem;
}

.recruitment__textbox {
	margin-top: 5.625rem;
}

.recruitment__text {
	font-size: 1.25rem;
}

.recruitment__info-item dt {
	font-size: 1.125rem;
}

.recruitment__info-item dd {
	font-size: 1rem;
}

.recruitment__character--01 {
	max-width: 11.0625rem;
	right: 0rem;
	top: 21.875rem;
}

.recruitment__character--02 {
	bottom: -6.25rem;
	max-width: 9.375rem;
	right: 9.375rem;
}

.recruitment__treat {
	bottom: -15.625rem;
	max-width: 22.5rem;
	right: -5rem;
}

.recruitment__character--engineer01 {
	left: 25rem;
	max-width: 7.75rem;
	right: auto;
	top: 0rem;
}

.recruitment__character--engineer02 {
	bottom: -6.25rem;
	max-width: 9.375rem;
	right: 9.375rem;
}

.recruitment__character--picture01 {
	left: 28.125rem;
	max-width: 5.75rem;
	top: 0rem;
}

.recruitment__character--picture02 {
	bottom: -6.25rem;
	max-width: 18.375rem;
	right: 0rem;
}

.recruitment__character--sound01 {
	left: 25rem;
	max-width: 6.875rem;
	top: 0rem;
}

.recruitment__character--sound02 {
	bottom: 0rem;
	max-width: 7.75rem;
	right: 0rem;
}

.scope__item {
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 4.375rem;
}

.scope__item-title {
	border-bottom: none;
	border-right: 1px solid #fff;
	font-size: 1.875rem;
	height: 10.3125rem;
	padding-bottom: 0;
}

.scope--job-plan {
	margin-top: 5rem;
}

.scope--job-engineer {
	margin-top: 5rem;
}

.scope--job-picture {
	margin-top: 5rem;
}

.scope--job-sound {
	margin-top: 5rem;
}

.scope__item-item {
	font-size: 1.375rem;
}

.scope__character--03 {
	max-width: 9.5625rem;
	right: 0rem;
	top: 25rem;
}

.scope__character--04 {
	left: -3.125rem;
	max-width: 9.375rem;
	top: 43.75rem;
}

.scope__treat--01 {
	left: -12.5rem;
	max-width: 14rem;
	top: 15.625rem;
}

.scope__treat--02 {
	max-width: 22.5rem;
	right: -6.25rem;
	top: -6.25rem;
}

.scope__treat--03 {
	max-width: 17.625rem;
	right: 6.25rem;
	top: 37.5rem;
}

.scope__treat--04 {
	max-width: 21.375rem;
	right: -3.125rem;
	top: 43.75rem;
}

.scope__character--engineer01 {
	max-width: 10.6875rem;
	right: 21.875rem;
	top: 0rem;
}

.scope__character--engineer02 {
	max-width: 7.75rem;
	right: 0rem;
	top: 26.875rem;
}

.section-title__en {
	font-size: 3.75rem;
}

.section-title__en span {
	font-size: 4.625rem;
}

.section-title__ja {
	font-size: 1.375rem;
}

.section-title__en::before {
	bottom: -0.625rem;
	height: 1.1875rem;
	max-width: 1.1875rem;
	right: -3.125rem;
}

.section-title__en::after {
	bottom: -0.3125rem;
	height: 0.5rem;
	right: -1.25rem;
}

.section-title--pichipachi-activities .section-title__en::before {
	bottom: -0.5625rem;
	right: -4.8125rem;
}

.section-title--pichipachi-activities .section-title__en::after {
	left: -1rem;
	width: 22.5rem;
}

.section-title--pichipachi-links .section-title__en::before {
	bottom: -0.5625rem;
	right: -4.8125rem;
}

.section-title--pichipachi-links .section-title__en::after {
	left: -1rem;
	width: 11.25rem;
}

.service--gmd {
	margin-top: -7.8125rem;
}

.service--about {
	margin-top: -5.9375rem;
	padding-bottom: 0rem;
}

.service--idol {
	margin-top: -7.1875rem;
}

.service--active .service__item {
	margin-top: 11.25rem;
}

.service::before {
	background-image: url(../images/common/service-bg-pc.png);
}

.service.service--about::before {
	background-image: url(../images/common/service-about-bg.png);
	top: 0;
}

.service.service--gmd::before,
.service.service--idol::before {
	background-image: url(../images/common/service-gmd-bg.png);
	background-position: center center;
	background-size: 100% 100%;
}

.service__inner {
	padding-bottom: 12.5rem;
	padding-top: 7.5rem;
}

.service__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service__text {
	font-size: 1rem;
	margin-left: 5.9375rem;
}

.service__items {
	margin-top: 4.75rem;
	padding-left: 7.5rem;
}

.service__item {
	border: none;
	margin-top: 5rem;
	max-width: 55.625rem;
	padding: 0;
	padding-left: 3.125rem;
	padding-top: 0.625rem;
	position: relative;
	width: 100%;
}

.service__item::before {
	background-color: #fff;
	border-radius: 0.625rem;
	content: "";
	height: 100%;
	left: -3.125rem;
	max-width: 0.5rem;
	position: absolute;
	top: 0;
	-webkit-transition: 1s;
	transition: 1s;
	width: 100%;
}

.service__item--01:hover.service__item::before {
	background-color: #EA5313;
}

.service__item--02:hover.service__item::before {
	background-color: #EEBB1C;
}

.service__item--03:hover.service__item::before {
	background-color: #268582;
}

.service__item--01:hover .service__item-number {
	color: #EA5313;
}

.service__item--02:hover .service__item-number {
	color: #EEBB1C;
}

.service__item--03:hover .service__item-number {
	color: #268582;
}

.service__item::after {
	border-radius: 50%;
	content: "";
	height: 1.25rem;
	left: -3.5rem;
	max-width: 1.25rem;
	position: absolute;
	top: -1.75rem;
	width: 100%;
}

.service__item--01::after {
	background-color: #EA5313;
}

.service__item--02::after {
	background-color: #EEBB1C;
}

.service__item--03::after {
	background-color: #268582;
}

.service__item-number {
	font-size: 1.125rem;
}

.service__item-title {
	font-size: 2.125rem;
	margin-top: 0.5rem;
}

.service__item-subtitle {
	font-size: 1.125rem;
}

.service__item-arrow {
	bottom: 1.875rem;
	max-width: 5rem;
}

.service__item-text {
	font-size: 0.9375rem;
	letter-spacing: 0.03em;
	line-height: 1.86;
	position: relative;
	z-index: 10;
}

.service__item-img {
	left: 40%;
	max-width: 31.25rem;
	position: absolute;
	top: -3.125rem;
	width: 100%;
	z-index: 1;
}

.service__item:hover .service__item-text {
	padding-bottom: 12.5rem;
}

.service--active .service__item--03:hover .service__item-number {
	color: #F879A5;
}

.service__character--01 {
	max-width: 9.375rem;
}

.single-blog {
	padding-bottom: 15.625rem;
	padding-top: 4.375rem;
}

.single-blog__body {
	margin-top: 6.25rem;
}

.single-blog__body-inner {
	padding: 5.3125rem 6.25rem;
}

.single-blog__info {
	margin-top: 3rem;
}

.single-blog__category {
	padding: 0.125rem 0.5rem;
}

.single-blog__date {
	font-size: 0.875rem;
}

.single-blog__title {
	font-size: 1.125rem;
}

.single-blog__btns {
	margin-top: 5.625rem;
}

.single-blog__btn a {
	font-size: 1rem;
}

.single-blog__btn a img {
	max-width: 1.875rem;
}

.single-blog__btn--top a img {
	margin-right: 1rem;
}

.single-blog__btn--archive a img {
	margin-left: 1.25rem;
}

.single-blog__text p {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.single-blog__text h2 {
	font-size: 1.5625rem;
	margin-top: 2.5rem;
	padding-left: 1.125rem;
}

.single-blog__text h3 {
	border-left: 10px solid #258481;
	font-size: 1.4375rem;
	margin-top: 2.75rem;
	padding-left: 1.375rem;
}

.single-blog__text h4 {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.contact--archive-blog {
	margin-top: -10rem;
}

.single-news {
	padding-bottom: 15.625rem;
	padding-top: 4.375rem;
}

.single-news__body {
	margin-top: 6.25rem;
}

.single-news__body-inner {
	padding: 5.3125rem 6.25rem;
}

.single-news__info {
	margin-top: 3rem;
}

.single-news__category {
	padding: 0.125rem 0.5rem;
}

.single-news__date {
	font-size: 0.875rem;
}

.single-news__title {
	font-size: 1.125rem;
}

.single-news__btns {
	margin-top: 5.625rem;
}

.single-news__btn a {
	font-size: 1rem;
}

.single-news__btn a img {
	max-width: 1.875rem;
}

.single-news__btn--top a img {
	margin-right: 1rem;
}

.single-news__btn--archive a img {
	margin-left: 1.25rem;
}

.single-news__treat--01 {
	left: -12.5rem;
	max-width: 14rem;
	top: 18.75rem;
}

.single-news__treat--02 {
	bottom: 6.25rem;
	left: -5rem;
	max-width: 10.25rem;
}

.single-news__treat--03 {
	max-width: 22.5rem;
	right: -7.5rem;
	top: 18.75rem;
}

.single-news__character--01 {
	left: 0rem;
	max-width: 7.75rem;
	top: 12.5rem;
}

.single-news__character--02 {
	left: 0rem;
	max-width: 10.4375rem;
	top: 37.5rem;
}

.single-news__character--03 {
	max-width: 7.75rem;
	right: 0rem;
	top: 15.625rem;
}

.archive-news__treat--01 {
	left: -12.5rem;
	max-width: 14rem;
	top: 18.75rem;
}

.archive-news__treat--02 {
	bottom: 6.25rem;
	left: -5rem;
	max-width: 10.25rem;
}

.archive-news__treat--03 {
	max-width: 22.5rem;
	right: -7.5rem;
	top: 18.75rem;
}

.archive-news__character--01 {
	left: -5rem;
	max-width: 7.75rem;
	top: 18.75rem;
}

.archive-news__character--02 {
	left: 9.375rem;
	max-width: 10.4375rem;
	top: 25rem;
}

.contact--archive-news {
	margin-top: -10rem;
}

.sub-mv__inner {
	padding-bottom: 1.5625rem;
	padding-top: 3.125rem;
}

.sub-mv__img {
	margin-top: 0;
	max-width: 37.5rem;
	position: relative;
	z-index: 0;
}

.sub-mv__contents {
	right: -7.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sub-mv--gamemachine-development .sub-mv__contents {
	top: 50%;
}

.sub-mv--app-development .sub-mv__contents {
	top: 50%;
}

.sub-mv--idol-management .sub-mv__contents {
	top: 50%;
}

.sub-mv--companyinfo .sub-mv__contents {
	top: 50%;
}

.sub-mv--message .sub-mv__contents {
	top: 50%;
}

.sub-mv--companyprofile .sub-mv__contents {
	top: 50%;
}

.sub-mv--gallery .sub-mv__contents {
	top: 50%;
}

.sub-mv--works .sub-mv__contents {
	top: 50%;
}

.sub-mv--job-engineer .sub-mv__contents {
	right: -2.1875rem;
	top: 50%;
}

.sub-mv--job-plan .sub-mv__contents {
	top: 50%;
}

.sub-mv--job-design .sub-mv__contents {
	right: 0rem;
	top: 50%;
}

.sub-mv--entry .sub-mv__contents {
	top: 50%;
}

.sub-mv--contact .sub-mv__contents {
	top: 50%;
}

.sub-mv--news .sub-mv__contents {
	top: 50%;
}

.sub-mv--privacy .sub-mv__contents {
	top: 50%;
}

.sub-mv__textbox {
	padding-bottom: 0.9375rem;
	padding-left: 2.8125rem;
	padding-top: 0.625rem;
}

.sub-mv .sub-mv__catch {
	font-size: 0.8125rem;
	margin-left: 1.25rem;
}

.sub-mv__title {
	font-size: 3.75rem;
	padding-bottom: 0.625rem;
}

.sub-mv--gamemachine-development .sub-mv__title {
	font-size: 3rem;
}

.sub-mv--app-development .sub-mv__title {
	font-size: 3rem;
}

.sub-mv--idol-management .sub-mv__title {
	font-size: 3rem;
}

.sub-mv--character .sub-mv__title {
	font-size: 3.125rem;
}

.sub-mv--requirements .sub-mv__title {
	font-size: 2.8125rem;
}

.sub-mv__title::before {
	max-width: 24.0625rem;
}

.sub-mv__sub-title {
	font-size: 2.125rem;
	margin-top: 0.625rem;
}

.sub-mv--gamemachine-development .sub-mv__sub-title {
	font-size: 1.75rem;
}

.sub-mv--app-development .sub-mv__sub-title {
	font-size: 1.375rem;
}

.sub-mv--idol-management .sub-mv__sub-title {
	font-size: 1.75rem;
}

.sub-mv__treat--pc01 {
	left: -6.25rem;
	max-width: 12.625rem;
	top: 2.875rem;
}

.sub-mv__treat--pc02 {
	left: 37.5rem;
	max-width: 14rem;
	top: 0rem;
	width: 100%;
}

.sub-mv__treat--pc03 {
	bottom: 1.875rem;
	max-width: 22.5rem;
	right: -10rem;
	width: 100%;
}

.top-message {
	padding-bottom: 6.5625rem;
	padding-top: 5.3125rem;
}

.top-message::before {
	background-image: url(../images/common/top-message-bg.png);
}

.top-message__title {
	font-size: 1.875rem;
	margin-top: 6.875rem;
}

.top-message__text {
	font-size: 1rem;
	margin-top: 3.75rem;
}

.top-message__middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-message__middle-img {
	margin-left: -7.5rem;
}

.top-message__middle-text {
	font-size: 1.875rem;
	margin-top: 6.25rem;
}

.top-message__name {
	font-size: 1.875rem;
}

.top-message__treat--01 {
	left: -15.625rem;
	max-width: 13.75rem;
	top: 21.875rem;
}

.top-message__treat--02 {
	max-width: 17.5rem;
}

.top-message__treat--03 {
	max-width: 21.25rem;
}

.top-message__treat--04 {
	bottom: 31.25rem;
	max-width: 22.5rem;
	right: 0rem;
}

.top-message__character--01 {
	max-width: 7.5rem;
	right: 45%;
	top: 10.625rem;
}

.top-message__character--02 {
	max-width: 13.75rem;
	right: 0rem;
	top: 25rem;
}

.top-message__character--03 {
	max-width: 7.8125rem;
	right: 25rem;
	top: 50rem;
}

.workflow--gamemachine-development::before {
	background-image: url(../images/common/workflow-gmd-bg.png);
	background-position: center center;
	background-size: 100% 100%;
}

.workflow--app-development::before {
	background-image: url(../images/common/workflow-app-development-bg.png);
	background-position: center center;
	background-size: 100% 100%;
}

.workflow__parent-number {
	font-size: 2.125rem;
}

.workflow__parent-text {
	font-size: 0.9375rem;
	margin-top: 2.5rem;
	text-align: center;
}

.workflow__children::before {
	background-color: #EA5313;
	bottom: 0;
	content: "";
	height: 120%;
	left: 25rem;
	max-width: 1.25rem;
	position: absolute;
	width: 100%;
}

.workflow__child-inner {
	gap: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15rem;
}

.workflow__child-number {
	font-size: 2.5rem;
	height: 5.625rem;
	left: -2.8125rem;
	max-width: 5.625rem;
}

.workflow__child-img {
	padding-left: 0;
}

.workflow__child-title {
	font-size: 1.375rem;
	margin-top: 0;
}

.workflow__child-text {
	font-size: 0.875rem;
}

.workflow__treat {
	left: -6.25rem;
	max-width: 14.875rem;
	top: 62.5rem;
}

.workflow__character--gmd01 {
	max-width: 7.8125rem;
	right: 4.375rem;
	top: -9.375rem;
}

.workflow__character--gmd02 {
	left: 7.5rem;
	max-width: 7.8125rem;
	top: -5.3125rem;
}

.workflow__character--gmd03 {
	max-width: 7.8125rem;
	right: 7.5rem;
	top: -7.8125rem;
}

.workflow__character--gmd04 {
	max-width: 7.8125rem;
	right: 3.125rem;
	top: -7.8125rem;
}

.workflow__character--gmd05 {
	left: 7.5rem;
	max-width: 6.25rem;
	top: -7.8125rem;
}

.workflow__character--app01 {
	max-width: 8.75rem;
	right: -1.875rem;
	top: -10rem;
}

.workflow__character--app02 {
	left: 3.125rem;
	max-width: 7.8125rem;
	top: -10rem;
}

.workflow__character--app03 {
	max-width: 7.75rem;
	right: -3.125rem;
	top: -8.75rem;
}

.workflow__character--app04 {
	left: 6.25rem;
	max-width: 7.75rem;
	top: -9.375rem;
}

.works {
	padding-bottom: 12.5rem;
	padding-top: 5.3125rem;
}

.works__treat--01 {
	left: -9.375rem;
	max-width: 14rem;
	top: 25rem;
}

.works__treat--02 {
	max-width: 17.625rem;
	right: 28.125rem;
	top: 0.625rem;
}

.works__treat--03 {
	max-width: 21.375rem;
	right: 0.625rem;
	top: 0.625rem;
}

.wrapper {
	background-image: url(../images/common/mv-bg-pc.png);
	background-position: 0 0;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1200px) {

.feature__wrapper {
	gap: 3.4375rem;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1.25rem;
	max-width: 65.9375rem;
	width: 100%;
}

.feature__item {
	margin-top: 0;
	margin-top: 2.5rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.feature__item--01 .feature__img {
	left: 50%;
	max-width: 6.875rem;
	right: auto;
	top: -5.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature__item--02 .feature__img {
	max-width: 5.1875rem;
	top: -1.875rem;
}

.feature__item--03 .feature__img {
	max-width: 7.625rem;
	right: 1.875rem;
	top: -3.125rem;
}

}

@media screen and (min-width: 1440px) {

.about__img {
	margin-top: 0;
	position: absolute;
	right: -6.25rem;
	top: 14.0625rem;
	width: 45.25rem;
	z-index: 1;
}

.common__img {
	max-width: 45.25rem;
	position: absolute;
	right: -11.25rem;
	top: 0rem;
}

.common--idol-management .common__img {
	max-width: 43.75rem;
}

.common--app-development .common__img {
	max-width: 45.25rem;
	position: absolute;
	right: -11.25rem;
}

.footer__wrapper {
	gap: 4.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__items-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.idol-detail__img {
	margin-right: -7.5rem;
}

.mv__img {
	bottom: 4.375rem;
	max-width: 52.75rem;
	position: absolute;
	right: -3.125rem;
	width: 100%;
}

.service__item-img {
	left: 40%;
	max-width: 48.4375rem;
	position: absolute;
	top: -3.125rem;
	width: 100%;
	z-index: 1;
}

.service--active .service__item-img {
	max-width: 45.625rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@-webkit-keyframes bound-anim {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

}

@keyframes bound-anim {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

}

@-webkit-keyframes floating-y {

0% {
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

100% {
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
}

}

@keyframes floating-y {

0% {
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

100% {
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
}

}

@keyframes floating-y {

0% {
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

100% {
	-webkit-transform: translateY(5%);
	transform: translateY(5%);
}

}


/*# sourceMappingURL=new-styles.css.map */
