@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.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto');
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 {
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.ja_font {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
}
.font_aktiv_grotesk_condensed_medium {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  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: 300;
  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: #333333;
}
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: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  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;
}
.hidden {
  visibility: hidden;
}
.duotone-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
.font_11px {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.font_12px {
  font-size: 12px;
  letter-spacing: 0.5px;
}
.font_13px {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.font_15px {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.font_16px {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.font_18px {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.font_20px {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}
.font_26px {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
}
.font_30px {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0px;
}
.font_38px {
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0px;
}
html,
body {
  height: 100%;
  margin: 0;
}
html.fixed,
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  min-height: 100%;
  margin-bottom: -270px;
}
#footer,
#footer_height {
  height: 270px;
}
@media all and (max-width: 1000px) {
  body.ja #container {
    margin-bottom: -336px;
  }
}
@media all and (max-width: 1000px) {
  body.ja #footer,
  body.ja #footer_height {
    height: 336px;
  }
}
footer#footer {
  padding: 0 11.5%;
  border-top: 1px solid #f2f2f2;
}
@media all and (max-width: 1000px) {
  footer#footer {
    padding: 0;
  }
}
footer#footer .footer_inner {
  max-width: 1410px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner {
    padding-top: 39px;
  }
}
footer#footer .footer_inner .footer__newsletter {
  position: relative;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__newsletter {
    padding: 0 20px;
  }
}
footer#footer .footer_inner .footer__newsletter .newsletter__headline {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__newsletter .newsletter__headline {
    letter-spacing: 0.5px;
    text-align: center;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding-bottom: 18px;
  }
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed {
  width: 53.2%;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__newsletter .newsletter__embed {
    width: 100%;
  }
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 fieldset,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 fieldset {
  position: static !important;
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 .formbox-title-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 .formbox-title-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 .formbox-title-1765146,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 .formbox-title-1765146 {
  display: none !important;
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146 {
  width: calc(100% - 145px) !important;
  height: 50px !important;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #333333 !important;
  border: 1px solid #cecece !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 1px 20px 0 20px !important;
  background-image: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146 {
    width: calc(100% - 95px) !important;
    letter-spacing: 0.5px !important;
  }
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965::placeholder,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965::placeholder,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146::placeholder,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146::placeholder {
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: transparent !important;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965::placeholder,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965::placeholder,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146::placeholder,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146::placeholder {
    letter-spacing: 0.5px !important;
  }
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965.active::placeholder,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965.active::placeholder,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146.active::placeholder,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146.active::placeholder {
  color: #999999 !important;
}
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover {
  border: 1px solid #333333 !important;
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146 {
  width: 90px !important;
  height: 50px !important;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #eeeef4 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  padding: 1px 0 0 0 !important;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
  footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146 {
    letter-spacing: 0.5px !important;
  }
}
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover {
  border: 1px solid #333333 !important;
  background: #333333 !important;
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed p.email-marketing-by-b,
footer#footer .footer_inner .footer__newsletter .newsletter__embed p.email-marketing-by-b * {
  font-size: 0;
}
footer#footer .footer_inner .footer__newsletter .newsletter__embed p.email-marketing-by-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
footer#footer .footer_inner .footer__sns {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 79px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sns {
    bottom: 77px;
  }
}
footer#footer .footer_inner .footer__sns ul {
  font-size: 0;
}
footer#footer .footer_inner .footer__sns ul * {
  vertical-align: middle;
}
footer#footer .footer_inner .footer__sns ul li {
  display: inline-block;
  padding: 0 15px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sns ul li {
    padding: 0 10px;
  }
}
footer#footer .footer_inner .footer__sns ul li:first-child {
  padding-left: 0;
}
footer#footer .footer_inner .footer__sns ul li:last-child {
  padding-right: 0;
}
footer#footer .footer_inner .footer__sns ul li.diary {
  height: 50px;
  padding-top: 6px;
  padding-top: 6.5px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sns ul li.diary {
    display: block;
    width: 100%;
    height: auto;
    padding: 28px 0 0 0;
  }
}
footer#footer .footer_inner .footer__sns ul li.diary a {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #999999;
}
footer#footer .footer_inner .footer__sns ul li.diary a.current {
  color: #333333 !important;
}
footer#footer .footer_inner .footer__sns ul li a {
  display: inline-block;
  padding: 10px;
}
footer#footer .footer_inner .footer__sns ul li a img {
  display: block;
  width: 30px;
  height: 30px;
}
footer#footer .footer_inner .footer__sns ul li a img.on {
  display: none;
}
.pc footer#footer .footer_inner .footer__sns ul li a:hover {
  color: #333333;
}
.pc footer#footer .footer_inner .footer__sns ul li a:hover img.off {
  display: none;
}
.pc footer#footer .footer_inner .footer__sns ul li a:hover img.on {
  display: block;
}
footer#footer .footer_inner .footer__copyright {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-indent: 0.5px;
  text-align: center;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 2;
}
body:not(#top) #container header#header {
  width: 100%;
  height: 91px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #f2f2f2;
}
body:not(#top) #container header#header .header_inner {
  height: 100%;
  position: relative;
}
body:not(#top) #container header#header .header_inner .header__logo {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__logo {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    webkit-transform: translateX(-50%) translateY(-50%);
  }
}
body:not(#top) #container header#header .header_inner .header__logo a {
  display: block;
}
body:not(#top) #container header#header .header_inner .header__logo a img {
  display: block;
  width: 155px;
  height: 43px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__logo a img {
    width: 105px;
    height: 29px;
  }
}
body:not(#top) #container header#header .header_inner .header__page_title {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__page_title {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2px;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-top: 1px;
  }
}
body:not(#top) #container header#header .header_inner .header__back_button {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__back_button {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-top: 1px;
  }
}
body:not(#top) #container header#header .header_inner .header__back_button a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  padding: 10px 0 10px 21px;
  position: relative;
}
body:not(#top) #container header#header .header_inner .header__back_button a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  left: 0;
  z-index: 2;
}
body:not(#top) #container header#header .header_inner .header__back_button a .arrow img.on {
  display: none;
}
.pc body:not(#top) #container header#header .header_inner .header__back_button a:hover {
  color: #ff00cc;
}
.pc body:not(#top) #container header#header .header_inner .header__back_button a:hover .arrow img.off {
  display: none;
}
.pc body:not(#top) #container header#header .header_inner .header__back_button a:hover .arrow img.on {
  display: block;
}
body:not(#top) #container header#header .header_inner .header__nav {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-right: 102px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__nav {
    display: none;
  }
}
body:not(#top) #container header#header .header_inner .header__nav nav ul {
  font-size: 0;
}
body:not(#top) #container header#header .header_inner .header__nav nav ul li,
body:not(#top) #container header#header .header_inner .header__nav nav ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #e6e6e6;
}
body:not(#top) #container header#header .header_inner .header__nav nav ul li {
  display: inline-block;
  padding: 0 8px;
}
body:not(#top) #container header#header .header_inner .header__nav nav ul li a.current {
  color: #333333;
}
.pc body:not(#top) #container header#header .header_inner .header__nav nav ul li a:hover {
  color: #333333;
}
body:not(#top) #container header#header .header_inner .header__lang {
  position: absolute;
  top: 50%;
  right: 35px;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__lang {
    display: none;
  }
}
body:not(#top) #container header#header .header_inner .header__lang ul {
  font-size: 0;
}
body:not(#top) #container header#header .header_inner .header__lang ul li,
body:not(#top) #container header#header .header_inner .header__lang ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #e6e6e6;
}
body:not(#top) #container header#header .header_inner .header__lang ul li {
  display: inline-block;
  padding: 0 5px;
}
body:not(#top) #container header#header .header_inner .header__lang ul li a.current {
  color: #333333;
}
.pc body:not(#top) #container header#header .header_inner .header__lang ul li a:hover {
  color: #333333;
}
body:not(#top) #container header#header .header_inner .header__hamburger {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__hamburger {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
body:not(#top) #container header#header .header_inner .header__hamburger a {
  display: block;
  padding: 10px;
}
body:not(#top) #container header#header .header_inner .header__hamburger a img {
  display: block;
  width: 25px;
  height: 20px;
}
body:not(#top) #container header#header .header_inner .header__hamburger a img.on {
  display: none;
}
.pc body:not(#top) #container header#header .header_inner .header__hamburger a:hover img.off {
  display: none;
}
.pc body:not(#top) #container header#header .header_inner .header__hamburger a:hover img.on {
  display: block;
}
#menu {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #cecece;
}
#menu.active {
  display: block;
}
#menu .menu_inner {
  position: relative;
}
#menu .menu_inner .menu__close {
  position: fixed;
  top: 50px;
  right: 30px;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__close {
    top: 25px;
    right: 10px;
  }
}
#menu .menu_inner .menu__close a {
  display: block;
  padding: 10px;
}
#menu .menu_inner .menu__close a img {
  display: block;
  width: 25px;
  height: 20px;
}
#menu .menu_inner .menu__close a img.on {
  display: none;
}
.pc #menu .menu_inner .menu__close a:hover img.off {
  display: none;
}
.pc #menu .menu_inner .menu__close a:hover img.on {
  display: block;
}
#menu .menu_inner .menu__logo {
  text-align: center;
  padding-top: 60px;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__logo {
    padding-top: 35px;
  }
}
#menu .menu_inner .menu__logo a {
  display: inline-block;
}
#menu .menu_inner .menu__logo a .logo__atak img {
  display: inline-block;
  width: 67px;
  height: 20px;
}
#menu .menu_inner .menu__logo a .logo__ks {
  padding-top: 35px;
}
#menu .menu_inner .menu__logo a .logo__ks img {
  display: inline-block;
  width: 221px;
  height: 60px;
}
#menu .menu_inner .menu__list {
  padding: 21px 40px 50px 11.5%;
}
@media all and (min-width: 1830px) {
  #menu .menu_inner .menu__list {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 210px;
  }
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__list {
    padding: 21px 40px 39px 40px;
  }
}
#menu .menu_inner .menu__list .list__nav {
  float: left;
  width: 50%;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__list .list__nav {
    width: 100%;
  }
}
#menu .menu_inner .menu__list .list__nav nav ul {
  font-size: 0;
}
#menu .menu_inner .menu__list .list__nav nav ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
#menu .menu_inner .menu__list .list__nav nav ul li a.current {
  color: #ffffff;
}
.pc #menu .menu_inner .menu__list .list__nav nav ul li a:hover {
  color: #ffffff;
}
#menu .menu_inner .menu__list .list__lang {
  float: right;
  position: absolute;
  top: 196px;
  right: 40px;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__list .list__lang {
    top: 171px;
  }
}
#menu .menu_inner .menu__list .list__lang ul {
  font-size: 0;
}
#menu .menu_inner .menu__list .list__lang ul li {
  text-align: right;
}
#menu .menu_inner .menu__list .list__lang ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
#menu .menu_inner .menu__list .list__lang ul li a.current {
  color: #ffffff;
}
.pc #menu .menu_inner .menu__list .list__lang ul li a:hover {
  color: #ffffff;
}
#menu .menu_inner .menu__list:after {
  content: "";
  display: block;
  clear: both;
}
#menu .menu_inner .menu__newsletter {
  padding: 0 11.5% 35px 11.5%;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__newsletter {
    padding: 0 20px 35px 20px;
  }
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner {
  max-width: 1410px;
  margin: 0 auto;
  position: relative;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__headline {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__headline {
    letter-spacing: 0.5px;
    text-align: center;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding-bottom: 18px;
  }
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed {
  width: 53.2%;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed {
    width: 100%;
  }
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 fieldset,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 fieldset {
  position: static !important;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 .formbox-title-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 .formbox-title-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 .formbox-title-1765210,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 .formbox-title-1765210 {
  display: none !important;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765210,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765210 {
  width: calc(100% - 145px) !important;
  height: 50px !important;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #333333 !important;
  border: 1px solid #999999 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 1px 20px 0 20px !important;
  background-image: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765209,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765209,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765210,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765210 {
    width: calc(100% - 95px) !important;
    letter-spacing: 0.5px !important;
  }
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765209::placeholder,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765209::placeholder,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765210::placeholder,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765210::placeholder {
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.5px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: transparent !important;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765209::placeholder,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765209::placeholder,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765210::placeholder,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765210::placeholder {
    letter-spacing: 0.5px !important;
  }
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765209.active::placeholder,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765209.active::placeholder,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765210.active::placeholder,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765210.active::placeholder {
  color: #999999 !important;
}
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765209:hover,
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765209:hover,
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 input.formbox-field-1765210:hover,
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 input.formbox-field-1765210:hover {
  border: 1px solid #333333 !important;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 button.formbox-button-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 button.formbox-button-1765209,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 button.formbox-button-1765210,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 button.formbox-button-1765210 {
  width: 90px !important;
  height: 50px !important;
  font-size: 15px !important;
  line-height: 25px !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #dddddd !important;
  border-radius: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  padding: 1px 0 0 0 !important;
}
@media all and (max-width: 1000px) {
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 button.formbox-button-1765209,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 button.formbox-button-1765209,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 button.formbox-button-1765210,
  #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 button.formbox-button-1765210 {
    letter-spacing: 0.5px !important;
  }
}
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 button.formbox-button-1765209:hover,
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 button.formbox-button-1765209:hover,
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765209 button.formbox-button-1765210:hover,
.pc #menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed .formbox-editor-1765210 button.formbox-button-1765210:hover {
  border: 1px solid #333333 !important;
  background: #333333 !important;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed p.email-marketing-by-b,
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed p.email-marketing-by-b * {
  font-size: 0;
}
#menu .menu_inner .menu__newsletter .menu__newsletter_inner .newsletter__embed p.email-marketing-by-b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
body#biography,
body#works,
body#discography,
body#news,
body#press,
body#contact,
body#diary {
  background: #eeeef4;
}
body#biography #container header#header,
body#works #container header#header,
body#discography #container header#header,
body#news #container header#header,
body#press #container header#header,
body#contact #container header#header,
body#diary #container header#header {
  border-bottom: 1px solid #e3e3e3;
  background: #eeeef4;
}
body#biography #container header#header .header_inner .header__nav nav ul li a,
body#works #container header#header .header_inner .header__nav nav ul li a,
body#discography #container header#header .header_inner .header__nav nav ul li a,
body#news #container header#header .header_inner .header__nav nav ul li a,
body#press #container header#header .header_inner .header__nav nav ul li a,
body#contact #container header#header .header_inner .header__nav nav ul li a,
body#diary #container header#header .header_inner .header__nav nav ul li a {
  color: #cecece;
}
body#biography #container header#header .header_inner .header__nav nav ul li a.current,
body#works #container header#header .header_inner .header__nav nav ul li a.current,
body#discography #container header#header .header_inner .header__nav nav ul li a.current,
body#news #container header#header .header_inner .header__nav nav ul li a.current,
body#press #container header#header .header_inner .header__nav nav ul li a.current,
body#contact #container header#header .header_inner .header__nav nav ul li a.current,
body#diary #container header#header .header_inner .header__nav nav ul li a.current {
  color: #333333;
}
.pc body#biography #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#works #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#discography #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#news #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#press #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#contact #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#diary #container header#header .header_inner .header__nav nav ul li a:hover {
  color: #333333;
}
body#biography #container header#header .header_inner .header__lang ul li a,
body#works #container header#header .header_inner .header__lang ul li a,
body#discography #container header#header .header_inner .header__lang ul li a,
body#news #container header#header .header_inner .header__lang ul li a,
body#press #container header#header .header_inner .header__lang ul li a,
body#contact #container header#header .header_inner .header__lang ul li a,
body#diary #container header#header .header_inner .header__lang ul li a {
  color: #cecece;
}
body#biography #container header#header .header_inner .header__lang ul li a.current,
body#works #container header#header .header_inner .header__lang ul li a.current,
body#discography #container header#header .header_inner .header__lang ul li a.current,
body#news #container header#header .header_inner .header__lang ul li a.current,
body#press #container header#header .header_inner .header__lang ul li a.current,
body#contact #container header#header .header_inner .header__lang ul li a.current,
body#diary #container header#header .header_inner .header__lang ul li a.current {
  color: #333333;
}
.pc body#biography #container header#header .header_inner .header__lang ul li a:hover,
.pc body#works #container header#header .header_inner .header__lang ul li a:hover,
.pc body#discography #container header#header .header_inner .header__lang ul li a:hover,
.pc body#news #container header#header .header_inner .header__lang ul li a:hover,
.pc body#press #container header#header .header_inner .header__lang ul li a:hover,
.pc body#contact #container header#header .header_inner .header__lang ul li a:hover,
.pc body#diary #container header#header .header_inner .header__lang ul li a:hover {
  color: #333333;
}
body#biography footer#footer,
body#works footer#footer,
body#discography footer#footer,
body#news footer#footer,
body#press footer#footer,
body#contact footer#footer,
body#diary footer#footer {
  border-top: 1px solid #e3e3e3;
}
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146 {
  border: 1px solid #e3e3e3 !important;
}
.pc body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover {
  border: 1px solid #333333 !important;
}
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#biography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#works footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#discography footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#news footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#press footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#contact footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#diary footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146 {
  color: #eeeef4 !important;
}
body#works_single,
body#discography_single,
body#news_single,
body#press_single,
body#diary_single,
body#newsletter_confirmed,
body#newsletter_thanks {
  color: #000000;
  background: #dedee0;
}
body#works_single #container header#header,
body#discography_single #container header#header,
body#news_single #container header#header,
body#press_single #container header#header,
body#diary_single #container header#header,
body#newsletter_confirmed #container header#header,
body#newsletter_thanks #container header#header {
  border-bottom: 1px solid #cecece;
  background: #dedee0;
}
body#works_single #container header#header .header_inner .header__back_button a,
body#discography_single #container header#header .header_inner .header__back_button a,
body#news_single #container header#header .header_inner .header__back_button a,
body#press_single #container header#header .header_inner .header__back_button a,
body#diary_single #container header#header .header_inner .header__back_button a,
body#newsletter_confirmed #container header#header .header_inner .header__back_button a,
body#newsletter_thanks #container header#header .header_inner .header__back_button a {
  color: #000000;
}
body#works_single #container header#header .header_inner .header__nav nav ul li a,
body#discography_single #container header#header .header_inner .header__nav nav ul li a,
body#news_single #container header#header .header_inner .header__nav nav ul li a,
body#press_single #container header#header .header_inner .header__nav nav ul li a,
body#diary_single #container header#header .header_inner .header__nav nav ul li a,
body#newsletter_confirmed #container header#header .header_inner .header__nav nav ul li a,
body#newsletter_thanks #container header#header .header_inner .header__nav nav ul li a {
  color: #ffffff;
}
body#works_single #container header#header .header_inner .header__nav nav ul li a.current,
body#discography_single #container header#header .header_inner .header__nav nav ul li a.current,
body#news_single #container header#header .header_inner .header__nav nav ul li a.current,
body#press_single #container header#header .header_inner .header__nav nav ul li a.current,
body#diary_single #container header#header .header_inner .header__nav nav ul li a.current,
body#newsletter_confirmed #container header#header .header_inner .header__nav nav ul li a.current,
body#newsletter_thanks #container header#header .header_inner .header__nav nav ul li a.current {
  color: #000000;
}
.pc body#works_single #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#discography_single #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#news_single #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#press_single #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#diary_single #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#newsletter_confirmed #container header#header .header_inner .header__nav nav ul li a:hover,
.pc body#newsletter_thanks #container header#header .header_inner .header__nav nav ul li a:hover {
  color: #000000;
}
body#works_single #container header#header .header_inner .header__lang ul li a,
body#discography_single #container header#header .header_inner .header__lang ul li a,
body#news_single #container header#header .header_inner .header__lang ul li a,
body#press_single #container header#header .header_inner .header__lang ul li a,
body#diary_single #container header#header .header_inner .header__lang ul li a,
body#newsletter_confirmed #container header#header .header_inner .header__lang ul li a,
body#newsletter_thanks #container header#header .header_inner .header__lang ul li a {
  color: #ffffff;
}
body#works_single #container header#header .header_inner .header__lang ul li a.current,
body#discography_single #container header#header .header_inner .header__lang ul li a.current,
body#news_single #container header#header .header_inner .header__lang ul li a.current,
body#press_single #container header#header .header_inner .header__lang ul li a.current,
body#diary_single #container header#header .header_inner .header__lang ul li a.current,
body#newsletter_confirmed #container header#header .header_inner .header__lang ul li a.current,
body#newsletter_thanks #container header#header .header_inner .header__lang ul li a.current {
  color: #000000;
}
.pc body#works_single #container header#header .header_inner .header__lang ul li a:hover,
.pc body#discography_single #container header#header .header_inner .header__lang ul li a:hover,
.pc body#news_single #container header#header .header_inner .header__lang ul li a:hover,
.pc body#press_single #container header#header .header_inner .header__lang ul li a:hover,
.pc body#diary_single #container header#header .header_inner .header__lang ul li a:hover,
.pc body#newsletter_confirmed #container header#header .header_inner .header__lang ul li a:hover,
.pc body#newsletter_thanks #container header#header .header_inner .header__lang ul li a:hover {
  color: #000000;
}
body#works_single footer#footer,
body#discography_single footer#footer,
body#news_single footer#footer,
body#press_single footer#footer,
body#diary_single footer#footer,
body#newsletter_confirmed footer#footer,
body#newsletter_thanks footer#footer {
  border-top: 1px solid #cecece;
}
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965,
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965,
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146,
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146 {
  border: 1px solid #cecece !important;
}
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover,
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1764965:hover,
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1765146:hover,
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 input.formbox-field-1765146:hover {
  border: 1px solid #000000 !important;
}
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965,
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965,
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146,
body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146,
body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146 {
  color: #dedee0 !important;
}
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965:hover,
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1764965:hover,
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1765146:hover,
.pc body#works_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover,
.pc body#discography_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover,
.pc body#news_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover,
.pc body#press_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover,
.pc body#diary_single footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover,
.pc body#newsletter_confirmed footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover,
.pc body#newsletter_thanks footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1765146 button.formbox-button-1765146:hover {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.post__404_description {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 145px 11.5% 93px 11.5%;
}
@media all and (min-width: 1830px) {
  .post__404_description {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 210px;
    padding-right: 210px;
  }
}
@media all and (max-width: 1000px) {
  .post__404_description {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 115px 20px 53px 20px;
  }
}
/* 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;
}
/* 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 {
}
.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;
}
body#top {
  background: #ffffff;
}
body#top #container #main #contents .contents__views {
  position: relative;
}
body#top #container #main #contents .contents__views:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#top #container #main #contents .contents__views .slick-list,
body#top #container #main #contents .contents__views .slick-track,
body#top #container #main #contents .contents__views .slick-slide,
body#top #container #main #contents .contents__views .slick-slide > div {
  width: 100%;
}
body#top #container #main #contents .contents__views * {
  outline: none !important;
}
body#top #container #main #contents .contents__views .views__view {
  position: relative;
}
body#top #container #main #contents .contents__views .views__view.vertical .view__head a .head__image.horizontal {
  display: none;
}
body#top #container #main #contents .contents__views .views__view.vertical .view__head a .head__image.vertical {
  display: block;
}
body#top #container #main #contents .contents__views .views__view .view__logo {
  position: absolute;
  top: 60px;
  left: 11.5%;
  z-index: 3;
}
@media all and (min-width: 1220px) {
  body#top #container #main #contents .contents__views .views__view .view__logo {
    left: 140px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__logo {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
body#top #container #main #contents .contents__views .views__view .view__logo a {
  display: block;
}
body#top #container #main #contents .contents__views .views__view .view__logo a img {
  display: block;
  width: 369px;
  height: 50px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__logo a img {
    width: 221px;
    height: 30px;
  }
}
body#top #container #main #contents .contents__views .views__view .view__hamburger {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__hamburger {
    top: 25px;
    right: 10px;
  }
}
body#top #container #main #contents .contents__views .views__view .view__hamburger a {
  display: block;
  padding: 10px;
}
body#top #container #main #contents .contents__views .views__view .view__hamburger a img {
  display: block;
  width: 25px;
  height: 20px;
}
body#top #container #main #contents .contents__views .views__view .view__hamburger a img.on {
  display: none;
}
.pc body#top #container #main #contents .contents__views .views__view .view__hamburger a:hover img.off {
  display: none;
}
.pc body#top #container #main #contents .contents__views .views__view .view__hamburger a:hover img.on {
  display: block;
}
body#top #container #main #contents .contents__views .views__view .view__head a {
  display: block;
  height: 100%;
  position: relative;
}
body#top #container #main #contents .contents__views .views__view .view__head a .head__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#top #container #main #contents .contents__views .views__view .view__head a .head__image.vertical {
  display: none;
}
body#top #container #main #contents .contents__views .views__view .view__head a .head__title {
  width: 100%;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  text-indent: 0px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__head a .head__title {
    line-height: 30px;
  }
}
body#top #container #main #contents .contents__views .views__view .view__head a .head__title.black {
  color: #333333;
}
body#top #container #main #contents .contents__views .views__view .view__summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 11.5% 79px 11.5%;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__views .views__view .view__summary {
    width: 1830px;
    margin: 0 auto;
    padding: 24px 210px 79px 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__summary {
    display: block;
    padding: 24px 20px 40px 20px;
  }
}
body#top #container #main #contents .contents__views .views__view .view__summary .summary__description {
  width: 75%;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__summary .summary__description {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__views .views__view .view__summary .summary__read_more {
  width: 25%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__summary .summary__read_more {
    width: 100%;
    position: static;
    padding-top: 14px;
  }
}
body#top #container #main #contents .contents__views .views__view .view__summary .summary__read_more a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid #333333;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views .views__view .view__summary .summary__read_more a {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    position: static;
    bottom: auto;
    right: auto;
    z-index: auto;
  }
}
.pc body#top #container #main #contents .contents__views .views__view .view__summary .summary__read_more a:hover {
  color: #ff00cc;
  border-bottom: 1px solid transparent;
}
body#top #container #main #contents .contents__views button.slick-arrow {
  width: 36px;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body#top #container #main #contents .contents__views button.slick-arrow.slick-prev {
  left: 40px;
  right: auto;
}
body#top #container #main #contents .contents__views button.slick-arrow.slick-prev:before {
  background-image: url(../images/top-slide-arrow-prev-off.svg);
}
body#top #container #main #contents .contents__views button.slick-arrow.slick-prev:after {
  background-image: url(../images/top-slide-arrow-prev-on.svg);
}
body#top #container #main #contents .contents__views button.slick-arrow.slick-next {
  left: auto;
  right: 40px;
}
body#top #container #main #contents .contents__views button.slick-arrow.slick-next:before {
  background-image: url(../images/top-slide-arrow-next-off.svg);
}
body#top #container #main #contents .contents__views button.slick-arrow.slick-next:after {
  background-image: url(../images/top-slide-arrow-next-on.svg);
}
body#top #container #main #contents .contents__views button.slick-arrow:before,
body#top #container #main #contents .contents__views button.slick-arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 60px;
  opacity: 1 !important;
}
body#top #container #main #contents .contents__views button.slick-arrow:after {
  display: none;
}
.pc body#top #container #main #contents .contents__views button.slick-arrow:hover:before {
  display: none;
}
.pc body#top #container #main #contents .contents__views button.slick-arrow:hover:after {
  display: block;
}
body#top #container #main #contents .contents__views ul.slick-dots {
  width: 100%;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 33px;
  z-index: 3;
}
body#top #container #main #contents .contents__views ul.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
body#top #container #main #contents .contents__views ul.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
body#top #container #main #contents .contents__views ul.slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  background: transparent;
  margin: 0;
  padding: 0;
  position: relative;
}
body#top #container #main #contents .contents__views ul.slick-dots li button:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  font-size: 0;
  line-height: 1;
  border-radius: 50%;
  background: #333333;
  opacity: 0.3 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__views ul.slick-dots li button:before {
    background: #ffffff;
  }
}
.pc body#top #container #main #contents .contents__views ul.slick-dots li button:hover:before {
  opacity: 1 !important;
}
body#top #container #main #contents .contents__works {
  padding: 0 11.5%;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__works {
    width: 1830px;
    margin: 0 auto;
    padding: 0 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works {
    padding: 0;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner {
  padding: 38px 0 48px 0;
  position: relative;
  border-top: 1px solid #e3e3e3;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner {
    padding: 38px 20px 28px 20px;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__headline {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__headline {
    text-align: center;
    letter-spacing: 0px;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post {
  padding-top: 38px;
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__thumbnail a {
  display: block;
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__thumbnail a .thumbnail__image {
  height: 300px;
  background-position: center;
  background-repeat: none;
  background-size: cover;
}
.pc body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__thumbnail a:hover .thumbnail__image {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info {
  text-align: center;
  padding-top: 30px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info {
    position: static;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__category {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #999999;
  padding: 4px 5px 0 5px;
  padding: 3.5px 5px 0 5px;
  border: 1px solid #bbbbbb;
  border-radius: 10px 10px 10px 10px;
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title,
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title a {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title,
  body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title a {
    line-height: 30px;
    text-align: center;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title {
  padding-top: 23px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title {
    padding-top: 25px;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title a {
  display: inline-block;
}
.pc body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__title a:hover {
  color: #ff00cc;
}
body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__year {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  padding-top: 15px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__post .post__info .info__year {
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 17px;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__archive {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__archive {
    text-align: center;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    padding-top: 26px;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__archive a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  padding: 10px 21px 10px 0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__works .contents__works_inner .works__archive a {
    letter-spacing: 0.5px;
    text-align: left;
  }
}
body#top #container #main #contents .contents__works .contents__works_inner .works__archive a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  right: 0;
  z-index: 2;
}
body#top #container #main #contents .contents__works .contents__works_inner .works__archive a .arrow img.on {
  display: none;
}
.pc body#top #container #main #contents .contents__works .contents__works_inner .works__archive a:hover {
  color: #333333;
}
.pc body#top #container #main #contents .contents__works .contents__works_inner .works__archive a:hover .arrow img.off {
  display: none;
}
.pc body#top #container #main #contents .contents__works .contents__works_inner .works__archive a:hover .arrow img.on {
  display: block;
}
body#top #container #main #contents .contents__upcoming_performance {
  padding: 0 11.5%;
  border-top: 1px solid #e3e3e3;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__upcoming_performance {
    padding: 0 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance {
    padding: 0;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner {
  padding: 38px 0 50px 0;
  position: relative;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner {
    width: 1410px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner {
    padding: 38px 20px 40px 20px;
    position: static;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__head .head__headline {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__head .head__headline {
    text-align: center;
    letter-spacing: 0px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post {
    display: block;
    padding-top: 0;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post.no_thumbnail {
  display: block;
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post.no_thumbnail .post__contents {
  width: 100%;
  padding-right: 0;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post.no_thumbnail .post__contents .contents__summary {
    padding-top: 28px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  padding-right: 20px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title {
    text-align: center;
    padding-top: 33px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title a {
    line-height: 30px;
    text-align: center;
  }
}
.pc body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title a:hover {
  color: #ff00cc;
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__thumbnail_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__thumbnail_sp {
    display: block;
    padding-top: 24px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__thumbnail_sp a {
  display: block;
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__thumbnail_sp a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__thumbnail_sp a:hover img {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary {
  padding-top: 25px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary {
    padding-top: 24px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary.no_description {
  padding-top: 29px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary.no_description {
    padding-top: 26px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary.no_description .summary__read_more {
  padding-top: 0;
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__description {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__read_more {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__read_more {
    padding-top: 14px;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__read_more a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid #333333;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__read_more a {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
  }
}
.pc body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__read_more a:hover {
  color: #ff00cc;
  border-bottom: 1px solid transparent;
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__thumbnail {
  width: 50%;
  padding: 8px 0 0 20px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__thumbnail {
    display: none;
  }
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__thumbnail a {
  display: block;
}
body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__thumbnail a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc body#top #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__thumbnail a:hover img {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#top #container #main #contents .contents__latest_news {
  padding: 0 11.5%;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__latest_news {
    width: 1830px;
    margin: 0 auto;
    padding: 0 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news {
    padding: 0;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner {
  padding: 38px 0 50px 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner {
    padding: 38px 20px 0 20px;
    position: static;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__headline {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__headline {
    text-align: center;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts {
  padding-top: 38px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts {
    padding-top: 18px;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 44px 0 43px 0;
  border-top: 1px solid #e3e3e3;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a {
    min-height: 120px;
    padding: 24px 0 23px 0;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date {
  width: 21.3%;
  position: relative;
}
@media all and (min-width: 1220px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date {
    width: 200px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date {
    width: 90px;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__md,
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__y {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__md,
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__y {
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__md {
  float: left;
  width: 50px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__md {
    float: none;
    width: auto;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__y {
  float: left;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner .date__y {
    float: none;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__date .post__date_inner:after {
    display: none;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__title {
  width: 78.7%;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (min-width: 1220px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__title {
    width: calc(100% - 200px);
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__title {
    width: calc(100% - 90px);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
.pc body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a:hover .post__date .post__date_inner .date__md {
  color: #ff00cc;
}
.pc body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a:hover .post__date .post__date_inner .date__y {
  color: #ff00cc;
}
.pc body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a:hover .post__title {
  color: #ff00cc;
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive {
    text-align: center;
    padding: 29px 0 28px 0;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  padding: 10px 21px 10px 0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a {
    letter-spacing: 0.5px;
    text-align: left;
  }
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  right: 0;
  z-index: 2;
}
body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a .arrow img.on {
  display: none;
}
.pc body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a:hover {
  color: #333333;
}
.pc body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a:hover .arrow img.off {
  display: none;
}
.pc body#top #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__archive a:hover .arrow img.on {
  display: block;
}
body#top #container #main #contents .contents__youtube {
  padding: 0 11.5%;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__youtube {
    width: 1830px;
    margin: 0 auto;
    padding: 0 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube {
    padding: 0;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner {
  padding: 38px 0 50px 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner {
    padding: 38px 20px 28px 20px;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__headline {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__headline {
    text-align: center;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post {
    display: block;
    padding-top: 38px;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__youtube {
  width: 50%;
  padding: 7px 12.8% 0 0;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__youtube {
    width: 100%;
    padding: 0;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__youtube .youtube__embed {
  position: relative;
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__youtube .youtube__embed:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__youtube .youtube__embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title,
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title a {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title,
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title {
  width: 50%;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title {
    width: 100%;
    padding-top: 24px;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title a {
  display: inline-block;
}
.pc body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__post .post__title a:hover {
  color: #ff00cc;
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel {
    text-align: center;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    padding-top: 22px;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  padding: 10px 21px 10px 0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a {
    text-align: left;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  right: 0;
  z-index: 2;
}
body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a .arrow img.on {
  display: none;
}
.pc body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a:hover {
  color: #333333;
}
.pc body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a:hover .arrow img.off {
  display: none;
}
.pc body#top #container #main #contents .contents__youtube .contents__youtube_inner .youtube__channel a:hover .arrow img.on {
  display: block;
}
body#top #container #main #contents .contents__discography {
  padding: 60px 11.5%;
  background: #dedee0;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__discography {
    padding: 60px 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography {
    padding: 38px 20px 28px 20px;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner {
  position: relative;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner {
    width: 1410px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner {
    position: static;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__headline {
  width: 50%;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__headline {
    width: 100%;
    text-align: center;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post {
    display: block;
    padding-top: 38px;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title,
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title a {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title,
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title {
  width: 50%;
  padding: 57px 20px 0 0;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title {
    display: none;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title a {
  display: inline-block;
}
.pc body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title a:hover {
  color: #ff00cc;
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__thumbnail {
  width: 50%;
  padding-left: 12.8%;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__thumbnail {
    width: 100%;
    padding-left: 0;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__thumbnail a {
  display: block;
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__thumbnail a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__thumbnail a:hover img {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title_sp {
    display: block;
    text-align: center;
    padding-top: 24px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title_sp a {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
  }
}
.pc body#top #container #main #contents .contents__discography .contents__discography_inner .discography__post .post__title_sp a:hover {
  color: #ff00cc;
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive {
  width: 50%;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive {
    width: 100%;
    text-align: center;
    position: static;
    bottom: auto;
    left: auto;
    z-index: auto;
    padding-top: 22px;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  padding: 10px 21px 10px 0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a {
    text-align: left;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  right: 0;
  z-index: 2;
}
body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a .arrow img.on {
  display: none;
}
.pc body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a:hover {
  color: #333333;
}
.pc body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a:hover .arrow img.off {
  display: none;
}
.pc body#top #container #main #contents .contents__discography .contents__discography_inner .discography__archive a:hover .arrow img.on {
  display: block;
}
body#top #container #main #contents .contents__press {
  padding: 0 11.5%;
}
@media all and (min-width: 1830px) {
  body#top #container #main #contents .contents__press {
    width: 1830px;
    margin: 0 auto;
    padding: 0 210px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press {
    padding: 0;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner {
  padding: 38px 0 50px 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner {
    padding: 38px 20px 40px 20px;
    position: static;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner:first-child {
  border-top: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner:not(:first-child) {
    padding-top: 35px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner:not(:first-child) .press__head {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner:not(:first-child) .press__post .post__contents {
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner:last-child {
    padding-bottom: 28px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner:last-child .press__archive {
    display: block;
    margin-top: 40px;
    padding-top: 29px;
    border-top: 1px solid #e3e3e3;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__head .head__headline {
  float: left;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__head .head__headline {
    float: none;
    letter-spacing: 0px;
    text-align: center;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__head .head__media {
  float: left;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 2px 0 0 20px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__head .head__media {
    display: none;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__head .head__media span.media__date {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-left: 20px;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__head:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__head:after {
    display: none;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post {
    display: block;
    padding-top: 0;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post.no_thumbnail {
  display: block;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post.no_thumbnail .post__contents {
  width: 100%;
  padding-right: 0;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post.no_thumbnail .post__contents .contents__summary {
    padding-top: 27px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  padding-right: 20px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents {
    display: block;
    width: 100%;
    padding: 33px 0 0 0;
  }
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title {
    text-align: center;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title a {
  display: inline-block;
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title a {
    line-height: 30px;
  }
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title a:hover {
  color: #ff00cc;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__media_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__media_sp {
    display: block;
    font-size: 15px;
    line-height: 25px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 13px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__thumbnail_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__thumbnail_sp {
    display: block;
    padding-top: 23px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__thumbnail_sp a {
  display: block;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__thumbnail_sp a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__thumbnail_sp a:hover img {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary {
  padding-top: 25px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary {
    padding-top: 24px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary.no_description {
  padding-top: 29px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary.no_description {
    padding-top: 26px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary.no_description .summary__read_more {
  padding-top: 0;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__description {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__read_more {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__read_more {
    padding-top: 14px;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__read_more a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid #333333;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__read_more a {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
  }
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__read_more a:hover {
  color: #ff00cc;
  border-bottom: 1px solid transparent;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__thumbnail {
  width: 50%;
  padding: 8px 0 0 20px;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__thumbnail {
    display: none;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__thumbnail a {
  display: block;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__thumbnail a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__post .post__thumbnail a:hover img {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#top #container #main #contents .contents__press .contents__press_inner .press__archive {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__archive {
    display: none;
    text-align: center;
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__archive a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  padding: 10px 21px 10px 0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container #main #contents .contents__press .contents__press_inner .press__archive a {
    letter-spacing: 0.5px;
    text-align: left;
  }
}
body#top #container #main #contents .contents__press .contents__press_inner .press__archive a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  right: 0;
  z-index: 2;
}
body#top #container #main #contents .contents__press .contents__press_inner .press__archive a .arrow img.on {
  display: none;
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__archive a:hover {
  color: #333333;
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__archive a:hover .arrow img.off {
  display: none;
}
.pc body#top #container #main #contents .contents__press .contents__press_inner .press__archive a:hover .arrow img.on {
  display: block;
}
body#top footer#footer {
  border-top: 1px solid #e3e3e3;
}
body#top footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965 {
  border: 1px solid #e3e3e3 !important;
}
.pc body#top footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 input.formbox-field-1764965:hover {
  border: 1px solid #333333 !important;
}
body#top footer#footer .footer_inner .footer__newsletter .newsletter__embed .formbox-editor-1764965 button.formbox-button-1764965 {
  color: #ffffff !important;
}
body#top.ja #container #main #contents .contents__views .views__view .view__summary {
  padding-top: 23px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__views .views__view .view__summary {
    padding-top: 24px;
  }
}
body#top.ja #container #main #contents .contents__views .views__view .view__summary .summary__description {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__views .views__view .view__summary .summary__description {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title {
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title {
    padding-top: 31px;
  }
}
body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title a {
  width: 111.1%;
  transform: scale(0.9, 1);
  transform-origin: top left;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.3px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__title a {
    line-height: 37px;
    letter-spacing: 0.3px;
  }
}
body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary {
  padding-top: 26px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary {
    padding-top: 24px;
  }
}
body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary.no_description {
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary.no_description {
    padding-top: 26px;
  }
}
body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__description {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__contents .contents__summary .summary__description {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#top.ja #container #main #contents .contents__upcoming_performance .contents__upcoming_performance_inner .upcoming_performance__post .post__thumbnail {
  padding-top: 7px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts {
    padding-top: 17px;
  }
}
body#top.ja #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a {
  padding-top: 43px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a {
    min-height: 130px;
    padding-top: 24px;
  }
}
body#top.ja #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__title {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__latest_news .contents__latest_news_inner .latest_news__posts .posts__post a .post__title {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner:not(:first-child) {
    padding-top: 33px;
  }
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner:not(:first-child) .press__head {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner:not(:first-child) .press__post .post__contents {
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents {
    padding-top: 31px;
  }
}
body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title {
  overflow: hidden;
}
body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title a {
  width: 111.1%;
  transform: scale(0.9, 1);
  transform-origin: top left;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.3px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__title a {
    line-height: 37px;
    letter-spacing: 0.3px;
  }
}
body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary {
  padding-top: 26px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary {
    padding-top: 24px;
  }
}
body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary.no_description {
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary.no_description {
    padding-top: 26px;
  }
}
body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__description {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__contents .contents__summary .summary__description {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#top.ja #container #main #contents .contents__press .contents__press_inner .press__post .post__thumbnail {
  padding-top: 7px;
}
body#biography #container #main {
  padding-top: 91px;
}
body#biography #container #main #contents {
  padding-bottom: 40px;
}
@media all and (min-width: 1830px) {
  body#biography #container #main #contents {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts {
    padding: 0 20px;
  }
}
body#biography #container #main #contents .contents__posts .posts__post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post {
    display: block;
  }
}
body#biography #container #main #contents .contents__posts .posts__post:first-child {
  border-top: none;
  padding-bottom: 1px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post:first-child {
    padding-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
  }
}
body#biography #container #main #contents .contents__posts .posts__post:first-child:before {
  content: "";
  display: block;
  width: calc(100% - 140px - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 140px;
  z-index: 2;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1220px) {
  body#biography #container #main #contents .contents__posts .posts__post:first-child:before {
    width: calc(100% - 11.5% - 30px);
    left: 11.5%;
  }
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post:first-child:before {
    display: none;
  }
}
body#biography #container #main #contents .contents__posts .posts__post .post__left {
  width: 50%;
  padding: 30px 70px 60px 140px;
}
@media all and (max-width: 1220px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__left {
    padding-right: 5.75%;
    padding-left: 11.5%;
  }
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__left {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
body#biography #container #main #contents .contents__posts .posts__post .post__left.no_image {
  padding: 0;
}
body#biography #container #main #contents .contents__posts .posts__post .post__left .left__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#biography #container #main #contents .contents__posts .posts__post .post__right {
  width: 50%;
  padding: 43px 30px 53px 10px;
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__right {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__right .right__title {
    padding-top: 25px;
  }
}
body#biography #container #main #contents .contents__posts .posts__post .post__right .right__title .right__title_inner {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__right .right__title .right__title_inner {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description,
body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description,
  body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description {
  padding-top: 45px;
}
@media all and (max-width: 1000px) {
  body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description {
    padding: 29px 0 43px 0;
  }
}
body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description a {
  color: #ff00cc;
}
.pc body#biography #container #main #contents .contents__posts .posts__post .post__right .right__description a:hover {
  color: #333333;
}
body#biography #container #main #contents .contents__posts .posts__post:after {
  content: "";
  display: block;
  clear: both;
}
body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__title {
  overflow: hidden;
}
body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__title .right__title_inner {
  width: 111.1%;
  transform: scale(0.9, 1);
  transform-origin: top left;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.3px;
}
@media all and (max-width: 1000px) {
  body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__title .right__title_inner {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description,
body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description,
  body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description {
  padding-top: 46px;
}
@media all and (max-width: 1000px) {
  body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description {
    padding-top: 29px;
  }
}
body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description a {
  color: #ff00cc;
}
.pc body#biography.ja #container #main #contents .contents__posts .posts__post .post__right .right__description a:hover {
  color: #333333;
}
body#biography.ja b,
body#biography.ja b *,
body#biography.ja strong,
body#biography.ja strong * {
  font-weight: bold !important;
}
body#biography.en b,
body#biography.en b *,
body#biography.en strong,
body#biography.en strong * {
  font-weight: bold !important;
}
body#works #container #main {
  padding-top: 91px;
}
body#works #container #main #contents .contents__categories {
  padding: 31px 32px 0 32px;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories {
    text-align: center;
    padding: 11px 13px 0 12px;
  }
}
body#works #container #main #contents .contents__categories ul {
  font-size: 0;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul {
    display: inline-block;
  }
}
body#works #container #main #contents .contents__categories ul li {
  display: inline-block;
  padding: 0 8px;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li {
    padding: 0 7px 0 8px;
  }
}
body#works #container #main #contents .contents__categories ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #999999;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li a {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
  }
}
body#works #container #main #contents .contents__categories ul li a:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li a:before {
    display: none;
  }
}
body#works #container #main #contents .contents__categories ul li a.current {
  color: #333333;
}
body#works #container #main #contents .contents__categories ul li a.current:before {
  background: #333333;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li a.current:before {
    background: transparent;
  }
}
.pc body#works #container #main #contents .contents__categories ul li a:hover {
  color: #333333;
}
body#works #container #main #contents .contents__categories ul li.parent {
  position: relative;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li.parent {
    position: static;
  }
}
body#works #container #main #contents .contents__categories ul li.parent .child_categories {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li.parent .child_categories {
    display: none;
  }
}
body#works #container #main #contents .contents__categories ul li.parent .child_categories .child_category {
  float: left;
  padding: 0 10px;
}
body#works #container #main #contents .contents__categories ul li.parent .child_categories .child_category a.current:before {
  background: transparent;
}
body#works #container #main #contents .contents__categories ul li.parent .child_categories:after {
  content: "";
  display: block;
  clear: both;
}
body#works #container #main #contents .contents__categories ul li.parent.active .child_categories {
  display: block;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__categories ul li.parent.active .child_categories {
    display: none;
  }
}
body#works #container #main #contents .contents__categories ul li.parent.active > a {
  color: #333333;
}
body#works #container #main #contents .contents__child_categories {
  display: none;
  padding: 31px 32px 0 32px;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__child_categories {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 11px 13px 0 12px;
    border-top: 1px solid #e3e3e3;
  }
}
body#works #container #main #contents .contents__child_categories ul {
  font-size: 0;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__child_categories ul {
    display: inline-block;
  }
}
body#works #container #main #contents .contents__child_categories ul li {
  display: inline-block;
  padding: 0 8px;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__child_categories ul li {
    padding: 0 7px 0 8px;
  }
}
body#works #container #main #contents .contents__child_categories ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #999999;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__child_categories ul li a {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
  }
}
body#works #container #main #contents .contents__child_categories ul li a.current {
  color: #333333;
}
.pc body#works #container #main #contents .contents__child_categories ul li a:hover {
  color: #333333;
}
body#works #container #main #contents .contents__posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 61px 20px 64px 20px;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts {
    display: block;
    padding: 10px 0 0 0;
  }
}
body#works #container #main #contents .contents__posts .posts__post {
  width: 33.3%;
  padding: 34px 20px 0 20px;
}
@media all and (min-width: 1300px) {
  body#works #container #main #contents .contents__posts .posts__post {
    width: 25%;
  }
}
@media all and (min-width: 1830px) {
  body#works #container #main #contents .contents__posts .posts__post {
    width: 20%;
  }
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post {
    width: 100%;
    padding: 30px 65px 30px 65px;
    border-top: 1px solid #e3e3e3;
  }
}
body#works #container #main #contents .contents__posts .posts__post:nth-child(1) {
  padding-top: 0;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post:nth-child(1) {
    padding-top: 30px;
  }
}
body#works #container #main #contents .contents__posts .posts__post:nth-child(2) {
  padding-top: 0;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post:nth-child(2) {
    padding-top: 30px;
  }
}
body#works #container #main #contents .contents__posts .posts__post:nth-child(3) {
  padding-top: 0;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post:nth-child(3) {
    padding-top: 30px;
  }
}
@media all and (min-width: 1300px) {
  body#works #container #main #contents .contents__posts .posts__post:nth-child(4) {
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post:nth-child(4) {
    padding-top: 30px;
  }
}
@media all and (min-width: 1830px) {
  body#works #container #main #contents .contents__posts .posts__post:nth-child(5) {
    padding-top: 0;
  }
}
body#works #container #main #contents .contents__posts .posts__post a {
  display: block;
}
body#works #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#works #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
body#works #container #main #contents .contents__posts .posts__post a .post__info {
  padding-top: 18px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post a .post__info {
    text-align: center;
    padding-top: 26px;
    position: static;
  }
}
body#works #container #main #contents .contents__posts .posts__post a .post__info .info__year {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: right;
  color: #ff00cc;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post a .post__info .info__year {
    display: none;
  }
}
body#works #container #main #contents .contents__posts .posts__post a .post__info .info__title {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 25px;
  letter-spacing: 0.2px;
  padding-top: 11px;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post a .post__info .info__title {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-top: 0;
  }
}
body#works #container #main #contents .contents__posts .posts__post a .post__info .info__year_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post a .post__info .info__year_sp {
    display: block;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #ff00cc;
    padding-top: 9px;
  }
}
body#works #container #main #contents .contents__posts .posts__post a .post__info .info__category {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #999999;
  padding: 4px 5px 0 5px;
  padding: 3.5px 5px 0 5px;
  border: 1px solid #bbbbbb;
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#works #container #main #contents .contents__posts .posts__post a .post__info .info__category {
    margin-top: 18px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
.pc body#works #container #main #contents .contents__posts .posts__post a:hover .post__thumbnail .thumbnail__image {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
.pc body#works #container #main #contents .contents__posts .posts__post a:hover .post__info .info__title {
  color: #ff00cc;
}
.pc body#works #container #main #contents .contents__posts .posts__post a:hover .post__info .info__category {
  color: #333333;
  border: 1px solid #545454;
}
.pc body#works #container #main #contents .contents__posts .posts__post a:hover .post__info .info__year,
.pc body#works #container #main #contents .contents__posts .posts__post a:hover .post__info .info__year_sp {
  color: #333333;
}
body#works_single #container #main {
  padding-top: 91px;
}
body#works_single #container #main #contents {
  padding-bottom: 30px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents {
    padding-bottom: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__main_image {
  padding: 30px 11.5% 0 11.5%;
}
@media all and (min-width: 1830px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__main_image {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 210px;
    padding-right: 210px;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__main_image {
    padding: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__main_image .main_image__image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info {
  position: relative;
  padding: 32px 11.5% 73px 11.5%;
}
@media all and (min-width: 1830px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 210px;
    padding-right: 210px;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info {
    text-align: center;
    padding: 25px 20px 33px 20px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info.no_description {
  padding-bottom: 123px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info.no_description {
    padding-bottom: 38px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button {
  position: absolute;
  top: 32px;
  top: 32.5px;
  left: 30px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #000000;
  padding: 10px 0 10px 21px;
  position: relative;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  left: 0;
  z-index: 2;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button a .arrow img.on {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button a:hover {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button a:hover .arrow img.off {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__back_button a:hover .arrow img.on {
  display: block;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__title {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 31%;
}
@media all and (min-width: 1830px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__title {
    padding-left: 435px;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__title {
    line-height: 30px;
    padding-left: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__category {
  position: absolute;
  top: 36px;
  top: 36.5px;
  left: 11.5%;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__category {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    margin-top: 14px;
    padding-left: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__category .info__category_inner {
  display: inline-block;
  height: 26px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #999999;
  padding: 7px 10px 0 10px;
  padding: 6.5px 10px 0 10px;
  border: 1px solid #bbbbbb;
  border-radius: 13px 13px 13px 13px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__category .info__category_inner {
    height: 20px;
    font-size: 12px;
    padding: 4px 5px 0 5px;
    padding: 3.5px 5px 0 5px;
    border-radius: 10px 10px 10px 10px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__year {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #ff00cc;
  position: absolute;
  top: 97px;
  left: 11.5%;
  z-index: 1;
  padding-left: 10px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__year {
    font-size: 15px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding: 28px 0 0 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description,
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description,
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description {
  position: relative;
  z-index: 2;
  padding: 25px 0 0 31%;
}
@media all and (min-width: 1830px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description {
    padding-left: 435px;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description {
    padding: 32px 0 0 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description a,
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description .iframe_wrap {
  position: relative;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description .iframe_wrap:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description .iframe_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__info .info__description img {
  display: block;
  width: 100%;
  height: auto;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index {
  position: relative;
  top: -7px;
  padding: 0 30px 16px 30px;
}
@media all and (min-width: 1830px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul {
  font-size: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul li {
  display: inline-block;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul li * {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #999999;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul li a br {
  display: none !important;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul li a.active {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul li a:hover {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances_index ul li span.slash {
  padding: 0 5px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances {
  border-top: 1px solid #cecece;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances {
    border-top: none;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance.no_performance_title.no_information {
    border-top: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (min-width: 1830px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance {
    display: block;
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance:not(.active) {
  display: none;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance:not(.active) {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance:not(.active) .performance__left .left__info a.performance_button .info__arrow .arrow__down {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance:not(.active) .performance__left .left__info a.performance_button .info__arrow .arrow__close {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance:not(.active) .performance__left .left__info .info__data {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance:not(.active) .performance__right {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left {
  width: 35.2%;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left {
    width: 100%;
    position: static;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  top: 30px;
  right: -1px;
  z-index: 2;
  background: #cecece;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left:before {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title.no_information {
  display: none;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title.no_information + .left__program .left__program_inner {
  border-top: none;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title.no_information + .left__credit .left__credit_inner {
  border-top: none;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info {
  padding: 34px 50px 33px 30px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info {
    padding: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title {
  padding-top: 34px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title {
    padding-top: 24px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title .info__title {
  display: none;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title .info__data {
  padding-top: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_information {
  padding-bottom: 34px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_information {
    padding-bottom: 0;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_information a.performance_button.active {
    padding-bottom: 45px;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_information .info__title.no_performance_button {
    padding-bottom: 35px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button {
  pointer-events: none;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button {
    display: block;
    padding: 25px 60px 25px 20px;
    position: relative;
    pointer-events: auto;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button.active {
    padding-bottom: 19px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button .info__arrow {
  display: none;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button .info__arrow {
    display: block;
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 2;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button .info__arrow .arrow__down {
  display: none;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button .info__arrow img {
  display: block;
  width: 21px;
  height: 21px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button .info__arrow img.on {
  display: none;
}
@media all and (max-width: 1000px) {
  .pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button:hover .info__arrow img.off {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info a.performance_button:hover .info__arrow img.on {
    display: block;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__title {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  line-height: 25px;
  letter-spacing: 0px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__title {
    line-height: 24px;
    color: #000000;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__title.no_performance_button {
    padding: 25px 20px 0 20px;
  }
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__title.no_performance_button + .info__data {
    padding-top: 19px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data * {
    line-height: 24px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data {
  padding-top: 28px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data {
    padding: 0 20px 33px 20px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program {
  padding: 0 50px 0 30px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner {
  padding: 32px 0 35px 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__headline {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl {
  padding-top: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl:first-child {
  padding-top: 28px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl:first-child.no_dt {
  padding-top: 27px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dt,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dt * {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #999999;
  padding-bottom: 1px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dt,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dt * {
    letter-spacing: 0px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd * {
    letter-spacing: 0px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit {
  padding: 0 50px 0 30px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner {
  padding: 32px 0 35px 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__headline {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl {
  padding-top: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl:first-child {
  padding-top: 28px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl:first-child.no_dt {
  padding-top: 27px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dt,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dt * {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #999999;
  padding-bottom: 1px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dt,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dt * {
    letter-spacing: 0px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd * {
    letter-spacing: 0px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info + .left__program .left__program_inner {
  border-top: 1px solid #cecece;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info + .left__program .left__program_inner {
    border-top: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info + .left__credit .left__credit_inner,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program + .left__credit .left__credit_inner {
  border-top: 1px solid #cecece;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info + .left__credit .left__credit_inner,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program + .left__credit .left__credit_inner {
    border-top: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right {
  width: 64.8%;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right {
    width: 100%;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description {
  padding: 0 70px 0 70px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description {
    padding: 24px 20px 33px 20px;
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner {
  padding: 54px 0 53px 0;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner {
    padding: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description + .right__embeds {
  border-top: 1px solid #cecece;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds {
  padding: 60px 120px 51px 120px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds {
    padding: 30px 20px 33px 20px;
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed {
    padding-top: 33px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed:first-child {
  padding-top: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__iframe {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__iframe {
    margin-bottom: 7px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__iframe:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption,
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption {
  padding: 15px 0 2px 0;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption {
    padding: 17px 0 0 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a:hover * {
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images {
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner {
  padding: 90px 0 46px 0;
  background: #d7d6da;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner {
    padding: 30px 0 36px 0;
    background: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul .slick-list {
  padding: 0 100px !important;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul .slick-list {
    padding: 0 20px !important;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li {
  padding: 0 35px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li {
    padding: 0 15px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption {
  margin-top: 36px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption.no_caption {
  margin-top: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__number,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__number * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__number {
  padding-top: 26px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow {
  width: 31px;
  height: 41px;
  position: absolute;
  top: auto;
  bottom: -32px;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-disabled {
  visibility: hidden !important;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-prev {
  left: calc(50% - 120px);
  right: auto;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-prev {
    left: calc(50% - 100px);
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-prev:before {
  background-image: url(../images/prev-arrow-black-pure.svg);
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-prev:after {
  background-image: url(../images/prev-arrow-pink.svg);
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-next {
  left: calc(50% + 120px);
  right: auto;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-next {
    left: calc(50% + 100px);
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-next:before {
  background-image: url(../images/next-arrow-black-pure.svg);
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow.slick-next:after {
  background-image: url(../images/next-arrow-pink.svg);
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow:before,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 21px;
  opacity: 1 !important;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow:after {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow:hover:before {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul button.slick-arrow:hover:after {
  display: block;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp {
    display: block;
    padding: 32px 20px 35px 20px;
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__headline {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl {
  padding-top: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl:first-child {
  padding-top: 28px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl:first-child.no_dt {
  padding-top: 27px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dt,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dt * {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #999999;
  padding-bottom: 1px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp {
    display: block;
    padding: 32px 20px 35px 20px;
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__headline {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl {
  padding-top: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl:first-child {
  padding-top: 28px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl:first-child.no_dt {
  padding-top: 27px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dt,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dt * {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #999999;
  padding-bottom: 1px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a,
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a * {
  color: #ff00cc;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a:hover * {
  color: #000000;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share {
  padding: 0 70px 0 70px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share {
    padding: 0;
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share.on_images {
  margin-top: 90px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner {
  padding: 20px 0 50px 0;
  border-top: 1px solid #cecece;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner {
    padding: 34px 20px 30px 20px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner .share__headline {
  float: left;
  width: 170px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-top: 13px;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner .share__headline {
    float: none;
    width: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 0;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul {
  float: right;
  width: calc(100% - 170px);
  font-size: 0;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 13px;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li {
  display: inline-block;
  padding: 0 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li:first-child {
  padding-left: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li:last-child {
  padding-right: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a {
  display: inline-block;
  padding: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a img {
  display: block;
  width: 30px;
  height: 30px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a img.link {
  width: 25px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a img.on {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a:hover {
  color: #333333;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a:hover img.off {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner ul li a:hover img.on {
  display: block;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__share .right__share_inner:after {
    display: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp {
    display: block;
    padding: 34px 20px 30px 20px;
    border-top: 1px solid #cecece;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner .share_sp__headline {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: center;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul {
  font-size: 0;
  text-align: center;
  padding-top: 13px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li {
  display: inline-block;
  padding: 0 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li:first-child {
  padding-left: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li:last-child {
  padding-right: 0;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a {
  display: inline-block;
  padding: 10px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a img {
  display: block;
  width: 30px;
  height: 30px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a img.link {
  width: 25px;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a img.on {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a:hover {
  color: #333333;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a:hover img.off {
  display: none;
}
.pc body#works_single #container #main #contents .contents__posts .posts__post .post__performances .performances__share_sp .performances__share_sp_inner ul li a:hover img.on {
  display: block;
}
@media all and (max-width: 1000px) {
  body#works_single #container #main #contents .contents__posts .posts__post .post__performances.no_performances .performances__performance {
    border-top: none;
  }
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances.no_performances .performances__performance .performance__right {
  margin-left: auto;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances.no_performances .performances__performance .performance__right .right__share.on_images {
  margin-top: 0;
  border-left: 1px solid #cecece;
}
body#works_single #container #main #contents .contents__posts .posts__post .post__performances.no_performances .performances__performance .performance__right .right__share.on_images .right__share_inner {
  border-top: none;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description,
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__year {
  top: 98px;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__year {
    top: auto;
  }
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description {
    padding-top: 31px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__info .info__description a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances_index ul li * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #999999;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances_index ul li * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info {
  overflow: hidden;
  padding-top: 35px;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info {
    padding-top: 0;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title {
  padding-top: 34px;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title {
    padding-top: 24px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title .info__title {
  display: none;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_performance_title .info__data {
  padding-top: 0;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_information {
  padding-bottom: 35px;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info.no_information {
    padding-bottom: 0;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__title {
  width: 111.1%;
  transform: scale(0.9, 1);
  transform-origin: top left;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 0.3px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__title {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data,
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__info .info__data a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner {
  padding-bottom: 36px;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dt,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dt * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 18px;
  color: #999999;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__program .left__program_inner .program__description dl dd a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner {
  padding-bottom: 36px;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dt,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dt * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 18px;
  color: #999999;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__left .left__credit .left__credit_inner .credit__description dl dd a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner,
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__description .right__description_inner a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption,
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__embeds .embeds__embed .embed__caption a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption,
  body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption * {
    letter-spacing: 0.3px;
  }
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__images .right__images_inner ul li .image__caption a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp {
  padding-bottom: 36px;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dt,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dt * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 18px;
  color: #999999;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__program_sp .right__program_sp_inner .program_sp__description dl dd a:hover * {
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp {
  padding-bottom: 36px;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dt,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dt * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 18px;
  color: #999999;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000000;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a,
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a * {
  color: #ff00cc;
}
body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a {
  color: #ff00cc;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a:hover {
  color: #000000;
}
.pc body#works_single.ja #container #main #contents .contents__posts .posts__post .post__performances .performances__performance .performance__right .right__credit_sp .right__credit_sp_inner .credit_sp__description dl dd a:hover * {
  color: #000000;
}
body#works_single.ja b,
body#works_single.ja b *,
body#works_single.ja strong,
body#works_single.ja strong * {
  font-weight: bold !important;
}
body#works_single.en b,
body#works_single.en b *,
body#works_single.en strong,
body#works_single.en strong * {
  font-weight: bold !important;
}
body#discography #container #main {
  padding-top: 91px;
}
body#discography #container #main #contents .contents__categories {
  padding: 36px 32px 36px 32px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__categories {
    display: none;
  }
}
body#discography #container #main #contents .contents__categories ul {
  font-size: 0;
}
body#discography #container #main #contents .contents__categories ul li {
  display: inline-block;
  padding: 0 8px;
}
body#discography #container #main #contents .contents__categories ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #999999;
}
body#discography #container #main #contents .contents__categories ul li a.current {
  color: #333333;
}
.pc body#discography #container #main #contents .contents__categories ul li a:hover {
  color: #333333;
}
body#discography #container #main #contents .contents__categories_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__categories_sp {
    display: block;
    padding: 30px 20px 15px 20px;
  }
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner {
  position: relative;
  cursor: pointer;
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner .frame {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #e3e3e3;
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: -1;
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img {
  display: block;
  width: 8px;
  height: 18px;
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img.on {
  display: none;
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner select {
  display: block;
  width: 100%;
  height: 30px;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  padding: 0.5px 20px 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner select:focus {
  outline: none;
}
.pc body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .frame {
  border: 1px solid #333333;
}
.pc body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.off {
  display: none;
}
.pc body#discography #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.on {
  display: block;
}
body#discography #container #main #contents .contents__posts .posts__post {
  padding: 1px 40px 0 40px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post {
    padding: 0 20px;
    position: static;
  }
}
body#discography #container #main #contents .contents__posts .posts__post:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e3e3e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post:before {
    display: none;
  }
}
body#discography #container #main #contents .contents__posts .posts__post:first-child {
  padding-top: 0;
}
body#discography #container #main #contents .contents__posts .posts__post:first-child:before {
  display: none;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post:first-child .posts__post_inner {
    padding-top: 11px;
    border-top: none;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post.no_sample .posts__post_inner {
    padding: 30px 0 30px 0;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post.no_sample:first-child .posts__post_inner {
    padding-top: 15px;
  }
}
body#discography #container #main #contents .contents__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner {
    padding: 26px 0 25px 0;
    border-top: 1px solid #e3e3e3;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail {
  width: 30%;
  padding: 7px 14.2% 7px 0;
}
@media all and (min-width: 1830px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail {
    width: 525px;
    padding-right: 250px;
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail {
    width: 120px;
    padding: 0 0 1px 0;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail a {
  display: block;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail a .thumbnail__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail a .thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__thumbnail a:hover .thumbnail__image {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info {
  width: 70%;
  padding-top: 1px;
  position: relative;
}
@media all and (min-width: 1830px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info {
    width: calc(100% - 525px);
  }
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a {
  display: inline-block;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a {
    display: block;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a .info__numbering {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #999999;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a .info__title {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  margin-bottom: 23px;
  padding-top: 22px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a .info__title {
    line-height: 30px;
    margin-bottom: 0;
    padding: 25px 0 25px 0;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a .info__artist_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a .info__artist_sp {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a:hover .info__numbering {
  color: #333333;
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a:hover .info__title,
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info a:hover .info__artist_sp {
  color: #ff00cc;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__artist {
  width: 30%;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-right: 40px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__artist {
    display: none;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample {
  width: 70%;
  position: absolute;
  bottom: -4px;
  left: 30%;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample {
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
    z-index: auto;
    padding-top: 16px;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample * {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  letter-spacing: 0px;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline {
  display: block;
  float: left;
  width: 60px;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a {
  display: inline-block;
  color: #ff00cc;
  position: relative;
  padding: 5px 0 5px 12px;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a:before {
  content: "";
  display: block;
  width: calc(100% - 12px);
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 12px;
  z-index: 2;
  background: #ff00cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a .svg {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a .svg.stop {
  display: none;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a .svg img {
  display: block;
  width: 7px;
  height: 7px;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a .svg img.on {
  display: none;
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a:hover {
  color: #333333;
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a:hover:before {
  background: transparent;
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a:hover .svg img.off {
  display: none;
}
.pc body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a:hover .svg img.on {
  display: block;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a.playing {
  color: #333333;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a.playing:before {
  background: transparent;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a.playing .svg.stop {
  display: block;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__headline a.playing .svg.play {
  display: none;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample .sample__music {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: right;
  width: calc(100% - 60px);
  color: #999999;
  padding-top: 5px;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample:after {
  content: "";
  display: block;
  clear: both;
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info.no_title .info__artist {
  padding-top: 21px;
}
@media all and (max-width: 1000px) {
  body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info.no_title a .info__artist_sp {
    padding-top: 21px;
  }
}
body#discography #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info.no_numbering .info__title {
  padding-top: 0;
}
body#discography.ja #container #main #contents .contents__posts .posts__post .posts__post_inner .post__info .info__sample * {
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
body#discography_single #container #main {
  padding-top: 91px;
}
body#discography_single #container #main #contents {
  padding-bottom: 85px;
  position: relative;
}
@media all and (min-width: 1830px) {
  body#discography_single #container #main #contents {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents {
    padding-bottom: 0;
    position: static;
  }
}
body#discography_single #container #main #contents .contents__back_button {
  position: absolute;
  top: 38px;
  top: 38.5px;
  left: 19px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__back_button {
    display: none;
  }
}
body#discography_single #container #main #contents .contents__back_button a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #000000;
  padding: 10px 0 10px 21px;
  position: relative;
}
body#discography_single #container #main #contents .contents__back_button a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  left: 0;
  z-index: 2;
}
body#discography_single #container #main #contents .contents__back_button a .arrow img.on {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__back_button a:hover {
  color: #ff00cc;
}
.pc body#discography_single #container #main #contents .contents__back_button a:hover .arrow img.off {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__back_button a:hover .arrow img.on {
  display: block;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left {
  float: left;
  width: 50%;
  padding: 0 70px 11px 140px;
}
@media all and (max-width: 1220px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left {
    padding-right: 5.75%;
    padding-left: 11.5%;
  }
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left {
    float: none;
    width: 100%;
    padding: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__main_image_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__main_image_sp {
    display: block;
    padding: 30px 20px 0 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__main_image_sp .main_image_sp__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info {
    padding: 26px 20px 0 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__numbering {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #999999;
  padding-top: 46px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__numbering {
    text-align: center;
    padding-top: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__title {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 17px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__title {
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__title.no_numbering {
  padding-top: 39px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__title.no_numbering {
    padding-top: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__artist {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__info .info__artist {
    line-height: 30px;
    text-align: center;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  letter-spacing: 0;
  color: #999999;
  padding-top: 28px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date {
    text-align: center;
    padding: 20px 20px 0 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date.no_external_links {
  padding-bottom: 36px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date.no_external_links {
    padding-bottom: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links {
  margin: 36px 0 60px 0;
  padding: 0 10px;
  background: #ffffff;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links {
    margin: 26px 0 0 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming .digital_streaming__headline,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store .digital_streaming__headline,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming .online_store__headline,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store .online_store__headline {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
  padding: 34px 0 23px 0;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming .digital_streaming__headline,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store .digital_streaming__headline,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming .online_store__headline,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store .online_store__headline {
    letter-spacing: 0px;
    text-indent: 0px;
    padding: 34px 0 13px 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul {
  font-size: 0;
  text-align: center;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li {
  display: inline-block;
  padding: 0 10px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li a,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li a {
  display: inline-block;
  padding: 10px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li a img,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li a img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li a img.on,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li a img.on {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li a:hover img.off,
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li a:hover img.off {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li a:hover img.on,
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li a:hover img.on {
  display: inline-block;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming ul li.atak_web_shop a img,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__online_store ul li.atak_web_shop a img {
  width: 112px;
  height: 16px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming + .external_links__online_store {
  padding-top: 20px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming + .external_links__online_store {
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links .external_links__digital_streaming + .external_links__online_store .online_store__headline {
    padding-top: 24px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links > div:last-child {
  padding-bottom: 40px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links > div:last-child {
    padding-bottom: 30px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp {
    display: block;
    padding: 24px 20px 33px 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp a,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp a * {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp a {
  color: #ff00cc;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp a:hover {
  color: #000000;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp a:hover * {
  color: #000000;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp .iframe_wrap {
  position: relative;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp .iframe_wrap:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp .iframe_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__description_sp img {
  display: block;
  width: 100%;
  height: auto;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist {
  padding: 32px 0 22px 0;
  border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist {
    padding: 32px 20px 22px 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist .tracklist__headline {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist .tracklist__headline {
    letter-spacing: 0px;
    text-align: center;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul {
  padding-top: 24px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li * {
    letter-spacing: 0px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li {
  min-height: 25px;
  padding: 3px 0 4px 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li:first-child {
  padding-top: 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio {
  padding: 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a {
  display: inline-block;
  padding: 3px 0 4px 18px;
  position: relative;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a .svg {
  position: absolute;
  top: 8px;
  top: 8.5px;
  left: 0;
  z-index: 2;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a .svg.stop {
  display: none;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a .svg img {
  display: block;
  width: 7px;
  height: 7px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a .svg img.on {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a:hover {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a.playing {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a.playing .svg.stop {
  display: block;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a.playing .svg.play {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__tracklist ul li.audio a.playing:hover {
  color: #000000;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit {
  padding-top: 32px;
  border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit {
    padding: 32px 20px 26px 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__headline {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__headline {
    letter-spacing: 0px;
    text-align: center;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl {
  padding-top: 10px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl:first-child {
  padding-top: 28px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl:first-child.no_dt {
  padding-top: 27px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dt,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dt * {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #999999;
  padding-bottom: 1px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dt,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dt * {
    letter-spacing: 0px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd * {
    letter-spacing: 0px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd a,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd a * {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd a {
  color: #ff00cc;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd a:hover {
  color: #000000;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__credit .credit__description dl dd a:hover * {
  color: #000000;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date + .left__tracklist,
body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date + .left__credit {
  margin-top: 35px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date + .left__tracklist,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date + .left__credit {
    margin-top: 26px;
  }
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__release_date + .left__description_sp {
    margin-top: 26px;
    border-top: 1px solid #d5d5d5;
  }
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links + .left__tracklist,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__left .left__external_links + .left__credit {
    border-top: none;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__left *:last-child.left__tracklist {
  padding-bottom: 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right {
  float: right;
  width: 50%;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right {
    float: none;
    width: 100%;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__main_image {
  padding: 30px 30px 0 10px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__main_image {
    display: none;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__main_image img {
  display: block;
  width: 100%;
  height: auto;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description {
  padding: 54px 30px 2px 10px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description {
    display: none;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description.no_main_image {
  padding-top: 41px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description a,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description a * {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description a {
  color: #ff00cc;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description a:hover {
  color: #000000;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description a:hover * {
  color: #000000;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description .iframe_wrap {
  position: relative;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description .iframe_wrap:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description .iframe_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description img {
  display: block;
  width: 100%;
  height: auto;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds {
  padding: 51px 30px 0 10px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds {
    padding: 30px 20px 33px 20px;
    border-top: 1px solid #d5d5d5;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed {
    padding-top: 33px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed:first-child {
  padding-top: 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__iframe {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__iframe {
    margin-bottom: 7px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__iframe:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption {
  padding: 15px 0 2px 0;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption {
    padding: 17px 0 0 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption a,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption a * {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption a {
  color: #ff00cc;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption a:hover {
  color: #000000;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds .embeds__embed .embed__caption a:hover * {
  color: #000000;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images {
  padding: 51px 0 0 10px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images {
    padding: 0;
    border-top: 1px solid #d5d5d5;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner {
  padding: 90px 0 46px 0;
  background: #d7d6da;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner {
    padding: 30px 0 36px 0;
    background: none;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul .slick-list {
  padding: 0 100px !important;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul .slick-list {
    padding: 0 20px !important;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li {
  padding: 0 35px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li {
    padding: 0 15px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption * {
    letter-spacing: 0px;
    text-indent: 0px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption {
  margin-top: 36px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption.no_caption {
  margin-top: 10px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption a,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption a * {
  color: #ff00cc;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption a {
  color: #ff00cc;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption a:hover {
  color: #000000;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__caption a:hover * {
  color: #000000;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__number,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__number * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul li .image__number {
  padding-top: 26px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow {
  width: 31px;
  height: 41px;
  position: absolute;
  top: auto;
  bottom: -32px;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-disabled {
  visibility: hidden !important;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-prev {
  left: calc(50% - 120px);
  right: auto;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-prev {
    left: calc(50% - 100px);
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-prev:before {
  background-image: url(../images/prev-arrow-black-pure.svg);
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-prev:after {
  background-image: url(../images/prev-arrow-pink.svg);
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-next {
  left: calc(50% + 120px);
  right: auto;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-next {
    left: calc(50% + 100px);
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-next:before {
  background-image: url(../images/next-arrow-black-pure.svg);
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow.slick-next:after {
  background-image: url(../images/next-arrow-pink.svg);
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow:before,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 21px;
  opacity: 1 !important;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow:after {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow:hover:before {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__images .right__images_inner ul button.slick-arrow:hover:after {
  display: block;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share {
  padding: 80px 30px 0 10px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share {
    padding: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner {
  padding: 20px 0 5px 0;
  border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner {
    padding: 34px 20px 30px 20px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner .share__headline {
  float: left;
  width: 170px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-top: 13px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner .share__headline {
    float: none;
    width: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul {
  float: right;
  width: calc(100% - 170px);
  font-size: 0;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 13px;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li {
  display: inline-block;
  padding: 0 10px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li:first-child {
  padding-left: 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li:last-child {
  padding-right: 0;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a {
  display: inline-block;
  padding: 10px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a img {
  display: block;
  width: 30px;
  height: 30px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a img.link {
  width: 25px;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a img.on {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a:hover {
  color: #000000;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a:hover img.off {
  display: none;
}
.pc body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner ul li a:hover img.on {
  display: block;
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__share .right__share_inner:after {
    display: none;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description + .right__share,
body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds + .right__share {
  padding-top: 71px;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__description + .right__share,
  body#discography_single #container #main #contents .contents__posts .posts__post .post__right .right__embeds + .right__share {
    padding-top: 0;
  }
}
body#discography_single #container #main #contents .contents__posts .posts__post:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#discography_single #container #main #contents .contents__posts .posts__post:after {
    display: none;
  }
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp,
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp,
  body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp a,
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp a * {
  color: #ff00cc;
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp a {
  color: #ff00cc;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp a:hover {
  color: #000000;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__left .left__description_sp a:hover * {
  color: #000000;
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__tracklist ul li,
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__tracklist ul li * {
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dt,
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dt * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 18px;
  color: #999999;
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd,
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000000;
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd a,
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd a * {
  color: #ff00cc;
}
body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd a {
  color: #ff00cc;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd a:hover {
  color: #000000;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__left .left__credit .credit__description dl dd a:hover * {
  color: #000000;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description,
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description,
  body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description {
  padding-top: 53px;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description a,
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description a * {
  color: #ff00cc;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description a {
  color: #ff00cc;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description a:hover {
  color: #000000;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__right .right__description a:hover * {
  color: #000000;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption,
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption,
  body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption a,
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption a * {
  color: #ff00cc;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption a {
  color: #ff00cc;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption a:hover {
  color: #000000;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__right .right__embeds .embeds__embed .embed__caption a:hover * {
  color: #000000;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption,
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption,
  body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption * {
    letter-spacing: 0.3px;
  }
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption a,
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption a * {
  color: #ff00cc;
}
body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption a {
  color: #ff00cc;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption a:hover {
  color: #000000;
}
.pc body#discography_single.ja #container #main #contents .contents__posts .post__right .right__images .right__images_inner ul li .image__caption a:hover * {
  color: #000000;
}
body#discography_single.ja b,
body#discography_single.ja b *,
body#discography_single.ja strong,
body#discography_single.ja strong * {
  font-weight: bold !important;
}
body#discography_single.en b,
body#discography_single.en b *,
body#discography_single.en strong,
body#discography_single.en strong * {
  font-weight: bold !important;
}
body#news #container #main,
body#press #container #main {
  padding-top: 91px;
}
body#news #container #main #contents .contents__categories,
body#press #container #main #contents .contents__categories {
  padding: 36px 32px 66px 32px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__categories,
  body#press #container #main #contents .contents__categories {
    display: none;
  }
}
body#news #container #main #contents .contents__categories ul,
body#press #container #main #contents .contents__categories ul {
  font-size: 0;
}
body#news #container #main #contents .contents__categories ul li,
body#press #container #main #contents .contents__categories ul li {
  display: inline-block;
  padding: 0 8px;
}
body#news #container #main #contents .contents__categories ul li a,
body#press #container #main #contents .contents__categories ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #999999;
}
body#news #container #main #contents .contents__categories ul li a.current,
body#press #container #main #contents .contents__categories ul li a.current {
  color: #333333;
}
.pc body#news #container #main #contents .contents__categories ul li a:hover,
.pc body#press #container #main #contents .contents__categories ul li a:hover {
  color: #333333;
}
body#news #container #main #contents .contents__categories_sp,
body#press #container #main #contents .contents__categories_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__categories_sp,
  body#press #container #main #contents .contents__categories_sp {
    display: block;
    padding: 30px 20px 15px 20px;
  }
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner {
  position: relative;
  cursor: pointer;
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner .frame,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner .frame {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #e3e3e3;
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: -1;
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img {
  display: block;
  width: 8px;
  height: 18px;
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img.on,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img.on {
  display: none;
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner select,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner select {
  display: block;
  width: 100%;
  height: 30px;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  padding: 0.5px 20px 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner select:focus,
body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner select:focus {
  outline: none;
}
.pc body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .frame,
.pc body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .frame {
  border: 1px solid #333333;
}
.pc body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.off,
.pc body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.off {
  display: none;
}
.pc body#news #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.on,
.pc body#press #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.on {
  display: block;
}
body#news #container #main #contents .contents__posts,
body#press #container #main #contents .contents__posts {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__posts,
  body#press #container #main #contents .contents__posts {
    padding: 0 20px 15px 20px;
  }
}
body#news #container #main #contents .contents__posts .posts__post a,
body#press #container #main #contents .contents__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__posts .posts__post a,
  body#press #container #main #contents .contents__posts .posts__post a {
    display: block;
    padding: 15px 0 10px 0;
    border-top: none;
  }
}
body#news #container #main #contents .contents__posts .posts__post a .post__thumbnail,
body#press #container #main #contents .contents__posts .posts__post a .post__thumbnail {
  width: 30%;
  padding: 7px 14.2% 7px 0;
}
@media all and (min-width: 1830px) {
  body#news #container #main #contents .contents__posts .posts__post a .post__thumbnail,
  body#press #container #main #contents .contents__posts .posts__post a .post__thumbnail {
    width: 525px;
    padding-right: 250px;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__posts .posts__post a .post__thumbnail,
  body#press #container #main #contents .contents__posts .posts__post a .post__thumbnail {
    float: left;
    width: 120px;
    padding: 0 0 5px 0;
  }
}
body#news #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image,
body#press #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#news #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image:before,
body#press #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 66.7%;
}
body#news #container #main #contents .contents__posts .posts__post a .post__date,
body#press #container #main #contents .contents__posts .posts__post a .post__date,
body#news #container #main #contents .contents__posts .posts__post a .post__media,
body#press #container #main #contents .contents__posts .posts__post a .post__media {
  width: 70%;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #999999;
  position: absolute;
  top: 28px;
  left: 30%;
  z-index: 2;
}
@media all and (min-width: 1830px) {
  body#news #container #main #contents .contents__posts .posts__post a .post__date,
  body#press #container #main #contents .contents__posts .posts__post a .post__date,
  body#news #container #main #contents .contents__posts .posts__post a .post__media,
  body#press #container #main #contents .contents__posts .posts__post a .post__media {
    width: calc(100% - 525px);
    left: 525px;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__posts .posts__post a .post__date,
  body#press #container #main #contents .contents__posts .posts__post a .post__date,
  body#news #container #main #contents .contents__posts .posts__post a .post__media,
  body#press #container #main #contents .contents__posts .posts__post a .post__media {
    width: calc(100% - 120px);
    font-size: 12px;
    letter-spacing: 0px;
    top: 14px;
    left: 120px;
    padding-left: 20px;
  }
}
body#news #container #main #contents .contents__posts .posts__post a .post__title,
body#press #container #main #contents .contents__posts .posts__post a .post__title {
  width: 70%;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 30px 0 29px 0;
}
@media all and (min-width: 1830px) {
  body#news #container #main #contents .contents__posts .posts__post a .post__title,
  body#press #container #main #contents .contents__posts .posts__post a .post__title {
    width: calc(100% - 525px);
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__posts .posts__post a .post__title,
  body#press #container #main #contents .contents__posts .posts__post a .post__title {
    float: right;
    width: calc(100% - 120px);
    line-height: 20px;
    letter-spacing: 0px;
    padding: 25px 0 0 20px;
  }
}
@media all and (max-width: 1000px) {
  body#news #container #main #contents .contents__posts .posts__post a:after,
  body#press #container #main #contents .contents__posts .posts__post a:after {
    content: "";
    display: block;
    clear: both;
  }
}
.pc body#news #container #main #contents .contents__posts .posts__post a:hover .post__thumbnail .thumbnail__image,
.pc body#press #container #main #contents .contents__posts .posts__post a:hover .post__thumbnail .thumbnail__image {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
.pc body#news #container #main #contents .contents__posts .posts__post a:hover .post__date,
.pc body#press #container #main #contents .contents__posts .posts__post a:hover .post__date,
.pc body#news #container #main #contents .contents__posts .posts__post a:hover .post__media,
.pc body#press #container #main #contents .contents__posts .posts__post a:hover .post__media {
  color: #333333;
}
.pc body#news #container #main #contents .contents__posts .posts__post a:hover .post__title,
.pc body#press #container #main #contents .contents__posts .posts__post a:hover .post__title {
  color: #ff00cc;
}
body#press #container #main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image {
  opacity: 0.6;
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
@media all and (max-width: 1000px) {
  body#press #container #main #contents .contents__posts .posts__post a .post__title {
    padding-bottom: 29px;
  }
}
body#press #container #main #contents .contents__posts .posts__post a .post__date {
  top: auto;
  bottom: 28px;
}
@media all and (max-width: 1000px) {
  body#press #container #main #contents .contents__posts .posts__post a .post__date {
    top: auto;
    bottom: 13px;
  }
}
.pc body#press #container #main #contents .contents__posts .posts__post a:hover .post__thumbnail .thumbnail__image {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}
@media all and (max-width: 1000px) {
  body#news.ja #container #main #contents .contents__posts .posts__post a,
  body#press.ja #container #main #contents .contents__posts .posts__post a {
    padding-bottom: 11px;
  }
}
@media all and (max-width: 1000px) {
  body#news.ja #container #main #contents .contents__posts .posts__post a .post__thumbnail,
  body#press.ja #container #main #contents .contents__posts .posts__post a .post__thumbnail {
    padding-bottom: 4px;
  }
}
body#news.ja #container #main #contents .contents__posts .posts__post a .post__title,
body#press.ja #container #main #contents .contents__posts .posts__post a .post__title {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  padding: 29px 0 30px 0;
}
@media all and (max-width: 1000px) {
  body#news.ja #container #main #contents .contents__posts .posts__post a .post__title,
  body#press.ja #container #main #contents .contents__posts .posts__post a .post__title {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding: 25px 0 29px 20px;
  }
}
body#news_single #container #main,
body#press_single #container #main,
body#diary_single #container #main {
  padding-top: 91px;
}
body#news_single #container #main #contents,
body#press_single #container #main #contents,
body#diary_single #container #main #contents {
  padding-bottom: 100px;
  position: relative;
}
@media all and (min-width: 1830px) {
  body#news_single #container #main #contents,
  body#press_single #container #main #contents,
  body#diary_single #container #main #contents {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents,
  body#press_single #container #main #contents,
  body#diary_single #container #main #contents {
    padding-bottom: 0;
    position: static;
  }
}
body#news_single #container #main #contents .contents__back_button,
body#press_single #container #main #contents .contents__back_button,
body#diary_single #container #main #contents .contents__back_button {
  position: absolute;
  top: 39px;
  left: 19px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__back_button,
  body#press_single #container #main #contents .contents__back_button,
  body#diary_single #container #main #contents .contents__back_button {
    display: none;
  }
}
body#news_single #container #main #contents .contents__back_button a,
body#press_single #container #main #contents .contents__back_button a,
body#diary_single #container #main #contents .contents__back_button a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #000000;
  padding: 10px 0 10px 21px;
  position: relative;
}
body#news_single #container #main #contents .contents__back_button a .arrow img,
body#press_single #container #main #contents .contents__back_button a .arrow img,
body#diary_single #container #main #contents .contents__back_button a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  left: 0;
  z-index: 2;
}
body#news_single #container #main #contents .contents__back_button a .arrow img.on,
body#press_single #container #main #contents .contents__back_button a .arrow img.on,
body#diary_single #container #main #contents .contents__back_button a .arrow img.on {
  display: none;
}
.pc body#news_single #container #main #contents .contents__back_button a:hover,
.pc body#press_single #container #main #contents .contents__back_button a:hover,
.pc body#diary_single #container #main #contents .contents__back_button a:hover {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__back_button a:hover .arrow img.off,
.pc body#press_single #container #main #contents .contents__back_button a:hover .arrow img.off,
.pc body#diary_single #container #main #contents .contents__back_button a:hover .arrow img.off {
  display: none;
}
.pc body#news_single #container #main #contents .contents__back_button a:hover .arrow img.on,
.pc body#press_single #container #main #contents .contents__back_button a:hover .arrow img.on,
.pc body#diary_single #container #main #contents .contents__back_button a:hover .arrow img.on {
  display: block;
}
body#news_single #container #main #contents .contents__latest_news,
body#press_single #container #main #contents .contents__latest_news,
body#diary_single #container #main #contents .contents__latest_news {
  float: left;
  width: 41%;
  padding: 220px 80px 0 20px;
}
@media all and (max-width: 1220px) {
  body#news_single #container #main #contents .contents__latest_news,
  body#press_single #container #main #contents .contents__latest_news,
  body#diary_single #container #main #contents .contents__latest_news {
    padding-right: 6.6%;
  }
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__latest_news,
  body#press_single #container #main #contents .contents__latest_news,
  body#diary_single #container #main #contents .contents__latest_news {
    display: none;
  }
}
body#news_single #container #main #contents .contents__latest_news .latest_news__headline,
body#press_single #container #main #contents .contents__latest_news .latest_news__headline,
body#diary_single #container #main #contents .contents__latest_news .latest_news__headline {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-left: 20px;
}
body#news_single #container #main #contents .contents__latest_news .latest_news__posts,
body#press_single #container #main #contents .contents__latest_news .latest_news__posts,
body#diary_single #container #main #contents .contents__latest_news .latest_news__posts {
  padding-top: 38px;
}
body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a,
body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a,
body#diary_single #container #main #contents .contents__latest_news .latest_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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 121px;
  padding: 23px 0 22px 0;
  border-top: 1px solid #cecece;
}
body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date,
body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date,
body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date {
  width: 110px;
  padding-left: 20px;
}
@media all and (max-width: 1220px) {
  body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date,
  body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date,
  body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date {
    width: 27.5%;
  }
}
body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date .date__md,
body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date .date__md,
body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date .date__md,
body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date .date__y,
body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date .date__y,
body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__date .date__y {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
}
body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title,
body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title,
body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title {
  width: calc(100% - 110px);
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
  padding-right: 20px;
}
@media all and (max-width: 1220px) {
  body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title,
  body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title,
  body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title {
    width: 72.5%;
    padding-right: 0;
  }
}
.pc body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__date .date__md,
.pc body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__date .date__md,
.pc body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__date .date__md,
.pc body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__date .date__y,
.pc body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__date .date__y,
.pc body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__date .date__y {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__title,
.pc body#press_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__title,
.pc body#diary_single #container #main #contents .contents__latest_news .latest_news__posts .posts__post a:hover .post__title {
  color: #ff00cc;
}
body#news_single #container #main #contents .contents__latest_press,
body#press_single #container #main #contents .contents__latest_press,
body#diary_single #container #main #contents .contents__latest_press {
  float: left;
  width: 41%;
  padding: 220px 80px 0 20px;
}
@media all and (max-width: 1220px) {
  body#news_single #container #main #contents .contents__latest_press,
  body#press_single #container #main #contents .contents__latest_press,
  body#diary_single #container #main #contents .contents__latest_press {
    padding-right: 6.6%;
  }
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__latest_press,
  body#press_single #container #main #contents .contents__latest_press,
  body#diary_single #container #main #contents .contents__latest_press {
    display: none;
  }
}
body#news_single #container #main #contents .contents__latest_press .latest_press__headline,
body#press_single #container #main #contents .contents__latest_press .latest_press__headline,
body#diary_single #container #main #contents .contents__latest_press .latest_press__headline {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-left: 20px;
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts {
  padding-top: 38px;
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a,
body#diary_single #container #main #contents .contents__latest_press .latest_press__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 121px;
  padding: 23px 0 22px 0;
  border-top: 1px solid #cecece;
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date {
  width: 110px;
  padding-left: 20px;
}
@media all and (max-width: 1220px) {
  body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date,
  body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date,
  body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date {
    width: 27.5%;
  }
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date .date__md,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date .date__md,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date .date__md,
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date .date__y,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date .date__y,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__date .date__y {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title {
  width: calc(100% - 110px);
  padding-right: 20px;
}
@media all and (max-width: 1220px) {
  body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title,
  body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title,
  body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title {
    width: 72.5%;
    padding-right: 0;
  }
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title .title__media,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title .title__media,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title .title__media {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000000;
  padding-bottom: 5px;
}
body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title .title__title,
body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title .title__title,
body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a .post__title .title__title {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000000;
}
.pc body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__date .date__md,
.pc body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__date .date__md,
.pc body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__date .date__md,
.pc body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__date .date__y,
.pc body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__date .date__y,
.pc body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__date .date__y {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__title .title__media,
.pc body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__title .title__media,
.pc body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__title .title__media {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__title .title__title,
.pc body#press_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__title .title__title,
.pc body#diary_single #container #main #contents .contents__latest_press .latest_press__posts .posts__post a:hover .post__title .title__title {
  color: #ff00cc;
}
body#news_single #container #main #contents .contents__posts,
body#press_single #container #main #contents .contents__posts,
body#diary_single #container #main #contents .contents__posts {
  float: right;
  width: 59%;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts,
  body#press_single #container #main #contents .contents__posts,
  body#diary_single #container #main #contents .contents__posts {
    float: none;
    width: 100%;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post,
body#press_single #container #main #contents .contents__posts .posts__post,
body#diary_single #container #main #contents .contents__posts .posts__post {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post,
  body#press_single #container #main #contents .contents__posts .posts__post,
  body#diary_single #container #main #contents .contents__posts .posts__post {
    padding-top: 0;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post.no_main_image,
body#press_single #container #main #contents .contents__posts .posts__post.no_main_image,
body#diary_single #container #main #contents .contents__posts .posts__post.no_main_image {
  padding-top: 49px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post.no_main_image,
  body#press_single #container #main #contents .contents__posts .posts__post.no_main_image,
  body#diary_single #container #main #contents .contents__posts .posts__post.no_main_image {
    padding-top: 0;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post.no_main_image .post__date,
body#press_single #container #main #contents .contents__posts .posts__post.no_main_image .post__date,
body#diary_single #container #main #contents .contents__posts .posts__post.no_main_image .post__date,
body#news_single #container #main #contents .contents__posts .posts__post.no_main_image .post__media,
body#press_single #container #main #contents .contents__posts .posts__post.no_main_image .post__media,
body#diary_single #container #main #contents .contents__posts .posts__post.no_main_image .post__media {
  padding-top: 0;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post.no_main_image .post__date,
  body#press_single #container #main #contents .contents__posts .posts__post.no_main_image .post__date,
  body#diary_single #container #main #contents .contents__posts .posts__post.no_main_image .post__date,
  body#news_single #container #main #contents .contents__posts .posts__post.no_main_image .post__media,
  body#press_single #container #main #contents .contents__posts .posts__post.no_main_image .post__media,
  body#diary_single #container #main #contents .contents__posts .posts__post.no_main_image .post__media {
    padding-top: 29px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__main_image,
body#press_single #container #main #contents .contents__posts .posts__post .post__main_image,
body#diary_single #container #main #contents .contents__posts .posts__post .post__main_image {
  padding-right: 30px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__main_image,
  body#press_single #container #main #contents .contents__posts .posts__post .post__main_image,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__main_image {
    padding-right: 0;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__main_image img,
body#press_single #container #main #contents .contents__posts .posts__post .post__main_image img,
body#diary_single #container #main #contents .contents__posts .posts__post .post__main_image img {
  display: block;
  width: 100%;
  height: auto;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__date,
body#press_single #container #main #contents .contents__posts .posts__post .post__date,
body#diary_single #container #main #contents .contents__posts .posts__post .post__date,
body#news_single #container #main #contents .contents__posts .posts__post .post__media,
body#press_single #container #main #contents .contents__posts .posts__post .post__media,
body#diary_single #container #main #contents .contents__posts .posts__post .post__media {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 29px 30px 0 0;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__date,
  body#press_single #container #main #contents .contents__posts .posts__post .post__date,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__date,
  body#news_single #container #main #contents .contents__posts .posts__post .post__media,
  body#press_single #container #main #contents .contents__posts .posts__post .post__media,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__media {
    letter-spacing: 0px;
    text-align: center;
    padding: 29px 20px 0 20px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__date span.media__date,
body#press_single #container #main #contents .contents__posts .posts__post .post__date span.media__date,
body#diary_single #container #main #contents .contents__posts .posts__post .post__date span.media__date,
body#news_single #container #main #contents .contents__posts .posts__post .post__media span.media__date,
body#press_single #container #main #contents .contents__posts .posts__post .post__media span.media__date,
body#diary_single #container #main #contents .contents__posts .posts__post .post__media span.media__date {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-left: 20px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__date span.media__date,
  body#press_single #container #main #contents .contents__posts .posts__post .post__date span.media__date,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__date span.media__date,
  body#news_single #container #main #contents .contents__posts .posts__post .post__media span.media__date,
  body#press_single #container #main #contents .contents__posts .posts__post .post__media span.media__date,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__media span.media__date {
    display: block;
    letter-spacing: 0px;
    margin: 8px 0 0 0;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__title,
body#press_single #container #main #contents .contents__posts .posts__post .post__title,
body#diary_single #container #main #contents .contents__posts .posts__post .post__title {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 30px 30px 0 0;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__title,
  body#press_single #container #main #contents .contents__posts .posts__post .post__title,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__title {
    line-height: 30px;
    text-align: center;
    padding: 33px 20px 0 20px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
body#press_single #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
body#diary_single #container #main #contents .contents__posts .posts__post .post__title .post__title_inner {
  font-family: aktiv-grotesk-condensed, '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
  body#press_single #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__title .post__title_inner {
    line-height: 30px;
    text-align: center;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description,
body#press_single #container #main #contents .contents__posts .posts__post .post__description,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description,
body#news_single #container #main #contents .contents__posts .posts__post .post__description *,
body#press_single #container #main #contents .contents__posts .posts__post .post__description *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__description,
  body#press_single #container #main #contents .contents__posts .posts__post .post__description,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__description,
  body#news_single #container #main #contents .contents__posts .posts__post .post__description *,
  body#press_single #container #main #contents .contents__posts .posts__post .post__description *,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description,
body#press_single #container #main #contents .contents__posts .posts__post .post__description,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description {
  padding: 45px 30px 2px 0;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__description,
  body#press_single #container #main #contents .contents__posts .posts__post .post__description,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__description {
    padding: 38px 20px 33px 20px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description a,
body#press_single #container #main #contents .contents__posts .posts__post .post__description a,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description a,
body#news_single #container #main #contents .contents__posts .posts__post .post__description a *,
body#press_single #container #main #contents .contents__posts .posts__post .post__description a *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description a * {
  color: #ff00cc;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description a,
body#press_single #container #main #contents .contents__posts .posts__post .post__description a,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description a {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__description a:hover,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__description a:hover,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__description a:hover {
  color: #000000;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__description a:hover *,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__description a:hover *,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__description a:hover * {
  color: #000000;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap,
body#press_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap {
  position: relative;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap:before,
body#press_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap:before,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap iframe,
body#press_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap iframe,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description .iframe_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__description img,
body#press_single #container #main #contents .contents__posts .posts__post .post__description img,
body#diary_single #container #main #contents .contents__posts .posts__post .post__description img {
  display: block;
  width: 100%;
  height: auto;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds {
  padding: 51px 30px 0 0;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__embeds,
  body#press_single #container #main #contents .contents__posts .posts__post .post__embeds,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds {
    padding: 30px 20px 33px 20px;
    border-top: 1px solid #cecece;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed,
  body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed {
    padding-top: 33px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed:first-child,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed:first-child,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed:first-child {
  padding-top: 0;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe,
  body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe {
    margin-bottom: 7px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe:before,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe:before,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe:before {
  content: "";
  display: block;
  padding-top: 56.3%;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe iframe,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe iframe,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption *,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
  body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
  body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption *,
  body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption *,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption {
  padding: 15px 0 2px 0;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
  body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption {
    padding: 17px 0 0 0;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a,
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a *,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a * {
  color: #ff00cc;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a,
body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a,
body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a:hover,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a:hover,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a:hover {
  color: #000000;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a:hover *,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a:hover *,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__embeds .embeds__embed .embed__caption a:hover * {
  color: #000000;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images,
body#press_single #container #main #contents .contents__posts .posts__post .post__images,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images {
    padding-top: 0;
    border-top: 1px solid #cecece;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner {
  padding: 90px 0 46px 0;
  background: #d7d6da;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner {
    padding: 30px 0 36px 0;
    background: none;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul .slick-list,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul .slick-list,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul .slick-list {
  padding: 0 100px !important;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul .slick-list,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul .slick-list,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul .slick-list {
    padding: 0 20px !important;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li {
  padding: 0 35px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li {
    padding: 0 15px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__bg,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__bg,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption * {
    letter-spacing: 0px;
    text-indent: 0px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption {
  margin-top: 36px;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption.no_caption,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption.no_caption,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption.no_caption {
  margin-top: 10px;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a *,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a * {
  color: #ff00cc;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover {
  color: #000000;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover *,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover *,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover * {
  color: #000000;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number,
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number *,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number *,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number * {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__number {
  padding-top: 26px;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow {
  width: 31px;
  height: 41px;
  position: absolute;
  top: auto;
  bottom: -32px;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-disabled,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-disabled,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-disabled {
  visibility: hidden !important;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev {
  left: calc(50% - 120px);
  right: auto;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev {
    left: calc(50% - 100px);
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev:before,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev:before,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev:before {
  background-image: url(../images/prev-arrow-black.svg);
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev:after,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev:after,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-prev:after {
  background-image: url(../images/prev-arrow-pink.svg);
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next {
  left: calc(50% + 120px);
  right: auto;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next,
  body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next,
  body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next {
    left: calc(50% + 100px);
  }
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next:before,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next:before,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next:before {
  background-image: url(../images/next-arrow-black.svg);
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next:after,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next:after,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow.slick-next:after {
  background-image: url(../images/next-arrow-pink.svg);
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:before,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:before,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:before,
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:after,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:after,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 21px;
  opacity: 1 !important;
}
body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:after,
body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:after,
body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:after {
  display: none;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:hover:before,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:hover:before,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:hover:before {
  display: none;
}
.pc body#news_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:hover:after,
.pc body#press_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:hover:after,
.pc body#diary_single #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul button.slick-arrow:hover:after {
  display: block;
}
body#news_single #container #main #contents .contents__posts .posts__pagination,
body#press_single #container #main #contents .contents__posts .posts__pagination,
body#diary_single #container #main #contents .contents__posts .posts__pagination {
  width: calc(100% - 30px);
  padding: 60px 0 28px 0;
  border-bottom: 1px solid #cecece;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__pagination,
  body#press_single #container #main #contents .contents__posts .posts__pagination,
  body#diary_single #container #main #contents .contents__posts .posts__pagination {
    width: 100%;
    height: 121px;
    padding: 43px 20px 0 20px;
    border-bottom: none;
    border-top: 1px solid #cecece;
  }
}
body#news_single #container #main #contents .contents__posts .posts__pagination.padding_top,
body#press_single #container #main #contents .contents__posts .posts__pagination.padding_top,
body#diary_single #container #main #contents .contents__posts .posts__pagination.padding_top {
  padding-top: 59px;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__pagination.padding_top,
  body#press_single #container #main #contents .contents__posts .posts__pagination.padding_top,
  body#diary_single #container #main #contents .contents__posts .posts__pagination.padding_top {
    padding-top: 43px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #000000;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
  body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
  body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
  body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a,
  body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a,
  body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a {
    letter-spacing: 0px;
  }
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img,
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 6px;
  top: 6.5px;
  z-index: 2;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img.on,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img.on,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img.on,
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img.on,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img.on,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img.on {
  display: none;
}
.pc body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover,
.pc body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover,
.pc body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover,
.pc body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover,
.pc body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover,
.pc body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover {
  color: #ff00cc;
}
.pc body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover .arrow img.off,
.pc body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover .arrow img.off,
.pc body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover .arrow img.off,
.pc body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover .arrow img.off,
.pc body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover .arrow img.off,
.pc body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover .arrow img.off {
  display: none;
}
.pc body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover .arrow img.on,
.pc body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover .arrow img.on,
.pc body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a:hover .arrow img.on,
.pc body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover .arrow img.on,
.pc body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover .arrow img.on,
.pc body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a:hover .arrow img.on {
  display: block;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev {
  float: left;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a {
  padding: 10px 0 10px 21px;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__prev a .arrow img {
  left: 0;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next {
  float: right;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a {
  padding: 10px 21px 10px 0;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner .pagination__next a .arrow img {
  right: 0;
}
body#news_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner:after,
body#press_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner:after,
body#diary_single #container #main #contents .contents__posts .posts__pagination .posts__pagination_inner:after {
  content: "";
  display: block;
  clear: both;
}
body#news_single #container #main #contents:after,
body#press_single #container #main #contents:after,
body#diary_single #container #main #contents:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#news_single #container #main #contents:after,
  body#press_single #container #main #contents:after,
  body#diary_single #container #main #contents:after {
    display: none;
  }
}
body#news_single.ja #container #main #contents .contents__latest_news .latest_news__posts .posts__post a,
body#press_single.ja #container #main #contents .contents__latest_news .latest_news__posts .posts__post a,
body#diary_single.ja #container #main #contents .contents__latest_news .latest_news__posts .posts__post a {
  min-height: 131px;
  padding-bottom: 23px;
}
body#news_single.ja #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title,
body#press_single.ja #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title,
body#diary_single.ja #container #main #contents .contents__latest_news .latest_news__posts .posts__post a .post__title {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__title,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__title,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__title {
  overflow: hidden;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__title,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__title,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__title {
    line-height: 37px;
    letter-spacing: 0.3px;
    padding-top: 30px;
  }
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__title .post__title_inner {
  width: 111.1%;
  transform: scale(0.9, 1);
  transform-origin: top left;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.3px;
  color: #ffffff;
}
@media all and (max-width: 1000px) {
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__title .post__title_inner,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__title .post__title_inner {
    line-height: 37px;
    letter-spacing: 0.3px;
  }
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description,
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description *,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description *,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description,
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description *,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description *,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description {
  padding-top: 46px;
  padding-bottom: 1px;
}
@media all and (max-width: 1000px) {
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description {
    padding-top: 37px;
    padding-bottom: 33px;
  }
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description a,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description a,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description a,
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description a *,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description a *,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description a * {
  color: #ff00cc;
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description a,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description a,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description a {
  color: #ff00cc;
}
.pc body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description a:hover,
.pc body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description a:hover,
.pc body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description a:hover {
  color: #000000;
}
.pc body#news_single.ja #container #main #contents .contents__posts .posts__post .post__description a:hover *,
.pc body#press_single.ja #container #main #contents .contents__posts .posts__post .post__description a:hover *,
.pc body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__description a:hover * {
  color: #000000;
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption,
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption *,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption *,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption,
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption *,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption *,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a,
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a *,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a *,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a * {
  color: #ff00cc;
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a {
  color: #ff00cc;
}
.pc body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a:hover,
.pc body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a:hover,
.pc body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a:hover {
  color: #000000;
}
.pc body#news_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a:hover *,
.pc body#press_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a:hover *,
.pc body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__embeds .embed__caption a:hover * {
  color: #000000;
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000000;
}
@media all and (max-width: 1000px) {
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption,
  body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
  body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption *,
  body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption * {
    letter-spacing: 0.3px;
  }
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a *,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a *,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a * {
  color: #ff00cc;
}
body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a,
body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a {
  color: #ff00cc;
}
.pc body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover,
.pc body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover,
.pc body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover {
  color: #000000;
}
.pc body#news_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover *,
.pc body#press_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover *,
.pc body#diary_single.ja #container #main #contents .contents__posts .posts__post .post__images .post__images_inner ul li .image__caption a:hover * {
  color: #000000;
}
body#news_single.ja b,
body#press_single.ja b,
body#diary_single.ja b,
body#news_single.ja b *,
body#press_single.ja b *,
body#diary_single.ja b *,
body#news_single.ja strong,
body#press_single.ja strong,
body#diary_single.ja strong,
body#news_single.ja strong *,
body#press_single.ja strong *,
body#diary_single.ja strong * {
  font-weight: bold !important;
}
body#news_single.en b,
body#press_single.en b,
body#news_single.en b *,
body#press_single.en b *,
body#news_single.en strong,
body#press_single.en strong,
body#news_single.en strong *,
body#press_single.en strong * {
  font-weight: bold !important;
}
body#contact #container #main {
  padding-top: 91px;
}
body#contact #container #main #contents .contents__post {
  padding: 54px 11.5% 0 11.5%;
}
@media all and (min-width: 1830px) {
  body#contact #container #main #contents .contents__post {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 210px;
    padding-right: 210px;
  }
}
@media all and (max-width: 1000px) {
  body#contact #container #main #contents .contents__post {
    padding: 24px 20px 0 20px;
  }
}
body#contact #container #main #contents .contents__post .post__description,
body#contact #container #main #contents .contents__post .post__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#contact #container #main #contents .contents__post .post__description,
  body#contact #container #main #contents .contents__post .post__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#contact #container #main #contents .contents__post .post__description {
  padding-bottom: 93px;
}
@media all and (max-width: 1000px) {
  body#contact #container #main #contents .contents__post .post__description {
    padding-bottom: 53px;
  }
}
body#contact #container #main #contents .contents__post .post__description a {
  color: #ff00cc;
}
.pc body#contact #container #main #contents .contents__post .post__description a:hover {
  color: #333333;
}
body#contact #container #main #contents .contents__post .post__image {
  padding-bottom: 100px;
}
@media all and (max-width: 1000px) {
  body#contact #container #main #contents .contents__post .post__image {
    padding-bottom: 60px;
  }
}
body#contact #container #main #contents .contents__post .post__image .image__img {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#contact.ja #container #main #contents .contents__post .post__description,
body#contact.ja #container #main #contents .contents__post .post__description * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#contact.ja #container #main #contents .contents__post .post__description,
  body#contact.ja #container #main #contents .contents__post .post__description * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#contact.ja #container #main #contents .contents__post .post__description a {
  color: #ff00cc;
}
.pc body#contact.ja #container #main #contents .contents__post .post__description a:hover {
  color: #333333;
}
body#contact.ja b,
body#contact.ja b *,
body#contact.ja strong,
body#contact.ja strong * {
  font-weight: bold !important;
}
body#contact.en b,
body#contact.en b *,
body#contact.en strong,
body#contact.en strong * {
  font-weight: bold !important;
}
body#diary #container #main {
  padding-top: 91px;
}
body#diary #container #main #contents .contents__categories {
  padding: 36px 32px 66px 32px;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__categories {
    display: none;
  }
}
body#diary #container #main #contents .contents__categories ul {
  font-size: 0;
}
body#diary #container #main #contents .contents__categories ul li {
  display: inline-block;
  padding: 0 8px;
}
body#diary #container #main #contents .contents__categories ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #999999;
}
body#diary #container #main #contents .contents__categories ul li a.current {
  color: #333333;
}
.pc body#diary #container #main #contents .contents__categories ul li a:hover {
  color: #333333;
}
body#diary #container #main #contents .contents__categories_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__categories_sp {
    display: block;
    padding: 30px 20px 30px 20px;
  }
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner {
  position: relative;
  cursor: pointer;
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner .frame {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #e3e3e3;
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: -1;
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img {
  display: block;
  width: 8px;
  height: 18px;
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner .arrow img.on {
  display: none;
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner select {
  display: block;
  width: 100%;
  height: 30px;
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  padding: 0.5px 20px 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner select:focus {
  outline: none;
}
.pc body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .frame {
  border: 1px solid #333333;
}
.pc body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.off {
  display: none;
}
.pc body#diary #container #main #contents .contents__categories_sp .contents__categories_sp_inner:hover .arrow img.on {
  display: block;
}
body#diary #container #main #contents .contents__posts {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts {
    padding: 0;
  }
}
body#diary #container #main #contents .contents__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e3;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a {
    min-height: 122px;
  }
}
body#diary #container #main #contents .contents__posts .posts__post a .post__date {
  width: 17.5%;
}
@media all and (min-width: 1830px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__date {
    width: 305px;
  }
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__date {
    width: 110px;
    padding-left: 20px;
  }
}
body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__md,
body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__y {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__md,
  body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__y {
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__md {
  float: left;
  width: 50px;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__md {
    float: none;
    width: auto;
  }
}
body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__y {
  float: left;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__date .date__y {
    float: none;
  }
}
body#diary #container #main #contents .contents__posts .posts__post a .post__date:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__date:after {
    display: none;
  }
}
body#diary #container #main #contents .contents__posts .posts__post a .post__title {
  width: 82.5%;
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  line-height: 28px;
  letter-spacing: 0.8px;
  padding: 43px 0 43px 0;
}
@media all and (min-width: 1830px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__title {
    width: calc(100% - 305px);
  }
}
@media all and (max-width: 1000px) {
  body#diary #container #main #contents .contents__posts .posts__post a .post__title {
    width: calc(100% - 110px);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 25px 20px 24px 0;
  }
}
.pc body#diary #container #main #contents .contents__posts .posts__post a:hover .post__date .date__md,
.pc body#diary #container #main #contents .contents__posts .posts__post a:hover .post__date .date__y {
  color: #ff00cc;
}
.pc body#diary #container #main #contents .contents__posts .posts__post a:hover .post__title {
  color: #ff00cc;
}
body#newsletter_confirmed #container #main,
body#newsletter_thanks #container #main {
  padding-top: 91px;
}
body#newsletter_confirmed #container #main #contents .contents__post,
body#newsletter_thanks #container #main #contents .contents__post {
  padding: 54px 11.5% 93px 11.5%;
}
@media all and (min-width: 1830px) {
  body#newsletter_confirmed #container #main #contents .contents__post,
  body#newsletter_thanks #container #main #contents .contents__post {
    width: 1830px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 210px;
    padding-right: 210px;
  }
}
@media all and (max-width: 1000px) {
  body#newsletter_confirmed #container #main #contents .contents__post,
  body#newsletter_thanks #container #main #contents .contents__post {
    padding: 24px 20px 53px 20px;
  }
}
body#newsletter_confirmed #container #main #contents .contents__post .post__description,
body#newsletter_thanks #container #main #contents .contents__post .post__description,
body#newsletter_confirmed #container #main #contents .contents__post .post__description *,
body#newsletter_thanks #container #main #contents .contents__post .post__description * {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#newsletter_confirmed #container #main #contents .contents__post .post__description,
  body#newsletter_thanks #container #main #contents .contents__post .post__description,
  body#newsletter_confirmed #container #main #contents .contents__post .post__description *,
  body#newsletter_thanks #container #main #contents .contents__post .post__description * {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
body#newsletter_confirmed #container #main #contents .contents__post .post__description a,
body#newsletter_thanks #container #main #contents .contents__post .post__description a,
body#newsletter_confirmed #container #main #contents .contents__post .post__description a *,
body#newsletter_thanks #container #main #contents .contents__post .post__description a * {
  color: #ff00cc;
}
body#newsletter_confirmed #container #main #contents .contents__post .post__description a,
body#newsletter_thanks #container #main #contents .contents__post .post__description a {
  color: #ff00cc;
}
.pc body#newsletter_confirmed #container #main #contents .contents__post .post__description a:hover,
.pc body#newsletter_thanks #container #main #contents .contents__post .post__description a:hover {
  color: #000000;
}
.pc body#newsletter_confirmed #container #main #contents .contents__post .post__description a:hover *,
.pc body#newsletter_thanks #container #main #contents .contents__post .post__description a:hover * {
  color: #000000;
}
body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description,
body#newsletter_thanks.ja #container #main #contents .contents__post .post__description,
body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description *,
body#newsletter_thanks.ja #container #main #contents .contents__post .post__description * {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description,
  body#newsletter_thanks.ja #container #main #contents .contents__post .post__description,
  body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description *,
  body#newsletter_thanks.ja #container #main #contents .contents__post .post__description * {
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description a,
body#newsletter_thanks.ja #container #main #contents .contents__post .post__description a,
body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description a *,
body#newsletter_thanks.ja #container #main #contents .contents__post .post__description a * {
  color: #ff00cc;
}
body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description a,
body#newsletter_thanks.ja #container #main #contents .contents__post .post__description a {
  color: #ff00cc;
}
.pc body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description a:hover,
.pc body#newsletter_thanks.ja #container #main #contents .contents__post .post__description a:hover {
  color: #000000;
}
.pc body#newsletter_confirmed.ja #container #main #contents .contents__post .post__description a:hover *,
.pc body#newsletter_thanks.ja #container #main #contents .contents__post .post__description a:hover * {
  color: #000000;
}
body#newsletter_confirmed.ja b,
body#newsletter_thanks.ja b,
body#newsletter_confirmed.ja b *,
body#newsletter_thanks.ja b *,
body#newsletter_confirmed.ja strong,
body#newsletter_thanks.ja strong,
body#newsletter_confirmed.ja strong *,
body#newsletter_thanks.ja strong * {
  font-weight: bold !important;
}
body#newsletter_confirmed.en b,
body#newsletter_thanks.en b,
body#newsletter_confirmed.en b *,
body#newsletter_thanks.en b *,
body#newsletter_confirmed.en strong,
body#newsletter_thanks.en strong,
body#newsletter_confirmed.en strong *,
body#newsletter_thanks.en strong * {
  font-weight: bold !important;
}
