@charset "UTF-8";
/*
Theme Name: YKG Gallery Theme
Theme URI: 
Author: Nobuhito Miyazaki
Author URI: https://nobuhito-miyazaki.tumblr.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* CSS RESET */
html, body, div, .padder, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, object, embed {
  display: block;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

nav ul, nav li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  width: auto;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a, .no-touch a:hover, .no-touch a:visited:hover, a:active, .no-touch a:active:hover {
  outline: none;
}

/* a,.no-touch a:hover,.no-touch a:visited:hover,a:visited{text-decoration: none} */
a {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

input, button {
  outline: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

/* __Basic
---------------------------------------------------------------------- */
/* __Basic
---------------------------------------------------------------- */
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Linotype Univers W01', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  /* Base 10px */
  line-height: 1.4em;
  font-weight: 400;
  color: #575757;
  background: #fff;
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
  -webkit-transition: background-color 1s ease-in-out !important;
  -moz-transition: background-color 1s ease-in-out !important;
  -o-transition: background-color 1s ease-in-out !important;
  transition: background-color 1s ease-in-out !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  zoom: reset;
}

/*  __Text
---------------------------------------------------------------- */
h2 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.artist-name h2 {
  font-size: 1.45em;
  line-height: 1.3em;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

p,
.vr-list li,
.vr-title-list dt,
.vr-title-list dd,
a.mailcode {
  font-size: 1.2em;
  line-height: 1.8em;
}

hr {
  opacity: 0.3;
  margin: 0.5em 0;
}

/* __A
---------------------------------------------------------------- */
a:link {
  text-decoration: none;
  color: #595959;
}

a:active {
  text-decoration: none;
  color: #595959;
}

a:visited {
  text-decoration: none;
  color: #595959;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a img {
  border: none;
}

li.current-menu-item a,
body.single-exhibitions .m-exhibitions a,
body.single-projects .m-projects a,
li.time-title a.active,
.language-chooser li.active a,
li.current_page_item a,
.single-artists .m-artists a,
.parent-page .works-menu a,
.news-nav li.current a,
body.single-post .m-news a,
body.single-art_fairs .m-art_fairs a,
body.archive.date .m-news a,
body.post-type-archive-art_fairs .m-art_fairs a {
  color: #000;
}

.disable a {
  cursor: default;
}

@media only screen and (max-width: 960px) {
  .disable a {
    color: #B2B2B2;
  }
}

.disable a:hover {
  text-decoration: none;
  color: #595959;
}

@media only screen and (max-width: 960px) {
  .disable a:hover {
    color: #B2B2B2;
  }
}

.main a,
.main a:hover {
  text-decoration: underline;
}

.main .ex-left a,
.main .ex-left a:hover {
  text-decoration: none;
}

.ex-row a,
.ex-row a:hover {
  text-decoration: none;
}

.artist-name a,
.artist-name a:hover,
.pdf-wrap a,
.pdf-wrap a:hover,
.artist-nav li a,
.artist-nav li a:hover,
.news-nav li a,
.news-nav li a:hover,
.ex-nav li a,
.ex-nav li a:hover,
.ex-past-nav li a,
.ex-past-nav li a:hover,
.page-numbers li a,
.page-numbers li a:hover {
  text-decoration: none;
}

/*  __List
---------------------------------------------------------------- */
ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

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

/* __Wrap
---------------------------------------------------------------- */
.wrap {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

/* __Container
---------------------------------------------------------------- */
.container {
  width: 1024px;
  /* padding: 2em; */
  padding-bottom: 120px;
  margin: 0 auto;
  /* background: #000; */
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

/* __Header
---------------------------------------------------------------- */
.header {
  position: relative;
  text-align: left;
  padding: 30px;
  z-index: 100;
  width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .header {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 481px) {
  .header {
    padding: 20px;
  }
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ykg' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* __Logo
---------------------------------------------------------------- */
.logo {
  font-size: 2.4em;
  float: left;
  margin-right: 0;
  width: 175px;
}

@media only screen and (max-width: 1023px) {
  .logo {
    font-size: 3.0em;
    width: auto;
  }
}

.logo span {
  display: none;
}

.logo a:link,
.logo a:active,
.logo a:visited,
.logo a:hover {
  text-decoration: none;
  color: #000;
}

/* __Header Menu
---------------------------------------------------------------- */
.main-nav {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .main-nav {
    display: none;
  }
}

.slicknav_menu {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .slicknav_menu {
    display: block;
  }
}

ul.page-menu {
  text-align: left;
  padding: 0.6em 0;
  float: left;
  width: 650px;
  width: 720px;
}

@media only screen and (max-width: 1023px) {
  ul.page-menu {
    float: none;
    width: auto;
  }
}

ul.language-chooser {
  text-align: right;
  padding: 0.6em 0;
  float: right;
  width: 50px;
}

@media only screen and (max-width: 1023px) {
  ul.language-chooser {
    width: auto;
  }
}

li.menu-item,
.artist-menu li {
  font-size: 1.3em;
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  margin: 0 1em;
  margin: 0 0.6em;
}

@media only screen and (max-width: 481px) {
  li.menu-item,
  .artist-menu li {
    font-size: 1.4em;
  }
}

li.lang-ja,
li.lang-en {
  font-size: 1.3em;
  letter-spacing: 0;
  text-align: left;
  display: inline-block;
  margin: 0 0.2em;
}

/* __SNS Menu
------------------------------- */
.sns-menu {
  position: absolute;
  top: 0;
  right: -50px;
  padding: 33px 0;
}

.sns-menu li {
  display: inline-block;
  width: 20px;
  margin-left: 0.75em;
}

.sns-menu li a {
  display: block;
}

.sns-menu li a svg {
  width: 100%;
  fill: #595959;
}

.sns-menu li a:hover svg {
  fill: #000;
}

/* __slick nav
---------------------------- */
.slicknav_nav ul.page-menu li {
  display: block;
  text-align: right;
  margin: 0;
  font-size: 1.0em;
}

.slicknav_nav ul.language-chooser {
  margin-top: 5px;
  border-top: 1px solid;
  padding-top: 10px;
  float: none;
  display: inline-block;
}

.slicknav_nav ul.language-chooser li {
  text-align: right;
  display: inline-block;
  font-size: 1.0em;
  margin: 0;
  margin-left: 0.2em;
}

.slicknav_nav .sns-menu {
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  margin-top: 15px;
}

.slicknav_nav .sns-menu li {
  display: inline-block;
  width: 25px;
  margin-left: 0.5em;
}

.slicknav_nav .sns-menu li a {
  display: block;
}

/* __main
---------------------------------------------------------------- */
.main {
  width: 100%;
  position: relative;
  padding: 30px;
}

@media only screen and (max-width: 481px) {
  .main {
    padding: 20px;
  }
}

.top-main {
  height: 550px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  padding: 30px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .top-main {
    height: auto;
  }
}

@media only screen and (max-width: 481px) {
  .top-main {
    padding: 20px;
  }
}

/* __Cycle Slider
---------------------------------------------------------------- */
ul.cycle-slideshow {
  width: 100%;
  height: 100%;
  margin: auto;
}

@media only screen and (max-width: 1023px) {
  ul.cycle-slideshow {
    width: 100%;
    height: auto;
  }
}

ul.cycle-slideshow li {
  display: none;
}

ul.cycle-slideshow li a,
ul.cycle-slideshow li a:hover {
  text-decoration: none;
  /* display: block; */
}

li.cycle-slide {
  width: 100%;
  height: 100%;
  display: none;
}

@media only screen and (max-width: 1023px) {
  li.cycle-slide {
    width: 100%;
    height: auto;
  }
}

img.cycleimg {
  vertical-align: middle;
  max-height: 100%;
  /* max-width: 100%; */
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  img.cycleimg {
    margin-right: 0;
  }
}

@media only screen and (max-width: 960px) {
  img.cycleimg {
    margin-right: 0;
  }
}

.cycle-caption {
  z-index: 200;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  /* width: 200px; */
}

@media only screen and (max-width: 960px) {
  .cycle-caption {
    width: 100%;
  }
}

.cycle-slideshow {
  width: 100%;
  height: 100%;
  /* max-height:700px; */
  /* background-position:center; */
  /* background-size:cover; */
  /* overflow:hidden; */
}

@media only screen and (max-width: 1023px) {
  .cycle-slideshow {
    width: 100%;
    height: auto;
  }
}

/* __Footer_Nav (Archive_Single)
--------------------------------------------------------------------- */
.footer-nav {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  float: left;
  margin-top: 100px;
  border-top: 1px solid #575757;
  padding-top: 20px;
}

.footer-nav li {
  display: inline-block;
  margin: 0;
}

.footer-nav li.prev {
  float: left;
  width: 45%;
  text-align: left;
}

.footer-nav li.next {
  float: right;
  width: 45%;
  text-align: right;
}

.footer-nav a {
  font-size: 1.2em;
  line-height: 1.8em;
}

/* __Footer (copylight)
--------------------------------------------------------------------- */
.footer-wrap {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
  .footer-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-nav {
    width: 100%;
  }
}

.footer {
  text-align: left;
  margin: 15px 30px;
}

@media only screen and (max-width: 481px) {
  .footer {
    margin: 15px 20px;
  }
}

/* ---------------------------------------------------------------------

 __Artists
 __Exhibition

--------------------------------------------------------------------- */
/* __Text
--------------------------------*/
h1.about-title,
h1.artist-name {
  font-size: 2.0em;
  line-height: 1.2em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.2em;
}

li.time-cat {
  font-size: 1.4em;
  line-height: 1.8em;
  text-transform: uppercase;
}

li.time-title {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}

p.ex-spec,
.ex-remarks p {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 2.0em;
}

p.ex-spec span {
  text-transform: uppercase;
}

.artwork p {
  font-size: 1.0em;
  line-height: 1.4em;
  margin-top: 5px;
}

.about-col p,
.ex-description p {
  /* text-align: justify; */
}

.ex-time-title p {
  font-size: 1.3em;
  line-height: 1.8em;
  margin-bottom: 3.0em;
  color: #000;
}

h1.news-title {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.2em;
}

h1.ex-artist {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.2em;
}

h2.ex-title {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
  font-style: italic;
  color: #727272;
  margin-bottom: 1.2em;
}

p.ex-spec {
  font-size: 1.2em;
  line-height: 1.4em;
}

/* __Float Place__Add 2025.1.9
--------------------------------*/
.ex-place-wrap {
  position: absolute;
  top: calc(-12px + -1.3em);
  left: 0;
}

p.ex-place {
  font-size: 1.3em;
  line-height: 1.0em;
  color: #000;
}

/* __Artist _archive
--------------------------------*/
.artist-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.artist-list-col {
  width: 25%;
  padding-right: 30px;
}

@media only screen and (max-width: 960px) {
  .artist-list-col {
    width: 50%;
  }
}

@media only screen and (max-width: 481px) {
  .artist-list-col {
    width: 100%;
  }
}

@media only screen and (max-width: 481px) {
  .artist-featuring-col {
    margin-top: 6em;
  }
}

.artist-list-image {
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .artist-list-image {
    width: 100%;
    margin-top: 3em;
  }
}

@media only screen and (max-width: 481px) {
  .artist-list-image {
    margin-top: 6em;
  }
}

.artist-name {
  margin-bottom: 0.75em;
}

.artist-type {
  margin-bottom: 3em;
}

/* __Artist _slider
--------------------------------*/
.slick-slider {
  opacity: 0;
  transition: opacity 0.5s linear;
  /* ふんわり表示用 */
}

.slick-initialized {
  opacity: 1;
}

/* __Artist _single
--------------------------------*/
.artists-left {
  width: 170px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .artists-left {
    width: 100%;
    float: none;
  }
}

.artists-right {
  width: 774px;
  float: left;
}

@media only screen and (max-width: 960px) {
  .artists-right {
    width: 100%;
    float: none;
  }
}

.artist-nav li,
.pdf-wrap {
  font-size: 1.3em;
  line-height: 1.8em;
}

@media only screen and (max-width: 1023px) {
  .artist-nav li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 0;
  }
}

.artist-nav {
  margin-top: 3em;
}

@media only screen and (max-width: 1023px) {
  .artist-nav {
    margin-bottom: 3em;
  }
}

.pdf-wrap {
  margin-top: 2em;
}

/* __Artist __Works
--------------------------------*/
.works-image {
  /* aspect-ratio: 1/1; */
}

.works-image img {
  width: 100%;
  height: 13.5vw;
  height: 232px;
  object-fit: contain;
}

@media only screen and (max-width: 481px) {
  .works-image img {
    height: auto;
  }
}

.works-caption {
  display: none;
}

.fancybox__viewport {
  width: 90% !important;
  height: 90% !important;
  margin: auto !important;
  margin-top: 5% !important;
}

@media only screen and (max-width: 481px) {
  .fancybox__viewport {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
  }
}

/* __Artist __Press
--------------------------------*/
.press-col {
  letter-spacing: normal;
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 4em;
  display: inline-block;
  vertical-align: top;
}

.press-col a,
.press-col a:hover {
  text-decoration: none;
}

.press-col:nth-child(4n+4) {
  margin-right: 0;
}

/* __Artist __Exhibitions
--------------------------------*/
.artist-ex-col,
.project-col,
.works-col {
  letter-spacing: normal;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4em;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
}

.works-col {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 8%;
}

.artist-ex-col a,
.artist-ex-col a:hover,
.project-col a,
.project-col a:hover,
.works-col a,
.works-col a:hover {
  text-decoration: none;
}

.artist-ex-col:nth-child(3n+3),
.project-col:nth-child(3n+3),
.works-col:nth-child(3n+3) {
  margin-right: 0;
}

.artist-ex-single-col {
  letter-spacing: normal;
  width: 100%;
}

.artist-ex-col-scene {
  letter-spacing: normal;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .artist-ex-col-scene {
    margin-bottom: 6em;
  }
}

.artist-ex-col-text {
  letter-spacing: normal;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
}

.artist-ex-col-others-title {
  margin-top: 60px;
  margin-bottom: 30px;
  display: block;
  letter-spacing: 0;
}

.artist-ex-col-others {
  letter-spacing: -0.4em;
  float: left;
  width: 100%;
}

/* __Artist __Press_EX_image
--------------------------------*/
.press-image,
.artist-ex-image,
.project-image {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.artist-ex-image,
.project-image {
  padding-top: 66.666%;
}

.press-image .image,
.artist-ex-image .image,
.project-image .image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.press-image .image .thumb,
.artist-ex-image .image .thumb,
.project-image .image .thumb {
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.artist-all-caption .title,
.news-all-caption .title {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.2em;
}

.artist-all-caption .exname {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
  font-style: italic;
  color: #727272;
  margin-bottom: 0.6em;
}

.artist-all-caption .date,
.news-all-caption .date {
  font-size: 1.2em;
  line-height: 1.4em;
}

/* __Exhibitions
--------------------------------------------------------------------- */
/* __Current
--------------------------------*/
.ex-current-row {
  width: 100%;
  margin-bottom: 6em;
}

.ex-current-row .item {
  width: 100%;
  display: inline-block;
  margin-bottom: 4em;
}

.ex-current-row .item a {
  position: relative;
  display: block;
}

/* __Upcoming
--------------------------------*/
.ex-upcoming-row {
  width: 100%;
  margin-bottom: 6em;
}

.ex-upcoming-row .item {
  width: 100%;
  display: inline-block;
  margin-bottom: 3em;
}

.ex-upcoming-row .item a {
  position: relative;
  display: block;
}

.ex-image-wrap {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 0;
}

.cu-image {
  position: relative;
  height: auto;
  width: 100%;
}

.cu-image img {
  max-height: 500px;
  max-width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: 0;
}

/* __News
--------------------------------------------------------------------- */
/* __News _Archive
--------------------------------*/
.news-col {
  margin-bottom: 4em;
}

.news-left {
  width: 170px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .news-left {
    width: 100%;
  }
}

.news-right {
  width: 774px;
  float: left;
}

@media only screen and (max-width: 960px) {
  .news-right {
    width: 100%;
  }
}

.news-row-left {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.news-row-right {
  width: 65%;
  float: left;
}

.single-post .news-row-left,
.single-art_fairs .news-row-left {
  width: 65%;
  float: left;
  margin-right: 5%;
}

.single-post .news-row-right,
.single-art_fairs .news-row-right {
  width: 30%;
  float: left;
}

@media only screen and (max-width: 1023px) {
  .news-nav,
  .ex-nav {
    margin-top: 0;
    margin-bottom: 6em;
  }
}

.news-nav li {
  font-size: 1.3em;
  line-height: 1.8em;
}

.ex-nav li,
.ex-past-nav li {
  font-size: 1.3em;
  line-height: 1.8em;
  display: block;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .news-nav li,
  .ex-nav li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .news-nav li.time-cat {
    margin-right: 3em;
  }
}

span.new {
  margin-bottom: 0.6em;
  display: block;
  color: #000;
}

.news-all-caption .title {
  margin-bottom: 0.5em;
}

.main a.news-url,
.main a.news-url:hover {
  text-decoration: none;
}

.news-image {
  position: relative;
  width: 100%;
  padding-top: 66.666%;
}

.news-image .image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.news-image .image .thumb {
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* __News _Page Nav
--------------------------------*/
.page-nav {
  width: 100%;
  float: left;
}

.page-numbers li {
  float: left;
  font-size: 1.3em;
  line-height: 1.8em;
  margin-right: 1em;
}

/* __News _single
--------------------------------*/
/* __Projects
--------------------------------------------------------------------- */
.pro-col-others-title {
  float: left;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 30px;
  display: block;
  letter-spacing: 0;
}

/* __Left__Right
--------------------------------------------------------------------- */
.ex-left {
  width: 170px;
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .ex-left {
    width: 100%;
  }
}

.ex-right {
  width: 774px;
  float: left;
}

@media only screen and (max-width: 960px) {
  .ex-right {
    width: 100%;
  }
}

.about-all {
  width: 500px;
}

@media only screen and (max-width: 960px) {
  .about-all {
    width: 100%;
  }
}

/* __side-nav
---------------------------- */
ul.time-nav {
  text-transform: uppercase;
}

ul.time-nav.future,
ul.time-nav.past {
  margin-top: 20px;
}

/* __col
---------------------------- */
.col {
  width: 100%;
  float: left;
}

.ex-col-left {
  width: 452px;
  float: left;
  margin-right: 40px;
}

@media only screen and (max-width: 960px) {
  .ex-col-left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.ex-col-right {
  width: 282px;
  float: left;
}

@media only screen and (max-width: 960px) {
  .ex-col-right {
    width: 100%;
    float: none;
  }
}

.ex-col-right .span {
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .ex-col-right .span {
    margin-bottom: 20px;
  }
}

.ex-col-info {
  width: 100%;
}

.ex-col-scene {
  width: 100%;
  margin-top: 60px;
}

.about-col img {
  margin-bottom: 30px;
}

.about-col .about-title {
  margin-bottom: 20px;
}

/* __Contact
---------------------------- */
.contact-left {
  width: 220px;
  float: left;
  margin-right: 30px;
  margin-bottom: 60px;
}

.contact-right {
  width: 220px;
  float: left;
  margin-bottom: 60px;
}

/* __Viewing Room / 2020.05.20 Add
--------------------------------------------------------------------- */
.is-left p {
  text-align: left;
}

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

.is-right p {
  text-align: right;
}

/* __vr-heading
---------------------------- */
.vr-heading {
  margin-bottom: 0.8em;
}

h1.vr-heading {
  font-size: 2.0em;
  line-height: 1.2em;
  color: #000;
}

h2.vr-heading {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #000;
}

h3.vr-heading {
  font-size: 1.3em;
  line-height: 1.6em;
}

/* __vr-images-slider
---------------------------- */
.vr-images-slider {
  margin-bottom: 45px;
}

/* __vr-images-list
---------------------------- */
.vr-images-list {
  margin-bottom: 30px;
}

.vr-images-list-item {
  margin-bottom: 10px;
}

.vr-images-list-item:last-of-type {
  margin-bottom: 0;
}

/* __vr-text
---------------------------- */
.vr-text {
  margin-bottom: 30px;
}

/* __vr-video
---------------------------- */
.vr-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}

.vr-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* __vr-list
---------------------------- */
.vr-list {
  margin-bottom: 30px;
  list-style: disc;
  list-style-position: outside;
  padding-left: 15px;
}

.vr-list li {
  line-height: 1.6;
  margin-bottom: 0.75em;
}

/* __vr-title-list
---------------------------- */
.vr-title-list {
  margin-bottom: 30px;
}

.vr-title-list dl {
  width: 100%;
}

.vr-title-list dt {
  float: left;
  margin-right: 15px;
  width: 145px;
  line-height: 1.6;
}

@media only screen and (max-width: 960px) {
  .vr-title-list dt {
    margin-right: 2%;
    width: 20%;
  }
}

@media only screen and (max-width: 481px) {
  .vr-title-list dt {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.2em;
  }
}

.vr-title-list dd {
  float: left;
  width: 614px;
  line-height: 1.6;
  margin-bottom: 1.0em;
}

@media only screen and (max-width: 960px) {
  .vr-title-list dd {
    width: 78%;
  }
}

@media only screen and (max-width: 481px) {
  .vr-title-list dd {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }
}

/* __vr-spacer
---------------------------- */
.vr-spacer {
  display: block;
  height: 0;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.vr-spacer.lines8 {
  height: 8rem;
}

.vr-spacer.lines4 {
  height: 4rem;
}

.vr-spacer.lines2 {
  height: 2rem;
}

/* __vr-col-box
---------------------------- */
.vr-col-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.vr-col-box-left {
  width: 282px;
}

@media only screen and (max-width: 960px) {
  .vr-col-box-left {
    width: 100%;
  }
}

.vr-col-box-left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 0.1em;
}

.vr-col-box-left figure {
  margin-bottom: 15px;
}

.vr-col-box-left img:last-child {
  margin-bottom: 0;
}

.vr-col-box-right {
  flex: 1;
  padding-left: 40px;
}

@media only screen and (max-width: 960px) {
  .vr-col-box-right {
    padding-left: 0;
  }
}

.vr-col-box-right p a {
  word-wrap: break-word;
}

@media only screen and (max-width: 1023px) {
  .press-col,
  .artist-ex-col,
  .project-col,
  .works-col,
  .press-col:nth-child(4n+4),
  .artist-ex-col:nth-child(3n+3),
  .project-col:nth-child(3n+3),
  .works-col:nth-child(3n+3),
  .news-row-left,
  .news-row-right,
  .single-post .news-row-left,
  .single-post .news-row-right,
  .single-art_fairs .news-row-left,
  .single-art_fairs .news-row-right {
    width: 47.5%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1023px) {
  .press-col:nth-child(2n+2),
  .artist-ex-col:nth-child(2n+2),
  .project-col:nth-child(2n+2),
  .works-col:nth-child(2n+2),
  .news-row-right,
  .single-post .news-row-right,
  .single-art_fairs .news-row-right {
    margin-right: 0;
  }
}

@media only screen and (max-width: 481px) {
  .news-row-left,
  .news-row-right,
  .single-post .news-row-left,
  .single-post .news-row-right,
  .single-art_fairs .news-row-left,
  .single-art_fairs .news-row-right {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 481px) {
  .press-image,
  .artist-ex-image,
  .project-image {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 481px) {
  .press-col,
  .artist-ex-col,
  .project-col,
  .works-col,
  .press-col:nth-child(4n+4),
  .artist-ex-col:nth-child(3n+3),
  .project-col:nth-child(3n+3),
  .works-col:nth-child(3n+3) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4em;
  }
}

/* __RoyalSlider
--------------------------------------------------------------------- */
.royalSlider > .rsContent {
  visibility: hidden;
  /* or display:none depending on your needs... */
}

.rsGCaption {
  position: absolute;
  top: 520px;
}

@media only screen and (max-width: 960px) {
  .rsGCaption {
    position: relative;
    top: auto;
  }
}

.private-group .rsGCaption,
.viewing-room-group .rsGCaption {
  position: relative;
  top: auto;
  margin-top: 0.1em;
}

@media only screen and (max-width: 960px) {
  .private-group .rsGCaption,
  .viewing-room-group .rsGCaption {
    pposition: absolute;
    top: 100%;
  }
}

.rsSlideCount {
  margin-top: 10px;
  font-size: 12px;
}

.rsThumbs {
  width: 100%;
  margin-top: 160px;
}

.rsThumbsContainer {
  width: auto !important;
  -webkit-transition: -webkit-transform 600ms cubic-bezier 0, 0, 0, 0 !important;
  transition: -webkit-transform 600ms cubic-bezier 0, 0, 0, 0 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
}

.rsThumb {
  float: left;
  width: 20%;
}

.rsTmb {
  display: block;
  margin-right: 15px;
  padding-bottom: 15px;
}

.rsNavSelected {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* __Clearing
--------------------------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom: 1;
}
