@charset "utf-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "メイリオ", "小塚ゴシック Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
  background-color: #f4f4f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea,
table {
  word-wrap: break-word;
}
a {
  color: #8b8b8b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ffa500;
  text-decoration: underline;
}
a,
a:active,
a:hover,
a:visited {
  outline: none;
}
a:focus {
  outline: "thin dotted #333";
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded-base {
  border-radius: 4px;
}
.img-rounded-large {
  border-radius: 6px;
}
.img-rounded-samll {
  border-radius: 3px;
}
.img-circle {
  border-radius: 500px;
}
hr {
  width: 95%;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.container {
  position: relative;
  width: 100%;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-all-1,
.col-all-2,
.col-all-3,
.col-all-4,
.col-all-5,
.col-all-6,
.col-all-7,
.col-all-8,
.col-all-9,
.col-all-10,
.col-all-11,
.col-all-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.col-all-1 {
  width: 8.33333333%;
}
.col-all-2 {
  width: 16.66666667%;
}
.col-all-3 {
  width: 25%;
}
.col-all-4 {
  width: 33.33333333%;
}
.col-all-5 {
  width: 41.66666667%;
}
.col-all-6 {
  width: 50%;
}
.col-all-7 {
  width: 58.33333333%;
}
.col-all-8 {
  width: 66.66666667%;
}
.col-all-9 {
  width: 75%;
}
.col-all-10 {
  width: 83.33333333%;
}
.col-all-11 {
  width: 91.66666667%;
}
.col-all-12 {
  width: 100%;
}
.col-1,
.col-sm-1,
.col-2,
.col-sm-2,
.col-3,
.col-sm-3,
.col-4,
.col-sm-4,
.col-5,
.col-sm-5,
.col-6,
.col-sm-6,
.col-7,
.col-sm-7,
.col-8,
.col-sm-8,
.col-9,
.col-sm-9,
.col-10,
.col-sm-10,
.col-11,
.col-sm-11,
.col-12 .col-sm-12 {
  position: relative;
  width: 100%;
  float: left;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 480px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-1 {
    width: 8.33333333%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-12 {
    width: 100%;
  }
}
/*@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
}

// Medium and large device columns (desktop and up)
@media (min-width: @screen-desktop) {
}

@media (min-width: @screen-large-desktop) {
}*/
p {
  margin: 0 0 0;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "メイリオ", "小塚ゴシック Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.8em;
}
h5 {
  font-size: 1.8em;
}
h6 {
  font-size: 1.8em;
}
ul,
ol {
  margin: 0 0 0;
  padding-left: 1em;
  list-style-position: inside;
  list-style-type: disc;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
dl {
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
address {
  display: block;
  margin: 0;
  font-style: normal;
  line-height: 1.6;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.visible-sm {
  display: block !important;
}
tr.visible-sm {
  display: table-row !important;
}
th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
.hidden-sm {
  display: none !important;
}
tr.hidden-sm {
  display: none !important;
}
th.hidden-sm,
td.hidden-sm {
  display: none !important;
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.row {
  max-width: 995px;
}
.container > section {
  color: #696969;
}
.container > section > header {
  border-top: 1px solid #dedede;
  background-color: #eaeaea;
  margin-bottom: 2.5em;
}
.container > section h2,
.container > section .row > p,
.container > section .row > section,
.container > section footer {
  padding-left: 6.875%;
  padding-right: 6.875%;
}
.container > section h2 {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 1em;
  color: #a1a0a0;
}
.container > section .row > section {
  margin-bottom: 3em;
}
.container > section .row > section h3 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.container > section .row > section > p,
.container > section .row > section > ol {
  font-size: 1.2em;
}
.container > section .row > section > p li,
.container > section .row > section > ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.container > section .row > section > ol {
  padding-left: 0;
  list-style-type: decimal;
}
.container > section .row > section > ol ol {
  padding-left: 0;
  list-style-type: none;
}
.container > section footer {
  margin-bottom: 2em;
}
#pageHeader {
  padding-top: 2.2em;
}
#pageHeader h1 {
  width: 60%;
  padding-left: 6.875%;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
}
#pageHeader h1 img {
  width: 100%;
  max-width: 311px;
  max-height: 52px;
}
#gnb {
  display: none;
  margin: 0 0 2em;
}
#gnb > ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  padding-left: 6.875%;
}
#gnb > ul > li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#gnb > ul li {
  padding: 0 24px;
  padding: 0 2.4rem;
  border-left: 1px solid #8b8b8b;
  line-height: 1;
}
#gnb > ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
#gnbMobile {
  width: 100%;
}
#gnbMobile ul,
#gnbMobile li {
  padding: 0;
  margin: 0;
  height: auto;
}
#gnbMobile ul {
  width: 100%;
  display: table;
}
#gnbMobile li {
  display: table-cell;
  width: 25%;
}
#gnbMobile li img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.stores {
  position: absolute;
  -webkit-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -moz-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -o-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -ms-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
}
.stores ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.stores ul > li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.stores ul li {
  width: 50%;
  padding-right: 10px;
  padding-right: 1rem;
}
.stores ul li img {
  max-width: 114px;
  width: 100%;
}
#news-list {
  background-color: #eaeaea;
  border-top: 1px solid #dedede;
}
#news-list > header {
  margin-bottom: 0;
  border-top: 0;
}
#news-list h2,
#news-list .col-all-3,
#news-list .col-all-9 {
  padding-left: 6.875%;
}
#news-list h2 {
  max-width: 995px;
  margin: 0 auto;
  font-size: 1em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  color: #a1a0a0;
}
#appList {
  background-color: #eaeaea;
  border-top: 1px solid #dedede;
}
#appList > header {
  margin-bottom: 0;
  border-top: 0;
}
#appList h2,
#appList .col-all-3,
#appList .col-all-9 {
  padding-left: 6.875%;
}
#appList h2 {
  max-width: 995px;
  margin: 0 auto;
  font-size: 1em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  color: #a1a0a0;
}
#appList > article {
  position: relative;
  overflow: hidden;
  color: #f5f5f5;
  line-height: 1.4;
}
#appList > article .row {
  background-repeat: no-repeat;
  background-size: cover;
}
#appList > article figure > a {
  display: inline-block;
  width: 100%;
}
#appList > article figure img {
  display: inline-block;
  width: 100%;
}
#appList > article h3 {
  font-size: 1.8em;
  font-weight: bold;
}
#appList > article p {
  font-size: 1.2em;
  padding-right: 16%;
}
#appList .col-all-3,
#appList .col-all-9 {
  padding-top: 7.03125%;
  padding-bottom: 7.03125%;
}
#appList .col-all-3 {
  width: 27.65625%;
}
#appList .col-all-3 img {
  max-width: 133px;
}
#appList .col-all-9 {
  width: 72.34375%;
  padding-right: 6.875%;
  float: right;
}
#appList #app1 {
  border-top: 1px solid #534a49;
  background-color: #221c1b;
}
#appList #app1 .row {
  background-image: url("../img/app1_bg.png");
}
#appList #app2 {
  border-top: 1px solid #4c4953;
  background-color: #1d1b22;
}
#appList #app2 .row {
  background-image: url("../img/app2_bg.png");
}
#appList #app3 {
  border-top: 1px solid #454c44;
  background-color: #1c221b;
}
#appList #app3 .row {
  background-image: url("../img/app3_bg.png");
}
#appList #app4 {
  border-top: 1px solid #ffffff;
  color: #252525;
  background-color: #dee6e9;
}
#appList #app4 .row {
  background-image: url("../img/app4_bg_2.png");
}
#appList #app5 {
  border-top: 1px solid #ffffff;
  color: #fff;
  background-color: #000000;
}
#appList #app5 .row {
  background-image: url("../img/afdl/top_app_bg.png");
}
#appList #coming {
  border-top: 1px solid #ced6d9;
  color: #454545;
  background-color: #e5e7df;
}
#appList #coming .row {
  background-image: url("../img/app_coming_bg.png");
}
#policy .row > p {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#policy .row > section > ol ol {
  list-style-type: upper-roman;
}
#policy .row a {
  color: #ffa500;
  text-decoration: underline;
}
#sendInquiry {
  width: 13.083334em;
  height: 3.5em;
  background: url("../img/btn_submit.png") 0 0 no-repeat;
  background-size: cover;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 0.2em;
}
.submit {
  text-align: center;
}
#message {
  font-size: 1.2em;
  margin-bottom: 2.5em;
}
#formArea {
  margin-bottom: 2em;
}
#formArea mark {
  background-color: transparent;
  color: #b84545;
  font-weight: bold;
}
#formArea dl,
#formArea ul {
  font-size: 1.2em;
  padding-left: 6.875%;
  padding-right: 6.875%;
}
#formArea dt {
  margin-bottom: 0.8em;
}
#formArea dd,
#formArea li {
  margin-bottom: 2.3333em;
}
#formArea input[type=text],
#formArea input[type=email],
#formArea input[type=password],
#formArea textarea,
#formArea select {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 1px #e5e5e5 inset;
  box-shadow: 0px 1px 1px #e5e5e5 inset;
}
#formArea input[type=text]:disabled,
#formArea input[type=email]:disabled,
#formArea input[type=password]:disabled,
#formArea textarea:disabled,
#formArea select:disabled,
#formArea input[type=text][readonly=readonly],
#formArea input[type=email][readonly=readonly],
#formArea input[type=password][readonly=readonly],
#formArea textarea[readonly=readonly],
#formArea select[readonly=readonly] {
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -moz-transition: background-color 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -o-transition: background-color 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -ms-transition: background-color 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  transition: background-color 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
}
#formArea input[type=text],
#formArea input[type=password],
#formArea input[type=email] {
  padding: 1em 1em;
}
#formArea input[type=file] {
  max-width: 100%;
}
#formArea textarea {
  padding: 0.5em 0.5em;
  line-height: 1.6em;
  height: 14em;
  resize: none;
}
#formArea select {
  padding: 0.5em 0.5em;
  width: 25em;
  max-width: 100%;
}
#finish {
  padding-bottom: 4em;
}
#finish p {
  font-size: 1.2em;
  padding-left: 6.875%;
  padding-right: 6.875%;
  margin-bottom: 1em;
}
#finish #pageBack {
  padding-top: 2em;
  text-align: center;
}
#toPageTop {
  display: inline-block;
  width: 13.083334em;
  height: 3.5em;
  background: url("../img/btn_submit.png") 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 3.5em;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 0.2em;
}
#toPageTop:hover {
  text-decoration: none;
}
#pageFooter {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #d6d8d0;
  font-size: 1em;
  text-align: center;
  color: #a0a0a0;
}
#pageFooter img {
  display: inline-block;
  max-width: 20px;
  margin-right: 1em;
}
.errorSummary {
  color: #cc1212;
}
/**
 * Password change page
 * 2013.09.30 
 */
.btn-input {
  width: 13.083334em;
  height: 3.5em;
  background: url("../img/btn_submit.png") 0 0 no-repeat;
  background-size: cover;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 0.2em;
}
.game-logo {
  text-align: center;
  margin-bottom: 3em;
}
.game-logo img {
  width: 90%;
  max-width: 348px;
  height: auto;
  max-height: 218px;
}
.password-reset-list li {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.error-message {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 6.875%;
  padding-right: 6.875%;
}
.ggmm p,
.ggmm ol {
  margin-bottom: 2em;
}
.ggmm ol {
  list-style: decimal inside;
  padding-left: 6.875%;
  padding-right: 6.875%;
}
.ggmm a {
  color: #ffa500;
}
.hidden {
  display: none !important;
}
/* 
 * gogomomo
 * 13.10.07
 */
#gogomomo {
  background: url("../img/ggmm/preentry_bg_pt.jpg") top center repeat-y;
}
#gogomomo > header {
  position: relative;
  margin-bottom: 0;
}
#preEntry {
  padding-bottom: 5em;
  background: url("../img/ggmm/preentry_bg.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  color: #455611;
  font-size: 12px;
  font-size: 1.2rem;
}
#preEntry header {
  position: relative;
}
#preEntry header h2 {
  padding: 0;
}
#preEntry header h2 img {
  width: 100%;
  max-width: 995px;
  max-height: 387px;
}
#preEntry section {
  position: relative;
  background-color: #c0db6f;
  border-radius: 20px;
  border-radius: 2rem;
  margin-left: 4.7%;
  margin-right: 4.7%;
  margin-bottom: 2em;
  padding-top: 6.875%;
  padding-bottom: 6.875%;
}
#preEntry section h3 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  text-indent: -0.5em;
}
#preEntry section h3 img {
  max-width: 574px;
  width: 100%;
  height: auto;
  max-height: 79px;
}
#preEntry section h3,
#preEntry section p,
#preEntry section ul,
#preEntry section input,
#preEntry section a {
  position: relative;
  z-index: 10;
}
#preEntry #cp h3 img {
  max-height: 90px;
}
#preEntry figure {
  position: absolute;
  z-index: 1;
  -webkit-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -moz-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -o-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  -ms-transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
  transition: top 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
}
.social-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.social-btn iframe {
  z-index: 100;
}
.social-btn ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.social-btn ul > li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.social-btn ul li {
  vertical-align: top;
}
.social-btn ul li:first-child {
  margin-right: 1em;
}
#cp p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
#cp p strong {
  font-size: 20px;
  font-size: 2rem;
  color: #ff3000;
}
#cp ul {
  padding-left: 0;
  list-style: none;
}
#cp ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#cp figure {
  top: 47px;
  right: 25px;
}
#entryForm a {
  color: #ff3000;
  text-decoration: underline;
}
#entryForm a:hover {
  color: #ff3000;
}
#entryForm #formArea {
  position: relative;
}
#entryForm #formArea #mail_address {
  border-color: #8faa3d;
  color: #8ca343;
  width: 73%;
}
#entryForm figure {
  top: 13px;
  right: 35px;
}
.btn-entry {
  width: 25%;
  height: 45px;
  height: 4.5rem;
  background: url("../img/ggmm/btn_entry.png") 0 0 no-repeat;
  background-size: 100% 100%;
  border: 0;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px #555;
  vertical-align: middle;
}
.ie8 .btn-entry {
  background-image: none;
  background-color: #73c4ff;
  vertical-align: top;
  height: 38px;
}
#introduction ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
#introduction ul > li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#introduction ul li {
  width: 100%;
  position: relative;
  margin-bottom: 5%;
  padding: 0;
}
#introduction ul li img {
  width: 100%;
  max-height: 375px;
  height: auto;
}
#outline ul {
  padding-left: 0;
  list-style: none;
}
#outline figure {
  top: -37px;
  right: 55px;
}
#attention {
  background-color: transparent !important;
  padding-bottom: 1% !important;
}
#attention h4,
#attention ul {
  font-size: 10px;
  font-size: 1rem;
}
#attention h4 {
  font-weight: bold;
}
#attention ul {
  padding-left: 0.5em;
}
.to-top {
  text-align: center;
}
.to-top .btn-input {
  font-size: 10px;
  font-size: 1rem;
  background-size: 100% 100%;
}
.ie8 .to-top .btn-input {
  width: 157px;
  height: 42px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* 
 * resource
 * 13.10.29
 */
#resource > header {
  margin-bottom: 0;
}
#re_main {
  background-color: #131313;
  color: #a7a7a7;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}
#re_main p {
  font-size: 1.2rem !important;
}
#re_main header {
  position: relative;
}
#re_main header h2 {
  padding: 0;
}
#re_main header h2 img {
  width: 100%;
  max-width: 995px;
  max-height: 321px;
}
#re_main .social-btn {
  position: relative;
  display: none;
  height: 73px;
  height: 7.3rem;
  color: #676767;
  background-color: #131313;
  padding-left: 6.875%;
  padding-right: 6.875%;
}
#re_main .social-btn.mobile {
  display: block;
  text-align: left;
}
#re_main .social-btn li {
  /*height: 73px;
            height: 7.3rem;
            line-height: 73px;
            line-height: 7.3rem;*/
  text-align: left;
  padding: 2.1em 0.5em 0 0;
  margin: 0;
  vertical-align: top;
}
#re_main .social-btn li span,
#re_main .social-btn li iframe {
  vertical-align: middle;
}
#re_main section {
  position: relative;
  background: url("../img/resource/resource_section_bg.png") 0 0 no-repeat;
  background-color: #1e1e1e;
  border: 1px solid #242424;
  padding-left: 6.875%;
  padding-right: 6.875%;
  margin-bottom: 1em;
  padding-top: 5%;
  padding-bottom: 5%;
}
#re_main section h3 {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}
#re_main section h3 mark {
  background-color: transparent;
  color: #5892bf;
}
#re_about span {
  text-indent: -0.5em;
  display: inline-block;
}
#re_provide li {
  padding-right: 1em;
}
.screenshot {
  position: relative;
  background-color: #161616;
  padding: 3%;
}
.screenshot img {
  width: 100%;
  height: auto;
  max-width: 272px;
  max-width: 27.2em;
  max-height: 483px;
}
.screenshot .slider {
  overflow: hidden;
  position: relative;
}
.screenshot .slider a:focus {
  outline: none !important;
}
.screenshot .slider li {
  font-size: 10px;
  font-size: 1rem;
}
.screenshot .slider_btn {
  display: none;
}
#re_feature dt {
  margin-top: 1em;
}
#re_feature dt:first-child {
  margin-top: 0;
}
#re_download {
  margin-bottom: 0!important;
}
#re_download nav {
  margin-bottom: 20px;
  margin-bottom: 1.5rem;
}
#re_download li {
  color: #676767;
}
#re_download li:first-child {
  margin-right: 3em;
  margin-bottom: 1rem;
}
#re_download li span {
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}
@media (max-width: 640px) {
  .stores {
    top: 29%;
    right: 0;
  }
  .stores ul {
    overflow: hidden;
  }
  .stores ul li {
    -webkit-transition: right 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    -moz-transition: right 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    -o-transition: right 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    -ms-transition: right 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    transition: right 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    position: absolute;
    display: block;
    padding-right: 0;
    width: 114px;
    width: 11.4rem;
    height: 38px;
    height: 3.8rem;
    overflow: hidden;
    top: 42px;
    top: 4.2rem;
    right: -85px;
    right: -8.5rem;
  }
  .stores ul li:first-child {
    top: 0;
    right: -85px;
    right: -8.5rem;
  }
  .stores ul li:first-child.single {
    top: 15px;
    top: 1.5rem;
  }
  .stores ul li:hover {
    right: 0;
  }
  #attention {
    padding: 0 !important;
  }
  #entryForm figure {
    top: 13px;
    right: 35px;
  }
  .screenshot {
    padding-top: 2em;
  }
  .screenshot .slider {
    width: 100%;
    max-width: 272px;
    max-width: 27.2rem;
    margin: 0 auto;
  }
  .screenshot .slider ul {
    width: 820px;
  }
  .screenshot .slider li {
    width: 272px;
  }
  .screenshot .slider li img {
    width: 100%;
  }
  .screenshot .slider_btn {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
  }
  .screenshot .slider_btn .next,
  .screenshot .slider_btn .prev {
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    height: 522px;
    height: 52.2rem;
    background-size: contain !important;
    cursor: pointer;
  }
  .screenshot .slider_btn .next:hover,
  .screenshot .slider_btn .prev:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .screenshot .slider_btn .next {
    right: 0;
    background: url("../img/resource/next.png") 0 50% no-repeat;
  }
  .screenshot .slider_btn .prev {
    background: url("../img/resource/prev.png") 0 50% no-repeat;
  }
  .screenshot .first .prev,
  .screenshot .end .next {
    display: none;
  }
  .screenshot .slider_disc {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .screenshot .slider_disc ul {
    margin-left: -3.7rem;
  }
  .screenshot .slider_disc li {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.7em;
    background: url("../img/resource/inact.png") 0 0 no-repeat;
    background-size: contain;
  }
  .screenshot .slider_disc li.sel {
    background: url("../img/resource/act.png") 0 0 no-repeat;
    background-size: contain;
  }
  .screenshot .slider_disc li span {
    display: none;
  }
}
@media (min-width: 641px) {
  .container > section > header {
    margin-bottom: 4.5em;
  }
  .container > section h2,
  .container > section .row > p,
  .container > section .row > section,
  .container > section footer {
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  .container > section h2 {
    font-size: 1.4em;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
  .container > section .row > section {
    margin-bottom: 6em;
  }
  .container > section .row > section h3 {
    margin-bottom: 1.5625em;
  }
  .container > section footer {
    margin-bottom: 6em;
  }
  #pageHeader {
    padding-top: 3.5em;
  }
  #pageHeader h1 {
    padding-left: 4.6232%;
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
  #gnb {
    display: block;
  }
  #gnb > ul {
    padding-left: 4.6232%;
  }
  #gnbMobile {
    display: none;
  }
  .stores {
    top: 42.2%;
    right: 3.5%;
  }
  .stores ul li.single {
    width: 100%;
  }
  #news-list h2,
  #news-list .col-all-3,
  #news-list .col-all-9 {
    padding-left: 4.6232%;
  }
  #news-list h2 {
    font-size: 1.4em;
  }
  #news-list ul.row {
    font-size: 1.4em;
  }
  #appList h2,
  #appList .col-all-3,
  #appList .col-all-9 {
    padding-left: 4.6232%;
  }
  #appList h2 {
    font-size: 1.4em;
  }
  #appList > article .row {
    height: 22.4121%;
    background-size: cover;
    background-position: top center;
  }
  #appList > article h3 {
    font-size: 3.1em;
  }
  #appList > article p {
    font-size: 1.4em;
    padding-right: 40%;
  }
  #appList .col-all-3,
  #appList .col-all-9 {
    padding-top: 4.6232%;
    padding-bottom: 4.6232%;
  }
  #appList .col-all-3 {
    width: 17.99003%;
  }
  #appList .col-all-9 {
    width: 82.00997%;
    padding-right: 4.6232%;
  }
  #appList #app1 .row {
    background-image: url("../img/app1_bg_big.png");
  }
  #appList #app2 .row {
    background-image: url("../img/app2_bg_big.png");
  }
  #appList #app3 .row {
    background-image: url("../img/app3_bg_big.png");
  }
  #appList #app4 .row {
    background-image: url("../img/app4_bg_big_2.png");
  }
  #appList #app5 .row {
    background-image: url("../img/afdl/top_app_bg_big.png");
  }
  #appList #coming .row {
    background-image: url("../img/app_coming_bg_big.png");
  }
  #support dl {
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  #support #formArea {
    margin-bottom: 10em;
  }
  #finish {
    padding-bottom: 12em;
  }
  #finish p {
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  footer {
    font-size: 1.2em;
  }
  /**
     * Password change page
     * 2013.09.30 
     */
  .password-reset dl,
  .password-reset ul {
    width: 70%;
    margin: 1em auto 0;
  }
  .password-reset-list li {
    width: 49%;
  }
  .error-message {
    width: 70%;
    margin: 0 auto;
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  .ggmm {
    text-align: center;
  }
  .ggmm ol {
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  /* 
     * gogomomo
     * 13.10.07
     */
  #preEntry section {
    padding: 6.0315%;
  }
  #preEntry section h3 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  #cp p {
    width: 60%;
    font-size: 20px;
    font-size: 2rem;
  }
  #cp p strong {
    font-size: 38px;
    font-size: 3.8rem;
  }
  #cp figure {
    top: 47px;
    right: 25px;
  }
  #entryForm #formArea {
    width: 60%;
  }
  #entryForm #formArea input[type=email] {
    border-color: #8faa3d;
    color: #8ca343;
  }
  #entryForm figure {
    top: 13px;
    right: 35px;
  }
  #introduction ul {
    padding-left: 0;
    list-style: none;
    font-size: 0;
  }
  #introduction ul > li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #introduction ul li {
    width: 50%;
    position: relative;
    margin-bottom: 1%;
  }
  #introduction ul li img {
    max-width: 500px;
    width: 100%;
    max-height: 375px;
    height: auto;
  }
  #introduction ul .item-1 {
    padding-right: 0.5%;
  }
  #introduction ul .item-2 {
    padding-left: 0.5%;
  }
  #introduction ul .item-3 {
    padding-right: 0.5%;
  }
  #introduction ul .item-4 {
    padding-left: 0.5%;
  }
  #introduction ul .item-5 {
    width: 100%;
  }
  #introduction ul .item-5 img {
    max-width: 782px;
    max-height: 586px;
  }
  #outline figure {
    top: -37px;
    right: 55px;
  }
  #attention h4,
  #attention ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .to-top .btn-input {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*
        resource
     */
  #re_main .social-btn {
    display: block;
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  #re_main .social-btn.mobile {
    display: none;
  }
  #re_main section {
    padding-left: 4.6232%;
    padding-right: 4.6232%;
  }
  #re_main section h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #re_main h3,
  #re_main p,
  #re_main > ul,
  #re_main dl,
  #re_main nav ul,
  #re_main #re_provide ul {
    padding: 0 32px;
    padding: 0 3.2rem;
  }
  .screenshot .slider ul {
    margin: 0 !important;
  }
  .screenshot .slider li {
    width: 32%;
    text-align: center;
    margin: 0.5%;
  }
  .screenshot .slider_disc {
    display: none;
  }
}
@media (min-width: 480px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
}
@media (max-width: 481px) {
  .screenshot {
    padding: 0;
    padding-top: 2em;
    background-color: transparent;
  }
  .screenshot .slider_btn .next,
  .screenshot .slider_btn .prev {
    /*width: 2.5rem;
                background-size: contain;*/
  }
  .screenshot .slider_btn .next:hover,
  .screenshot .slider_btn .prev:hover {
    background-color: transparent !important;
  }
  .screenshot .slider_btn .next {
    right: -2.3rem !important;
  }
  .screenshot .slider_btn .prev {
    left: -2.3rem !important;
  }
  #re_download li span {
    width: 8em;
  }
}
@media (max-width: 768px) {
  .ie8 #preEntry {
    background-image: none !important;
  }
  #preEntry figure {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    -o-transition: all 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    transition: all 0.4s cubic-bezier(0.55, 0.59, 0.605, 1.475) 0s;
    visibility: hidden;
  }
  #cp p {
    width: 100%;
  }
  #entryForm #formArea {
    width: 100%;
  }
}
@media (max-width: 980px) {
  #preEntry figure {
    width: 17em;
    top: 25%;
    right: 2%;
  }
  #preEntry figure img {
    width: 100%;
  }
}
