@charset "utf-8";
/* ---------------------------
basic.css
--------------------------- */
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
body{
	width: 100%;
	font-family: 'Rubik', sans-serif;
	margin: 0;
}
ul{
	list-style-type: none;
}
#head{
	background: url("../images/bg-main.jpg") top center #fff no-repeat;
	width: 100%;
	background-size: cover;
}
/**
#head::before{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
**/
#head nav, #head h1{
	position: absolute;
	width: 100%;
}
#navi {
	padding: 20px 20px 0 0;
}
#navi ul{
    margin-left: auto;
}
#navi ul li{
	vertical-align: middle;
    padding: 0 10px;
}
#navi ul li a{
	font-size: 24px;
	color: #fff;
	font-weight: 800;
	display:inline-block;
}

@media(max-width:780px){
nav{display: none;}
}
.vh100{
	height: 100vh;
}
.display-table{
 	display: table;
 }
.display-table-cell{
	display: table-cell;
	vertical-align: middle;
}
#head h1{
	color: #fff;
	font-size: 12vw;
	font-weight: 800;
}
h2{
	font-size: 5vw;
	font-weight: 400;
	margin:10px 0;
}
ul{
	margin: 0;
	padding: 0;
}
p.txt-def{
	font-size: 2vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.8em;
}
a{
	text-decoration: none;
	color: #fff;
}
@media(max-width:780px){
#head h1{
	font-size: 15vw;
    padding-left: 20px;
}
h2{
    font-size: 30px;
}
p.txt-def{
    font-size:18px;
}
}
@media(min-width:780px){ 
.sp-tab{
	display: none;
}
}
.sp-tab{
	bottom: 0;
    position: absolute;
}
@media(max-width:540px){ 
h1{
	bottom: 10%;
}
#section-01 .display-table-cell,
#section-02 .display-table-cell{
	display: initial;
}
.bg-grad01, .bg-grad02{
padding: 20px 10px;
}
p.txt-def {
    line-height: 1.3em;
}
#section-01 img{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
#section-02 img{
    width: 100%;
    box-sizing: border-box;
}
}
@media(min-width:1100px){/*最大サイズ*/
h2{
    font-size: 70px;
}
p.txt-def{
    font-size: 20px;
}
}
 
.spotLight{
	color: #fff;
	height: 100vh;
	background-color: #15A69F;
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
	position: relative;
}
#home .inner{
	max-width:980px;
	width:100%;
	margin: 0 auto;
	padding: 0 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transzform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@-webkit-keyframes bg-color {
  0% { background-color: #15A69F; }
  70% { background-color: #dfc285; }
  100% { background-color: #15A69F; }
}
@keyframes bg-color {
  0% { background-color: #15A69F; }
  70% { background-color: #dfc285; }
  100% { background-color: #15A69F; }
}
.unit-txt{
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.unit-txt .btn,
.works-description .btn{
	text-align: center;
}
.unit-txt .btn a,
.works-description .btn a {
	color: #15A69F;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	font-size:24px;
	display:inline-block;
}
.unit-txt .btn a::before,
.works-description .btn a::before,
#navi ul li a::before,
footer nav ul li a::before {
	content:"";
	display:block;
	position:relative;
	top:1.25em;
	left:0;
	width:0;
	height:3px;
	background:#dfc285;
	transition:0.3s;
}
.unit-txt .btn a:hover::before,
.works-description .btn a:hover::before,
#navi ul li a:hover::before,
footer nav ul li a:hover::before{
  width:100%;
}
#section-01 .main-image{
	width: 65vw;
	padding: 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#section-01 .main-image img{
	width: 100%;
}

@media(max-width:540px){ 
body{
	overflow-x: hidden;
}
#section-01 .main-image img{
padding: 30px 5px;
}
#section-01 .unit-txt{
	width: 35vw;
}
#section-02 .main-image{
	width: 50vw;
}
#section-02 .unit-txt{
	width: 50vw;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#section-02 .main-image img{
	width: 100%;
	margin-top: 20px;
	-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg); 
}
#section-03{
	width: 100%;
}
}
#section-02 .main-image img{
	-webkit-transform: rotate(-4deg); 
	-moz-transform: rotate(-4deg); 
	box-shadow: 10px 11px 15px rgba(0, 0, 0, 0.4);
}
#section-03 {
	background: url("../images/bg-contact.jpg") top center #fff no-repeat fixed;
	background-size: cover;
	color: #fff;
    padding: 0 10px;
}
#section-03 h2{
	text-align: center;
}
#section-03 .txt-def{
	max-width: 800px;
	margin: 0 auto;
}

#sns{
	position: relative;
	overflow: hidden;
}
#sns ul {
	    float: left;
    left: 50%;
    position: relative;

}
#sns ul li{
	float: left;
    left: -50%;
    position: relative;
}
#sns ul li i{
	font-size: 46px;
    margin: 20px;
}
#sns ul li a:hover{
	color:#dfc285;
}
.contact-inner{
	width: 100vw;
}
footer{
	width: 100vw;
    text-align: center;
}
footer h1 a{
	color: #4e4e4e;
	font-size: 30px;
}

footer nav {
	position: relative;
    overflow: hidden;
}
footer nav ul{
	float: left;
    left: 50%;
    position: relative;
    padding: 0 0 10px 0;
}

footer nav ul li{
    float: left;
    left: -50%;
    position: relative;
    padding: 0 10px;
}
footer nav ul li a,
#copyright{
	color: #4e4e4e;
}


/* ---------------------------
common.css
--------------------------- */
#temp-art-works .inner,
#temp-digital-works .inner{
	max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#temp-art-works .inner h2,
#temp-digital-works .inner h2{
	text-align: center;
}
.all-list{
}
.list-works{
    color: #000;
}
.all-list ul li{
	padding: 20px 0;
}
.all-list .items{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.all-list .items .works-image,
.all-list .items .works-description{
	width: 50%;
	float: left;
}
.all-list .items .works-description{
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
}
.all-list .items .works-image img{
	height:  auto;
	width: 100%;
}
.all-list .items .works-description .works-title{
	color: #5f5f5f;
	font-family: 'Rubik', sans-serif;
    font-size: 20px;
    line-height: 1.6em;
}

@media(max-width:540px){
.all-list .items .works-image,
.all-list .items .works-description{
	width: 100%;
	float: inherit;
}
.all-list .items .works-description .works-title{
	margin: 0;
}
.all-list .items .works-description{
	padding: 0;
}
}