@charset "UTF-8";
html, body {
  min-width: 980px;
}
@media screen and (max-width: 620px) {
  html, body {
    min-width: 320px;
  }
}

#rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-products a:hover,
#rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-store a:hover,
#rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-school a:hover,
#rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-community a:hover,
.category-products #rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-products a,
.category-store #rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-store a,
.category-community #rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-community a,
.category-school #rim-tpl-header #rim-tpl-categorynav li.rim-tpl-btn-school a {
  background-position: -245px -39px;
}

#main {
  padding-top: 25px;
  padding-bottom: 100px;
  font-size: 16px;
  min-width: 980px;
  overflow-x: hidden;
}
@media screen and (max-width: 620px) {
  #main {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 24px;
    font-size: 3.2vw;
    min-width: 0;
  }
}

p {
  line-height: 1.8;
}

@media screen and (min-width: 621px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .only-pc {
    display: none;
  }
}
.exhibition_contents {
  width: 100%;
  max-width: 980px;
}
@media screen and (max-width: 620px) {
  .exhibition_contents {
    width: 92%;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

/********************

 module

********************/
.btn a {
  background-color: #1b1b1b;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: opacity 0.4s;
  opacity: 1;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 620px) {
  .btn a {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
.btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
@media screen and (max-width: 620px) {
  .btn a::after {
    right: 13px;
    border-width: 1px;
  }
}
@media screen and (min-width: 621px) {
  .btn a:hover {
    opacity: 0.6;
  }
}
.btn.goto-back {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 620px) {
  .btn.goto-back {
    margin-bottom: -10px;
    margin-top: 15px;
  }
}
.btn.goto-back a {
  font-size: 14px;
  height: 53px;
  width: 360px;
  line-height: 1.4;
  background-color: #fff;
  border: 2px solid #1b1b1b;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 620px) {
  .btn.goto-back a {
    transition: none;
    font-size: 18px;
    font-size: 2.4vw;
    width: 70%;
    min-width: 260px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.btn.goto-back a::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 620px) {
  .btn.goto-back a::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 621px) {
  .btn.goto-back a:hover {
    opacity: 0.4;
  }
}

.heading-lv1 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #232323;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 620px) {
  .heading-lv1 {
    font-size: 34px;
    font-size: 4.5333333333vw;
    padding-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.heading-lv1 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 620px) {
  .heading-lv1 span {
    display: block;
    margin-left: 0;
    font-size: 18px;
    font-size: 2.4vw;
    margin-top: 5px;
  }
}

.heading-lv2 {
  font-size: 20px;
  font-weight: bold;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .heading-lv2 {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
.heading-lv2 span {
  line-height: 1.2;
}
.heading-lv2::before {
  content: "";
  width: 7px;
  height: 100%;
  min-height: 18px;
  background-color: #232323;
  margin-right: 20px;
  margin-top: -4px;
}
.heading-lv2.line {
  padding-bottom: 13px;
  border-bottom: 2px solid #232323;
}

.goto-top {
  width: 313px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
@media screen and (max-width: 620px) {
  .goto-top {
    width: 78.26%;
    margin-top: 60px;
  }
}
.goto-top a {
  width: 313px;
  height: 53px;
  letter-spacing: 0.16em;
  text-indent: -0.5em;
}
@media screen and (max-width: 620px) {
  .goto-top a {
    width: 100%;
    height: 60px;
    font-size: 30px;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}
.goto-top a::after {
  right: 30px;
  border-width: 2px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) skew(15deg, 15deg);
}
@media screen and (max-width: 620px) {
  .goto-top a::after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
}

/********************

  hero

********************/
#hero {
  width: 100%;
}
@media screen and (max-width: 620px) {
  #hero img {
    width: 100%;
    height: auto;
  }
}

/********************

  nav

********************/
#exhibition-nav {
  height: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 620px) {
  #exhibition-nav {
    height: auto;
    margin-top: 25px;
  }
}
#exhibition-nav .nav-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 620px) {
  #exhibition-nav .nav-list {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
#exhibition-nav .nav-list li {
  width: 164px;
  cursor: pointer;
  position: relative;
  background-color: #232323;
  transition: opacity 0.4s;
  opacity: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 620px) {
  #exhibition-nav .nav-list li {
    width: 50%;
  }
}
@media screen and (min-width: 621px) {
  #exhibition-nav .nav-list li:hover {
    opacity: 0.6;
  }
}
#exhibition-nav .nav-list li a {
  display: block;
  width: 160px;
  height: 80px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  /* flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 14px;
  pointer-events: none;
}
@media screen and (max-width: 620px) {
  #exhibition-nav .nav-list li a {
    width: 100%;
    height: auto;
    font-size: 20px;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    padding: 10px;
    white-space: nowrap;
    box-sizing: border-box;
  }
}
#exhibition-nav .nav-list li a span {
  font-size: 12px;
}
#exhibition-nav .nav-list li.active {
  background-color: rgb(75, 75, 75);
}
#exhibition-nav .nav-list li.active::before, #exhibition-nav .nav-list li.active::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
}
@media screen and (max-width: 620px) {
  #exhibition-nav .nav-list li.active::before, #exhibition-nav .nav-list li.active::after {
    width: 6px;
    height: 6px;
  }
}
#exhibition-nav .nav-list li.active::before {
  top: 6px;
  left: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#exhibition-nav .nav-list li.active::after {
  top: 6px;
  right: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#exhibition-nav .nav-list li.active a::before, #exhibition-nav .nav-list li.active a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
}
@media screen and (max-width: 620px) {
  #exhibition-nav .nav-list li.active a::before, #exhibition-nav .nav-list li.active a::after {
    width: 6px;
    height: 6px;
  }
}
#exhibition-nav .nav-list li.active a::before {
  bottom: 6px;
  left: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
#exhibition-nav .nav-list li.active a::after {
  bottom: 6px;
  right: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/********************

  tab contents

********************/
.tabContents-wrap .tab-contents {
  display: none;
  padding-top: 60px;
}
@media screen and (max-width: 620px) {
  .tabContents-wrap .tab-contents {
    padding-top: 50px;
  }
}
.tabContents-wrap .tab-contents.is-show {
  display: block;
}

/********************

  detail

********************/
.title-wrap {
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 620px) {
  .title-wrap {
    padding-bottom: 20px;
  }
}
.title-wrap h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .title-wrap h2 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.title-wrap h2 span {
  font-size: 20px;
}

h3.theme {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.lead-block .img {
  float: right;
  max-width: 460px;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 620px) {
  .lead-block .img {
    max-width: 100%;
    margin-left: auto;
    float: none;
  }
}
.lead-block .img img {
  max-width: 460px;
  max-height: 460px;
  height: auto;
}
@media screen and (max-width: 620px) {
  .lead-block .img img {
    width: 100%;
    max-height: 100%;
  }
}
.lead-block .lead-text {
  line-height: 1.8;
}
.lead-block .lead-text p + p {
  margin-top: 1em;
}

/***** 参加者リスト ****/
.participant-list {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 620px) {
  .participant-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.participant-list ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.participant-list ul li {
  width: 135px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 620px) {
  .participant-list ul li {
    width: 32.61%;
    margin-right: 1.08%;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
  }
}
.participant-list ul li:nth-child(7n) {
  margin-right: 0;
}
@media screen and (max-width: 620px) {
  .participant-list ul li:nth-child(7n) {
    margin-right: 1.08%;
  }
}
@media screen and (max-width: 620px) {
  .participant-list ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.participant-list ul li a {
  min-height: 40px;
  /* flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  color: #101010;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .participant-list ul li a {
    font-size: 23px;
    font-size: 3.0666666667vw;
    width: 100%;
    padding: 3px;
  }
}
.participant-list ul li a span {
  font-size: 12px;
}
@media screen and (max-width: 620px) {
  .participant-list ul li a span {
    font-size: 18px;
    font-size: 2.4vw;
  }
}
.participant-list ul li:hover a {
  color: #fff;
  background-color: #232323;
}
@media screen and (max-width: 620px) {
  .participant-list ul li:hover a {
    color: #101010;
    background-color: #f5f5f5;
  }
}

.item + .item {
  margin-top: 100px;
}
@media screen and (max-width: 620px) {
  .item + .item {
    margin-top: 60px;
  }
}
.item + .item::before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #4b4b4b;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 620px) {
  .item + .item::before {
    width: 100px;
    margin-bottom: 60px;
  }
}
.item .title-wrap h2 {
  line-height: 32px;
  letter-spacing: 0.06em;
}

/***** イメージリスト ****/
.imglist-wrap {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 620px) {
  .imglist-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.img-list {
  width: 100%;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .img-list {
    display: block;
    margin: 0;
  }
}
.img-list li {
  margin: 30px;
  max-width: 450px;
  max-height: 450px;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .img-list li {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 620px) {
  .img-list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.img-list li img {
  height: auto;
  max-height: 450px;
  max-width: 100%;
}
@media screen and (max-width: 620px) {
  .img-list li img {
    max-height: 100%;
    width: 100%;
  }
  .img-list li img.vertical {
    width: auto;
    max-width: 66%;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .img-list li img {
    width: 100%;
  } /* IE11 */
}
.qr {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 620px) {
  .qr {
    width: 30%;
    height: auto;
  }
}

.caption-wrap {
  text-align: center;
}
.caption-wrap .caption {
  text-align: left;
  display: inline-block;
}
.caption-wrap .caption a:link {
  text-decoration: underline;
}
.caption-wrap .caption a:link:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */