@charset "UTF-8";
/* line 17, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'icon';
  src: url("../font/icon.eot?34605131");
  src: url("../font/icon.eot?34605131#iefix") format("embedded-opentype"), url("../font/icon.woff?34605131") format("woff"), url("../font/icon.ttf?34605131") format("truetype"), url("../font/icon.svg?34605131#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../../../src/cmn/css/_font.scss */
i {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2, ../../../src/cmn/css/_icon.scss */
i.trim:before {
  content: '\e800';
}
/* line 3, ../../../src/cmn/css/_icon.scss */
i.arrow:before {
  content: '\e802';
}
/* line 4, ../../../src/cmn/css/_icon.scss */
i.link:before {
  content: '\e803';
}
/* line 5, ../../../src/cmn/css/_icon.scss */
i.bar:before {
  content: '\e804';
}
/* line 6, ../../../src/cmn/css/_icon.scss */
i.anchor:before {
  content: '\e805';
}
/* line 7, ../../../src/cmn/css/_icon.scss */
i.fb:before {
  content: '\e806';
}
/* line 8, ../../../src/cmn/css/_icon.scss */
i.tw:before {
  content: '\e807';
}
/* line 9, ../../../src/cmn/css/_icon.scss */
i.switch:before {
  content: '\e808';
}
/* line 10, ../../../src/cmn/css/_icon.scss */
i.change:before {
  content: '\e809';
}
/* line 11, ../../../src/cmn/css/_icon.scss */
i.camera:before {
  content: '\e80a';
}
/* line 12, ../../../src/cmn/css/_icon.scss */
i.close:before {
  content: '\e80b';
}
/* line 13, ../../../src/cmn/css/_icon.scss */
i.scale:before {
  content: '\e80c';
}
/* line 14, ../../../src/cmn/css/_icon.scss */
i.ln:before {
  content: '\e80d';
}

/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
/*
@include animation(rotate 10s linear infinite);
*/
@-webkit-keyframes loading {
  /* line 9, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 12, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  /* line 9, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 12, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  /* line 9, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 12, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes move {
  /* line 18, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 21, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes move {
  /* line 18, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 21, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes move {
  /* line 18, ../../../src/cmn/css/_anim.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 21, ../../../src/cmn/css/_anim.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/*color*/
/*anim*/
/*============================
mixin
============================*/
/*
* keyframes animationの定義
* ※_anim.scssに定義
*/
/*
* keyframesで定義したkeyframes animationの設定
* @include animation(animation_name $time linear infinite);
*/
/*
* css animationの時間とeasing指定
*/
/*
* position:absoluteで縦横中央ぞろえ
*/
/*
* 左右に均等のマージンをとった幅指定
*/
/*============================
easing
============================*/
/*============================
animation
============================*/
/* line 3, ../../../src/cmn/css/_all.scss */
body {
  font-family: "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", Meiryo, "���S�V�b�N", YuGothic, "�l�r �o�S�V�b�N", sans-serif;
  color: black;
  position: relative;
  width: 100%;
  background: white;
  font-feature-settings: "palt";
  /***********************************
  * debug
  ************************************/
}
/* line 9, ../../../src/cmn/css/_all.scss */
body ::selection {
  background: #999999;
}
/* line 10, ../../../src/cmn/css/_all.scss */
body ::-moz-selection {
  background: #999999;
}
/* line 11, ../../../src/cmn/css/_all.scss */
body img::selection {
  background: none;
}
/* line 12, ../../../src/cmn/css/_all.scss */
body img::-moz-selection {
  background: none;
}
/* line 15, ../../../src/cmn/css/_all.scss */
body #loader {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 5000;
  text-align: center;
  background: #999999;
}
/* line 23, ../../../src/cmn/css/_all.scss */
body #loader i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-size: 2em;
  -webkit-animation: loading 1.6s linear infinite;
  -moz-animation: loading 1.6s linear infinite;
  animation: loading 1.6s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 32, ../../../src/cmn/css/_all.scss */
body #wrapper {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* line 39, ../../../src/cmn/css/_all.scss */
body #wrapper #main {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 45, ../../../src/cmn/css/_all.scss */
body #wrapper #main section {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 53, ../../../src/cmn/css/_all.scss */
body #wrapper #footer {
  width: 100%;
  float: left;
  text-align: center;
  background: black;
}
/* line 63, ../../../src/cmn/css/_all.scss */
body a {
  text-decoration: none;
}
/* line 67, ../../../src/cmn/css/_all.scss */
body .hide {
  display: none !important;
}
/* line 71, ../../../src/cmn/css/_all.scss */
body .banish {
  visibility: hidden !important;
}
/* line 75, ../../../src/cmn/css/_all.scss */
body .show {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
/* line 79, ../../../src/cmn/css/_all.scss */
body .area {
  width: 100%;
  float: left;
  position: relative;
}
/* line 85, ../../../src/cmn/css/_all.scss */
body .box {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 95, ../../../src/cmn/css/_all.scss */
body .iScrollIndicator {
  border: none !important;
}
/* line 96, ../../../src/cmn/css/_all.scss */
body .iScrollVerticalScrollbar {
  width: 2px !important;
}
/* line 97, ../../../src/cmn/css/_all.scss */
body .iScrollHorizontalScrollbar {
  height: 2px !important;
}
/* line 98, ../../../src/cmn/css/_all.scss */
body .iScrollIndicator {
  background: black !important;
}
/* line 103, ../../../src/cmn/css/_all.scss */
body #stats {
  z-index: 5000;
}

/*size*/
/* line 3, ../../../src/cmn/css/_pc.scss */
body {
  font-size: 10pt;
}
/* line 6, ../../../src/cmn/css/_pc.scss */
body .pc_view {
  display: block;
}
/* line 7, ../../../src/cmn/css/_pc.scss */
body .spc_view {
  display: none;
}
/* line 8, ../../../src/cmn/css/_pc.scss */
body .pc_view_i {
  display: inline;
}
/* line 9, ../../../src/cmn/css/_pc.scss */
body .sp_view_i {
  display: none;
}
/* line 11, ../../../src/cmn/css/_pc.scss */
body img {
  width: 100%;
}
/* line 15, ../../../src/cmn/css/_pc.scss */
body .inner {
  width: 1040px;
  margin: auto;
  position: relative;
}
/* line 21, ../../../src/cmn/css/_pc.scss */
body #header {
  width: 100%;
  float: left;
  position: fixed;
  background: white;
  padding: 5px 20px;
  box-sizing: border-box;
  z-index: 1000;
}
/* line 29, ../../../src/cmn/css/_pc.scss */
body #header h1 {
  width: 22.5vw;
  float: left;
}
/* line 32, ../../../src/cmn/css/_pc.scss */
body #header h1 a {
  width: 100%;
  float: left;
}
/* line 39, ../../../src/cmn/css/_pc.scss */
body #header .area {
  width: 31vw;
  float: right;
}
/* line 43, ../../../src/cmn/css/_pc.scss */
body #header nav {
  width: 100%;
  float: left;
}
/* line 46, ../../../src/cmn/css/_pc.scss */
body #header nav ul {
  width: 100%;
  float: left;
}
/* line 49, ../../../src/cmn/css/_pc.scss */
body #header nav ul li {
  float: left;
  margin: 0 0 0 10px;
}
/* line 52, ../../../src/cmn/css/_pc.scss */
body #header nav ul li a {
  display: inline-block;
}
