@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
}
body {
	font-family: "Noto Sans JP", "Work Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
	opacity: 0;
	color: #222;
}
a {
	color: #ffab00;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
a:hover, a:active, a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
	border-bottom: 2px solid white;
}
p, figure {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: "Noto Sans JP", "Work Sans", Arial, sans-serif;
	font-weight: 400;
	margin: 1.5em 0 1.5em 0;
}
.orange{
	color: #ffab00;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
.font-lb{
	font-size: 22px;
	font-weight: 900;
}
::-webkit-selection {
 color: #fff;
 background: #000;
}

::-moz-selection {
 color: #fff;
 background: #000;
}
::selection {
	color: #fff;
	background: #000;
}
/*#sse-page {
  overflow: hidden;
	background: url(../images/main_bg01.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
*/


.container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
#sse-page {
    overflow: hidden;
    background: url(../images/main_bg01.jpg) 37% top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "Noto Sans JP", "Work Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn.btn-md {
	padding: 10px 20px !important;
}
.btn.btn-lg {
	padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary {
	background: #ffab00;
	color: #fff;
	border: 2px solid #ffab00;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #ffb31a !important;
	border-color: #ffb31a !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #ffab00;
	border: 2px solid #ffab00;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #ffab00;
	color: #fff;
}
.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}
.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}
.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}
.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}
.btn-light {
	background: #fff;
	color: #fff;
	border: 2px solid #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	background: #fff;
	border-color: #fff;
}
.btn-light.btn-outline {
	background: url(../images/btn_1.jpg) no-repeat;
	background-size: cover;
	color: #000;
}
.btn-light.btn-outline:hover, .btn-light.btn-outline:focus, .btn-light.btn-outline:active {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-outline {
	background: none;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}
#sse-nav {
	text-align: right;
	position: absolute;
	width: 100%;
	z-index: 99;
	right: 7%;
}
#sse-nav ul {
	padding: 0;
	margin: 0;
}
#sse-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
#sse-nav ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	padding: 20px 20px 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: transparent 2px solid;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#sse-nav ul li a:hover, #sse-nav ul li a:focus, #sse-nav ul li a:active {
	color: white;
	border-bottom: white 2px solid;
}
#sse-nav ul li.sse-active a {
	color: white;
	border-bottom: rgba(255, 255, 255, 0.1) 2px solid;
}
#sse-header {
	height: 100vh;
	width: 100vw;
	position: relative;
	content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
	display: table;
}

@media screen and (max-width:56.1875em) {
#sse-header {
	height: auto !important;
	padding: 3em 0;
	width: 100vw;
	content: 'viewport-units-buggyfill; width: 100vw';
}
}
#sse-header .sse-text-wrap {
	height: 100vh;
	width: 100vw;
	content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width:56.1875em) {
#sse-header .sse-text-wrap {
	height: auto !important;
	padding: 3em 0;
	height: 100vh;
	width: 100vw;
	content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
}
}
#sse-header .sse-intro-text {
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
	transform: skewY(0deg);
	text-align: center;
}
#sse-header h1 {
	font-size: 2em;
	line-height: 100px;
	font-weight: 600;
	letter-spacing: 15px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#sse-header h1 span {
	color: #ffab00;
	font-size: 1.2em;
}
.sse-project .sse-text {
	padding-top: 3em;
}
.scroll-down {
	display: block;
	width: 90%;
	margin: -8vw auto 0;
}

@media screen and (max-width: 1200px) {
#sse-header h1 {
	font-size: 2.5vw;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 9px;
}
}
@media screen and (max-width: 992px) {
.sse-project.sse-reverse .img-holder-2 {
    right: 35%!important;
    left: auto!important;
}
.sse-project .sse-text {
    width: 60%;
	padding-top: 9em;
}
.sse-imgs {
    width: 38%;
    float: right;
	bottom: -6em;
}
	
}

@media screen and (max-width:56.1875em) {
#sse-header h1 {
	font-size: 1.1em;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 5px;
}
.scroll-down {
    display: block;
    width: 90%;
    margin: -2vw auto 0;
}
.sse-project .sse-text {
    width: 38%;
	padding-top: 3em;
}
.sse-imgs {
    width: 60%;
    float: right;
	bottom: 9em;
}	
}
#sse-header span {
	margin: 0;
	padding: 0;
}
#sse-header h2 {
	font-family: "Playfair Display", Times, serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
	letter-spacing: .09em;
}

@media screen and (max-width: 480px) {
#sse-header h2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
}


@media screen and (max-width: 480px) {
.scroll-down {
	bottom: 4px;
}
	
.sse-project .sse-text {
    width: 90%;
    padding-top: 3em;
}
.sse-imgs {
    width: 80%;
    float: none;
    bottom: -90px;
}		
	
}
.scroll-down a {
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-bottom: none;
}
.scroll-down a span {
	display: block;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.scroll-down a i {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.3);
	color: #ffab00;
}

@media screen and (max-width: 480px) {
.scroll-down a i {
	font-size: 20px;
}
}
.scroll-down a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.scroll-down a:hover span {
	color: rgba(255, 255, 255, 0.7);
}
.scroll-down a:hover i {
	color: #ffab00;
}
.sse-bio-photo img {
	max-width: 100%;
	-webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
.sse-project {
	height: 100vh;
	width: 100vw;
	content: 'viewport-units-buggyfill; height:100vh; width:100vw';
	display: table;
	position: relative;
}
.sse-project:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.03);
	width: 101%;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	-o-transform: skewY(-7deg);
	transform: skewY(-7deg);
}
.sse-project.no-border {
	border-bottom: none;
}
.sse-project.no-border:before {
	display: none;
}

@media screen and (max-width:56.1875em) {
.sse-project {
	height: inherit !important;
	padding: 3em 0;
}
}
.sse-project .sse-project-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100vh;
	width: 100vw;
	content: 'viewport-units-buggyfill; height:100vh; width:100vw';
	position: relative;
}

@media screen and (max-width:56.1875em) {
.sse-project .sse-project-inner {
	float: left;
	width: 100%;
	height: inherit !important;
	padding: 3em 0;
	width: 100vw;
	content: 'viewport-units-buggyfill; width:100vw';
}
}
.sse-project .sse-imgs {
	height: calc(100% - 50%);
	position: relative;
}
@media screen and (min-height: 1280px){

}

@media screen and (min-height: 1824px){
.scroll-down {
    margin: -20vw auto 0;
}
}
@media screen and (min-width:2736px) and (min-height: 1824px){
.container {
    width: 80%;
}
#sse-header .sse-text-wrap {
    height: 80vh!important;
    content: 'viewport-units-buggyfill; height:100vh; width: 100vw'!important;
}
#sse-header h1 {
    font-size: 3vw;
    line-height: 8vw;
}
.mobile-li01{
	margin-top: -800px!important;
}
.mobile-li02,.mobile-li03{
	margin-top: -800px!important;
}	
.scroll-down {
	margin: -10vw auto 0;
}	
}
@media screen and (min-width:1824px) and (min-height: 2736px){
.container {
    width: 80%;
}
#sse-header .sse-text-wrap {
    height: 44vh!important;
    content: 'viewport-units-buggyfill; height:44vh; width: 100vw'!important;
}
#sse-header h1 {
    font-size: 3vw;
    line-height: 8vw;
}
.mobile-li01{
	margin-top: -1200px!important;
}
.mobile-li02,.mobile-li03{
	margin-top: -1200px!important;
}
.scroll-down {
	margin: -15vw auto 0;
}
.isolayer.isolayer--scroll1 {
    top: -9vh!important;
}
#sse-header h1 {
    font-size: 60px!important;
    line-height: 10vw!important;
}	
}



@media screen and (max-width:56.1875em) {
.sse-project .sse-imgs {
	margin-bottom: 30px;
}
}
.sse-project .sse-imgs .img-holder-1, .sse-project .sse-imgs .img-holder-2 {
	position: absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}

@media screen and (max-width:56.1875em) {
.sse-project .sse-imgs .img-holder-1,  .sse-project .sse-imgs .img-holder-2 {
	position: relative;
}
}
.sse-project .sse-imgs .img-holder-1 img, .sse-project .sse-imgs .img-holder-2 img {
	max-width: 100%;
	-webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
.sse-project .sse-imgs .img-holder-1 {
	left: 0;
	bottom: 0;
}

@media screen and (max-width:56.1875em) {
.sse-project .sse-imgs .img-holder-1 {
	right: 0;
}
}
.sse-project .sse-imgs .img-holder-2 {
	bottom: -2em;
	right: 50px;
}

@media screen and (max-width:56.1875em) {
.sse-project .sse-imgs .img-holder-2 {
	position: absolute;
}
}

@media screen and (max-width: 480px) {
.sse-project .sse-imgs .img-holder-2 {
	right: 30px;
	bottom: -1em;
}
.sse-project .sse-imgs .img-holder-2 img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-width: 100%;
	height: 194px;
}
}
.sse-project.sse-reverse .img-holder-1 {
	left: auto;
	left: 0%;
}
.sse-project.sse-reverse .img-holder-1 img {
	text-align: right;
}
.sse-project.sse-reverse .img-holder-2 {
	bottom: -2em;
	right: auto;
	left: 50px;
}

@media screen and (max-width:56.1875em) {
.sse-project.sse-reverse .img-holder-2 {
	position: absolute;
	left: auto;
	right: 50px;
}
}

@media screen and (max-width: 480px) {
.sse-project.sse-reverse .img-holder-2 {
	right: 30px;
	bottom: -1em;
}
.sse-project.sse-reverse .img-holder-2 img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	max-width: 100%;
	height: 194px;
}
}

.sse-project .sse-text h2 {
	color: white;
	margin-bottom: 20px;
	font-weight: 900;
	letter-spacing: 1px;
}
.sse-text-tit {
	font-size: 40px;
}
.sse-project .sse-text h2 i {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 25px;
	color: #fff;
	margin-left: -25px;
	margin-right: 10px;
}
.sse-project .sse-text p {
	color: rgba(255, 255, 255, 1);
}
#sse-main, .sse-section {
	padding: 7em 0;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
}
#sse-main small, .sse-section small {
	font-size: 13px;
}
#sse-main .sse-lead, .sse-section .sse-lead {
	font-size: 26px;
	line-height: 38px;
	color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width:56.1875em) {
#sse-main .sse-lead,  .sse-section .sse-lead {
	font-size: 22px;
	line-height: 34px;
}
}
#sse-footer {
	padding: 7em 0em;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
}
#sse-footer:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.9);
	width: 101%;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	-o-transform: skewY(-7deg);
	transform: skewY(-7deg);
}
.sse-project-detail {
	padding: 7em 0;
	position: relative;
	color: rgba(255, 255, 255, 0.3);
}
.sse-project-detail:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	width: 101%;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	-o-transform: skewY(-7deg);
	transform: skewY(-7deg);
}
.sse-section-heading {
	margin-top: 0px;
	line-height: 38px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sse-section-heading .sse-number {
	color: rgba(255, 255, 255, 0.2);
	padding-bottom: 2px;
	margin-right: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.sse-section-heading .sse-number sup {
	top: -.25em;
	position: relative;
}
.sse-testimony {
	padding: 0;
	margin: 0;
	border-left: none;
}
.sse-testimony p {
	font-family: "Noto Sans JP", "Work Sans", Arial, sans-serif;
	font-size: 20px;
	line-height: 38px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.7);
}
.sse-testimony .sse-quote {
	margin-bottom: 10px;
}
.sse-testimony p cite {
	color: rgba(255, 255, 255, 0.5);
}
.sse-social {
	padding: 0;
	margin: 0;
}
.sse-social li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.sse-social li a {
	padding: 10px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.3);
	border-bottom: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.sse-social li a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.sse-social.sse-stack li {
	display: block;
}
.sse-social.sse-stack li a {
	display: block;
	padding: 5px 10px;
	border-bottom: none;
}
.sse-social.sse-stack li i {
	width: 24px;
	top: 2px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin-right: 10px;
}
#sse-map {
	height: 500px;
	width: 100%;
}

@media screen and (max-width: 480px) {
#sse-map {
	height: 250px;
}
}
.sse-list-style-1 {
	padding: 0;
	margin: 0 0 1.5em 0;
}
.sse-list-style-1.sse-inline {
	float: left;
	margin-right: 3em;
}

@media screen and (max-width: 480px) {
.sse-list-style-1.sse-inline {
	margin-right: 0px;
	float: none;
}
}
.sse-list-style-1 li {
	list-style: none;
	padding-left: 2em;
	position: relative;
}
.sse-list-style-1 li:before {
	content: "";
	left: 0;
	top: .75em;
	position: absolute;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	background: #ffab00;
}
.flexslider {
	background: none;
	border: none;
}
.flexslider img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
.flexslider .flex-control-paging li a {
	background: white;
	box-shadow: none !important;
}
.flexslider .flex-control-nav {
	bottom: -60px;
}
.style-toggle {
	position: absolute;
	z-index: 999;
	top: 25px;
	right: 15px;
	background: black;
	width: 40px;
	height: 20px;
	border-bottom: none !important;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.style-toggle .sse-circle {
	height: 20px;
	width: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: white;
	-webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-ms-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-o-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	display: block;
}
.style-toggle.active .sse-circle {
	height: 20px;
	width: 20px;
	position: relative;
	margin-left: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: white;
	-webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-ms-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-o-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.49);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	display: block;
}

@media screen and (max-width: 480px) {
.col-xxs-12 {
	float: none;
	width: 100%;
}
}
.btn-cta {
	padding: 20px 30px !important;
	width: 200px;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
.btn-cta {
	padding: 10px 30px !important;
	width: 100%;
}
}
.row-bottom-padded-lg {
	padding-bottom: 7em;
}

@media screen and (max-width:56.1875em) {
.row-bottom-padded-lg {
	padding-bottom: 2em;
}
}
.row-top-padded-lg {
	padding-top: 7em;
}

@media screen and (max-width:56.1875em) {
.row-top-padded-lg {
	padding-top: 2em;
}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width:56.1875em) {
.row-bottom-padded-md {
	padding-bottom: 2em;
}
}
.row-top-padded-md {
	padding-top: 4em;
}

@media screen and (max-width:56.1875em) {
.row-top-padded-md {
	padding-top: 2em;
}
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
}

@media screen and (max-width:56.1875em) {
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
}
.row-top-padded-sm {
	padding-top: 2em;
}

@media screen and (max-width:56.1875em) {
.row-top-padded-sm {
	padding-top: 2em;
}
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.sse-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/hourglass.svg) center no-repeat #222222;
}
.js .animate-box {
	opacity: 0;
}
/*# sourceMappingURL=style.css.map */




.bkRGBA {
	height: 100%;
	border-radius: 10px;
}
.bg_l_01 {
	background: url(../images/work_1_large.png) no-repeat;
	background-size: cover;
	width: 600px;
	height: 461px;
}
.bg_l_02 {
	background: url(../images/work_2_large.png) no-repeat;
	background-size: cover;
	width: 600px;
	height: 461px;
}
@media screen and (max-width: 480px) {

}

.logo {
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	height: 10vw;
	width: 23vw;
	position: absolute;
	left: 3%;
	top: 2%;
}
/*
url("../images/main_bg01.jpg")
*/


.android #sse-page {
	background: none;
}
.android #sse-page:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../images/main_bg01.jpg) center no-repeat;
	background-size: cover;
	background-position: 39% top;	
}
.iphone body {
	background: linear-gradient(120deg, #fff, #444 39%, #111);
}
.iphone #sse-page {
	overflow: hidden;
	background: url(../images/main_bg01.jpg) 39% top no-repeat;
	background-size: 350%;
}
.ipad body {
	background: linear-gradient(120deg, #ccc, #444 39%, #111);
}
.ipad #sse-page {
	overflow: hidden;
	background: url(../images/main_bg01.jpg) no-repeat;
	background-size: 240%;
	background-position: 30% top;
}
.ipad .scroll-down {
	display: block;
	width: 90%;
	margin: -4vw auto 0;
}

/*PCのスタイル*/
header nav {
	margin-right: -16px;
}
header nav ul {
	/*display: flex;*/
	align-items: center;
	float: right;
}
header nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 16px;
}
#nav_toggle {
	display: none;
}


/*◻️ 1280px~（大型PC） */
@media screen and (min-width:76em) {}

/*◻️ 1200px（タブレット横・PC）　*/
@media screen and ( max-width:75em) {}

/*◻️ 900px~1199px（タブレット縦横）　*/
@media screen and ( max-width:74.9375em) {
.ipad #sse-header h1 {
	font-size: 1.9em;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 9px;
}
.ipad .scroll-down {
	display: block;
	width: 90%;
	margin: -19vw auto 0;
}
.ipad .isolayer--scroll1 {
	top: 0vh;
	height: calc(100vh - 70vh);
}	
}
@media  screen and ( max-width:74.9375em) and ( min-height:69.5em) and (orientation: portrait) {
#sse-header .sse-text-wrap {
    height: auto !important;
    padding: 3em 0;
    margin: 15vh auto;
    display: block;
    height: 100vh;
    width: 99%;
    content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
}
.ipad .sse-project .sse-imgs {
    height: calc(100% - 75%);
    position: relative;
}	
.ipad .mobile-li01,.mobile-li02,.mobile-li03{
	margin-top: -500px!important;
}
.isolayer.isolayer--scroll1 {
    top: 3vh;
    height: calc(100vh - 75vh);
}	
}

/*◻️ 500px~899px タブレット（縦）＆モバイル（横） */
@media screen and ( max-width:56.1875em) {
/*メニュー部分*/	
nav {
	display: none;
	position: absolute;
	top: 72px;
	width: 100%;
	background: linear-gradient(-135deg, #777, #333);
	left: 0;
}
header nav ul {
	display: block;
	margin: 0 auto;
	width: 100%;
}
header nav ul li {
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 100%;
}
header nav ul li:last-child {
	border: none;
}
#sse-nav ul li a {
	display: block;
	width: 100%;
	padding: 20px 20px 20px;
	margin: 0;
}
#sse-header .sse-text-wrap {
	height: auto !important;
	padding: 3em 0;
	margin: 0 auto;
	display: block;
	height: 100vh;
	width: 99%;
	content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
}	
/*開閉ボタン*/
#nav_toggle {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 100;
	float: right;
	margin: -30px 40px 0 0;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 12px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}	
/*android*/
.android .sse-project .sse-imgs {
    height: calc(100% - 80%);
}
.isolayer.isolayer--scroll1 {
    top: -15vh;
}

.isolayer--scroll1 {
    width: 70vw;
    max-width: 1200px;
    height: calc(100vh - 95vh);
}
/*iphone*/
/*ipad*/
.ipad #sse-header h1 {
	font-size: 1.3em;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 9px;
}
.ipad .scroll-down {
	display: block;
	width: 90%;
	margin: -4vw auto 0;
}
.ipad  .isolayer--scroll1 {
	top: 1vh;
	height: calc(100vh - 70vh)!important;
}		
}
@media  screen and ( max-width:56.1875em) and ( min-height:64em) and (orientation: portrait) {
#sse-header h1 {
    font-size: 1.4em;
    line-height: 50px;
}
#sse-header .sse-text-wrap {
    height: auto !important;
    margin: 5vh auto 1vh;
}	
.isolayer.isolayer--scroll1 {
    top: 3vh;
    height: calc(100vh - 75vh);
}
.ipad .mobile-li01, .mobile-li02, .mobile-li03 {
    margin-top: 0px!important;
}	
}	

/*◻️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) {	
#sse-header h1 {
    font-size: 1.5em;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 2px;
}	
.bg_l_01 {
	background: url(../images/work_1_large.png) no-repeat;
	background-size: cover;
	width: 600px;
	height: 300px;
}
.bg_l_02 {
	background: url(../images/work_2_large.png) no-repeat;
	background-size: cover;
	width: 600px;
	height: 300px;
}	
.mobile-del{
	display: none;
}
.mobile-li01,.mobile-li02,.mobile-li03{
	margin-top: -200px!important;
}
.isolayer.isolayer--scroll1 {
    top: -25vh;
	height: calc(100vh - 65vh);
}
/*android*/

/*iphone*/
.iphone #sse-page {
	overflow: hidden;
	background: url(../images/main_bg01.jpg) 39% top no-repeat;
	background-size: 350%;
}	
}/*◼️ ~480px（モバイル縦） */




