@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/** 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; }

/* 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; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
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. */
[hidden], template {
  display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
  background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics ========================================================================== */
/** 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 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. */
mark {
  background: #ff0;
  color: #000; }

/** 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; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/** Contain overflow in all browsers. */
pre {
  overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10. */
button {
  overflow: visible; }

/** 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 Firefox, IE 8+, and Opera Correct `select` style inheritance in Firefox. */
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; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
  line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/** 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 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/** 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 */ }

/** Remove default vertical scrollbar in IE 8/9. */
textarea {
  overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*=====================================
    keyframes
=====================================*/
@-webkit-keyframes hover-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }
@keyframes hover-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@-webkit-keyframes hover-opacity {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    opacity: .7; } }

@keyframes hover-opacity {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    opacity: .7; } }

@-webkit-keyframes hover-bright {
  0% {
    filter: brightness(1.5);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    filter: brightness(1); } }

@keyframes hover-bright {
  0% {
    filter: brightness(1.5);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  100% {
    filter: brightness(1); } }

/*=====================================
    element
=====================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%; }

body {
  color: #101010;
  background-color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-feature-settings: 'palt';
  font-size: 1.4em;
  text-align: center;
  min-width: 320px;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  margin: 0px; }

body:before {
  background-image: url(../img/bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, dl, dd, pre, table, fieldset, address, details, figure {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.25; }

p, blockquote, ol, ul, dl, pre, th, td {
  line-height: 1.5; }

th, td {
  vertical-align: top; }

ul, ul ul {
  list-style-type: square; }

ul ul {
  margin-bottom: 0; }

ul, ol {
  padding-left: 2em; }

a {
  color: #185bc9;
  text-decoration: underline;
  cursor: default;
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease; }

a[href] {
  cursor: pointer; }

a:visited {
  color: #185bc9; }

a:hover {
  text-decoration: none; }

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

iframe {
  vertical-align: bottom; }

/*=====================================
    module - button
=====================================*/
.button, button, input[type="button"], input[type="submit"], .button-list a {
  display: inline-block;
  text-align: left;
  margin: 0;
  position: relative;
  line-height: 1.25;
  padding: 0.725em 0.85em;
  text-decoration: none;
  font-weight: normal;
  border: rgba(88, 140, 228, 0.8) 1px solid;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease, letter-spacing 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease; }

.button, button, input[type="button"], input[type="submit"], .button-list a, .button:visited, button:visited, input:visited[type="button"], input:visited[type="submit"], .button-list a:visited {
  color: #185bc9; }

.button.disabled, button.disabled, input.disabled[type="button"], input.disabled[type="submit"], .button-list a.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .5;
  -webkit-transition: none;
  transition: none;
  filter: grayscale(100%); }

.button.red, button.red, input.red[type="button"], input.red[type="submit"], .button-list a.red {
  border-color: #ff68a0; }

.button.red, button.red, input.red[type="button"], input.red[type="submit"], .button-list a.red, .button.red:visited, button.red:visited, input.red:visited[type="button"], input.red:visited[type="submit"], .button-list a.red:visited {
  color: #e6256c; }

.button.hover, button.hover, input.hover[type="button"], input.hover[type="submit"], .button-list a.hover {
  opacity: .5; }

.button .icon-prepend, button .icon-prepend, input[type="button"] .icon-prepend, input[type="submit"] .icon-prepend, .button-list a .icon-prepend, .button .icon-append, button .icon-append, input[type="button"] .icon-append, input[type="submit"] .icon-append, .button-list a .icon-append, .button:before, button:before, input[type="button"]:before, input[type="submit"]:before, .button-list a:before, .button:after, button:after, input[type="button"]:after, input[type="submit"]:after, .button-list a:after {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -0.05em;
  bottom: 0;
  margin: auto 0;
  display: inline-block; }

.button .icon-prepend, button .icon-prepend, input[type="button"] .icon-prepend, input[type="submit"] .icon-prepend, .button-list a .icon-prepend, .button:before, button:before, input[type="button"]:before, input[type="submit"]:before, .button-list a:before {
  left: .5em; }

.button .icon-append, button .icon-append, input[type="button"] .icon-append, input[type="submit"] .icon-append, .button-list a .icon-append, .button:after, button:after, input[type="button"]:after, input[type="submit"]:after, .button-list a:after {
  right: .5em; }

.button:before, button:before, input[type="button"]:before, input[type="submit"]:before, .button-list a:before, .button:after, button:after, input[type="button"]:after, input[type="submit"]:after, .button-list a:after {
  content: '';
  display: none; }

.button .icon-prepend path, button .icon-prepend path, input[type="button"] .icon-prepend path, input[type="submit"] .icon-prepend path, .button-list a .icon-prepend path {
  stroke: #000; }

.button-list {
  padding-left: 0;
  font-size: 0;
  text-align: center; }

.button-list li {
  list-style-type: none; }

.button-list > li {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block; }

.button-list a {
  margin: .25em; }

/*=====================================
    module - global
=====================================*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.br-over-m {
  display: none; }

.br-only-s {
  display: inline; }

.br-only-m {
  display: none; }

.clickable {
  cursor: pointer; }

.movie-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.movie-container iframe {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

/*=====================================
    module - Magnific Popup
=====================================*/
.mfp-bg {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.mfp-bg.mfp-ready {
  opacity: 0.9; }

.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-iframe-scaler iframe, .mfp-figure:after {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px; }

.my-mfp-zoom-in .mfp-content, .my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.my-mfp-zoom-in.mfp-ready .mfp-content, .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .mfp-content, .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-counter {
  color: #fff; }

button.mfp-close {
  background-color: #000;
  opacity: 1;
  text-align: left;
  white-space: nowrap;
  text-indent: 200%;
  padding: 0 !important;
  overflow: hidden !important; }

button.mfp-close:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC45MSA1MC45MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImxfMiIgZGF0YS1uYW1lPSJsIDIiPjxnIGlkPSJhc3NldHMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMjUuNDUzIDI1LjQ2MykiIGQ9Ik0tNi41NCAyMS40Nmg2NHY4aC02NHoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0icm90YXRlKC00NSAyNS40NjMgMjUuNDUzKSIgZD0iTS02LjU0IDIxLjQ2aDY0djhoLTY0eiIvPjwvZz48L2c+PC9zdmc+);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.mfp-image-holder button.mfp-close {
  top: -5px; }

.mfp-iframe-holder button.mfp-close {
  top: -45px; }

.mfp-image-holder button.mfp-close, .mfp-iframe-holder button.mfp-close {
  width: 45px;
  height: 45px;
  right: 0px; }

.mfp-container {
  overflow: hidden; }

button.mfp-arrow {
  background-color: #000;
  width: 45px;
  height: 45px;
  top: auto;
  bottom: -45px;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.mfp-ready button.mfp-arrow {
  opacity: 1; }

.mfp-removing button.mfp-arrow {
  opacity: 0; }

button.mfp-arrow:before {
  display: none; }

button.mfp-arrow:after {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MC4yNCAxMTQuODMiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0xLjQxIDExMy40MWw1Ni01Ni01Ni01NiIgZGF0YS1uYW1lPSJsIDIiLz48L3N2Zz4=);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mfp-arrow-right {
  right: 0; }

/*=====================================
    module - social-buttons
=====================================*/
.social-buttons {
  padding-left: 0;
  font-size: 0;
  text-align: center; }

.social-buttons li {
  list-style-type: none; }

.social-buttons > li {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block; }

.social-buttons li {
  margin: 3px; }

.social-buttons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom; }

.social-buttons li a.hover {
  opacity: .7; }

.social-buttons li.twitter a {
  background-color: #55ACEE;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTA0LjAxIj48cGF0aCBkPSJNNDAuMjUgMTA0Qzg4LjU2IDEwNCAxMTUgNjQgMTE1IDI5LjI5YzAtMS4xNCAwLTIuMjctLjA4LTMuMzlBNTMuNDMgNTMuNDMgMCAwIDAgMTI4IDEyLjNhNTIuNDIgNTIuNDIgMCAwIDEtMTUuMDggNC4xM0EyNi4zNSAyNi4zNSAwIDAgMCAxMjQuNDYgMS45YTUyLjYzIDUyLjYzIDAgMCAxLTE2LjY4IDYuMzdBMjYuMjkgMjYuMjkgMCAwIDAgNjMgMzIuMjMgNzQuNTYgNzQuNTYgMCAwIDEgOC45MSA0Ljc5IDI2LjI4IDI2LjI4IDAgMCAwIDE3IDM5Ljg1YTI2LjA3IDI2LjA3IDAgMCAxLTExLjg4LTMuMjl2LjMzYTI2LjI3IDI2LjI3IDAgMCAwIDIxLjA3IDI1Ljc1IDI2LjIyIDI2LjIyIDAgMCAxLTExLjg2LjQ1IDI2LjI5IDI2LjI5IDAgMCAwIDI0LjU0IDE4LjI0QTUyLjY5IDUyLjY5IDAgMCAxIDYuMjUgOTIuNTkgNTMuNDYgNTMuNDYgMCAwIDEgMCA5Mi4yMSA3NC4zNSA3NC4zNSAwIDAgMCA0MC4yNSAxMDQiIGZpbGw9IiNmZmYiIGRhdGEtbmFtZT0ibCAyIi8+PC9zdmc+);
  -webkit-background-size: 62% 62%;
          background-size: 62%; }

.social-buttons li.facebook a {
  background-color: #3b5998;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4Ij48cGF0aCBkPSJNMTIwLjk0IDBINy4wNkE3LjA2IDcuMDYgMCAwIDAgMCA3LjA2djExMy44OEE3LjA2IDcuMDYgMCAwIDAgNy4wNiAxMjhoNjEuM1Y3OC40M0g1MS42OVY1OS4xMWgxNi42OFY0NC44N2MwLTE2LjUzIDEwLjEtMjUuNTQgMjQuODUtMjUuNTRhMTM2Ljg2IDEzNi44NiAwIDAgMSAxNC45MS43NnYxNy4yOEg5Ny44OWMtOCAwLTkuNTcgMy44MS05LjU3IDkuNHYxMi4zNGgxOS4xM0wxMDUgNzguNDNIODguMzJWMTI4aDMyLjYyYTcuMDYgNy4wNiAwIDAgMCA3LjA2LTcuMDZWNy4wNkE3LjA2IDcuMDYgMCAwIDAgMTIwLjk0IDB6IiBmaWxsPSIjZmZmIiBkYXRhLW5hbWU9ImwgMiIvPjwvc3ZnPg==);
  -webkit-background-size: 53% 53%;
          background-size: 53%; }

.social-buttons li.line a {
  background-color: #00b900;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDQuMzMgOTkuNDEiPjxwYXRoIGQ9Ik0xMDQuMzMgNDIuMzNDMTA0LjMzIDE5IDgwLjkzIDAgNTIuMTYgMFMwIDE5IDAgNDIuMzNDMCA2My4yNiAxOC41NiA4MC43OCA0My42MyA4NC4xYzEuNy4zNyA0IDEuMTIgNC42IDIuNTdhMTAuNzEgMTAuNzEgMCAwIDEgLjE3IDQuNzJsLS43NCA0LjQ3Yy0uMjMgMS4zMi0xIDUuMTYgNC41MiAyLjgxczMwLTE3LjY5IDQxLTMwLjI5YzcuNTMtOC4yOSAxMS4xNS0xNi43MSAxMS4xNS0yNi4wNXpNMzMuNzYgNTQuNzlhMSAxIDAgMCAxLTEgMUgxOC4xM2ExIDEgMCAwIDEtLjctLjI4IDEgMSAwIDAgMS0uMjgtLjdWMzIuMDdhMSAxIDAgMCAxIDEtMWgzLjY2YTEgMSAwIDAgMSAxIDF2MTguMDVoOS45NGExIDEgMCAwIDEgMSAxem04LjgyIDBhMSAxIDAgMCAxLTEgMWgtMy42N2ExIDEgMCAwIDEtMS0xVjMyLjA3YTEgMSAwIDAgMSAxLTFoMy42NmExIDEgMCAwIDEgMSAxem0yNS4xOCAwYTEgMSAwIDAgMS0xIDFoLTMuNjdhMSAxIDAgMCAxLS4yNiAwaC0uMTNhMSAxIDAgMCAxLS4yNi0uMjVMNTEuODMgNDEuM3YxMy41YTEgMSAwIDAgMS0xIDFoLTMuNjdhMSAxIDAgMCAxLTEtMVYzMi4wN2ExIDEgMCAwIDEgMS0xaDQuMjFsLjA2LjA2LjA4LjEgMTAuNTcgMTQuMzR2LTEzLjVhMSAxIDAgMCAxIDEtMWgzLjY2YTEgMSAwIDAgMSAxIDF6TTg4IDM1LjczYTEgMSAwIDAgMS0xIDFINzd2My44NGgxMGExIDEgMCAwIDEgMSAxdjMuNjZhMSAxIDAgMCAxLTEgMUg3N3YzLjg0aDEwYTEgMSAwIDAgMSAxIDF2My42NmExIDEgMCAwIDEtMSAxSDcyLjM0YTEgMSAwIDAgMS0uNy0uMjggMSAxIDAgMCAxLS4yOC0uN1YzMi4wN2ExIDEgMCAwIDEgLjI4LS43IDEgMSAwIDAgMSAuNy0uMjlIODdhMSAxIDAgMCAxIDEgMXoiIGZpbGw9IiNmZmYiIGRhdGEtbmFtZT0ibCAyIi8+PC9zdmc+);
  -webkit-background-size: 65% 65%;
          background-size: 65%; }

/*=====================================
    back-to-top
=====================================*/
.back-to-top {
  position: fixed;
  z-index: 100;
  margin: 0;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-box-shadow: #fff 0 0 8px 2px;
          box-shadow: #fff 0 0 8px 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5); }

.back-to-top[href] {
  -webkit-transition: visibility .3s, opacity .3s,-webkit-transform .3s;
  transition: visibility .3s, opacity .3s,-webkit-transform .3s;
  transition: visibility .3s, opacity .3s,transform .3s;
  transition: visibility .3s, opacity .3s,transform .3s, -webkit-transform .3s; }

.back-to-top:before {
  content: '';
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3Ny4yMSAxMjYuMTQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIwIiBkPSJNNy4wNyAxMTkuMDdsNTYtNTYtNTYtNTYiIGRhdGEtbmFtZT0ibCAyIi8+PC9zdmc+);
  background-repeat: no-repeat;
  -webkit-background-size: 25% 25%;
          background-size: 25%;
  background-position: center;
  -webkit-transform: rotate(-90deg) translateX(2%);
      -ms-transform: rotate(-90deg) translateX(2%);
          transform: rotate(-90deg) translateX(2%);
  opacity: .2; }

/*=====================================
    loading
=====================================*/
.site-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 1em;
  width: 10%;
  height: 3em;
  color: #fff;
  background-color: #000;
  text-align: center;
  opacity: 1; }

body.loaded .site-loading {
  opacity: 0;
  display: none; }

/*=====================================
    site
=====================================*/
.site {
  position: relative;
  min-height: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: 'palt';
  color: rgba(16, 16, 16, 0.7);
  pointer-events: none; }

body.loaded .site {
  pointer-events: auto; }

.site-main {
  max-width: 960px;
  background-color: #fff;
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px;
  -webkit-box-shadow: #fff 0 0 16px 4px;
          box-shadow: #fff 0 0 16px 4px; }

.site-header {
  margin-bottom: 16px; }

.site-logo {
  text-align: center;
  margin-bottom: 1em; }

.site-logo img {
  width: 10em;
  opacity: .6; }

.site-desc {
  text-align: center; }

.site-content h3 {
  font-size: 150%;
  font-weight: 200;
  text-align: center;
  vertical-align: middle; }

.site-content h3:before, .site-content h3:after {
  display: inline-block;
  margin: 0 .5em;
  width: 4em;
  height: 1px;
  content: '';
  vertical-align: middle;
  background-color: rgba(16, 16, 16, 0.2); }

.site-content p {
  text-align: center; }

.site-content .margin-s {
  margin-bottom: 1em; }

.site-copyright {
  text-align: center;
  font-size: 80%; }

/*=====================================
    top
=====================================*/
.works-list {
  padding-left: 0;
  display: inline-block; }

.works-list li {
  list-style-type: none; }

.works-list li {
  margin-bottom: 1em; }

.works-list .title {
  font-weight: 700; }

.works-list .desc {
  font-size: 80%;
  padding-left: 1em; }

.profile-table {
  margin-left: auto;
  margin-right: auto; }

.profile-table th {
  text-align: right; }

.profile-table th:after {
  content: '-';
  display: inline-block;
  margin: 0 .5em; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){

  /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img{
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0; }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px){
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px; } }

@media (min-width: 442.66667px){
  body{
    margin: 0px; } }

@media (min-width: 549.33333px){
  body{
    margin: 0px; } }

@media (min-width: 656px){
  body{
    margin: 0px; }
  h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, dl, dd, pre, table, fieldset, address, details, figure{
    margin-bottom: 24px; }
  .button-list > li{
    font-size: 14px;
    font-size: 1.4rem; }
  .br-over-m{
    display: inline; }
  .br-only-s{
    display: none; }
  .br-only-m{
    display: inline; }
  .social-buttons > li{
    font-size: 14px;
    font-size: 1.4rem; }
  .social-buttons li{
    margin: 3.5px; }
  .social-buttons li a{
    width: 35px;
    height: 35px; }
  .back-to-top{
    width: 48px;
    height: 48px; }
  .back-to-top{
    font-size: 11px;
    font-size: 1.1rem; }
  .back-to-top.show{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .back-to-top.show.hover{
    opacity: .7; }
  .site{
    font-size: 14px;
    font-size: 1.4rem; }
  .site{
    padding-left: 16px;
    padding-right: 16px; }
  .site-main{
    padding: 24px; }
  .site-header{
    margin-bottom: 24px; } }

@media (min-width: 853.33333px){
  body{
    margin: 0px; } }

@media (min-width: 1050.66667px){
  body{
    margin: 0px; } }

@media (min-width: 1248px){
  body{
    margin: 0px; }
  h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, dl, dd, pre, table, fieldset, address, details, figure{
    margin-bottom: 32px; }
  .button-list > li{
    font-size: 16px;
    font-size: 1.6rem; }
  .br-only-m{
    display: none; }
  .social-buttons > li{
    font-size: 16px;
    font-size: 1.6rem; }
  .social-buttons li{
    margin: 4px; }
  .social-buttons li a{
    width: 40px;
    height: 40px; }
  .back-to-top{
    width: 64px;
    height: 64px; }
  .back-to-top{
    font-size: 12px;
    font-size: 1.2rem; }
  .site{
    font-size: 16px;
    font-size: 1.6rem; }
  .site{
    padding-left: 24px;
    padding-right: 24px; }
  .site-main{
    padding: 32px; }
  .site-header{
    margin-bottom: 32px; } }

@media (min-width: 1477.33333px){
  body{
    margin: 0px; } }

@media (min-width: 1706.66667px){
  body{
    margin: 0px; } }

@media all and (-ms-high-contrast: none){
  body{
    background-image: url(../img/bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  body:before{
    display: none; } }

@media screen and (-webkit-min-device-pixel-ratio: 0){
  .button-list ::i-block-chrome, .button-list{
    font-size: 1px;
    letter-spacing: -1px;
    word-spacing: -1px; }
  .social-buttons ::i-block-chrome, .social-buttons{
    font-size: 1px;
    letter-spacing: -1px;
    word-spacing: -1px; } }

@media (min-width: 900px){
  .mfp-image-holder button.mfp-close{
    top: -20px; }
  .mfp-iframe-holder button.mfp-close{
    top: -60px; }
  .mfp-image-holder button.mfp-close, .mfp-iframe-holder button.mfp-close{
    width: 60px;
    height: 60px; }
  button.mfp-arrow{
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .mfp-arrow-left{
    left: -60px; }
  .mfp-arrow-right{
    right: -60px; } }
