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

* { margin: 0; padding: 0; }

html,body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	font-size:1em;
	line-height:1.5;
	color:#000;
	background-color:#fff;
    margin-left: auto;
    margin-right: auto;
}

html {
	overflow-x:hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height:100%;
	position:relative;
}

body#index {
	background-color:#000;
	overflow-y:hidden;
	overflow-x:hidden;
}

a {
	text-decoration: none;
	color:#000;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
	color:#000;
}

h1 {
	letter-spacing:2px;
	line-height: 0.1em;
	text-shadow: 2px 2px rgba(0,0,0,0.36);
	text-transform:uppercase;
	font-size:1.8em;
}

h2 {
	font-size:1.7em;
}

h3 {
	font-size:1.5em;
}

h4 {
	font-size:1.3em;
}

h5 {
	font-size:1.3em;
}

h6 {
	font-size:1.1em;
}

ul {
	list-style-position: inside;
}

.big-text {
	font-size:1.5em;
	text-align:center;
}

.head-img {
	background-image:url("../img/logo.png");
	height:90vh;
	left:0;
	top:0;
	position:absolute;
	width:15%;
	min-width:100px;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:999999;
	pointer-events:none;
}

.header {
	height: 30vh;
	width:100%;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom:50px;
	transition: transform .2s;
}

.sticky-footer {
	position:fixed;
	bottom:0;
	right:0;
	width:100%;
	background-color:#e6e6e6;
	opacity:1;
	z-index:999999;
}

.bottom {
	height:150px;
}

.bottom-form {
	height:80px;
}

.first {
	height: 30vh;
	width:100%;
	background-color:#FF5B00;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image:-webkit-linear-gradient(top left, #FF5B00, #DA2117);
	background-image:-o-linear-gradient(top left, #FF5B00, #DA2117);
	background-image:linear-gradient(to bottom right, #FF5B00, #DA2117);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

[data-aos="header"].first:hover {
	transform: scale(1.02);
	color:#FF5B00;
	background-color:#fff;
	background-image:none;
}

.second {
	height: 30vh;
	width:100%;
	background-color:#AA0061;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image:-webkit-linear-gradient(top left, #AA0061, #790060);
	background-image:-o-linear-gradient(top left, #AA0061, #790060);
	background-image:linear-gradient(to bottom right, #AA0061, #790060);
}

[data-aos="header"].second:hover {
	transform: scale(1.02);
	background-color:#fff;
	background-image:none;
	color:#AA0061;
}

.third {
	height: 30vh;
	width:100%;
	background-color:#18094A;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image:-webkit-linear-gradient(top left, #18094A, #38094A);
	background-image:-o-linear-gradient(top left, #18094A, #38094A);
	background-image:linear-gradient(to bottom right, #18094A, #38094A);
}

[data-aos="header"].third:hover {
	transform: scale(1.02);
	background-color:#fff;
	background-image:none;
	color:#18094A;
}

.copyright {
	height: 10vh;
	width: 100%;
	display:block;
	text-align:center;
	line-height:10vh;
	color:#fff;
	font-size:0.8em;
	background-color:#000;
	background-image:-webkit-linear-gradient(top left, #000000, #111111);
	background-image:-o-linear-gradient(top left, #000000, #111111);
	background-image:linear-gradient(to bottom right, #000000, #111111);
}

.copyright a {
	color:#fff;
}

.page-content {
	display:block;
}

.outside-section {
	display:block;
	text-align:center;
	margin:0px 0px 20px 0px;
}

.img-container {
	display:block;
	padding: 0px 40px;
	float:none;
}

.img-container::after {
  	content: "";
  	clear: both;
  	display: table;
}

.table-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
	
.table-top {
	color:#fff;
	font-weight:700;
	background-color:#FF5B00;
	flex: 0 0 33%;
    text-align: center;
	padding: 5px 0;
}

.table-cell {
	flex: 0 0 33%;
    text-align: center;
}

.container {
	display:block;
}

.home-container {
	top:0;
	left:10px;
	position:absolute;
	z-index: 999999;
	display: inline-block;
}

.home {
	color:#fff;
	font-size: 50px;
	line-height:55px;
	text-shadow: 2px 2px rgba(0,0,0,0.36);
}

.home a {
	color: #fff;
	transition: color .4s;
}

.home a:active {
  color: #fff;
}

.home a:visited {
  color: #fff;
}

.home a:hover {
	color: #000;
}

.contact {
	width: 150px;
	margin:20px auto 20px auto;
	padding: 10px 25px 10px 25px;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	left: 0; 
	right: 0; 
	transition: color .4s;
	color:#fff;
	font-weight:700;
}

.contact:hover {
	background-color:#fff;
	background-image:none;
	color:#000;
}

.contact a {
	color:#fff;
}

.contact a:hover {
	color:#000;
}

.content {
	padding: 10px 30px 50px 30px;
	text-align:center;
}

.gallery-img {
	box-shadow: 10px 10px rgba(0,0,0,0.36);
    min-width: 100%;
    max-width: 100%;
	margin-left:-10px;
	margin-bottom:40px;
	height:230px;
}

.other-img {
	min-width: 100%;
    max-width: 100%;
	margin-bottom:40px;
}

.contain {
	object-fit: contain;
}

.cover {
	object-fit: cover;
}

.gallery-img-col {
	box-shadow: 10px 10px rgba(0,0,0,0.36);
	width:45%;
	margin-bottom:40px;
	height:320px;
}

.gallery-img-col-left {
	float:left;
	margin-left:-10px;
}

.gallery-img-col-right {
	float:right;
	margin-right:-10px;
}

[data-aos="gallery-hover"].gallery-hover:hover {
	transform: scale(1.05);
}

.top {
	text-transform: uppercase;
	text-align:center;
	font-size:1.5em;
}

.note {
	font-size:0.8em; 
	text-align:center;
	clear:both;
}

.red {
	color:#F22E2E;
}

@media (min-width: 465px) and (max-width:992px) {
	.gallery-img {
		height:400px;
	}
	
	.gallery-img-col {
		height:400px;
	}
	
	.content-center {
		text-align: center;
	}
	
	.other-img {
		max-width:300px;
		min-width:300px;
	}
}

@media (min-width: 992px) {
	.head-img {
		background-image:url("../img/logo-h.png");
		width:100%;
		left:0;
		top:0;
		position:absolute;
		height:25vh;
		background-size:contain;
		background-positon:center center;
		background-repeat:no-repeat;
		pointer-events:none;
		display:block;
		z-index:999999;
	}
	
	.first {
		height:95vh;
		width: 33.33%;
		float:left;
	}
	
	.second {
		height:95vh;
		width: 33.33%;
		float:left;
	}
	
	.third {
		height:95vh;
		width: 33.33%;
		float:right;
	}
	
	.copyright {
		height: 5vh;
		line-height:5vh;
	}
	
	.content {
		padding: 0px 0px 50px 0px;
		text-align:center;
	}
	
	.content-center {
		display:table-cell;
		height:550px;
		vertical-align:middle;
	}
	
	.container::after {
		content: "";
  		display: table;
  		clear: both;
	}
	
	.home-container {
		position:fixed;
	}
	
	.outside-section {
		display:block;
		margin:25px 0px 25px 0px;
		padding: 25px 0px 25px 0px;
	}
	
	.section {
		margin-top:20px;
		margin-bottom:20px;
		width:45%;
		float:left;
		padding-right:2.5%;
		padding-left:2.5%;
		min-height:600px;
	}
	
	.section::after {
  		content: "";
 		clear: both;
  		display: table;
	}
	
	.section-short {
		margin-top:20px;
		margin-bottom:20px;
		width:45%;
		float:left;
		padding-right:2.5%;
		padding-left:2.5%;
		min-height:300px;
	}
	
	.section-short::after {
  		content: "";
 		clear: both;
  		display: table;
	}
	
	.section-2col {
		margin-top:20px;
		margin-bottom:20px;
		width:45%;
		float:left;
		padding-right:2.5%;
		padding-left:2.5%;
		min-height:500px;
	}
	
	.section-2col::after {
  		content: "";
 		clear: both;
  		display: table;
	}
	
	.section-2col-30 {
		width:45%;
		float:left;
		padding-right:2.5%;
		padding-left:2.5%;
		min-height:550px;
		margin-bottom:20px;
	}
	
	.section-2col-30::after {
  		content: "";
 		clear: both;
  		display: table;
	}

	.section-2col-70 {
		width:45%;
		float:right;
		padding-right:2.5%;
		padding-left:2.5%;
		min-height:550px;
		margin-bottom:20px;
	}
	
	.section-2col-70::after {
  		content: "";
 		clear: both;
  		display: table;
	}
	
	.gallery-img {
		height:200px;
	}
	
	.gallery-img-col {
		width:45%;
		height:200px;
	}
	
	.page-content {
		float:right;
		width:70%;
		margin-top:50px;
	}
	
	.bottom {
		height:100px;
		width:70%;
 		clear: both;
  		display: table;
	}
	
	.bottom-form {
		height:20px;
	}

	.sticky-footer {
		width:70%;
	}
	
	.top {
		visibility:hidden;
	}
}

@media (min-width: 1200px) {
	.gallery-img {
		height:250px;
	}
	
	.gallery-img-col {
		width:45%;
		height:250px;
	}
	
	.section {
		min-height:550px;
	}
	
	.section-2col {
		min-height:550px;
	}
	
	.section-2col-30 {
		min-height:550px;
	}
	
	.section-2col-70 {
		min-height:550px;
	}
}

@media (min-width: 1680px) {
	.gallery-img {
		height:250px;
	}
	
	.gallery-img-col {
		height:250px;
	}
	
	.section {
		min-height:550px;
	}
	
	.section-2col {
		min-height:550px;
	}
	
	.section-2col-30 {
		min-height:550px;
	}
	
	.section-2col-70 {
		min-height:550px;
	}
}

@media (min-width: 1900px) {
	.section {
		margin-top:50px;
		margin-bottom:50px;
		width:30%;
		float:left;
		padding-right:1.66%;
		padding-left:1.66%;
		min-height:650px;
	}
	
	.section-short {
		margin-top:50px;
		margin-bottom:50px;
		width:30%;
		float:left;
		padding-right:1.66%;
		padding-left:1.66%;
		min-height:300px;
	}
	
	.section-2col-30 {
		margin-top:50px;
		margin-bottom:50px;
		width:25%;
		float:left;
		min-height:500px;
	}

	.section-2col-70 {
		margin-top:50px;
		margin-bottom:50px;
		width:65%;
		float:right;
		min-height:500px;
	}
	
	.gallery-img {
		height:300px;
	}
	
	.gallery-img-col {
		height:300px;
	}
	
	.page-content {
		float:right;
		width:80%;
	}

	.sticky-footer {
		width:80%;
	}
}