@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Karla', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 2;
	background: #fafafa;
	/*height: 100%!important;*/
	letter-spacing: 0.1em;
	overflow-x: hidden;
	width: 100%;
}

#bapge_wrap {
	/*opacity:0;*/
	z-index: 3;
	position: relative;
}

.single #bapge_wrap {
	opacity: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 img {
	width: 250px;
	height: auto;
}

li {
	list-style: none;
}

section {
	background: #fafafa;
}

#top section#works,
#sub section#works,
#contact {
	margin-bottom: 1000px;
}

#top section#works {
	margin-bottom: 1000px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	/*vertical-align: bottom;*/
	max-width: 100%;
}

a {
	text-decoration: none;
}

header {
	background: #fafafa;
	position: fixed;
	z-index: 9999;
	padding: 50px;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

header.move {
	padding: 10px 20px;
}

.single header,
.single footer {
	display: none;
}

#slide_wrap {
	padding-top: 163px;
}

.content {
	position: relative;
	background: #fafafa;
	padding-bottom: 80px;
	z-index: 9;
}

#contact .content,
#privacy .content {
	padding-bottom: 0;
}

#contact .container {
	height: calc(100% - 900px);
}

h1 {
	display: inline-block;
	float: left;
	max-width: 220px;
}

h1 a {
	color: #000000;
}

#top h2,
#sub h2 {
	position: absolute;
	right: 20px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 18px;
	height: auto;
	letter-spacing: 0.05em;
	z-index: 999;
	top: 50px;
}

#top h3,
#sub h3 {
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1;
	text-indent: -0.4em;
	border-left: 9px solid #f0ff00;
}

#top #works h2,
#sub #works h2 {
	top: 0px;
}

#works .view_btn {
	left: 45%;
}

#sub #works {
	margin-top: 163px;
}

#overlay_wrap {
	opacity: 0;
	background: #fafafa;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	top: 110px;
	visibility: hidden;
}

#overlay_wrap ul {
	text-align: left;
}

#navi_wrap {
	position: relative;
	width: 100vw;
	height: 100vh;
}

#overlay_wrap ul li a {
	color: #000;
	font-size: 30px;
}

#overlay_wrap ul {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	top: 30%;
	transform: translateY(-30%);
}

p#main_copy,
#main_copy_bk {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 110px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	position: absolute;
	bottom: -70%;
	height: 500px;
	color: #000;
	right: 100px;
}

#main_copy_bk {
	z-index: 2;
	color: #f0ff00;
	top: inherit;
	white-space: nowrap;
	overflow: hidden;
}

p#main_copy {
	bottom: 40%;
}

.main_copy_black {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 500px;
	overflow: hidden;
	bottom: 59.5%;
	right: 100px;
}

.main_copy_black:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "纏、 \A 円居て \A 的を射る";
	white-space: pre;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 110px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #000;
	z-index: 1;
}

.indicator_wrap {
	position: relative;
	left: 0;
	width: 7%;
	background: #fafafa;
	float: left;
	height: 100%;
	max-height: 650px;
}

.slide1 {
	max-width: 100%;
	margin: 0 auto;
	height: 650px;
	overflow: hidden;
	z-index: 10;
	background: #fafafa;
}

.slide1 .itemDisplay {
	float: right;
	height: 100%;
	width: 93%;
}

.slide1 img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.slide1 .indicator {
	text-align: center;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slide1 .indicator span {
	display: block;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	margin: 20px auto;
	vertical-align: top;
	cursor: pointer;
	background-color: #000;
	border: 2px solid #000;
}

.slide1 .indicator span.current {
	background-color: #f0ff00;
}

.slide1 {
	position: relative;
}

.slide1 .prev {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 210px;
	margin-top: -15px;
	left: 10px;
	text-indent: -9999px;
	background: #333;
	border-radius: 50%;
}

.slide1 .next {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 210px;
	margin-top: -15px;
	right: 10px;
	text-indent: -9999px;
	background: #333;
	border-radius: 50%;
}

.slide1 .prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 4px;
	border: solid 5px;
	border-color: transparent;
	border-right: solid 9px #fff;
}

.slide1 .next:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 4px;
	border: solid 5px;
	border-color: transparent;
	border-left: solid 9px #fff;
}

#philosophiy {
	position: relative;
	width: 100%;
}

#philosophiy .content {
	padding-top: 45px;
}

.copy_point {
	text-align: center;
	font-weight: 900;
	margin-bottom: 50px;
}

.keyword {
	font-size: 32px;
}

.keyword_en {
	font-style: italic;
	letter-spacing: 0.05em;
}

.keyword_en,
.keyword_jp {
	font-size: 16px;
	font-weight: 600;
}

#copy_description {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 32px;
	position: absolute;
	left: 10%;
	top: 60px;
	font-weight: 900;
	line-height: 3em;
	letter-spacing: 0.2em;
}

#copy_description span:nth-child(1),
#copy_description span:nth-child(3),
#copy_description span:nth-child(5),
#copy_description span:nth-child(7) {
	/*background-image: -webkit-gradient(linear,left bottom,right bottom,from(rgba(240,255,0,0)),color-stop(.5,rgba(240,255,0,0)),color-stop(.6,rgba(240,255,0,1)),color-stop(.98,rgba(240,255,0,1)),to(rgba(240,255,0,0)));
background-image: -webkit-linear-gradient(right,rgba(240,255,0,0),rgba(240,255,0,0) 63%,rgba(255,255,255,.6) 64%,rgba(255,255,255,.6) 67%,rgba(240,255,0,0) 68%),-webkit-linear-gradient(right,rgba(240,255,0,0),rgba(240,255,0,0) 55%,rgba(255,255,255,.5) 56%,rgba(255,255,255,.5) 60%,rgba(240,255,0,0) 61%),-webkit-linear-gradient(179deg,rgba(240,255,0,0),rgba(240,255,0,0) 50%,rgba(240,255,0,1) 60%,rgba(240,255,0,1) 99%,rgba(240,255,0,0)),-webkit-linear-gradient(right,rgba(240,255,0,0),rgba(240,255,0,0) 50%,rgba(240,255,0,1) 60%,rgba(240,255,0,1) 99%,rgba(240,255,0,0));
background-image: linear-gradient(to left,rgba(240,255,0,0),rgba(240,255,0,0) 63%,rgba(255,255,255,.6) 64%,rgba(255,255,255,.6) 67%,rgba(240,255,0,0) 68%),linear-gradient(to left,rgba(240,255,0,0),rgba(240,255,0,0) 55%,rgba(255,255,255,.5) 56%,rgba(255,255,255,.5) 60%,rgba(240,255,0,0) 61%),linear-gradient(271deg,rgba(240,255,0,0),rgba(240,255,0,0) 50%,rgba(240,255,0,1) 60%,rgba(240,255,0,1) 99%,rgba(240,255,0,0)),linear-gradient(to left,rgba(240,255,0,0),rgba(240,255,0,0) 50%,rgba(240,255,0,1) 60%,rgba(240,255,0,1) 99%,rgba(240,255,0,0));
	text-indent:-9999px;
	position:relative;*/
}

/*
#copy_description:before {
	content:"";
	width:100%;
	height:100%;
	background:#fafafa;
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
	-webkit-animation: description 5s ease 1s 1 forwards;
  	animation: description 5s ease 1s 1 forwards;

}
*/
/*
@-webkit-keyframes description {
  100% {
    width:0;
  }
}
@keyframes description {
  100% {
    width:0;
  }
}
*/
.service_web {
	background: #fff;
	width: 80%;
	padding: 50px 0;
	display: inline-block;
	position: relative;
	left: -7%;
	height: 500px;
}

.service_graphic {
	background: #fff;
	width: 80%;
	padding: 50px 0;
	display: inline-block;
	position: relative;
	left: 30%;
	height: 500px;
}

.service_graphic_wrap {
	float: left;
	width: 48%;
	position: relative;
}

.service_web_wrap {
	float: right;
	width: 48%;
	position: relative;
}

.service_content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 80px;
	z-index: 1;
	padding-right: 50px;
}

.service_slide {
	width: 50%;
	float: left;
	position: absolute;
	z-index: 2;
	margin-top: 50px;
}

.service_slide.graphic {
	float: right;
	right: 0;
}

.view_btn {
	position: absolute;
	left: 25%;
	bottom: 40px;
}

.service_web_wrap .view_btn {
	right: 15%;
	left: inherit;
}

.view_btn a:first-child {
	background: #f0ff00;
	float: left;
	position: absolute;
	width: 50px;
	padding: 5px 0;
	margin-right: 10px;
	left: -60px;
}

.service_wrap {
	margin-bottom: 150px;
}

.view_btn a:first-child:before {
	content: "";
	width: 25px;
	height: 2px;
	background: #000;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.view_btn a:first-child:after {
	content: "";
	width: 5px;
	height: 5px;
	transform: rotate(45deg) translateY(-48%);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	right: 14px;
	top: 50%;
	position: absolute;
}

.view_btn a {
	border: 2px solid #000;
	display: block;
	padding: 5px 50px;
	color: #fff;
	position: relative;
	font-size: 18px;
	float: left;
	background: #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.service_graphic .view_btn {
	right: inherit;
	left: -80px;
	bottom: 40px;
}

.service_other {
	position: relative;
	float: left;
	width: 48%;
	height: 500px;
	background: #ccc;
	margin-top: 100px;
}

.service_video_box {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
}

.service_video_box video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180%;
	height: auto;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.service_gear {
	position: relative;
	float: right;
	width: 48%;
	height: 500px;
	background: url(../images/top_matoi_gear.jpg);
	background-size: cover;
	background-position: center center;
}

.service_other_wrap .service_content {
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	width: 70%;
	padding: 30px 30px 60px;
	transform: inherit;
	top: 400px;
	position: relative;
}

#top .service_other_wrap .service_content h3 {
	border: 0;
	text-indent: 0;
}

.service_gear .view_btn {
	bottom: -20px;
	right: 0;
	left: 0;
	margin: auto;
	width: 150px;
}

.service_other .view_btn {
	bottom: -20px;
	right: 0;
	left: 0;
	width: 150px;
	margin: auto;

}

.service_other_wrap {
	padding: 0 50px;
}

footer {
	background: #000;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 0;
	width: 100%;
	padding: 50px 0;
	/*opacity:0;*/
}

.footer_content {
	margin: 50px auto 0;
	padding: 0 50px;
}

section#service .content {
	padding-bottom: 250px;
}

footer dt {
	float: left;
	width: 100px;
}

footer dd {
	width: 90%;
	margin: 0;
	padding: 0;
	float: left;
}

footer dd:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

footer .profile,
footer .recruit {
	position: relative;
}

#top footer .profile h2,
#top footer .recruit h2,
#sub footer .profile h2,
#sub footer .recruit h2 {
	top: 0;
}

#to_contact_btn {
	background: #fff;
	text-align: center;
	margin-top: 50px;
}

#to_contact_btn a {
	color: #000;
	display: block;
	padding: 10px 0;
	width: 100%;
	font-size: 24px;
	font-weight: 900;
}

#to_privacy {
	text-align: center;
	margin-top: 50px;
	position: relative;
}

#to_privacy a {
	color: #fff;
	display: inline-block;
	text-decoration: underline;
}

#copyright {
	text-align: center;
	margin-top: 50px;
}

.slide_web img,
.slide_graphic img {
	width: 100%;
}

.slide_web .next:before,
.slide_graphic .next:before {
	content: "";
	width: 25px;
	height: 2px;
	background: #000;
	top: 25px !important;
	/*transform: translateY(-50%);*/
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.slide_web .prev:before,
.slide_graphic .prev:before {
	content: "";
	width: 25px;
	height: 2px;
	background: #000;
	top: 25px !important;
	/*transform: translateY(-50%);*/
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.slick-slide {
	padding: 0 1%;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

.slick-initialized .slick-slide.opa {
	opacity: 0.2;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.responsive {
	margin-bottom: 100px;
}

.responsive button {
	border: 0;
	position: absolute;
	text-indent: -9999px;
	background: none;
	bottom: -70px;
	width: 80px;
}

.responsive button.slick-prev {
	right: 185px;
}

.responsive button.slick-next {
	right: 96px;
}

.responsive button.slick-prev:before {
	content: "";
	width: 70px;
	height: 2px;
	background: #000;
	top: 50%;
	left: inherit;
	right: 10px;
	margin: auto;
	position: absolute;
}

.responsive button.slick-next:before {
	content: "";
	width: 70px;
	height: 2px;
	background: #000;
	top: 50%;
	left: 0;
	right: inherit;
	margin: auto;
	position: absolute;
}

.responsive button.slick-prev:after {
	content: "";
	width: 5px;
	height: 5px;
	transform: rotate(-135deg) translateY(-33%);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	right: 72px;
	top: 20%;
	position: absolute;
}

.responsive button.slick-next:after {
	content: "";
	width: 5px;
	height: 5px;
	transform: rotate(45deg) translateY(-45%);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	right: 12px;
	top: 45%;
	position: absolute;
}

.slick-disabled {
	opacity: 0.2;
}

#luxy {
	position: static !important;
}

ul#filter_navi li {
	display: inline-block;
}

.item,
.grid-sizer {
	width: 33%;
}

/*.item:after {
	content:"";
	width:100%;
	height:100%;
	border:20px solid #fff;
	position:absolute;
	left:0;
	top:0;
}*/
.item {
	position: absolute;
	float: left;
	display: block;
	background: #fff;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.item:hover img {
	transform: scale(1.07);
}

.item img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 1px solid #fff;
	border-bottom: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.container {
	background: #fff;
	width: auto;
	padding: 50px 40px 40px 60px;
	position: relative;
	border-top: 50px solid #fafafa;
}

.container.contact {
	height: 100vh;
}

#filter_navi {
	position: absolute;
	left: 50px;
	top: -30px;
	z-index: 9;
}

#filter_navi li {
	margin-right: 30px;
}

#filter_navi li a {
	font-size: 30px;
	color: #000;
	font-weight: 900;
	position: relative;
}

#filter_navi li a:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	right: 0;
	bottom: 0;
	background: #f0ff00;
	z-index: -1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#filter_navi li a.current:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	left: 0;
	background: #f0ff00;
	z-index: -1;
}

#filter_navi li a:hover:after {
	width: 100%;
	left: 0;
	right: inherit;
}

.item:hover {
	background: #000;
}

.item:hover>.item img {
	opacity: .8;
}

.item:hover>.works_data_bg {
	background: rgba(0, 0, 0, .8);
}

.item:hover>a .works_data {
	opacity: 1;
}

.item:hover>.item .works_data ul {
	opacity: 1;
}

.works_data {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: left;
	opacity: 0;
}

.works_data_bg {
	border: 20px solid #fff;
	opacity: 1;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#sub .item h3 {
	border: none;
	text-indent: 0em;
	position: relative;
	margin: 30px 30px 0 30px;
	font-size: 18px;
}

#sub .item h3:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background: #fff;
	bottom: -20px;
	left: 0;
}

#sub .item ul {
	margin: 30px 0 0 30px;
}

#sub .item p {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

#sub .item p a {
	position: relative;
	color: #fff;
	font-size: 18px;
}

#sub .item p:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
	right: inherit;
	margin: auto;
	position: absolute;
}

#sub .item p:after {
	content: "";
	width: 5px;
	height: 5px;
	transform: rotate(45deg) translateY(-45%);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 44px;
	top: 45%;
	position: absolute;
}

.l-page {
	padding-bottom: 950px;
}

.l-contents.is-fixed {
	z-index: 999999;
}

.delighter {
	transition: all .5s ease-out;
	transform: translateX(-50px);
	opacity: 0;
}

.service_web.delighter {
	transition: all 1s ease-out;
	transform: translateX(-50px);
	opacity: 0;
}

.view_btn.delighter {
	transition: all 0.5s ease-out;
	transform: translateX(-20px);
	opacity: 0;
}

.service_graphic_wrap .view_btn.delighter {
	transition: all 0.5s ease-out;
	transform: translateX(50px);
	opacity: 0;
}

.service_slide.graphic.delighter {
	transition: all 0.5s ease-out;
	transform: translateX(50px);
	opacity: 0;
}

.service_graphic.delighter {
	transition: all 1s ease-out;
	transform: translateX(20px);
	opacity: 0;
}

.service_other.delighter {
	transition: all 1s ease-out;
	transform: translateY(-50px);
	opacity: 0;
}

.service_gear.delighter {
	transition: all 0.5s ease-out;
	transform: translateY(-50px);
	opacity: 0;
}

.delighter.started,
.service_slide.graphic.delighter.started,
.service_graphic_wrap .view_btn.delighter.started {
	transform: none;
	opacity: 1;
}

/*.delighter.started.ended {
      transform: translateY(-100px);
}*/
.view_btn:hover>a:first-child {
	left: 60px;
}

.view_btn:hover>a {
	background: #f0ff00;
	color: #000;
}

.itemDisplay a {
	transition: all 0.1s ease-out;
}

.itemDisplay a:active {
	background: #f0ff00;
}

#inline-wrap,
.mfp-hide {
	z-index: 99999999;
	height: 100vh;
	position: fixed;
	background: #000;
	color: #fff;
	top: 0;
	left: -800px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;

	width: 20%;
	padding: 2.25% 2.5%;
}

/*.mfp-hide {
	display:none;
}*/
.mfp-hide.crnt {
	display: block;
}

.mfp-hide h1 {
	display: block;
	float: none;
	font-size: 30px;
	line-height: 1.1em;
}

.works_term {
	margin-top: 8px;
}

.inline_content {
	z-index: 8888888;
	left: -2200px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	width: 65%;
	padding: 0 5%;
	position: fixed;
	top: 0;
	background: #fff;
	color: #000;
	height: 100vh;
}

.popup-modal-dismiss {
	position: fixed;
	right: 20px;
	top: -200px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.popup-modal-dismiss a {
	font-size: 30px;
	color: #000;
	line-height: 0;
}

#main_copy_wrap {
	position: absolute;
	right: 130px;
	bottom: 30px;
	width: 100%;
	height: 260px;
	max-width: 480px;
}

.main_copy_content {
	position: relative;
	height: 260px;
}

.main_copy_content img:first-child {
	position: absolute;
	right: 0;
	top: 0;
}

.main_copy_content img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0px;
}

.works_role li {
	display: inline-block;
}

.cl_list {
	margin-top: 50px;
}

.site_list {
	margin-top: 50px;
}

.site_list a {
	color: #fff;
}

.works_term li {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}

.works_term li:after {
	content: "/";
	position: absolute;
	right: -2px;
	top: 0;
}

.works_term li:last-child:after {
	content: "";
}

.site_list a i {
	margin-left: 7px;
}

.works_single_content {
	height: 80%;
	overflow: auto;
	text-align: center;
	/*margin-top:10%;*/
	margin-bottom: 0;
	padding-bottom: 10%;
	padding-top: 10%;
}

.works_single_content img {
	max-width: 100%;
	height: auto;
	/*border:1px solid #333;*/
}

button {
	cursor: pointer;
}

form {
	padding: 30px 60px;
}

form dl dt {
	width: 165px;
	padding: 10px 0;
	float: left;
	clear: both;
}

#contact form dl dd {
	padding: 10px 0;
}

form .name {
	width: 240px;
	height: 20px;
}

form .email {
	width: 300px;
	height: 20px;
}

form .message {
	width: 360px;
	height: 150px;
}

form button {
	background-color: #333333;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-left: 165px;
}

form button:hover {
	cursor: pointer;
	opacity: 0.8;
}

input[type="text"],
input[type="email"] {
	padding: 10px;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	border-bottom: 1px solid #000;
	width: 30%;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 10px;
	border: 0;
	outline: none;
	background: transparent;
	border-bottom: 1px solid #000;
	width: 80%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	border-bottom: 1px solid #000;
	padding: 0 20px 10px 10px;
}

.select_wrap {
	position: relative;
	display: inline-block;
}

.select_wrap:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	top: 0em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '\f107';

	pointer-events: none;
}

#contact_msg {
	padding: 30px 60px;
}

#sub #contact,
#sub #privacy {
	padding-top: 163px;
}

#sub #contact h2,
#sub #privacy h2 {
	top: 0px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
	border: 2px solid #000;
	background: #000;
	color: #fff;
	margin-left: 0;
}

input[type="submit"] {
	font-family: 'Karla', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 15px 50px;
	border: none;
	outline: none;
	background: transparent;
	border: 2px solid #000;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input[type="submit"]:hover {
	background: #f0ff00;

}

footer.contact_f {
	position: static !important;
}

#privacy dl {
	padding-right: 60px;
}

#privacy dt {
	font-size: 18px;
	font-weight: 700;
}

#privacy dd {
	padding-left: 0;
	margin: 10px 0px 40px;
	margin-left: 0;
}

a.blank_link {
	position: relative;
}

a.blank_link:after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -5px;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.blank_link:hover:after {
	width: 100%;
}

p.capture_content {
	margin-bottom: 180px;
	max-width: 99%;
}

p.capture_content:last-child {
	margin-bottom: 0;
}

#loading_content {
	background: #000;
	width: 0;
	height: 100vh;
	position: fixed;
	left: -10%;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 99999;
	transform: skewX(-10deg);
	top: 0;
}

#loading_wrap h1 {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 700;
	color: #fafafa;
	z-index: 99999999;
}

#loading_logo_wrap {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	top: 0;

	display: none;
}

.single #loading_logo_wrap {
	display: none;
}

.spinner {
	margin: 0 auto 0;
	width: 70px;
	text-align: center;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 999999;

	display: none;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

@media screen and (max-width: 1450px) {

	/*p#main_copy, #main_copy_bk {
	font-size:90px;
	line-height: 1.5em;
}
#copy_description {
	font-size:28px;
	left: 5%;
}
#main_copy_wrap {
	top: 300px;
	bottom:inherit;
}
.main_copy_content img:nth-child(2) {
	left:inherit;
	right: 180px;
}*/
	#copy_description {
		font-size: 27px;
		left: 0;
	}

	.copy_point {
		padding-right: 166px;
	}

	p#main_copy,
	#main_copy_bk {
		right: 30px;
	}
}

@media screen and (max-width: 1200px) {
	#philosophiy .content {
		text-align: center;
	}

	p#main_copy,
	#main_copy_bk {
		font-size: 90px;
	}

	p#main_copy {
		bottom: 70% !important;
		text-align: left;
	}

	#main_copy_bk {
		bottom: -38% !important;
	}

	#main_copy {
		bottom: 67% !important;
	}

	#main_copy_wrap {
		display: none;
	}

	.copy_point {
		display: inline-block;
		width: 30%;
		margin-top: 170px;
		padding-right: 0;
	}

	#copy_description {
		writing-mode: inherit;
		position: static;
		text-align: center;
	}

	@media screen and (max-width: 1020px) {
		#main_copy_bk {
			bottom: -35% !important;
		}

		p#main_copy {
			bottom: 62% !important;
		}

		#copy_description {
			text-align: left;
			padding: 50px 50px 0 50px;
			margin-top: 100px;
		}

		.service_other_wrap .service_content {
			top: 200px;
		}

		.service_other,
		.service_gear {
			position: static;
			float: none;
			width: 100%;
			margin: 100px 0 200px;
			height: 300px;
		}

		.service_other {
			position: relative;
		}

		.service_video_box video {
			width: 160%;
		}

		.service_gear {
			margin-bottom: 100px;
		}

		.service_web_wrap .view_btn,
		.service_graphic_wrap .view_btn {
			bottom: -35%;
		}

		.service_web,
		.service_graphic {
			height: 250px;
			top: 60%;
			left: 10%;
			width: 90%;
		}

		.service_web_wrap,
		.service_graphic_wrap {
			float: none;
			width: 100%;
			height: 500px;
			margin: 0 0 100px;
		}

		.copy_point {
			display: none;
		}

		.item,
		.grid-sizer {
			width: 48%;
		}

		.popup-modal-dismiss a {
			color: #fff;
		}

		#inline-wrap,
		.mfp-hide {
			position: static;
			width: auto;
			height: auto;
		}

		.inline_content {
			position: static;
			width: auto;
		}
	}

	@media screen and (max-width: 780px) {
		.service_slide {
			width: 100%;
			float: none;
			position: static;
		}

		.item,
		.grid-sizer {
			width: auto;
		}

		.slide1,
		.slide1 img {
			height: 250px;
		}

		p#main_copy,
		#main_copy_bk {
			font-size: 50px;
		}

		#main_copy_bk {
			top: 118px !important;
			bottom: inherit !important;
		}

		p#main_copy {
			bottom: inherit;
			top: -131px !important;
		}

		header {
			padding: 20px
		}

		#top section#works {
			margin-bottom: 0;
		}

		#slide_wrap {
			padding-top: 63px;
		}

		#copy_description {
			font-size: 18px;
			padding: 50px 30px 0 30px;
			margin-top: 20px;
			letter-spacing: 0.1em;
		}

		#philosophiy .content {
			padding-bottom: 0;
		}

		.service_content {
			left: 40px;
			padding-right: 20px;
			position: static;
			transform: inherit;
		}

		.service_web,
		.service_graphic {
			position: static;
			height: 180px;
			padding-left: 30px;
		}

		.service_web_wrap .view_btn,
		.service_graphic_wrap .view_btn {
			bottom: -30%;
		}

		.service_wrap {
			margin-bottom: 0;
		}

		.service_graphic {
			height: 240px;
		}

		.service_graphic_wrap .view_btn {
			bottom: -20%;
		}

		#top h3,
		#sub h3 {
			font-size: 24px;
		}

		h1 {
			font-size: 18px;
		}

		#sub #works {
			margin-top: 63px;
		}

		.hamburger {
			padding: 0px !important;
		}

		#overlay_wrap {
			top: 56px;
		}

		.service_web_wrap,
		.service_graphic_wrap {
			height: auto;
		}

		.service_other_wrap {
			padding: 0;
		}

		.view_btn a {
			font-size: 16px;
		}

		.responsive button {
			bottom: -30px;
		}

		footer a {
			color: #fff;
		}

		#contact .container {
			padding: 30px;
		}

		form,
		#contact_msg {
			padding: 0;
		}

		form dl dt {
			float: none;
		}

		input[type="text"],
		input[type="email"],
		textarea {
			width: 100%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-radius: 0;
		}

		select {
			border-radius: 0;
		}

		#contact form dl dd {
			margin-left: 0;
		}

		section#works,
		section#contact {
			margin-top: 50px;
		}

		#filter_navi li a {
			font-size: 16px;
		}

		#top h2,
		#sub h2 {
			right: 0;
			font-size: 16px;
		}

		.hamburger.navi_on {
			padding-top: 10px !important;
		}

		.footer_content {
			padding: 0 30px;
			margin-top: 0;
		}

		footer {
			padding: 30px 0;
		}

		footer dt {
			font-weight: bold;
		}

		footer dd {
			margin-bottom: 10px;
			font-size: 12px;
		}

		#to_contact_btn a {
			font-size: 18px;
		}

		#loading_wrap h1 {
			font-size: 18px;
		}

		#filter_navi li {
			margin-right: 20px;
		}

		#filter_navi {
			left: 30px;
		}

		#sub #works h2 {
			top: 30px;
		}

		.container {
			padding: 30px;
		}

		.single-works section#works {
			margin-top: 0px !important;
		}

		.mfp-hide.crnt {
			padding-top: 50px;
		}

		.mfp-hide h1 {
			font-size: 24px;
		}

		.cl_list,
		.site_list {
			margin-top: 20px;
		}
	}
	@media screen and (max-width: 780px) {
		h1 {
			max-width: 130px;
		}
	}