@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#topHead {
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
}

#topHead #logo {
position: absolute;
width: 400px;
top: 36px;
left: 50px;
z-index: 501;
}

#topHead #globalNav ul {
position: absolute;
width: 100%;
left: 0;
right: 0;
top: 25px;
margin: auto;
padding-left: 480px;
display: flex;
justify-content: flex-start;
align-items: center;
z-index: 500;
}

#topHead #globalNav ul li {
margin-left: 35px;
}

#topHead #globalNav ul li img {
position: relative;
width: 150px;
top: -3px;
}

#topHead #globalNav ul li a {
position: relative;
font-size: 2.8rem;
font-weight: 700;
color: #222;
text-decoration: none;
margin: 0;
display: block;
transition: .5s;
}

#topHead #globalNav ul li a:hover {
opacity: .8;
}

#kv {
position: relative;
background: url("../img/main_photo.jpg") no-repeat center;
background-size: cover;
width: 100vw;
height: 100vh;
margin: 0 auto;
border-top: 110px solid #fff;
border-right: 50px solid #fff;
border-left: 50px solid #fff;
}

#kindleFlex {
position: absolute;
width: 100%;
height: 240px;
text-align: center;
margin: auto;
padding: 60px;
display: flex;
justify-content: flex-end;
z-index: 1;
left: 0;
right: 0;
bottom: 170px;
}

.kindle {
position: relative;
width: 150px;
height: 240px;
margin: 0 15px;
}

.clickHere {
background-color: #000;
font-family: var(--font-montserrat);
width: 100%;
height: 30px;
font-size: 1.2rem;
font-weight: 700;
text-align: center;
color: #fff;
line-height: 30px;
}

#clickHere::after {
position: absolute;
content: "";
top: -30px;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-bottom: 15px solid #000;
}

footer {
position: fixed;
font-family: var(--font-montserrat);
width: 100%;
font-size: 1.2rem;
font-weight: 600;
text-align: center;
color: #fff;
padding: 20px;
left: 0;
bottom: 0;
z-index: 1;
}

.alignright {
float: right;
max-width: 48%;
margin: 0 0 30px 0;
}

.alignleft {
float: left;
max-width: 48%;
margin: 0 0 30px 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

}