@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 9, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 22, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 35, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 55, ../scss/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 66, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 75, ../scss/partials/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 84, ../scss/partials/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 97, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 109, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 122, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 162, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 171, ../scss/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 180, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 189, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 197, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 201, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, ../scss/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 232, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 246, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 255, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 272, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 286, ../scss/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 295, ../scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 306, ../scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 318, ../scss/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 330, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 342, ../scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 353, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 366, ../scss/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 385, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 394, ../scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 406, ../scss/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 416, ../scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 427, ../scss/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 436, ../scss/partials/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 446, ../scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 8, ../scss/style.scss */
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #f2f2f2;
}
/* line 13, ../scss/style.scss */
body * {
  box-sizing: border-box;
}

/* line 18, ../scss/style.scss */
a {
  text-decoration: none;
}

/* line 19, ../scss/style.scss */
h1, h2, h3,
ul, ol, li, dl, dd, dt,
p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* line 26, ../scss/style.scss */
ul, ol {
  list-style: none;
}

/* line 29, ../scss/style.scss */
a {
  color: #2462a8;
}

/* line 30, ../scss/style.scss */
img {
  vertical-align: bottom;
}

/* line 34, ../scss/style.scss */
#container {
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
}

/* line 40, ../scss/style.scss */
.sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em;
}

/* line 47, ../scss/style.scss */
.lang-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: .75em;
  line-height: 1;
}
/* line 53, ../scss/style.scss */
.lang-switcher label {
  margin-right: .5em;
}
/* line 56, ../scss/style.scss */
.lang-switcher__select {
  display: inline-block;
  width: 8em;
  overflow: hidden;
  position: relative;
}
/* line 61, ../scss/style.scss */
.lang-switcher__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  box-shadow: none;
  border: 1px solid #BBB;
  color: #666;
  padding: .5em 2em .5em .5em;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: ellipsis;
}
/* line 72, ../scss/style.scss */
.lang-switcher__select select::-ms-expand {
  display: none;
}
/* line 75, ../scss/style.scss */
.lang-switcher__select::before {
  position: absolute;
  top: 1em;
  right: calc(1em - 4px);
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
  pointer-events: none;
}
/* line 85, ../scss/style.scss */
.lang-switcher__select::after {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  content: '';
  border-left: 1px solid #BBB;
}

/* line 97, ../scss/style.scss */
header > :not(.header__visual) {
  display: none;
}
/* line 100, ../scss/style.scss */
header.show-video #poster {
  display: none;
}
/* line 104, ../scss/style.scss */
header:not(.show-video) #player {
  display: none;
}
/* line 107, ../scss/style.scss */
header:not(.show-video) #poster {
  width: 100%;
  height: auto;
}

/* line 114, ../scss/style.scss */
.links {
  margin: 10px;
  position: relative;
  z-index: 1;
}
/* line 118, ../scss/style.scss */
.links__item {
  max-width: 560px;
  margin: 0 auto;
}
/* line 121, ../scss/style.scss */
.links__item img {
  width: 100%;
  height: auto;
}
/* line 126, ../scss/style.scss */
.links__item:hover img {
  opacity: .8;
}
/* line 130, ../scss/style.scss */
.links__item + .links__item {
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* line 136, ../scss/style.scss */
  .links {
    margin: 40px 10px 10px;
  }
  /* line 139, ../scss/style.scss */
  .links__item + .links__item {
    margin-top: 20px;
  }
}
/* line 146, ../scss/style.scss */
.breadcrumb {
  color: #d9d9d9;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
  vertical-align: middle;
  margin: 5px 10px;
}
/* line 152, ../scss/style.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}
/* line 155, ../scss/style.scss */
.breadcrumb strong {
  color: #999;
  font-weight: normal;
}

/* line 161, ../scss/style.scss */
.dl-app {
  background: #3d588f;
}
/* line 163, ../scss/style.scss */
.dl-app h3 {
  font-size: .875em;
  text-align: center;
  padding: .5em 0;
  color: #fff;
  background: #072950;
}
/* line 171, ../scss/style.scss */
.dl-app .platform ul {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 178, ../scss/style.scss */
.dl-app .platform ul li a img {
  width: auto;
  height: 30px;
}
/* line 182, ../scss/style.scss */
.dl-app .platform ul li a:hover {
  opacity: .7;
}
/* line 186, ../scss/style.scss */
.dl-app .platform ul li + li {
  margin-left: 4px;
}
/* line 191, ../scss/style.scss */
.dl-app .platform.show {
  display: block;
}
/* line 194, ../scss/style.scss */
.dl-app .platform.hide {
  display: none;
}
/* line 198, ../scss/style.scss */
.dl-app .notice {
  font-size: .75em;
  text-align: center;
  padding: 5px 5px 10px;
  color: #cff3fc;
}

@media (min-width: 768px) {
  /* line 208, ../scss/style.scss */
  .dl-app .platform ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 213, ../scss/style.scss */
  .dl-app .platform ul li a img {
    height: 60px;
  }
  /* line 217, ../scss/style.scss */
  .dl-app .platform ul li + li {
    margin-left: 15px;
  }
  /* line 223, ../scss/style.scss */
  .dl-app .notice {
    font-size: .875em;
    padding: 5px 5px 15px;
  }
}
/* line 230, ../scss/style.scss */
.content {
  padding-bottom: 10px;
  background: url("../images/bg.jpg") 0 100% no-repeat;
  background-size: 100% auto;
}
/* line 234, ../scss/style.scss */
.content .intro {
  padding: 25px 0;
  position: relative;
}
/* line 237, ../scss/style.scss */
.content .intro h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 4px #FFF;
  position: relative;
  z-index: 1;
}
/* line 250, ../scss/style.scss */
.content .intro .text-wrap {
  max-width: 640px;
  margin: 0 auto;
}
/* line 254, ../scss/style.scss */
.content .intro__text {
  color: #4c4c4c;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
/* line 266, ../scss/style.scss */
.content .intro dl dd {
  opacity: .25;
}
/* line 268, ../scss/style.scss */
.content .intro dl dd:first-child {
  width: 85%;
  position: absolute;
  top: -12.5%;
  right: -25%;
  z-index: 0;
}
/* line 275, ../scss/style.scss */
.content .intro dl dd:last-child {
  width: 60%;
  position: absolute;
  bottom: -15%;
  left: -15%;
  z-index: 0;
}
/* line 282, ../scss/style.scss */
.content .intro dl dd img {
  width: 100%;
}
/* line 286, ../scss/style.scss */
.content .jumbolist {
  margin: 10px;
}
/* line 288, ../scss/style.scss */
.content .jumbolist li {
  border-radius: 10px;
  overflow: hidden;
  border: solid 4px #ebebeb;
  display: block;
}
/* line 292, ../scss/style.scss */
.content .jumbolist li + li {
  margin-top: 10px;
}
/* line 296, ../scss/style.scss */
.content .jumbolist li img {
  width: 100%;
  height: auto;
}
/* line 300, ../scss/style.scss */
.content .jumbolist li p {
  background-color: #121212;
  color: #eee8aa;
  font-size: .75em;
  line-height: 1.34em;
  padding: 10px;
}
/* line 310, ../scss/style.scss */
.content .gallery {
  margin: 10px;
}
/* line 312, ../scss/style.scss */
.content .gallery li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: solid 4px #ebebeb;
      /*
      .caption {
        display: flex;
        align-items: center;

        opacity: 0;
        border-radius: 10px;

        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);

        transition: all .3s ease-in-out;
      }

      .caption.fade {
        opacity: 1;
      }
      */
}
/* line 319, ../scss/style.scss */
.content .gallery li img {
  width: 100%;
  height: auto;
}
/* line 345, ../scss/style.scss */
.content .gallery li + li {
  margin-top: 10px;
}
/* line 351, ../scss/style.scss */
.content .overview,
.content .privacy,
.content .contact,
.content .guideline {
  margin: 10px;
}
/* line 356, ../scss/style.scss */
.content .overview h2,
.content .privacy h2,
.content .contact h2,
.content .guideline h2 {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: .5em 1em .5em 1em;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: bold;
}
/* line 366, ../scss/style.scss */
.content .overview h2::after,
.content .privacy h2::after,
.content .contact h2::after,
.content .guideline h2::after {
  position: absolute;
  top: .25em;
  left: .25em;
  content: '';
  width: 4px;
  height: calc(100% - .5em);
  background-color: #2297e5;
  border-radius: 2px;
}
/* line 376, ../scss/style.scss */
.content .overview h3,
.content .privacy h3,
.content .contact h3,
.content .guideline h3 {
  color: #333;
  font-size: 1em;
  margin-top: 1.25em;
}
/* line 381, ../scss/style.scss */
.content .overview p,
.content .overview ol li,
.content .privacy p,
.content .privacy ol li,
.content .contact p,
.content .contact ol li,
.content .guideline p,
.content .guideline ol li {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}
/* line 387, ../scss/style.scss */
.content .overview p a:hover,
.content .overview ol li a:hover,
.content .privacy p a:hover,
.content .privacy ol li a:hover,
.content .contact p a:hover,
.content .contact ol li a:hover,
.content .guideline p a:hover,
.content .guideline ol li a:hover {
  text-decoration: underline;
}
/* line 391, ../scss/style.scss */
.content .overview .button-container,
.content .privacy .button-container,
.content .contact .button-container,
.content .guideline .button-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 396, ../scss/style.scss */
.content .overview .button,
.content .privacy .button,
.content .contact .button,
.content .guideline .button {
  display: inline-block;
  width: 160px;
  padding: .5em 0;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #0087cc;
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
  background: #c3dae5;
  background: linear-gradient(to bottom, #c3dae5 0%, #3e8bb2 49%, #0076b2 51%, #0087cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dae5', endColorstr='#0087cc',GradientType=0 );
}

/* line 418, ../scss/style.scss */
header,
.app,
.gallery {
  position: relative;
  z-index: 1;
}

/* line 425, ../scss/style.scss */
.twitter-widget {
  margin: 10px;
  text-align: center;
}
/* line 428, ../scss/style.scss */
.twitter-widget .twitter-timeline {
  margin-right: auto;
  margin-left: auto;
}

/* line 434, ../scss/style.scss */
footer {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  background: #1a1a1a;
}
/* line 440, ../scss/style.scss */
footer .connect,
footer .media {
  background: #FFF;
}
/* line 443, ../scss/style.scss */
footer .connect li,
footer .media li {
  border-bottom: solid 1px #E6E6E6;
}
/* line 445, ../scss/style.scss */
footer .connect li a,
footer .media li a {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 16px 8px;
}
/* line 450, ../scss/style.scss */
footer .connect li a::before,
footer .media li a::before {
  float: left;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background: url("../images/arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
}
/* line 462, ../scss/style.scss */
footer .connect li:first-child,
footer .media li:first-child {
  border-top: solid 1px #E6E6E6;
}
/* line 469, ../scss/style.scss */
footer .media li:first-child {
  border-top: none;
}
/* line 475, ../scss/style.scss */
footer .app {
  padding: 10px 0 0;
}
/* line 477, ../scss/style.scss */
footer .copyright {
  text-align: center;
  padding-top: 10px;
}
/* line 480, ../scss/style.scss */
footer .copyright small {
  color: #CCC;
  font-size: 12px;
  line-height: 1;
}
/* line 484, ../scss/style.scss */
footer .copyright small a {
  color: #CCC;
}

/* line 489, ../scss/style.scss */
.link-gl {
  margin: 20px auto;
  text-align: center;
}

/* line 493, ../scss/style.scss */
.link-gl p {
  font-size: .75em;
  font-weight: bold;
}

/* line 498, ../scss/style.scss */
.loop-images {
  display: flex;
}
/* line 501, ../scss/style.scss */
.loop-images div img {
  width: 100%;
  height: auto;
}

/* line 508, ../scss/style.scss */
ul.note,
ol.note {
  font-size: .86em;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1.5em;
  counter-reset: count;
}
/* line 516, ../scss/style.scss */
ul.note li,
ol.note li {
  line-height: 1.5;
}
/* line 518, ../scss/style.scss */
ul.note li::before,
ol.note li::before {
  color: inherit;
  content: "※";
  line-height: 1.5;
  margin: 0 0.25em 0 -1.25em;
}
/* line 524, ../scss/style.scss */
ul.note li + li,
ol.note li + li {
  margin-top: 5px;
}

/* line 530, ../scss/style.scss */
ol.note li::before {
  content: counter(count) ".";
  font-family: inherit;
  font-style: normal;
}

/* line 537, ../scss/style.scss */
.alert {
  background-color: #e2eff7;
  border-radius: 5px;
  color: #004c8c;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* line 545, ../scss/style.scss */
.alert > *:first-child {
  margin-top: 0;
}
/* line 548, ../scss/style.scss */
.alert > *:last-child {
  margin-bottom: 0;
}
/* line 552, ../scss/style.scss */
.alert--success {
  background-color: #d6ebb7;
  color: #438c00;
}
/* line 556, ../scss/style.scss */
.alert--warnning {
  background-color: #f7f4e2;
  color: #907003;
}
/* line 560, ../scss/style.scss */
.alert--danger {
  background-color: #f5d6df;
  color: #c7085a;
}

/* line 566, ../scss/style.scss */
.grid-container {
  display: grid;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 571, ../scss/style.scss */
.grid-container .grid-item {
  display: flex;
  align-items: center;
}
/* line 574, ../scss/style.scss */
.grid-container .grid-item .thumbnail {
  flex: 0 0 120px;
}
/* line 576, ../scss/style.scss */
.grid-container .grid-item .thumbnail img {
  width: 100%;
  height: auto;
}
/* line 581, ../scss/style.scss */
.grid-container .grid-item .detail {
  margin-left: 10px;
}
/* line 583, ../scss/style.scss */
.grid-container .grid-item .detail li {
  font-size: .75em;
  font-weight: bold;
  line-height: 1.5;
}

/* line 593, ../scss/style.scss */
footer .caution {
  color: #fff;
  font-size: .75em;
  text-align: center;
  padding: 10px;
}

@media (min-width: 768px) {
  /* line 602, ../scss/style.scss */
  #container {
    width: 768px;
  }

  /* line 606, ../scss/style.scss */
  header.show-video > * {
    display: block;
  }
  /* line 609, ../scss/style.scss */
  header.show-video .header__visual {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    pointer-events: none;
  }
  /* line 615, ../scss/style.scss */
  header.show-video .header__visual iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /* line 622, ../scss/style.scss */
  header .header__logo {
    position: absolute;
    width: 48px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
  }
  /* line 630, ../scss/style.scss */
  header .header__title {
    position: absolute;
    width: 128px;
    top: 16px;
    left: 32px;
    z-index: 1;
  }
  /* line 636, ../scss/style.scss */
  header .header__title img {
    width: 100%;
    height: auto;
  }
  /* line 641, ../scss/style.scss */
  header .header__yt {
    position: absolute;
    width: 240px;
    bottom: 20px;
    right: 20px;
    /*
    &:hover img {
      opacity: .8;
      box-shadow: 0 0 8px 4px rgba(255, 255, 255, 1);
    }*/
  }
  /* line 646, ../scss/style.scss */
  header .header__yt img {
    width: 100%;
    height: auto;
  }
  /* line 650, ../scss/style.scss */
  header .header__yt a {
    transition: opacity .2s;
  }
  /* line 652, ../scss/style.scss */
  header .header__yt a:hover {
    opacity: .85;
  }
  /* line 656, ../scss/style.scss */
  header .header__yt .banner {
    display: block;
    margin-bottom: 10px;
  }
  /* line 666, ../scss/style.scss */
  header .header__points {
    position: absolute;
    width: 60%;
    height: auto;
    bottom: 16px;
    z-index: 1;
  }

  /* line 675, ../scss/style.scss */
  header .logo-switch {
    width: 64px;
  }

  /* line 680, ../scss/style.scss */
  .breadcrumb {
    margin: 10px 20px;
  }

  /* line 684, ../scss/style.scss */
  .content {
    padding-bottom: 25px;
  }
  /* line 686, ../scss/style.scss */
  .content .intro {
    padding: 20px 0;
  }
  /* line 688, ../scss/style.scss */
  .content .intro h2 {
    font-size: 28px;
    text-shadow: 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF, 0px 0px 8px #FFF;
  }
  /* line 696, ../scss/style.scss */
  .content .intro__text {
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
    margin-top: 20px;
  }
  /* line 703, ../scss/style.scss */
  .content .intro dl dd:first-child {
    width: 440px;
    top: -20%;
    right: -10%;
  }
  /* line 708, ../scss/style.scss */
  .content .intro dl dd:last-child {
    width: 336px;
    bottom: -17.5%;
    left: -8%;
  }
  /* line 716, ../scss/style.scss */
  .content .jumbolist {
    margin: 20px;
  }
  /* line 719, ../scss/style.scss */
  .content .jumbolist li p {
    font-size: 1em;
    padding: 15px;
  }
  /* line 726, ../scss/style.scss */
  .content .gallery {
    zoom: 1;
    margin: 20px;
  }
  /* line 6, ../scss/partials/_mixin.scss */
  .content .gallery:before, .content .gallery:after {
    content: "";
    display: table;
  }
  /* line 11, ../scss/partials/_mixin.scss */
  .content .gallery:after {
    clear: both;
  }
  /* line 729, ../scss/style.scss */
  .content .gallery li {
    float: left;
    width: 354px;
    border-radius: 12px;
  }
  /* line 734, ../scss/style.scss */
  .content .gallery li .caption {
    border-radius: 10px;
  }
  /* line 737, ../scss/style.scss */
  .content .gallery li:nth-child(2) {
    margin-top: 0;
  }
  /* line 740, ../scss/style.scss */
  .content .gallery li:nth-child(even) {
    float: right;
  }
  /* line 743, ../scss/style.scss */
  .content .gallery li + li {
    margin-top: 20px;
  }
  /* line 748, ../scss/style.scss */
  .content .twitter-widget {
    margin: 40px 20px 20px;
  }
  /* line 750, ../scss/style.scss */
  .content .twitter-widget iframe {
    height: 480px !important;
  }
  /* line 755, ../scss/style.scss */
  .content .overview,
  .content .privacy,
  .content .contact,
  .content .guideline {
    margin: 20px 20px 0;
  }
  /* line 760, ../scss/style.scss */
  .content .overview h2,
  .content .privacy h2,
  .content .contact h2,
  .content .guideline h2 {
    font-size: 24px;
    padding: .5em 1em .5em 1em;
  }
  /* line 764, ../scss/style.scss */
  .content .overview h2::after,
  .content .privacy h2::after,
  .content .contact h2::after,
  .content .guideline h2::after {
    top: .25em;
    left: .25em;
    width: 4px;
    height: calc(100% - .5em);
    border-radius: 2px;
  }
  /* line 771, ../scss/style.scss */
  .content .overview h3,
  .content .privacy h3,
  .content .contact h3,
  .content .guideline h3 {
    font-size: 1.25em;
  }
  /* line 774, ../scss/style.scss */
  .content .overview p,
  .content .overview ol li,
  .content .privacy p,
  .content .privacy ol li,
  .content .contact p,
  .content .contact ol li,
  .content .guideline p,
  .content .guideline ol li {
    font-size: 15px;
    margin-top: 15px;
  }
  /* line 779, ../scss/style.scss */
  .content .overview .button,
  .content .privacy .button,
  .content .contact .button,
  .content .guideline .button {
    width: 240px;
    padding: .5em 0;
    margin: 1em 0 0;
    color: #FFF;
    font-size: 15px;
    font-wight: bold;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #0087cc;
    border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), inset 0px 0px 4px rgba(255, 255, 255, 0.5);
    background: #c3dae5;
    background: linear-gradient(to bottom, #c3dae5 0%, #3e8bb2 49%, #0076b2 51%, #0087cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dae5', endColorstr='#0087cc',GradientType=0 );
  }

  /* line 801, ../scss/style.scss */
  .link-gl {
    margin: 40px auto;
  }

  /* line 804, ../scss/style.scss */
  .link-gl p {
    font-size: 1.25em;
  }

  /* line 807, ../scss/style.scss */
  .link-gl .fas {
    margin-right: .25em;
  }

  /* line 811, ../scss/style.scss */
  .grid-container {
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
    margin-bottom: 40px;
  }

  /* line 817, ../scss/style.scss */
  footer {
    padding-bottom: 20px;
  }

  /* line 820, ../scss/style.scss */
  footer .app {
    padding: 20px 0 0;
  }

  /* line 823, ../scss/style.scss */
  footer .copyright {
    padding-top: 20px;
  }

  /* line 827, ../scss/style.scss */
  footer .caution {
    padding: 20px 0 0;
  }
}
@media (min-width: 960px) {
  /* line 834, ../scss/style.scss */
  #container {
    width: 1200px;
    box-sizing: content-box;
    border-right: solid 4px #e5e5e5;
    border-left: solid 4px #e5e5e5;
  }

  /* line 840, ../scss/style.scss */
  header {
    height: 676px;
  }
  /* line 842, ../scss/style.scss */
  header .movie {
    width: 280px;
    bottom: 144px;
    left: 154px;
  }
  /* line 846, ../scss/style.scss */
  header .movie:hover img {
    border-radius: 14px;
  }
  /* line 850, ../scss/style.scss */
  header ul {
    bottom: 32px;
    left: 32px;
  }
  /* line 854, ../scss/style.scss */
  header ul li img {
    height: 64px;
  }
  /* line 857, ../scss/style.scss */
  header ul li + li {
    margin-left: 10px;
  }
  /* line 860, ../scss/style.scss */
  header ul li:not(:nth-child(3)):hover img {
    border-radius: 10px;
  }
  /* line 865, ../scss/style.scss */
  header .header__title {
    width: 240px;
    top: 32px;
    left: 40px;
  }
  /* line 869, ../scss/style.scss */
  header .header__yt {
    width: 400px;
    bottom: 25px;
    right: 40px;
    /* PS4
    width: 376px;
    bottom: 184px;
    left: 72px; */
  }
  /* line 878, ../scss/style.scss */
  header .header__points {
    bottom: 20px;
  }
  /* line 881, ../scss/style.scss */
  header .header__logo {
    width: 64px;
  }

  /* line 886, ../scss/style.scss */
  .dl-app h3 {
    font-size: 2em;
  }

  /* line 888, ../scss/style.scss */
  .content {
    padding-bottom: 50px;
  }
  /* line 890, ../scss/style.scss */
  .content .intro {
    padding: 50px 0;
  }
  /* line 892, ../scss/style.scss */
  .content .intro h2 {
    font-size: 36px;
  }
  /* line 895, ../scss/style.scss */
  .content .intro__text {
    font-size: 18px;
    margin-top: 35px;
  }
  /* line 900, ../scss/style.scss */
  .content .intro dl dd:first-child {
    width: 480px;
    top: -15%;
    right: 5%;
  }
  /* line 905, ../scss/style.scss */
  .content .intro dl dd:last-child {
    width: 376px;
    bottom: -10%;
    left: 7.5%;
  }
  /* line 913, ../scss/style.scss */
  .content .jumbolist {
    width: 840px;
    margin: 0 auto;
  }
  /* line 916, ../scss/style.scss */
  .content .jumbolist li {
    margin-bottom: 40px;
  }
  /* line 921, ../scss/style.scss */
  .content .gallery {
    width: 840px;
    margin: 0 auto;
  }
  /* line 924, ../scss/style.scss */
  .content .gallery li {
    width: 400px;
    border-radius: 12px;
  }
  /* line 927, ../scss/style.scss */
  .content .gallery li .caption {
    border-radius: 10px;
  }
  /* line 930, ../scss/style.scss */
  .content .gallery li + li {
    margin-top: 40px;
  }
  /* line 936, ../scss/style.scss */
  .content .twitter-widget {
    margin: 50px 0 0;
  }
  /* line 938, ../scss/style.scss */
  .content .twitter-widget iframe {
    height: 560px !important;
  }
  /* line 943, ../scss/style.scss */
  .content .overview,
  .content .privacy,
  .content .contact,
  .content .guideline {
    width: 960px;
    margin: 40px auto 0;
  }

  /* line 953, ../scss/style.scss */
  footer ul.connect,
  footer ul.media {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    background: none;
  }
  /* line 959, ../scss/style.scss */
  footer ul.connect li,
  footer ul.media li {
    display: block;
    border: none !important;
  }
  /* line 962, ../scss/style.scss */
  footer ul.connect li a,
  footer ul.media li a {
    color: #999;
    padding: 0;
  }
  /* line 965, ../scss/style.scss */
  footer ul.connect li a:hover,
  footer ul.media li a:hover {
    color: #CCC;
  }
  /* line 968, ../scss/style.scss */
  footer ul.connect li a::before,
  footer ul.media li a::before {
    background-position: 0 100%;
  }
  /* line 972, ../scss/style.scss */
  footer ul.connect li + li,
  footer ul.media li + li {
    margin-left: 16px;
  }
  /* line 977, ../scss/style.scss */
  footer ul.media {
    padding-top: 10px;
  }
  /* line 978, ../scss/style.scss */
  footer .app {
    order: -1;
  }
}
@media (min-width: 1200px) {
  /* line 985, ../scss/style.scss */
  #container {
    width: 1200px;
    box-sizing: content-box;
    border-right: solid 4px #e5e5e5;
    border-left: solid 4px #e5e5e5;
  }
}
