/* BASIC css start */
.offline_shop .box { margin:0; height: 100vh; height: calc(var(--vh, 1vh) * 100); }
.offline_shop #last {height: 0;}

#Nav_event {position: fixed; top: 50%; right: 0px; transform: translateY(-50%); z-index: 99;}
#Nav_event li {display: block; margin: 20px 10px; width: 10px; height: 10px; border-radius: 50%; background: rgba(180,180,180,0.7); transition: all 0.5s;}
#Nav_event li.on {background: #fff;}

.section a {display: block; position: relative; width: 100%; height: 100%;}
.section {width: 100%; background-position: center; background-size: cover;}

.box a > .over {position: absolute; top: 50%; left: 50%; width: 90%; transform: translate(-50%, -50%); color: #fff; text-align: center;}

.box a > .over h2 {font-size: 40px; line-height: 42px; margin-bottom: 18px;font-weight: 300;}
.box a > .over h5 {font-size: 14px; text-decoration: underline; font-weight: 300;}
/* BASIC css end */

