@charset "UTF-8";
/* CSS Document */

.particles-js-canvas-el {
	position:absolute;
	top:0;}

	

	
/* staff-fig */
.work-top-area {
	display: block;
    padding: 0.5%;
    width: 99%;}
	
.work-fig {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;}
	
.work-fig img {
    display: inline-block;
    width: 40%;
    margin: 0;}

.work-fig-cap {
    position: absolute;
    display: inline-block;
    width: 60%;
    top: 0;
    height: 100%;
    text-align: left;
    background: #353535;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;}
	
.work-fig-cap h3,
.work-fig-cap p {
	position: absolute;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;}
	
.work-fig-cap h3 {
    display: block;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #fff;
    top: 40%;
	left:5%;
    font-family: 'Dosis', sans-serif;}
	
.work-fig-cap p {
    display: block;
    top: 55%;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #aaa;
	left:5%;
    font-family: 'Roboto Mono',serif;}
	
.work-fig:hover .work-fig-cap {
	opacity: 1;
}
.work-fig:hover .work-fig-cap h3,
.work-fig:hover .work-fig-cap p {
	left: 5%;
}
.work-fig:hover h3:after {
	left: 5%;}
.work-fig:hover .work-fig-cap h3 {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.work-fig:hover .work-fig-cap p {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

@media only screen and (min-width: 700px) {
.work-top-area {
	display: block;
    padding: 0.5%;
    width: 99%;}
	
.work-fig {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 49%;
    margin: 0.5%;}
}

@media only screen and (min-width: 900px) {
.work-fig {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 32.333333333%;
    margin: 0.5%;}
}

@media only screen and (min-width: 1300px) {
.work-fig {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 24%;
    margin: 0.5%;}
}
	

@media only screen and (min-width: 700px) {
.work-fig img {
    display: block;
    width: 100%;
    margin:0;}
	
.work-fig-cap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align:center;
	background: rgba(0,0,0,.7);
	-webkit-transition: .3s;
	box-sizing:border-box;
	border:1px solid #ffe100;
	transition: .3s;
	opacity: 0;
}
.work-fig-cap h3,
.work-fig-cap p {
	position: absolute;
	left: -100%;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
.work-fig-cap h3 {
	font-size:20px;
	letter-spacing:0.2em;
	color:#fff;
	top: 40%;
	font-family: 'Dosis', sans-serif;}
	
.work-fig-cap h3:after {
	content:;
	left:-100%;
	position:absolute;
	width:1px;
	height:30px;
	left:0;
	right:0;
	margin:auto;
	font-size:20px;
	background:#ffe100;
	-webkit-transition: .3s;
	transition: .3s;}
		
.work-fig-cap p {
	top: 50%;
	font-size:12px;
	letter-spacing:0.2em;
	color:#aaa;
	font-family: 'Roboto Mono',serif ;
}
.work-fig:hover .work-fig-cap {
	opacity: 1;
}
.work-fig:hover .work-fig-cap h3,
.work-fig:hover .work-fig-cap p {
	left: 0;
}
.work-fig:hover h3:after {
	left: 0;}
.work-fig:hover .work-fig-cap h3 {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.work-fig:hover .work-fig-cap p {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
}
	
	
	
/* arrow-left */
	
.pre01 a {
    position: absolute;
    display: block;
    top: 60px;
    left: 5%;
    width: 95px;
    height: 46px;
    margin-left: 5%;
    margin-top: 85px;
    border: 2px solid #ffe100;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre01 a:hover {
    left: 6%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre01 a:after{
    content: "";
    position: absolute;
    left: 16px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ffe100;
    border-right: 1px solid #ffe100;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre01 a:before{
	content: "";
    position: absolute;
    left: 15px;
    top: 22px;
    width: 66px;
    height: 1px;
    background: #ffe100;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre01 a:hover:after{
    left: -30px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre01 a:hover:before{
    left: -31px;
    width: 101px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
/* arrow-right */
	
.nex01 a {
    position: absolute;
    display: block;
    top: 60px;
    right: 5%;
    width: 95px;
    height: 46px;
    margin-right: 5%;
    margin-top: 85px;
    border: 2px solid #ffe100;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex01 a:hover {
    right: 6%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex01 a:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ffe100;
    border-right: 1px solid #ffe100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex01 a:before{
	content: "";
    position: absolute;
    right: 15px;
    top: 22px;
    width: 66px;
    height: 1px;
    background: #ffe100;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex01 a:hover:after{
    right: -30px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex01 a:hover:before{
    right: -31px;
    width: 101px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
/* number */

.number {
    position: absolute;
    margin-top: 85px;
    margin-right: 5%;
    right: 5%;
    top: 160px;}
	
.number_page {
    position: relative;
	transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    display: inline-block;
    width: 34px;
    height: 34px;
    top: -7px;
    left: 4px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 34px;}

.number_page span {	
    transform: skew(20deg);
    -o-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    display: block;}
	
.number_all {
    position: relative;
    display: inline-block;
    transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    width: 30px;
    height: 34px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border: 1px solid #ffe100;}
	
.number_all span {
	transform: skew(20deg);
    -o-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    display: block;}
	
/* shikaku */
	
#shikaku02 a {
	display: block;
    position: relative;
    width: 25px;
    height: 25px;
    color: #000;}

#shikaku02 a:hover  {
	color:#ddd;}	
	
#shikaku-area02 {
	position: relative;
    display: block;
    width: 25px;
    height: 25px;
    top: 157px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;}

	
.ss01 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0;
	left:0;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss01 {
	top:3px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss02 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:0;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss02 {
	top:10px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss03 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:0;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss03 {
	top:17px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss04 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0px;
	left:10px;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss04 {
	top:3px;
	left:10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss05 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:10px;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss06 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:10px;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss06 {
	top:17px;
	left:10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss07 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0px;
	left:20px;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss07 {
	top:3px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss08 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:20px;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss08 {
	top:10px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.ss09 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:20px;
	background:#ffe100;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku02 a:hover > .ss09 {
	top:17px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
	
/* sec_staff */

.sec_staff {
    position: relative;
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	z-index:2;
	overflow:visible;
    background: #353535;}
	
.staff_content_area {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 150px;
    height: auto;
    padding-bottom: 110px;}
	
.staff_content_area:before {
	content:"";
    position: absolute;
	top:-22px;
	left:0;
	right:0;
	margin:auto;
	width:1px;
	height:44px;
	z-index: 1;
	background:#ffe100;}
	
.staff_content_area:after {
	content:"Art Director  2016 Joined";
	position:absolute;
	top:35px;
	left:0;
	right:0;
	margin:auto;
	font-size:13px;
	color:#888;
	letter-spacing:0.1em;
	text-align:center;
	font-family: 'Dosis', sans-serif;}
	
.staff_content_area h3 {
	display:inline-block;
	color:#fff;
	text-align:left;
	letter-spacing:0.3em;
	font-size:20px;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
	
.staff_content_area h3 span {
	display:inline-block;
	color:#aaa;
	text-align:left;
	letter-spacing:0.1em;
	font-size:11px;
	padding-left:20px;
	font-family: 'Dosis', sans-serif;}
	
.staff_content_area h4 {
	display:block;
	color:#fff;
	text-align:left;
	letter-spacing:0.3em;
	margin-top:50px;
	font-size:20px;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
	
.staff_content_area p {
	display:block;
	color:#ddd;
	text-align:left;
	letter-spacing:0.15em;
	margin-top:20px;
	font-size:13px;
	line-height:1.6em;
	padding-right:20%;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
	
/* staff-work-tittle */

.staff-work-ph-area {
}

.staff-work-tittle {
    position: relative;
    display: block;
    height: 150px;
    color: #aaa;
    font-size: 2vw;
    line-height: 150px;
    text-align: center;
    background: #222;
    font-family: 'Roboto Mono',serif;}
	
.staff-work-tittle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 1px;
    background: #ffe100;}
	
.staff-work-tittle:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	height:20px;
	width:1px;
	background:#ffe100;}

	
.staff-work-ph-area01 {
	position:relative;
    display: block;
    width: 100%;
    margin-top:10%;
    margin-bottom: 10%;
    background: #353535;}
	
.staff-work-ph-area01:after {
    content: "";
    position: absolute;
    border: 3px solid #555;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 80%;}
	
.staff-work-ph-area01 figure {
	display:block;
	overflow:hidden;
	width:100%;}
	
.staff-fig-img01 {
	display: block;
    width: 60%;
    float: right;
    height: 400px;
    overflow: hidden;}
	
.staff-work-ph-area01 img {
	display: inline-block;
    width: auto;}
	
.staff-fig01 {
	position: absolute;
	top:50%;
	left:5%;
	right:0%;
	width:100%;
	color:#fff;
	font-size:3vw;
	letter-spacing:0.3em;
	z-index:1;
	font-family: 'Dosis', sans-serif;}
	
.staff-fig01 span:before {
	display:none;}
	
.staff-fig01 span {
    display: block;
    position: absolute;
    right: 0;
	left:0;
    margin-top: 15px;
    color: #aaa;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.2em;
    width: 50%;
    text-align: left;
}
	
.staff-work-ph-area02 {
	position:relative;
    display: block;
    width: 100%;
    margin-top: 5%;
    background: #353535;}
	
.staff-work-ph-area02 figure {
	display:block;
	overflow:hidden;
	width:100%;}
	
.staff-fig-img02 {
    display: block;
    width: 42%;
    float: left;
    height: 400px;
    margin-right: 10px;
    overflow: hidden;
}
	
.staff-fig-img03 {
    display: block;
    width: 42%;
    float: left;
    height: 400px;
    overflow: hidden;
}
	
.staff-work-ph-area02 img {
    display: inline-block;
    height: 400px;
    width: auto;
}
	
.staff-fig02 {
	position: absolute;
    bottom: -8%;
    left: -7%;
    right: 0%;
    text-align: right;
    width: 100%;
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.3em;
    z-index: 1;
    font-family: 'Dosis', sans-serif;}
	
.staff-fig02 span {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 15px;
    color: #ddd;
    font-size: 13px;
    line-height: 1.7em;
    letter-spacing: 0.2em;
    width: 50%;
    text-align: right;
}

.staff-fig02 span:before {
	display:none;
}
	
	
/* recrout */

.recruit-area {
    position: relative;
    margin: 0 auto;
    height: 450px;
    width: 100%;
}
	
.recruit-area:after {
    content: "FIELD CLUB INC.";
	padding-top:45px;
    display: block;
    color: #f8f8f8;
    text-align: center;
    font-size: 8.8vw;
    font-weight: bold;
	z-index:-1;
    font-family: 'Roboto Mono',serif;}
	
@media only screen and (min-width: 500px) {
.recruit-area:after {
    content: "FIELD CLUB INC.";
    display: block;
    color: #222;
    text-align: center;
    font-size: 8.8vw;
    font-weight: bold;
	z-index:-1;
    font-family: 'Roboto Mono',serif;}
}
	
.recruit-area-left {
	position: absolute;
    display: none;
    width: 60px;
    height: 240px;
    top: 60px;
    left: 47.5%;
	padding:5px;
    border: 1px solid #ffe100;}
	
.recruit-area-left:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 350px;
    top: -50px;
    left: 50%;
    background: #ffe100;}
	
.recruit-area-left span {
    display: block;
    width: 100%;
    height: 100%;}
	
.recruit-area-right {
	position: absolute;
    display: block;
    width: 100%;
    top: 125px;
    right: 0;}
	
.recruit-area h3 {
    position: inherit;
    display: block;
    color: #000;
    padding-top: 74px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 6vw;
    z-index: 10;
	font-weight:100;
    font-family: 'Roboto Mono',serif;}
	
@media only screen and (min-width: 500px) {
.recruit-area h3 {
    position: inherit;
    display: block;
    color: #fff;
    padding-top: 74px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 3.5vw;
    z-index: 10;
	font-weight:100;
    font-family: 'Roboto Mono',serif;}
}
	
.recruit-area-right p {
	    display: block;
    color: #aaa;
    letter-spacing: 0.1em;
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 20px;}
	
.rink01 {
	text-align:center;}
	
@media only screen and (min-width: 500px) {
.rink01 {
	text-align: left;}
}
	
#rink01-left {
	position:relative;
	display:inline-block;
	font-size:12px;
	letter-spacing:0.1em;
	margin-right:20px;
	color:#666;
	font-family: 'Dosis', sans-serif;}
	
#rink01-left:after {
	content:"";
	position: absolute;
	width:1px;
	height:15px;
	top:-2px;
	right:-10px;
	background:#ffe100;
	transform: rotate(25deg);}

#rink01-left:before {
	content:"";
	position: absolute;
	width:1px;
	height:15px;
	top:-2px;
	right:-15px;
	background:#ffe100;
	transform: rotate(25deg);}
	
#rink01-right a {
	display:inline-block;
	text-decoration:none;
	color:#fff;}
	
.recruit-area-rink {
	position: absolute;
    display: block;
    top: 254px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 30vw;
    height: 7.2vw;
    padding: 5px 10px;
    border: 3px solid #000;
    background: #000;}
	
@media only screen and (min-width: 500px) {
.recruit-area-left {
	position: absolute;
    display: block;
    width: 60px;
    height: 240px;
    top: 60px;
    left: 7%;
	padding:5px;
    border: 1px solid #ffe100;}
	
.recruit-area-right {
	position: absolute;
    display: block;
    width: 73%;
    top: 30%;
    right: 0;}
	
.recruit-area-rink {
    position: absolute;
    display: block;
    top: 260px;
    left: 27%;
	margin:0;
    width: 14.6vw;
    height: 3.4vw;
    padding: 10px;
    border: 3px solid #000;
    background: #000;}
}

@media only screen and (min-width: 950px) {
.recruit-area-left {
    position: absolute;
    display: block;
    width: 60px;
    height: 240px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    border: 1px solid #ffe100;
}
	
.recruit-area-right {
	position: absolute;
    display: block;
    width: 40%;
    top: 180px;
    right: 0;}
	
.recruit-area-rink {
    position: absolute;
    display: block;
    top: 185px;
    left: 18%;
    width: 14.6vw;
    height: 3.4vw;
    padding: 10px;
    border: 3px solid #000;
    background: #000;}
}

/* pre-next */

.staff-pre-next {
	position:relative;
	display:block;
	width:100%;
	height:130px;
	margin-bottom: 100px;}	
	
@media only screen and (min-width: 500px) {
.staff-pre-next {
	position:relative;
	display:block;
	width:100%;
	height:330px;}
}
	
/* arrow-left02 */

.pre02 span {
	position: absolute;
    display: block;
    color: #000;
    font-size: 12px;
    top: 60px;
    left: 38px;
    letter-spacing: 0.1em;font-family: 'Oswald', sans-serif;}
	
@media only screen and (min-width: 500px) {
.pre02 span {
    position: absolute;
    display: block;
    color: #000;
    font-size: 12px;
    top: 16px;
    left: -60px;
    letter-spacing: 0.1em;font-family: 'Oswald', sans-serif}
}
	
.pre02 a {
    position: absolute;
    display: block;
    top: 60px;
    left: 20%;
    width: 95px;
    height: 46px;
    margin-left: 5%;
    margin-top: 85px;
    border: 2px solid #000;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre02 a:hover {
    left: 21%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre02 a:after{
    content: "";
    position: absolute;
    left: 16px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre02 a:before{
	content: "";
    position: absolute;
    left: 15px;
    top: 22px;
    width: 66px;
    height: 1px;
    background: #000;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre02 a:hover:after{
    left: -30px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.pre02 a:hover:before{
    left: -31px;
    width: 101px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
/* arrow-left02 none */
	
.none-left {
	position: absolute;
    display: block;
    left: 10%;
    width: 95px;
    height: 46px;
    margin-top: 66px;
    border: 2px solid #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
@media only screen and (min-width: 500px) {
.none-left {
    position: absolute;
    display: block;
    top: 60px;
    left: 20%;
    width: 95px;
    height: 46px;
    margin-left: 5%;
    margin-top: 85px;
    border: 2px solid #ccc;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
}
	
.none-left:after{
    content: "";
    position: absolute;
    left: 16px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.none-left:before{
	content: "";
    position: absolute;
    left: 15px;
    top: 22px;
    width: 66px;
    height: 1px;
    background: #ccc;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
/* arrow-right02 */

.nex02 span {
	position: absolute;
    display: block;
    color: #000;
    font-size: 12px;
    top: 60px;
    right: 38px;
    letter-spacing: 0.1em;font-family: 'Oswald', sans-serif;}
	
@media only screen and (min-width: 500px) {
.nex02 span {
    position: absolute;
    display: block;
    color: #000;
    font-size: 12px;
    top: 16px;
    right: -60px;
    letter-spacing: 0.1em;}
}
	
.nex02 a {
    position: absolute;
    display: block;
    right: 10%;
    width: 95px;
    height: 46px;
    margin-top: 66px;
    border: 2px solid #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
@media only screen and (min-width: 500px) {
.nex02 a {
    position: absolute;
    display: block;
    top: 60px;
    right: 20%;
    width: 95px;
    height: 46px;
    margin-right: 5%;
    margin-top: 85px;
    border: 2px solid #000;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
}
	
.nex02 a:hover {
    right: 21%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex02 a:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 15px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex02 a:before{
	content: "";
    position: absolute;
    right: 15px;
    top: 22px;
    width: 66px;
    height: 1px;
    background: #000;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex02 a:hover:after{
    right: -30px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
.nex02 a:hover:before{
    right: -31px;
    width: 101px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
/* shikaku */
	
#shikaku03 a {
	display: block;
    position: relative;
    width: 25px;
    height: 25px;
    color: #000;}

#shikaku03 a:hover  {
	color:#ddd;}	
	
#shikaku-area02 {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    top: 77px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;}
	
@media only screen and (min-width: 500px) {
#shikaku-area02 {
	position: relative;
    display: block;
    width: 25px;
    height: 25px;
    top: 157px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;}
}

	
#shikaku03 .ss01 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0;
	left:0;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss01 {
	top:3px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss02 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:0;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss02 {
	top:10px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss03 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:0;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss03 {
	top:17px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss04 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0px;
	left:10px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss04 {
	top:3px;
	left:10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss05 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:10px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss06 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:10px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss06 {
	top:17px;
	left:10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss07 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0px;
	left:20px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss07 {
	top:3px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss08 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:20px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss08 {
	top:10px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 .ss09 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:20px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku03 a:hover > .ss09 {
	top:17px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
	
	
	
	
	
	
	
	
	
	
/* work-page */

#work-main-tittle {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    height: 100px;
	z-index: 1;
	margin-top: 50px;
}	
	
@media only screen and (min-width: 500px) {
#work-main-tittle {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    width: 100%;
    height: 100px;
	z-index: 1;}
}

#work-main-tittle #hoge {
    position: relative;
    width: 100%;
    height: 100px;
	z-index:0;}
	
@media only screen and (min-width: 500px) {
#work-main-tittle #hoge {
    position: relative;
    width: 100%;
    height: 100px;
	z-index:0;}
}
	
#work-main-tittle #hoge h2 {
    position: relative;
    display: block;
    color: #000;
    font-size: 4.5vw;
    padding-top: 160px;
    text-align: center;
    letter-spacing: 0.2em;
	margin-bottom:66px;
	font-weight:500;
    font-family:'Roboto Mono',serif;}
	
@media only screen and (min-width: 500px) {
#work-main-tittle #hoge h2 {
    position: relative;
    display: block;
    color: #000;
    font-size: 4vw;
    padding-top: 255px;
    text-align: center;
    letter-spacing: 0.2em;
	margin-bottom:66px;
	font-weight:500;
    font-family:'Roboto Mono',serif;}
}
	
#work-main-tittle #hoge h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 75%;
    height: 1.5vw;
    top: 162px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border: 1px solid #ffe100;}
	
@media only screen and (min-width: 500px) {
#work-main-tittle #hoge h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 67%;
    height: 1.5vw;
    top: 256px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border: 1px solid #ffe100;}
}
	
.works-sub-com {
	display:block;
	padding-left:9%;
	margin-bottom:13px;}
	
@media only screen and (min-width: 500px) {
.works-sub-com {
	display:block;
	padding-left:12%;
	margin-bottom:13px;}
}
	
@media only screen and (min-width: 700px) {
.works-sub-com {
	display:block;
	padding-left:15%;
	margin-bottom:13px;}
}
	
.works-sub-com p {
    display: inline-block;
    color: #000;
    letter-spacing: 0.1em;
    font-size: 11px;
}
	
.works-sub-com span {
	display: inline-block;
    color: #9f9f9f;
    letter-spacing: 0.1em;
    font-size: 11px;
    width: 80px;}
	
@media only screen and (min-width: 500px) {
.works-sub-com span {
	display: inline-block;
    color: #9f9f9f;
    letter-spacing: 0.1em;
    font-size: 11px;
    width: 130px;}
}
	
/* work-page number */

.number01 {
	position: absolute;
    right: 9%;
    top: 25px;}
	
@media only screen and (min-width: 500px) {
.number01 {
    right: 9%;;}
}
	
@media only screen and (min-width: 700px) {
.number01 {
    right: 15%;}
}
	
.number01 .number_page {
    position: relative;
	transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    display: inline-block;
    width: 34px;
    height: 34px;
    top: -7px;
    left: 4px;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 34px;}

.number01 .number_page span {	
    transform: skew(20deg);
    -o-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    display: block;}
	
.number01 .number_all {
    position: relative;
    display: inline-block;
    transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    width: 30px;
    height: 34px;
    font-size: 12px;
    text-align: center;
    line-height: 34px;
    color: #000;
    border: 1px solid #000;}
	
.number01 .number_all span {
	transform: skew(20deg);
    -o-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    display: block;}
	
/* work-page shikaku */
	
/* shikaku */
	
#shikaku01 a {
	display: block;
    position: relative;
    width: 25px;
    height: 25px;
    color: #000;}

#shikaku01 a:hover  {
	color:#ddd;}	
	
#shikaku-area01 {
    display: none;}
	
@media only screen and (min-width: 500px) {
#shikaku-area01 {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 30%;
    right: 22%;
    margin: auto;
    z-index: 2;}
}
	
@media only screen and (min-width: 700px) {
#shikaku-area01 {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 30px;
    right:25%;
    margin: auto;
    z-index: 2;}
}

	
#shikaku01 .ss01 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0;
	left:0;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss01 {
	top:3px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss02 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:0;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss02 {
	top:10px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss03 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:0;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss03 {
	top:17px;
	left:3px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss04 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0px;
	left:10px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss04 {
	top:3px;
	left:10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss05 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:10px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss06 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:10px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss06 {
	top:17px;
	left:10px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss07 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:0px;
	left:20px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss07 {
	top:3px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss08 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:10px;
	left:20px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss08 {
	top:10px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 .ss09 {
	position:absolute;
	display:block;
	width:5px;
	height:5px;
	top:20px;
	left:20px;
	background:#000;
	padding-right:0 !important;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
#shikaku01 a:hover > .ss09 {
	top:17px;
	left:17px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;}
	
/* work ph  */
.sec_work {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
    overflow: visible;
	margin:0;
}
@media only screen and (min-width: 700px) {
.sec_work {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 2;
    overflow: visible;
	margin:0 auto; 
}
}

.work-top-area {
	display: block;
    padding: 5%;
    width:90%;
	padding-bottom:10%;}
	
@media only screen and (min-width: 500px) {
.work-top-area {
	display: block;
    padding: 0 10%;
    width: 80%;}
}
	
.ph-full {
	position:relative;
    display: block;
    width: 99%;
    height: auto;
    padding: 0.5%;
}
	
.ph-full img {
	display:block;
	width:100%;
	height:auto;}
	
.ph-2 {
    display: inline-block;
    width: 49%;
    height: auto;
    vertical-align: bottom;
    padding: 0.5%;
}
	
.ph-2 img {
	display:block;
	width:100%;
	height:auto;}
	
.kado03 {
	position:relative;
	display:block;
	width:100%;}
	
.kado04 {
	position:relative;
	display:block;
	width:100%;}
	
.kado01:after {
	content:"";
	position:absolute;
	width:70px;
	height:1px;
	background:#952830;
	top:10px;
	z-index:1;
	left:-10px;}
	
.kado01:before {
	content:"";
	position:absolute;
	width:1px;
	height:70px;
	background:#952830;
	top:-10px;
	z-index:1;
	left:10px;}
	
.kado02:after {
	content:"";
	position:absolute;
	width:70px;
	height:1px;
	background:#952830;
	bottom:10px;
	z-index:1;
	right:-10px;}
	
.kado02:before {
	content:"";
	position:absolute;
	width:1px;
	height:70px;
	background:#952830;
	bottom:-10px;
	z-index:1;
	right:10px;}
	
.kado03:after {
	content:"";
	position:absolute;
	width:70px;
	height:1px;
	background:#952830;
	top:5px;
	z-index:1;
	right:-10px;}
	
.kado03:before {
	content:"";
	position:absolute;
	width:1px;
	height:70px;
	background:#952830;
	top:-10px;
	z-index:1;
	right:5px;}
	
.kado04:after {
	content:"";
	position:absolute;
	width:70px;
	height:1px;
	background:#952830;
	bottom:5px;
	z-index:1;
	left:-10px;}
	
.kado04:before {
	content:"";
	position:absolute;
	width:1px;
	height:70px;
	background:#952830;
	bottom:-10px;
	z-index:1;
	left:5px;}
	
	
	
































