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


/* main-img-top */

.main-img-top {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	background-image: url("top/images/main-img.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
	text-align: center;
}

.main-img-top .box01 {
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: center;
	flex-direction: column;
flex-wrap: wrap;
}

.main-img-top .box02 {
	position: absolute;
left: 0px;
bottom: 25px;
	width: 100%;
}

.main-img-top h1 img {
	width: auto;
height: 250px;
}

.main-img-top h6 {
	padding-top: 100px;
}

.main-img-top h6 a {
	font-family: 'Zen Old Mincho', serif;
	font-size: 20px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	display: inline-block;
	padding: 15px 80px;
	background-color: rgba(0,0,0,0.7);
	transition: .5s;
	position: relative;
}

.main-img-top h6 a::after {
	content: "";
	position: absolute;
right: 30px;
top: 0px;
	background-image: url("top/images/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 20px;
	width: 19px;
	height: 100%;
	transition: .5s;
}

.main-img-top h6 a:hover {
	background-color: rgba(0,0,0,1);
	opacity: 1;
}

.main-img-top h6 a:hover::after {
right: 20px;
}

.main-img-top p {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}



    .sp-view {
        display: none;
    }