/* CSS Document */
main.top #information {
  padding-top: 20px;
  padding-bottom: 90px;
}
main.top #information .item-sup {
  font-size: 11px;
  font-size: 0.7857142857rem;
  margin-bottom: 55px;
}
main.top #information .item-content {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #information .item-hd {
  text-align: center;
  font-size: min(3.3vw, 36px);
  font-size: min(3.3vw, 2.5714285714rem);
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-bottom: 24px;
}
main.top #information .item-hd span {
  display: block;
}
main.top #information .item-hd span.lg {
  font-size: 1.25em;
}
main.top #information .item-hd span.red {
  color: #c81a20;
}
main.top #information .item-info {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 600;
  margin-bottom: 60px;
}
main.top #information .item-info small {
  display: block;
  font-size: 11px;
  font-size: 0.7857142857rem;
}
main.top #information .item-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}
main.top #links .item-li {
  display: flex;
  gap: 40px;
}
main.top #links .item-li:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 701px) {
  main.top #links .item-li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
main.top #links .item-img {
  max-width: 50%;
}
main.top #links .item-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
main.top #links .item-img a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.top #links .item-img a img {
  transition: all 0.8s ease;
}
main.top #links .item-img a span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #FFF;
  text-shadow: 0 2px 3px rgba(76, 74, 74, 0.8);
  padding: 5px;
}
main.top #links .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.top #links .item-text h2 {
  margin-bottom: 15px;
}
main.top #links .item-text h2 span {
  display: block;
}
main.top #links .item-text h2 span:nth-child(1) {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #links .item-text h2 span:nth-child(1):before {
  content: "";
  width: 42px;
  height: 14px;
  background: no-repeat center/auto;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  margin-right: 8px;
  background-image: url(../img/common/icon-hd.svg);
}
main.top #links .item-text h2 span:nth-child(2) {
  font-family: "bodoni-urw", serif;
  font-size: 56px;
  font-size: 4rem;
  font-weight: 400;
  color: #b29881;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
main.top #links .item-text p {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
main.top #links .item-text p:not(:last-child) {
  margin-bottom: 20px;
}
main.top #links .item-text .btn {
  margin-top: auto;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  main.top #information .item-hd {
    font-size: min(3.3vw, 32px);
    font-size: min(3.3vw, 2.2857142857rem);
  }
  main.top #information .item-info {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.top #links .item-li {
    gap: 25px;
  }
  main.top #links .item-text h2 {
    margin-bottom: 15px;
  }
  main.top #links .item-text h2 span:nth-child(1) {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.top #links .item-text h2 span:nth-child(2) {
    font-size: min(5.2vw, 52px);
    font-size: min(5.2vw, 3.7142857143rem);
  }
  main.top #links .item-text p {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}
@media screen and (max-width: 700px) {
  main.top #information {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  main.top #information .item-sup {
    font-size: 12px;
    font-size: 0.8571428571rem;
    margin-bottom: 30px;
  }
  main.top #information .item-hd {
    font-size: min(6vw, 20px);
    font-size: min(6vw, 1.4285714286rem);
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  main.top #information .item-hd span.lg {
    font-size: 1.2em;
  }
  main.top #information .item-info {
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
  }
  main.top #information .item-info small {
    display: block;
    text-align: left;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.top #links .item-li {
    display: grid;
    gap: 20px;
  }
  main.top #links .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #links .item-img {
    max-width: 100%;
    width: 100%;
  }
  main.top #links .item-text {
    width: auto;
  }
  main.top #links .item-text h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  main.top #links .item-text h2 span {
    display: block;
  }
  main.top #links .item-text h2 span:nth-child(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-size: 1rem;
  }
  main.top #links .item-text h2 span:nth-child(1):before {
    width: 36px;
    height: 12px;
    background-size: contain;
  }
  main.top #links .item-text h2 span:nth-child(2) {
    font-size: 38px;
    font-size: 2.7142857143rem;
  }
  main.top #links .item-text p {
    text-align: center;
    font-size: 14px;
    font-size: 1rem;
  }
  main.top #links .item-text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #links .item-text .btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
