@charset "UTF-8";
/** Common CSS Code**/
.topSpace {
	width: 100%;
	height: 5px;
}

a.contactBtn {
	background-color: #ffffff;
	border: #cccccc solid;
	border-width: 1px;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	margin: 5px 0 0 15px;
	line-height: 1em;
}

.leftSQ,
.rightSQ {
	width: 300px;
	height: 300px;
	display: inline-block;
	float: left;
	margin: 0 150px 0 0;
}

.gradationBox {
	position: absolute;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.gradation00 {
	position: absolute;
	width: 500px;
	height: 500px;
	top: -100px;
	left: -100px;
	animation: rotation 20s infinite linear;
}

.gradation00work {
	position: absolute;
	width: 100vw;
	height: 100vw;
	top: -50vw;
	left: -20vw;
	animation: rotation 20s infinite linear;
	z-index: -1;
}

.gradation00foot {
	position: absolute;
	width: 100vw;
	height: 100vw;
	top: -50vw;
	left: 0vw;
	animation: rotation 20s infinite linear;
	z-index: -1;
}

.gradation01 {
	background-color:hsla(146,100%,80%,1);
	background-image:
		radial-gradient(at 45% 3%, hsla(167,100%,88%,1) 0px, transparent 50%),
		radial-gradient(at 63% 36%, hsla(96,0%,100%,1) 0px, transparent 50%),
		radial-gradient(at 70% 73%, hsla(180,100%,63%,1) 0px, transparent 50%),
		radial-gradient(at 21% 26%, hsla(47,0%,99%,1) 0px, transparent 50%);
}

.gradation02 {
　background-color:hsla(66,100%,89%,1);
	background-image:
		radial-gradient(at 76% 61%, hsla(127,100%,88%,1) 0px, transparent 50%),
		radial-gradient(at 47% 48%, hsla(231,100%,88%,1) 0px, transparent 50%),
		radial-gradient(at 62% 41%, hsla(151,89%,88%,1) 0px, transparent 50%),
		radial-gradient(at 84% 9%, hsla(345,100%,87%,1) 0px, transparent 50%),
		radial-gradient(at 48% 55%, hsla(57,84%,91%,1) 0px, transparent 50%),
		radial-gradient(at 7% 44%, hsla(143,100%,86%,1) 0px, transparent 50%),
		radial-gradient(at 80% 63%, hsla(274,66%,79%,1) 0px, transparent 50%);
}

@keyframes rotation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2) rotate(-180deg);
	  filter: hue-rotate(103deg);
  }

  100% {
    transform: scale(1) rotate(-360deg);
  }
}

.leftSQ h1 {
	white-space: nowrap;
	top: 35px;
	left: 50px;
	letter-spacing: 0.05em;
	display: inline-block;
	margin: 0;
}

h1.mincho {
	font-size: 30px;
}

h1.mincho .small {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.topRead {
	display: inline-block;
	width: calc(100% - 450px);
	vertical-align: top;
	right: 0;
	position: relative;
}

.topRead img {
	width: 100%;
	margin: 50px 0 0 0;
}

div.enTitle {
	font-size: 140px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	font-style: normal;
	white-space: nowrap;
	top: 0;
	text-align: right;
	margin: 0 0 20px 0;
	color: #dedede;
	line-height: 0.8em;
}

div.enTitlelLeft {
	right: auto!important;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
}

.sqBlock {
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.sqBlock span {
	display: inline-block;
	width: 370px;
	height: 100px;
	margin: 10px 0 0 0;
	border: #000000 solid;
	border-width: 1px;
}

.sqBlock span.left {
	margin: 10px 10px 0 0;
}

.sqBlock span div.txt {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
}

a.dummyLink {
	background-color: #000000;
	border: #ffffff solid;
	border-width: 10px;
	display: block;
	margin: 10px auto 0 auto;
}

a.dummyLink:hover .dummyLinkBox {
	opacity: 0.3;
	transition: 0.5s;
}

a.dummyLink .dummyLinkBox,
.WorkList {
	display: flex;
	flex-wrap: wrap;
}

.topWorksBox {
	width: 50%;
	height: 200px;
	display: inline-block;
	background-position: center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
}

.WorkList {
	margin: 10px auto 0 auto;
}

.WorkList a {
	width: calc(33.3% - 10px);
	display: inline-block;
	margin: 5px;
	background-color: #000000;
	border-radius: 5px;
	overflow: hidden;
	border: #cccccc solid;
	border-width: 1px;
}

.WorkList a .topWorksBox {
	width: 100%;
	height: calc(1200px * 0.3 * 0.5625);
	display: block;
	transition: 0.2s;
}

.WorkList a:hover .topWorksBox {
	opacity: 0.5;
	transition: 0.2s;
}

.WorkList a .title {
	padding: 5px 20px;
	background-color: #000000;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

h1.mincho {
	display: inline-block;
	margin: 0;
}

h1.jaPortfolio {
	margin: 0 0 0 20px;
	display: inline-block;
}

.dummyLink .logo_creacasa {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	color: #ffffff;
}

.logo_creacasa img {
	width: 30%;
	margin: 0 auto 10px auto;
}

.dummyLink:hover .logo_creacasa {
	opacity: 1;
	cursor: pointer;
	transition: 0.5s;
}

.moreBtn {
	text-align: right;
	margin: 30px 0 0 0;
}

.moreBtn a {
	background-color: #000000;
	padding: 10px 60px;
	display: inline-block;
	color: #ffffff;
	border: #000000 solid;
	border-width: 1px;
	border-radius: 5px;
	line-height: 1em;
}

.moreBtn a:hover {
	background-color: #ffffff;
	color: #000000;
	border: #000000 solid;
	border-width: 1px;
	line-height: 1em;
}

.insta_icon {
	display: inline-block;
	width: 30px;
	top: 5px;
	margin: 0 0 0 10px;
	border-radius: 5px;
	overflow: hidden;
}

.insta_icon img {
	width: 100%;
}

.contentsConcept {
	background: url("../img/ground01.jpg");
	background-position: center bottom;
	background-size: 100%;
	background-repeat: repeat-y;
	min-height: 80vh;
}

#company .ReadBox .photo {
	width: 35%;
	display: inline-block;
	vertical-align: top;
}

#company .ReadBox .txtBox {
	width: calc(65% - 50px);
	margin: 0 0 0 50px;
	display: inline-block;
	vertical-align: top;
}


div.works div {
	margin: 0 0 5px 6em;
	font-size: 90%;
	line-height: 1.5em;
}

div.works div span {
	position: absolute;
	display: inline-block;
	border: #000000 solid;
	border-width: 0 1px 0 0;
	margin: 0 10px 0 0;
	width: 5.5em;
	left: -6em;
	text-align: center;
}

div.works div.serch span {
	border: #000000 solid;
	border-width: 0 0 0 0;
	background-color: #000000;
	color: #ffffff;
	border-radius: 5px;
}

div.works div.serch span.red {
	position: static;
	border: #000000 solid;
	border-width: 1px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 5px;
	width: auto;
	padding: 5px 20px;
	margin: 0 0 0 0.5em;
	line-height: 1em;
}

div.works div span.price {
	display: inline-block;
	border: #000000 solid;
	border-width: 0 1px;
	margin: 0 10px 0 20px;
}

#PRICE h3 {
	margin: 50px 0 0 0;
	padding: 0 0 0 1em;
	border: #000000 solid;
	border-width: 0 0 0 1em;
	line-height: 1em;
}

#PRICE h4 {
	margin: 20px 0 0 0;
	line-height: 1em;
}

#PRICE ul {
	list-style: none;
	margin: 20px 0 0 0;
	border: #000000 solid;
	border-width: 1px 0;
}

#PRICE ul li {
	border: #000000 dotted;
	border-width: 0 0 1px 0;
	padding: 5px 0;
	bottom: -1px;
}

#PRICE ul li.none {
	border: #000000 dotted;
	border-width: 0;
	padding: 5px 0 0 0;
}

#PRICE ul li .item{
	left: 0.5em;
	display: inline-block;
	position: relative;
	width: 24em;
	margin: 0 1em 0 0;
	vertical-align: top;
}

#PRICE ul li .tax{
	font-size: 90%;
	vertical-align: top;
}

#PRICE .memo01 {
	font-size: 90%;
	padding: 10px 0 0 0;
	line-height: 1.5em;
}

#PRICE .memo02 {
	font-size: 90%;
	padding: 30px 0 0 0;
	line-height: 1.5em;
}

#PRICE .memo03 {
	font-size: 90%;
	padding: 0 0 5px 0;
	line-height: 1.5em;
}

#PRICE ul li ul {
	margin: 0;
	border-width: 0;
}

#PRICE ul li ul li {
	font-size: 90%;
	line-height: 1.5em;
	padding: 0;
	border-width: 0;
}

.awards {
	margin: 50px auto 0 auto!important;
}

.awards div.half {
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
}

.awards div.half.left {
	margin: 0 20px 0 0;
}

.awards div img {
	height: 200px;
	margin: 50px auto 10px auto;
	display: block;
}

.awards div span.url {
	font-size: 90%;
	line-height: 1.5em;
	display: inline-block;
	margin: 10px auto 0 auto;
}

#dell {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 30px;
}

#dell img {
	width: 300px;
}

#dell img.DellPG {
	width: 150px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

#dell h1, #dell h2 {
	color: #0b0b0b;
	font-size: 110%!important;
	text-align: left;
	font-weight: bold;
	display: block;
	padding: 0;
	float: none;
}

#dell h1 {
	margin: 30px 0 0 0;
	display: block;
}

#dell h2 {
	margin: 50px 0 0 0;
	display: block;
}

#dell ul {
	padding: 0;
	margin: 0 0 50px 1.3em;
}


/* ------------------------------------------------------ */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */
#PRICE ul li .item{
	width: calc(100% - 15em);
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
.sqBlock span {
	display: inline-block;
	width: calc(50% - 10px);
	height: 100px;
}
	
div.enTitle {
	font-size: calc(100vw * 0.1);
}

.WorkList a .topWorksBox {
	height: calc(100vw * 0.33 * 0.5625 - 50px);
}

.insta_icon {
	top: auto;
	margin: 0 5px;
	border-radius: 5px;
	width: auto;
	padding: 0 10px!important;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */
.leftSQ, .rightSQ {
	width: 100%;
    height: 100px;
	float: none;
	margin: 0;
}

.gradationBox {
	width: 100%;
    height: 100px;
}

.gradation00 {
    position: absolute;
    width: 120vw;
    height: 120vw;
    top: -50vw;
    left: -0;
    animation: rotation 20s infinite linear;
}

.topRead {
    display: block;
    width: 100%;
    right: auto;
}

.leftSQ h1 {
    left: 20px;
}

.sp_title div.enTitle {
	text-align: left;
	margin: 0;
	left: 10px;
	top: -20px;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 920px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */
.WorkList a .topWorksBox {
	height: calc(100vw * 0.33 * 0.625 - 50px);
}

.WorkList a .title {
	font-size: 80%;
	padding: 2px 10px;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 768px) {
/* ------------------------------------------------------ */
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
.WorkList a {
    width: calc(50% - 10px);
}

.WorkList a .topWorksBox {
	height: calc(100vw * 0.5 * 0.625 - 50px);
}

.sqBlock span div.txt {
	line-height: 1.3em;
	font-size: 90%;
}

div.enTitle {
	font-size: calc(100vw* 0.15);
	margin: 0 auto 15px auto;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
.moreBtn {
	text-align: center;
}

#PRICE ul li .item{
	width: 100%;
	margin: 0;
	left: 0;
}

#PRICE ul li .item br {
	display: none;
}

#PRICE .memo03 {
	padding: 0;
}

.awards div.half {
	width: 100%;
}

.awards div.half.left {
	margin: 0 0 40px 0;
}

.awards div img {
	width: 80%;
	height: auto;
    margin: 50px auto 0 auto;
}

.awards div img.bizi {
	width: 40%;
	height: auto;
    margin: 0 auto 0 auto;
}

#dell {
	padding: 40px;
	font-size: 90%;
}

#dell img.DellPG {
	display: none;
}


#dell img {
	width: 70%;
}

#dell h1 {
	margin: 20px 0 0 0;
	display: block;
}

#dell h2 {
	margin: 30px 0 0 0;
	display: block;
}

#dell ul {
	padding: 0;
	margin: 0 0 30px 1.3em;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 410px) {
/* ------------------------------------------------------ */ 

.leftSQ h1 {
	font-size: calc(100vw / 15)
}

}