@font-face {
  font-family: YuGothic M;
  src: local(Yu Gothic Medium)
}

.nav__exhibition-list {
  overflow: hidden
}

.nav__exhibition-list ul {
  margin-top: 30px
}

.nav__exhibition-list ul li {
  box-sizing: border-box;
  float: left;
  width: 66px;
  padding-right: 2px;
  padding-bottom: 2px
}

.nav__exhibition-list ul li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #f28d01
}

.exhibition__box {
  margin: 5% 0
}

@media screen and (min-width:1000px) {
  .exhibition__box {
    display: table;
    width: 100%
  }
}

@media screen and (max-width:999px) {
  .exhibition__box {
    display: table;
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .exhibition__box {
    display: block
  }
}

.exhibition__box .exhibition__head {
  background-color: #f28d01
}

@media screen and (min-width:1000px) {
  .exhibition__box .exhibition__head {
    display: table-cell;
    width: 36%
  }
}

@media screen and (max-width:999px) {
  .exhibition__box .exhibition__head {
    display: table-cell;
    width: 36%
  }
}

@media screen and (max-width:767px) {
  .exhibition__box .exhibition__head {
    display: block;
    width: 100%
  }
}

.exhibition__box .exhibition__head .exhibition__num {
  border-bottom: 1px solid #fad199;
  float: left;
  text-align: center;
  width: 50%;
  padding: 3px;
  box-sizing: border-box
}

.exhibition__box .exhibition__head .exhibition__num p {
  height: 41px;
  line-height: 36px;
  color: #FFF;
  border: solid #fff 3px;
  box-sizing: border-box
}

.exhibition__box .exhibition__head .exhibition__tag {
  float: right;
  overflow: hidden;
  width: 50%
}

.exhibition__box .exhibition__head .exhibition__tag li {
  color: #FFF;
  border-bottom: 1px solid #fad199;
  border-left: 1px solid #fad199;
  box-sizing: border-box;
  float: left;
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 50%
}

.exhibition__box .exhibition__head .exhibition__tag .exhibition__tagdata1 {
  background-color: #f28d01
}

.exhibition__box .exhibition__head .exhibition__tag .exhibition__tagdata {
  background-color: #999
}

.exhibition__box .exhibition__head .exhibition__data {
  clear: both;
  color: #fff;
  padding: 24px;
  width: 100%
}

.exhibition__box .exhibition__head .exhibition__data h5 {
  font-size: 1.6rem
}

.exhibition__box .exhibition__head .exhibition__data img {
  padding: 20px 0 10px;
  width: auto
}

@media screen and (min-width:1000px) {
  .exhibition__box .exhibition__head .exhibition__data img {
    width: 100%
  }
}

@media screen and (max-width:999px) {
  .exhibition__box .exhibition__head .exhibition__data img {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .exhibition__box .exhibition__head .exhibition__data img {
    width: 100%
  }
}

.exhibition__box .exhibition__head .exhibition__data a {
  text-decoration: underline;
  color: #fff
}

.exhibition__box .exhibition__more {
  line-height: 1;
  padding: 0 24px 24px;
  background-color: #f28d01
}

.exhibition__box .exhibition__more span {
  background-color: #fff;
  display: block;
  width: 100%;
  color: #f28d01;
  padding: 10px;
  background-image: url(../img/ico_arrow-org-b.png);
  background-position: right 16px center;
  background-size: 12px
}

.exhibition__box .exhibition__more .on {
  background-image: url(../img/ico_arrow-org-t.png)
}

@media screen and (min-width:1000px) {
  .exhibition__box .exhibition__more {
    display: none
  }
}

@media screen and (max-width:999px) {
  .exhibition__box .exhibition__more {
    display: none
  }
}

@media screen and (max-width:767px) {
  .exhibition__box .exhibition__more {
    display: block
  }
}

.exhibition__box .exhibition__body {
  vertical-align: top;
  overflow: hidden;
  padding: 24px;
  background-color: #fff;
  border-left: none
}

@media screen and (min-width:768px) {
  .exhibition__box .exhibition__body {
    display: table-cell !important;
    width: 64%
  }
}

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

@media screen and (max-width:767px) {
  .exhibition__box .exhibition__body .exhibition__txt {
    display: table-cell;
    width: 64%
  }
}

.exhibition__box .exhibition__body h6 {
  font-size: 1.6rem;
  color: #f28d01;
  padding-bottom: 10px
}

.exhibition__box .exhibition__body p {
  padding-bottom: 20px
}

.exhibition__box .exhibition__body ul li p {
  padding-bottom: 0
}

.exhibition__box .exhibition__body ul li a {
  display: block
}

.exhibition__box .exhibition__body ul li a.in-active {
  pointer-events: none;
}

@media screen and (max-width:999px) {
  .exhibition__box .exhibition__body ul li {
    box-sizing: border-box;
    min-height: 52px;
    float: left;
    margin-top: 10px;
    position: relative;
    width: 49%
  }

  .exhibition__box .exhibition__body ul li:nth-child(2n-1) {
    margin-right: 2%
  }
}

@media screen and (min-width:1000px) {
  .exhibition__box .exhibition__body ul li {
    box-sizing: border-box;
    min-height: 52px;
    float: left;
    margin-top: 10px;
    position: relative;
    width: 49%
  }

  .exhibition__box .exhibition__body ul li:nth-child(2n-1) {
    margin-right: 2%
  }
}

@media screen and (max-width:767px) {
  .exhibition__box .exhibition__body ul li {
    float: none;
    width: auto
  }

  .exhibition__box .exhibition__body ul li:nth-child(2n-1) {
    margin-right: 0
  }
}

.exhibition__box .exhibition__body ul li p {
  display: table-cell;
  vertical-align: middle;
  margin: 0
}

.exhibition__box .exhibition__body ul li p img {
  border: 1px solid #fad199;
  margin-right: 10px;
  max-width: none;
  width: 60px
}

#a02_c .exhibition__body,
#a04_c .exhibition__body,
#a06_c .exhibition__body,
#a08_c .exhibition__body,
#a10_c .exhibition__body {
  background-color: #e4e7e9
}

ul.works {
  margin: 35px 0 0;
  overflow: hidden
}

ul.works li.works__list {
  float: left;
  margin-right: 16px;
  padding-bottom: 15px;
  width: 158px
}

@media screen and (max-width:767px) {
  ul.works li.works__list {
    width: 32%;
    margin-left: 0;
    margin-right: 2%
  }

  ul.works li.works__list:nth-child(3n) {
    margin-right: 0
  }
}

ul.works li.works__list img {
  box-sizing: border-box;
  border: 1px solid #fad199;
  width: 100%
}

ul.works li.works__list .works_ttl {
  color: #f28d01;
  padding: 5px 0 2px
}

ul.works li.works__list .works__copyright {
  color: #999;
  font-size: 12px
}


.exhibition__txt.sp-show {
  display: none;
}

@media screen and (max-width:767px) {
  .exhibition__txt.sp-show {
    display: block;
    font-size: 12px;
  }

  .exhibition__body h6.sp-hide {
    display: none;
  }
}

.exhibition__box .exhibition__head {
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .exhibition__txt__works {
    color: #30343f;
  }
}

ul.works.nurie li.works__list {
  width: 200px;
}

ul.works.nurie .works__ttl {
  color: #f28d01;
}

.works__imageWrap {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  font-size: 0;
  border: 1px solid #fad199;

  &>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  ul.works.nurie li.works__list {
    width: 48%;
  }
}

.exit-dl {
  position: relative;
}

.exit-dl:before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
}

.exit-dl:after {
  position: absolute;
  content: "配布終了";
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}

.exhibition__box .exhibition__body ul {
  /* ulに高さをもたせる */
  overflow: hidden;
}

.exhibition__title {
  margin-top: 20px;
}

.exhibition__exhibitContent {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0;
}

.exhibition__box .exhibition__body .exhibition__exhibitContent .exhibition__exhibitContent__item {
  margin-right: 0;
  float: none;
  min-height: unset;
  margin-top: unset;
  position: unset;
  width: min(62px, 16.666667%);
}

.exhibition__exhibitContent__link {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: 1px solid #fad199;
}

.exhibition__exhibitContent__image {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

@media (min-width: 768px) {
  .exhibition__exhibitContent {
    gap: 16px;
  }
}

.exhibition__note {
  margin-bottom: 30px;
  padding: 8px;
  border: 2px solid rgb(229, 0, 0);
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .exhibition__note {
    padding: 16px;
  }
}

.exhibition__note__text {
  color: rgb(229, 0, 0);
  font-size: 16px;
  line-height: 1.5;
}

.exhibition__imageWrap {
  --exhibition__imageWrap-size: 60px;

  display: block;
  margin-right: 10px;
  width: var(--exhibition__imageWrap-size);
  height: var(--exhibition__imageWrap-size);
  border: 1px solid #fad199;
  font-size: 0;

  &>img {
    margin-right: 0 !important;
    width: 100% !important;
    height: 100%;
    border: 0 !important;
    object-fit: contain;
  }
}

.exhibition__mainImageWrap {
  margin-block: 20px 10px;
  width: 100%;
  aspect-ratio: 312/142;
  font-size: 0;
  background-color: #fff;

  >.exhibition__img {
    padding: 0 !important;
    width: 100% !important;
    height: 100%;
    object-fit: contain;
  }
}