@charset "UTF-8";
/* CSS Document */
/*----------------------------------------*/
/*各ページのコンテンツのローカル基本設定*/


/*ローディング画面*/
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: #fff;
}
/*▲▲ ここまで追加する ▲▲*/

.loader {
font-size: 10px;
margin: 50px auto;
text-indent: -9999em;
width: 11em;
height: 11em;
border-radius: 50%;
background: #ffffff;
background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
position: relative;
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.loader:before {
width: 50%;
height: 50%;
background: #ffffff;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: '';
}
.loader:after {
background: #ffffff;
width: 75%;
height: 75%;
border-radius: 50%;
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
@-webkit-keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

/*カテゴリーユニット*/

.wrap-category-unit {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1440px;
}
.topimage-unit {
	width: 100%;
	height: 860px;
	/*	height: 100vh;*/
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.category-unit {
	width: 100%;
	min-height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*----------------------------------------*/
/*パララックス*/
.wrap-parallax-top, .wrap-parallax-planning, .wrap-parallax-design, .wrap-parallax-dtp, .wrap-parallax-3dcg, .wrap-parallax-printing {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.para-copy-top, .para-copy-planning, .para-copy-design, .para-copy-dtp, .para-copy-3dcg, .para-copy-printing {
	position: absolute;
	z-index: 9899;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px 20px 40px;
}
/*パララックスアイテム*/
.para-img-lens-A {
	position: absolute;
	z-index: 7999;
}
.para-img-lens-B {
	position: absolute;
	z-index: 7899;
	filter: blur(1px);
}
.para-img-pen {
	position: absolute;
	z-index: 7699;
}
.para-img-notepc {
	position: absolute;
	z-index: 7399;
	filter: blur(2px);
}
.para-img-memopad {
	position: absolute;
	z-index: 7499;
}
.para-img-puzzle {
	position: absolute;
	z-index: 6999;
}
.para-img-robohand {
	position: absolute;
	z-index: 5999;
}
.para-img-watch {
	position: absolute;
	z-index: 4999;
}
.para-img-3Dobject_A {
	position: absolute;
	z-index: 3899;
}
.para-img-3Dobject_B {
	position: absolute;
	z-index: 3999;
	filter: blur(5px);
}
.para-img-flowerA {
	position: absolute;
	z-index: 2999;
}
.para-img-flowerB {
	position: absolute;
	z-index: 2899;
}
/*----------------------------------------*/
/*各カテゴリーの背景*/
.img-top-bg {
	background-image: url("../img/tp_concBG.jpg");
}
.img-bg-planning {
	background-image: url("../img/tp_planBG.jpg");
}
.img-bg-design {
	background-image: url("../img/tp_desiBG.jpg");
}
.img-bg-dtp {
	background-image: url("../img/tp_dtpBG.jpg");
}
.img-bg-3dcg {
	background-image: url("../img/tp_3dcgBG.jpg");
}
.img-bg-printing {
	background-image: url("../img/tp_prinBG.jpg");
}
/*トップイメージの文字組み*/
.wrap_topimage_copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.topimage_title {
	font-family: Georgia;
	font-size: 4.8rem;
	line-height: 1.0;
	color: #FFFFFF;
}
.topimage_subtitle {
	font-size: 2.4rem;
	line-height: 1.75;
	color: #FFFFFF;
	margin-top: 12px;
}
.topimage_subcopy {
	font-size: 1.6rem;
	line-height: 1.75;
	color: #FFFFFF;
	margin-top: 12px;
	display: block;
}
/*カテゴリーユニットの文字組み*/
.category-unit-title {
	font-family: Georgia;
	font-size: 4.8rem;
	line-height: 80px;
	color: #FFFFFF;
}
.category-unit-title-img {
	margin-bottom: 30px;
}

.category-unit-title-jp {
	font-size: 2.4rem;
	line-height: 2.0;
	color: #FFFFFF;
}
.category-unit-lead {
	font-size: 1.6rem;
	line-height: 1.75;
	color: #FFFFFF;
}
/*ボタン（カテゴリーユニット）*/
.crategory-unit-btn {
	width: 200px;
	height: 44px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #FFFFFF;
}
.crategory-unit-btn p {
	display: flex;
	justify-content: center;
	align-items: center;
	/*	display: block;*/
	width: 150%;
	height: 100%;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
}
.crategory-unit-btn:hover {
	background-color: #0092D8;
	border: 3px solid #0092D8;
	/*	padding-left: 0px;*/
}
.crategory-unit-btn p:hover {
	color: #FFFFFF;
}
/*----------------------------------------*/
/*★メディアクエリ 320〜399*/
@media screen and (min-width:320px) {
	.topimage_title {
		font-size: 5.4rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.topimage_subtitle {
		font-size: 2.0rem;
		line-height: 1.5;
	}
	.category-unit-title {
		font-family: Georgia;
		font-size: 4.2rem;
		line-height: 80px;
		color: #FFFFFF;
	}

.category-unit-title-img {
	width: 75%;
	height: 75%;
	margin-top: 10px;
	margin-bottom: 15px;
}

	.toppage_br {
		display: none;
	}
	/*パララックスアイテム*/
	.para-img-lens-A {
		width: 250px;
		left: -25px;
		bottom: 50px;
	}
	.para-img-lens-B {
		width: 225px;
		left: -100px;
	}
	.para-img-notepc {
		width: 500px;
		right: -250px;
		top: 50px;
	}
	.para-img-memopad {
		width: 400px;
		right: -250px;
		bottom: -150px;
	}
	.para-img-pen {
		width: 150px;
		right: 50px;
		bottom: 10px;
	}
	.para-img-puzzle {
		top: 200px;
		right: -300px;
	}
	.para-img-robohand {
		width: 525px;
		bottom: 0px;
		left: 50%;
		/*	right: -250px;*/
	}
	.para-img-watch {
		top: 50px;
		left: 25%;
	}
	.para-img-3Dobject_A {
		top: 500px;
/*		bottom: -150px;*/
		left: 25%;
	}
	.para-img-3Dobject_B {
		bottom: -350px;
/*
		top: 50px;
		left: 25%;
*/
	}
	.para-img-flowerA {
		width: 400px;
		bottom: 25px;
		right: -100px;
	}
	.para-img-flowerB {
		width: 400px;
		top: 50px;
		right: 0px;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 400〜559px*/
@media screen and (min-width:400px) {
	/*@media screen and (min-width:320px) and (max-width:559px) {*/
	/*各ページのコンテンツのローカル基本設定*/
	.topimage-unit, .category-unit {
		padding: 60px 0px 60px;
	}
	.para-copy-top, .para-copy-planning, .para-copy-design, .para-copy-dtp, .para-copy-3dcg, .para-copy-printing {
		margin-right: 20px;
		margin-left: 20px;
		max-width: 420px;
	}
	.wrap_topimage_copy {
		align-items: flex-start;
	}
	.topimage_title {
		font-size: 6.4rem;
		margin-bottom: 20px;
	}
	.topimage_subtitle {
		font-size: 2rem;
		line-height: 1.5;
	}
	.toppage_br {
		display: none;
	}
	.category-unit-title {
		font-size: 4.8rem;
	}
.category-unit-title-img {
	width: 102%;
	height: 102%;
/*	margin-top: 10px;*/
	margin-bottom: 20px;
}
	
	/*パララックスアイテム*/
	.para-img-lens-A {
		width: 250px;
		left: -25px;
		bottom: 50px;
	}
	.para-img-lens-B {
		width: 225px;
		left: -100px;
	}
	.para-img-notepc {
		width: 500px;
		right: -250px;
		top: 50px;
	}
	.para-img-memopad {
		width: 400px;
		right: -250px;
		bottom: -150px;
	}
	.para-img-pen {
		width: 150px;
		right: 50px;
		bottom: 10px;
	}
	.para-img-puzzle {
		top: 200px;
		right: -300px;
	}
	.para-img-robohand {
		width: 525px;
		bottom: 0px;
		left: 50%;
	}
	.para-img-watch {
		top: 50px;
		left: 25%;
	}
	.para-img-3Dobject_A {
		top: 50px;
		left: 25%;
	}
	.para-img-3Dobject_B {
/*
		top: 50px;
		left: 25%;
*/
	}
	.para-img-flowerA {
		width: 400px;
		bottom: 25px;
		right: -100px;
	}
	.para-img-flowerB {
		width: 400px;
		top: 50px;
		right: 0px;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 560〜959px*/
@media screen and (min-width:560px) {
	/*@media screen and (min-width:560px) and (max-width:959px) {*/
	/*各ページのコンテンツのローカル基本設定*/
	.topimage-unit, .category-unit {
		padding: 100px 0px 60px;
	}
	.wrap_topimage_copy {
		align-items: flex-start;
	}
	.para-copy-top {
		padding-top: 40px;
		margin: 0px 10% 0px;
		max-width: 600px;
	}
	.para-copy-planning, .para-copy-design, .para-copy-dtp, .para-copy-3dcg, .para-copy-printing {
		padding-top: 40px;
		padding-bottom: 60px;
		margin: 0px 10% 0px;
		max-width: 480px;
	}
	.topimage_title {
		font-size: 8rem;
		margin-bottom: 30px;
	}
	.topimage_subcopy {
		max-width: 800px;
	}
	.category-unit-title {
		font-size: 7.2rem;
		margin-bottom: 20px;
	}
	.category-unit-lead {
		margin-bottom: 30px;
	}
	/*パララックスアイテム*/
	/*一部アイテムは1.25倍に拡大*/
	.para-img-lens-A {
		width: calc(250px * 1.25);
	}
	.para-img-lens-B {
		width: calc(225px * 1.25);
	}
	.para-img-notepc {
		right: -150px;
	}
	.para-img-memopad {
		width: calc(400px * 1.25);
		left: 65%;
	}
	.para-img-pen {
		width: calc(150px * 1.25);
	}
	.para-img-puzzle {
		width: calc(800px * 1.25);
		right: -375px;
	}
	.para-img-robohand {
		left: 50%;
		top: 35%;
	}
	.para-img-watch {
		left: 45%;
	}
	.para-img-3Dobject_A {
		left: 45%;
	}
	.para-img-3Dobject_B {
/*		left: 45%;*/
	}
	.para-img-flowerA {
		width: 400px;
		bottom: 25px;
		right: 5%;
	}
	.para-img-flowerB {
		width: 400px;
		top: 50px;
		right: 0px;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 960〜1199px*/
@media screen and (min-width:960px) {
	/*@media screen and (min-width:960px) and (max-width:1199px) {*/
	/*各ページのコンテンツのローカル基本設定*/
	.topimage-unit, .category-unit {
		padding: 160px 0px 60px;
	}
	.para-copy-top, .para-copy-planning, .para-copy-design, .para-copy-dtp, .para-copy-3dcg, .para-copy-printing {
		padding-left: 30px;
		padding-right: 30px;
	}
	.para-copy-top {
		width: 800px;
	}
	.para-copy-planning, .para-copy-design, .para-copy-dtp, .para-copy-3dcg, .para-copy-printing {
		width: 480px;
	}
	.wrap_topimage_copy {
		align-items: flex-start;
	}
	.topimage_title {
		font-size: 10rem;
		margin-bottom: 30px;
	}
	.category-unit-title {
		font-size: 7.2rem;
		margin-bottom: 20px;
	}
	.category-unit-title-jp {
		font-size: 2.4rem;
	}
	.category-unit-lead {
		width: 320px;
		margin-bottom: 40px;
	}
	.toppage_br {
		display: inline;
	}
	/*パララックスアイテム*/
	.para-img-lens-A {
		width: 360px;
	}
	.para-img-lens-B {
		width: 360px;
		top: 15%;
		right: -100px;
	}
	.para-img-notepc {
		width: 625px;
		right: -150px;
	}
	.para-img-memopad {
		width: 500px;
		left: 65%;
	}
	.para-img-pen {
		width: 187.5px;
	}
	.para-img-puzzle {
		right: -375px;
	}
	.para-img-robohand {
		left: 50%;
		top: 35%;
	}
	.para-img-watch {
		left: 45%;
	}
	.para-img-3Dobject_A {
		left: 45%;
	}
	.para-img-3Dobject_B {
/*		left: 45%;*/
	}
	.para-img-flowerA {
		width: 400px;
		bottom: 25px;
		right: 5%;
	}
	.para-img-flowerB {
		width: 400px;
		top: 50px;
		right: 0px;
	}
}
/*----------------------------------------*/
/*★メディアクエリ 1200px〜（最大1440px）*/
@media screen and (min-width:1200px) {
	/*各ページのコンテンツのローカル基本設定*/
	.topimage-unit {
		height: 1000px;
		display: flex;
		justify-content: flex-start;
		padding-top: 10%;
		padding-bottom: 0px;
	}
	.topimage-unit, .category-unit {
	}
	.para-copy-top {
		margin-left: 300px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.para-copy-planning, .para-copy-design, .para-copy-dtp, .para-copy-3dcg, .para-copy-printing {
		margin-left: 300px;
		margin-bottom: 100px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.topimage_title {
		font-size: 10rem;
		margin-bottom: 45px;
	}
	.topimage_subtitle {
		margin-bottom: 15px;
	}
	.topimage_subcopy {
		max-width: 800px;
	}
	.category-unit-title {
		font-size: 7.2rem;
		margin-bottom: 30px;
	}
	.category-unit-title-jp {
		font-size: 2.4rem;
	}
	.category-unit-lead {
		margin-bottom: 40px;
	}
	.toppage_br {
		display: inline;
	}
	/*パララックスアイテム*/
	.para-img-lens-A {
		width: 360px;
		left: 50px;
	}
	.para-img-lens-B {
		width: 360px;
		top: -15%;
		left: 275px;
		filter: blur(2px);
		opacity: 0.75;
	}
	.para-img-notepc {
		width: 625px;
		right: -150px;
	}
	.para-img-memopad {
		width: 500px;
		left: 65%;
	}
	.para-img-pen {
		width: calc(150px * 1.5);
	}
	.para-img-puzzle {
		right: -375px;
	}
	.para-img-robohand {
		left: 50%;
		top: 35%;
	}
	.para-img-watch {
		left: 55%;
	}
	.para-img-3Dobject_A {
		top: 15%;
		left: 55%;
	}
	.para-img-3Dobject_B {
		bottom: -150px;
/*		left: 55%;*/
	}
	.para-img-flowerA {
		width: 400px;
		bottom: 25px;
		right: 5%;
	}
	.para-img-flowerB {
		width: 400px;
		top: 50px;
		right: 0px;
	}
}