@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, foundation/_font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 27, foundation/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 32, foundation/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 35, foundation/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 38, foundation/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 41, foundation/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 44, foundation/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 48, foundation/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 53, foundation/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 56, foundation/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 63, foundation/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 66, foundation/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 71, foundation/_font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 74, foundation/_font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 77, foundation/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 80, foundation/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 84, foundation/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 87, foundation/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 90, foundation/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 93, foundation/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 96, foundation/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 100, foundation/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 124, foundation/_font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 130, foundation/_font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 136, foundation/_font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, foundation/_font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 148, foundation/_font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 154, foundation/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 161, foundation/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 169, foundation/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 176, foundation/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 179, foundation/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 182, foundation/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 187, foundation/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 190, foundation/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 193, foundation/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 196, foundation/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 199, foundation/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 202, foundation/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 205, foundation/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 208, foundation/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 211, foundation/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 214, foundation/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 217, foundation/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 220, foundation/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 223, foundation/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 226, foundation/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 231, foundation/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 234, foundation/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 237, foundation/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 240, foundation/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 243, foundation/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 247, foundation/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 250, foundation/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 253, foundation/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 256, foundation/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 259, foundation/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 262, foundation/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 265, foundation/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 268, foundation/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 271, foundation/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 274, foundation/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 277, foundation/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 281, foundation/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 284, foundation/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 287, foundation/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 290, foundation/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 293, foundation/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 296, foundation/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 299, foundation/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 302, foundation/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 305, foundation/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 308, foundation/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 311, foundation/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 314, foundation/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 317, foundation/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 320, foundation/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 323, foundation/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 326, foundation/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 329, foundation/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 332, foundation/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 335, foundation/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 338, foundation/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 341, foundation/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 344, foundation/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 347, foundation/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 350, foundation/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 353, foundation/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 356, foundation/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 359, foundation/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 363, foundation/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 366, foundation/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 369, foundation/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 374, foundation/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 377, foundation/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 380, foundation/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 383, foundation/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 386, foundation/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 390, foundation/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 393, foundation/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 396, foundation/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 399, foundation/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 402, foundation/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 405, foundation/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 408, foundation/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 411, foundation/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 414, foundation/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 417, foundation/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 420, foundation/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 423, foundation/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 426, foundation/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 429, foundation/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 432, foundation/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 435, foundation/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 438, foundation/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 441, foundation/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 444, foundation/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 447, foundation/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 450, foundation/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 453, foundation/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 456, foundation/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 459, foundation/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 462, foundation/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 465, foundation/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 468, foundation/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 471, foundation/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 474, foundation/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 477, foundation/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 481, foundation/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 484, foundation/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 487, foundation/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 490, foundation/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 493, foundation/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 496, foundation/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 499, foundation/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 502, foundation/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 505, foundation/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 508, foundation/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 511, foundation/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 514, foundation/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 518, foundation/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 521, foundation/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 524, foundation/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 527, foundation/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 530, foundation/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 533, foundation/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 536, foundation/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 539, foundation/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 542, foundation/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 545, foundation/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 548, foundation/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 551, foundation/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 554, foundation/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 557, foundation/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 561, foundation/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 564, foundation/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 567, foundation/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 570, foundation/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 573, foundation/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 577, foundation/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 580, foundation/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 583, foundation/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 586, foundation/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 589, foundation/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 592, foundation/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 595, foundation/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 598, foundation/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 601, foundation/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 604, foundation/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 607, foundation/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 610, foundation/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 613, foundation/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 616, foundation/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 619, foundation/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 622, foundation/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 625, foundation/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 628, foundation/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 631, foundation/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 634, foundation/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 638, foundation/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 641, foundation/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 644, foundation/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 647, foundation/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 651, foundation/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 654, foundation/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 657, foundation/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 660, foundation/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 663, foundation/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 666, foundation/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 669, foundation/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 672, foundation/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 675, foundation/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 678, foundation/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 681, foundation/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 684, foundation/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 687, foundation/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 690, foundation/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 693, foundation/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 696, foundation/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 699, foundation/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 702, foundation/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 705, foundation/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 709, foundation/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 713, foundation/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 716, foundation/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 719, foundation/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 723, foundation/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 727, foundation/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 730, foundation/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 734, foundation/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 737, foundation/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 742, foundation/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 745, foundation/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 748, foundation/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 751, foundation/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 754, foundation/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 757, foundation/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 760, foundation/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 763, foundation/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 766, foundation/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 769, foundation/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 772, foundation/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 775, foundation/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 778, foundation/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 781, foundation/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 784, foundation/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 787, foundation/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 790, foundation/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 793, foundation/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 797, foundation/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 801, foundation/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 805, foundation/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 808, foundation/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 811, foundation/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 815, foundation/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 819, foundation/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 823, foundation/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 826, foundation/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 829, foundation/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 833, foundation/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 836, foundation/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 839, foundation/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 843, foundation/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 846, foundation/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 849, foundation/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 852, foundation/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 855, foundation/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 858, foundation/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 861, foundation/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 864, foundation/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 867, foundation/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 870, foundation/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 873, foundation/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 876, foundation/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 879, foundation/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 882, foundation/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 885, foundation/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 888, foundation/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 891, foundation/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 894, foundation/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 897, foundation/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 900, foundation/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 903, foundation/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 906, foundation/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 909, foundation/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 912, foundation/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 915, foundation/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 918, foundation/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 921, foundation/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 924, foundation/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 927, foundation/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 930, foundation/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 933, foundation/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 937, foundation/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 940, foundation/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 943, foundation/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 946, foundation/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 949, foundation/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 952, foundation/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 956, foundation/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 959, foundation/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 962, foundation/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 965, foundation/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 968, foundation/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 971, foundation/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 974, foundation/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 977, foundation/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 980, foundation/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 983, foundation/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 986, foundation/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 989, foundation/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 992, foundation/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 996, foundation/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1001, foundation/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1004, foundation/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1007, foundation/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1010, foundation/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1014, foundation/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1017, foundation/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1020, foundation/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1023, foundation/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1026, foundation/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1029, foundation/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1032, foundation/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1035, foundation/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1038, foundation/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1041, foundation/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1044, foundation/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1047, foundation/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1050, foundation/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1053, foundation/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1056, foundation/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1059, foundation/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1062, foundation/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1065, foundation/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1068, foundation/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1071, foundation/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1074, foundation/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1077, foundation/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1080, foundation/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1083, foundation/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1086, foundation/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1089, foundation/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1092, foundation/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1095, foundation/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1098, foundation/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1101, foundation/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1104, foundation/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1107, foundation/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1110, foundation/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1113, foundation/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1116, foundation/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1119, foundation/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1122, foundation/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1125, foundation/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1129, foundation/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1133, foundation/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1137, foundation/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1141, foundation/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1144, foundation/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1148, foundation/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1152, foundation/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1158, foundation/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1163, foundation/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1167, foundation/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1171, foundation/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1174, foundation/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1177, foundation/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1180, foundation/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1183, foundation/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1186, foundation/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1189, foundation/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1192, foundation/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1195, foundation/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1198, foundation/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1201, foundation/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1204, foundation/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1207, foundation/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1210, foundation/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1213, foundation/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1216, foundation/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1219, foundation/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1222, foundation/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1225, foundation/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1228, foundation/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1231, foundation/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1234, foundation/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1237, foundation/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1240, foundation/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1243, foundation/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1246, foundation/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1249, foundation/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1252, foundation/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1255, foundation/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1258, foundation/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1261, foundation/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1264, foundation/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1267, foundation/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1270, foundation/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1273, foundation/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1276, foundation/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1279, foundation/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1282, foundation/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1285, foundation/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1289, foundation/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1292, foundation/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1295, foundation/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1298, foundation/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1301, foundation/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1304, foundation/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1307, foundation/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1310, foundation/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1313, foundation/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1316, foundation/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1319, foundation/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1322, foundation/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1326, foundation/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1329, foundation/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1332, foundation/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1335, foundation/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1339, foundation/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1342, foundation/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1345, foundation/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1348, foundation/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1351, foundation/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1354, foundation/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1357, foundation/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1362, foundation/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1366, foundation/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1369, foundation/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1372, foundation/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1375, foundation/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1378, foundation/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1381, foundation/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1384, foundation/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1387, foundation/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1390, foundation/_font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1393, foundation/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1396, foundation/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1399, foundation/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1402, foundation/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1405, foundation/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1408, foundation/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1411, foundation/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1414, foundation/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1417, foundation/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1420, foundation/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1423, foundation/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1426, foundation/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1429, foundation/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1432, foundation/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1435, foundation/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1438, foundation/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1441, foundation/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1445, foundation/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1449, foundation/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1452, foundation/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1455, foundation/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1458, foundation/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1461, foundation/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1464, foundation/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1467, foundation/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1470, foundation/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1473, foundation/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1476, foundation/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1481, foundation/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1485, foundation/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1489, foundation/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1493, foundation/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1496, foundation/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1499, foundation/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1502, foundation/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1505, foundation/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1512, foundation/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1515, foundation/_font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1520, foundation/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1524, foundation/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1527, foundation/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1530, foundation/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1535, foundation/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1538, foundation/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1541, foundation/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1545, foundation/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1549, foundation/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1553, foundation/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1556, foundation/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1559, foundation/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1562, foundation/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1565, foundation/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1568, foundation/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1571, foundation/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1574, foundation/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1577, foundation/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1581, foundation/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1584, foundation/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1587, foundation/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1590, foundation/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1593, foundation/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1596, foundation/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1599, foundation/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1602, foundation/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1605, foundation/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1608, foundation/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1611, foundation/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1614, foundation/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1617, foundation/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1620, foundation/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1623, foundation/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1626, foundation/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1629, foundation/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1632, foundation/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1635, foundation/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1638, foundation/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1641, foundation/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1644, foundation/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1647, foundation/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1650, foundation/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1653, foundation/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1656, foundation/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1659, foundation/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1662, foundation/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1665, foundation/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1668, foundation/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1671, foundation/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1674, foundation/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1677, foundation/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1680, foundation/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1683, foundation/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1686, foundation/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1689, foundation/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1692, foundation/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1697, foundation/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1700, foundation/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1703, foundation/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1706, foundation/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1709, foundation/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1712, foundation/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1715, foundation/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1718, foundation/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1721, foundation/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1724, foundation/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1727, foundation/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1730, foundation/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1733, foundation/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1736, foundation/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1739, foundation/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1742, foundation/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1745, foundation/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1748, foundation/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1751, foundation/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1754, foundation/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1757, foundation/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1760, foundation/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1764, foundation/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1767, foundation/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1770, foundation/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1773, foundation/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1776, foundation/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1779, foundation/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1782, foundation/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1785, foundation/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1788, foundation/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1791, foundation/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1794, foundation/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1797, foundation/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1800, foundation/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1803, foundation/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1806, foundation/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1809, foundation/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1813, foundation/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1816, foundation/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1819, foundation/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1822, foundation/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1825, foundation/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1829, foundation/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1832, foundation/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1835, foundation/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1838, foundation/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1843, foundation/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1847, foundation/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1851, foundation/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1855, foundation/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1859, foundation/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1862, foundation/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1865, foundation/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1868, foundation/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1871, foundation/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1874, foundation/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1877, foundation/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1880, foundation/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1883, foundation/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1886, foundation/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1889, foundation/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1892, foundation/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1896, foundation/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1900, foundation/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1904, foundation/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1907, foundation/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1911, foundation/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1915, foundation/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1918, foundation/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1921, foundation/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1924, foundation/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1927, foundation/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1930, foundation/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1933, foundation/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1936, foundation/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1939, foundation/_font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1942, foundation/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1945, foundation/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1948, foundation/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1951, foundation/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1954, foundation/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1957, foundation/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1960, foundation/_font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1963, foundation/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1966, foundation/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1969, foundation/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1972, foundation/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1975, foundation/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1979, foundation/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1982, foundation/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1985, foundation/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1988, foundation/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1991, foundation/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1994, foundation/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1997, foundation/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2000, foundation/_font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2003, foundation/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2006, foundation/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2009, foundation/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2012, foundation/_font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2015, foundation/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2018, foundation/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2021, foundation/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2024, foundation/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2027, foundation/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2030, foundation/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2033, foundation/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2036, foundation/_font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2039, foundation/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2042, foundation/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2045, foundation/_font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2048, foundation/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2051, foundation/_font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2054, foundation/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2057, foundation/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2060, foundation/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2063, foundation/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2066, foundation/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2069, foundation/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2072, foundation/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2075, foundation/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2078, foundation/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2081, foundation/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2084, foundation/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2087, foundation/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2090, foundation/_font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2093, foundation/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2096, foundation/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2099, foundation/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2102, foundation/_font-awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2105, foundation/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2108, foundation/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2111, foundation/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2114, foundation/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2117, foundation/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2120, foundation/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2123, foundation/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2126, foundation/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2129, foundation/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2133, foundation/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2138, foundation/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2141, foundation/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2144, foundation/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2148, foundation/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2151, foundation/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2154, foundation/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2157, foundation/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2160, foundation/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2163, foundation/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2166, foundation/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2169, foundation/_font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2172, foundation/_font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2175, foundation/_font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2178, foundation/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2182, foundation/_font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2186, foundation/_font-awesome.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2189, foundation/_font-awesome.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2192, foundation/_font-awesome.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2195, foundation/_font-awesome.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2198, foundation/_font-awesome.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2201, foundation/_font-awesome.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2204, foundation/_font-awesome.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2208, foundation/_font-awesome.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2212, foundation/_font-awesome.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2215, foundation/_font-awesome.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2218, foundation/_font-awesome.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2221, foundation/_font-awesome.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2224, foundation/_font-awesome.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2228, foundation/_font-awesome.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2232, foundation/_font-awesome.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2235, foundation/_font-awesome.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2238, foundation/_font-awesome.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2241, foundation/_font-awesome.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2246, foundation/_font-awesome.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2250, foundation/_font-awesome.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2254, foundation/_font-awesome.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2258, foundation/_font-awesome.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2262, foundation/_font-awesome.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2265, foundation/_font-awesome.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2270, foundation/_font-awesome.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2273, foundation/_font-awesome.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2276, foundation/_font-awesome.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2279, foundation/_font-awesome.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2282, foundation/_font-awesome.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2286, foundation/_font-awesome.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2290, foundation/_font-awesome.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2293, foundation/_font-awesome.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2296, foundation/_font-awesome.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2299, foundation/_font-awesome.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2302, foundation/_font-awesome.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2305, foundation/_font-awesome.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2308, foundation/_font-awesome.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2311, foundation/_font-awesome.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2314, foundation/_font-awesome.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2317, foundation/_font-awesome.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2320, foundation/_font-awesome.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2323, foundation/_font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2333, foundation/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, foundation/_reset.scss */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, foundation/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, foundation/_reset.scss */
body {
  line-height: 1;
}

/* line 22, foundation/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, foundation/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, foundation/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, foundation/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 43, foundation/_reset.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

/* line 59, foundation/_reset.scss */
select::-ms-expand {
  display: none;
}

/* line 1, foundation/_base.scss */
html, body {
  height: 100%;
  width: 100%;
}

/* line 5, foundation/_base.scss */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

/* line 9, foundation/_base.scss */
body {
  min-width: 1200px;
  background: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}

/* line 19, foundation/_base.scss */
a {
  transition: all 0.3s linear;
  color: #750069;
  word-break: break-all;
}

/* line 24, foundation/_base.scss */
.eng {
  font-family: "Fjalla One", sans-serif;
}

/* line 28, foundation/_base.scss */
.is-hidden {
  display: none;
}

/* line 31, foundation/_base.scss */
.pc-hidden {
  display: none;
}

/* line 34, foundation/_base.scss */
* {
  box-sizing: border-box;
}

/* line 37, foundation/_base.scss */
img {
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  /* line 46, foundation/_base.scss */
  .sp-hidden {
    display: none;
  }

  /* line 49, foundation/_base.scss */
  .pc-hidden {
    display: block;
  }

  /* line 52, foundation/_base.scss */
  body {
    min-width: 0;
  }

  /* line 56, foundation/_base.scss */
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* header
-------------------------------------------------- */
/* line 4, layout/_header.scss */
#header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 500;
  height: 115px;
}
@media only screen and (max-width: 768px) {
  /* line 4, layout/_header.scss */
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    height: 70px;
  }
}
/* line 18, layout/_header.scss */
#home #header {
  top: 0px;
}
@media only screen and (max-width: 768px) {
  /* line 18, layout/_header.scss */
  #home #header {
    top: 0;
  }
}
/* line 24, layout/_header.scss */
#home.english #header {
  top: 0;
}
/* line 27, layout/_header.scss */
#header h1 {
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 6px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  /* line 27, layout/_header.scss */
  #header h1 {
    top: 10px;
  }
}
/* line 40, layout/_header.scss */
#header h1 img {
  transition: transform 0.2s linear;
}
@media only screen and (max-width: 768px) {
  /* line 40, layout/_header.scss */
  #header h1 img {
    width: 48px;
    height: auto;
  }
}
/* line 46, layout/_header.scss */
#header h1 img:hover {
  transform: scale(1.1);
}

/* line 53, layout/_header.scss */
.blackArea {
  background: #000;
  border-bottom: #7e7e7e 2px solid;
  height: 35px;
  width: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 53, layout/_header.scss */
  .blackArea {
    display: none;
  }
}

/* line 64, layout/_header.scss */
.purpleArea {
  background: rgba(117, 0, 105, 0.9);
  height: 80px;
  position: absolute;
  top: 35px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 64, layout/_header.scss */
  .purpleArea {
    height: 70px;
    top: 0;
  }
}

/* line 1, layout/_footer.scss */
.pagetop {
  width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 1, layout/_footer.scss */
  .pagetop {
    margin-top: 50px;
  }
}
/* line 7, layout/_footer.scss */
.pagetop a {
  display: block;
  text-align: center;
  padding: 15px;
  background: #d1d1d1;
  color: #fff;
  font-size: 3rem;
}
/* line 14, layout/_footer.scss */
.pagetop a:hover {
  background: #000;
}
/* line 18, layout/_footer.scss */
#home .pagetop {
  display: none;
}

/* line 21, layout/_footer.scss */
.footer__sns {
  background: #e6e6e6;
  padding: 50px 0;
}
/* line 24, layout/_footer.scss */
.footer__sns ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 24, layout/_footer.scss */
  .footer__sns ul {
    justify-content: space-around;
  }
}
/* line 29, layout/_footer.scss */
.footer__sns ul li {
  margin: 0 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  /* line 29, layout/_footer.scss */
  .footer__sns ul li {
    margin: 0;
    font-size: 4rem;
  }
}
/* line 39, layout/_footer.scss */
.footer__sns ul li a .fa-facebook-official {
  color: #3B5999;
}
/* line 42, layout/_footer.scss */
.footer__sns ul li a .fa-twitter {
  color: #55acee;
}
/* line 45, layout/_footer.scss */
.footer__sns ul li a .fa-instagram {
  color: #b8287f;
}
/* line 48, layout/_footer.scss */
.footer__sns ul li a .fa-youtube {
  color: #c71d1e;
}
/* line 54, layout/_footer.scss */
#home .footer__sns {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 54, layout/_footer.scss */
  #home .footer__sns {
    display: block;
  }
}
/* line 62, layout/_footer.scss */
.footer__sns__line a img {
  vertical-align: middle;
}

/* line 69, layout/_footer.scss */
#footer {
  position: relative;
  padding-top: 80px;
  overflow-x: hidden;
  background: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  /* line 69, layout/_footer.scss */
  #footer {
    padding-top: 60px;
  }
}
/* line 77, layout/_footer.scss */
#footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1500px 80px 1500px;
  border-color: transparent transparent #000 transparent;
}
@media only screen and (max-width: 768px) {
  /* line 77, layout/_footer.scss */
  #footer::before {
    border-width: 0 500px 60px 500px;
  }
}

/* line 95, layout/_footer.scss */
.footer__outer {
  background: #000;
  padding-bottom: 50px;
}
/* line 99, layout/_footer.scss */
.footer__logo {
  text-align: center;
}
/* line 101, layout/_footer.scss */
.footer__logo img {
  width: 60px;
  height: auto;
}
/* line 108, layout/_footer.scss */
.footer__sponsor {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
  border-bottom: #333 1px solid;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 108, layout/_footer.scss */
  .footer__sponsor {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
/* line 121, layout/_footer.scss */
.footer__sponsor h2 {
  font-family: "Fjalla One", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 121, layout/_footer.scss */
  .footer__sponsor h2 {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
/* line 134, layout/_footer.scss */
.footer__sponsor__inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 134, layout/_footer.scss */
  .footer__sponsor__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
/* line 140, layout/_footer.scss */
.footer__sponsor__inner li {
  margin: 5px 0;
}
@media only screen and (max-width: 768px) {
  /* line 140, layout/_footer.scss */
  .footer__sponsor__inner li {
    padding: 0;
    margin: 10px 0;
    text-align: center;
    width: 23%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 148, layout/_footer.scss */
  .footer__sponsor__inner li img {
    width: auto;
    height: 15px;
    max-width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 157, layout/_footer.scss */
  .footer__sponsor__inner li:nth-child(1) img, .footer__sponsor__inner li:nth-child(2) img {
    width: auto;
    height: 18px;
    max-width: 100%;
    max-height: 100%;
  }
}
/* line 167, layout/_footer.scss */
.footer__sponsor__inner a:hover {
  opacity: 0.75;
}
/* line 174, layout/_footer.scss */
.footer__nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  /* line 174, layout/_footer.scss */
  .footer__nav {
    display: none;
  }
}
/* line 181, layout/_footer.scss */
.footer__nav h3 {
  font-size: 1.5rem;
  color: #fff;
}
/* line 185, layout/_footer.scss */
.footer__nav h4 {
  margin-top: 0.5em;
  font-size: 1.3rem;
  color: #eee;
}
/* line 190, layout/_footer.scss */
.footer__nav ul {
  margin-top: 0.5em;
  margin-bottom: 2em;
}
/* line 194, layout/_footer.scss */
.footer__nav li {
  line-height: 1.25;
}
/* line 196, layout/_footer.scss */
.footer__nav li a {
  font-size: 1.3rem;
  color: #999;
  text-decoration: none;
  line-height: 1;
}
/* line 201, layout/_footer.scss */
.footer__nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 211, layout/_footer.scss */
.footer__others ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  /* line 211, layout/_footer.scss */
  .footer__others ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
}
/* line 218, layout/_footer.scss */
.footer__others li {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  /* line 218, layout/_footer.scss */
  .footer__others li {
    width: 50%;
    padding: 0 10px;
    margin: 5px 0;
  }
}
/* line 225, layout/_footer.scss */
.footer__others li a {
  color: #666;
  text-decoration: none;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 225, layout/_footer.scss */
  .footer__others li a {
    border: #ccc 1px solid;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 1.2rem;
  }
}
/* line 237, layout/_footer.scss */
.footer__others li:hover {
  text-decoration: underline;
}
/* line 243, layout/_footer.scss */
.footer__others small {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: #666;
  padding-bottom: 50px;
}

/* line 5, layout/_common_layout.scss */
#pagetop {
  width: 100%;
}

/* line 8, layout/_common_layout.scss */
.page__outer {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 8, layout/_common_layout.scss */
  .page__outer {
    width: 100%;
    padding: 0 20px;
  }
}

/* line 16, layout/_common_layout.scss */
.topspacer {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 16, layout/_common_layout.scss */
  .topspacer {
    padding-top: 50px;
  }
}

/* line 22, layout/_common_layout.scss */
.bottomspacer {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 22, layout/_common_layout.scss */
  .bottomspacer {
    padding-bottom: 50px;
  }
}

/* line 29, layout/_common_layout.scss */
main {
  padding-top: 0;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 29, layout/_common_layout.scss */
  main {
    padding-top: 70px;
  }
}

/* line 38, layout/_common_layout.scss */
.twoColumn__outer {
  zoom: 1;
  margin: 50px 0;
}
/* line 6, foundation/_mixin.scss */
.twoColumn__outer:before, .twoColumn__outer:after {
  content: "";
  display: table;
}
/* line 12, foundation/_mixin.scss */
.twoColumn__outer:after {
  clear: both;
}
/* line 41, layout/_common_layout.scss */
.twoColumn__outer .mainColumn {
  float: left;
  width: 870px;
}
@media only screen and (max-width: 768px) {
  /* line 41, layout/_common_layout.scss */
  .twoColumn__outer .mainColumn {
    float: none;
    width: 100%;
  }
}
/* line 49, layout/_common_layout.scss */
.twoColumn__outer .subColumn {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  /* line 49, layout/_common_layout.scss */
  .twoColumn__outer .subColumn {
    float: none;
    width: 100%;
  }
}

/* line 60, layout/_common_layout.scss */
.underconstruction {
  padding: 100px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 60, layout/_common_layout.scss */
  .underconstruction {
    padding: 50px 20px;
    width: 100%;
  }
}
/* line 69, layout/_common_layout.scss */
.underconstruction__title {
  font-family: "Fjalla One", sans-serif;
  font-size: 6rem;
}
@media only screen and (max-width: 768px) {
  /* line 69, layout/_common_layout.scss */
  .underconstruction__title {
    font-size: 3rem;
  }
}
/* line 76, layout/_common_layout.scss */
.underconstruction__note {
  font-size: 1.8rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  /* line 76, layout/_common_layout.scss */
  .underconstruction__note {
    font-size: 1.2rem;
  }
}

/* line 85, layout/_common_layout.scss */
.notfound {
  padding: 100px;
  text-align: center;
  width: 800px;
  margin: 115px auto 0;
}
@media only screen and (max-width: 768px) {
  /* line 85, layout/_common_layout.scss */
  .notfound {
    padding: 0px 20px;
    width: 100%;
    margin-top: 50px;
  }
}
/* line 95, layout/_common_layout.scss */
.notfound__img {
  text-align: center;
}
/* line 98, layout/_common_layout.scss */
.notfound__title {
  font-family: "Fjalla One", sans-serif;
  font-size: 6rem;
}
@media only screen and (max-width: 768px) {
  /* line 98, layout/_common_layout.scss */
  .notfound__title {
    font-size: 3rem;
  }
}
/* line 105, layout/_common_layout.scss */
.notfound__note {
  font-size: 1.8rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  /* line 105, layout/_common_layout.scss */
  .notfound__note {
    font-size: 1.2rem;
  }
}

/* global navigation
---------------------------------------- */
/* line 6, layout/_navigation.scss */
#gnav {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1200px;
}
@media only screen and (max-width: 768px) {
  /* line 6, layout/_navigation.scss */
  #gnav {
    height: 0;
    transition: 0.3s;
    position: fixed;
    top: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    overflow: hidden;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, layout/_navigation.scss */
  #gnav.is-active {
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 31, layout/_navigation.scss */
  .menu {
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
/* line 39, layout/_navigation.scss */
.menu::after {
  content: "\f0c9";
  font-family: "FontAwesome";
}
@media only screen and (max-width: 768px) {
  /* line 44, layout/_navigation.scss */
  .menu.is-active::after {
    content: "×";
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

/* line 53, layout/_navigation.scss */
.gnav__outer {
  position: relative;
  top: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 53, layout/_navigation.scss */
  .gnav__outer {
    width: 100%;
    top: 0;
  }
}
/* line 60, layout/_navigation.scss */
.gnav__outer .lNav,
.gnav__outer .rNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 540px;
}
@media only screen and (max-width: 768px) {
  /* line 60, layout/_navigation.scss */
  .gnav__outer .lNav,
  .gnav__outer .rNav {
    display: block;
    width: 100%;
  }
}
/* line 69, layout/_navigation.scss */
.gnav__outer .lNav {
  left: 10px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  /* line 69, layout/_navigation.scss */
  .gnav__outer .lNav {
    position: static;
    left: auto;
  }
}
/* line 77, layout/_navigation.scss */
.gnav__outer .rNav {
  position: absolute;
  right: 47px;
  width: 500px;
}
@media only screen and (max-width: 768px) {
  /* line 77, layout/_navigation.scss */
  .gnav__outer .rNav {
    position: static;
    right: auto;
    width: auto;
  }
}
/* line 88, layout/_navigation.scss */
.gnav__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 88, layout/_navigation.scss */
  .gnav__item {
    border-bottom: #666 1px solid;
  }
}
/* line 93, layout/_navigation.scss */
.gnav__item a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 33px 7px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  /* line 93, layout/_navigation.scss */
  .gnav__item a {
    text-align: left;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  /* line 106, layout/_navigation.scss */
  .gnav__item a::after {
    content: "\f196";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #666;
  }
}
/* line 118, layout/_navigation.scss */
.gnav__item a:hover, .gnav__item a.is-active {
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 768px) {
  /* line 122, layout/_navigation.scss */
  .gnav__item a.is-active::after {
    content: "\f147";
  }
}
/* line 127, layout/_navigation.scss */
.gnav__item a.nav_seasonpass {
  line-height: 1.4;
  padding: 20px 7px;
}
@media only screen and (max-width: 768px) {
  /* line 132, layout/_navigation.scss */
  .gnav__item > a {
    pointer-events: none;
  }
}
/* line 138, layout/_navigation.scss */
.gnav__drop, .schoolNav__outer {
  display: block;
  position: absolute;
  top: 80px;
  width: auto;
  white-space: nowrap;
  z-index: 100;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  /* line 138, layout/_navigation.scss */
  .gnav__drop, .schoolNav__outer {
    position: static;
  }
}
/* line 149, layout/_navigation.scss */
.gnav__drop li, .schoolNav__outer li {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  /* line 149, layout/_navigation.scss */
  .gnav__drop li, .schoolNav__outer li {
    border-bottom: none;
    background: rgba(34, 34, 34, 0.9);
  }
}
/* line 157, layout/_navigation.scss */
.gnav__drop li a, .schoolNav__outer li a {
  border-bottom: rgba(255, 255, 255, 0.15) 1px solid;
  padding: 20px 30px;
  text-align: left;
}
/* line 161, layout/_navigation.scss */
.gnav__drop li a:hover, .schoolNav__outer li a:hover {
  background: rgba(90, 90, 90, 0.9);
}
@media only screen and (max-width: 768px) {
  /* line 164, layout/_navigation.scss */
  .gnav__drop li a::after, .schoolNav__outer li a::after {
    content: "";
  }
}
/* line 171, layout/_navigation.scss */
.gnav__drop.is-active, .is-active.schoolNav__outer {
  background: rgba(0, 0, 0, 0.9);
}
/* line 173, layout/_navigation.scss */
.gnav__drop.is-active li, .is-active.schoolNav__outer li {
  height: auto;
  overflow: visible;
}

/* line 182, layout/_navigation.scss */
.schoolNav__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0;
  height: 0;
  overflow: hidden;
  transform: translateX(-25%);
}
@media only screen and (max-width: 768px) {
  /* line 182, layout/_navigation.scss */
  .schoolNav__outer {
    width: auto;
    display: block;
    padding: 0;
    transform: translateX(0);
  }
}
/* line 196, layout/_navigation.scss */
.schoolNav__outer.is-active {
  height: auto;
  overflow: visible;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 196, layout/_navigation.scss */
  .schoolNav__outer.is-active {
    padding: 0;
  }
}
/* line 204, layout/_navigation.scss */
.schoolNav__outer.is-active .schoolNav__inner {
  height: auto;
  overflow: visible;
}
/* line 208, layout/_navigation.scss */
.schoolNav__outer.is-active .schoolNav__title {
  padding: 10px 30px;
}
@media only screen and (max-width: 768px) {
  /* line 208, layout/_navigation.scss */
  .schoolNav__outer.is-active .schoolNav__title {
    padding: 20px 30px;
  }
}
/* line 215, layout/_navigation.scss */
.schoolNav__inner {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
  width: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  /* line 215, layout/_navigation.scss */
  .schoolNav__inner {
    padding: 0;
  }
}
/* line 225, layout/_navigation.scss */
.schoolNav__title {
  background: rgba(117, 0, 105, 0.8);
  color: #fff;
  font-size: 1.2rem;
  padding: 0 30px;
  text-align: center;
}
/* line 232, layout/_navigation.scss */
.schoolNav--pc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  /* line 232, layout/_navigation.scss */
  .schoolNav--pc {
    display: block;
  }
}
/* line 237, layout/_navigation.scss */
.schoolNav--pc ul:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 237, layout/_navigation.scss */
  .schoolNav--pc ul:first-child {
    margin-right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 248, layout/_navigation.scss */
  .schoolNav__inner {
    width: auto;
  }

  /* line 249, layout/_navigation.scss */
  .is-active.schoolNav__outer {
    width: 600px;
  }
}
/* sub navigation
---------------------------------------- */
/* line 255, layout/_navigation.scss */
.subNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: -530px;
  position: absolute;
  right: 50%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 255, layout/_navigation.scss */
  .subNav {
    position: static;
    right: auto;
    margin-right: 0;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 267, layout/_navigation.scss */
  .subNav li {
    border-bottom: #666 1px solid;
  }
}
/* line 272, layout/_navigation.scss */
.subNav::after {
  border-right: #555 1px solid;
  content: "";
  height: 35px;
  padding-left: 10px;
  transform: rotate(18deg);
  margin-top: -5px;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 272, layout/_navigation.scss */
  .subNav::after {
    display: none;
  }
}
/* line 284, layout/_navigation.scss */
.subNav a {
  color: #bbb;
  display: block;
  font-size: 1.3rem;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  /* line 284, layout/_navigation.scss */
  .subNav a {
    color: #fff;
    font-size: 1.4rem;
    height: auto;
    line-height: 1;
    padding: 33px 10px;
  }
}
/* line 298, layout/_navigation.scss */
.subNav a:hover,
.subNav a .english__btn a:hover {
  color: #fff;
}
/* line 303, layout/_navigation.scss */
.subNav__goods {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  /* line 303, layout/_navigation.scss */
  .subNav__goods {
    padding-left: 0;
  }
}
/* line 308, layout/_navigation.scss */
.subNav__goods a::before {
  content: "\f07a";
  font-family: "FontAwesome";
  font-size: 1.3rem;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  /* line 308, layout/_navigation.scss */
  .subNav__goods a::before {
    content: "";
    padding-right: 0;
  }
}
/* line 319, layout/_navigation.scss */
.subNav__futsal {
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  /* line 319, layout/_navigation.scss */
  .subNav__futsal {
    padding-left: 0;
  }
}
/* line 324, layout/_navigation.scss */
.subNav__futsal a::before {
  content: "\f1e3";
  font-family: "FontAwesome";
  padding-right: 0.25em;
}
@media only screen and (max-width: 768px) {
  /* line 324, layout/_navigation.scss */
  .subNav__futsal a::before {
    content: "";
    padding-right: 0;
  }
}
/* line 334, layout/_navigation.scss */
.subNav__english {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 334, layout/_navigation.scss */
  .subNav__english {
    display: block;
    padding-left: 0;
  }
}

/* serch button
---------------------------------------- */
/* line 347, layout/_navigation.scss */
.search__btn {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin-right: -600px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 58px;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 347, layout/_navigation.scss */
  .search__btn {
    display: none;
  }
}
/* line 363, layout/_navigation.scss */
.search__btn:hover {
  opacity: 0.8;
}
/* line 366, layout/_navigation.scss */
.search__btn::after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 374, layout/_navigation.scss */
.search__btn.is-active::after {
  content: "\f00d";
}

/* line 379, layout/_navigation.scss */
#googleSearch {
  background: #750069;
  width: 413px;
  position: absolute;
  top: 115px;
  right: 0;
  padding: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 379, layout/_navigation.scss */
  #googleSearch {
    width: 100%;
    position: relative;
    visibility: visible;
    background: none;
    top: 0;
    margin-top: 25px;
    padding: 0;
  }
}
/* line 397, layout/_navigation.scss */
#googleSearch.is-active {
  visibility: visible;
}
/* line 400, layout/_navigation.scss */
#googleSearch input {
  font-size: 1.8rem;
  padding: 0.25em;
}
/* line 404, layout/_navigation.scss */
#googleSearch #textform {
  border: none;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) inset;
  width: 360px;
}
@media only screen and (max-width: 768px) {
  /* line 404, layout/_navigation.scss */
  #googleSearch #textform {
    width: 83%;
  }
}
/* line 413, layout/_navigation.scss */
#googleSearch::after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #222;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 413, layout/_navigation.scss */
  #googleSearch::after {
    right: 5%;
  }
}

/* line 427, layout/_navigation.scss */
#searchBtn {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 427, layout/_navigation.scss */
  #searchBtn {
    width: 15%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

/* english
---------------------------------------- */
/* line 448, layout/_navigation.scss */
.english__btn {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  margin-right: -600px;
  position: absolute;
  right: 50%;
  top: 0;
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 768px) {
  /* line 448, layout/_navigation.scss */
  .english__btn {
    display: none;
  }
}
/* line 467, layout/_navigation.scss */
.english__btn a {
  color: #bbb;
  text-decoration: none;
  display: block;
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 467, layout/_navigation.scss */
  .english__btn a {
    color: #fff;
  }
}

/* tiket__iconBtn
---------------------------------------- */
/* line 482, layout/_navigation.scss */
.tiket__iconBtn {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 482, layout/_navigation.scss */
  .tiket__iconBtn {
    display: block;
    position: absolute;
    height: auto;
    line-height: 1;
    background: none;
    top: 13px;
    right: 10px;
    margin-right: 0;
    color: #fff;
  }
}
/* line 496, layout/_navigation.scss */
.tiket__iconBtn a {
  color: #bbb;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 496, layout/_navigation.scss */
  .tiket__iconBtn a {
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    vertical-align: top;
  }
}
/* line 508, layout/_navigation.scss */
.tiket__iconBtn__icon {
  color: #bbb;
  text-decoration: none;
  display: block;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 508, layout/_navigation.scss */
  .tiket__iconBtn__icon {
    color: #fff;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 517, layout/_navigation.scss */
  .tiket__iconBtn__icon img {
    width: 30px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 524, layout/_navigation.scss */
  .tiket__iconBtn__txt {
    color: #fff;
    display: block;
    font-size: 1.0rem;
  }
}

/* tiket
---------------------------------------- */
/* line 535, layout/_navigation.scss */
.tiket__btn {
  display: none;
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 768px) {
  /* line 535, layout/_navigation.scss */
  .tiket__btn {
    display: block;
    position: absolute;
    height: auto;
    line-height: 1;
    background: none;
    top: 20px;
    right: 10px;
    margin-right: 0;
    color: #fff;
  }
}
/* line 550, layout/_navigation.scss */
.tiket__btn a {
  color: #bbb;
  text-decoration: none;
  display: block;
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 550, layout/_navigation.scss */
  .tiket__btn a {
    color: #fff;
    display: inline-block;
  }
}

/* local navigation
---------------------------------------- */
/* line 566, layout/_navigation.scss */
.localNav {
  position: relative;
  z-index: 400;
  width: 100%;
  background: rgba(220, 220, 220, 0.9);
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  /* line 566, layout/_navigation.scss */
  .localNav {
    position: fixed;
    top: 70px;
    height: 100%;
    background: transparent;
    pointer-events: none;
  }
}
/* line 579, layout/_navigation.scss */
.localNav .page__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 579, layout/_navigation.scss */
  .localNav .page__outer {
    display: block;
    padding: 0;
    height: 100%;
  }
}
/* line 586, layout/_navigation.scss */
.localNav .page__outer h2 {
  color: #750069;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 586, layout/_navigation.scss */
  .localNav .page__outer h2 {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 25px;
    pointer-events: auto;
  }
}
/* line 599, layout/_navigation.scss */
.localNav .page__outer h2::after {
  position: absolute;
  border-right: #750069 1px solid;
  content: "";
  height: 43px;
  padding-left: 15px;
  transform: rotate(18deg);
  margin-top: -12px;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  /* line 599, layout/_navigation.scss */
  .localNav .page__outer h2::after {
    border-right: none;
    content: "\f0fe";
    height: auto;
    padding-left: 0;
    transform: rotate(0deg);
    margin-top: 0;
    width: auto;
    font-family: "FontAwesome";
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  /* line 622, layout/_navigation.scss */
  .localNav .page__outer h2.is-active::after {
    content: "\f146";
  }
}
/* line 628, layout/_navigation.scss */
.localNav .page__outer ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 628, layout/_navigation.scss */
  .localNav .page__outer ul {
    display: block;
    height: 0;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 768px) {
  /* line 636, layout/_navigation.scss */
  .localNav .page__outer ul.is-active {
    height: 100%;
    max-height: calc(100% - 142px);
    overflow: auto;
    pointer-events: auto;
  }
}
/* line 645, layout/_navigation.scss */
.localNav .page__outer ul li a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  /* line 645, layout/_navigation.scss */
  .localNav .page__outer ul li a {
    background: #666;
    color: #fff;
    border-bottom: #ccc 1px solid;
    padding: 20px;
  }
}

/* line 661, layout/_navigation.scss */
#slide-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #750069;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  /* line 661, layout/_navigation.scss */
  #slide-line {
    display: none;
  }
}

/* third navigation
---------------------------------------- */
/* line 677, layout/_navigation.scss */
.thirdNav {
  width: 100%;
  background: #fff;
  border-bottom: #ddd 1px solid;
}
@media only screen and (max-width: 768px) {
  /* line 677, layout/_navigation.scss */
  .thirdNav {
    border: none;
  }
}
/* line 684, layout/_navigation.scss */
.thirdNav__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 684, layout/_navigation.scss */
  .thirdNav__outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}
/* line 690, layout/_navigation.scss */
.thirdNav__item {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 690, layout/_navigation.scss */
  .thirdNav__item {
    width: 50%;
    text-align: center;
    border-bottom: #ddd 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  /* line 698, layout/_navigation.scss */
  .thirdNav__item:nth-child(odd) {
    border-right: #ddd 1px solid;
  }
}
/* line 703, layout/_navigation.scss */
.thirdNav__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #750069;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.2s linear;
}
/* line 713, layout/_navigation.scss */
.thirdNav__item:hover::before {
  top: 0;
}
/* line 716, layout/_navigation.scss */
.thirdNav__item a {
  display: block;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 716, layout/_navigation.scss */
  .thirdNav__item a {
    padding: 10px;
  }
}
/* line 727, layout/_navigation.scss */
.thirdNav__item a:hover {
  color: #fff;
}

/* line 733, layout/_navigation.scss */
.is--current.thirdNav__item::before {
  top: 90%;
}

/* line 736, layout/_navigation.scss */
.is--current.thirdNav__item:hover::before {
  top: 0;
}

/* line 1, object/_anchor.scss */
.anchorBtn {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  /* line 1, object/_anchor.scss */
  .anchorBtn {
    max-width: none;
  }
}
/* line 9, object/_anchor.scss */
.anchorBtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
/* line 11, object/_anchor.scss */
.anchorBtn ul li {
  margin-bottom: 15px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 11, object/_anchor.scss */
  .anchorBtn ul li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
/* line 18, object/_anchor.scss */
.anchorBtn ul li::before {
  font-family: "FontAwesome";
  content: "\f150";
  color: #750069;
  padding-right: 0.5em;
}
/* line 25, object/_anchor.scss */
.anchorBtn ul a {
  color: #222;
  text-decoration: none;
}
/* line 28, object/_anchor.scss */
.anchorBtn ul a:hover {
  text-decoration: underline;
}

/* line 1, object/_btn.scss */
.btn {
  display: block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  color: #222;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  /* line 1, object/_btn.scss */
  .btn {
    font-size: 1.3rem;
    height: 45px;
    line-height: 45px;
  }
}
/* line 20, object/_btn.scss */
.btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s linear;
}
/* line 30, object/_btn.scss */
.foot__btn .btn {
  margin: 30px auto 0;
}
/* line 33, object/_btn.scss */
.btn.eng {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
/* line 39, object/_btn.scss */
.btn.is-soon {
  pointer-events: none;
  background: #ccc !important;
  color: #999 !important;
  font-weight: normal;
}
/* line 45, object/_btn.scss */
.btn-zero {
  color: #fff;
}
/* line 48, object/_btn.scss */
.btn-zero:hover::after {
  background: #000;
  top: 0;
}
/* line 53, object/_btn.scss */
.btn-1st {
  color: #fff;
}
/* line 56, object/_btn.scss */
.btn-1st:hover::after {
  background: #750069;
  top: 0;
}
/* line 63, object/_btn.scss */
.btn-2nd:hover::after {
  background: #a1a382;
  top: 0;
}
/* line 70, object/_btn.scss */
.btn-3rd:hover::after {
  background: #4e982d;
  top: 0;
}
/* line 75, object/_btn.scss */
.btn.is-buy {
  color: #fff;
}
/* line 78, object/_btn.scss */
.btn.is-buy:hover::after {
  background: #e6002d;
  top: 0;
}
/* line 83, object/_btn.scss */
.btn-short {
  width: 160px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 83, object/_btn.scss */
  .btn-short {
    font-size: 1.1rem;
    width: 100%;
  }
}
/* line 91, object/_btn.scss */
.btn-middle {
  width: 480px;
  margin: 0 auto;
  font-size: 1.4rem;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 768px) {
  /* line 91, object/_btn.scss */
  .btn-middle {
    font-size: 1.4rem;
    width: 86%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
  }
}
/* line 105, object/_btn.scss */
.btn_ticket_buy {
  width: 400px;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  /* line 105, object/_btn.scss */
  .btn_ticket_buy {
    width: 100%;
    max-width: 400px;
    margin: 25px auto;
  }
}
/* line 113, object/_btn.scss */
.btn_ticket_buy a {
  width: 100%;
}

/* line 5, object/_diagonal.scss */
.diagonal0, .btn-zero, .tabBtn li.is-active {
  background: linear-gradient(-13deg, #000, #000 55%, #333333 55%, #333333 85%, #c2c2c2 85%, #c2c2c2);
}

/* line 8, object/_diagonal.scss */
.diagonal0_1 {
  background: linear-gradient(-13deg, #000, #000 76%, #333333 76%, #333333 95%, #c2c2c2 95%, #c2c2c2);
}

/* line 11, object/_diagonal.scss */
.diagonal1, .btn-1st {
  background: linear-gradient(-13deg, #750069, #750069 55%, #8a267f 55%, #8a267f 85%, #b97db2 85%, #b97db2);
}

/* line 14, object/_diagonal.scss */
.diagonal2, .btn-2nd {
  background: linear-gradient(-13deg, #a1a382, #a1a382 55%, #bdbfa8 55%, #bdbfa8 85%, #e5e5dc 85%, #e5e5dc);
}

/* line 17, object/_diagonal.scss */
.diagonal2_1 {
  background: linear-gradient(-13deg, #a1a382, #a1a382 76%, #bdbfa8 76%, #bdbfa8 95%, #e5e5dc 95%, #e5e5dc);
}

/* line 20, object/_diagonal.scss */
.diagonal3, .btn-3rd {
  background: linear-gradient(-13deg, #4e982d, #4e982d 55%, #83b76c 55%, #83b76c 85%, #c1dbb6 85%, #c1dbb6);
}

/* line 23, object/_diagonal.scss */
.diagonal4, .tabBtn2 li a:hover, .tabBtn2 li a.is-active {
  background: linear-gradient(-13deg, #fff, #fff 55%, #d9d9d9 55%, #d9d9d9 85%, #838383 85%, #838383);
}

/* line 26, object/_diagonal.scss */
.diagonal5, .btn.is-buy {
  background: linear-gradient(-13deg, #e6002d, #e6002d 55%, #ea264c 55%, #ea264c 85%, #f27d94 85%, #f27d94);
}

/* line 30, object/_diagonal.scss */
.diagonal-half0, .pagination li a.is-active {
  background: linear-gradient(-45deg, #000, #000 50%, #333 50%, #333);
}

/* line 33, object/_diagonal.scss */
.diagonal-half2, .pagination li a {
  background: linear-gradient(-45deg, #a1a382, #a1a382 50%, #bdbfa8 50%, #bdbfa8);
}

/* line 37, object/_diagonal.scss */
.diagonaltitle {
  padding: 25px 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 37, object/_diagonal.scss */
  .diagonaltitle {
    padding: 10px 20px;
  }
}

/* line 45, object/_diagonal.scss */
.diagonaltitle.diagonal0_1 {
  color: #fff;
}

/* line 48, object/_diagonal.scss */
.diagonaltitle.diagonal2_1 {
  color: #000;
}

/* line 1, object/_list_column.scss */
.columnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  /* line 1, object/_list_column.scss */
  .columnList {
    display: block;
    width: 100%;
  }
}
/* line 7, object/_list_column.scss */
.columnList li {
  background: #f4f4f4;
}
/* line 9, object/_list_column.scss */
.columnList li a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
  /* line 9, object/_list_column.scss */
  .columnList li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
}
/* line 19, object/_list_column.scss */
.columnList li a figure {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 19, object/_list_column.scss */
  .columnList li a figure {
    width: 40%;
  }
}
/* line 24, object/_list_column.scss */
.columnList li a figure img {
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  /* line 24, object/_list_column.scss */
  .columnList li a figure img {
    width: 100%;
    height: auto;
  }
}
/* line 34, object/_list_column.scss */
.columnList li a:hover figure img {
  transform: scale(1.05);
}
/* line 38, object/_list_column.scss */
.columnList li a:hover .columnList__text {
  text-decoration: underline;
}
/* line 44, object/_list_column.scss */
.columnList__main {
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  /* line 44, object/_list_column.scss */
  .columnList__main {
    padding: 15px 10px;
    width: 60%;
  }
}
/* line 51, object/_list_column.scss */
.columnList__title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #750069;
}
@media only screen and (max-width: 768px) {
  /* line 51, object/_list_column.scss */
  .columnList__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1;
  }
}
/* line 61, object/_list_column.scss */
.columnList__category {
  display: inline;
  font-size: 1.4rem;
  float: none;
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 768px) {
  /* line 61, object/_list_column.scss */
  .columnList__category {
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 71, object/_list_column.scss */
  .columnList__text {
    line-height: 1.25;
  }
}

/* line 79, object/_list_column.scss */
.doubleList li {
  width: 580px;
}
@media only screen and (max-width: 768px) {
  /* line 79, object/_list_column.scss */
  .doubleList li {
    width: 100%;
    margin-bottom: 4px;
  }
}

/* line 88, object/_list_column.scss */
.trioList li {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  /* line 88, object/_list_column.scss */
  .trioList li {
    width: 100%;
    margin-bottom: 4px;
  }
}

/* line 97, object/_list_column.scss */
.quartetList li {
  width: 285px;
}
@media only screen and (max-width: 768px) {
  /* line 97, object/_list_column.scss */
  .quartetList li {
    width: 100%;
    margin-bottom: 4px;
  }
}

/* line 106, object/_list_column.scss */
.quintetList li {
  width: 230px;
}
@media only screen and (max-width: 768px) {
  /* line 106, object/_list_column.scss */
  .quintetList li {
    width: 100%;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 115, object/_list_column.scss */
  .spDoubleList {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  /* line 119, object/_list_column.scss */
  .spDoubleList li {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 123, object/_list_column.scss */
  .spDoubleList li a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 127, object/_list_column.scss */
  .spDoubleList li a figure,
  .spDoubleList li a .columnList__main {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  /* line 139, object/_list_column.scss */
  .spSingleList li a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 143, object/_list_column.scss */
  .spSingleList li a figure,
  .spSingleList li a .columnList__main {
    width: 100%;
  }
}

/* line 157, object/_list_column.scss */
.columnParallelList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  /* line 157, object/_list_column.scss */
  .columnParallelList {
    display: block;
    width: 100%;
  }
}
/* line 163, object/_list_column.scss */
.columnParallelList li {
  background: #f4f4f4;
  width: 585px;
  margin-bottom: 30px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  /* line 163, object/_list_column.scss */
  .columnParallelList li {
    display: block;
    width: 100%;
  }
}
/* line 173, object/_list_column.scss */
.columnParallelList li figure {
  width: 260px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 173, object/_list_column.scss */
  .columnParallelList li figure {
    width: 100%;
  }
}
/* line 179, object/_list_column.scss */
.columnParallelList li figure img {
  max-width: 280px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 179, object/_list_column.scss */
  .columnParallelList li figure img {
    width: 100%;
    max-width: none;
  }
}
/* line 188, object/_list_column.scss */
.columnParallelList li .textArea {
  width: 310px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 188, object/_list_column.scss */
  .columnParallelList li .textArea {
    width: 100%;
  }
}
/* line 194, object/_list_column.scss */
.columnParallelList li .textArea h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25;
}

/* line 3, object/_list_news.scss */
.newsList__list li {
  border-bottom: #fff 4px solid;
}
/* line 5, object/_list_news.scss */
.newsList__list li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 0;
  font-size: 1.5rem;
  text-decoration: none;
  background: #f4f4f4;
}
@media only screen and (max-width: 768px) {
  /* line 5, object/_list_news.scss */
  .newsList__list li a {
    padding: 10px 0;
    display: block;
  }
}
/* line 18, object/_list_news.scss */
.newsList__date {
  width: 140px;
  padding: 0 20px 0 40px;
  font-size: 1.6rem;
  color: #750069;
  font-family: "Fjalla One", sans-serif;
}
@media only screen and (max-width: 768px) {
  /* line 18, object/_list_news.scss */
  .newsList__date {
    width: auto;
    padding: 0 10px;
    white-space: nowrap;
    float: left;
  }
}
/* line 31, object/_list_news.scss */
.newsList__category, .columnList__category {
  width: 150px;
  padding: 0 10px;
  color: #e6002d;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 31, object/_list_news.scss */
  .newsList__category, .columnList__category {
    width: auto;
    padding: 0 10px;
    white-space: nowrap;
    float: left;
  }
}
/* line 44, object/_list_news.scss */
a .newsList__text {
  width: 900px;
  padding: 0 40px 0 10px;
  color: #222;
}
@media only screen and (max-width: 768px) {
  /* line 44, object/_list_news.scss */
  a .newsList__text {
    clear: both;
    width: 100%;
    padding: 10px;
  }
}
/* line 54, object/_list_news.scss */
a:hover .newsList__text {
  text-decoration: underline;
}

/* line 1, object/_pagination.scss */
.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 3, object/_pagination.scss */
.pagination li {
  margin: 30px 5px 0;
}
@media only screen and (max-width: 768px) {
  /* line 3, object/_pagination.scss */
  .pagination li {
    width: 100%;
    margin: 20px 1px;
  }
}
/* line 9, object/_pagination.scss */
.pagination li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
  font-family: "Fjalla One", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  /* line 9, object/_pagination.scss */
  .pagination li a {
    width: 100%;
  }
}
/* line 26, object/_pagination.scss */
.pagination li a.is-active {
  color: #fff;
}
/* line 29, object/_pagination.scss */
.pagination li a.is-active:hover::after {
  background: #000;
  top: 0;
}
/* line 34, object/_pagination.scss */
.pagination li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s linear;
}
/* line 44, object/_pagination.scss */
.pagination li a:hover::after {
  background: #a1a382;
  top: 0;
}
/* line 49, object/_pagination.scss */
.pagination li.backtoList a {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  /* line 49, object/_pagination.scss */
  .pagination li.backtoList a {
    width: 100%;
    white-space: nowrap;
  }
}
/* line 56, object/_pagination.scss */
.pagination li:first-child a, .pagination li:last-child a {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 56, object/_pagination.scss */
  .pagination li:first-child a, .pagination li:last-child a {
    width: 100%;
  }
}
/* line 66, object/_pagination.scss */
.pagination__disable a {
  pointer-events: none;
  background: #ccc !important;
  color: #999 !important;
  font-weight: normal;
}

/* line 75, object/_pagination.scss */
.nextmatch__next.pagination__disable a {
  background: none !important;
  opacity: 0;
}

/* line 1, object/_tab.scss */
.tabBtn {
  border-bottom: #000 4px solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  /* line 4, object/_tab.scss */
  .tabBtn__xscroll {
    margin-top: 0px;
    width: 100%;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  /* line 10, object/_tab.scss */
  .tabBtn__xscroll li {
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 1.1rem;
  }
}
/* line 18, object/_tab.scss */
.tabBtn li {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
/* line 26, object/_tab.scss */
.tabBtn li::after {
  content: "";
  width: 1px;
  height: 30px;
  border-right: #ccc 1px solid;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* line 36, object/_tab.scss */
.tabBtn li.is-active::after, .tabBtn li:hover::after, .tabBtn li:last-child::after {
  border: none;
}
/* line 41, object/_tab.scss */
.tabBtn li:hover {
  color: #fff;
  background: #000;
}
/* line 45, object/_tab.scss */
.tabBtn li.is-active {
  color: #fff;
  /*background: linear-gradient(-13deg, #000, #000 55%, #333333 55%, #333333 85%, #c2c2c2 85%, #c2c2c2) !important;*/
}

/* line 53, object/_tab.scss */
.tabBtn2 {
  width: 100%;
  background: #000;
}
/* line 56, object/_tab.scss */
.tabBtn2 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 62, object/_tab.scss */
.tabBtn2 li {
  margin: 0 1px;
  width: 100%;
}
/* line 65, object/_tab.scss */
.tabBtn2 li a {
  padding: 15px 15px;
  text-align: center;
  font-size: 1.4rem;
  display: block;
  color: #fff;
  background: #333;
  text-decoration: none;
  min-width: 200px;
  max-width: 100%;
}
/* line 75, object/_tab.scss */
.tabBtn2 li a:hover, .tabBtn2 li a.is-active {
  color: #000;
}
@media only screen and (max-width: 768px) {
  /* line 65, object/_tab.scss */
  .tabBtn2 li a {
    min-width: 0;
    max-width: none;
    height: 100%;
  }
}
/* line 87, object/_tab.scss */
.tabBtn2__title {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  padding-top: 20px;
  position: relative;
}
/* line 93, object/_tab.scss */
.tabBtn2__title.eng {
  letter-spacing: 0.1em;
}
/* line 97, object/_tab.scss */
.tabBtn2 .selectBtn {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 97, object/_tab.scss */
  .tabBtn2 .selectBtn {
    position: static;
    right: auto;
    margin-right: 0;
    top: auto;
  }
}
/* line 108, object/_tab.scss */
.tabBtn2 .selectBtn select {
  border: #535353 1px solid;
  font-size: 1.4rem;
  padding: 10px 30px;
}
/* line 113, object/_tab.scss */
.tabBtn2 .selectBtn option {
  color: #222;
  font-size: 1.5rem;
}

/* line 121, object/_tab.scss */
.tabBtn3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  /* line 121, object/_tab.scss */
  .tabBtn3 {
    margin: 25px 0;
  }
}
/* line 127, object/_tab.scss */
.tabBtn3 li {
  width: 100%;
  padding: 0 5px;
}
/* line 130, object/_tab.scss */
.tabBtn3 li .btn {
  width: 100%;
}

/* line 1, object/_table.scss */
.table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 1, object/_table.scss */
  .table {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 9, object/_table.scss */
  .table thead th {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  /* line 16, object/_table.scss */
  .table tbody th,
  .table tbody td {
    padding: 5px;
  }
}
/* line 25, object/_table.scss */
.table-1st {
  border-collapse: collapse;
}
/* line 28, object/_table.scss */
.table-1st thead tr {
  background: #000 linear-gradient(-23deg, #000, #000 90%, #333333 90%, #333333 97%, #c2c2c2 97%, #c2c2c2) no-repeat;
  color: #fff;
}
/* line 32, object/_table.scss */
.table-1st thead th,
.table-1st thead td {
  padding: 20px;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 32, object/_table.scss */
  .table-1st thead th,
  .table-1st thead td {
    padding: 10px;
    font-size: 1.3rem;
  }
}
/* line 42, object/_table.scss */
.table-1st thead th {
  border-right: #ddd 1px solid;
}
/* line 47, object/_table.scss */
.table-1st thead th:nth-child(n+2) {
  background: #000;
}
/* line 52, object/_table.scss */
.table-1st tbody tr:first-child {
  border-top: #ddd 1px solid;
}
/* line 57, object/_table.scss */
.table-1st tbody th,
.table-1st tbody td {
  padding: 20px;
  vertical-align: middle;
  font-size: 1.5rem;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
@media only screen and (max-width: 768px) {
  /* line 57, object/_table.scss */
  .table-1st tbody th,
  .table-1st tbody td {
    padding: 10px;
    font-size: 1.3rem;
  }
}
/* line 71, object/_table.scss */
.table-1st tbody th {
  background: #eaeaea;
  text-align: left;
  border-bottom-color: #ccc;
}
/* line 77, object/_table.scss */
.table-1st tbody th:first-child,
.table-1st tbody td:first-child {
  border-left: #ddd 1px solid;
}
/* line 87, object/_table.scss */
.table-2nd {
  border-collapse: separate;
  border-spacing: 1px;
}
/* line 91, object/_table.scss */
.table-2nd thead tr {
  background: #000 linear-gradient(-23deg, #000, #000 90%, #333333 90%, #333333 97%, #c2c2c2 97%, #c2c2c2) no-repeat;
  color: #fff;
}
/* line 95, object/_table.scss */
.table-2nd thead th,
.table-2nd thead td {
  padding: 20px;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 95, object/_table.scss */
  .table-2nd thead th,
  .table-2nd thead td {
    padding: 10px;
    font-size: 1.3rem;
  }
}
/* line 105, object/_table.scss */
.table-2nd thead th:nth-child(n+2) {
  background: #000;
}
/* line 110, object/_table.scss */
.table-2nd tbody th,
.table-2nd tbody td {
  padding: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  /* line 110, object/_table.scss */
  .table-2nd tbody th,
  .table-2nd tbody td {
    padding: 5px;
    font-size: 1.3rem;
  }
}
/* line 119, object/_table.scss */
.table-2nd tbody th {
  background: #dfdfdf;
  color: #750069;
  font-weight: bold;
}
/* line 124, object/_table.scss */
.table-2nd tbody td {
  background: #f4f4f4;
}

@media all and (-ms-high-contrast: none) {
  /* line 133, object/_table.scss */
  .table-1st thead tr,
  .table-2nd thead tr {
    background: #000 linear-gradient(-23deg, #000, #000 50%, #333333 50%, #333333 75%, #c2c2c2 75%, #c2c2c2) no-repeat;
  }
}
/* line 138, object/_table.scss */
_::-webkit-full-page-media, _:future, :root .table-1st thead tr,
_::-webkit-full-page-media, _:future, :root .table-2nd thead tr {
  background: #000 linear-gradient(-23deg, #000, #000 50%, #333333 50%, #333333 75%, #c2c2c2 75%, #c2c2c2) no-repeat;
}

@supports (-ms-ime-align: auto) {
  /* line 143, object/_table.scss */
  .table-1st thead tr,
  .table-2nd thead tr {
    background: #000 linear-gradient(-23deg, #000, #000 50%, #333333 50%, #333333 75%, #c2c2c2 75%, #c2c2c2) no-repeat;
  }
}
/* line 2, object/_text_link.scss */
.rightText--link {
  margin-top: 10px;
  text-align: right;
  font-size: 1.5rem;
}
/* line 6, object/_text_link.scss */
.rightText--link::after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 0.5em;
  color: #750069;
}
/* line 12, object/_text_link.scss */
.rightText--link a {
  text-decoration: none;
}
/* line 14, object/_text_link.scss */
.rightText--link a:hover {
  text-decoration: underline;
}

/* line 22, object/_text_link.scss */
.centerText--link {
  margin-top: 10px;
  text-align: center;
  font-size: 1.5rem;
}
/* line 26, object/_text_link.scss */
.centerText--link::after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 0.5em;
  color: #750069;
}
/* line 32, object/_text_link.scss */
.centerText--link a {
  text-decoration: none;
}
/* line 34, object/_text_link.scss */
.centerText--link a:hover {
  text-decoration: underline;
}

/* line 5, object/_title.scss */
.pageTitle {
  background: #e8e8e8;
  padding: 25px 0 25px;
  margin-bottom: 80px;
  color: #750069;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  position: relative;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  /* line 5, object/_title.scss */
  .pageTitle {
    padding-top: 105px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 24, object/_title.scss */
  .pageTitle {
    padding: 25px 0 25px;
  }
}
/* line 33, object/_title.scss */
.englishTitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
  /*
  &:before, &:after {
  	content: attr(title);
  	left: 50%;
  	position: absolute;
  	top: 0;
  	transform : translateX(-50%);
  	white-space: nowrap;
  }
  &:before {
  	color: #98008b;
  	-webkit-mask-image: -webkit-linear-gradient(-82deg, rgba(152,0,137,0), rgba(152,0,137,0) 25%, rgba(152,0,137,1) 26%, rgba(152,0,137,1));
  }
  &:after {
  	color: #000;
  	-webkit-mask-image: -webkit-linear-gradient(-82deg, rgba(255,255,255,0), rgba(0,0,0,0) 50%, rgba(0,0,0,1) 51%, rgba(0,0,0,1));
  }
  */
}
@media only screen and (max-width: 768px) {
  /* line 33, object/_title.scss */
  .englishTitle {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 49, object/_title.scss */
  .englishTitle img {
    width: auto;
    height: 40px;
  }
}

/* line 83, object/_title.scss */
.contentsTitle {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
  border-bottom: #000 4px solid;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px) {
  /* line 83, object/_title.scss */
  .contentsTitle {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
/* line 95, object/_title.scss */
.contentsTitle:first-letter {
  color: #9a148d;
}

/* line 100, object/_title.scss */
.contentsTitle2 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px) {
  /* line 100, object/_title.scss */
  .contentsTitle2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 112, object/_title.scss */
  .contentsTitle2 img {
    display: block;
    margin: 20px auto;
  }
}

/* line 121, object/_title.scss */
.contentsTitle3 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 768px) {
  /* line 121, object/_title.scss */
  .contentsTitle3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 133, object/_title.scss */
  .contentsTitle3 img {
    display: block;
    margin: 20px auto;
  }
}

/* line 143, object/_title.scss */
.komidashi {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0 15px;
}

/* line 5, object/_bnr.scss */
.generalBnr {
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 5, object/_bnr.scss */
  .generalBnr {
    width: 100%;
  }
}
/* line 12, object/_bnr.scss */
.generalBnr a:hover {
  opacity: 0.8;
}
/* line 16, object/_bnr.scss */
.generalBnr img {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  /* line 16, object/_bnr.scss */
  .generalBnr img {
    width: 100%;
    height: auto;
  }
}

/* line 31, object/_bnr.scss */
.sponsorbnrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 31, object/_bnr.scss */
  .sponsorbnrList {
    display: block;
  }
}
/* line 37, object/_bnr.scss */
.sponsorbnrList li {
  width: 580px;
  background: #f4f4f4;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 37, object/_bnr.scss */
  .sponsorbnrList li {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 45, object/_bnr.scss */
.sponsorbnrList li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  color: #000;
}
/* line 49, object/_bnr.scss */
.sponsorbnrList li a picture {
  position: relative;
  width: 580px;
}
@media only screen and (max-width: 768px) {
  /* line 49, object/_bnr.scss */
  .sponsorbnrList li a picture {
    width: 100%;
  }
}
/* line 55, object/_bnr.scss */
.sponsorbnrList li a picture img {
  vertical-align: bottom;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  /* line 55, object/_bnr.scss */
  .sponsorbnrList li a picture img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=common.css.map */
