/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: rgba(4, 4, 4, 0.95);
  background: -moz-linear-gradient(top, rgba(4, 4, 4, 0.95) 0%, rgba(4, 4, 4, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(4, 4, 4, 0.95) 0%, rgba(4, 4, 4, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(4, 4, 4, 0.95) 0%, rgba(4, 4, 4, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
main.top .block-bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
main.top #information {
  padding-bottom: 45px;
}
main.top #information .item-hd {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
main.top #information .item-hd span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
}
main.top #information .item-hd span:nth-child(2) {
  padding-top: 30px;
  display: block;
  position: relative;
}
main.top #information .item-text {
  padding-top: 40px;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.top #information .item-list {
  position: relative;
  z-index: 3;
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #040404 url(../img/top/information/bg.png) no-repeat center/cover;
  padding: 45px;
  border-radius: 24px;
  border: 1px solid #b9b9b9;
}
main.top #information .item-list:before, main.top #information .item-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  pointer-events: none;
  background: url(../img/top/information/line.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.top #information .item-list:before, main.top #information .item-list:after {
    background-image: url(../img/top/information/line@2x.png);
  }
}
main.top #information .item-list:before {
  top: 0;
  transform: translateY(-50%);
}
main.top #information .item-list:after {
  bottom: 0;
  transform: translateY(50%);
}
main.top #information .item-li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 12px;
  display: flex;
}
main.top #information .item-li:not(:last-child) {
  margin-bottom: 12px;
}
main.top #information .item-date {
  width: 115px;
  font-family: "Manrope", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
main.top #information .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #information .item-title a {
  color: #FFF;
}
main.top #event {
  padding-bottom: 45px;
}
main.top #event .content {
  position: relative;
}
main.top #event .block-lead {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.top #event .block-lead:not(:last-child) {
  margin-bottom: 120px;
}
main.top #event .block-lead .item-title {
  text-align: center;
  margin-bottom: 30px;
}
main.top #event .block-text {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.top #event .block-text .item-hd {
  position: relative;
  border-bottom: 1px solid rgba(233, 65, 130, 0.5);
  padding-bottom: 10px;
  line-height: 1.2;
}
main.top #event .block-text .item-hd:not(:first-child) {
  margin-top: 135px;
}
main.top #event .block-text .item-hd:not(:last-child) {
  margin-bottom: 25px;
}
main.top #event .block-text .item-hd span:nth-child(1) {
  position: absolute;
  left: 0;
  top: -70px;
  transform: translateX(-50%);
}
main.top #event .block-text .item-hd span:nth-child(2) {
  color: #e94182;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
main.top #event .block-text .item-list {
  display: flex;
  flex-wrap: wrap;
}
main.top #event .block-text .item-list > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
}
main.top #event .block-text .item-list > *:not(:last-of-type) {
  margin-bottom: 25px;
}
main.top #event .block-text .item-list dt {
  width: 130px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
main.top #event .block-text .item-list dd {
  width: calc(100% - 130px);
  color: rgba(255, 255, 255, 0.8);
}
main.top #event .block-text .item-list dd a {
  color: rgba(255, 255, 255, 0.8);
}
main.top #greeting {
  padding-bottom: 80px;
}
main.top #greeting .item-hd {
  text-align: center;
  margin-bottom: 35px;
}
main.top #greeting .item-block {
  display: flex;
}
main.top #greeting .item-img {
  margin-top: -7%;
  margin-left: -7%;
}
main.top #greeting .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #greeting .item-text > p:not(:last-child) {
  margin-bottom: 20px;
}
main.top #social {
  padding-bottom: 35px;
}
main.top #social .item-hd {
  text-align: center;
  margin-bottom: 25px;
}
main.top #social .item-text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
main.top #social .item-list {
  text-align: center;
}
main.top #social .item-list li:not(:last-child) {
  margin-bottom: 20px;
}
main.top #goods .item-hd {
  text-align: center;
  margin-bottom: 35px;
}
main.top #goods .item-text {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #e94182;
  border-radius: 24px;
  box-sizing: border-box;
  text-align: center;
  padding: 50px;
  background: rgba(4, 4, 4, 0.7);
}
main.top #goods .item-text h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main top
  ------------------------------------------------------------*/
  main.top #information .item-list {
    padding: 30px;
  }
  main.top #information .item-date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #information .item-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #greeting .item-img {
    max-width: 40%;
    margin-right: -2%;
    margin-top: -6%;
  }
  main.top #greeting .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.top #greeting .item-text > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #goods .item-text {
    padding: 30px;
  }
  main.top #goods .item-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  /* main top
  ------------------------------------------------------------*/
  main.top {
    padding-bottom: 60px;
  }
  main.top #information {
    padding-bottom: 30px;
  }
  main.top #information .item-hd {
    margin-bottom: 20px;
  }
  main.top #information .item-hd span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  main.top #information .item-hd span:nth-child(2) {
    padding-top: 10px;
  }
  main.top #information .item-list {
    padding: 15px;
    border-radius: 12px;
  }
  main.top #information .item-li {
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  main.top #information .item-li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #information .item-date {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  main.top #information .item-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #event {
    padding-bottom: 30px;
  }
  main.top #event .block-bg {
    position: absolute;
    right: -20px;
    top: 20px;
    max-width: 15%;
  }
  main.top #event .block-lead:not(:last-child) {
    margin-bottom: 60px;
  }
  main.top #event .block-lead .item-title {
    margin-bottom: 20px;
  }
  main.top #event .block-lead .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #event .block-text .item-hd:not(:first-child) {
    margin-top: 60px;
  }
  main.top #event .block-text .item-hd:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #event .block-text .item-hd span:nth-child(1) {
    left: -20px;
    top: -40px;
    transform: translateX(0);
  }
  main.top #event .block-text .item-hd span:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  main.top #event .block-text .item-list > * {
    padding-bottom: 15px;
  }
  main.top #event .block-text .item-list > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
  main.top #event .block-text .item-list dt {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
  }
  main.top #event .block-text .item-list dd {
    width: 100%;
  }
  main.top #greeting {
    padding-bottom: 40px;
  }
  main.top #greeting .item-hd {
    margin-bottom: 25px;
  }
  main.top #greeting .item-block {
    flex-wrap: wrap;
  }
  main.top #greeting .item-img {
    width: 100%;
    margin-left: 0%;
    text-align: center;
    margin-bottom: -8%;
  }
  main.top #greeting .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #greeting .item-text > p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #social {
    padding-bottom: 25px;
  }
  main.top #social .item-hd {
    margin-bottom: 20px;
  }
  main.top #social .item-text {
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.top #social .item-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #goods .item-hd {
    margin-bottom: 20px;
  }
  main.top #goods .item-text {
    border-width: 2px;
    border-radius: 12px;
    padding: 20px;
  }
  main.top #goods .item-text h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }
}
