@charset "UTF-8";
/*** THEME ***/
/*** THEME ***/
#body-wrapper .exhibitorlist {
  letter-spacing: -0.5em; }
  #body-wrapper .exhibitorlist article {
    display: inline-block;
    vertical-align: top;
    font-size: 0.75rem;
    line-height: 1em;
    letter-spacing: 0;
    color: #FFF;
    margin-bottom: 2.25rem; }
    #body-wrapper .exhibitorlist article a {
      display: block;
      background-image: url("");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      overflow: hidden;
      background-color: #f1f1f1; }
      #body-wrapper .exhibitorlist article a::before {
        content: "";
        display: block;
        padding-top: 100%; }
      #body-wrapper .exhibitorlist article a::after {
        content: "";
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition-property: background-color;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-property: background-color;
        -moz-transition-duration: 0.2s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-property: background-color;
        -o-transition-duration: 0.2s;
        -o-transition-delay: 0;
        -o-transition-timing-function: ease-in-out;
        transition-property: background-color;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: ease-in-out;
        z-index: 1; }
      #body-wrapper .exhibitorlist article a .icon {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        z-index: 2; }
        #body-wrapper .exhibitorlist article a .icon::before {
          content: "";
          display: block;
          background-color: #e60000;
          width: 5.5em;
          height: 4.5833333333em;
          transform: translateY(-50%) skewY(40deg);
          z-index: -1; }
        #body-wrapper .exhibitorlist article a .icon span {
          position: absolute;
          top: 30%;
          right: 3%;
          transform: translate(-50%, -50%);
          width: 1.5833333333em;
          height: 1.5833333333em; }
      #body-wrapper .exhibitorlist article a .info {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0.75rem 0.9375rem;
        text-align: left;
        z-index: 2;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25), 0 0 0.75em rgba(0, 0, 0, 0.8); }
        #body-wrapper .exhibitorlist article a .info .title {
          font-weight: bold;
          margin-bottom: 0.25em; }
        #body-wrapper .exhibitorlist article a .info .terms {
          list-style: none;
          font-size: 0.8333333333em; }
          #body-wrapper .exhibitorlist article a .info .terms li {
            display: inline-block; }
            #body-wrapper .exhibitorlist article a .info .terms li:not(:first-child)::before {
              content: ","; }
      #body-wrapper .exhibitorlist article a:hover::after {
        background-color: rgba(230, 0, 0, 0.25); }
  @media only screen and (min-width: 737px) {
    #body-wrapper .exhibitorlist:not(.cols2) article {
      width: 17.6470588235%; }
      #body-wrapper .exhibitorlist:not(.cols2) article:not(:nth-child(5n)) {
        padding-right: 2.9411764706%; }
    #body-wrapper .exhibitorlist.cols2 article {
      width: 47.1428571429%; }
      #body-wrapper .exhibitorlist.cols2 article:nth-child(2n+1) {
        padding-right: 5.7142857143%; } }
  @media only screen and (max-width: 736px) {
    #body-wrapper .exhibitorlist article {
      width: 47.1428571429%; }
      #body-wrapper .exhibitorlist article:nth-child(2n+1) {
        padding-right: 5.7142857143%; } }
#body-wrapper .nopots {
  margin-bottom: 3.75rem;
  text-align: center; }

/*** THEME ***/
.otherlist {
  letter-spacing: -0.5em; }
  .otherlist article {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
    line-height: 1.5em;
    letter-spacing: 0; }
    .otherlist article .icatch {
      display: block;
      position: relative;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-delay: 0 "opacity";
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-property: all;
      -moz-transition-duration: 0.2s;
      -moz-transition-delay: 0 "opacity";
      -moz-transition-timing-function: ease-in-out;
      -o-transition-property: all;
      -o-transition-duration: 0.2s;
      -o-transition-delay: 0 "opacity";
      -o-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-delay: 0 "opacity";
      transition-timing-function: ease-in-out;
      margin-bottom: 1.25em;
      background-color: #F5F6F4;
      color: #000;
      overflow: hidden; }
      .otherlist article .icatch::before {
        content: "";
        display: block;
        padding-top: 66.5625%; }
      .otherlist article .icatch img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-property: transform;
        -moz-transition-duration: 0.2s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-property: transform;
        -o-transition-duration: 0.2s;
        -o-transition-delay: 0;
        -o-transition-timing-function: ease-in-out;
        transition-property: transform;
        transition-duration: 0.2s;
        transition-delay: 0;
        transition-timing-function: ease-in-out;
        width: 100%;
        z-index: 1; }
      .otherlist article .icatch .nophoto {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        text-align: center; }
      .otherlist article .icatch:hover {
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6; }
        .otherlist article .icatch:hover img {
          transform: translate(-50%, -50%) scale(1.05); }
    .otherlist article .date {
      color: #646464;
      font-size: 0.7142857143em;
      letter-spacing: 0.08em; }
    .otherlist article .title {
      font-weight: bold;
      font-size: 1.2857142857em;
      line-height: 1.5em;
      letter-spacing: 0.075em;
      margin-bottom: 0.75em;
      text-align: left; }
    .otherlist article .except {
      letter-spacing: 0.04em;
      padding-bottom: 3.57em; }
  @media only screen and (min-width: 737px) {
    .otherlist:not(.cols2) article {
      width: 31.3725490196%; }
      .otherlist:not(.cols2) article:nth-child(3n+1), .otherlist:not(.cols2) article:nth-child(3n+2) {
        padding-right: 2.9411764706%; }
    .otherlist.cols2 article {
      width: 47.1428571429%; }
      .otherlist.cols2 article:nth-child(2n+1) {
        padding-right: 5.7142857143%; } }
  @media only screen and (max-width: 736px) {
    .otherlist {
      margin: 0 !important;
      border-top: 1px solid #C8C8C8; }
      .otherlist article {
        display: block;
        width: auto !important;
        padding: 1.5em 0 1.5em 50% !important;
        border-bottom: 1px solid #C8C8C8; }
        .otherlist article .icatch {
          float: left;
          margin-left: -100%;
          width: 90%; }
        .otherlist article .except {
          padding-bottom: 0em !important; }
        .otherlist article .cats {
          display: none; } }

.art-border {
  line-height: 0;
  border-bottom: 1px solid #000;
  margin-top: 7.1428571428571428571428571428571em;
  margin-bottom: 3.5714285714285714285714285714286em; }

.art-related .nopost {
  margin-bottom: 4.5em; }

.widget {
  margin-bottom: 3.5em; }
  .widget h4 {
    letter-spacing: 0.17em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
    padding-bottom: 0.85em;
    margin-top: 0;
    margin-bottom: 1.42em;
    border-bottom: 1px solid #000; }
  .widget .items {
    font-size: 0.8571428571em;
    line-height: 2em; }
    .widget .items h5 {
      background-color: #F0F0F0;
      margin-bottom: 1.5em;
      line-height: 1.5em;
      padding-right: 0.5em;
      font-weight: bold;
      display: inline-block;
      text-align: left;
      font-size: 1em;
      margin-top: 0; }
  .widget.categorys .cats {
    font-size: 0.75rem;
    font-weight: bold;
    list-style: none; }

#body-wrapper h4 {
  text-align: center;
  margin-bottom: 2.1875rem; }
  #body-wrapper h4 span {
    display: inline-block;
    border-bottom: 1px solid #000; }
    #body-wrapper h4 span .jp {
      display: block;
      font-style: normal;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1em;
      letter-spacing: 0.075em;
      margin-bottom: 0.5em; }
    #body-wrapper h4 span .en {
      display: block;
      font-family: "DINNextLTPro", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "M+ 1p", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1em;
      letter-spacing: 0.130em;
      margin-bottom: 0.3em; }
#body-wrapper .caption {
  width: 43.75rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 2.1875rem; }
#body-wrapper .area01 .visual {
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 4.6875rem; }
  #body-wrapper .area01 .visual::before {
    content: "";
    display: block;
    padding-top: 32.8125%; }
  #body-wrapper .area01 .visual img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
#body-wrapper .area01 .logo {
  text-align: center;
  line-height: 0;
  margin: 2.5rem 0; }
  #body-wrapper .area01 .logo img {
    width: 12.5rem; }
#body-wrapper .area02 {
  margin-bottom: 5rem; }
  #body-wrapper .area02 .img {
    line-height: 0;
    margin-bottom: 2.1875rem; }
  #body-wrapper .area02#rts {
    padding-top: 5rem; }
#body-wrapper .area03 {
  background-color: #fff8fa;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  #body-wrapper .area03 .visual {
    line-height: 0;
    position: relative; }
    #body-wrapper .area03 .visual img {
      width: 100%; }
    #body-wrapper .area03 .visual .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: 0;
      width: 100%;
      text-align: center; }
      #body-wrapper .area03 .visual .inner img {
        width: 19.6078431373%; }
  #body-wrapper .area03 .logo {
    text-align: center;
    line-height: 0;
    margin: 2.5rem 0; }
    #body-wrapper .area03 .logo img {
      width: 18.75rem; }
#body-wrapper .area04 {
  background-color: #fff8fa;
  padding-bottom: 7.5rem; }
  #body-wrapper .area04 .visual {
    line-height: 0;
    position: relative; }
    #body-wrapper .area04 .visual img {
      width: 100%; }
  #body-wrapper .area04 .logo {
    text-align: center;
    line-height: 0;
    margin: 2.5rem 0; }
    #body-wrapper .area04 .logo img {
      width: 11.1875rem; }
#body-wrapper .area05 {
  background-color: #fff8fa; }
  #body-wrapper .area05 .area-title {
    text-align: center;
    margin-bottom: 4.0625rem; }
    #body-wrapper .area05 .area-title span {
      display: inline-block;
      font-size: 2rem;
      line-height: 1em;
      letter-spacing: 0.130em;
      font-weight: bold;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #000; }
