@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "dark-paradise-bold";
  src: url("../fonts/dark-paradise/dark-paradise-bold.woff") format("woff"), url("../fonts/dark-paradise/dark-paradise-bold.woff2") format("woff2"), url("../fonts/dark-paradise/dark-paradise-bold.ttf") format("truetype");
  font-display: swap;
}
.dark-paradise-bold {
  font-family: "dark-paradise-bold", serif;
  font-style: normal;
}
.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  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: #000000;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background: #ffffff;
}
.hidden {
  visibility: hidden;
}
html,
body {
  height: 100%;
  margin: 0;
}
html.fixed,
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.contents__post_404 {
  padding: 201px 6.25% 0 6.25%;
}
@media all and (min-width: 1920px) {
  .contents__post_404 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media all and (max-width: 1000px) {
  .contents__post_404 {
    padding: 141px 10px 0 10px;
  }
}
.contents__post_404 .contents__post_404_inner {
  padding: 79px 120px 189px 120px;
  background: #f9f9f9;
}
@media all and (min-width: 1920px) {
  .contents__post_404 .contents__post_404_inner {
    width: 1680px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1280px) {
  .contents__post_404 .contents__post_404_inner {
    padding-left: 10.7%;
    padding-right: 10.7%;
  }
}
@media all and (max-width: 1000px) {
  .contents__post_404 .contents__post_404_inner {
    padding: 33px 10px 43px 10px;
  }
}
.contents__post_404 .contents__post_404_inner .post_404__not_found .not_found__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  .contents__post_404 .contents__post_404_inner .post_404__not_found .not_found__title {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body:not(#top) #container {
  min-height: 100%;
}
body:not(#top) #container header#header {
  position: relative;
}
body:not(#top) #container header#header .header_inner .header__logo {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__logo {
    top: 30px;
  }
}
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: 202px;
  height: 68px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__logo a img {
    width: 152px;
    height: 52px;
  }
}
body:not(#top) #container header#header .header_inner .header__hamburger {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 20;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__hamburger {
    top: 20px;
    right: 10px;
  }
}
body:not(#top) #container header#header .header_inner .header__hamburger a {
  display: block;
  padding: 10px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__hamburger a .pc {
    display: none;
  }
}
body:not(#top) #container header#header .header_inner .header__hamburger a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__hamburger a .sp {
    display: block;
  }
}
body:not(#top) #container header#header .header_inner .header__hamburger a img {
  display: block;
  width: 40px;
  height: 31px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container header#header .header_inner .header__hamburger a img {
    width: 30px;
    height: 23px;
  }
}
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;
}
body:not(#top) #container #menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
  display: none;
}
body:not(#top) #container #menu.open {
  display: block;
}
body:not(#top) #container #menu .menu_inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner {
    padding: 10px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__logo {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__logo {
    top: 30px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__logo a {
  display: block;
}
body:not(#top) #container #menu .menu_inner .menu__logo a img {
  display: block;
  width: 202px;
  height: 68px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__logo a img {
    width: 152px;
    height: 52px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__close {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 20;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__close {
    top: 20px;
    right: 10px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__close a {
  display: block;
  padding: 10px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__close a .pc {
    display: none;
  }
}
body:not(#top) #container #menu .menu_inner .menu__close a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__close a .sp {
    display: block;
  }
}
body:not(#top) #container #menu .menu_inner .menu__close a img {
  display: block;
  width: 40px;
  height: 31px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__close a img {
    width: 30px;
    height: 23px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__close a img.on {
  display: none;
}
.pc body:not(#top) #container #menu .menu_inner .menu__close a:hover img.off {
  display: none;
}
.pc body:not(#top) #container #menu .menu_inner .menu__close a:hover img.on {
  display: block;
}
body:not(#top) #container #menu .menu_inner .menu__erea {
  width: 100%;
  height: 100%;
  border: 1px solid #ff0000;
  position: relative;
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 {
  position: absolute;
  z-index: 10;
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 a {
  display: inline-block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 a .pc {
    display: none;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 a .sp {
    display: block;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 a img {
  display: block;
  width: 247px;
  height: 148px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_1 a img {
    width: 159px;
    height: 95px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 {
  position: absolute;
  z-index: 10;
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 a {
  display: inline-block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 a .pc {
    display: none;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 a .sp {
    display: block;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 a img {
  display: block;
  width: 132px;
  height: 140px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_2 a img {
    width: 85px;
    height: 90px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 {
  position: absolute;
  z-index: 10;
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a {
  display: inline-block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: relative;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a .pc {
    display: none;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a .sp {
    display: block;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a img {
  display: block;
  width: 114px;
  height: 110px;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a img {
    width: 73px;
    height: 70px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a img.on {
  display: none;
}
.pc body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a:hover img.off {
  display: none;
}
.pc body:not(#top) #container #menu .menu_inner .menu__erea nav ul li#menu_3 a:hover img.on {
  display: block;
}
body:not(#top) #container #menu .menu_inner .menu__contact,
body:not(#top) #container #menu .menu_inner .menu__contact * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__contact,
  body:not(#top) #container #menu .menu_inner .menu__contact * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__contact {
  position: absolute;
  bottom: 77px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__contact {
    bottom: 51px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__contact a {
  display: inline-block;
  padding: 5px 0;
}
body:not(#top) #container #menu .menu_inner .menu__contact a span.border {
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__contact a span.border {
    padding-bottom: 2px;
  }
}
.pc body:not(#top) #container #menu .menu_inner .menu__contact a:hover span.border {
  border-bottom: 1px solid transparent;
}
body:not(#top) #container #menu .menu_inner .menu__copyright,
body:not(#top) #container #menu .menu_inner .menu__copyright * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__copyright,
  body:not(#top) #container #menu .menu_inner .menu__copyright * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
}
body:not(#top) #container #menu .menu_inner .menu__copyright {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) #container #menu .menu_inner .menu__copyright {
    bottom: 26px;
  }
}
body:not(#top) footer#footer {
  height: 140px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body:not(#top) footer#footer {
    height: 100px;
  }
}
body:not(#top) footer#footer .footer_inner .footer__contact,
body:not(#top) footer#footer .footer_inner .footer__contact * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body:not(#top) footer#footer .footer_inner .footer__contact,
  body:not(#top) footer#footer .footer_inner .footer__contact * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
}
body:not(#top) footer#footer .footer_inner .footer__contact {
  position: absolute;
  bottom: 77px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) footer#footer .footer_inner .footer__contact {
    bottom: 51px;
  }
}
body:not(#top) footer#footer .footer_inner .footer__contact a {
  display: inline-block;
  padding: 5px 0;
}
body:not(#top) footer#footer .footer_inner .footer__contact a span.border {
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
}
@media all and (max-width: 1000px) {
  body:not(#top) footer#footer .footer_inner .footer__contact a span.border {
    padding-bottom: 2px;
  }
}
.pc body:not(#top) footer#footer .footer_inner .footer__contact a:hover span.border {
  border-bottom: 1px solid transparent;
}
body:not(#top) footer#footer .footer_inner .footer__copyright,
body:not(#top) footer#footer .footer_inner .footer__copyright * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body:not(#top) footer#footer .footer_inner .footer__copyright,
  body:not(#top) footer#footer .footer_inner .footer__copyright * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
}
body:not(#top) footer#footer .footer_inner .footer__copyright {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body:not(#top) footer#footer .footer_inner .footer__copyright {
    bottom: 26px;
  }
}
body#top #container header#header .header_inner .header__logo {
  position: fixed;
  top: 60px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body#top #container header#header .header_inner .header__logo {
    top: 30px;
  }
}
body#top #container header#header .header_inner .header__logo a {
  display: block;
}
body#top #container header#header .header_inner .header__logo a img {
  display: block;
  width: 202px;
  height: 68px;
}
@media all and (max-width: 1000px) {
  body#top #container header#header .header_inner .header__logo a img {
    width: 152px;
    height: 52px;
  }
}
body#top #container main#main #contents .contents__view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view {
    padding: 10px;
  }
}
body#top #container main#main #contents .contents__view .view__erea {
  width: 100%;
  height: 100%;
  border: 1px solid #ff0000;
  position: relative;
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 {
  position: absolute;
  z-index: 10;
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 a {
  display: inline-block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 a .pc {
    display: none;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 a .sp {
    display: block;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 a img {
  display: block;
  width: 247px;
  height: 148px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_1 a img {
    width: 159px;
    height: 95px;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 {
  position: absolute;
  z-index: 10;
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 a {
  display: inline-block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 a .pc {
    display: none;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 a .sp {
    display: block;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 a img {
  display: block;
  width: 132px;
  height: 140px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_2 a img {
    width: 85px;
    height: 90px;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 {
  position: absolute;
  z-index: 10;
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a {
  display: inline-block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a .pc {
    display: none;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a .sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a .sp {
    display: block;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a img {
  display: block;
  width: 114px;
  height: 110px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a img {
    width: 73px;
    height: 70px;
  }
}
body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a img.on {
  display: none;
}
.pc body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a:hover img.off {
  display: none;
}
.pc body#top #container main#main #contents .contents__view .view__erea nav ul li#menu_3 a:hover img.on {
  display: block;
}
body#top footer#footer .footer_inner .footer__contact,
body#top footer#footer .footer_inner .footer__contact * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#top footer#footer .footer_inner .footer__contact,
  body#top footer#footer .footer_inner .footer__contact * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
}
body#top footer#footer .footer_inner .footer__contact {
  position: fixed;
  bottom: 77px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body#top footer#footer .footer_inner .footer__contact {
    bottom: 51px;
  }
}
body#top footer#footer .footer_inner .footer__contact a {
  display: inline-block;
  padding: 5px 0;
}
body#top footer#footer .footer_inner .footer__contact a span.border {
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
}
@media all and (max-width: 1000px) {
  body#top footer#footer .footer_inner .footer__contact a span.border {
    padding-bottom: 2px;
  }
}
.pc body#top footer#footer .footer_inner .footer__contact a:hover span.border {
  border-bottom: 1px solid transparent;
}
body#top footer#footer .footer_inner .footer__copyright,
body#top footer#footer .footer_inner .footer__copyright * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#top footer#footer .footer_inner .footer__copyright,
  body#top footer#footer .footer_inner .footer__copyright * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
  }
}
body#top footer#footer .footer_inner .footer__copyright {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-width: 1000px) {
  body#top footer#footer .footer_inner .footer__copyright {
    bottom: 26px;
  }
}
body#support_artists #container main#main #contents .contents__menu {
  text-align: center;
  padding-top: 178px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__menu {
    padding-top: 132px;
  }
}
body#support_artists #container main#main #contents .contents__menu img {
  display: inline-block;
  width: 114px;
  height: 110px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__menu img {
    width: 73px;
    height: 70px;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__menu img.pc {
    display: none;
  }
}
body#support_artists #container main#main #contents .contents__menu img.sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__menu img.sp {
    display: inline-block;
  }
}
body#support_artists #container main#main #contents .contents__post {
  padding: 60px 6.25% 0 6.25%;
}
@media all and (min-width: 1920px) {
  body#support_artists #container main#main #contents .contents__post {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post {
    padding: 40px 10px 0 10px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner {
  padding: 79px 120px 0 120px;
  background: #f9f9f9;
}
@media all and (min-width: 1920px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner {
    width: 1680px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1280px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner {
    padding-left: 10.7%;
    padding-right: 10.7%;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner {
    padding: 33px 10px 0 10px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__title {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description {
  padding-top: 50px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description {
    padding-top: 26px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ff0000;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__introduction .introduction__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment {
  padding-top: 100px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment {
    padding-top: 56px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__headline {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__headline {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description {
    padding-top: 26px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ff0000;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__comment .comment__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form {
  margin-top: 90px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form {
    margin-top: 64px;
    padding-top: 13px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__headline {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__headline {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description {
    padding-top: 26px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__link {
  text-align: right;
  padding-top: 50px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__link {
    padding-top: 24px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__link a {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 18px 17px 20px 18px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__link a {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.75px;
    text-indent: 0.75px;
    padding: 15px 14px 17px 15px;
    padding: 15.5px 14px 17.5px 15px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__registration_form .registration_form__link a:hover {
  color: #ffffff;
  background: #ff0000;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor {
  position: relative;
  margin-top: 60px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor {
    position: static;
    margin-top: 50px;
    padding-top: 13px;
    border-top: 1px solid #e0e0e0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__headline {
  width: 54.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__headline {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists {
  font-size: 0;
  border-bottom: 1px solid #e0e0e0;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list {
  padding: 40px 0 40px 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list {
    padding: 20px 0 34px 0;
    position: static;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list:first-child {
    padding-top: 34px;
    border-top: none;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list:last-child {
    padding-bottom: 44px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__portrait {
  float: right;
  width: 45.5%;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__portrait {
    float: none;
    width: 100%;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__portrait img {
  display: block;
  width: 100%;
  height: auto;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name {
  float: left;
  width: 54.5%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 40px 2px 0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name {
    float: none;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    padding: 13px 0 0 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list .list__name strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor ul.mentor__lists li.lists__list:after {
    display: none;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes {
  padding-top: 15px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes {
    padding-top: 11px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes a {
  border-bottom: 1px solid #000000;
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__mentor .mentor__notes a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program {
  margin-top: 146px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program {
    margin-top: 67px;
    padding-top: 13px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program.no_notes {
  margin-top: 0;
  border-top: none;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program.no_notes {
    margin-top: 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__headline {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__headline {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description {
    padding-top: 26px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__support_program .support_program__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target {
    margin-top: 44px;
    padding-top: 13px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__headline {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__headline {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description {
    padding-top: 26px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target .target__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target + .post__registration_form {
  margin-top: 50px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .post__target + .post__registration_form {
    margin-top: 44px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile {
  margin-top: 100px;
  padding: 28px 0 43px 0;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile {
    margin-top: 70px;
    padding: 13px 0 45px 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile .profile__headline {
  float: left;
  width: 31.8%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
  padding-right: 30px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile .profile__headline {
    float: none;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
    padding-right: 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists {
  float: right;
  width: 68.2%;
  font-size: 0;
  padding-top: 12px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists {
    float: none;
    width: 100%;
    padding-top: 34px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list {
  padding: 60px 0 43px 0;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list {
    padding: 20px 0 35px 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list:first-child {
  padding-top: 0;
  border-top: none;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list:last-child {
  padding-bottom: 0;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__portrait img {
  display: block;
  width: 100%;
  height: auto;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__credit,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__credit * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: right;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__credit,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__credit * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__credit {
  padding-top: 10px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__credit {
    padding-top: 5px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name.no_credit {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name.no_credit {
    padding-top: 23px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__name a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description,
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description * {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description {
  padding-top: 22px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description {
    padding-top: 18px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description strong,
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description strong * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile ul.profile__lists li.lists__list .list__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__profile:after {
    display: none;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics {
    padding-top: 13px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics .topics__headline {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics .topics__headline {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists {
  font-size: 0;
  padding-top: 50px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists {
    padding-top: 35px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list {
  margin-top: 41px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list {
    margin-top: 29px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list:first-child {
  margin-top: 0;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__title {
  width: calc(100% - 120px);
  padding-right: 60px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__title {
    width: calc(100% - 50px);
    padding-right: 10px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__title .title__date {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__title .title__date {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.75px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__title .title__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  padding-top: 5px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__title .title__title {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.75px;
    padding-top: 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow {
  width: 120px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow {
    width: 50px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 19px);
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow:before {
    height: calc(100% - 11px);
    top: 6px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow .list__arrow_inner {
  height: 100%;
  position: relative;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow .list__arrow_inner img {
  display: block;
  width: 32px;
  height: 30px;
  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#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow .list__arrow_inner img {
    width: 21px;
    height: 20px;
    left: auto;
    right: 10px;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a .list__arrow .list__arrow_inner img.on {
  display: none;
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a:hover .list__title .title__title {
  color: #ff0000;
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a:hover .list__arrow .list__arrow_inner img.off {
  display: none;
}
.pc body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__topics ul.topics__lists li.lists__list a:hover .list__arrow .list__arrow_inner img.on {
  display: block;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo {
  padding: 110px 0 70px 0;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo {
    padding: 65px 0 50px 0;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__headline {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
  position: absolute;
  top: 139px;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__headline {
    width: 130px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
    top: 80px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image {
  font-size: 0;
  text-align: center;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image {
    text-align: right;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a {
  display: inline-block;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img {
  display: inline-block;
  vertical-align: middle;
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img.atak {
  width: 132px;
  height: 40px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img.atak {
    width: auto;
    height: 25px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img.jcsf {
  width: 172px;
  height: 80px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img.jcsf {
    width: auto;
    height: 50px;
  }
}
body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img.jcsf_red {
  width: 180px;
  height: 100px;
}
@media all and (max-width: 1000px) {
  body#support_artists #container main#main #contents .contents__post .contents__post_inner .contents__logo .logo__image a img.jcsf_red {
    width: 108px;
    height: 60px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__menu {
  text-align: center;
  padding-top: 178px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__menu {
    padding-top: 132px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__menu img {
  display: inline-block;
  width: 114px;
  height: 110px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__menu img {
    width: 73px;
    height: 70px;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__menu img.pc {
    display: none;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__menu img.sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__menu img.sp {
    display: inline-block;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__back_button {
  width: 100%;
  position: absolute;
  top: 208px;
  left: 0;
  z-index: 19;
  padding: 0 6.25%;
}
@media all and (min-width: 1920px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button {
    padding: 0 120px;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button {
    top: 219px;
    padding: 0 20px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__back_button.arrow.fixed {
  position: fixed;
  top: 50px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button.arrow.fixed {
    top: 21px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__back_button.arrow .contents__back_button_inner a .back_button__text {
  visibility: hidden;
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner {
  padding: 0 120px;
}
@media all and (min-width: 1920px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner {
    width: 1680px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1280px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner {
    padding: 0 10.7%;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner {
    padding: 0;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a {
  display: inline-block;
  position: relative;
  left: -60px;
  padding: 10px 0 10px 60px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a {
    left: auto;
    padding: 10px 0 10px 40px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a .back_button__arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a .back_button__arrow img {
  display: block;
  width: 40px;
  height: 23px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a .back_button__arrow img {
    width: 30px;
    height: auto;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a .back_button__arrow img.on {
  display: none;
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a .back_button__text {
  font-family: "dark-paradise-bold", serif;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a .back_button__text {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.pc body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a:hover .back_button__arrow img.off {
  display: none;
}
.pc body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a:hover .back_button__arrow img.on {
  display: block;
}
.pc body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a:hover .back_button__text {
  color: #000000;
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a.hover .back_button__arrow img.off {
  display: none;
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a.hover .back_button__arrow img.on {
  display: block;
}
body#support_artists_topics_single #container main#main #contents .contents__back_button .contents__back_button_inner a.hover .back_button__text {
  color: #000000;
}
body#support_artists_topics_single #container main#main #contents .contents__date {
  width: 100%;
  position: absolute;
  top: 208px;
  left: 0;
  z-index: 18;
  padding: 0 6.25%;
  text-align: right;
}
@media all and (min-width: 1920px) {
  body#support_artists_topics_single #container main#main #contents .contents__date {
    padding: 0 120px;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__date {
    top: 219px;
    padding: 0 20px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__date .contents__date_inner {
  text-align: right;
  padding: 0 120px;
}
@media all and (min-width: 1920px) {
  body#support_artists_topics_single #container main#main #contents .contents__date .contents__date_inner {
    width: 1680px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1280px) {
  body#support_artists_topics_single #container main#main #contents .contents__date .contents__date_inner {
    padding: 0 10.7%;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__date .contents__date_inner {
    padding: 0;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__date .contents__date_inner .date__text {
  font-family: "dark-paradise-bold", serif;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: right;
  color: #ff0000;
  position: relative;
  right: -60px;
  padding: 10px 0;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__date .contents__date_inner .date__text {
    font-size: 20px;
    letter-spacing: 1.2px;
    position: static;
    right: auto;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post {
  padding: 60px 6.25% 0 6.25%;
}
@media all and (min-width: 1920px) {
  body#support_artists_topics_single #container main#main #contents .contents__post {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post {
    padding: 63px 10px 0 10px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner {
  padding: 79px 120px 0 120px;
  background: #f9f9f9;
}
@media all and (min-width: 1920px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner {
    width: 1680px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1280px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner {
    padding-left: 10.7%;
    padding-right: 10.7%;
  }
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner {
    padding: 33px 10px 0 10px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__title {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
  color: #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline a {
  padding-bottom: 2px;
  border-bottom: 1px solid #ff0000;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes a {
  border-bottom: 1px solid #000000;
}
.pc body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_notes .flexible_contents__flexible_content_inner .flexible_content__notes a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__image.logo img {
  width: auto;
  height: 80px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__image.logo img {
    height: 50px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: right;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit {
  position: relative;
  top: 4px;
  padding-top: 6px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit {
    top: 3px;
    padding-top: 4px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit a {
  border-bottom: 1px solid #000000;
}
.pc body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_image .flexible_contents__flexible_content_inner .flexible_content__credit a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner {
  padding-top: 28px;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner {
    padding-top: 13px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline * {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff0000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline * {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline {
  float: left;
  width: 31.8%;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline {
    float: none;
    width: 100%;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__headline b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists {
  float: right;
  width: 68.2%;
  font-size: 0;
  padding-top: 12px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists {
    float: none;
    width: 100%;
    padding-top: 34px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists.no_image {
  padding-top: 0;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists.no_image {
    padding-top: 28px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list {
  padding: 60px 0 43px 0;
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list {
    padding: 20px 0 35px 0;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list.no_image {
  padding-top: 48px !important;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list.no_image {
    padding-top: 13px !important;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list.no_image .list__name {
  padding-top: 0 !important;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list:first-child {
  padding-top: 0 !important;
  border-top: none;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list:last-child {
  padding-bottom: 0;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__portrait img {
  display: block;
  width: 100%;
  height: auto;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-align: right;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit * {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit {
  padding-top: 10px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit {
    padding-top: 5px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit a {
  border-bottom: 1px solid #000000;
}
.pc body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__credit a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.75px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name.no_credit {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name.no_credit {
    padding-top: 23px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__name b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description,
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description * {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.75px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description {
  padding-top: 22px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description {
    padding-top: 18px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description strong,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description strong *,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description b,
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description b * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description a {
    padding-bottom: 1px;
  }
}
.pc body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner ul.flexible_content__lists li.lists__list .list__description a:hover {
  border-bottom: 1px solid transparent;
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner:after {
    display: none;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:first-child.top_rough {
  padding-top: 50px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:first-child.top_rough {
    padding-top: 36px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:first-child.top_flat {
  padding-top: 70px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:first-child.top_flat {
    padding-top: 44px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:last-child.bottom_rough {
  padding-bottom: 190px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:last-child.bottom_rough {
    padding-bottom: 94px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:last-child.bottom_flat {
  padding-bottom: 200px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content:last-child.bottom_flat {
    padding-bottom: 100px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_flat + .top_flat {
  padding-top: 80px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_flat + .top_flat {
    padding-top: 40px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_flat + .top_rough {
  padding-top: 70px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_flat + .top_rough {
    padding-top: 33px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_flat {
  padding-top: 70px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_flat {
    padding-top: 34px;
  }
}
body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_rough {
  padding-top: 60px;
}
@media all and (max-width: 1000px) {
  body#support_artists_topics_single #container main#main #contents .contents__post .contents__post_inner .post__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_rough {
    padding-top: 26px;
  }
}
