@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.p-expo-top {
  padding-top: 45px;
  background: url(../img/top/kv_img1.png) no-repeat center 45px;
}
.p-expo-top__kv {
  padding-top: 162px;
  padding-bottom: 314px;
}
.p-expo-top__message {
  padding-top: 70px;
  padding-bottom: 135px;
  margin-bottom: 100px;
}
.p-expo-top__message .block1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.p-expo-top__message .block1-txt1 {
  width: 50%;
}
.p-expo-top__message .block1-txt1 .h {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.62;
  margin-bottom: 32px;
  white-space: nowrap;
}
.p-expo-top__message .block1-img1 {
  width: 45.7142%;
}
.p-expo-top__message .message {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-expo-top__message .message-txt1 {
  width: 50%;
}
.p-expo-top__message .message-img1 {
  width: 46.4285%;
}
.p-expo-top__message .message-img1 p {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-expo-top__message .message-img1 p small {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-expo-top__message .icon1 {
  position: absolute;
  bottom: -257px;
  right: -129px;
  z-index: -1;
  pointer-events: none;
}
.p-expo-top__products {
  padding-bottom: 100px;
  margin-bottom: 96px;
}
.p-expo-top__products .block1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-expo-top__products .block1 li {
  width: 31.25%;
  margin-left: 3.125%;
  margin-bottom: 60px;
}
.p-expo-top__products .block1 li:nth-child(3n+1) {
  margin-left: 0;
}
.p-expo-top__products .block1 li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.p-expo-top__products .block1 a {
  display: block;
  text-decoration: none;
}
.p-expo-top__products .block1 .img1 {
  position: relative;
  margin-bottom: 12px;
}
.p-expo-top__products .block1 .img1 img {
  border-radius: 40px;
}
.p-expo-top__products .block1 .img1:after {
  display: block;
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: url(../img/common/arrow_2.svg) no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 1;
}
.p-expo-top__products .block1 .l {
  margin-bottom: 3px;
}
.p-expo-top__products .block1 .name {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.54;
  font-weight: 700;
}
.p-expo-top__products .icon1 {
  position: absolute;
  bottom: -196px;
  left: -166px;
  z-index: -1;
  pointer-events: none;
}
.p-expo-top__exhibition .block1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.p-expo-top__exhibition .block1-txt1 {
  width: 54.6875%;
}
.p-expo-top__exhibition .block1-bnr1 {
  width: 40.625%;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-expo-top {
    padding-top: 0;
    background-position: center top;
    background-size: 180% auto;
  }
  .p-expo-top__kv {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .p-expo-top__kv .logo {
    width: 80%;
    filter: drop-shadow(0 0 4px #fff);
  }
  .p-expo-top__kv .c-link1 {
    margin-top: 90px;
  }
  .p-expo-top__message {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .p-expo-top__message .block1 {
    display: block;
  }
  .p-expo-top__message .block1-txt1 {
    width: auto;
    margin-bottom: 15px;
  }
  .p-expo-top__message .block1-txt1 .h {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  .p-expo-top__message .block1-img1 {
    width: auto;
  }
  .p-expo-top__message .message {
    display: block;
  }
  .p-expo-top__message .message-txt1 {
    width: auto;
    margin-bottom: 15px;
  }
  .p-expo-top__message .message-img1 {
    width: auto;
  }
  .p-expo-top__message .message-img1 p {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-expo-top__products {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .p-expo-top__products .block1 ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-expo-top__products .block1 li {
    width: auto;
    margin-left: 0;
  }
  .p-expo-top__products .block1 li:nth-last-child(-n+3) {
    margin-bottom: 60px;
  }
  .p-expo-top__products .block1 li:last-child {
    margin-bottom: 0;
  }
  .p-expo-top__products .block1 .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-expo-top__exhibition .block1 {
    display: block;
    margin-bottom: 30px;
  }
  .p-expo-top__exhibition .block1-txt1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-expo-top__exhibition .block1-bnr1 {
    width: auto;
  }
}
