@charset "UTF-8";
html body {
  /* コンテナ設定 */
}
html body.exhibit .subvisual {
  display: flex;
}
@media screen and (max-width: 991px) {
  html body.exhibit .subvisual {
    display: block;
  }
}
html body.exhibit .subvisual .subvisual__title-block {
  flex: 1;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
html body.exhibit .subvisual .subvisual__title-block .subvisual__title {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1400px) {
  html body.exhibit .subvisual .subvisual__title-block .subvisual__title {
    display: block;
  }
}
html body.exhibit .subvisual .subvisual__title-block .subvisual__title p {
  color: #FFFFFF;
  font-weight: 700;
}
html body.exhibit .subvisual .subvisual__title-block .subvisual__title p.subvisual__title-number {
  font-size: 3.2rem;
  padding-right: 0.5rem;
}
html body.exhibit .subvisual .subvisual__title-block .subvisual__title p.subvisual__title-name {
  font-size: 4.3rem;
}
html body.exhibit .subvisual .subvisual__info {
  flex: 1;
  background-color: #EA7022;
  color: #FFFFFF;
}
html body.exhibit .subvisual .subvisual__info .subvisual__info--inner {
  padding: 5rem 9rem 10rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .subvisual .subvisual__info .subvisual__info--inner {
    padding: 5rem 1rem 10rem;
    max-width: 400px;
    margin: 0 auto;
  }
}
html body.exhibit .subvisual .subvisual__info .subvisual__catch {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 0 1rem;
}
html body.exhibit .subvisual .subvisual__info .subvisual__catch .subvisual__emphasis {
  border: 1px solid #FFFFFF;
  padding: 0 0.5rem;
}
html body.exhibit .subvisual .subvisual__info .subvisual__catch .subvisual__emphasis.subvisual__emphasis--kyushu {
  background-color: #FFFFFF;
  color: #EA7022;
}
html body.exhibit .subvisual .subvisual__info .subvisual__catch .subvisual__emphasis.subvisual__emphasis--national {
  color: #EA7022;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
}
html body.exhibit .subvisual .subvisual__info .subvisual__text {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.421;
  padding-bottom: 2.5rem;
}
html body.exhibit .subvisual .subvisual__info .subvisual__date {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FDE8A2;
}
@media screen and (max-width: 575px) {
  html body.exhibit .subvisual .subvisual__info .subvisual__date {
    font-size: 2rem;
  }
}
html body.exhibit .subvisual .subvisual__info .subvisual__date .subvisual__date-number {
  font-size: 3.6rem;
}
@media screen and (max-width: 575px) {
  html body.exhibit .subvisual .subvisual__info .subvisual__date .subvisual__date-number {
    font-size: 3rem;
  }
}
html body.exhibit .subvisual .subvisual__info .subvisual__date .subvisual__date-jp {
  letter-spacing: -0.05em;
}
html body.exhibit .subvisual .subvisual__info .subvisual__date .subvisual__date-day {
  font-size: 1.8rem;
}
html body.exhibit .subvisual .subvisual__info .subvisual__date .subvisual__date-period {
  letter-spacing: -0.1em;
}
html body.exhibit .subvisual .subvisual__info .subvisual__venue {
  font-weight: 700;
  padding-top: 1rem;
}
html body.exhibit .subvisual .subvisual__info .subvisual__venue::before {
  content: "";
  background-image: url(../../images/common/icon-map_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14.5px;
  height: 19.3px;
  vertical-align: sub;
  padding-right: 0.5rem;
}
html body.exhibit .subvisual .subvisual__info .subvisual__venue a {
  color: #fff;
}
@media screen and (max-width: 575px) {
  html body.exhibit .feature .feature__title {
    font-size: 1.8rem;
  }
}
html body.exhibit .feature .feature__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  html body.exhibit .feature .feature__items {
    display: block;
  }
}
html body.exhibit .feature .feature__items .feature__item {
  flex-basis: 30%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body.exhibit .feature .feature__items .feature__item {
    padding-bottom: 4rem;
  }
}
html body.exhibit .feature .feature__items .feature__item .feature__item-title {
  font-weight: 700;
  color: #EA7022;
  line-height: 1.444;
  padding: 2.5rem 0;
}
@media screen and (max-width: 575px) {
  html body.exhibit .feature .feature__items .feature__item .feature__item-title {
    padding: 1.5rem 0;
  }
}
html body.exhibit .feature .feature__items .feature__item .feature__item-text {
  text-align: left;
  color: #5F5F5F;
}
html body.exhibit .result {
  margin-top: 6rem;
  padding: 1rem 0 9rem;
}
@media screen and (max-width: 767px) {
  html body.exhibit .result {
    margin-top: 3rem;
    padding: 1rem 0 6rem;
  }
}
html body.exhibit .result .result__title {
  margin-bottom: 0;
}
html body.exhibit .result .result__summary {
  text-align: center;
  color: #E5A33B;
  font-weight: 700;
}
html body.exhibit .result .result__stats {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body.exhibit .result .result__stats {
    display: block;
  }
}
html body.exhibit .result .result__stats .result__item {
  flex-basis: 26.6666666667%;
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body.exhibit .result .result__stats .result__item {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 991px) {
  html body.exhibit .result .result__stats .result__item {
    flex-basis: 31.6666666667%;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .result .result__stats .result__item {
    margin-bottom: 2rem;
  }
}
html body.exhibit .result .result__stats .result__item .result__item-title {
  font-weight: 700;
  font-size: 21px;
}
html body.exhibit .result .result__stats .result__item .result__item-value {
  font-weight: 700;
  font-size: 19px;
  color: #EA7022;
}
html body.exhibit .result .result__stats .result__item .result__item-value.result__item-per {
  position: relative;
  display: inline-block;
}
html body.exhibit .result .result__stats .result__item .result__item-value.result__item-per::after {
  content: "";
  background-image: url(../../images/exhibit/icon-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 70%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
html body.exhibit .result .result__stats .result__item .result__item-value .result__num {
  font-size: 51px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  html body.exhibit .result .result__stats .result__item .result__item-value .result__num {
    font-size: 41px;
  }
}
html body.exhibit .result .result__stats .result__item .result__item-value .result__num.result__sla {
  position: relative;
  padding-left: 3rem;
}
html body.exhibit .result .result__stats .result__item .result__item-value .result__num.result__sla::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 2px;
  transform: rotate(-75deg) translateY(-50%);
  position: absolute;
  top: 55%;
  left: -8px;
  background-color: #EA7022;
}
html body.exhibit .result .result__photos {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  html body.exhibit .result .result__photos {
    flex-wrap: wrap;
  }
}
html body.exhibit .result .result__photos .result__photo-item {
  flex-basis: 24.5%;
}
@media screen and (max-width: 575px) {
  html body.exhibit .result .result__photos .result__photo-item {
    flex-basis: 49%;
    padding-bottom: 1rem;
  }
}
html body.exhibit .result .result__photos .result__photo-item .result__photo-img {
  width: 100%;
}
html body.exhibit .result .result__photos .result__photo-item .result__photo-caption {
  font-size: 1.4rem;
  padding-top: 0.5rem;
}
html body.exhibit .merit .merit__title .merit__title--num {
  font-size: 5.7rem;
}
@media screen and (max-width: 575px) {
  html body.exhibit .merit .merit__title .merit__title--num {
    font-size: 4rem;
  }
}
html body.exhibit .merit .merit__list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__list {
    display: block;
  }
}
html body.exhibit .merit .merit__list .merit__item {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__list .merit__item {
    flex-basis: 47.5%;
  }
  html body.exhibit .merit .merit__list .merit__item:nth-child(n+3) {
    padding-top: 3rem;
  }
}
html body.exhibit .merit .merit__list .merit__item:nth-child(n+4) {
  padding-top: 3rem;
}
html body.exhibit .merit .merit__list .merit__item .merit__head {
  color: #EA7022;
  text-align: center;
  border-radius: 10px;
  background-color: #FDE8A2;
  font-size: 2.4rem;
  line-height: 1.458;
  padding: 3rem 1rem;
  position: relative;
  bottom: -10px;
}
@media screen and (max-width: 991px) {
  html body.exhibit .merit .merit__list .merit__item .merit__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__list .merit__item .merit__head {
    font-size: 1.8rem;
  }
}
html body.exhibit .merit .merit__list .merit__item .merit__head .merit__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__list .merit__item .merit__head .merit__label {
    top: -32px;
  }
}
html body.exhibit .merit .merit__list .merit__item .merit__head .merit__label span {
  padding-left: 1rem;
  vertical-align: middle;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #EA7022;
  text-stroke: 1px #EA7022;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__list .merit__item .merit__head .merit__label span {
    font-size: 4.5rem;
  }
}
html body.exhibit .merit .merit__list .merit__item .merit__content {
  position: relative;
}
html body.exhibit .merit .merit__list .merit__item .merit__content img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
html body.exhibit .merit .merit__list .merit__item .merit__content .merit__text {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__list .merit__item .merit__content .merit__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
html body.exhibit .merit .merit__special {
  position: relative;
  margin-top: 7rem;
}
html body.exhibit .merit .merit__special .merit__special-tag {
  background-image: url(../../images/exhibit/spiky-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.9rem;
  position: absolute;
  top: -40px;
  left: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  html body.exhibit .merit .merit__special .merit__special-tag {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    left: 10px;
  }
}
html body.exhibit .merit .merit__special .merit__head {
  color: #EA7022;
  text-align: center;
  border-radius: 10px;
  background-color: #FDE8A2;
  font-size: 2.4rem;
  line-height: 1.458;
  padding: 3rem 1rem;
  position: relative;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body.exhibit .merit .merit__special .merit__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__head {
    font-size: 1.8rem;
  }
}
html body.exhibit .merit .merit__special .merit__head .merit__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__head .merit__label {
    top: -32px;
  }
}
html body.exhibit .merit .merit__special .merit__head .merit__label span {
  padding-left: 1rem;
  vertical-align: middle;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #EA7022;
  text-stroke: 1px #EA7022;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__head .merit__label span {
    font-size: 4.5rem;
  }
}
html body.exhibit .merit .merit__special .merit__content {
  display: flex;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content {
    display: block;
    padding: 0;
  }
}
html body.exhibit .merit .merit__special .merit__content .merit__overview {
  text-align: center;
  min-width: 352px;
}
@media screen and (max-width: 991px) {
  html body.exhibit .merit .merit__special .merit__content .merit__overview {
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content .merit__overview {
    min-width: auto;
  }
}
html body.exhibit .merit .merit__special .merit__content .merit__overview .merit__img {
  width: 90%;
}
html body.exhibit .merit .merit__special .merit__content .merit__overview .merit__link {
  display: block;
  background-color: #E5A33B;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 99px;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
}
html body.exhibit .merit .merit__special .merit__content .merit__overview .merit__link::after {
  content: "";
  background-image: url(../../images/common/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8.3px;
  height: 14.5px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
html body.exhibit .merit .merit__special .merit__content .merit__detail {
  padding-left: 4rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail {
    padding-left: 0;
  }
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__text {
  font-size: 1.8rem;
  padding: 3.5rem 0 4.5rem;
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps {
  display: flex;
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step {
  width: 25%;
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2) {
  position: relative;
  padding-left: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2) {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2)::before {
  content: "";
  background-image: url(../../images/common/icon-arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.5px;
  height: 23.7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step:nth-child(n+2)::before {
    width: 8.5px;
    height: 15.7px;
  }
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-num {
  text-align: center;
  color: #EA7022;
  font-size: 2.1rem;
  padding-bottom: 1.5rem;
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-num.merit__step-finish {
  color: #9DCC44;
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 90px;
  min-width: 90px;
}
@media screen and (max-width: 991px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step img {
    max-width: 70px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step img {
    max-width: 50px;
  }
}
html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-text {
  font-size: 1.4rem;
  color: #333333;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  html body.exhibit .merit .merit__special .merit__content .merit__detail .merit__steps .merit__step .merit__step-text {
    font-size: 1.1rem;
  }
}
html body.exhibit .section-voice {
  background-color: transparent;
  margin-top: 12.6rem;
  padding-top: 9rem;
}
html body.exhibit .survey .orange__title {
  text-align: center;
  font-weight: 700;
  color: #EA7022;
  font-size: 2.6rem;
  position: relative;
}
html body.exhibit .survey .orange__title::after {
  content: "";
  width: 168px;
  height: 2px;
  display: inline-block;
  background-color: #EA7022;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
html body.exhibit .survey .survey__list {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 19px;
  padding: 6rem;
  margin-top: 5rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  html body.exhibit .survey .survey__list {
    display: block;
    padding: 3rem 2rem;
  }
}
html body.exhibit .survey .survey__list .survey__item .survey__subtitle {
  color: #EA7022;
  font-weight: 700;
  font-size: 2.9rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .survey .survey__list .survey__item .survey__subtitle {
    font-size: 2.5rem;
  }
}
html body.exhibit .survey .survey__list .survey__item .survey__subtitle::after {
  content: "";
  background-image: url(../../images/exhibit/icon-textsms.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking {
  padding-top: 2rem;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank.survey__rank-1 {
  color: #D6B456;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank.survey__rank-1::before {
  background-image: url(../../images/exhibit/icon-crown1.svg);
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank.survey__rank-2 {
  color: #A29C8D;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank.survey__rank-2::before {
  background-image: url(../../images/exhibit/icon-crown2.svg);
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank.survey__rank-3 {
  color: #BF753F;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank.survey__rank-3::before {
  background-image: url(../../images/exhibit/icon-crown3.svg);
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 36px;
  display: inline-block;
  padding-right: 0.5rem;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank::after {
  content: "";
  display: inline-block;
  width: 72%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 991px) {
  html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank::after {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__rank::after {
    width: 65%;
  }
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__detail .survey__text {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__detail .survey__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__detail .survey__text {
    font-size: 2rem;
  }
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__detail .survey__number {
  color: #EA7022;
  font-weight: 700;
  font-size: 4rem;
  padding-left: 2rem;
}
html body.exhibit .survey .survey__list .survey__item .survey__ranking .survey__detail .survey__number::after {
  content: "％";
  font-size: 2.6rem;
}
html body.exhibit .survey .survey__list .survey__item .survey__other {
  display: flex;
  border-top: 1px solid #707070;
  padding-top: 2rem;
  margin-top: 2rem;
}
html body.exhibit .survey .survey__list .survey__item .survey__other .survey__other--title {
  font-weight: 700;
  font-size: 1.9rem;
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .survey .survey__list .survey__item .survey__other .survey__other--title {
    font-size: 1.8rem;
    padding-right: 1rem;
    white-space: nowrap;
  }
}
html body.exhibit .survey .survey__list .survey__item .survey__other .survey__other--text {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .survey .survey__list .survey__item .survey__other .survey__other--text {
    font-size: 1.5rem;
  }
}
html body.exhibit .survey .survey__list .survey__item .survey__other .survey__other--text span {
  margin-left: 1rem;
}
html body.exhibit .survey .survey__list .survey__image {
  padding-left: 10rem;
}
@media screen and (max-width: 1199px) {
  html body.exhibit .survey .survey__list .survey__image {
    padding-left: 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  html body.exhibit .survey .survey__list .survey__image {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 1199px) {
  html body.exhibit .survey .survey__list .survey__image img {
    width: 100%;
    max-width: 500px;
  }
}
html body.exhibit .promo {
  padding: 3rem 0 7rem;
}
html body.exhibit .promo .ex_cta {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
}
html body.exhibit .exhibitlink {
  background-size: cover;
  background-position: right;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  html body.exhibit .exhibitlink {
    background-position: 90% 50%;
  }
}
@media screen and (max-width: 991px) {
  html body.exhibit .exhibitlink .exhibitlink__contents {
    margin: 0 auto;
  }
}
html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__text {
  border: 1px solid #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  padding: 1rem;
  color: #FFFFFF;
}
html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__title {
  color: #FFFFFF;
  font-size: 4.3rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__title {
    font-size: 3.3rem;
  }
}
html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__title span {
  font-size: 3.2rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__title span {
    font-size: 2.2rem;
  }
}
html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__link {
  display: block;
  background-color: #FFFFFF;
  border-radius: 99px;
  font-weight: 700;
  font-size: 2rem;
  color: #D34641;
  position: relative;
  padding: 1rem 5rem 1rem 2rem;
  max-width: 428px;
  margin: 2rem auto 0;
}
html body.exhibit .exhibitlink .exhibitlink__contents .exhibitlink__link::after {
  content: "";
  background-image: url(../../images/common/icon-arrow-orange.svg);
  width: 15.3px;
  height: 26.7px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
html body.exhibit_foodservice .subvisual .subvisual__title-block {
  background-image: url(../../images/exhibit/foodservice/foodservice-main.webp);
}
html body.exhibit_foodservice .target {
  padding: 0.5rem 0 10rem;
}
html body.exhibit_foodservice .target .target__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body.exhibit_foodservice .target .target__list {
    display: block;
  }
}
html body.exhibit_foodservice .target .target__list .target__item {
  flex-basis: 26.6666666667%;
  background-color: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 5rem 3rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit_foodservice .target .target__list .target__item {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body.exhibit_foodservice .target .target__list .target__item {
    margin-bottom: 5rem;
  }
}
html body.exhibit_foodservice .target .target__list .target__item .target__name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  text-align: center;
  background-color: #E5A33B;
  border-radius: 999px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  width: 80%;
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit_foodservice .target .target__list .target__item .target__name {
    font-size: 1.7rem;
  }
}
html body.exhibit_foodservice .target .target__list .target__item img {
  width: 100%;
}
html body.exhibit_foodservice .target .target__list .target__item .target__text {
  padding-top: 2rem;
  font-weight: 500;
  color: #5F5F5F;
}
html body.exhibit_foodservice .exhibitlink {
  background-image: url(../../images/exhibit/foodservice/exhibitlink-bg.webp);
}
html body.exhibit_foodservice .exhibitlink .exhibitlink__contents {
  max-width: 434px;
}
html body.exhibit_asia .subvisual .subvisual__title-block {
  background-image: url(../../images/exhibit/asia/asia-main.webp);
}
html body.exhibit_asia .target {
  padding: 0.5rem 0 10rem;
}
html body.exhibit_asia .target .target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body.exhibit_asia .target .target__list {
    display: block;
  }
}
html body.exhibit_asia .target .target__list .target__item {
  display: flex;
  flex-basis: 49%;
}
html body.exhibit_asia .target .target__list .target__item .target__inner {
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 3rem 2rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
html body.exhibit_asia .target .target__list .target__item .target__inner img {
  width: 100%;
  max-width: 100px;
}
html body.exhibit_asia .target .target__list .target__item .target__inner .target__body {
  padding-left: 2rem;
}
html body.exhibit_asia .target .target__list .target__item .target__inner .target__body .target__name {
  padding-bottom: 1rem;
}
html body.exhibit_asia .target .target__visitors {
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body.exhibit_asia .target .target__visitors {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body.exhibit_asia .target .target__visitors {
    display: block;
  }
}
html body.exhibit_asia .target .target__visitors .target__visitor {
  flex-basis: 33.3333333333%;
  text-align: center;
}
html body.exhibit_asia .target .target__visitors .target__visitor:nth-child(n+2) {
  border-left: 1px solid #EA7022;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 991px) {
  html body.exhibit_asia .target .target__visitors .target__visitor:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #EA7022;
    padding: 1rem 0 0;
    margin: 1rem 0;
  }
}
html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-name {
  font-size: 2.1rem;
  font-weight: 700;
}
html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-note {
  font-size: 1.4rem;
}
html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-num {
  font-size: 1.9rem;
}
html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-num span {
  font-size: 5.1rem;
}
html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-mix {
  text-align: left;
  font-size: 2rem;
  padding-left: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-mix {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body.exhibit_asia .target .target__visitors .target__visitor .target__visitor-mix {
    text-align: center;
    white-space: wrap;
  }
}
html body.exhibit_asia .target .target__note {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  padding-top: 4.5rem;
}
html body.exhibit_asia .exhibitlink {
  background-image: url(../../images/exhibit/asia/exhibitlink-bg.webp);
}
html body.exhibit_asia .exhibitlink .exhibitlink__contents {
  max-width: 645px;
}
html body.exhibit_asia .oversea {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  html body.exhibit_asia .oversea {
    padding: 40px 20px;
  }
}
html body.exhibit_asia .oversea .buyer-list-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  /* --- ヘッダー（見出し） --- */
  /* --- リスト行 (PC向けグリッド設定) --- */
  /* テキストスタイル */
  /* --- スマートフォン対応 (600px以下) --- */
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* 社名:2 国籍:1 業種:1 */
  gap: 10px;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 3px solid #EB6100;
  align-items: end;
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-header .title-group {
  color: #EB6100;
  font-weight: bold;
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-header .title-main {
  font-size: 18px;
  margin-right: 5px;
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-header .title-sub {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-header .col-title {
  font-weight: bold;
  color: #EB6100;
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* PCでは3列 */
  gap: 10px;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  align-items: center;
  transition: background-color 0.2s ease;
  /* ホバー時の背景色 */
  /* 最後の行のデザイン */
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-row:hover {
  background-color: #FFF2E1;
}
html body.exhibit_asia .oversea .buyer-list-container .buyer-row:last-child {
  border-bottom: 2px solid #EB6100;
}
html body.exhibit_asia .oversea .buyer-list-container .row-name {
  font-weight: 500;
  color: #222;
}
html body.exhibit_asia .oversea .buyer-list-container .row-country,
html body.exhibit_asia .oversea .buyer-list-container .row-type {
  color: #555;
}
@media screen and (max-width: 600px) {
  html body.exhibit_asia .oversea .buyer-list-container .buyer-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 12px 15px;
    border-bottom: 2px solid #EB6100;
    /* 列タイトル（国籍・業種）を隠す */
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-header .col-title {
    display: none;
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    align-items: center;
    gap: 8px; /* 要素間の隙間 */
    padding: 12px 15px;
    /* 社名は幅100%にして1行目を独占させる */
    /* 国籍・業種はバッジ風にして横並びにする */
    /* ラベルを擬似要素で追加 */
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-name {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-country,
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-type {
    font-size: 11px;
    background-color: #FFF2E1;
    color: #EB6100;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: bold;
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-country::before,
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-type::before {
    color: #888;
    font-weight: normal;
    margin-right: 3px;
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-country::before {
    content: "国籍: ";
  }
  html body.exhibit_asia .oversea .buyer-list-container .buyer-row .row-type::before {
    content: "業種: ";
  }
}
html body section.ksh_category {
  padding: 1rem 10px 0rem 10px;
  /* コンテナ設定 */
  /* グリッドレイアウト */
  /* カードデザイン */
}
html body section.ksh_category .container {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 1rem 0 9rem;
}
@media screen and (max-width: 767px) {
  html body section.ksh_category .container {
    padding: 1rem 0 6rem;
  }
}
html body section.ksh_category h1.basic__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #e67e22;
  border-radius: 2px;
}
html body section.ksh_category .grid-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr; /* スマホ: 1列 */
  /* タブレット (768px以上): 2列 */
  /* PC (992px以上): 3列 */
}
@media (min-width: 768px) {
  html body section.ksh_category .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  html body section.ksh_category .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
html body section.ksh_category .card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* カードヘッダー */
  /* カード本文 */
}
html body section.ksh_category .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}
html body section.ksh_category .card .card-header {
  background-color: #E5A33B;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffe0b2;
  min-height: 70px;
}
html body section.ksh_category .card .card-header .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  color: #e67e22;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
html body section.ksh_category .card .card-header .icon-box svg, html body section.ksh_category .card .card-header .icon-box img {
  width: 20px;
  height: auto;
}
html body section.ksh_category .card .card-header .card-title {
  font-weight: 700;
  color: #FFF;
  line-height: 1.3;
  text-align: left;
  /* カードタイトルサイズ (px指定) */
  font-size: 16px; /* スマホ */
}
@media (min-width: 992px) {
  html body section.ksh_category .card .card-header .card-title {
    font-size: 18px; /* PC */
  }
}
html body section.ksh_category .card .card-body {
  padding: 16px;
  color: #555555;
  flex-grow: 1;
  /* 本文サイズ (px指定) */
  font-size: 13px; /* スマホ */
}
@media (min-width: 992px) {
  html body section.ksh_category .card .card-body {
    font-size: 14px; /* PC */
  }
}
html body section.ksh_category .card .card-body p {
  margin: 0;
  text-align: justify;
}

/*# sourceMappingURL=exhibit.css.map */
