@charset "UTF-8";
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
#main {
  width: 600px; }
  #main p {
    margin-bottom: 1.2em; }

.item-box {
  color: #4d4d4d; }

/**/
.block {
  font-size: 14px;
  line-height: 1.4285714286; }

.mtp-60 {
  margin-top: 60px; }

/*グローバルナビ*/
.gnav {
  height: auto;
  max-height: 500px;
  overflow-x: hidden; }

/*スクロールアニメーション*/
.animation {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.animation.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
