@charset "UTF-8";
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.p-exhibitors-detail p:not([class]) + p {
  margin-top: 1em;
}
.p-exhibitors-detail__body {
  padding: 0 45px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors-detail__body {
    padding: 0 2rem;
  }
}
.p-exhibitors-detail__body.-bg {
  background: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .p-exhibitors-detail__body.-bg {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-exhibitors-detail__inner {
  max-width: 1620px;
  margin: 0 auto;
}
.p-exhibitors-detail__inner > *:first-child {
  margin-top: 0;
}
.p-exhibitors-detail__inner > *:last-child {
  margin-bottom: 0;
}

.p-exhibitors-detail__body + .p-exhibitors-detail__body {
  margin-top: 80px;
}

.c-exhibitors-company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company {
    flex-direction: column;
  }
}
.c-exhibitors-company__body {
  display: flex;
  flex-direction: column-reverse;
}
.c-exhibitors-company__name {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__name {
    font-size: 2rem;
  }
}
.c-exhibitors-company__label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__label {
    margin-bottom: 8px;
  }
}
.c-exhibitors-company__area {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background: #42A737;
  padding: 2px 20px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__area {
    font-size: 1.2rem;
  }
}
.c-exhibitors-company__category {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__category {
    font-size: 1.2rem;
  }
}
.c-exhibitors-company__img {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-company__img {
    width: 100%;
  }
}
.c-exhibitors-ttl {
  font-size: 2.4rem;
  border-top: 2px solid #ccc;
  position: relative;
  margin-top: 100px;
  margin-bottom: 32px;
  padding-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-ttl {
    margin-top: 50px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-exhibitors-ttl::before {
  content: "";
  width: 150px;
  height: 2px;
  background: #0D8640;
  position: absolute;
  top: -2px;
  left: 0;
}
.c-exhibitors-ttl.-mb-10 {
  margin-bottom: 10px;
}
.c-exhibitors-products {
  display: flex;
  gap: 20px 60px;
  flex-direction: row-reverse;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .c-exhibitors-products {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
}
.c-exhibitors-products + .c-exhibitors-products {
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products + .c-exhibitors-products {
    margin-top: 40px;
  }
}
.c-exhibitors-products__body {
  display: flex;
  flex-direction: column;
}
.c-exhibitors-products__ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__detail {
    font-size: 1.4rem;
  }
}
.c-exhibitors-products__btn {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.c-exhibitors-products__btn a {
  font-size: 1.4rem;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #fff;
  min-width: 200px;
  min-height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 60px;
  transition: all 0.3s ease;
  border: 1px solid #E70027;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__btn a {
    min-width: auto;
    width: 100%;
  }
}
.c-exhibitors-products__btn a:hover {
  color: #E70027;
  border: 1px solid #E70027;
}
.c-exhibitors-products__btn a:hover::before {
  opacity: 0;
}
.c-exhibitors-products__btn a:hover::after {
  background-color: #E70027;
}
.c-exhibitors-products__btn a::before {
  content: "";
  display: block;
  background: #E70027;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.c-exhibitors-products__btn a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  mask: url("/media/images/cms/icon_arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("/media/images/cms/icon_arrow_right.svg") no-repeat center/contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease background-color;
}
.c-exhibitors-products__img {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-exhibitors-products__img {
    width: 40%;
  }
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-products__img {
    width: 100%;
  }
}
.c-exhibitors-products__img img {
  max-width: 100%;
  height: auto;
}
.c-exhibitors-movie {
  width: 100%;
}
.c-exhibitors-movie__item {
  max-width: 1000px;
  margin-inline: auto;
}
.c-exhibitors-movie__item iframe {
  aspect-ratio: 1000/690;
  border: none;
}
.c-exhibitors-movie__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-movie__ttl {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.c-exhibitors-movie iframe {
  width: 100%;
}
.c-exhibitors-link li + li {
  margin-top: 0.5em;
}
.c-exhibitors-return {
  padding: 0 2rem;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-return {
    margin-bottom: 80px;
  }
}
.c-exhibitors-return a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 460px;
  min-height: 70px;
  border-radius: 10px;
  padding: 20px 80px;
  transition: 0.3s ease background-color;
  font-size: 1.8rem;
  position: relative;
  background: #0D8640;
  transition: 0.3s ease color;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .c-exhibitors-return a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    font-size: 1.4rem;
  }
}
.c-exhibitors-return a:hover {
  color: #fff;
}
.c-exhibitors-return a:hover::before {
  opacity: 0;
}
.c-exhibitors-return a:hover::after {
  background-color: #fff;
}
.c-exhibitors-return a::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 9px;
  transition: 0.3s ease opacity;
}
.c-exhibitors-return a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #0D8640;
  mask: url("/media/images/cms/icon_arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("/media/images/cms/icon_arrow_right.svg") no-repeat center/contain;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease background-color;
  z-index: 2;
}
.c-exhibitors-return__txt {
  position: relative;
  z-index: 3;
}