/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 23, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 33, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 53, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 106, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 138, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 188, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 213, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 227, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 253, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 270, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 280, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 350, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 362, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 374, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 389, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 399, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 409, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 433, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 442, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  box-sizing: border-box;
}

/* line 480, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography
******************************************************************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 16, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
CLEARFIX
*********************/
/*********************
TEXT INDENT
*********************/
/*********************
LIST STYLE
*********************/
/* link color
--------------------------- */
/* link color
--------------------------- */
/*********************
BASE (MOBILE) SIZE
*********************/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 6, ../scss/breakpoints/_base.scss */
html {
  color: #303030;
  font-size: 1em;
  line-height: 1.5714;
  letter-spacing: 0.04em;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

/* line 14, ../scss/breakpoints/_base.scss */
body {
  position: relative;
}

/* line 18, ../scss/breakpoints/_base.scss */
p {
  margin: 0;
}

/* line 23, ../scss/breakpoints/_base.scss */
table th {
  font-weight: normal;
}

/* line 29, ../scss/breakpoints/_base.scss */
a:link,
a:visited {
  color: blue;
}

/* line 35, ../scss/breakpoints/_base.scss */
a:hover,
a:focus,
a:active {
  color: #000066;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 47, ../scss/breakpoints/_base.scss */
::-moz-selection {
  background: #dae8ed;
  text-shadow: none;
}

/* line 52, ../scss/breakpoints/_base.scss */
::selection {
  background: #dae8ed;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 61, ../scss/breakpoints/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #303030;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 81, ../scss/breakpoints/_base.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 89, ../scss/breakpoints/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 99, ../scss/breakpoints/_base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 107, ../scss/breakpoints/_base.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* layout
--------------------------- */
/* line 120, ../scss/breakpoints/_base.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 125, ../scss/breakpoints/_base.scss */
.section {
  width: 1000px;
  margin: 0 auto 50px;
}

/* line 130, ../scss/breakpoints/_base.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* background
--------------------------- */
/* line 139, ../scss/breakpoints/_base.scss */
body {
  background: url(../images/bg.jpg) center 0 repeat;
}

/* line 146, ../scss/breakpoints/_base.scss */
.branding_pc {
  background: url(../images/main.png) center 0 no-repeat;
  background-size: contain;
  height: 648px;
}

/* line 152, ../scss/breakpoints/_base.scss */
.branding_sp {
  display: none;
}

/* line 156, ../scss/breakpoints/_base.scss */
.g_pc {
  display: inline;
}

/* line 160, ../scss/breakpoints/_base.scss */
.g_sp {
  display: none;
}

/* line 164, ../scss/breakpoints/_base.scss */
.h2 {
  background: url(../images/bg_t01.jpg) center 0 no-repeat;
}

/* titles
--------------------------- */
/* line 170, ../scss/breakpoints/_base.scss */
.h2 {
  margin: 0 auto 10px;
  padding: 25px 0;
  text-align: center;
  font-size: 37px;
  font-size: 2.3125em;
  color: white;
  font-weight: normal;
  line-height: 1;
}

/* header
--------------------------- */
/* line 184, ../scss/breakpoints/_base.scss */
.header {
  background: #090f14;
  zoom: 1;
  padding: 23px 0;
}
/* line 17, ../scss/partials/_mixins.scss */
.header:before, .header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 22, ../scss/partials/_mixins.scss */
.header:after {
  clear: both;
}
/* line 188, ../scss/breakpoints/_base.scss */
.header .logo {
  float: left;
  width: 164px;
  margin: 0;
}
/* line 193, ../scss/breakpoints/_base.scss */
.header .main-nav {
  float: left;
  width: 620px;
  margin: 0 0 0 30px;
}
/* line 197, ../scss/breakpoints/_base.scss */
.header .main-nav ul {
  margin: 0;
  padding: 5px 0;
}
/* line 201, ../scss/breakpoints/_base.scss */
.header .main-nav li {
  float: left;
}
/* line 203, ../scss/breakpoints/_base.scss */
.header .main-nav li a {
  padding: 0 10px;
  border-left: 1px solid white;
  color: white;
  font-size: 14px;
  font-size: 0.875em;
  text-decoration: none;
}
/* line 212, ../scss/breakpoints/_base.scss */
.header .main-nav li:last-child a {
  border-right: 1px solid white;
}
/* line 218, ../scss/breakpoints/_base.scss */
.header .co-logo {
  float: right;
  margin: 3px 0 0;
}
/* line 222, ../scss/breakpoints/_base.scss */
.header .nav-toggle {
  display: none;
}

/* branding
--------------------------- */
/* line 230, ../scss/breakpoints/_base.scss */
.branding {
  padding: 0;
}
/* line 232, ../scss/breakpoints/_base.scss */
.branding h1 {
  margin: 0;
  text-align: center;
}

/* content
--------------------------- */
/* line 241, ../scss/breakpoints/_base.scss */
.news {
  margin: 30px auto 50px;
  padding: 10px;
  background: #090f14;
}
/* line 245, ../scss/breakpoints/_base.scss */
.news dl {
  zoom: 1;
  margin: 0;
}
/* line 17, ../scss/partials/_mixins.scss */
.news dl:before, .news dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 22, ../scss/partials/_mixins.scss */
.news dl:after {
  clear: both;
}
/* line 248, ../scss/breakpoints/_base.scss */
.news dl dt {
  float: left;
  padding: 10px 15px;
  font-size: 20px;
  font-size: 1.25em;
  color: white;
  line-height: 1;
  background: #6e05ae;
}
/* line 257, ../scss/breakpoints/_base.scss */
.news dl dd {
  padding: 0 0 0 110px;
  color: white;
}

/* line 265, ../scss/breakpoints/_base.scss */
.famous .famous-area {
  width: 1000px;
  height: 310px;
  margin: 0 auto;
  background: black;
}
/* line 270, ../scss/breakpoints/_base.scss */
.famous .famous-area img {
  max-width: 150px;
}

/* line 278, ../scss/breakpoints/_base.scss */
.ranking .ranking-inner {
  position: relative;
  padding: 30px 50px 60px;
  background: white;
}
/* line 283, ../scss/breakpoints/_base.scss */
.ranking .trophy {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 288, ../scss/breakpoints/_base.scss */
.ranking .ranking-title {
  position: relative;
  float: left;
  width: 50%;
  margin: 0 0 25px 0;
  padding: 0 0 0 47px;
}
/* line 294, ../scss/breakpoints/_base.scss */
.ranking .ranking-title img {
  max-width: 100%;
  height: auto;
}
/* line 299, ../scss/breakpoints/_base.scss */
.ranking .search-area {
  float: right;
  width: 50%;
  margin: 10px 0 0;
  text-align: right;
}
/* line 304, ../scss/breakpoints/_base.scss */
.ranking .search-area input[type=search] {
  height: 29px;
  margin: 0 1px 0 0;
  vertical-align: middle;
}
/* line 309, ../scss/breakpoints/_base.scss */
.ranking .search-area button[type=button] {
  width: 20%;
  height: 37px;
  padding: 10px 15px;
  color: white;
  font-size: 17px;
  font-size: 1.0625em;
  line-height: 1;
  background: #ff001d;
  border: none;
  vertical-align: middle;
}
/* line 321, ../scss/breakpoints/_base.scss */
.ranking .search-area .ranking-day {
  margin: 5px 0 0;
  font-size: 12px;
  color: #090f14;
  text-align: right;
}
/* line 328, ../scss/breakpoints/_base.scss */
.ranking .ranking-table {
  clear: both;
  width: 100%;
  color: #090f14;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1;
}
/* line 336, ../scss/breakpoints/_base.scss */
.ranking .ranking-table .ranking-table__rank-small {
  font-size: 12px;
  font-size: 0.75em;
}
/* line 340, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tr {
  border-bottom: 1px solid #3f3f3f;
}
/* line 343, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tr th,
.ranking .ranking-table tr td {
  padding: 17px 0;
}
/* line 349, ../scss/breakpoints/_base.scss */
.ranking .ranking-table thead tr th {
  padding: 10px 0;
}
/* line 355, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody td {
  text-align: center;
}
/* line 357, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody td a {
  padding: 8px 15px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.0666em;
  line-height: 1;
  background: #6e05ae;
  border-radius: 5px;
}
/* line 367, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody td:nth-of-type(3) {
  color: #ff001d;
}
/* line 372, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody .rank-number th {
  font-size: 20px;
  font-size: 1.25em;
}
/* line 378, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody .rank01 th {
  background: #ab8500;
}
/* line 383, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody .rank02 th {
  background: #959595;
}
/* line 388, ../scss/breakpoints/_base.scss */
.ranking .ranking-table tbody .rank03 th {
  background: #ad6c5d;
}
/* line 394, ../scss/breakpoints/_base.scss */
.ranking .rank-next {
  text-align: right;
}
/* line 396, ../scss/breakpoints/_base.scss */
.ranking .rank-next a {
  cursor: pointer;
  display: block;
  padding: 1em 0 0;
  color: #ad24e6;
  font-size: 18px;
  font-size: 1.125em;
}
/* line 404, ../scss/breakpoints/_base.scss */
.ranking .rank-next a:hover, .ranking .rank-next a:active {
  text-decoration: underline;
}

/* line 411, ../scss/breakpoints/_base.scss */
.account {
  margin: 70px auto;
  text-align: center;
}

/* line 416, ../scss/breakpoints/_base.scss */
.port {
  zoom: 1;
}
/* line 17, ../scss/partials/_mixins.scss */
.port:before, .port:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 22, ../scss/partials/_mixins.scss */
.port:after {
  clear: both;
}
/* line 419, ../scss/breakpoints/_base.scss */
.port .pips {
  color: #f96464;
  font-weight: bold;
}
/* line 423, ../scss/breakpoints/_base.scss */
.port .pl {
  color: #00bbe3;
  font-weight: bold;
}
/* line 428, ../scss/breakpoints/_base.scss */
.port .port-group {
  width: 750px;
  float: left;
}
/* line 433, ../scss/breakpoints/_base.scss */
.port .port-wrapper {
  float: left;
  width: 50%;
  padding: 20px;
  border: 1px solid #3f3f3f;
  background: white;
  height: 370px;
  position: relative;
}
/* line 442, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top {
  width: 100%;
  display: table;
}
/* line 462, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top .port-top__left {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
/* line 470, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top .port-top__right {
  display: table-cell;
  padding-left: 10px;
}
/* line 475, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top .port-top__right .port-top__table {
  width: 100%;
  height: 100px;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #c8c8c8;
}
/* line 489, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top .port-top__right .port-top__table .port-top__th,
.port .port-wrapper .port-top .port-top__right .port-top__table .port-top__td {
  padding: 0 10px;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
/* line 495, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top .port-top__right .port-top__table .port-top__th {
  width: 40%;
  background: #f1e2e5;
}
/* line 499, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-top .port-top__right .port-top__table .port-top__td {
  font-weight: bold;
}
/* line 507, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-user {
  height: 70px;
}
/* line 509, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-user .port-user__nick {
  font-size: 17px;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1;
}
/* line 516, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-user .port-user__blog a {
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.7;
}
/* line 525, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-txt {
  margin-bottom: 1em;
  height: 80px;
}
/* line 528, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-txt p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1.38;
}
/* line 537, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-table__wrapper {
  width: 100%;
}
/* line 541, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-table__wrapper .port-table {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125em;
  line-height: 1;
  text-align: left;
}
/* line 548, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-table__wrapper .port-table th,
.port .port-wrapper .port-table__wrapper .port-table td {
  padding: 5px;
  border: 1px solid #c8c8c8;
  white-space: nowrap;
}
/* line 553, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-table__wrapper .port-table th {
  width: 24%;
  background: #d8d8d8;
}
/* line 559, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-table__wrapper .port-table-pink th {
  background: #f1e2e5;
}
/* line 564, ../scss/breakpoints/_base.scss */
.port .port-wrapper .port-table__wrapper .port-table-blue th {
  background: #dae8ed;
}

/* line 572, ../scss/breakpoints/_base.scss */
.tw {
  width: 240px;
  float: right;
}

/* line 577, ../scss/breakpoints/_base.scss */
.about {
  clear: both;
  zoom: 1;
}
/* line 17, ../scss/partials/_mixins.scss */
.about:before, .about:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 22, ../scss/partials/_mixins.scss */
.about:after {
  clear: both;
}
/* line 580, ../scss/breakpoints/_base.scss */
.about img {
  float: left;
  margin: 0 1px;
}

/* line 586, ../scss/breakpoints/_base.scss */
.range {
  text-align: center;
  margin: 50px auto;
}
/* line 589, ../scss/breakpoints/_base.scss */
.range a {
  font-size: 37px;
  font-size: 2.3125em;
  line-height: 1;
  text-decoration: none;
  /* background: url(../images/bg_t02.jpg) center 0 no-repeat; */
}
/* line 52, ../scss/partials/_mixins.scss */
.range a:link, .range a:visited {
  color: white;
}
/* line 57, ../scss/partials/_mixins.scss */
.range a:hover, .range a:focus, .range a:active {
  opacity: 0.8;
}
/* line 598, ../scss/breakpoints/_base.scss */
.range a span {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 18px;
  font-size: 0.72em;
}

/* line 607, ../scss/breakpoints/_base.scss */
.summary {
  padding: 10px 20px 30px;
  background: #616161;
  color: white;
  font-size: 14px;
  font-size: 0.875em;
}
/* line 613, ../scss/breakpoints/_base.scss */
.summary .h3 {
  margin: 0 0 50px;
  font-size: 26px;
  font-size: 1.625em;
  font-weight: normal;
  text-align: center;
}
/* line 620, ../scss/breakpoints/_base.scss */
.summary dl {
  margin: 0;
}
/* line 622, ../scss/breakpoints/_base.scss */
.summary dl dt {
  margin: 0;
  font-weight: bold;
}
/* line 626, ../scss/breakpoints/_base.scss */
.summary dl dd {
  margin-bottom: 1.5em;
}
/* line 628, ../scss/breakpoints/_base.scss */
.summary dl dd p {
  margin: 0;
}
/* line 633, ../scss/breakpoints/_base.scss */
.summary p {
  margin-bottom: 1.5em;
}
/* line 636, ../scss/breakpoints/_base.scss */
.summary ul {
  margin: 0;
}
/* line 638, ../scss/breakpoints/_base.scss */
.summary ul li {
  padding-left: 1em;
  text-indent: -1em;
}
/* line 643, ../scss/breakpoints/_base.scss */
.summary ol {
  margin: 0;
}
/* line 647, ../scss/breakpoints/_base.scss */
.summary .img dt {
  margin: 0 0 1.5em;
  font-weight: normal;
}
/* line 654, ../scss/breakpoints/_base.scss */
.summary .grand-table th,
.summary .grand-table td {
  padding: 15px 20px;
  color: #303030;
  font-size: 1em;
  border: 1px solid #3f3f3f;
}
/* line 660, ../scss/breakpoints/_base.scss */
.summary .grand-table th {
  background: #d8d8d8;
}
/* line 662, ../scss/breakpoints/_base.scss */
.summary .grand-table th.gl {
  width: 50%;
}
/* line 666, ../scss/breakpoints/_base.scss */
.summary .grand-table td {
  background: white;
}
/* line 670, ../scss/breakpoints/_base.scss */
.summary .sum-area {
  margin-bottom: 1.5em;
}
/* line 674, ../scss/breakpoints/_base.scss */
.summary .sum-area p,
.summary .sum-area dd,
.summary .sum-area ul {
  margin: 0;
}
/* line 677, ../scss/breakpoints/_base.scss */
.summary .sum-area dt {
  font-weight: normal;
}
/* line 681, ../scss/breakpoints/_base.scss */
.summary .prize {
  zoom: 1;
  margin: 1.5em 0;
}
/* line 17, ../scss/partials/_mixins.scss */
.summary .prize:before, .summary .prize:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 22, ../scss/partials/_mixins.scss */
.summary .prize:after {
  clear: both;
}
/* line 684, ../scss/breakpoints/_base.scss */
.summary .prize .h4 {
  margin: 0;
}
/* line 687, ../scss/breakpoints/_base.scss */
.summary .prize .prize-table {
  width: 60%;
  float: left;
  margin: 0 20px 0 0;
}
/* line 691, ../scss/breakpoints/_base.scss */
.summary .prize .prize-table caption {
  text-align: left;
}
/* line 695, ../scss/breakpoints/_base.scss */
.summary .prize .prize-table th,
.summary .prize .prize-table td {
  text-align: center;
  border: 1px solid #3f3f3f;
}
/* line 699, ../scss/breakpoints/_base.scss */
.summary .prize .prize-table th {
  padding: 20px 0;
  background: #8c8c8c;
}
/* line 703, ../scss/breakpoints/_base.scss */
.summary .prize .prize-table td {
  padding: 5px 40px;
  background: white;
  color: #303030;
}
/* line 52, ../scss/partials/_mixins.scss */
.summary a:link, .summary a:visited {
  color: white;
}
/* line 57, ../scss/partials/_mixins.scss */
.summary a:hover, .summary a:focus, .summary a:active {
  opacity: 0.8;
}
/* line 713, ../scss/breakpoints/_base.scss */
.summary span {
  color: #ff001d;
}

/* line 718, ../scss/breakpoints/_base.scss */
.to-top {
  position: fixed;
  bottom: 30px;
  right: 50px;
}
/* line 722, ../scss/breakpoints/_base.scss */
.to-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #090f14;
  color: white;
  font-size: 24px;
  font-size: 1.5em;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  border: 1px solid white;
}

/* line 740, ../scss/breakpoints/_base.scss */
#n01,
#n02,
#n03,
#n04 {
  margin-top: -76px;
  padding-top: 76px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
/* line 753, ../scss/breakpoints/_base.scss */
.hidden {
  display: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 762, ../scss/breakpoints/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 780, ../scss/breakpoints/_base.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 793, ../scss/breakpoints/_base.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 810, ../scss/breakpoints/_base.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 815, ../scss/breakpoints/_base.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 847, ../scss/breakpoints/_base.scss */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 856, ../scss/breakpoints/_base.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 860, ../scss/breakpoints/_base.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 864, ../scss/breakpoints/_base.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 874, ../scss/breakpoints/_base.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 879, ../scss/breakpoints/_base.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 889, ../scss/breakpoints/_base.scss */
  thead {
    display: table-header-group;
  }

  /* line 894, ../scss/breakpoints/_base.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 898, ../scss/breakpoints/_base.scss */
  img {
    max-width: 100% !important;
  }

  /* line 904, ../scss/breakpoints/_base.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 910, ../scss/breakpoints/_base.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (max-width: 1119px) {
  /* line 2, ../scss/breakpoints/_1119up.scss */
  .inner {
    width: 98%;
    max-width: 98%;
  }

  /* line 7, ../scss/breakpoints/_1119up.scss */
  .section {
    width: 98%;
  }

  /* line 11, ../scss/breakpoints/_1119up.scss */
  .h2 {
    width: 100%;
  }

  /* line 18, ../scss/breakpoints/_1119up.scss */
  .btn img {
    max-width: 100%;
    height: auto;
  }

  /* line 25, ../scss/breakpoints/_1119up.scss */
  .header .logo {
    float: none;
    padding: 0 2%;
  }
  /* line 29, ../scss/breakpoints/_1119up.scss */
  .header .main-nav {
    width: 96%;
    float: none;
    padding: 0 2%;
    margin-left: 0;
  }

  /* line 37, ../scss/breakpoints/_1119up.scss */
  .branding {
    padding-top: 0%;
    padding-bottom: 3%;
    background-size: contain;
  }
  /* line 42, ../scss/breakpoints/_1119up.scss */
  .branding .h1 img {
    max-width: 80%;
    height: auto;
  }

  /* line 49, ../scss/breakpoints/_1119up.scss */
  .branding_pc {
    display: none;
  }

  /* line 53, ../scss/breakpoints/_1119up.scss */
  .g_sp {
    display: inline;
  }

  /* line 57, ../scss/breakpoints/_1119up.scss */
  .g_pc {
    display: none;
  }

  /* line 61, ../scss/breakpoints/_1119up.scss */
  .branding_sp {
    display: block;
  }
  /* line 64, ../scss/breakpoints/_1119up.scss */
  .branding_sp img {
    width: 100%;
  }

  /* line 69, ../scss/breakpoints/_1119up.scss */
  .news {
    margin-top: 10px;
  }

  /* line 74, ../scss/breakpoints/_1119up.scss */
  .famous .famous-area {
    width: 100%;
  }

  /* line 80, ../scss/breakpoints/_1119up.scss */
  .port .port-group {
    width: 75%;
  }
  /* line 87, ../scss/breakpoints/_1119up.scss */
  .port .port-wrapper .port-table__wrapper .port-table th,
  .port .port-wrapper .port-table__wrapper .port-table td {
    white-space: normal;
  }
  /* line 94, ../scss/breakpoints/_1119up.scss */
  .port .tw {
    display: none;
    width: 24%;
    text-align: center;
  }

  /* line 102, ../scss/breakpoints/_1119up.scss */
  .about img {
    width: 24%;
    margin: 0 0.5%;
    height: auto;
  }

  /* line 109, ../scss/breakpoints/_1119up.scss */
  .range {
    width: 98%;
  }

  /* line 113, ../scss/breakpoints/_1119up.scss */
  .summary {
    padding-bottom: 50px;
  }
  /* line 116, ../scss/breakpoints/_1119up.scss */
  .summary .prize .prize-table {
    width: 48%;
    margin: 0 1%;
  }
  /* line 122, ../scss/breakpoints/_1119up.scss */
  .summary .img img {
    width: 100%;
    max-width: 800px;
    height: auto;
  }

  /* line 130, ../scss/breakpoints/_1119up.scss */
  .to-top {
    bottom: 20px;
    right: 20px;
  }
  /* line 133, ../scss/breakpoints/_1119up.scss */
  .to-top a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.125em;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (max-width: 999px) {
  /* line 2, ../scss/breakpoints/_999up.scss */
  html {
    font-size: 15px;
    font-size: 0.9375em;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (max-width: 767px) {
  /* line 1, ../scss/breakpoints/_767up.scss */
  html {
    font-size: 14px;
    font-size: 0.875em;
  }

  /* line 6, ../scss/breakpoints/_767up.scss */
  .h2 {
    font-size: 25px;
    font-size: 1.5em;
  }

  /* line 11, ../scss/breakpoints/_767up.scss */
  .header {
    padding: 10px 0;
  }

  /* line 16, ../scss/breakpoints/_767up.scss */
  .news,
  .section {
    margin-bottom: 30px;
  }

  /* line 20, ../scss/breakpoints/_767up.scss */
  .news {
    padding: 0 10px;
  }
  /* line 23, ../scss/breakpoints/_767up.scss */
  .news dl dt {
    font-size: 18px;
    font-size: 1.125em;
    padding: 10px;
  }
  /* line 28, ../scss/breakpoints/_767up.scss */
  .news dl dd {
    padding-left: 70px;
  }
  /* line 30, ../scss/breakpoints/_767up.scss */
  .news dl dd ul {
    margin: 8px 0 0;
    font-size: 14px;
    font-size: 0.875em;
  }

  /* line 40, ../scss/breakpoints/_767up.scss */
  .ranking .ranking-inner {
    padding: 20px;
  }
  /* line 43, ../scss/breakpoints/_767up.scss */
  .ranking .ranking-title {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 47, ../scss/breakpoints/_767up.scss */
  .ranking .ranking-title img {
    max-width: 100%;
    height: auto;
  }
  /* line 52, ../scss/breakpoints/_767up.scss */
  .ranking .search-area {
    float: right;
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
  }
  /* line 57, ../scss/breakpoints/_767up.scss */
  .ranking .search-area input[type=search] {
    height: 31px;
    border-radius: 0;
  }
  /* line 61, ../scss/breakpoints/_767up.scss */
  .ranking .search-area button[type=button] {
    width: 20%;
    height: 37px;
    padding: 10px 5px;
  }
  /* line 69, ../scss/breakpoints/_767up.scss */
  .ranking .ranking-table tr td {
    padding: 5px 0;
  }
  /* line 75, ../scss/breakpoints/_767up.scss */
  .ranking .ranking-table tbody td a {
    padding: 8px;
    display: block;
  }

  /* line 84, ../scss/breakpoints/_767up.scss */
  .account {
    margin: 30px auto;
  }

  /* line 89, ../scss/breakpoints/_767up.scss */
  .port .port-group {
    width: 100%;
    float: none;
  }
  /* line 93, ../scss/breakpoints/_767up.scss */
  .port .tw {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 10px;
  }
  /* line 99, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper {
    padding: 10px;
    height: 330px;
  }
  /* line 103, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-user {
    height: 60px;
  }
  /* line 107, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-top {
    height: 80px;
  }
  /* line 110, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-top .port-top__left {
    width: 80px;
  }
  /* line 113, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-top .port-top__left img {
    width: 80px;
    height: 80px;
  }
  /* line 119, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-top .port-top__right {
    padding-left: 5px;
  }
  /* line 122, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-top .port-top__right .port-top__table {
    height: 80px;
  }
  /* line 132, ../scss/breakpoints/_767up.scss */
  .port .port-wrapper .port-txt {
    margin-top: 1em;
  }

  /* line 142, ../scss/breakpoints/_767up.scss */
  .range {
    margin: 30px 0;
  }
  /* line 144, ../scss/breakpoints/_767up.scss */
  .range a {
    font-size: 25px;
    font-size: 1.5em;
  }

  /* line 150, ../scss/breakpoints/_767up.scss */
  .summary {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 153, ../scss/breakpoints/_767up.scss */
  .summary .h3 {
    margin-bottom: 30px;
  }
  /* line 158, ../scss/breakpoints/_767up.scss */
  .summary .grand-table th,
  .summary .grand-table td {
    padding: 5px;
    font-size: 14px;
    font-size: 0.875em;
  }
  /* line 165, ../scss/breakpoints/_767up.scss */
  .summary .prize .prize-table {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  /* line 170, ../scss/breakpoints/_767up.scss */
  .summary .prize .prize-table th,
  .summary .prize .prize-table td {
    padding: 5px;
  }
}
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (max-width: 600px) {
  /* line 1, ../scss/breakpoints/_600up.scss */
  .header {
    padding-top: 10px;
  }
  /* line 3, ../scss/breakpoints/_600up.scss */
  .header .co-logo {
    display: none;
  }
  /* line 6, ../scss/breakpoints/_600up.scss */
  .header .logo {
    padding-top: 3px;
  }
  /* line 9, ../scss/breakpoints/_600up.scss */
  .header .nav-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    padding: 10px;
    cursor: pointer;
  }
  /* line 17, ../scss/breakpoints/_600up.scss */
  .header .nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    background-color: #e6e6e6;
    width: 100%;
    left: 0;
  }
  /* line 24, ../scss/breakpoints/_600up.scss */
  .header .nav-toggle span:first-child {
    top: 0;
  }
  /* line 27, ../scss/breakpoints/_600up.scss */
  .header .nav-toggle span:nth-of-type(2) {
    top: 12px;
  }
  /* line 30, ../scss/breakpoints/_600up.scss */
  .header .nav-toggle span:last-child {
    top: 24px;
  }
  /* line 35, ../scss/breakpoints/_600up.scss */
  .header .main-nav {
    display: none;
  }
  /* line 37, ../scss/breakpoints/_600up.scss */
  .header .main-nav ul {
    margin: 20px 0 0;
    padding: 0;
    border-top: 1px solid #fff;
  }
  /* line 41, ../scss/breakpoints/_600up.scss */
  .header .main-nav ul li {
    float: none;
  }
  /* line 43, ../scss/breakpoints/_600up.scss */
  .header .main-nav ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-left: none;
  }
  /* line 49, ../scss/breakpoints/_600up.scss */
  .header .main-nav ul li:last-child a {
    border-right: none;
  }

  /* line 58, ../scss/breakpoints/_600up.scss */
  .ranking .ranking-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 62, ../scss/breakpoints/_600up.scss */
  .ranking .ranking-table {
    font-size: 10px;
    font-size: 0.75em;
  }
  /* line 67, ../scss/breakpoints/_600up.scss */
  .ranking .ranking-table tbody td a {
    padding: 3px;
  }
  /* line 73, ../scss/breakpoints/_600up.scss */
  .ranking .search-area {
    margin-top: 20px;
  }

  /* line 79, ../scss/breakpoints/_600up.scss */
  .about img {
    width: 49%;
    margin-bottom: 10px;
  }

  /* line 86, ../scss/breakpoints/_600up.scss */
  .port .port-wrapper {
    float: none;
    width: 100%;
    max-width: 375px;
    height: auto;
    margin: 0 auto 10px;
  }
  /* line 92, ../scss/breakpoints/_600up.scss */
  .port .port-wrapper .port-user {
    height: 100%;
  }
  /* line 95, ../scss/breakpoints/_600up.scss */
  .port .port-wrapper .port-txt {
    height: 100%;
    margin-bottom: 2em;
  }
}
