@charset "utf-8";

/*topのpaddingのみ*/
#container .content-inner {
    padding: 0;
}


#main{
	position:relative;
	margin:0 auto 6rem;}
#main h1.main-logo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../img/logo-w.svg) no-repeat center top;
	background-size:520px auto;
	display:block;
    width: 100%;
    height: 0;
    padding-top: 27px;
    overflow: hidden;
	text-align:center;
    margin: auto;
	z-index:1;
	}
	
/*#main h1.main-logo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:block;
    width: 100%;
    height: 0;
	text-align:center;
    margin: auto;
	z-index:100;
animation: anime1 1.7s ease-in both;
-webkit-animation: anime1 1.7s ease-in both;
color:#fff;
font-size:4rem;	font-family: "Times New Roman" ,"游ゴシック" , "Yu Gothic" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}*/
	

@keyframes anime1 {
0% {letter-spacing:0.6em;
opacity:0;}
50% {letter-spacing:0.6em;
opacity:0;}
100% {letter-spacing:0.05em;
opacity:1;}
}
@-webkit-keyframes anime1 {
0% {letter-spacing:0.6em;
opacity:0;}
50% {letter-spacing:0.6em;
opacity:0;}
100% {letter-spacing:0.05em;
opacity:1;}
}



/*indexの3カラム*/
 ul.fl3 li{
	 float:left;
	 width:33.2%;
	 margin-right:0.2%;
	 }	


/*info*/		
.info {
width:100%;
margin-bottom: 6rem;}

.info .info-title {
	float:left;
	width: 200px;
	padding:3rem;
	margin-right: 20px;
	margin-top: 15px;
	border-right:solid 1px #222;
}

.info .info-title h2 {
    color: #222;
    font-size: 3rem;
	margin: 0 auto;
}



.info .info-title .sub-title{
	text-align:center;}

.info .info-content {
	margin-top: 15px;
	margin-right: 20px;
	float:left;
	padding:3rem;
}
.info .info-content a {
	color:#5996aa;
}
.info .btn-more01	{
	margin-top: 150px;
}
	
/*box*/
.box {
	overflow: hidden;
	height: 240px;
	margin-bottom:5rem;
}
.box-inner {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	min-height: 240px;
}
.box-bk {
	background-color: rgba(0,0,0,0.7);
}
.box-w {
	background-color: rgba(255,255,255,0.7);
}
.box-caption {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.box-caption h2 {
	text-align: center;
	font-size:3rem;
	margin: 100px auto 0;
}
.box-caption p.sub-title {
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.box-bg {
	position: absolute;
	/*top: 0;*/
	top:0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.box-bg img {
	/*opacity: 0.5;
	max-width: 140%;*/
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width:102%;
	max-width: 102%;
	height:auto;
}


/*works*/

.works.box{
	height:380px;
}


.works .box-caption div{
	margin:14rem 0 0 6rem;
	padding:3rem;
	width:50%;
	display:block;
	background-color:rgba(255,255,255,0.8);
	position:relative;
}
.works .box-caption div p.btn-more01{
	position: absolute;
	right: 45px;
	top: 45px;
}
.works .box-caption h2 {
    margin:0;
    text-align: left;
	color:#222;
}

.works .box-caption p.sub-title {
	color: #222;
	text-align: left;
	margin: 0 0 0 3rem;
}


/*.btn-more02*/
.box-caption .btn-more02 {
	position: absolute;
	top: 45%;
	right: 5%;
}

/*yt_link*/
.yt_link{
	border: 1px solid #5996aa;
	height: auto;
	background: url("../img/top/top_yt_link.jpg") no-repeat left top;
	background-size: auto 190px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-bottom: 4rem;
	position: relative;
}
.yt_link_inner{
	display: block;
	padding: 2rem;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
}
/*.yt_link_icon{
	position: absolute;
	top:38%;
	left:50px;
}
.yt_link_icon img{
	width: 50px;
}*/
.yt_link_txtarea{
	float: left;
	width: 76%;
	padding-left: 160px;
}
.yt_link_txtarea .yt_link_txt{
	color: #5996aa;
	margin-top: .7rem;
}
.yt_link_btn{
	float: left;
	margin-top: 5rem;
	margin-bottom: 3.8rem;
	padding-left: 10px;
}
.yt_link_inner:hover .yt_link_txt{
	text-decoration: underline;
}
.yt_link_sp{
	display: none!important;
}





@media screen and (max-width: 1024px) {
#main img{
	width:200%;
	}
		
.box {
    height: 180px;
}
.box-bg img {
    max-width: 110%;
    width: 110%;
	vertical-align:top;
	opacity: 0.5;
}

.works.box {
    height: 300px;
}
.works .box-caption div {
    margin: 11rem 0 0 6rem;
}

.works.box img{
	opacity: 1;
} 

.box-caption h2 {
    margin: 70px auto 0;
}
.box-caption .btn-more02 {
    top: 35%;
}


.info .info-content ul>li {
	font-size:1.6rem;
}
	

.info .info-title {
    width: 100%;
	float:none;
	border-right:none;
	border-bottom: 1px solid #222;
}

.info .info-content {
	float:none;
	width:100%;
	padding:2rem 2rem 1rem;
	margin-top: 0;
}
.info .txt-r {
	margin-right:1rem;
}
.info .btn-more01	{
	margin-top: 0px;
}	
/*yt_link*/
.yt_link{
	margin: auto 2rem!important;
	font-size: 1.6rem;
}	
.yt_link:hover a{
	text-decoration: none!important;
}		
.yt_link_inner:hover .yt_link_txt{
	text-decoration: underline;
}
.yt_link_txtarea .yt_link_txt{
	color: #5996aa;
	margin-top: 0rem;
}
.yt_link_btn{
	margin-top: 6rem;
}	
}




/*-------------------------------*/

/*@media screen and (min-width : 820px)

-------------------------------*/
@media screen and (max-width : 820px) {
/*yt_link*/
.yt_link_txtarea{
	float: none;
	width: 100%;
}
	
.yt_link_btn{
	float: none;
	margin-top: 1.5rem;
	margin-bottom: 0;
	text-align: right;
}
}



/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width : 768px) {
#main{
	margin:0 auto 3rem;
	/*height:300px;*/
	}
	
	
.works.box {
    height: auto;
}
/*.box-bg img {
    max-width: 150%;
    width: 150%;
}
*/
.works .box-caption div {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
    margin: 4% 7.5%;
    padding: 4rem 0;
    width: 85%;
}
.works .box-caption h2 {
    text-align: center;
	margin:0 auto;
}
.works .box-caption p.sub-title {
    text-align: center;
	margin:0 auto;
}
.works .box-caption div p.btn-more01 {
	position:relative;
	right: inherit;
    top: inherit;
	margin-top:25px;
}

ul.contact-info li {
    padding: 15px;
    width: 80%;
}
}

/*-------------------------------*/

/*@media screen and (min-width : 640px)

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

#main h1.main-logo{
	background-size:300px auto;
	}
	
.works .box-caption div {
    padding: 5rem 0 0;
}

.box {
    margin-bottom: 0.2rem;
}

.box-bg img {
    max-width: 102%;
    width: 102%;
}
ul.fl3{
	margin-bottom:4rem;
}	
/*yt_link*/
.yt_link{
	margin-top: 1.5rem!important;
	height: auto;
	background:none;
}
/*.yt_link_icon{
	display: none!important;
}	*/
.yt_link_txtarea{
	float: none;
	width: 100%;
	padding-left: 0px;
}
.yt_link_btn{
	float: none;
	margin-top: 1.5rem;
	margin-bottom: 0;
	text-align: center;
}
.yt_link_sp{
	display: block!important;
	margin-bottom: .5rem;
}	
}

/*-------------------------------*/

/*@media screen and (min-width : 414px)

-------------------------------*/
@media screen and (max-width : 414px) {
ul.contact-info li {
    padding: 15px 10px;
    width: 100%;
}}

/*-------------------------------*/

/*@media screen and (min-width : 360px)

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

.box-bg img {
    max-width: 170% !important;
}
}

/*-------------------------------*/

/*@media screen and (mix-width :1025px) pc only

-------------------------------*/
@media screen and (min-width : 1025px) {
.content{
animation: content 0.6s ease-in both;
-webkit-animation: content 0.6s ease-in both;
	}
@keyframes content {
0% {margin-top: 20px;
opacity:0;}
100% {margin-top: 0;
opacity:1;}
}
@-webkit-keyframes content {
0% {margin-top: 20px;
opacity:0;}
100% {margin-top: 0;opacity:1;}
}	

.box a:hover {
	cursor: pointer;
}

.box a:hover .box-bg img {
	opacity: 0.3;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.box.works a:hover .box-bg img {
	opacity: 0.6;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-transform: scale(1.00);
	transform: scale(1.00);
}
}
