@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_fot_cezanne_pron {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_aktiv_grotesk_condensed_regular {
  font-family: "aktiv-grotesk-condensed", 'Helvetica', fot-cezanne-pron, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-style: normal;
}
* {
  -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: #000000;
}
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: "aktiv-grotesk-condensed", 'Helvetica', fot-cezanne-pron, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
}
body.bg_1 {
  background: #636392;
}
@media all and (max-width: 1000px) {
  body.bg_1 #view:before,
  body.bg_1 .view__header:before {
    background: #636392;
  }
}
body.bg_2 {
  background: #5c5c8a;
}
@media all and (max-width: 1000px) {
  body.bg_2 #view:before,
  body.bg_2 .view__header:before {
    background: #5c5c8a;
  }
}
body.bg_3 {
  background: #504f7a;
}
@media all and (max-width: 1000px) {
  body.bg_3 #view:before,
  body.bg_3 .view__header:before {
    background: #504f7a;
  }
}
body.bg_4 {
  background: #42426d;
}
@media all and (max-width: 1000px) {
  body.bg_4 #view:before,
  body.bg_4 .view__header:before {
    background: #42426d;
  }
}
body.bg_5 {
  background: #3b3b63;
}
@media all and (max-width: 1000px) {
  body.bg_5 #view:before,
  body.bg_5 .view__header:before {
    background: #3b3b63;
  }
}
body.bg_6 {
  background: #35355d;
}
@media all and (max-width: 1000px) {
  body.bg_6 #view:before,
  body.bg_6 .view__header:before {
    background: #35355d;
  }
}
body.bg_7 {
  background: #2e2d55;
}
@media all and (max-width: 1000px) {
  body.bg_7 #view:before,
  body.bg_7 .view__header:before {
    background: #2e2d55;
  }
}
body.bg_8 {
  background: #27284f;
}
@media all and (max-width: 1000px) {
  body.bg_8 #view:before,
  body.bg_8 .view__header:before {
    background: #27284f;
  }
}
body.bg_9 {
  background: #212147;
}
@media all and (max-width: 1000px) {
  body.bg_9 #view:before,
  body.bg_9 .view__header:before {
    background: #212147;
  }
}
body.bg_10 {
  background: #1a1a42;
}
@media all and (max-width: 1000px) {
  body.bg_10 #view:before,
  body.bg_10 .view__header:before {
    background: #1a1a42;
  }
}
body.bg_11 {
  background: #272147;
}
@media all and (max-width: 1000px) {
  body.bg_11 #view:before,
  body.bg_11 .view__header:before {
    background: #272147;
  }
}
body.bg_12 {
  background: #34274f;
}
@media all and (max-width: 1000px) {
  body.bg_12 #view:before,
  body.bg_12 .view__header:before {
    background: #34274f;
  }
}
body.bg_13 {
  background: #412d55;
}
@media all and (max-width: 1000px) {
  body.bg_13 #view:before,
  body.bg_13 .view__header:before {
    background: #412d55;
  }
}
body.bg_14 {
  background: #49355d;
}
@media all and (max-width: 1000px) {
  body.bg_14 #view:before,
  body.bg_14 .view__header:before {
    background: #49355d;
  }
}
body.bg_15 {
  background: #4c3b63;
}
@media all and (max-width: 1000px) {
  body.bg_15 #view:before,
  body.bg_15 .view__header:before {
    background: #4c3b63;
  }
}
body.bg_16 {
  background: #50426d;
}
@media all and (max-width: 1000px) {
  body.bg_16 #view:before,
  body.bg_16 .view__header:before {
    background: #50426d;
  }
}
body.bg_17 {
  background: #5a4f7a;
}
@media all and (max-width: 1000px) {
  body.bg_17 #view:before,
  body.bg_17 .view__header:before {
    background: #5a4f7a;
  }
}
body.bg_18 {
  background: #645c8a;
}
@media all and (max-width: 1000px) {
  body.bg_18 #view:before,
  body.bg_18 .view__header:before {
    background: #645c8a;
  }
}
body.load {
  opacity: 0 !important;
  visibility: hidden !important;
  background: #ffffff !important;
}
.hidden {
  visibility: hidden;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
html.active,
body.active {
  position: fixed;
  width: 100%;
  height: 100%;
}
body #container main#main #contents #view .view_inner header.view__header.bg_active:before {
  display: none;
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header.bg_active:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast {
  display: none;
  position: absolute;
  left: 0;
  z-index: 100;
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__podcast {
    display: block;
    position: fixed;
    left: 20px;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.text {
  top: 31px;
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.text a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffeded;
  padding: 10px 0;
  position: relative;
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.text a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: 9px;
  left: 1px;
  z-index: 2;
  background: #ffeded;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__podcast.text a:hover {
  color: #000000;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__podcast.text a:hover:before {
  background: transparent;
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.image {
  top: 31px;
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__podcast.image {
    top: 10px;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.image a {
  display: inline-block;
  padding: 10px 0;
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.image a img {
  display: block;
  width: 28px;
  height: 20px;
}
body #container main#main #contents #view .view_inner header.view__header .header__podcast.image a img.on {
  display: none;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__podcast.image a:hover img.off {
  display: none;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__podcast.image a:hover img.on {
  display: block;
}
body #container main#main #contents #view .view_inner header.view__header .header__logo {
  position: absolute;
  top: 52px;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__logo {
    position: fixed;
    top: 31px;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__logo a {
  display: inline-block;
  padding: 10px;
}
body #container main#main #contents #view .view_inner header.view__header .header__logo a img {
  display: block;
}
body #container main#main #contents #view .view_inner header.view__header .header__logo a img.makoto_ozone {
  width: 163px;
  height: 21px;
}
body #container main#main #contents #view .view_inner header.view__header .header__logo a img.mo {
  width: 36px;
  height: 21px;
}
body #container main#main #contents #view .view_inner header.view__header .header__top_link {
  position: absolute;
  top: 89px;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__top_link {
    display: none;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__top_link a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffeded;
  padding: 10px 0;
  position: relative;
}
body #container main#main #contents #view .view_inner header.view__header .header__top_link a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: 9px;
  left: 1px;
  z-index: 2;
  background: #ffeded;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__top_link a:hover {
  color: #000000;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__top_link a:hover:before {
  background: transparent;
}
body #container main#main #contents #view .view_inner header.view__header .header__nnh {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 100;
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__nnh {
    display: none;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__nnh a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffeded;
  padding: 10px 0;
  position: relative;
}
body #container main#main #contents #view .view_inner header.view__header .header__nnh a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: 9px;
  left: 1px;
  z-index: 2;
  background: #ffeded;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__nnh a:hover {
  color: #000000;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__nnh a:hover:before {
  background: transparent;
}
body #container main#main #contents #view .view_inner header.view__header .header__fotd {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 100;
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__fotd {
    display: none;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__fotd a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffeded;
  padding: 10px 0;
  position: relative;
}
body #container main#main #contents #view .view_inner header.view__header .header__fotd a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: 9px;
  left: 1px;
  z-index: 2;
  background: #ffeded;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__fotd a:hover {
  color: #000000;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__fotd a:hover:before {
  background: transparent;
}
body #container main#main #contents #view .view_inner header.view__header .header__menu {
  display: none;
}
@media all and (max-width: 1000px) {
  body #container main#main #contents #view .view_inner header.view__header .header__menu {
    display: block;
    position: fixed;
    top: 11px;
    right: 20px;
    z-index: 100;
  }
}
body #container main#main #contents #view .view_inner header.view__header .header__menu a {
  display: inline-block;
  padding: 10px 0;
}
body #container main#main #contents #view .view_inner header.view__header .header__menu a .menu__close {
  display: none;
}
body #container main#main #contents #view .view_inner header.view__header .header__menu a img {
  display: block;
  width: 26px;
  height: 18px;
}
body #container main#main #contents #view .view_inner header.view__header .header__menu a img.on {
  display: none;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__menu a:hover img.off {
  display: none;
}
.pc body #container main#main #contents #view .view_inner header.view__header .header__menu a:hover img.on {
  display: block;
}
body #container main#main #contents #view .view_inner .view__nav .view__nav_inner ul li a {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.5px;
  color: #ffeded;
}
body #container main#main #contents #view .view_inner .view__nav .view__nav_inner ul li a.current {
  color: #000000;
}
.pc body #container main#main #contents #view .view_inner .view__nav .view__nav_inner ul li a:hover {
  color: #000000;
}
body #container main#main #contents #view .view_inner .view__sub_nav {
  display: none;
}
body #container main#main #contents #view .view_inner .view__sub_nav ul {
  font-size: 0;
}
body #container main#main #contents #view .view_inner .view__sub_nav ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffeded;
  position: relative;
  padding-left: 22px;
}
body #container main#main #contents #view .view_inner .view__sub_nav ul li a .arrow {
  position: absolute;
  top: 10px;
  top: 9.5px;
  left: 0;
  z-index: 2;
}
body #container main#main #contents #view .view_inner .view__sub_nav ul li a .arrow img {
  display: block;
  width: 8px;
  height: 6px;
}
body #container main#main #contents #view .view_inner .view__sub_nav ul li a .arrow img.on {
  display: none;
}
.pc body #container main#main #contents #view .view_inner .view__sub_nav ul li a:hover {
  color: #000000;
}
.pc body #container main#main #contents #view .view_inner .view__sub_nav ul li a:hover .arrow img.off {
  display: none;
}
.pc body #container main#main #contents #view .view_inner .view__sub_nav ul li a:hover .arrow img.on {
  display: block;
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents canvas {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__slide_images {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 97 !important;
    padding: 0 20px 20px 20px !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__slide_images ul {
    width: 63.2% !important;
    height: auto !important;
    margin-left: auto !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__slide_images ul * {
    height: auto !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__slide_images ul li {
    width: 100% !important;
    height: auto !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__slide_images ul li:before {
    padding-top: 100% !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__header:before {
    display: none !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__header .header__menu a .menu__hamburger {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__header .header__menu a .menu__close {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__nav {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 98 !important;
    padding: 93px 60px 0 60px !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__sub_nav {
    display: block !important;
    width: 100% !important;
    position: fixed !important;
    top: 237px !important;
    left: 0 !important;
    z-index: 99 !important;
    padding: 35px 60px 60px 38px !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents #view .view_inner .view__news {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media all and (max-width: 1000px) {
  body.active #container main#main #contents .schedule,
  body.active #container main#main #contents .profile,
  body.active #container main#main #contents .discography,
  body.active #container main#main #contents .booking-info,
  body.active #container main#main #contents .news {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
body#top #container #main #contents canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents canvas {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body#top #container #main #contents #view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view {
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
body#top #container #main #contents #view .view_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner {
    height: auto;
    position: static;
  }
}
body#top #container #main #contents #view .view_inner .view__header:before {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__header:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__header .header__podcast.text {
    display: none;
  }
}
body#top #container #main #contents #view .view_inner .view__header .header__podcast.image {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__header .header__podcast.image {
    display: block;
  }
}
body#top #container #main #contents #view .view_inner .view__nav {
  width: 100%;
  height: calc((100% - 60px) * 0.588);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__nav {
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 43px 60px 0 60px;
  }
}
body#top #container #main #contents #view .view_inner .view__nav .view__nav_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__nav .view__nav_inner {
    height: auto;
    position: static;
  }
}
body#top #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: calc(50% + 19px);
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 16%;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 0;
  }
}
body#top #container #main #contents #view .view_inner .view__sub_nav {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__sub_nav {
    display: block;
    padding: 35px 60px 30px 38px;
  }
}
body#top #container #main #contents #view .view_inner .view__slide_images {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 1;
  padding: 0 50% 0 3.6%;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__slide_images {
    height: auto;
    position: static;
    bottom: auto;
    left: auto;
    z-index: auto;
    padding: 80px 20px 0 20px;
  }
}
body#top #container #main #contents #view .view_inner .view__slide_images ul {
  font-size: 0;
}
body#top #container #main #contents #view .view_inner .view__slide_images ul li {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__slide_images ul li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
body#top #container #main #contents #view .view_inner .view__slide_images ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__slide_images ul li:before {
    padding-top: 66.7%;
  }
}
body#top #container #main #contents #view .view_inner .view__news {
  width: 36.2%;
  position: absolute;
  bottom: 21.2%;
  right: 0;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__news {
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
    z-index: auto;
    padding: 15px 20px 31px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
body#top #container #main #contents #view .view_inner .view__news .news__headline {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  padding-left: 45px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__news .news__headline {
    padding-left: 40px;
  }
}
body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post {
  padding-right: 20px;
}
body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a {
  display: block;
  position: relative;
  padding: 10px 0 10px 45px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a {
    padding: 10px 0 10px 40px;
  }
}
body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffeded;
}
body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow {
  position: absolute;
  top: 12px;
  top: 12.5px;
  left: 0;
  z-index: 2;
}
body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow img {
  display: block;
  width: 25px;
  height: 20px;
}
body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow img.on {
  display: none;
}
.pc body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__title {
  color: #000000;
}
.pc body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__arrow img.off {
  display: none;
}
.pc body#top #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__arrow img.on {
  display: block;
}
body#top #container #main #contents #view .view_inner .view__news .news__archive_link {
  padding: 25px 0 0 45px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents #view .view_inner .view__news .news__archive_link {
    padding: 3px 0 0 40px;
  }
}
body#top #container #main #contents #view .view_inner .view__news .news__archive_link a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #ffeded;
  padding: 5px 0;
  position: relative;
}
body#top #container #main #contents #view .view_inner .view__news .news__archive_link a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 1px;
  z-index: 2;
  background: #ffeded;
}
.pc body#top #container #main #contents #view .view_inner .view__news .news__archive_link a:hover {
  color: #000000;
}
.pc body#top #container #main #contents #view .view_inner .view__news .news__archive_link a:hover:before {
  display: none;
}
@media all and (max-width: 1000px) {
  body#schedule {
    background: #faf4f4 !important;
  }
}
body#schedule #container #main #contents canvas {
  display: block;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents canvas {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body#schedule #container #main #contents #view {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
body#schedule #container #main #contents #view .view_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner {
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner:before {
    content: "";
    display: block;
    padding-top: 47.5%;
  }
}
body#schedule #container #main #contents #view .view_inner .view__nav {
  width: 100%;
  height: calc((100% - 60px) * 0.588);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__nav {
    display: none;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#schedule #container #main #contents #view .view_inner .view__nav .view__nav_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__nav .view__nav_inner {
    height: auto;
    position: static;
  }
}
body#schedule #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: calc(50% + 19px);
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
body#schedule #container #main #contents #view .view_inner .view__slide_images {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images {
    height: auto;
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
body#schedule #container #main #contents #view .view_inner .view__slide_images ul {
  font-size: 0;
}
body#schedule #container #main #contents #view .view_inner .view__slide_images ul li {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_5 {
    background-position: top 17% center;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_6 {
    background-position: top 29% center;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_7 {
    background-position: top 27% center;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_8 {
    background-position: top 40% center;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_12 {
    background-position: top 32% center;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_15 {
    background-position: top 81% center;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_17 {
    background-position: top 51% center;
  }
}
body#schedule #container #main #contents #view .view_inner .view__slide_images ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents #view .view_inner .view__slide_images ul li:before {
    padding-top: 47.5%;
  }
}
body#schedule #container #main #contents .schedule {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #faf4f4;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner {
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__headline {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
  padding: 41px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__headline {
    padding: 21px 20px 39px 20px;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years {
  padding: 97px 40px 86px 40px;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years {
    padding: 0 0 50px 0;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #c2c2c2;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year {
    margin-top: 0;
    padding: 30px 20px 16px 20px;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year:first-child {
    padding-top: 30px;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__headline {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__headline {
    font-size: 15px;
    text-align: left;
    padding: 0 0 15px 50px;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts {
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts {
    padding-top: 0;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 69.2%;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left {
    width: 68.4%;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left .left__date {
  width: 22.3%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #232351;
}
@media all and (min-width: 1200px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left .left__date {
    width: 80px;
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left .left__date {
    width: 50px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    padding-top: 3px;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left .left__title {
  width: 77.7%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #aaaaaa;
  padding-right: 10px;
}
@media all and (min-width: 1200px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left .left__title {
    width: calc(100% - 80px);
  }
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__left .left__title {
    width: calc(100% - 50px);
    font-size: 15px;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right {
  width: 30.8%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right {
    width: 31.6%;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right .right__venue {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: right;
  color: #232351;
  padding: 3px 40px 0 10px;
  padding: 2.5px 40px 0 10px;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right .right__venue {
    padding: 3px 20px 0 10px;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right .right__arrow {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right .right__arrow {
    top: 6px;
    top: 5.5px;
    right: 0;
  }
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right .right__arrow img {
  display: block;
  width: 8px;
  height: 6px;
}
body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post .posts__post_inner .post__right .right__arrow img.on {
  display: none;
}
.pc body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post a.posts__post_inner:hover .post__left .left__date {
  color: #aaaaaa;
}
.pc body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post a.posts__post_inner:hover .post__left .left__title {
  color: #232351;
}
.pc body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post a.posts__post_inner:hover .post__right .right__venue {
  color: #aaaaaa;
}
.pc body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post a.posts__post_inner:hover .post__right .right__arrow img.off {
  display: none;
}
.pc body#schedule #container #main #contents .schedule .schedule_inner .schedule__years .years__year .year__posts .posts__post a.posts__post_inner:hover .post__right .right__arrow img.on {
  display: block;
}
@media all and (max-width: 1000px) {
  body#profile {
    background: #faf4f4 !important;
  }
}
body#profile #container #main #contents canvas {
  display: block;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents canvas {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body#profile #container #main #contents #view {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
body#profile #container #main #contents #view .view_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner {
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner:before {
    content: "";
    display: block;
    padding-top: 47.5%;
  }
}
body#profile #container #main #contents #view .view_inner .view__nav {
  width: 100%;
  height: calc((100% - 60px) * 0.588);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__nav {
    display: none;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#profile #container #main #contents #view .view_inner .view__nav .view__nav_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__nav .view__nav_inner {
    height: auto;
    position: static;
  }
}
body#profile #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: calc(50% + 19px);
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
body#profile #container #main #contents #view .view_inner .view__slide_images {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images {
    height: auto;
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
body#profile #container #main #contents #view .view_inner .view__slide_images ul {
  font-size: 0;
}
body#profile #container #main #contents #view .view_inner .view__slide_images ul li {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_5 {
    background-position: top 17% center;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_6 {
    background-position: top 29% center;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_7 {
    background-position: top 27% center;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_8 {
    background-position: top 40% center;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_12 {
    background-position: top 32% center;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_15 {
    background-position: top 81% center;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_17 {
    background-position: top 51% center;
  }
}
body#profile #container #main #contents #view .view_inner .view__slide_images ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents #view .view_inner .view__slide_images ul li:before {
    padding-top: 47.5%;
  }
}
body#profile #container #main #contents .profile {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #faf4f4;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
  }
}
body#profile #container #main #contents .profile .profile_inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner {
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__headline {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
  padding: 41px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__headline {
    padding: 21px 20px 39px 20px;
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__en {
  padding: 97px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__en {
    padding: 58px 20px 0 20px;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__en .en__name,
body#profile #container #main #contents .profile .profile_inner .profile__en .en__name * {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
}
body#profile #container #main #contents .profile .profile_inner .profile__en .en__description {
  padding-top: 26px;
}
body#profile #container #main #contents .profile .profile_inner .profile__en .en__description a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__en .en__description a {
    text-underline-offset: 4px;
  }
}
.pc body#profile #container #main #contents .profile .profile_inner .profile__en .en__description a:hover {
  text-decoration: none;
}
body#profile #container #main #contents .profile .profile_inner .profile__en .en__description,
body#profile #container #main #contents .profile .profile_inner .profile__en .en__description * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__en .en__description,
  body#profile #container #main #contents .profile .profile_inner .profile__en .en__description * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__ja {
  padding: 84px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__ja {
    padding: 45px 20px 0 20px;
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__name,
body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__name * {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #232351;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__name,
  body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__name * {
    font-size: 16px;
    line-height: 28px;
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description {
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description {
    padding-top: 26px;
  }
}
body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description a {
    text-underline-offset: 4px;
  }
}
.pc body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description a:hover {
  text-decoration: none;
}
body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description,
body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description * {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
  color: #232351;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description,
  body#profile #container #main #contents .profile .profile_inner .profile__ja .ja__description * {
    font-size: 13px;
    line-height: 26px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en {
  padding: 90px 40px 91px 40px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en {
    padding: 51px 20px 71px 20px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__headline {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor {
  padding-top: 48px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor {
    padding-top: 26px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__headline,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__headline * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__headline,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__headline * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__headline span.border {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__headline span.border {
    text-underline-offset: 4px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description {
  padding-top: 25px;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description a {
    text-underline-offset: 4px;
  }
}
.pc body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__orchestra_conductor .orchestra_conductor__description a:hover {
  text-decoration: none;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician {
  padding-top: 75px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician {
    padding-top: 46px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__headline,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__headline * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__headline,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__headline * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__headline span.border {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__headline span.border {
    text-underline-offset: 4px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description {
  padding-top: 25px;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description a {
    text-underline-offset: 4px;
  }
}
.pc body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__collaboration_with_jazz_musician .collaboration_with_jazz_musician__description a:hover {
  text-decoration: none;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival {
  padding-top: 75px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival {
    padding-top: 46px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__headline,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__headline * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__headline,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__headline * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__headline span.border {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__headline span.border {
    text-underline-offset: 4px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description {
  padding-top: 25px;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description a {
    text-underline-offset: 4px;
  }
}
.pc body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__festival .festival__description a:hover {
  text-decoration: none;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award {
  padding-top: 75px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award {
    padding-top: 46px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__headline,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__headline * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__headline,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__headline * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__headline span.border {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__headline span.border {
    text-underline-offset: 4px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description {
  padding-top: 25px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description {
    padding-top: 30px;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl {
    padding-top: 21px;
  }
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl:first-child {
    padding-top: 0;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dt {
  float: left;
  width: 50px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  position: relative;
  top: -0.5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dt {
    float: none;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    position: static;
    top: auto;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd,
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd,
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd * {
    font-size: 15px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd {
  float: left;
  width: calc(100% - 50px);
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd {
    float: none;
    width: 100%;
    padding-top: 2px;
  }
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd a {
    text-underline-offset: 4px;
  }
}
.pc body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl dd a:hover {
  text-decoration: none;
}
body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#profile #container #main #contents .profile .profile_inner .career_highlights__en .en__award .award__description dl:after {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#discography {
    background: #faf4f4 !important;
  }
}
body#discography #container #main #contents canvas {
  display: block;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents canvas {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body#discography #container #main #contents #view {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
body#discography #container #main #contents #view .view_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner {
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner:before {
    content: "";
    display: block;
    padding-top: 47.5%;
  }
}
body#discography #container #main #contents #view .view_inner .view__nav {
  width: 100%;
  height: calc((100% - 60px) * 0.588);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__nav {
    display: none;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#discography #container #main #contents #view .view_inner .view__nav .view__nav_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__nav .view__nav_inner {
    height: auto;
    position: static;
  }
}
body#discography #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: calc(50% + 19px);
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
body#discography #container #main #contents #view .view_inner .view__slide_images {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images {
    height: auto;
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
body#discography #container #main #contents #view .view_inner .view__slide_images ul {
  font-size: 0;
}
body#discography #container #main #contents #view .view_inner .view__slide_images ul li {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_5 {
    background-position: top 17% center;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_6 {
    background-position: top 29% center;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_7 {
    background-position: top 27% center;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_8 {
    background-position: top 40% center;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_12 {
    background-position: top 32% center;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_15 {
    background-position: top 81% center;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_17 {
    background-position: top 51% center;
  }
}
body#discography #container #main #contents #view .view_inner .view__slide_images ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents #view .view_inner .view__slide_images ul li:before {
    padding-top: 47.5%;
  }
}
body#discography #container #main #contents .discography {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #faf4f4;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
  }
}
body#discography #container #main #contents .discography .discography_inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner {
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__headline {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
  padding: 41px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__headline {
    padding: 21px 20px 39px 20px;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts {
  padding: 99px 40px 100px 40px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts {
    padding: 0 20px 80px 20px;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 22px 0;
  border-top: 1px solid #c2c2c2;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post {
    padding: 20px 0 20px 0;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
    position: relative;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post:last-child {
  border-bottom: 1px solid #c2c2c2;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post:last-child {
    border-bottom: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left {
    width: 100%;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__thumbnail {
  width: 47.1%;
  padding: 0 11.8% 3px 0;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__thumbnail {
    width: 42.1%;
    padding: 0 40px 0 0;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__thumbnail a {
  display: block;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information {
  width: 52.9%;
  padding: 1px 20px 0 0;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information {
    width: 57.9%;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #232351;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__year {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #aaaaaa;
  padding-top: 8px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists {
  display: none;
  padding: 45px 0 36px 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists.no_year {
  padding-top: 43px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list {
  padding-top: 30px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list:first-child {
  padding-top: 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list .list__headline {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #232351;
  padding-bottom: 10px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul {
  font-size: 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul li {
  padding-top: 10px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul li:first-child {
  padding-top: 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul li dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul li dl * {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #232351;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul li dl dt {
  width: 20px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__left .left__information .information__lists .lists__list ul li dl dd {
  width: calc(100% - 20px);
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right {
  width: 50%;
  padding-top: 3px;
  padding-top: 3.5px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right {
    display: none;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list {
  padding-top: 30px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list:first-child {
  padding-top: 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list .list__headline {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #232351;
  padding-bottom: 10px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul {
  font-size: 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul li {
  padding-top: 10px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul li:first-child {
  padding-top: 0;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul li dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul li dl * {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #232351;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul li dl dt {
  width: 20px;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__right .right__lists .lists__list ul li dl dd {
  width: calc(100% - 20px);
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button {
  display: none;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button {
    display: block;
    position: absolute;
    bottom: 17px;
    right: 15px;
    z-index: 2;
  }
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button a,
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button a * {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  color: #232351;
  text-align: right;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button a {
  display: block;
  padding: 5px;
  position: relative;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button a:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #232351;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button a .close {
  display: none;
}
.pc body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post .post__button a:hover:before {
  background: transparent;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post.active .post__left .left__information .information__lists {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post.active .post__button a .open {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .discography .discography_inner .discography__posts .posts__post.active .post__button a .close {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info {
    background: #faf4f4 !important;
  }
}
body#booking-info #container #main #contents canvas {
  display: block;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents canvas {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body#booking-info #container #main #contents #view {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
body#booking-info #container #main #contents #view .view_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner {
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner:before {
    content: "";
    display: block;
    padding-top: 47.5%;
  }
}
body#booking-info #container #main #contents #view .view_inner .view__nav {
  width: 100%;
  height: calc((100% - 60px) * 0.588);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__nav {
    display: none;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#booking-info #container #main #contents #view .view_inner .view__nav .view__nav_inner {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__nav .view__nav_inner {
    height: auto;
    position: static;
  }
}
body#booking-info #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: calc(50% + 19px);
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__nav .view__nav_inner ul {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
body#booking-info #container #main #contents #view .view_inner .view__slide_images {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images {
    height: auto;
    position: absolute;
    top: 0;
    bottom: auto;
  }
}
body#booking-info #container #main #contents #view .view_inner .view__slide_images ul {
  font-size: 0;
}
body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_5 {
    background-position: top 17% center;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_6 {
    background-position: top 29% center;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_7 {
    background-position: top 27% center;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_8 {
    background-position: top 40% center;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_12 {
    background-position: top 32% center;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_15 {
    background-position: top 81% center;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_17 {
    background-position: top 51% center;
  }
}
body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents #view .view_inner .view__slide_images ul li:before {
    padding-top: 47.5%;
  }
}
body#booking-info #container #main #contents .booking_info {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #faf4f4;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner {
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__headline {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
  padding: 41px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__headline {
    padding: 21px 20px 39px 20px;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts {
  padding: 99px 40px 100px 40px;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts {
    padding: 0 20px 40px 20px;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post {
    display: block;
    margin-top: 0;
    padding: 41px 0 32px 0;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post:first-child {
  margin-top: 0;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post:first-child {
    border-top: 0;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left {
  width: 26.9%;
  padding: 15px 20px 0 0;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left {
    width: 100%;
    padding: 0;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left .left__headline {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #232351;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left .left__headline {
    font-size: 12px;
    line-height: 1;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left .left__headline br {
  display: none;
}
@media all and (max-width: 1550px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left .left__headline br {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__left .left__headline br {
    display: none;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right {
  width: 73.1%;
  padding: 13px 0 14px 20px;
  border-left: 1px solid #aaaaaa;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right {
    width: 100%;
    padding: 33px 0 0 0;
    border-left: none;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__headline {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #232351;
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description,
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description * {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #232351;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description,
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description * {
    font-size: 15px;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description {
  padding-top: 22px;
}
@media all and (max-width: 1000px) {
  body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description {
    padding-top: 16px;
  }
}
body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description a {
  color: #0000ff;
  text-decoration: none !important;
}
.pc body#booking-info #container #main #contents .booking_info .booking_info_inner .booking_info__posts .posts__post .post__right .right__description a:hover {
  color: #232351;
}
@media all and (max-width: 1000px) {
  body#news {
    background: #faf4f4 !important;
  }
}
body#news #container #main #contents canvas {
  display: block;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents canvas {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body#news #container #main #contents #view {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 0;
  }
}
body#news #container #main #contents #view .view_inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner {
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
body#news #container #main #contents #view .view_inner .view__header .header__fotd {
  left: 40px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__header .header__fotd {
    left: 20px;
  }
}
body#news #container #main #contents #view .view_inner .view__header .header__nnh {
  right: 40px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__header .header__nnh {
    right: 20px;
  }
}
body#news #container #main #contents #view .view_inner .view__nav {
  display: none;
}
body#news #container #main #contents #view .view_inner .view__slide_images {
  display: none;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images {
    display: block;
  }
}
body#news #container #main #contents #view .view_inner .view__slide_images ul {
  font-size: 0;
}
body#news #container #main #contents #view .view_inner .view__slide_images ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_5 {
    background-position: top 17% center;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_6 {
    background-position: top 29% center;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_7 {
    background-position: top 27% center;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_8 {
    background-position: top 40% center;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_12 {
    background-position: top 32% center;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_15 {
    background-position: top 81% center;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__slide_images ul li.bg_img_17 {
    background-position: top 51% center;
  }
}
body#news #container #main #contents #view .view_inner .view__slide_images ul li:before {
  content: "";
  display: block;
  padding-top: 47.5%;
}
body#news #container #main #contents #view .view_inner .view__news {
  padding: 140px 60px 89px 20px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news {
    padding: 0;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__categories {
  width: 80.7%;
  margin-left: auto;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__categories {
    width: 100%;
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 99;
    padding: 0 15px;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__categories ul {
  font-size: 0;
  position: relative;
  left: -5px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__categories ul {
    text-align: center;
    position: static;
    left: auto;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__categories ul li {
  display: inline-block;
  padding: 0 5px 10px 5px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__categories ul li {
    padding: 0 5px 5px 5px;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__categories ul li a {
  display: inline-block;
  width: 55px;
  height: 27px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-indent: 0.8px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 20px 20px 20px 20px;
  padding-top: 6px;
  padding-top: 6.5px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__categories ul li a {
    background: #faf4f4;
  }
}
.pc body#news #container #main #contents #view .view_inner .view__news .news__categories ul li a:hover {
  border: 1px solid #000000;
}
body#news #container #main #contents #view .view_inner .view__news .news__categories ul li a.current {
  border: 1px solid #000000;
}
.sp body#news #container #main #contents #view .view_inner .view__news .news__categories ul li a,
.tablet body#news #container #main #contents #view .view_inner .view__news .news__categories ul li a {
  padding-top: 7px;
}
body#news #container #main #contents #view .view_inner .view__news .news__headline,
body#news #container #main #contents #view .view_inner .view__news .news__headline * {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__headline,
  body#news #container #main #contents #view .view_inner .view__news .news__headline * {
    letter-spacing: 0px;
    text-align: center;
    color: #232351;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__headline {
  width: 80.7%;
  margin-left: auto;
  padding-top: 25px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__headline {
    width: 100%;
    padding: 21px 20px 39px 20px;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__headline .headline__pc {
    display: none;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__headline .headline__sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__headline .headline__sp {
    display: block;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__posts {
  padding-top: 15px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__posts {
    padding: 0 20px 77px 20px;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post:first-child a {
  border-top: none;
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  opacity: 0.5;
  padding: 5px 0;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a {
    display: block;
    opacity: 1;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
    padding: 14px 0 16px 0;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow {
  display: none;
  position: absolute;
  top: 5px;
  top: 5.5px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow {
    display: none;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow img {
  display: block;
  width: 18px;
  height: 14px;
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__arrow img.on {
  display: none;
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__date {
  width: 19.3%;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffeded;
  padding: 3px 0 0 40px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__date {
    width: 100%;
    font-size: 12px;
    color: #232351;
    padding: 0 0 14px 0;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__title {
  width: 80.7%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #ffeded;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a .post__title {
    width: 100%;
    font-size: 15px;
    color: #232351;
  }
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a.current {
  opacity: 1;
}
body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a.current .post__arrow {
  display: block;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a.current .post__arrow {
    display: none;
  }
}
.pc body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover {
  opacity: 1;
}
@media all and (max-width: 1000px) {
  .pc body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover {
    opacity: 1;
  }
}
.pc body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__arrow {
  display: block;
}
@media all and (max-width: 1000px) {
  .pc body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__arrow {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .pc body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__date {
    color: #aaaaaa;
  }
}
@media all and (max-width: 1000px) {
  .pc body#news #container #main #contents #view .view_inner .view__news .news__posts .posts__post a:hover .post__title {
    color: #aaaaaa;
  }
}
body#news #container #main #contents .news {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #faf4f4;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    padding-top: 60px;
  }
}
body#news #container #main #contents .news .news_inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner {
    height: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: auto;
  }
}
body#news #container #main #contents .news .news_inner .news__headline {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
  padding: 41px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__headline {
    display: none;
  }
}
body#news #container #main #contents .news .news_inner .news__post {
  padding: 23px 60px 0 60px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post {
    padding: 34px 0 0 0;
    position: relative;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__back_button {
  display: none;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__back_button {
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    z-index: 2;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__back_button a {
  display: block;
}
body#news #container #main #contents .news .news_inner .news__post .post__back_button a img {
  display: block;
  width: 32px;
  height: 32px;
}
body#news #container #main #contents .news .news_inner .news__post .post__back_button a img.on {
  display: none;
}
.pc body#news #container #main #contents .news .news_inner .news__post .post__back_button a:hover img.off {
  display: none;
}
.pc body#news #container #main #contents .news .news_inner .news__post .post__back_button a:hover img.on {
  display: block;
}
body#news #container #main #contents .news .news_inner .news__post .post__date {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #aaaaaa;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__date {
    font-size: 12px;
    padding: 0 70px 0 70px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #232351;
  padding-top: 33px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.8px;
    text-indent: 0.8px;
    padding: 14px 70px 26px 70px;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents {
    padding: 0 20px;
    border-top: 1px solid rgba(35, 35, 81, 0.2);
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.image .flexible_contents__flexible_content_inner .flexible_content__image img {
  display: block;
  width: 83.3%;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.image .flexible_contents__flexible_content_inner .flexible_content__image img {
    width: 100%;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description,
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.3px;
  color: #232351;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description,
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description * {
    font-size: 15px;
    letter-spacing: 0px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description a {
    text-underline-offset: 4px;
  }
}
.pc body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description .flexible_contents__flexible_content_inner .flexible_content__description a:hover {
  text-decoration: none;
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:first-child.image {
  padding-top: 17px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:first-child.image {
    padding-top: 20px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:first-child.description {
  padding-top: 21px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:first-child.description {
    padding-top: 13px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:last-child.image {
  padding-bottom: 100px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:last-child.image {
    padding-bottom: 80px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:last-child.description {
  padding-bottom: 91px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content:last-child.description {
    padding-bottom: 73px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.image + .image {
  padding-top: 35px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.image + .image {
    padding-top: 25px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description + .description {
  padding-top: 22px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description + .description {
    padding-top: 10px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.image + .description {
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.image + .description {
    padding-top: 18px;
  }
}
body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description + .image {
  padding-top: 28px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .news .news_inner .news__post .post__flexible_contents .flexible_contents__flexible_content.description + .image {
    padding-top: 18px;
  }
}
@media all and (max-width: 1000px) {
  body#news.archive #container #main #contents #view {
    position: relative;
  }
}
@media all and (max-width: 1000px) {
  body#news.archive #container #main #contents #view .view_inner .view__slide_images {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media all and (max-width: 1000px) {
  body#news.archive #container #main #contents .news {
    display: none;
  }
}
body#news.single #container #main #contents #view .view_inner .view__header:before {
  display: none;
}
@media all and (max-width: 1000px) {
  body#news.single #container #main #contents #view .view_inner .view__header:before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1000px) {
  body#news.single #container #main #contents #view .view_inner .view__slide_images {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#news.single #container #main #contents #view .view_inner .view__news {
    display: none;
  }
}
