@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import '//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900';
@import '//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900';
@import '//fonts.googleapis.com/earlyaccess/notosansjapanese.css';
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@media screen and (min-width: 1025px) {
  .sp_show {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .sp_show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}

/*
 * iOS特有のバグへの対処
 */
.ua_ios .main .submenu ul li a {
  position: static;
  height: 40px;
  border-bottom: 1px solid transparent;
}

.ua_ios .main .submenu ul li a:after {
  display: none;
}

.ua_ios .main .submenu ul li a:hover, .ua_ios .main .submenu ul li a:active, .ua_ios .main .submenu ul li a:focus, .ua_ios .main .submenu ul li a.current {
  border-bottom: 1px solid #333;
}

/*
 * SPメニューボタンの大きさ
 */
header {
  display: block;
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
}

header::after {
  clear: both;
  content: "";
  display: block;
}

header a {
  display: block;
}

header .sitetitle, header .gnav, header .right {
  white-space: nowrap;
}

header .sitetitle {
  float: left;
  background-image: url("../images/header_logo_b.png");
  background-position: 50px 30px;
  background-repeat: no-repeat;
  background-size: auto 32px;
  text-align: center;
  width: 220px;
  height: 0;
  overflow: hidden;
  padding-top: 64px;
}

@media screen and (max-width: 1024px) {
  header .sitetitle {
    background-position: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  header .sitetitle {
    width: 124px;
    background-size: auto 24px;
    background-position: 10px 10px;
    padding-top: 50px;
  }
}

header .sitetitle:hover {
  opacity: 0.8;
}

header .right {
  display: block;
  float: right;
  padding: 0 0;
}

header .right::after {
  clear: both;
  content: "";
  display: block;
}

header .right .lang li {
  float: left;
}

header .right .lang li, header .right .lang li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
  height: 30px;
  line-height: 26px;
  text-align: center;
}

header .right .lang {
  position: fixed;
  z-index: 10001;
  right: 110px;
  top: 30px;
}

@media screen and (max-width: 767px) {
  header .right .lang {
    right: 50px;
    top: 7px;
  }
}

header .right .lang li a {
  transition: all 0.2s linear;
  background-color: #FFFFFF;
  color: #222222;
  transition: none;
  background-color: transparent;
  display: block;
  width: 60px;
}

header .right .lang li a:hover {
  border-bottom: 2px solid #222222;
}

@media screen and (max-width: 1024px) {
  header .right .lang li a {
    width: auto;
    padding: 0 1em;
  }
}

@media screen and (max-width: 767px) {
  header .right .lang li a {
    width: auto;
    padding: 0 1em;
  }
}

header .right .lang li.current-lang a {
  border-bottom: 2px solid #222222;
}

header .right .sp_menu {
  transition: all 0.2s linear;
  position: fixed;
  right: 40px;
  top: 20px;
  display: block;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  header .right .sp_menu {
    right: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  header .right .sp_menu {
    width: 40px;
    height: 40px;
    right: 2px;
    top: 2px;
  }
}

header .right .sp_menu button, header .right .sp_menu:before, header .right .sp_menu:after {
  transition: all 0.2s linear;
  position: absolute;
  display: block;
  content: "";
  left: 12.5px;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #222222;
  transform-origin: 50% 50%;
  outline: none;
}

@media screen and (max-width: 767px) {
  header .right .sp_menu button, header .right .sp_menu:before, header .right .sp_menu:after {
    left: 7.5px;
  }
}

header .right .sp_menu button {
  top: 24px;
}

@media screen and (max-width: 767px) {
  header .right .sp_menu button {
    top: 19px;
  }
}

header .right .sp_menu:before {
  top: 14px;
}

@media screen and (max-width: 767px) {
  header .right .sp_menu:before {
    top: 9px;
  }
}

header .right .sp_menu:after {
  top: 34px;
}

@media screen and (max-width: 767px) {
  header .right .sp_menu:after {
    top: 29px;
  }
}

header .right .sp_menu.open {
  background-color: #F4F4F4;
}

header .right .sp_menu.open button {
  background-color: transparent;
}

header .right .sp_menu.open:before {
  top: 24px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  header .right .sp_menu.open:before {
    top: 19px;
  }
}

header .right .sp_menu.open:after {
  top: 24px;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  header .right .sp_menu.open:after {
    top: 19px;
  }
}

.gnav {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}

.gnav .gnav_inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.gnav ul {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gnav ul li {
  float: none;
  text-align: center;
}

.gnav ul li:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .gnav ul li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .gnav ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.gnav ul li a {
  transition: none;
  background-color: #FFFFFF;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0;
  color: #EEEEEE;
  border-bottom: 3px solid transparent;
}

.gnav ul li a:hover {
  animation: none;
  background-color: #FFFFFF;
  color: #222222;
}

@media screen and (max-width: 1024px) {
  .gnav ul li a {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .gnav ul li a {
    font-size: 35px;
  }
}

.gnav ul li a:hover {
  color: #222222;
  border-bottom: 3px solid #222222;
}

.main {
  background-color: #F3F3F3;
  padding: 60px 0 40px;
}

@media screen and (max-width: 1024px) {
  .main {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding: 20px 0 40px;
  }
}

.main h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .main h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .main h2 {
    font-size: 21px;
  }
}

.main .inner {
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  .main .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .main .inner {
    padding: 0 10px;
  }
}

.main .inner.head {
  max-width: 1400px;
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .main .inner.head {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .main .inner.head {
    padding: 0 10px;
  }
}

.main .buttons {
  display: block;
}

.main .buttons::after {
  clear: both;
  content: "";
  display: block;
}

.main .buttons li {
  float: left;
}

.main .buttons li + li {
  margin-left: 10px;
}

.main .buttons li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.2s linear;
  font-size: 12px;
  display: block;
  width: 70px;
  height: 24px;
  line-height: 24px;
  color: #888888;
  border: 1px solid #CCC;
  text-align: center;
  background-color: #FFFFFF;
}

.main .buttons li a:hover {
  border-color: #999;
  background-color: #999;
  color: #FFFFFF;
}

.main .buttons li.share {
  position: relative;
}

.main .buttons li.share .balloon {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 24px;
}

.main .buttons li.share .balloon ul {
  display: block;
  position: relative;
  margin-top: 9px;
  font-size: 12px;
  color: #888888;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .main .buttons li.share .balloon ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main .buttons li.share .balloon ul {
    font-size: 15px;
  }
}

.main .buttons li.share .balloon ul li {
  float: none;
}

.main .buttons li.share .balloon ul li + li {
  margin-left: 0;
}

.main .buttons li.share .balloon ul li:first-of-type:before, .main .buttons li.share .balloon ul li:first-of-type:after {
  position: absolute;
  display: block;
  content: "";
  left: 8px;
  width: 0;
  height: 0;
  border-width: 8px 6px;
  border-style: solid;
  border-color: transparent;
}

.main .buttons li.share .balloon ul li:first-of-type:before {
  top: -17px;
  border-bottom-color: #BBB;
}

.main .buttons li.share .balloon ul li:first-of-type:after {
  top: -16px;
  border-bottom-color: #FFF;
  transition: border-bottom-color 0.2s linear;
}

.main .buttons li.share .balloon ul li:first-of-type:hover:after {
  border-bottom-color: #999;
}

.main .buttons li.share .balloon ul li.fb a:before {
  content: "\f305";
}

.main .buttons li.share .balloon ul li.tw a:before {
  content: "\f301";
}

.main .buttons li.share .balloon ul li.ma a:before {
  content: "\f465";
}

.main .buttons li.share .balloon ul li a {
  width: auto;
  height: auto;
  border: none;
  text-align: left;
  white-space: nowrap;
  padding: 0 5px;
}

@media screen and (max-width: 1024px) {
  .main .buttons li.share .balloon ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .main .buttons li.share .balloon ul li a {
    padding: 0 10px;
  }
}

.main .buttons li.share .balloon ul li a:before {
  position: relative;
  top: 2px;
  font-family: "dashicons";
  margin-right: 5px;
}

.viewmore {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  transition: all 0.2s linear;
  clear: both;
  font-size: 13px;
  margin-top: 15px;
  display: block;
  width: 110px;
  line-height: 27px;
  height: 30px;
  color: #999;
  text-align: center;
  border: 1px solid #999;
  letter-spacing: 0.1em;
}

.viewmore:hover {
  background-color: #999;
  color: #FFFFFF;
}

.mfp-iframe-holder .mfp-content {
  max-width: 92% !important;
  position: relative;
}

.mfp-bg {
  z-index: 10000 !important;
  opacity: 0.9 !important;
}

.mfp-wrap {
  z-index: 10001 !important;
}

.mfp-close {
  z-index: 10002 !important;
  color: transparent !important;
}

.mfp-close:before, .mfp-close:after {
  position: absolute;
  display: block;
  content: "";
  width: 42.426px;
  height: 2px;
  right: 6px;
  background-color: #FFFFFF;
}

.mfp-close:before {
  top: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0%;
}

.mfp-close:after {
  top: 30px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.mfp-close:hover {
  cursor: pointer !important;
}

.slick-slider *:active, .slick-slider *:focus, .slick-slider *:hover, .slick-slide *:active, .slick-slide *:focus, .slick-slide *:hover {
  outline: none !important;
}

.post-type-archive-artist .works_img {
  opacity: 1;
}

.works_img {
  clear: both;
  position: relative;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .works_img {
    height: 540px;
  }
}

@media screen and (max-width: 1024px) {
  .works_img {
    height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .works_img {
    height: auto;
  }
}

.works_img .video {
  display: block;
  position: relative;
}

.works_img .video:before, .works_img .video:after {
  content: "";
  display: block;
  position: absolute;
}

.works_img .video:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000000;
}

.works_img .video:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("../images/video_play.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.works_img .video:hover {
  opacity: 0.8;
}

.works_img img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .works_img img {
    width: auto;
    height: 540px;
  }
}

@media screen and (max-width: 1024px) {
  .works_img img {
    width: auto;
    height: 380px;
  }
}

.works_img .slick-prev, .works_img .slick-next {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 101;
  cursor: pointer;
}

.works_img .slick-prev span, .works_img .slick-next span {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
  top: 50%;
  transform: rotate(45deg);
  outline: none;
}

.works_img .slick-prev {
  left: 0;
}

.works_img .slick-prev span {
  border-color: transparent transparent #FFFFFF #FFFFFF;
}

@media screen and (min-width: 1025px) {
  .works_img .slick-prev span {
    left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .works_img .slick-prev span {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .works_img .slick-prev span {
    left: 5px;
  }
}

.works_img .slick-next {
  right: 0;
}

.works_img .slick-next span {
  border-color: #FFFFFF #FFFFFF transparent transparent;
}

@media screen and (min-width: 1025px) {
  .works_img .slick-next span {
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .works_img .slick-next span {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .works_img .slick-next span {
    right: 5px;
  }
}

.works_img .slick-slide {
  transition: background-color 0.2s linear;
  position: relative;
  background-color: #222222;
}

@media screen and (min-width: 1025px) {
  .works_img .slick-slide {
    margin: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .works_img .slick-slide {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .works_img .slick-slide {
    margin: 0 5px;
    display: table-cell;
    vertical-align: middle;
  }
}

.works_img .slick-slide a {
  pointer-events: none;
}

.works_img .slick-slide img {
  transition: opacity 0.2s linear;
  opacity: 0.1;
}

.works_img .slick-slide.slick-center {
  background-color: transparent;
}

.works_img .slick-slide.slick-center a {
  pointer-events: auto;
}

.works_img .slick-slide.slick-center img {
  opacity: 1;
}

.works_title {
  clear: both;
}

@media screen and (min-width: 1025px) {
  .works_title .slick-track {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .works_title .slick-track {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .works_title .slick-slide {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .works_title .slick-slide {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .works_title .slick-slide {
    margin: 10px 0;
  }
}

.works_title .slick-slide .title {
  margin: 0 auto;
  display: table;
}

@media screen and (min-width: 1025px) {
  .works_title .slick-slide .title {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .works_title .slick-slide .title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .works_title .slick-slide .title {
    font-size: 11px;
  }
}

.works_title .slick-slide .note {
  margin: 0 auto;
  display: table;
}

@media screen and (min-width: 1025px) {
  .works_title .slick-slide .note {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .works_title .slick-slide .note {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .works_title .slick-slide .note {
    font-size: 11px;
  }
}

.works_title .slick-center {
  opacity: 1;
}

#loading {
  display: none;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 20px 0;
}

#loading:after {
  position: absolute;
  display: block;
  content: "";
  margin-left: -20px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 0;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #545a6a #d4d4db #d4d4db #545a6a;
  opacity: .5;
}

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

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

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

@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
  }
}

footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  color: #949385;
  text-align: center;
  padding: 40px 10px;
}

footer::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  footer {
    display: block;
    height: auto;
    padding: 30px 0;
  }
}

footer .center {
  margin-bottom: 15px;
}

footer .center p {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  footer .center p {
    display: block;
    font-size: 11px;
    line-height: 1.4;
  }
}

footer .center p:not(:first-of-type) {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  footer .center p:not(:first-of-type) {
    clear: both;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .center p.address {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer .center p.mail {
    margin-bottom: 10px;
  }
}

footer .center p.time {
  clear: both;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  footer .center p.time {
    margin-bottom: 20px;
  }
}

footer .center p.time br {
  display: none;
}

@media screen and (max-width: 767px) {
  footer .center p.time br {
    display: block;
  }
}

footer .center a {
  color: #949385;
  text-decoration: none;
}

footer .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    margin: 0 auto;
    text-align: center;
    line-height: 1;
  }
}

.home footer {
  position: static;
}

.home .mainvisual_wrapper, .home .slick-list, .home .slick-track, .home .slick-slide, .home .mainvisual, .home .mainvisual .image {
  height: 100%;
}

.home .mainvisual_wrapper {
  display: block;
  position: relative;
  margin-bottom: 80px;
}

.home .mainvisual_wrapper::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1024px) {
  .home .mainvisual_wrapper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual_wrapper {
    margin-bottom: 35px;
  }
}

.home .mainvisual_wrapper .slick-prev, .home .mainvisual_wrapper .slick-next {
  position: absolute;
  width: 50px;
  z-index: 101;
  cursor: pointer;
}

.home .mainvisual_wrapper .slick-prev span, .home .mainvisual_wrapper .slick-next span {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
  top: 50%;
  transform: rotate(45deg);
  outline: none;
}

.home .mainvisual_wrapper .slick-prev {
  left: 0;
}

.home .mainvisual_wrapper .slick-prev span {
  border-color: transparent transparent #FFFFFF #FFFFFF;
}

@media screen and (min-width: 1025px) {
  .home .mainvisual_wrapper .slick-prev span {
    left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .home .mainvisual_wrapper .slick-prev span {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual_wrapper .slick-prev span {
    left: 10px;
  }
}

.home .mainvisual_wrapper .slick-next {
  right: 0;
}

.home .mainvisual_wrapper .slick-next span {
  border-color: #FFFFFF #FFFFFF transparent transparent;
}

@media screen and (min-width: 1025px) {
  .home .mainvisual_wrapper .slick-next span {
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .home .mainvisual_wrapper .slick-next span {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual_wrapper .slick-next span {
    right: 10px;
  }
}

.home .mainvisual_a {
  display: block;
}

.home .mainvisual {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home .mainvisual a {
  display: block;
}

.home .mainvisual a:hover {
  opacity: 0.8;
}

.home .mainvisual .image {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home .mainvisual .text {
  position: absolute;
  padding: 15px 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .home .mainvisual .text {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual .text {
    padding: 10px 10px;
  }
}

.home .mainvisual .text .artists {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 700;
  font-size: 72px;
  margin-bottom: 5px;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .home .mainvisual .text .artists {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual .text .artists {
    font-size: 28px;
  }
}

.home .mainvisual .text .title {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .home .mainvisual .text .title {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual .text .title {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual .text .title {
    font-size: 15px;
  }
}

.home .mainvisual .text .date {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 1024px) {
  .home .mainvisual .text .date {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual .text .date {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .home .mainvisual .text .date {
    font-size: 15px;
  }
}

.home .main {
  padding-top: 0;
}

.home .main h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .home .main h2 {
    margin-bottom: 20px;
  }
}

.page-about .main {
  padding-bottom: 0;
}

.page-about .main .inner {
  max-width: 1400px;
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .page-about .main .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .main .inner {
    padding: 0 10px;
  }
}

.page-about .submenu {
  margin-bottom: 20px;
}

.page-about .inner {
  display: block;
  width: 100%;
}

.page-about .inner::after {
  clear: both;
  content: "";
  display: block;
}

.page-about .inner h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .page-about .inner h3 {
    font-size: 21px;
    float: left;
    width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .inner h3 {
    font-size: 19px;
    float: left;
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .inner h3 {
    float: none;
    font-size: 19px;
  }
}

@media screen and (min-width: 1025px) {
  .page-about .inner .contents {
    display: block;
    margin-left: 300px;
  }
  .page-about .inner .contents::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .inner .contents {
    display: block;
    margin-left: 170px;
  }
  .page-about .inner .contents::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-about .inner .contents {
    margin-top: 10px;
    margin-left: 0;
  }
}

.page-about .inner .contents h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .page-about .inner .contents h4 {
    font-size: 15px;
    float: left;
    width: 210px;
    padding-top: 5px;
  }
  .page-about .inner .contents h4:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .inner .contents h4 {
    font-size: 15px;
    float: left;
    width: 140px;
    padding-top: 5px;
  }
  .page-about .inner .contents h4:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .inner .contents h4 {
    float: none;
    font-size: 15px;
  }
  .page-about .inner .contents h4:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .page-about .inner .contents .section {
    padding-top: 2px;
    margin-left: 210px;
  }
  .page-about .inner .contents .section:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .inner .contents .section {
    padding-top: 2px;
    margin-left: 140px;
  }
  .page-about .inner .contents .section:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .inner .contents .section {
    margin-top: 7px;
    margin-left: 0;
  }
  .page-about .inner .contents .section:not(:first-of-type) {
    margin-top: 7px;
  }
}

@media screen and (min-width: 1025px) {
  .page-about .greetings .inner, .page-about .information .inner, .page-about .access .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .greetings .inner, .page-about .information .inner, .page-about .access .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .greetings .inner, .page-about .information .inner, .page-about .access .inner {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.page-about .greetings .inner:before, .page-about .information .inner:before, .page-about .access .inner:before {
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #CCC;
}

@media screen and (min-width: 1025px) {
  .page-about .greetings .inner:before, .page-about .information .inner:before, .page-about .access .inner:before {
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .greetings .inner:before, .page-about .information .inner:before, .page-about .access .inner:before {
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .greetings .inner:before, .page-about .information .inner:before, .page-about .access .inner:before {
    padding: 0 0 15px;
  }
}

.page-about .greetings .inner {
  padding-top: 0;
}

.page-about .greetings .inner .contents p:not(:last-of-type) {
  margin-bottom: 1em;
}

.page-about .greetings .inner .contents p.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .page-about .information .inner .contents .section {
    margin-left: 10px;
  }
}

.page-about .information .inner .contents .section dl dt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  float: left;
}

@media screen and (min-width: 1025px) {
  .page-about .information .inner .contents .section dl dt {
    font-size: 15px;
    width: 7em;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .information .inner .contents .section dl dt {
    font-size: 15px;
    width: 7em;
  }
}

@media screen and (max-width: 767px) {
  .page-about .information .inner .contents .section dl dt {
    font-size: 14px;
    width: 6em;
  }
}

@media screen and (min-width: 1025px) {
  .page-about .information .inner .contents .section dl dd {
    margin-left: 7em;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .information .inner .contents .section dl dd {
    margin-left: 7em;
  }
}

@media screen and (max-width: 767px) {
  .page-about .information .inner .contents .section dl dd {
    margin-left: 6em;
  }
}

.page-about .access .inner .contents h4 {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .page-about .access .inner .contents h4 {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .page-about .access .inner .contents h4 {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

.page-about .access .inner .contents .section p.address {
  margin-bottom: 0.5em;
}

.page-about .access .inner .contents .section p.way {
  font-size: 13px;
  line-height: 1.5;
}

.page-about .access #accessmap {
  width: 100%;
  background-color: #999;
}

@media screen and (min-width: 1025px) {
  .page-about .access #accessmap {
    height: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .page-about .access #accessmap {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .page-about .access #accessmap {
    height: 400px;
  }
}

.page-about .access #accessmap img {
  max-width: none;
}

@media screen and (min-width: 1025px) {
  .page-contact .submenu {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .submenu {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .submenu {
    margin-bottom: 20px;
  }
}

.page-contact .submenu p {
  letter-spacing: 0.1em;
}

.page-contact .mailform dl, .page-contact .mailinglist dl {
  display: block;
}

.page-contact .mailform dl::after, .page-contact .mailinglist dl::after {
  clear: both;
  content: "";
  display: block;
}

.page-contact .mailform dl dt, .page-contact .mailinglist dl dt {
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dt, .page-contact .mailinglist dl dt {
    float: left;
    width: 200px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dt, .page-contact .mailinglist dl dt {
    float: left;
    width: 180px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform dl dt, .page-contact .mailinglist dl dt {
    float: none;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dd, .page-contact .mailinglist dl dd {
    margin-left: 200px;
    width: 730px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dd, .page-contact .mailinglist dl dd {
    margin-left: 180px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform dl dd, .page-contact .mailinglist dl dd {
    margin-left: 0;
  }
}

.page-contact .mailform {
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform {
    padding-bottom: 20px;
  }
}

.page-contact .mailform dl dt {
  clear: both;
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dt {
    line-height: 1;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dt {
    line-height: 1;
  }
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dt:not(:first-of-type) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dt:not(:first-of-type) {
    padding-top: 20px;
  }
}

.page-contact .mailform dl dt.required:after {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  content: "required";
  color: #888888;
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dt.required:after {
    margin-top: 10px;
    font-size: 13px;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dt.required:after {
    margin-top: 5px;
    font-size: 13px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform dl dt.required:after {
    margin-top: 0;
    margin-left: 10px;
    display: inline;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform dl dd {
    padding-top: 6px;
  }
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dd:not(:first-of-type) {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dd:not(:first-of-type) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform dl dd:not(:first-of-type) {
    padding-top: 6px;
  }
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dd select {
    height: 41px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailform dl dd select {
    height: 41px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailform dl dd select {
    height: 37px;
  }
}

.page-contact .mailform dl dd select, .page-contact .mailform dl dd option, .page-contact .mailform dl dd input[type="text"], .page-contact .mailform dl dd input[type="email"], .page-contact .mailform dl dd textarea {
  display: block;
  width: 100%;
  padding: 0.4em 0.8em;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  border-radius: 0;
}

.page-contact .mailform dl dd .mwform-tel-field input[type="text"] {
  width: auto;
  display: inline-block;
}

.page-contact .mailform dl dd .select_wrapper {
  position: relative;
  color: #888888;
}

.page-contact .mailform dl dd .select_wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  border-width: 10px 8px;
  border-style: solid;
  border-color: #888888 transparent transparent transparent;
}

.page-contact .mailform dl dd .select_wrapper select {
  cursor: pointer;
}

.page-contact .mailform dl dd input[type="submit"] {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: #222222;
  color: #FFFFFF;
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.page-contact .mailform dl dd input[type="submit"]:hover {
  animation: anime_black_button 0.5s linear;
}

@keyframes anime_black_button {
  50% {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1025px) {
  .page-contact .mailform dl dd input[type="submit"] {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .page-contact .mailinglist {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-contact .mailinglist {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailinglist {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailinglist dd {
    margin-top: 5px;
  }
}

.page-contact .mailinglist dd p {
  margin-bottom: 0.5em;
}

.page-contact .mailinglist dd .join {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: #222222;
  color: #FFFFFF;
  position: relative;
  display: block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-indent: -20px;
  text-align: center;
}

.page-contact .mailinglist dd .join:hover {
  animation: anime_black_button 0.5s linear;
}

@keyframes anime_black_button {
  50% {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .mailinglist dd .join {
    margin-top: 15px;
  }
}

.page-contact .mailinglist dd .join:before, .page-contact .mailinglist dd .join:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: -5px;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
}

.page-contact .mailinglist dd .join:before {
  right: 40px;
  border-left-color: #FFFFFF;
}

.page-contact .mailinglist dd .join:after {
  right: 41px;
  border-left-color: #222222;
}

.profile .video {
  display: inline !important;
}

.profile .video:before, .profile .video:after {
  display: none !important;
}

.post-type-archive-artist .artists_wrapper {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .post-type-archive-artist .artists_wrapper {
    display: table;
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper {
    display: block;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .post-type-archive-artist .artists_wrapper .side, .post-type-archive-artist .artists_wrapper .works {
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper .side, .post-type-archive-artist .artists_wrapper .works {
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .side, .post-type-archive-artist .artists_wrapper .works {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .post-type-archive-artist .artists_wrapper .side {
    position: relative;
    width: 310px;
  }
  .post-type-archive-artist .artists_wrapper .side:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: url("../images/artist_grad.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper .side {
    position: relative;
    width: 210px;
  }
  .post-type-archive-artist .artists_wrapper .side:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: url("../images/artist_grad.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .side {
    position: static;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .post-type-archive-artist .artists_wrapper .side ul {
    position: relative;
    height: 690px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper .side ul {
    position: relative;
    height: 550px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .side ul {
    position: static;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .side ul li {
    border-bottom: 1px solid #DDD;
  }
}

.post-type-archive-artist .artists_wrapper .side ul li a {
  transition: all 0.2s linear;
  display: block;
  line-height: 1.2;
}

@media screen and (min-width: 1025px) {
  .post-type-archive-artist .artists_wrapper .side ul li a {
    padding: 15px 0 15px 50px;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper .side ul li a {
    padding: 15px 0 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .side ul li a {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 768px) {
  .post-type-archive-artist .artists_wrapper .side ul li a:hover {
    background-color: #222222;
    color: #FFFFFF;
  }
}

.post-type-archive-artist .artists_wrapper .side ul li a h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .side ul li a h3 {
    font-size: 19px;
    margin-bottom: 3px;
  }
}

.post-type-archive-artist .artists_wrapper .side ul li a span {
  font-size: 13px;
  font-weight: bold;
  color: #888888;
}

.post-type-archive-artist .artists_wrapper .side .ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.post-type-archive-artist .artists_wrapper .side .ps-scrollbar-y-rail {
  background-color: #FFFFFF;
  width: 10px;
}

.post-type-archive-artist .artists_wrapper .side .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: #CCC;
  width: 10px;
  right: 0;
  border-radius: 0;
}

@media screen and (min-width: 1025px) {
  .post-type-archive-artist .artists_wrapper .works {
    padding: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper .works {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-artist .artists_wrapper .works {
    display: none;
  }
}

.post-type-archive-artist .artists_wrapper .works .works_img {
  width: 100%;
  height: 590px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: none;
}

@media screen and (max-width: 1024px) {
  .post-type-archive-artist .artists_wrapper .works .works_img {
    height: 510px;
  }
}

.single-artist .main .head h2 {
  margin-bottom: 15px;
}

.single-artist .main .head h2 small {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .single-artist .main .head h2 small {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .head h2 small {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .head h2 small {
    display: block;
    margin-left: 0;
    margin-top: 7px;
  }
}

.single-artist .main .head .buttons {
  margin-bottom: 15px;
}

.single-artist .main .profile {
  background-color: #FFFFFF;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .profile {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .profile {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .profile {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}

.single-artist .main .profile dl {
  display: block;
}

.single-artist .main .profile dl::after {
  clear: both;
  content: "";
  display: block;
}

.single-artist .main .profile dl dt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .profile dl dt {
    clear: both;
    float: left;
    width: 200px;
    line-height: 1.63;
  }
  .single-artist .main .profile dl dt:not(:first-of-type) {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .profile dl dt {
    clear: both;
    float: left;
    width: 120px;
    line-height: 1.63;
  }
  .single-artist .main .profile dl dt:not(:first-of-type) {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .profile dl dt {
    float: none;
    width: 100%;
  }
  .single-artist .main .profile dl dt:not(:first-of-type) {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .single-artist .main .profile dl dd {
    margin-left: 200px;
  }
  .single-artist .main .profile dl dd:not(:first-of-type) {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .profile dl dd {
    margin-left: 120px;
  }
  .single-artist .main .profile dl dd:not(:first-of-type) {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .profile dl dd {
    margin-left: 0;
  }
  .single-artist .main .profile dl dd:not(:first-of-type) {
    padding-top: 0;
  }
}

.single-artist .main .profile dl dd a {
  transition: all 0.2s linear;
}

.single-artist .main .profile dl dd a:hover {
  opacity: 0.5;
}

.single-artist .main .profile dl dd a.cv {
  display: block;
  border: 1px solid #222222;
  width: 60px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  text-align: center;
}

.single-artist .main .ex_news_division {
  border: none;
  border-bottom: 1px solid #CCC;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .ex_news_division {
    margin: 20px 50px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .ex_news_division {
    margin: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .ex_news_division {
    margin: 20px 10px 10px;
  }
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions .inner, .single-artist .main .news .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions .inner, .single-artist .main .news .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions .inner, .single-artist .main .news .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.single-artist .main .exhibitions dl, .single-artist .main .news dl {
  display: block;
}

.single-artist .main .exhibitions dl::after, .single-artist .main .news dl::after {
  clear: both;
  content: "";
  display: block;
}

.single-artist .main .exhibitions dl dt, .single-artist .main .news dl dt {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions dl dt, .single-artist .main .news dl dt {
    clear: both;
    float: left;
    width: 200px;
    line-height: 1.63;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions dl dt, .single-artist .main .news dl dt {
    clear: both;
    float: left;
    width: 120px;
    line-height: 1.63;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dt, .single-artist .main .news dl dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions dl dd, .single-artist .main .news dl dd {
    margin-left: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions dl dd, .single-artist .main .news dl dd {
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd, .single-artist .main .news dl dd {
    margin-left: 0;
  }
}

.single-artist .main .exhibitions dl dd + dd, .single-artist .main .news dl dd + dd {
  margin-top: 10px;
}

.single-artist .main .exhibitions dl dd:nth-of-type(4n+1) a:after, .single-artist .main .news dl dd:nth-of-type(4n+1) a:after {
  border-bottom-color: #33B2C7;
}

.single-artist .main .exhibitions dl dd:nth-of-type(4n+2) a:after, .single-artist .main .news dl dd:nth-of-type(4n+2) a:after {
  border-bottom-color: #F29963;
}

.single-artist .main .exhibitions dl dd:nth-of-type(4n+3) a:after, .single-artist .main .news dl dd:nth-of-type(4n+3) a:after {
  border-bottom-color: #EF66A8;
}

.single-artist .main .exhibitions dl dd:nth-of-type(4n) a:after, .single-artist .main .news dl dd:nth-of-type(4n) a:after {
  border-bottom-color: #99CB51;
}

.single-artist .main .exhibitions dl dd a, .single-artist .main .news dl dd a {
  display: block;
  position: relative;
  background-color: #FFFFFF;
}

.single-artist .main .exhibitions dl dd a:after, .single-artist .main .news dl dd a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -7px;
  left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions dl dd a, .single-artist .main .news dl dd a {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions dl dd a, .single-artist .main .news dl dd a {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd a, .single-artist .main .news dl dd a {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .single-artist .main .exhibitions dl dd a:hover, .single-artist .main .news dl dd a:hover {
    background-color: #222222;
  }
  .single-artist .main .exhibitions dl dd a:hover .title, .single-artist .main .exhibitions dl dd a:hover .artists, .single-artist .main .news dl dd a:hover .title, .single-artist .main .news dl dd a:hover .artists {
    color: #FFFFFF;
  }
}

.single-artist .main .exhibitions dl dd .title, .single-artist .main .news dl dd .title {
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions dl dd .title, .single-artist .main .news dl dd .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd .title, .single-artist .main .news dl dd .title {
    font-size: 16px;
  }
}

.single-artist .main .exhibitions dl dd .artists, .single-artist .main .news dl dd .artists {
  margin-top: 0.7em;
  line-height: 1.25;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions dl dd .artists, .single-artist .main .news dl dd .artists {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions dl dd .artists, .single-artist .main .news dl dd .artists {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd .artists, .single-artist .main .news dl dd .artists {
    font-size: 12px;
  }
}

.single-artist .main .exhibitions dl dd .meta, .single-artist .main .news dl dd .meta {
  margin-top: 0.6em;
  font-size: 13px;
  line-height: 1.25;
  color: #888888;
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions dl dd .meta, .single-artist .main .news dl dd .meta {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions dl dd .meta, .single-artist .main .news dl dd .meta {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd .meta, .single-artist .main .news dl dd .meta {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .single-artist .main .exhibitions .viewmore, .single-artist .main .news .viewmore {
    margin-left: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .single-artist .main .exhibitions .viewmore, .single-artist .main .news .viewmore {
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions .viewmore, .single-artist .main .news .viewmore {
    margin-left: 0;
  }
}

.single-artist .main .exhibitions dl dd a:after {
  display: none;
}

.single-artist .main .exhibitions dl dd .artists, .single-artist .main .exhibitions dl dd .title, .single-artist .main .exhibitions dl dd .meta {
  line-height: 1.25;
}

.single-artist .main .exhibitions dl dd .artists {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd .artists {
    font-size: 17px;
  }
}

.single-artist .main .exhibitions dl dd .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd .title {
    font-size: 13px;
  }
}

.single-artist .main .exhibitions dl dd .meta {
  margin-top: 0;
  margin-bottom: 0;
  color: #888888;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .single-artist .main .exhibitions dl dd .meta {
    font-size: 13px;
  }
}

.images2 {
  display: block;
}

.images2::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1025px) {
  .images2 {
    height: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .images2 {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .images2 {
    height: 200px;
  }
}

.images2 img {
  float: left;
  max-width: 49%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.images2 img:nth-of-type(2) {
  margin-left: 2%;
}

.home .information, .home .links, .single-post .information, .single-post .links, .single-artist .ex_wrapper .information, .single-artist .ex_wrapper .links, .category-news .information, .category-news .links, .category-news-en .information, .category-news-en .links {
  padding-top: 15px;
}

.home .information p + p, .single-post .information p + p, .single-artist .ex_wrapper .information p + p, .category-news .information p + p, .category-news-en .information p + p {
  padding-top: 15px;
}

@media screen and (min-width: 1025px) {
  .home .buttons, .single-post .buttons, .single-artist .ex_wrapper .buttons, .category-news .buttons, .category-news-en .buttons {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .home .buttons, .single-post .buttons, .single-artist .ex_wrapper .buttons, .category-news .buttons, .category-news-en .buttons {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .home .buttons, .single-post .buttons, .single-artist .ex_wrapper .buttons, .category-news .buttons, .category-news-en .buttons {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .home .main, .single-post .main, .single-artist .main, .category-news .main, .category-news-en .main {
    padding-bottom: 0;
  }
}

.home .main .ex_wrapper, .single-post .main .ex_wrapper, .single-artist .main .ex_wrapper, .category-news .main .ex_wrapper, .category-news-en .main .ex_wrapper {
  display: block;
  margin-bottom: 70px;
}

.home .main .ex_wrapper::after, .single-post .main .ex_wrapper::after, .single-artist .main .ex_wrapper::after, .category-news .main .ex_wrapper::after, .category-news-en .main .ex_wrapper::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .home .main .ex_wrapper, .single-post .main .ex_wrapper, .single-artist .main .ex_wrapper, .category-news .main .ex_wrapper, .category-news-en .main .ex_wrapper {
    margin-bottom: 50px;
  }
}

.home .main .ex_wrapper:last-of-type, .single-post .main .ex_wrapper:last-of-type, .single-artist .main .ex_wrapper:last-of-type, .category-news .main .ex_wrapper:last-of-type, .category-news-en .main .ex_wrapper:last-of-type {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.home .main .video_wrapper, .single-post .main .video_wrapper, .single-artist .main .video_wrapper, .category-news .main .video_wrapper, .category-news-en .main .video_wrapper {
  margin: 20px 0;
}

.home .main .video_wrapper a, .home .main .video_wrapper img, .single-post .main .video_wrapper a, .single-post .main .video_wrapper img, .single-artist .main .video_wrapper a, .single-artist .main .video_wrapper img, .category-news .main .video_wrapper a, .category-news .main .video_wrapper img, .category-news-en .main .video_wrapper a, .category-news-en .main .video_wrapper img {
  display: block;
}

.home .main .video_wrapper img, .single-post .main .video_wrapper img, .single-artist .main .video_wrapper img, .category-news .main .video_wrapper img, .category-news-en .main .video_wrapper img {
  width: 100%;
  height: auto;
}

.home .main .video, .single-post .main .video, .single-artist .main .video, .category-news .main .video, .category-news-en .main .video {
  display: block;
  position: relative;
}

.home .main .video:before, .home .main .video:after, .single-post .main .video:before, .single-post .main .video:after, .single-artist .main .video:before, .single-artist .main .video:after, .category-news .main .video:before, .category-news .main .video:after, .category-news-en .main .video:before, .category-news-en .main .video:after {
  content: "";
  display: block;
  position: absolute;
}

.home .main .video:before, .single-post .main .video:before, .single-artist .main .video:before, .category-news .main .video:before, .category-news-en .main .video:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
}

.home .main .video:after, .single-post .main .video:after, .single-artist .main .video:after, .category-news .main .video:after, .category-news-en .main .video:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("../images/video_play.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home .main .video:hover, .single-post .main .video:hover, .single-artist .main .video:hover, .category-news .main .video:hover, .category-news-en .main .video:hover {
  opacity: 0.8;
}

.home .main .head .date, .home .main .head .title, .home .main .head .artists, .single-post .main .head .date, .single-post .main .head .title, .single-post .main .head .artists, .single-artist .main .head .date, .single-artist .main .head .title, .single-artist .main .head .artists, .category-news .main .head .date, .category-news .main .head .title, .category-news .main .head .artists, .category-news-en .main .head .date, .category-news-en .main .head .title, .category-news-en .main .head .artists {
  line-height: 1.25;
}

.home .main .head .artists, .single-post .main .head .artists, .single-artist .main .head .artists, .category-news .main .head .artists, .category-news-en .main .head .artists {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
  .home .main .head .artists, .single-post .main .head .artists, .single-artist .main .head .artists, .category-news .main .head .artists, .category-news-en .main .head .artists {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .home .main .head .artists, .single-post .main .head .artists, .single-artist .main .head .artists, .category-news .main .head .artists, .category-news-en .main .head .artists {
    font-size: 19px;
  }
}

.home .main .head .title, .single-post .main .head .title, .single-artist .main .head .title, .category-news .main .head .title, .category-news-en .main .head .title {
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .home .main .head .title, .single-post .main .head .title, .single-artist .main .head .title, .category-news .main .head .title, .category-news-en .main .head .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .home .main .head .title, .single-post .main .head .title, .single-artist .main .head .title, .category-news .main .head .title, .category-news-en .main .head .title {
    font-size: 15px;
  }
}

.home .main .head .date, .single-post .main .head .date, .single-artist .main .head .date, .category-news .main .head .date, .category-news-en .main .head .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .home .main .head .date, .single-post .main .head .date, .single-artist .main .head .date, .category-news .main .head .date, .category-news-en .main .head .date {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .home .main .head .date, .single-post .main .head .date, .single-artist .main .head .date, .category-news .main .head .date, .category-news-en .main .head .date {
    font-size: 15px;
  }
}

.home .main .information h4, .home .main .links h4, .single-post .main .information h4, .single-post .main .links h4, .single-artist .main .information h4, .single-artist .main .links h4, .category-news .main .information h4, .category-news .main .links h4, .category-news-en .main .information h4, .category-news-en .main .links h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .home .main .information h4, .home .main .links h4, .single-post .main .information h4, .single-post .main .links h4, .single-artist .main .information h4, .single-artist .main .links h4, .category-news .main .information h4, .category-news .main .links h4, .category-news-en .main .information h4, .category-news-en .main .links h4 {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 1024px) {
  .home .main .information h4, .home .main .links h4, .single-post .main .information h4, .single-post .main .links h4, .single-artist .main .information h4, .single-artist .main .links h4, .category-news .main .information h4, .category-news .main .links h4, .category-news-en .main .information h4, .category-news-en .main .links h4 {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .home .main .information h4, .home .main .links h4, .single-post .main .information h4, .single-post .main .links h4, .single-artist .main .information h4, .single-artist .main .links h4, .category-news .main .information h4, .category-news .main .links h4, .category-news-en .main .information h4, .category-news-en .main .links h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.home .main .information p, .home .main .information li, .home .main .links p, .home .main .links li, .single-post .main .information p, .single-post .main .information li, .single-post .main .links p, .single-post .main .links li, .single-artist .main .information p, .single-artist .main .information li, .single-artist .main .links p, .single-artist .main .links li, .category-news .main .information p, .category-news .main .information li, .category-news .main .links p, .category-news .main .links li, .category-news-en .main .information p, .category-news-en .main .information li, .category-news-en .main .links p, .category-news-en .main .links li {
  font-size: 13px;
}

.home .main .information a, .home .main .links a, .single-post .main .information a, .single-post .main .links a, .single-artist .main .information a, .single-artist .main .links a, .category-news .main .information a, .category-news .main .links a, .category-news-en .main .information a, .category-news-en .main .links a {
  transition: all 0.2s linear;
}

.home .main .information a:hover, .home .main .links a:hover, .single-post .main .information a:hover, .single-post .main .links a:hover, .single-artist .main .information a:hover, .single-artist .main .links a:hover, .category-news .main .information a:hover, .category-news .main .links a:hover, .category-news-en .main .information a:hover, .category-news-en .main .links a:hover {
  opacity: 0.5;
}

.home .main .text, .single-post .main .text, .single-artist .main .text, .category-news .main .text, .category-news-en .main .text {
  margin-top: 15px;
}

.home .main .text p, .single-post .main .text p, .single-artist .main .text p, .category-news .main .text p, .category-news-en .main .text p {
  line-height: 1.75;
}

.home .main .text p:not(:last-of-type), .single-post .main .text p:not(:last-of-type), .single-artist .main .text p:not(:last-of-type), .category-news .main .text p:not(:last-of-type), .category-news-en .main .text p:not(:last-of-type) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .home .main .text p:not(:last-of-type), .single-post .main .text p:not(:last-of-type), .single-artist .main .text p:not(:last-of-type), .category-news .main .text p:not(:last-of-type), .category-news-en .main .text p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.home .main .text p img, .single-post .main .text p img, .single-artist .main .text p img, .category-news .main .text p img, .category-news-en .main .text p img {
  display: block;
  margin: 35px 0;
}

@media screen and (max-width: 767px) {
  .home .main .text p img, .single-post .main .text p img, .single-artist .main .text p img, .category-news .main .text p img, .category-news-en .main .text p img {
    margin: 25px 0;
  }
}

html, body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  background-color: #F3F3F3;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1024px) {
  html, body {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
  }
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 50px;
  }
}

body.home {
  height: 100%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  body.home {
    margin-top: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

li {
  list-style-type: none;
  list-style-position: inside;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

.alignright {
  text-align: right;
}

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