@charset 'utf-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: calc(0.7vw + 0.55vh);
}
body {
  background-color: #333;
  font-family: 'Noto Sans', "sans-serif";
}
p {
  line-height: 1.65;
}
.CloseButtonStyle{
  width: 77px;
}
.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.hidden {
  display: none !important;
}
header#header {
  position: fixed;
  font-size: 16px;
  border-top: solid 5px #e60027;
  background-color: #f2f2f2;
  width: 100%;
  height: 45px;
  z-index: 1000;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
header#header p.logo {
  padding: 9px 13px 0;
}
header#header .CloseButtonStyle {
  position: absolute;
  right: 0;
  top: -5px;
}
header#header .CloseButtonStyle li {
  height: 50px;
  overflow: hidden;
}
header#header .CloseButtonStyle li a {
  display: block;
  padding: 28px 9px 10px;
  background: url("/image/common/jp/r1/icon/icon_close.gif") no-repeat 50% 9px;
  font-size: 76%;
}
header#header .CloseButtonStyle li a:link,
header#header .CloseButtonStyle li a:visited {
  background-color: #e60027;
  color: #fff;
  text-decoration: none;
}
img {
  -webkit-user-drag: none;
}
.scale-wrap {
  position: fixed;
  top: calc(50px + 2.5vh);
  right: 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  background-color: rgba(255,255,255,0.75);
  width: 7.5vw;
  text-align: center;
  font-size: 1.1rem;
  z-index: 10;
}
.scale-wrap .scale {
  padding: 1.25vh 0;
}
.loope-wrap {
  position: fixed;
  top: calc(50px + 5vh + 2.5vw);
  right: 4.5vw;
  width: 2.2vw;
  min-width: 24px;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loope-wrap a.zoom-button {
  display: block;
  margin: 20px 2px;
  line-height: 0;
  cursor: pointer;
}
.loope-wrap a.zoom-button:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.loope-wrap a.zoom-button img {
  width: 100%;
}
.loope-wrap #loope {
  position: relative;
  width: 100%;
  height: 22vh;
}
.loope-wrap .ruler {
  height: 100%;
}
.loope-wrap .ruler .border {
  border-top: 2px solid rgba(255,255,255,0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loope-wrap .center-line {
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
}
.loope-wrap .pointer {
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  height: 16px;
  width: 16px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  border-radius: 10%;
  background-color: #fff;
  cursor: pointer;
}
.loope-wrap .zoom-button img + img {
  display: none;
}
.loope-wrap.dark .ruler .border {
  border-color: rgba(0,0,0,0.65);
}
.loope-wrap.dark .center-line {
  background-color: rgba(0,0,0,0.65);
}
.loope-wrap.dark .pointer {
  background-color: rgba(0,0,0,0.85);
}
.loope-wrap.dark .zoom-button img {
  display: none;
}
.loope-wrap.dark .zoom-button img.dark {
  display: inline;
}
#main {
  -webkit-overflow-scrolling: touch;
}
.message-wrap {
  padding: 20px;
  font-size: 0.9rem;
}
.message-wrap p.title {
  font-size: 1.2rem;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.message-wrap p.notes {
  font-size: 0.8rem;
  margin-bottom: 2em;
}
.type-a .image-wrap {
  width: 100%;
}
.type-a .image-box {
  left: 0;
}
.type-a .message-wrap {
  position: fixed;
  bottom: calc(5vw + 45px);
  left: 0;
  width: 45%;
  margin: 1.5vw 2.5vw;
  background-color: rgba(0,0,0,0.65);
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}
.type-a .message-wrap.bottomed {
  bottom: calc(1vw + 45px);
}
.type-a p.title {
  margin-bottom: 0.6em;
}
.type-a .message {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type-a .message .desc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.type-a .message .desc p.text {
  margin-left: 2.5%;
}
.type-a .message .desc p.image img {
  max-width: 20vw;
  max-height: 30vh;
}
.type-a .message p.strong {
  font-size: 1.4rem;
  margin-bottom: 0.6em;
}
.type-b .image-wrap {
  width: calc(100% - 380px);
}
.type-b .image-box {
  left: 380px;
}
.type-b .image-box.wide {
  left: 20px;
  width: calc(100% - 20px);
}
.type-b .message-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 380px;
  height: 100vh;
  margin-top: 50px;
  background-color: #f2f2f2;
  color: #333;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}
.type-b .message-wrap.hide {
  width: 20px;
  padding: 0;
  color: transparent;
}
.type-b .message-wrap.hide p.toggle-button {
  background-image: url("/image/jp/science-edu/micro/content/icon-arrow-right.png");
}
.type-b .message-wrap p.toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  line-height: 0;
  width: 20px;
  height: 100vh;
  background-image: url("/image/jp/science-edu/micro/content/icon-arrow-left.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  background-size: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.type-b .message-wrap p.toggle-button:hover {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.type-b .message-wrap p.title {
  font-size: 22px;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.type-b .message-wrap p.notes {
  font-size: 12px;
  color: #333;
  margin-bottom: 2em;
}
.type-b .message {
  font-size: 16px;
  position: absolute;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -o-transition: opacity 0.125s ease-in-out;
  -ms-transition: opacity 0.125s ease-in-out;
  transition: opacity 0.125s ease-in-out;
}
.type-b .message img {
  width: 100%;
}
.type-b .message p.strong {
  font-size: 22px;
}
.image-wrap {
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.image-box {
  position: fixed;
  top: 50px;
  width: inherit;
  height: calc(100vh - 50px);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.image-box.contained {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.image-box p.micron-marker {
  position: absolute;
  bottom: 45px;
  left: 0;
  height: 5.25vh;
  margin: 1vw 2.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-box p.micron-marker img {
  height: 100%;
}
a.control-button {
  position: absolute;
  width: 6vw;
  height: 6vw;
  min-width: 64px;
  min-height: 64px;
  background-color: rgba(0,0,0,0.7);
  line-height: 0;
  color: #fff;
  cursor: pointer;
  line-height: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 60%;
  -moz-background-size: 60%;
  background-size: 60%;
  background-position: center;
  z-index: 10;
}
a.control-button.more {
  background-image: url("/image/jp/science-edu/micro/content/icon-arrow-down.png");
  bottom: 45px;
  right: 0;
  margin: 2.5vw;
  background-color: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  background-position: 50% 65%;
}
a.control-button.zoom.in {
  background-image: url("/image/jp/science-edu/micro/content/icon-zoom-in.png");
}
a.control-button.zoom.out {
  background-image: url("/image/jp/science-edu/micro/content/icon-zoom-out.png");
}
a.control-button.zoom {
  right: 5%;
}
a.control-button:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#main.index {
  font-size: 16px;
  padding-top: 50px;
  background-color: #eee;
  min-height: 100vh;
}
#main.index .content-wrap {
  width: 1100px;
  margin: 0 auto;
}
#main.index .clearfix {
  clear: both;
}
#main.index p {
  line-height: 1.3;
  letter-spacing: -0.01em;
}
#main.index #top {
  margin-top: 60px;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main.index #top .title {
  border-bottom: 1px solid #333;
}
#main.index #top .title p.label {
  font-size: 18px;
}
#main.index #top .title p.large {
  font-size: 36px;
  line-height: 1.4;
  padding-bottom: 9px;
}
#main.index #top p.desc {
  margin-top: 15px;
  font-size: 18px;
}
#main.index ul#topics {
  margin-top: 40px;
}
#main.index ul#topics li {
  position: relative;
  clear: both;
}
#main.index ul#topics .topic-image {
  position: relative;
}
#main.index ul#topics .topic-image img.loope-image {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 17px);
}
#main.index ul#topics .topic-image a.thumbnail {
  position: relative;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#main.index ul#topics .topic-image a.thumbnail.pickup {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
#main.index ul#topics .topic-image a.thumbnail img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#main.index ul#topics .topic-image a.thumbnail img.default {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#main.index ul#topics .topic-image a.thumbnail img.hovered {
  position: absolute;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#main.index ul#topics .topic-image a.thumbnail:hover img.hovered {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#main.index ul#topics .topic-image a.thumbnail:hover img.default {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#main.index ul#topics .topic-image p.balloon {
  position: absolute;
  z-index: 10;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#main.index ul#topics li:nth-child(2n) .topic-image {
  float: right;
}
#main.index ul#topics li:nth-child(2n) .topic-image p.balloon {
  -webkit-animation-name: cloud-a;
  -moz-animation-name: cloud-a;
  -o-animation-name: cloud-a;
  -ms-animation-name: cloud-a;
  animation-name: cloud-a;
}
#main.index ul#topics li:nth-child(2n - 1) .topic-image {
  float: left;
}
#main.index ul#topics li:nth-child(2n - 1) .topic-image p.balloon {
  -webkit-animation-name: cloud-b;
  -moz-animation-name: cloud-b;
  -o-animation-name: cloud-b;
  -ms-animation-name: cloud-b;
  animation-name: cloud-b;
}
#main.index ul#topics li:nth-child(1) .topic-image {
  margin-left: 25%;
}
#main.index ul#topics li:nth-child(1) .topic-image p.balloon {
  bottom: 40%;
  left: 80%;
}
#main.index ul#topics li:nth-child(2) .topic-image {
  margin-right: 5%;
}
#main.index ul#topics li:nth-child(2) .topic-image p.balloon {
  top: 25%;
  left: -57.5%;
}
#main.index ul#topics li:nth-child(3) .topic-image {
  margin-left: 15%;
}
#main.index ul#topics li:nth-child(3) .topic-image p.balloon {
  bottom: 0;
  left: 80%;
}
#main.index ul#topics li:nth-child(4) .topic-image {
  margin-right: 15%;
}
#main.index ul#topics li:nth-child(4) .topic-image p.balloon {
  top: 25%;
  left: -75%;
}
#main.index ul#topics li:nth-child(5) .topic-image {
  margin-left: 20%;
}
#main.index ul#topics li:nth-child(5) .topic-image p.balloon {
  bottom: -10%;
  left: 80%;
}
#main.index ul#topics li:nth-child(6) .topic-image p.balloon {
  top: 50%;
  left: -50%;
}
#main.index ul#topics li:nth-child(7) .topic-image {
  margin-left: 10%;
}
#main.index ul#topics li:nth-child(7) .topic-image p.balloon {
  bottom: -10%;
  left: 80%;
}
#main.index ul#topics li:nth-child(8) .topic-image {
  margin-right: 15%;
}
#main.index ul#topics li:nth-child(8) .topic-image p.balloon {
  top: 25%;
  left: -60%;
}
#main.index ul#topics + .clearfix {
  padding-bottom: 200px;
}
@-moz-keyframes cloud-a {
  0% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
}
@-webkit-keyframes cloud-a {
  0% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
}
@-o-keyframes cloud-a {
  0% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
}
@keyframes cloud-a {
  0% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
}
@-moz-keyframes cloud-b {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
}
@-webkit-keyframes cloud-b {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
}
@-o-keyframes cloud-b {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
}
@keyframes cloud-b {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
    -o-transform: translate3d(0, -5%, 0);
    -ms-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5%, 0);
    -moz-transform: translate3d(0, 5%, 0);
    -o-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
}
@-o-keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: none;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.pacman .image-wrap {
  height: 150vh !important;
}
#Footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#Footer.not-fixed {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loope-wrap .ruler .border {
  border: none;
}
.loope-wrap .ruler .border:first-child,
.loope-wrap .ruler .border:last-child {
  border-top: 2px solid rgba(255,255,255,0.9);
}

.GridSet {
	width: auto;
}

#top {
	width: 100%;
	background: none;
}
