@charset "UTF-8";

@media print, screen and (max-width:1199px) {

#topHead {
position: fixed;
background-color: #fff;
width: 100%;
height: 115px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
}

#topHead #logo {
position: fixed;
width: 280px;
margin: auto;
top: 14px;
left: 0;
right: 0;
z-index: 501;
}

#topHead #globalNav ul {
position: fixed;
width: 100%;
left: 0;
right: 0;
top: 32px;
margin: auto;
padding: 18px 10px;
display: flex;
justify-content: center;
align-items: center;
z-index: 500;
}

#topHead #globalNav ul li {
margin: 0 15px;
}

#topHead #globalNav ul li img {
position: relative;
width: 140px;
top: -5px;
}

#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 {
background: url("../img/main_photo.jpg") no-repeat 70%;
background-size: cover;
width: 100vw;
height: 100vh;
margin: 0 auto;
border-top: 115px solid #fff;
border-right: 20px solid #fff;
border-left: 20px solid #fff;
}

#kindleFlex {
position: absolute;
width: 100%;
height: 160px;
text-align: center;
margin: auto;
display: flex;
justify-content: center;
z-index: 1;
left: 0;
right: 0;
bottom: 120px;
}

.kindle {
position: relative;
width: 100px;
height: 160px;
margin: 0 10px;
}

.clickHere {
background-color: #000;
font-family: var(--font-montserrat);
width: 100%;
height: 28px;
font-size: 1.1rem;
font-weight: 700;
text-align: center;
color: #fff;
margin: auto;
line-height: 28px;
}

#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;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

.alignright,
.alignleft,
.aligncente {
display: block;
margin: 0 auto;
margin-bottom: 30px;
}

}