@charset "UTF-8";
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
/**
 * breakpoint
 */
/**
 * color
 */
/**
 * コンテンツの大きさ
 */
/**
 * フォント級数
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
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/9/10/11, 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"] {
  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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

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

[class^="icon-"], [class*=" icon-"], .article__topContent .navigation > a, .article__topContent .navigation > li a, .wp-editor .accordion-btn .btn:after, .wp-editor .accordion-btn .panels .panel:after, .panels .wp-editor .accordion-btn .panel:after, .wp-editor .accordion-btn .pager a:after, .pager .wp-editor .accordion-btn a:after, .wp-editor .accordion-btn .article__topContent .navigation > a:after, .article__topContent .wp-editor .accordion-btn .navigation > a:after, .wp-editor .accordion-btn .article__topContent .navigation > li a:after, .article__topContent .navigation > li .wp-editor .accordion-btn a:after, .article__content .accordion-btn .btn:after, .article__content .accordion-btn .panels .panel:after, .panels .article__content .accordion-btn .panel:after, .article__content .accordion-btn .pager a:after, .pager .article__content .accordion-btn a:after, .article__content .accordion-btn .article__topContent .navigation > a:after, .article__topContent .article__content .accordion-btn .navigation > a:after, .article__content .accordion-btn .article__topContent .navigation > li a:after, .article__topContent .navigation > li .article__content .accordion-btn a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

.icon-next:before {
  content: "\e901"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-stop:before {
  content: "\e904"; }

.icon-play:before {
  content: "\e905"; }

.icon-pagetop:before {
  content: "\e906"; }

.icon-mail:before {
  content: "\e907"; }

.icon-loadmore:before {
  content: "\e908"; }

.icon-facebook:before {
  content: "\e909"; }

.icon-anchor:before {
  content: "\e90a"; }

.icon-prev:before {
  content: "\e90b"; }

.icon-plus:before {
  content: "\e90c"; }

.icon-minus:before {
  content: "\e90d"; }

.icon-flickr:before {
  content: "\e90e"; }

.panels:after, .panels .panel__tags:after, .article__info:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 769px) {
  .main-slider__controlBtn, .main-slider__count {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .sp-br-hide br, .header .container:before, .header .container:after, .header__sound, .panels .panel__text, .main-slider__soundInfo, .pager__prev, .pager__next, .about dl dd br {
    display: none !important; } }

.main-slider__soundInfo, .top-about__title, .about__title, .about__title2 {
  font-family: 'Josefin Sans', sans-serif; }

html {
  min-width: 1170px; }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%; } }
  html:not(.android) body:not(.home) .wrapper-blur, html.android .wrapper-blur {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    transition-property: filter, -webkit-filter, opacity;
    -webkit-filter: blur(30px);
            filter: blur(30px); }
    @media screen and (max-width: 768px) {
      html:not(.android) body:not(.home) .wrapper-blur, html.android .wrapper-blur {
        -webkit-transition-duration: 2s;
                transition-duration: 2s; } }
  html .wrapper-root {
    position: relative; }

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  background-color: #f7f7f7;
  line-height: 1.44444; }
  @media screen and (max-width: 768px) {
    body:before {
      content: '';
      position: fixed;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 100% auto;
      z-index: -1; }
    body.bg1:before {
      background-image: url(../img/sp/bg1.jpg); }
    body.bg2:before {
      background-image: url(../img/sp/bg2.jpg); }
    body.bg3:before {
      background-image: url(../img/sp/bg3.jpg); }
    body.bg4:before {
      background-image: url(../img/sp/bg4.jpg); } }

a {
  text-decoration: none;
  color: black; }

img {
  vertical-align: bottom; }

* {
  box-sizing: border-box;
  word-wrap: break-word; }
  *::-moz-selection {
    background-color: black;
    color: white; }
  *::selection {
    background-color: black;
    color: white; }

.container {
  width: 1170px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0 10px; } }

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

.text-xl {
  font-size: 1.3125rem; }
  @media screen and (max-width: 768px) {
    .text-xl {
      font-size: 0.875rem; } }

.text-lg {
  font-size: 1.125rem; }
  @media screen and (max-width: 768px) {
    .text-lg {
      font-size: 0.75rem; } }

.text-md {
  font-size: 0.9375rem; }
  @media screen and (max-width: 768px) {
    .text-md {
      font-size: 0.625rem; } }

.text-sm {
  font-size: 0.875rem; }
  @media screen and (max-width: 768px) {
    .text-sm {
      font-size: 0.5625rem; } }

.text-hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.btn, .panels .panel, .pager a, .article__topContent .navigation > a, .article__topContent .navigation > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition-duration: 160ms;
          transition-duration: 160ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color; }
  @media screen and (min-width: 769px) {
    .btn:hover, .panels .panel:hover, .pager a:hover, .article__topContent .navigation > a:hover, .article__topContent .navigation > li a:hover, .btn:hover:after, .panels .panel:hover:after, .pager a:hover:after, .article__topContent .navigation > a:hover:after, .article__topContent .navigation > li a:hover:after {
      color: white;
      background-color: black; } }

.icon-btn {
  position: relative;
  width: 260px;
  height: 50px;
  line-height: 50px;
  border: solid 1px black;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .icon-btn {
      width: 160px;
      height: 40px;
      line-height: 40px;
      font-size: 0.8125rem; } }
  .icon-btn .icon {
    position: absolute;
    display: block;
    top: 0;
    width: 49px;
    height: 48px;
    line-height: 48px;
    -webkit-transition: 160ms linear border;
    transition: 160ms linear border; }
    @media screen and (max-width: 768px) {
      .icon-btn .icon {
        height: 38px;
        line-height: 39px; } }
  .icon-btn.btn-slim {
    width: 180px;
    height: 70px;
    line-height: 68px; }
    @media screen and (max-width: 768px) {
      .icon-btn.btn-slim {
        width: 120px;
        height: 45px;
        line-height: 43px; } }
    .icon-btn.btn-slim .icon {
      line-height: 68px; }
      @media screen and (max-width: 768px) {
        .icon-btn.btn-slim .icon {
          line-height: 43px; } }
    .icon-btn.btn-slim.icon-before.twitter {
      padding-left: 33px; }
      @media screen and (max-width: 768px) {
        .icon-btn.btn-slim.icon-before.twitter {
          padding-left: 30px; } }
    .icon-btn.btn-slim.icon-before.facebook {
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        .icon-btn.btn-slim.icon-before.facebook {
          padding-left: 37px; } }
    .icon-btn.btn-slim.icon-before .icon {
      border-right: none; }
    .icon-btn.btn-slim.icon-after .icon {
      border-left: none; }
    .icon-btn.btn-slim.sns {
      font-size: 20px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .icon-btn.btn-slim.sns {
          font-size: 14px; } }
      .icon-btn.btn-slim.sns .icon {
        width: 34px;
        height: 34px;
        font-size: 34px;
        margin-left: 24px; }
        @media screen and (max-width: 768px) {
          .icon-btn.btn-slim.sns .icon {
            width: 25px;
            height: 25px;
            font-size: 25px;
            margin-left: 15px; } }
      .icon-btn.btn-slim.sns #twitter-widget-0 {
        position: absolute !important;
        top: 86px;
        left: 184px;
        width: 180px !important;
        height: 70px !important;
        -ms-transform: scale(3.5);
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .icon-btn.btn-slim.sns #twitter-widget-0 {
            top: 28px;
            left: 52px;
            width: 120px !important;
            height: 45px !important;
            -ms-transform: scale(2.3);
            -webkit-transform: scale(2.3);
            transform: scale(2.3); } }
      .icon-btn.btn-slim.sns .fb_iframe_widget {
        position: absolute !important;
        top: -96px;
        left: -55px;
        width: 180px !important;
        height: 70px !important;
        -ms-transform: scale(4.3);
        -webkit-transform: scale(4.3);
        transform: scale(4.3);
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .icon-btn.btn-slim.sns .fb_iframe_widget {
            top: -30px;
            left: -45px;
            width: 120px !important;
            height: 45px !important;
            -ms-transform: scale(2.8);
            -webkit-transform: scale(2.8);
            transform: scale(2.8); } }
  .icon-btn.icon-before {
    padding-left: 49px; }
    .icon-btn.icon-before .icon {
      left: 0;
      border-right: solid 1px black; }
    @media screen and (min-width: 769px) {
      .icon-btn.icon-before:hover .icon {
        border-right-color: #f7f7f7; } }
  .icon-btn.icon-after {
    padding-right: 49px; }
    .icon-btn.icon-after .icon {
      right: 0;
      border-left: solid 1px black; }
    @media screen and (min-width: 769px) {
      .icon-btn.icon-after:hover .icon {
        border-left-color: #f7f7f7; } }

.fade-enter, .fade-leave {
  opacity: 0; }

.clear {
  -webkit-filter: blur(0) !important;
          filter: blur(0) !important; }

[class^="overlay-"] {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }

.overlay-white {
  background-color: white; }

.loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  border: solid 5px #808080;
  border-radius: 50%; }
  .loader:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border: solid 5px #fff;
    margin: -5px 0 0 -5px;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    box-sizing: border-box; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.hidden {
  visibility: hidden !important; }

.alert {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .alert .container {
    position: relative; }
  .alert img {
    position: absolute;
    top: 50%;
    margin-top: -20px; }
  .alert__exclamation {
    left: 0; }
  .alert__close {
    right: 0;
    cursor: pointer; }
  .alert__text {
    color: white;
    margin: 0;
    padding: 1.4em 0;
    margin: 0 70px; }

.header {
  height: 60px; }
  @media screen and (max-width: 768px) {
    .header {
      height: auto; } }
  .header--show-alert {
    margin-top: 90px; }
  .header .container {
    position: relative;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .header .container {
        padding: 0 10px; } }
    .header .container:before, .header .container:after {
      position: absolute;
      display: block;
      opacity: 0;
      -webkit-transition: 300ms opacity linear;
      transition: 300ms opacity linear; }
    .header .container:before {
      content: '';
      right: 12px;
      bottom: -16px;
      width: 0;
      height: 0;
      border: solid 8px transparent;
      border-bottom-color: black;
      border-left-width: 6px;
      border-right-width: 6px; }
    .header .container:after {
      content: 'Turn the sounds on';
      right: 0;
      bottom: -50px;
      padding: 0.5em 1em;
      border-radius: 5px;
      background-color: black;
      font-size: 0.875rem;
      color: white; }
    .header .container.is-nosounds:before, .header .container.is-nosounds:after {
      display: none; }
  .header--show-baloon .container:before, .header--show-baloon .container:after {
    opacity: 1; }
  .header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    line-height: 1;
    font-size: 1.875rem;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .header h1 {
        position: static;
        line-height: 48px;
        font-size: 1.25rem;
        border-bottom: solid 3px black; } }
  .header nav {
    position: absolute;
    right: 180px;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .header nav {
        position: static; } }
  .header .header-lang {
    position: absolute;
    right: 60px;
    bottom: -3px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .header .header-lang:after {
      content: "";
      display: table;
      clear: both; }
    .header .header-lang li {
      float: left; }
      .header .header-lang li a {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        display: block;
        padding: 5px 10px;
        font-weight: normal;
        font-size: .7em;
        line-height: 1;
        -webkit-transition: all .8s linear;
        transition: all .8s linear; }
        .header .header-lang li a:hover {
          background: rgba(0, 0, 0, 0.7);
          color: #fff; }
      .header .header-lang li.is-current a {
        pointer-events: none;
        cursor: normal;
        background: #000;
        color: #fff; }
      .header .header-lang li:first-child a {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
      .header .header-lang li:last-child a {
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px; }
    @media screen and (max-width: 768px) {
      .header .header-lang {
        right: 10px;
        bottom: initial;
        top: 12px; }
        .header .header-lang li a {
          padding: 5px 20px;
          font-size: .8em; } }
  .header .inline-menu {
    margin: 0;
    line-height: 1;
    list-style-type: none;
    padding-left: 0; }
    .header .inline-menu > li {
      display: inline-block; }
    .header .inline-menu > li + li {
      margin-left: 4em; }
    .header .inline-menu > li a {
      border-bottom: 2px solid transparent;
      -webkit-transform: translate3d(0, 0, 0);
      -moztransform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: border-bottom .8s linear;
      transition: border-bottom .8s linear;
      padding-bottom: 6px; }
      .header .inline-menu > li a:hover {
        border-bottom: 2px solid black; }
    .header .inline-menu > li.current-menu-item a {
      border-bottom: 2px solid black; }
    @media screen and (max-width: 768px) {
      .header .inline-menu {
        font-size: 0.75rem; }
        .header .inline-menu:after {
          content: "";
          display: table;
          clear: both; }
        .header .inline-menu > li {
          width: 25%;
          float: left;
          text-align: center;
          line-height: 40px;
          border-bottom: solid 1px black; }
          .header .inline-menu > li + li {
            margin-left: 0;
            border-left: solid 1px black; }
          .header .inline-menu > li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding-bottom: 0; }
          .header .inline-menu > li.current-menu-item a {
            color: white;
            background-color: black; }
            .header .inline-menu > li.current-menu-item a:hover {
              border-bottom: solid 1px black; } }
  .header__sound {
    position: absolute;
    top: 46px;
    right: 50%;
    margin-right: -586px;
    z-index: 100000; }

.footer {
  margin-top: 215px;
  border-top: solid 1px #999; }
  @media screen and (max-width: 768px) {
    .footer {
      margin-top: 133px; } }
  .footer .container {
    width: auto;
    min-width: 1170px;
    position: relative;
    height: 150px; }
    @media screen and (max-width: 768px) {
      .footer .container {
        min-width: 0;
        height: 90px; } }
    .footer .container * {
      position: absolute; }
  .footer__tokyoLogo {
    top: 65px;
    left: 60px; }
    @media screen and (max-width: 768px) {
      .footer__tokyoLogo {
        top: 36px;
        left: 10px; } }
  .footer__artsLogo {
    top: 62px;
    left: 218px; }
    @media screen and (max-width: 768px) {
      .footer__artsLogo {
        top: 35px;
        left: 95px; } }
    @media screen and (max-width: 768px) {
      html:not(.mobile) .footer__artsLogo {
        left: 156px; } }
  .footer__pageTopBtn {
    top: 50px;
    right: 60px;
    width: 150px;
    height: 50px;
    border: solid 1px #999;
    border-radius: 2px;
    color: #666;
    line-height: 50px; }
    @media screen and (max-width: 768px) {
      .footer__pageTopBtn {
        top: 24px;
        right: 10px;
        width: 50px;
        height: 40px;
        line-height: 40px; } }

/**
 * 記事の一覧
 */
.panels {
  padding: 0;
  margin: 0; }
  .panels .panel {
    position: relative;
    float: left;
    width: 390px;
    height: 660px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .panels .panel {
        width: 50%;
        height: auto; }
        .panels .panel a {
          display: initial; } }
    .panels .panel__img {
      position: relative;
      height: 240px; }
      @media screen and (max-width: 768px) {
        .panels .panel__img {
          height: 98px;
          overflow: hidden; } }
      .panels .panel__img img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        margin-top: auto;
        margin-bottom: auto;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .panels .panel__info {
      position: relative;
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        .panels .panel__info {
          padding: 0 10px; } }
    .panels .panel__category {
      width: 90px;
      height: 40px;
      margin: -20px 0 0;
      color: black;
      font-size: 0.75rem;
      text-align: center;
      line-height: 40px;
      background-color: white;
      border: solid 1px black;
      border-radius: 2px; }
      @media screen and (max-width: 768px) {
        .panels .panel__category {
          width: 55px;
          height: 25px;
          margin: -10px 0 0;
          font-size: 0.5625rem;
          line-height: 25px; } }
    .panels .panel__title {
      margin: 30px 0 20px;
      line-height: 170%;
      font-weight: normal; }
      @media screen and (max-width: 768px) {
        .panels .panel__title {
          margin: 5px 0 0;
          line-height: 150%; } }
    .panels .panel__date {
      margin-bottom: 30px;
      line-height: 190%; }
      @media screen and (max-width: 768px) {
        .panels .panel__date {
          margin: 0;
          line-height: 160%; } }
    .panels .panel__text {
      line-height: 172%; }
    .panels .panel__tags {
      position: absolute;
      left: 20px;
      bottom: 50px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .panels .panel__tags li {
        float: left;
        line-height: 25px;
        margin-top: 10px;
        margin: 0 1em 0 0;
        font-size: 0.8125rem;
        text-align: center;
        border-bottom: 3px solid #000;
        -webkit-transition-duration: 160ms;
                transition-duration: 160ms;
        -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
        -webkit-transition-property: border-color opacity;
        transition-property: border-color opacity; }
        .panels .panel__tags li a {
          color: #000;
          padding: 0;
          font-weight: bold;
          background: none; }
      @media screen and (max-width: 768px) {
        .panels .panel__tags {
          position: relative;
          left: initial;
          bottom: initial;
          margin: 10px 0 0 0; }
          .panels .panel__tags li {
            font-size: 0.625rem;
            margin: 0 5px 0 0; } }
    .panels .panel:hover .panel__info {
      color: #fff; }
    .panels .panel:hover .panel__tags li {
      border-bottom: 3px solid #fff; }
      .panels .panel:hover .panel__tags li a {
        color: #fff; }
      .panels .panel:hover .panel__tags li:hover {
        opacity: .7; }
        .panels .panel:hover .panel__tags li:hover a {
          color: #fff; }

.section-noentry {
  text-align: center; }

html:not(.android) .home .blur {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  transition-property: filter, -webkit-filter, opacity;
  -webkit-filter: blur(10px);
          filter: blur(10px); }
  html:not(.android) .home .blur.blur20 {
    -webkit-filter: blur(20px);
            filter: blur(20px); }
  html:not(.android) .home .blur.blur60 {
    -webkit-filter: blur(60px);
            filter: blur(60px); }
  html:not(.android) .home .blur.slow {
    -webkit-transition-duration: .9s;
            transition-duration: .9s; }
  @media screen and (min-width: 769px) {
    html:not(.android) .home .blur:hover {
      -webkit-filter: blur(0);
              filter: blur(0); } }

.main-slider {
  position: relative;
  min-width: 1170px;
  height: 1040px; }
  @media screen and (max-width: 768px) {
    .main-slider {
      min-width: initial;
      height: 320px;
      margin-bottom: 100px; } }
  .main-slider__controlBtn {
    position: absolute;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    height: 52px;
    top: 50%;
    margin-top: -26px;
    margin-top: -46px;
    padding-left: 55px;
    border: solid 1px;
    border-radius: 36px;
    font-size: 0.8125rem; }
    .main-slider__controlBtn .label {
      position: absolute;
      top: 50%;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .main-slider__controlBtn i {
      font-size: 1.25rem;
      position: absolute;
      height: 20px;
      top: 50%;
      margin-top: -10px;
      left: 20px; }
  .main-slider__btn {
    position: absolute;
    top: 50%;
    width: 150px;
    height: 40px;
    margin-top: -17px;
    font-size: 2.1875rem;
    line-height: 40px; }
    @media screen and (max-width: 768px) {
      .main-slider__btn {
        top: auto;
        bottom: 0;
        width: 40px;
        border-radius: 2px;
        font-size: 1.75rem; }
        .main-slider__btn .btn:before, .main-slider__btn .panels .panel:before, .panels .main-slider__btn .panel:before, .main-slider__btn .pager a:before, .pager .main-slider__btn a:before, .main-slider__btn .article__topContent .navigation > a:before, .article__topContent .main-slider__btn .navigation > a:before, .main-slider__btn .article__topContent .navigation > li a:before, .article__topContent .navigation > li .main-slider__btn a:before {
          font-size: 18px;
          font-weight: bold;
          vertical-align: 4px; } }
  .main-slider__prevBtn {
    left: 0;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black; }
    @media screen and (max-width: 768px) {
      .main-slider__prevBtn {
        left: 10px;
        border-radius: 0 3px 3px 0; } }
  .main-slider__nextBtn {
    right: 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black; }
    @media screen and (max-width: 768px) {
      .main-slider__nextBtn {
        right: 10px;
        border-radius: 3px 0 0 3px; } }
  @media screen and (max-width: 768px) {
    .main-slider__count {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 0;
      margin: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  .main-slider__count .current {
    font-size: 3.5rem; }
    @media screen and (max-width: 768px) {
      .main-slider__count .current {
        font-size: 2.25rem; } }
  .main-slider__count .separator {
    font-size: 2rem; }
    @media screen and (max-width: 768px) {
      .main-slider__count .separator {
        font-size: 1.75rem; } }
  .main-slider__count .total {
    font-size: 1.75rem; }
    @media screen and (max-width: 768px) {
      .main-slider__count .total {
        font-size: 1.5rem; } }
  .main-slider__soundInfo {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-top: calc(50% + 6px);
    -moz-top: calc(50% + 6px);
    -webkit-top: -webkit-calc(50% + 6px);
    top: calc(50% + 6px); }
    .main-slider__soundInfo .info-title, .main-slider__soundInfo .info-sound {
      display: inline-block; }
    .main-slider__soundInfo .info-sound {
      vertical-align: 0;
      margin-left: 5px; }

.top-about {
  margin-top: 250px;
  margin-bottom: 250px; }
  @media screen and (max-width: 768px) {
    .top-about {
      margin-top: 96px;
      margin-bottom: 70px; } }
  .top-about__title {
    font-weight: 300;
    font-size: 54px;
    letter-spacing: 0.2em;
    line-height: 180%;
    padding-bottom: 150px; }
    @media screen and (max-width: 768px) {
      .top-about__title {
        font-size: 27px; } }

.top-social__title {
  font-size: 24px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 768px) {
    .top-social__title {
      font-size: 16px; } }

.read-text p {
  margin: 300px 0 200px;
  line-height: 270%;
  font-size: 1.125rem; }
  @media screen and (max-width: 768px) {
    .read-text p {
      margin-top: 46px;
      margin-bottom: 100px;
      line-height: 190%;
      font-size: 0.8125rem; } }

.social-btns {
  margin: 52px auto 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .social-btns {
      margin: 16px auto 0; } }
  .social-btns > .s-btn {
    display: inline-block; }
    .social-btns > .s-btn:nth-child(1n+2) {
      margin-left: 35px; }
    @media screen and (max-width: 768px) {
      .social-btns > .s-btn:nth-child(1n+2) {
        margin-left: 14px; } }

.section-archive {
  margin: 60px 0 90px; }
  @media screen and (max-width: 768px) {
    .section-archive {
      margin-top: 20px;
      margin-bottom: 40px; } }
  .section-archive__title {
    margin-bottom: 90px;
    font-size: 2.5rem; }
    @media screen and (max-width: 768px) {
      .section-archive__title {
        margin-bottom: 20px;
        font-size: 1.5625rem; } }

.pager {
  position: relative; }
  .pager a, .pager .current {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border: solid 1px black;
    border-radius: 2px; }
    @media screen and (max-width: 768px) {
      .pager a, .pager .current {
        line-height: 40px; } }
  .pager__prev, .pager__next {
    position: absolute;
    width: 60px;
    height: 50px;
    font-size: 1.25rem; }
  .pager__prev {
    top: 0;
    left: 0; }
  .pager__next {
    top: 0;
    right: 0; }
  .pager .pagination {
    text-align: center; }
    .pager .pagination ul.page-numbers {
      font-size: 0;
      list-style-type: none;
      padding-left: 0; }
      .pager .pagination ul.page-numbers > li {
        display: inline-block; }
      .pager .pagination ul.page-numbers > li + li {
        margin-left: 0.5em; }
      @media screen and (max-width: 768px) {
        .pager .pagination ul.page-numbers {
          list-style-type: none;
          padding-left: 0; }
          .pager .pagination ul.page-numbers > li {
            display: inline-block; }
          .pager .pagination ul.page-numbers > li + li {
            margin-left: -1px; } }
      .pager .pagination ul.page-numbers li {
        font-size: 1rem; }
        @media screen and (max-width: 768px) {
          .pager .pagination ul.page-numbers li {
            font-size: 0.8125rem; }
            .pager .pagination ul.page-numbers li:first-child a.page-numbers, .pager .pagination ul.page-numbers li:first-child .current {
              border-radius: 3px 0 0 3px; }
            .pager .pagination ul.page-numbers li:last-child a.page-numbers, .pager .pagination ul.page-numbers li:last-child .current {
              border-radius: 0 3px 3px 0; } }
    .pager .pagination a.page-numbers, .pager .pagination .current {
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 768px) {
        .pager .pagination a.page-numbers, .pager .pagination .current {
          width: 45px;
          height: 40px;
          border-radius: 0; } }
    .pager .pagination .current {
      color: white;
      background-color: black; }
    .pager .pagination .dots {
      margin: 0 2px; }
    .pager .pagination .screen-reader-text {
      display: none; }

.article__topContent table, .wp-editor table, .article__content table {
  width: 100%;
  background-color: white;
  border-top: solid 2px black;
  margin-bottom: 30px;
  table-layout: fixed; }
  @media screen and (max-width: 768px) {
    .article__topContent table, .wp-editor table, .article__content table {
      font-size: 0.8125rem; } }
  .article__topContent table th, .wp-editor table th, .article__content table th, .article__topContent table td, .wp-editor table td, .article__content table td {
    padding: 1em 0 1em 1.25em;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #cccccc; }
  .article__topContent table th, .wp-editor table th, .article__content table th {
    width: 130px; }
    @media screen and (max-width: 768px) {
      .article__topContent table th, .wp-editor table th, .article__content table th {
        width: 30%;
        padding: 0.8em 0 0.8em 0.8em; } }
  .article__topContent table td, .wp-editor table td, .article__content table td {
    padding-right: 1.25em; }
    @media screen and (max-width: 768px) {
      .article__topContent table td, .wp-editor table td, .article__content table td {
        padding: 0.8em; }
        .article__topContent table td p, .wp-editor table td p, .article__content table td p {
          margin: 0; } }

.article {
  width: 760px;
  margin: 60px auto 0; }
  @media screen and (max-width: 768px) {
    .article {
      width: 100%;
      margin-top: 20px; } }
  .article .container {
    width: 100%; }
  .article a:hover {
    text-decoration: none;
    background: #000;
    color: #fff; }
  .article__info {
    position: relative;
    margin-bottom: 40px;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .article__info {
        margin-bottom: 20px; } }
  .article__infoLeft {
    width: 675px;
    float: left; }
    @media screen and (max-width: 768px) {
      .article__infoLeft {
        width: auto;
        float: none; } }
  .article__infoRight {
    width: 305px;
    float: right; }
    @media screen and (max-width: 768px) {
      .article__infoRight {
        width: auto;
        float: none; } }
  .article__title {
    margin-top: 0;
    font-size: 2.25rem; }
    @media screen and (max-width: 768px) {
      .article__title {
        font-size: 1.25rem;
        font-weight: normal; } }
  .article__date {
    margin-bottom: 0; }
  .article .share {
    position: absolute;
    bottom: 0;
    right: 10px; }
    @media screen and (max-width: 768px) {
      .article .share {
        position: static; } }
    .article .share__title {
      text-decoration: underline; }
      @media screen and (max-width: 768px) {
        .article .share__title {
          display: inline-block;
          margin-right: 15px;
          vertical-align: 3px; } }
    .article .share__links {
      margin: 0;
      list-style-type: none;
      padding-left: 0; }
      .article .share__links > li {
        display: inline-block; }
      .article .share__links > li + li {
        margin-left: 0.5em; }
      @media screen and (max-width: 768px) {
        .article .share__links {
          display: inline-block; } }
      .article .share__links .facebook {
        line-height: 100%;
        vertical-align: 2px; }
  .article__tags {
    margin-top: -10px;
    margin-bottom: 50px;
    text-align: right;
    list-style-type: none;
    padding-left: 0; }
    .article__tags > li {
      display: inline-block; }
    .article__tags > li + li {
      margin-left: 0.5em; }
    @media screen and (max-width: 768px) {
      .article__tags {
        text-align: left;
        margin-top: 5px;
        margin-bottom: 15px; } }
    .article__tags li {
      line-height: 40px;
      margin-top: 10px;
      font-size: 0.75rem;
      text-align: center;
      background-color: white;
      border: solid 1px black;
      border-radius: 2px; }
      @media screen and (max-width: 768px) {
        .article__tags li {
          line-height: 25px;
          font-size: 0.5625rem; } }
      .article__tags li a {
        padding: 0 1em; }
  .article__img {
    width: 100%; }
    .article__img img {
      width: 100%;
      height: auto; }
  .article__topContent {
    width: 760px;
    margin: 0 auto;
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      .article__topContent {
        width: auto;
        padding: 20px 10px; } }
    @media screen and (max-width: 768px) {
      .article__topContent h2 {
        font-size: 0.9375rem; } }
    .article__topContent p {
      margin-bottom: 44px;
      line-height: 180%; }
      @media screen and (max-width: 768px) {
        .article__topContent p {
          font-size: 0.8125rem; } }
    .article__topContent .navigation {
      margin-top: 40px;
      padding: 0;
      list-style: none;
      text-align: center;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .article__topContent .navigation:nth-child(2n+1) {
        margin-top: 10px; }
      .article__topContent .navigation > a {
        display: table-cell;
        width: 33%;
        border-top: solid 1px black;
        border-bottom: solid 1px black;
        border-left: solid 1px black;
        vertical-align: middle;
        padding: 0.8em; }
        .article__topContent .navigation > a:first-child {
          border-radius: 3px 0 0 3px; }
        .article__topContent .navigation > a:nth-child(2) {
          width: 34%; }
        .article__topContent .navigation > a:last-child {
          border-radius: 0 3px 3px 0;
          border-right: solid 1px black; }
        @media screen and (min-width: 769px) {
          .article__topContent .navigation > a:before {
            content: "\e90a";
            margin-right: 5px; } }
        @media screen and (max-width: 768px) {
          .article__topContent .navigation > a:after {
            content: "\e90a";
            margin-top: 5px; } }
      .article__topContent .navigation > li {
        float: left;
        display: table-cell;
        width: 33%;
        border-top: solid 1px black;
        border-bottom: solid 1px black;
        border-left: solid 1px black;
        vertical-align: middle; }
        .article__topContent .navigation > li:first-child {
          border-radius: 3px 0 0 3px; }
        .article__topContent .navigation > li:nth-child(2) {
          width: 34%; }
        .article__topContent .navigation > li:last-child {
          border-radius: 0 3px 3px 0;
          border-right: solid 1px black; }
        .article__topContent .navigation > li a {
          padding: 0.8em;
          display: block; }
          @media screen and (min-width: 769px) {
            .article__topContent .navigation > li a:before {
              content: "\e90a";
              margin-right: 5px; } }
          @media screen and (max-width: 768px) {
            .article__topContent .navigation > li a:after {
              content: "\e90a";
              display: block;
              margin-top: 5px; } }
      @media screen and (max-width: 768px) {
        .article__topContent .navigation {
          margin-top: 25px;
          padding: 0;
          font-size: 0.75rem; } }

.wp-editor, .article__content {
  width: 100%;
  margin: 40px auto 50px; }
  @media screen and (max-width: 768px) {
    .wp-editor, .article__content {
      width: auto;
      margin-top: 30px;
      padding: 0 10px; } }
  .wp-editor h1, .article__content h1 {
    font-size: 1.3125rem;
    border-top: 2px solid #000;
    border-bottom: 1px dotted #000;
    margin: 80px 0 35px 0;
    padding: 25px 0; }
    .wp-editor h1:first-child, .article__content h1:first-child {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      .wp-editor h1, .article__content h1 {
        font-size: 0.875rem;
        border-top: 2px solid #000;
        border-bottom: 1px dotted #000;
        padding: 15px 0;
        margin: 20px 0 10px 0; } }
  .wp-editor p, .article__content p {
    margin-bottom: 20px;
    line-height: 180%; }
    @media screen and (max-width: 768px) {
      .wp-editor p, .article__content p {
        font-size: 0.8125rem; } }
  .wp-editor hr, .article__content hr {
    border: 0;
    background: #000;
    height: 1px; }
  .wp-editor a, .article__content a {
    color: #0096ff;
    text-decoration: underline; }
    .wp-editor a:hover, .article__content a:hover {
      color: #0096ff;
      text-decoration: none;
      background: none; }
  .wp-editor blockquote, .article__content blockquote {
    border-left: 5px solid #ccc;
    padding: 0 0 0 15px;
    margin: 0 0 0 0px; }
  .wp-editor ul, .wp-editor ol, .article__content ul, .article__content ol {
    padding: 0 0 0 20px; }
  .wp-editor img, .article__content img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .wp-editor .aligncenter, .article__content .aligncenter {
    display: block;
    margin: 0 auto; }
  .wp-editor .alignright, .article__content .alignright {
    display: block;
    margin: 0 0 0 auto; }
  .wp-editor .alignleft, .article__content .alignleft {
    display: block;
    margin: 0 auto 0 0; }
  .wp-editor .wp-caption, .article__content .wp-caption {
    max-width: 100%;
    height: auto; }
  .wp-editor .inner, .article__content .inner {
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .wp-editor .inner, .article__content .inner {
        padding: 10px; } }
  .wp-editor .map iframe, .article__content .map iframe {
    width: 100%;
    height: 400px;
    vertical-align: bottom; }
  .wp-editor .map address, .article__content .map address {
    padding: 30px;
    font-size: 1rem;
    font-style: normal;
    background-color: white; }
    @media screen and (max-width: 768px) {
      .wp-editor .map address, .article__content .map address {
        padding: 15px 10px;
        font-size: 0.8125rem; } }
  .wp-editor .acf-map, .article__content .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0; }
    .wp-editor .acf-map img, .article__content .acf-map img {
      max-width: inherit !important; }
  .wp-editor .section, .article__content .section {
    padding: 30px 0;
    margin: 30px 0;
    border: solid 1px black;
    border-top-width: 4px; }
    @media screen and (max-width: 768px) {
      .wp-editor .section, .article__content .section {
        padding: 10px 0; } }
    .wp-editor .section .head, .article__content .section .head {
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        .wp-editor .section .head, .article__content .section .head {
          padding: 0 10px; } }
      .wp-editor .section .head h1, .article__content .section .head h1 {
        margin: 5px 0 20px;
        font-size: 1.625rem; }
        @media screen and (max-width: 768px) {
          .wp-editor .section .head h1, .article__content .section .head h1 {
            font-size: 1.125rem; } }
      .wp-editor .section .head h2, .article__content .section .head h2 {
        text-align: left;
        font-size: 0.9375rem; }
        @media screen and (max-width: 768px) {
          .wp-editor .section .head h2, .article__content .section .head h2 {
            font-size: 0.8125rem; } }
    .wp-editor .section .headInfo:after, .article__content .section .headInfo:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 768px) {
      .wp-editor .section .headInfo, .article__content .section .headInfo {
        text-align: center; } }
    .wp-editor .section .headInfo > img, .wp-editor .section .headInfo .wp-caption, .article__content .section .headInfo > img, .article__content .section .headInfo .wp-caption {
      float: left;
      max-width: 360px;
      width: 100%;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .wp-editor .section .headInfo > img, .wp-editor .section .headInfo .wp-caption, .article__content .section .headInfo > img, .article__content .section .headInfo .wp-caption {
          float: none;
          max-width: 220px;
          margin-right: 0;
          margin-bottom: 10px; } }
    .wp-editor .section .headInfo p, .article__content .section .headInfo p {
      margin: 0 0 20px 0;
      overflow: auto;
      text-align: left; }
    .wp-editor .section table, .article__content .section table {
      border-top: none; }
      .wp-editor .section table th, .wp-editor .section table td, .article__content .section table th, .article__content .section table td {
        border-top: solid 1px #cccccc;
        border-bottom: none; }
    .wp-editor .section .notes, .article__content .section .notes {
      margin-top: 10px;
      text-align: right;
      font-size: 0.8125rem; }
  .wp-editor .profile, .article__content .profile {
    position: relative;
    margin: 30px 0; }
    @media screen and (max-width: 768px) {
      .wp-editor .profile, .article__content .profile {
        margin: 10px 0; } }
    .wp-editor .profile .info:after, .article__content .profile .info:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 768px) {
      .wp-editor .profile .info, .article__content .profile .info {
        font-size: 13px; } }
    .wp-editor .profile .info > img, .wp-editor .profile .info .wp-caption, .article__content .profile .info > img, .article__content .profile .info .wp-caption {
      float: left;
      width: 100%;
      max-width: 180px;
      height: auto;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .wp-editor .profile .info > img, .wp-editor .profile .info .wp-caption, .article__content .profile .info > img, .article__content .profile .info .wp-caption {
          max-width: 90px;
          margin: 0 10px 10px 0;
          text-align: center; } }
    .wp-editor .profile .info p, .article__content .profile .info p {
      font-size: 0.875rem;
      line-height: 172%;
      overflow: auto; }
      @media screen and (max-width: 768px) {
        .wp-editor .profile .info p, .article__content .profile .info p {
          margin: 0;
          font-size: 0.75rem;
          text-align: left; } }
    .wp-editor .profile h3, .article__content .profile h3 {
      margin-top: 0;
      padding: 0.5em 0 0.5em 20px;
      color: white;
      font-size: 1rem;
      background-color: black; }
      @media screen and (max-width: 768px) {
        .wp-editor .profile h3, .article__content .profile h3 {
          padding: 0.5em 0px 0.5em 10px;
          font-size: 0.8125rem;
          line-height: 180%; } }
    .wp-editor .profile a, .article__content .profile a {
      color: #1392ec;
      text-decoration: underline; }
    .wp-editor .profile .label, .article__content .profile .label {
      position: absolute;
      top: 9px;
      right: 20px;
      margin: 0;
      padding: 0 0.7em;
      color: white;
      font-size: 0.6875rem;
      border: solid 1px #999999; }
      @media screen and (max-width: 768px) {
        .wp-editor .profile .label, .article__content .profile .label {
          top: 8px;
          right: 8px;
          font-size: 0.5rem; } }
  .wp-editor .accordion-btn, .article__content .accordion-btn {
    text-align: right;
    margin-right: 20px; }
    .wp-editor .accordion-btn .btn, .wp-editor .accordion-btn .panels .panel, .panels .wp-editor .accordion-btn .panel, .wp-editor .accordion-btn .pager a, .pager .wp-editor .accordion-btn a, .wp-editor .accordion-btn .article__topContent .navigation > a, .article__topContent .wp-editor .accordion-btn .navigation > a, .wp-editor .accordion-btn .article__topContent .navigation > li a, .article__topContent .navigation > li .wp-editor .accordion-btn a, .article__content .accordion-btn .btn, .article__content .accordion-btn .panels .panel, .panels .article__content .accordion-btn .panel, .article__content .accordion-btn .pager a, .pager .article__content .accordion-btn a, .article__content .accordion-btn .article__topContent .navigation > a, .article__topContent .article__content .accordion-btn .navigation > a, .article__content .accordion-btn .article__topContent .navigation > li a, .article__topContent .navigation > li .article__content .accordion-btn a {
      position: relative;
      width: 150px;
      height: 50px;
      padding-left: 20px;
      line-height: 50px;
      text-align: left;
      border-top: solid 1px black; }
      .wp-editor .accordion-btn .btn:hover, .wp-editor .accordion-btn .panels .panel:hover, .panels .wp-editor .accordion-btn .panel:hover, .wp-editor .accordion-btn .pager a:hover, .pager .wp-editor .accordion-btn a:hover, .wp-editor .accordion-btn .article__topContent .navigation > a:hover, .article__topContent .wp-editor .accordion-btn .navigation > a:hover, .wp-editor .accordion-btn .article__topContent .navigation > li a:hover, .article__topContent .navigation > li .wp-editor .accordion-btn a:hover, .article__content .accordion-btn .btn:hover, .article__content .accordion-btn .panels .panel:hover, .panels .article__content .accordion-btn .panel:hover, .article__content .accordion-btn .pager a:hover, .pager .article__content .accordion-btn a:hover, .article__content .accordion-btn .article__topContent .navigation > a:hover, .article__topContent .article__content .accordion-btn .navigation > a:hover, .article__content .accordion-btn .article__topContent .navigation > li a:hover, .article__topContent .navigation > li .article__content .accordion-btn a:hover {
        background-color: transparent;
        color: black; }
      .wp-editor .accordion-btn .btn:after, .wp-editor .accordion-btn .panels .panel:after, .panels .wp-editor .accordion-btn .panel:after, .wp-editor .accordion-btn .pager a:after, .pager .wp-editor .accordion-btn a:after, .wp-editor .accordion-btn .article__topContent .navigation > a:after, .article__topContent .wp-editor .accordion-btn .navigation > a:after, .wp-editor .accordion-btn .article__topContent .navigation > li a:after, .article__topContent .navigation > li .wp-editor .accordion-btn a:after, .article__content .accordion-btn .btn:after, .article__content .accordion-btn .panels .panel:after, .panels .article__content .accordion-btn .panel:after, .article__content .accordion-btn .pager a:after, .pager .article__content .accordion-btn a:after, .article__content .accordion-btn .article__topContent .navigation > a:after, .article__topContent .article__content .accordion-btn .navigation > a:after, .article__content .accordion-btn .article__topContent .navigation > li a:after, .article__topContent .navigation > li .article__content .accordion-btn a:after {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 25px;
        height: 25px;
        margin-top: -12px;
        line-height: 25px;
        text-align: center;
        border: solid 1px black;
        border-radius: 50%;
        -webkit-transition-duration: 160ms;
                transition-duration: 160ms;
        -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
        -webkit-transition-property: background-color, color;
        transition-property: background-color, color; }
      .wp-editor .accordion-btn .btn.is-open:after, .wp-editor .accordion-btn .panels .is-open.panel:after, .panels .wp-editor .accordion-btn .is-open.panel:after, .wp-editor .accordion-btn .pager a.is-open:after, .pager .wp-editor .accordion-btn a.is-open:after, .wp-editor .accordion-btn .article__topContent .navigation > a.is-open:after, .article__topContent .wp-editor .accordion-btn .navigation > a.is-open:after, .wp-editor .accordion-btn .article__topContent .navigation > li a.is-open:after, .article__topContent .navigation > li .wp-editor .accordion-btn a.is-open:after, .article__content .accordion-btn .btn.is-open:after, .article__content .accordion-btn .panels .is-open.panel:after, .panels .article__content .accordion-btn .is-open.panel:after, .article__content .accordion-btn .pager a.is-open:after, .pager .article__content .accordion-btn a.is-open:after, .article__content .accordion-btn .article__topContent .navigation > a.is-open:after, .article__topContent .article__content .accordion-btn .navigation > a.is-open:after, .article__content .accordion-btn .article__topContent .navigation > li a.is-open:after, .article__topContent .navigation > li .article__content .accordion-btn a.is-open:after {
        content: "\e90c"; }
      .wp-editor .accordion-btn .btn.is-close, .wp-editor .accordion-btn .panels .is-close.panel, .panels .wp-editor .accordion-btn .is-close.panel, .wp-editor .accordion-btn .pager a.is-close, .pager .wp-editor .accordion-btn a.is-close, .wp-editor .accordion-btn .article__topContent .navigation > a.is-close, .article__topContent .wp-editor .accordion-btn .navigation > a.is-close, .wp-editor .accordion-btn .article__topContent .navigation > li a.is-close, .article__topContent .navigation > li .wp-editor .accordion-btn a.is-close, .article__content .accordion-btn .btn.is-close, .article__content .accordion-btn .panels .is-close.panel, .panels .article__content .accordion-btn .is-close.panel, .article__content .accordion-btn .pager a.is-close, .pager .article__content .accordion-btn a.is-close, .article__content .accordion-btn .article__topContent .navigation > a.is-close, .article__topContent .article__content .accordion-btn .navigation > a.is-close, .article__content .accordion-btn .article__topContent .navigation > li a.is-close, .article__topContent .navigation > li .article__content .accordion-btn a.is-close {
        padding-left: 40px; }
        .wp-editor .accordion-btn .btn.is-close:after, .wp-editor .accordion-btn .panels .is-close.panel:after, .panels .wp-editor .accordion-btn .is-close.panel:after, .wp-editor .accordion-btn .pager a.is-close:after, .pager .wp-editor .accordion-btn a.is-close:after, .wp-editor .accordion-btn .article__topContent .navigation > a.is-close:after, .article__topContent .wp-editor .accordion-btn .navigation > a.is-close:after, .wp-editor .accordion-btn .article__topContent .navigation > li a.is-close:after, .article__topContent .navigation > li .wp-editor .accordion-btn a.is-close:after, .article__content .accordion-btn .btn.is-close:after, .article__content .accordion-btn .panels .is-close.panel:after, .panels .article__content .accordion-btn .is-close.panel:after, .article__content .accordion-btn .pager a.is-close:after, .pager .article__content .accordion-btn a.is-close:after, .article__content .accordion-btn .article__topContent .navigation > a.is-close:after, .article__topContent .article__content .accordion-btn .navigation > a.is-close:after, .article__content .accordion-btn .article__topContent .navigation > li a.is-close:after, .article__topContent .navigation > li .article__content .accordion-btn a.is-close:after {
          content: "\e90d"; }
  .wp-editor .accordion-content, .article__content .accordion-content {
    padding: 0 20px;
    border-top: dotted 1px black;
    display: none; }
    @media screen and (max-width: 768px) {
      .wp-editor .accordion-content, .article__content .accordion-content {
        padding: 0 10px; } }

.relation-events {
  margin-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .relation-events {
      margin-bottom: 60px; } }

.about {
  width: 1000px;
  margin: 150px auto 120px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .about {
      width: 100%;
      padding: 0 10px;
      margin-top: 45px;
      margin-bottom: 45px;
      text-align: left; } }
  .about .section {
    margin-top: 240px; }
    .about .section:first-child {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      .about .section {
        margin-top: 60px; } }
  .about .section2 {
    margin-top: 200px; }
    @media screen and (max-width: 768px) {
      .about .section2 {
        margin-top: 60px; } }
  .about__title {
    margin-bottom: 50px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.025em; }
    @media screen and (max-width: 768px) {
      .about__title {
        margin-bottom: 30px;
        font-size: 1.5625rem; } }
  .about__title2 {
    font-size: 1.3125rem;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .about__title2 {
        text-align: left;
        font-size: 0.9375rem; } }
  .about p {
    margin-bottom: 40px;
    font-size: 1.125rem;
    line-height: 160%; }
    @media screen and (max-width: 768px) {
      .about p {
        margin-bottom: 30px;
        font-size: 0.8125rem; } }
  .about dl dt {
    margin-bottom: 5px;
    font-size: 0.875rem; }
    @media screen and (max-width: 768px) {
      .about dl dt {
        font-size: 0.6875rem; } }
  .about dl dd {
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 1rem; }
    @media screen and (max-width: 768px) {
      .about dl dd {
        margin-bottom: 25px;
        font-size: 0.75rem; } }
    .about dl dd small {
      font-size: 0.875rem; }
      @media screen and (max-width: 768px) {
        .about dl dd small {
          font-size: 0.6875rem; } }
  .about__supervisor {
    margin-top: 70px;
    font-size: 1rem; }
    @media screen and (max-width: 768px) {
      .about__supervisor {
        margin-top: 0;
        font-size: 0.8125rem; } }
  @media screen and (max-width: 768px) {
    .about__contact {
      text-align: center; } }
  .about__contact p {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .about__contact p {
        margin-bottom: 0;
        font-size: 0.6875rem; } }
  .about__contact address {
    font-size: 0.875rem;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      .about__contact address {
        padding: 0 8px;
        font-size: 0.6875rem; } }
  .about__contactLinks {
    margin-top: 50px;
    list-style-type: none;
    padding-left: 0; }
    .about__contactLinks > li {
      display: inline-block; }
    .about__contactLinks > li + li {
      margin-left: 1em; }
    @media screen and (max-width: 768px) {
      .about__contactLinks {
        margin-top: 35px; }
        .about__contactLinks li + li {
          margin-left: 2em; } }
    .about__contactLinks li > a {
      color: #999999;
      font-size: 1.625rem;
      -webkit-transition-duration: 160ms;
              transition-duration: 160ms;
      -webkit-transition-timing-function: linear;
              transition-timing-function: linear;
      -webkit-transition-property: color;
      transition-property: color; }
      @media screen and (min-width: 769px) {
        .about__contactLinks li > a:hover {
          color: #000000; } }

/*# sourceMappingURL=app.css.map */
