@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'wapuro-mincho';
  src: url('../fonts/wapuro-mincho.woff2') format("woff2"), url('../fonts/wapuro-mincho.otf') format("opentype");
}
@font-face {
  font-family: 'wapuro-mincho-yoko';
  src: url('../fonts/wapuro-mincho-yoko2x.woff2') format("woff2"), url('../fonts/wapuro-mincho-yoko2x.otf') format("opentype");
}
@font-face {
  font-family: 'wapuro-mincho-tate';
  src: url('../fonts/wapuro-mincho-tate2x.woff2') format("woff2"), url('../fonts/wapuro-mincho-tate2x.otf') format("opentype");
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  word-wrap: break-word;
  white-space: normal;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #010000;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body {
  font-family: 'wapuro-mincho';
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background: #696969;
}
.hidden {
  visibility: hidden;
}
body#top #container main#main #contents .contents_how_to_use a {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  width: 112px;
  height: 30px;
  font-family: 'wapuro-mincho-yoko';
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0px;
  text-indent: 1px;
  text-align: center;
  color: #ff00ff;
  padding-top: 6px;
  padding-top: 5.5px;
  border: 1px solid #ff00ff;
}
.pc body#top #container main#main #contents .contents_how_to_use a:hover {
  color: #010000;
  background: #ff00ff;
}
body#top #container main#main #contents .contents_data {
  display: none;
}
body#top #container main#main #contents .contents_parent {
  width: 14.1%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  border-right: 1px solid #898989;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #696969;
}
body#top #container main#main #contents .contents_parent .ss {
  width: 14.1%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main #contents .contents_parent .ss a {
  display: inline-block;
  font-family: 'wapuro-mincho-tate';
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  text-indent: 5px;
  position: relative;
}
body#top #container main#main #contents .contents_parent .ss a:before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #00ffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pc body#top #container main#main #contents .contents_parent .ss a:hover {
  color: #00ffff;
}
.pc body#top #container main#main #contents .contents_parent .ss a:hover:before {
  background: #010000;
}
body#top #container main#main #contents .contents_parent ul {
  width: 30px;
  font-size: 0;
  margin: 0 auto;
  padding: 60px 0 400px 0;
}
body#top #container main#main #contents .contents_parent ul li,
body#top #container main#main #contents .contents_parent ul li * {
  font-family: 'wapuro-mincho-yoko';
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
}
body#top #container main#main #contents .contents_parent ul li {
  float: left;
  width: 100%;
  margin: 50px 0;
}
body#top #container main#main #contents .contents_parent ul li:first-child {
  margin-top: 0;
}
body#top #container main#main #contents .contents_parent ul li:last-child {
  margin-bottom: 0;
}
body#top #container main#main #contents .contents_parent ul li .title a {
  display: inline-block;
  color: #010000;
  position: relative;
}
body#top #container main#main #contents .contents_parent ul li .title a:before {
  content: "";
  display: block;
  width: 30px;
  height: calc(100% - 4px);
  background: #00ffff;
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pc body#top #container main#main #contents .contents_parent ul li .title a:hover {
  color: #00ffff;
}
.pc body#top #container main#main #contents .contents_parent ul li .title a:hover:before {
  background: #010000;
}
body#top #container main#main #contents .contents_parent ul:after {
  content: "";
  display: block;
  clear: both;
}
body#top #container main#main #contents .contents_child {
  width: 42.3%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 14.1%;
  z-index: 2;
  border-right: 1px solid #898989;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #696969;
}
body#top #container main#main #contents .contents_child .post .title {
  width: 42.3%;
  position: fixed;
  top: 0;
  left: 14.1%;
  z-index: 100;
}
body#top #container main#main #contents .contents_grandchild {
  width: 42.3%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 56.4%;
  z-index: 2;
  border-right: 1px solid #898989;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #696969;
}
body#top #container main#main #contents .contents_grandchild .post .title {
  width: 42.3%;
  position: fixed;
  top: 0;
  left: 56.4%;
  z-index: 100;
}
body#top #container main#main #contents .contents_grandchild > img {
  display: block;
  width: 100%;
  height: auto;
}
.contents_data .post .title,
.contents_child .post .title,
.contents_grandchild .post .title,
.contents_data .post .hidden_title,
.contents_child .post .hidden_title,
.contents_grandchild .post .hidden_title,
.contents_data .post .title span,
.contents_child .post .title span,
.contents_grandchild .post .title span,
.contents_data .post .hidden_title span,
.contents_child .post .hidden_title span,
.contents_grandchild .post .hidden_title span {
  font-family: 'wapuro-mincho';
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 10px;
  color: #00ffff;
}
.contents_data .post .title span,
.contents_child .post .title span,
.contents_grandchild .post .title span,
.contents_data .post .hidden_title span,
.contents_child .post .hidden_title span,
.contents_grandchild .post .hidden_title span {
  display: inline-block;
  padding: 2.5px 0;
  position: relative;
}
.contents_data .post .title span:before,
.contents_child .post .title span:before,
.contents_grandchild .post .title span:before,
.contents_data .post .hidden_title span:before,
.contents_child .post .hidden_title span:before,
.contents_grandchild .post .hidden_title span:before {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: 100%;
  background: #010000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_data .post .hidden_title,
.contents_child .post .hidden_title,
.contents_grandchild .post .hidden_title {
  visibility: hidden;
}
.contents_data .post .body,
.contents_child .post .body,
.contents_grandchild .post .body {
  padding: 0 20px;
}
.contents_data .post .body .component.image img,
.contents_child .post .body .component.image img,
.contents_grandchild .post .body .component.image img {
  display: block;
  width: 100%;
  height: auto;
}
.contents_data .post .body .component.iframe:not(.vimeo),
.contents_child .post .body .component.iframe:not(.vimeo),
.contents_grandchild .post .body .component.iframe:not(.vimeo) {
  position: relative;
}
.contents_data .post .body .component.iframe:not(.vimeo).no_click:after,
.contents_child .post .body .component.iframe:not(.vimeo).no_click:after,
.contents_grandchild .post .body .component.iframe:not(.vimeo).no_click:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_data .post .body .component.iframe:not(.vimeo).pt_563:before,
.contents_child .post .body .component.iframe:not(.vimeo).pt_563:before,
.contents_grandchild .post .body .component.iframe:not(.vimeo).pt_563:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
.contents_data .post .body .component.iframe:not(.vimeo):before,
.contents_child .post .body .component.iframe:not(.vimeo):before,
.contents_grandchild .post .body .component.iframe:not(.vimeo):before {
  content: "";
  display: block;
  padding-top: 100%;
}
.contents_data .post .body .component.iframe:not(.vimeo) iframe,
.contents_child .post .body .component.iframe:not(.vimeo) iframe,
.contents_grandchild .post .body .component.iframe:not(.vimeo) iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: none;
  cursor: pointer !important;
}
.contents_data .post .body .component.description,
.contents_child .post .body .component.description,
.contents_grandchild .post .body .component.description,
.contents_data .post .body .component.description *,
.contents_child .post .body .component.description *,
.contents_grandchild .post .body .component.description * {
  font-family: 'wapuro-mincho-tate';
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: justify;
  color: #ffffff;
}
.contents_data .post .body .component.description a,
.contents_child .post .body .component.description a,
.contents_grandchild .post .body .component.description a {
  display: inline-block;
  color: #010000;
  background: #00ffff;
}
.pc .contents_data .post .body .component.description a:hover,
.pc .contents_child .post .body .component.description a:hover,
.pc .contents_grandchild .post .body .component.description a:hover {
  color: #00ffff;
  background: #010000;
}
.contents_data .post .body .component:first-child.image,
.contents_child .post .body .component:first-child.image,
.contents_grandchild .post .body .component:first-child.image,
.contents_data .post .body .component:first-child.iframe,
.contents_child .post .body .component:first-child.iframe,
.contents_grandchild .post .body .component:first-child.iframe {
  margin-top: 40px;
}
.contents_data .post .body .component:first-child.description,
.contents_child .post .body .component:first-child.description,
.contents_grandchild .post .body .component:first-child.description {
  margin-top: 33px;
}
.contents_data .post .body .component:last-child.image,
.contents_child .post .body .component:last-child.image,
.contents_grandchild .post .body .component:last-child.image,
.contents_data .post .body .component:last-child.iframe,
.contents_child .post .body .component:last-child.iframe,
.contents_grandchild .post .body .component:last-child.iframe {
  margin-bottom: 400px;
}
.contents_data .post .body .component:last-child.description,
.contents_child .post .body .component:last-child.description,
.contents_grandchild .post .body .component:last-child.description {
  margin-bottom: 393px;
}
.contents_data .post .body .component.image + .description,
.contents_child .post .body .component.image + .description,
.contents_grandchild .post .body .component.image + .description,
.contents_data .post .body .component.iframe + .description,
.contents_child .post .body .component.iframe + .description,
.contents_grandchild .post .body .component.iframe + .description {
  margin-top: 33px;
}
.contents_data .post .body .component.description + .image,
.contents_child .post .body .component.description + .image,
.contents_grandchild .post .body .component.description + .image,
.contents_data .post .body .component.description + .iframe,
.contents_child .post .body .component.description + .iframe,
.contents_grandchild .post .body .component.description + .iframe {
  margin-top: 33px;
}
.contents_data .post .body .component.image + .image,
.contents_child .post .body .component.image + .image,
.contents_grandchild .post .body .component.image + .image,
.contents_data .post .body .component.iframe + .iframe,
.contents_child .post .body .component.iframe + .iframe,
.contents_grandchild .post .body .component.iframe + .iframe,
.contents_data .post .body .component.image + .iframe,
.contents_child .post .body .component.image + .iframe,
.contents_grandchild .post .body .component.image + .iframe,
.contents_data .post .body .component.iframe + .image,
.contents_child .post .body .component.iframe + .image,
.contents_grandchild .post .body .component.iframe + .image {
  margin-top: 40px;
}
