/* --------------------
 * Exhibition
 * -------------------- */
@font-face {
  font-family: "DIN Bold";
  src: url("fonts/DIN Bold.otf");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 168px;
}
@media print, screen and (max-width: 1000px) {
  html {
    scroll-padding-top: 50px;
  }
}

.Exhibition {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.Exhibition .Exhibition__fw100 {
  font-weight: 100;
  display: inline-block;
}
.Exhibition .pc {
  display: block;
}
@media print, screen and (max-width: 1000px) {
  .Exhibition .pc {
    display: none;
  }
}
.Exhibition .sp {
  display: none;
}
@media print, screen and (max-width: 1000px) {
  .Exhibition .sp {
    display: block;
  }
}
.Exhibition .sp768 {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .Exhibition .sp768 {
    display: block;
  }
}
.Exhibition .Exhibition__mv {
  background-color: #00c17e;
  background-image: url(../images/cp/exhibition/mv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Exhibition .Exhibition__mvTittle {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 3.125vw 0 9.0625vw 4.1666666667vw;
}
@media print, screen and (min-width: 1200px) {
  .Exhibition .Exhibition__mvTittle {
    padding: 37.5px 0 108.75px 50px;
  }
}
.Exhibition .Exhibition__mvFor {
  font-size: 2.9166666667vw;
  font-weight: 700;
}
@media print, screen and (min-width: 1200px) {
  .Exhibition .Exhibition__mvFor {
    font-size: 35px;
  }
}
.Exhibition .Exhibition__mvMain {
  font-size: 10.2083333333vw;
  font-weight: 700;
  line-height: 1.1;
}
@media print, screen and (min-width: 1200px) {
  .Exhibition .Exhibition__mvMain {
    font-size: 122.5px;
  }
}
.Exhibition .Exhibition__mvSmall {
  font-size: 6.0416666667vw;
  font-weight: 200;
}
@media print, screen and (min-width: 1200px) {
  .Exhibition .Exhibition__mvSmall {
    font-size: 72.5px;
  }
}
.Exhibition .Exhibition__mvWhite {
  font-size: 3.125vw;
  font-weight: bold;
  color: #fff;
  margin-top: 0.8333333333vw;
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 1200px) {
  .Exhibition .Exhibition__mvWhite {
    font-size: 37.5px;
    margin-top: 10px;
  }
}
.Exhibition .Exhibition__mvBanner {
  background-color: #000;
  color: #fff;
  font-size: 2.8125vw;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  .Exhibition .Exhibition__mvBanner {
    font-size: 33.75px;
  }
}
.Exhibition .Exhibition__mvYellow {
  color: #ffea00;
}
.Exhibition .Exhibition__mvSymbol {
  font-weight: 100;
}
.Exhibition .Exhibition__opening {
  background-color: #00c17e;
}
.Exhibition .Exhibition__openingInner {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 95%;
}
.Exhibition .Exhibition__openingTittle {
  font-size: 56px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.Exhibition .Exhibition__openingList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-top: 30px;
}
.Exhibition .Exhibition__openingImage img {
  width: 100%;
  height: auto;
}
.Exhibition .Exhibition__openingText {
  font-size: 20px;
  font-weight: 500;
  padding-top: 30px;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__openingLarge {
  font-size: 46px;
  font-weight: 700;
}
.Exhibition .Exhibition__achievement {
  background-color: #f0f1f3;
}
.Exhibition .Exhibition__achievementInner {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 95%;
}
.Exhibition .Exhibition__achievementTittle {
  font-size: 51px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
}
.Exhibition .Exhibition__achievementList {
  padding-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.Exhibition .Exhibition__achievementItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.Exhibition .Exhibition__achievementHeader {
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Exhibition .Exhibition__achievementEvent {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__achievementPrace {
  font-size: 13px;
  font-weight: 500;
  padding-top: 10px;
}
.Exhibition .Exhibition__achievementImage {
  margin: 0;
  padding: 0;
}
.Exhibition .Exhibition__achievementImage img {
  width: 100%;
  height: auto;
  display: block;
}
.Exhibition .Exhibition__achievementBox {
  background-color: #fff;
  padding: 2px 20px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Exhibition .Exhibition__achievementBox dt {
  font-size: 16px;
  font-weight: 500;
}
.Exhibition .Exhibition__achievementDescription {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Exhibition .Exhibition__achievementLabel {
  font-size: 10px;
  font-weight: 500;
}
.Exhibition .Exhibition__achievementCount {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
}
.Exhibition .Exhibition__achievementNumber {
  font-family: "DIN Bold";
  font-size: 32px;
  font-weight: bold;
}
.Exhibition .Exhibition__possible {
  background-color: #00c17e;
}
.Exhibition .Exhibition__possibleInner {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 95%;
}
.Exhibition .Exhibition__possibleTittle {
  font-size: 51px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
}
.Exhibition .Exhibition__possibleList {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 20px;
  margin-top: 50px;
}
.Exhibition .Exhibition__possibleItem {
  background-color: #fff;
  padding: 20px 30px;
}
.Exhibition .Exhibition__possibleSubTittle {
  font-size: 26px;
  font-weight: 600;
}
.Exhibition .Exhibition__possibleOrange {
  color: #ec6546;
}
.Exhibition .Exhibition__possibleText {
  font-size: 18px;
  font-weight: 500;
  padding-left: 60px;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__entrustInner {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 95%;
}
.Exhibition .Exhibition__entrustTittle {
  font-size: 51px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.4;
}
.Exhibition .Exhibition__entrustLead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.Exhibition .Exhibition__entrustList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.Exhibition .Exhibition__entrustItem {
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  padding: 50px 0 30px;
  display: flex;
  justify-content: center;
  width: 30%;
  transition: all 300ms;
}
.Exhibition .Exhibition__entrustItem:hover {
  opacity: 0.7;
  transition: all 300ms;
}
.Exhibition .Exhibition__entrustNumber {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background-color: #000;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DIN Bold";
}
.Exhibition .Exhibition__entrustLink {
  display: flex;
  flex-direction: column;
}
.Exhibition .Exhibition__entrustImage {
  margin: auto;
  width: 56%;
}
.Exhibition .Exhibition__entrustText {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 20px;
}
.Exhibition .Exhibition__entrustYellow {
  font-size: 16px;
  font-weight: 600;
  color: #e4b00f;
}
.Exhibition .Exhibition__entrustGreen {
  font-size: 16px;
  font-weight: 600;
  color: #00c17e;
}
.Exhibition .Exhibition__entrustOrange {
  font-size: 16px;
  font-weight: 600;
  color: #f59248;
}
.Exhibition .Exhibition__consult.-yellow {
  background-color: #efc422;
}
.Exhibition .Exhibition__consult.-green {
  background-color: #00c17e;
}
.Exhibition .Exhibition__consult.-orange {
  background-color: #f08845;
}
.Exhibition .Exhibition__consultInner {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 0 80px;
  width: 95%;
}
.Exhibition .Exhibition__consultTittle {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.Exhibition .Exhibition__consultNumber {
  font-family: "DIN Bold";
  color: #fff;
  background-color: #000;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 49px;
  font-weight: bold;
}
.Exhibition .Exhibition__consultTittleLarge {
  font-size: 55px;
  font-weight: 700;
}
.Exhibition .Exhibition__consultDashed {
  border-bottom: 2px dashed #000;
  padding-bottom: 10px;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Exhibition .Exhibition__consultCheckBox {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  margin-top: 50px;
  position: relative;
}
.Exhibition .Exhibition__consultCheckBox::after {
  content: "";
  display: block;
  background-image: url(../images/cp/exhibition/icon_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
}
.Exhibition .Exhibition__consultList {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.Exhibition .Exhibition__consultList.-yellow .Exhibition__consultItem::before {
  background-image: url(../images/cp/exhibition/icon_check_yellow.svg);
}
.Exhibition .Exhibition__consultList.-green .Exhibition__consultItem::before {
  background-image: url(../images/cp/exhibition/icon_check_green.svg);
}
.Exhibition .Exhibition__consultList.-orange .Exhibition__consultItem::before {
  background-image: url(../images/cp/exhibition/icon_check_orange.svg);
}
.Exhibition .Exhibition__consultItem {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__consultItem::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.Exhibition .Exhibition__consultBox {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 100px;
  padding: 40px 60px;
}
.Exhibition .Exhibition__consultAppeal {
  display: grid;
  grid-template-areas: "Tittle image" "text image";
  grid-template-columns: 1fr 28%;
  gap: 0 50px;
}
.Exhibition .Exhibition__consultAppealTittle {
  grid-area: Tittle;
  font-size: 42px;
  font-weight: 700;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__consultAppealText {
  grid-area: text;
  font-size: 17px;
  font-weight: 400;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__consultAppealImage {
  grid-area: image;
  width: 100%;
}
.Exhibition .Exhibition__consultGoods {
  display: flex;
  margin-top: 40px;
}
.Exhibition .Exhibition__consultGoodsItem {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Exhibition .Exhibition__consultGoodsImage {
  flex-grow: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.Exhibition .Exhibition__consultGoodsCaption {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
}
.Exhibition .Exhibition__consultBtn {
  width: 344px;
  height: 71px;
  color: #fff;
  background-color: #ec6546;
  border: 2px solid #ec6546;
  border-radius: 50px;
  margin: 35px auto 0;
  position: relative;
  transition: all 300ms;
  display: block;
}
.Exhibition .Exhibition__consultBtn:hover {
  background-color: #fff;
}
.Exhibition .Exhibition__consultBtn:hover .Exhibition__consultBtnText {
  color: #ec6546;
}
.Exhibition .Exhibition__consultBtnText {
  width: 100%;
  height: 100%;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Exhibition .Exhibition__consultNote {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (max-width: 1000px) {
  .Exhibition .Exhibition__openingInner {
    padding: 40px 20px;
  }
  .Exhibition .Exhibition__openingTittle {
    font-size: 25px;
  }
  .Exhibition .Exhibition__openingText {
    font-size: 16px;
  }
  .Exhibition .Exhibition__openingLarge {
    font-size: 25px;
    display: block;
    margin-top: 10px;
  }
  .Exhibition .Exhibition__achievementInner {
    padding: 40px 20px;
  }
  .Exhibition .Exhibition__achievementTittle {
    font-size: 25px;
  }
  .Exhibition .Exhibition__achievementList {
    padding-top: 30px;
    grid-template-columns: 1fr;
  }
  .Exhibition .Exhibition__possibleInner {
    padding: 40px 20px;
  }
  .Exhibition .Exhibition__possibleTittle {
    font-size: 25px;
  }
  .Exhibition .Exhibition__possibleList {
    margin-top: 30px;
  }
  .Exhibition .Exhibition__possibleSubTittle {
    font-feature-settings: "palt";
    font-size: 16px;
    display: flex;
    gap: 5px;
    display: inline-block;
  }
  .Exhibition .Exhibition__possibleText {
    padding-left: 0;
    font-size: 14px;
    padding-top: 10px;
  }
  .Exhibition .Exhibition__possibleNumber {
    display: inline;
    white-space: nowrap;
  }
  .Exhibition .Exhibition__entrustInner {
    padding: 40px 20px;
  }
  .Exhibition .Exhibition__entrustTittle {
    font-size: 25px;
  }
  .Exhibition .Exhibition__entrustLead {
    margin-top: 20px;
  }
  .Exhibition .Exhibition__entrustList {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
  }
  .Exhibition .Exhibition__entrustItem {
    width: 100%;
    padding: 30px 0 20px;
  }
  .Exhibition .Exhibition__entrustNumber {
    font-size: 18px;
  }
  .Exhibition .Exhibition__consultInner {
    padding: 40px 20px;
  }
  .Exhibition .Exhibition__consultTittle {
    font-size: 16px;
    gap: 10px;
  }
  .Exhibition .Exhibition__consultNumber {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .Exhibition .Exhibition__consultDashed {
    padding-bottom: 0;
    align-items: baseline;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
  }
  .Exhibition .Exhibition__consultTittleLarge {
    font-size: 25px;
  }
  .Exhibition .Exhibition__consultBtnText {
    width: 100%;
    height: 100%;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Exhibition .Exhibition__consultCheckBox {
    margin-top: 30px;
    padding: 20px 20px 20px 45px;
  }
  .Exhibition .Exhibition__consultCheckBox::after {
    bottom: -55px;
  }
  .Exhibition .Exhibition__consultList {
    display: grid;
    gap: 15px;
  }
  .Exhibition .Exhibition__consultItem {
    font-size: 16px;
  }
  .Exhibition .Exhibition__consultBox {
    margin-top: 65px;
    padding: 20px;
  }
  .Exhibition .Exhibition__consultAppeal {
    gap: 10px 10px;
    grid-template-areas: "Tittle image" "text text";
    grid-template-columns: 1fr 39%;
  }
  .Exhibition .Exhibition__consultAppealTittle {
    font-size: 22px;
    align-items: center;
    display: grid;
  }
  .Exhibition .Exhibition__consultAppealText {
    font-size: 14px;
  }
  .Exhibition .Exhibition__consultGoods {
    margin-top: 20px;
  }
  .Exhibition .Exhibition__consultGoodsItem {
    width: 50%;
  }
  .Exhibition .Exhibition__consultGoodsImage {
    flex-grow: 1;
  }
  .Exhibition .Exhibition__consultGoodsCaption {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Exhibition .Exhibition__consultBtn {
    width: auto;
    padding: 10px 20px;
    height: auto;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .Exhibition .Exhibition__mvBanner {
    font-size: 3.125vw;
    bottom: -1em;
    padding: 2px;
  }
}