/*---- top ----*/
.top {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .top {
    margin-bottom: 40px;
  }
}
.top-img {
  position: relative;
}
.top-img::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 22vw;
  background: rgba(162, 207, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-img::before {
    width: 85%;
  }
}
.top-img img {
  width: 80%;
  height: 22vw;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-img img {
    width: 85%;
  }
}
.top-head {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
@media print, screen and (max-width: 1360px) {
  .top-head {
    width: 90%;
  }
}
.top-tit {
  position: absolute;
  font-size: 56px;
  left: 0;
  bottom: -24px;
  color: #000;
  line-height: 56px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .top-tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-tit {
    font-size: 40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .top-tit {
    font-size: 30px;
  }
}

/*---- breadcrumb ----*/
.breadcrumb {
  margin-bottom: 196px;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb-list {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb-list {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb-list {
    width: 90%;
    text-align: right;
  }
}
.breadcrumb-item {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 40px;
  color: #999;
  letter-spacing: 0.1rem;
}
.breadcrumb-item::before {
  position: absolute;
  content: ">";
  top: 0;
  right: -28px;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item::before {
    font-size: 0.5rem;
    top: 2px;
    right: -15px;
  }
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb-item:last-child::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item {
    font-size: 0.8rem;
    margin-right: 15px;
  }
}
.breadcrumb-item a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.2rem;
  transition: all 0.4s;
}
.breadcrumb-item a:hover {
  color: #009DE5;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
}

/*---- content ----*/
.content {
  padding: 0 0 200px;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    padding: 0 0 50px;
  }
}
.content-sec {
  margin: auto;
  width: 90%;
  max-width: 1440px;
}
.content-tit {
  position: relative;
  padding: 16px 8px 24px;
  font-size: 32px;
  color: #666;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .content-tit {
    padding: 5px 5px 15px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .content-tit {
    font-size: 20px;
    line-height: 20px;
  }
}
.content-tit::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009DE5;
  opacity: 0.45;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content-tit::before {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
.content-txt {
  padding: 18px 8px 0;
}
@media screen and (max-width: 600px) {
  .content-txt {
    padding: 15px 5px 0;
  }
}
.content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 8px 80px;
}
@media print, screen and (max-width: 1360px) {
  .content-list {
    margin: 24px 8px 56px;
  }
}
@media screen and (max-width: 600px) {
  .content-list {
    margin: 20px 5px;
  }
}
.content-item {
  margin-bottom: 56px;
  width: 31%;
}
@media print, screen and (max-width: 1360px) {
  .content-item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .content-item {
    margin: 0 auto 40px;
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .content-item {
    margin: 0 auto 25px;
    width: 100%;
  }
}
.content-item a {
  display: block;
  padding: 24px 20px 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .content-item a {
    padding: 20px 15px 25px;
  }
}
.content-item a:hover {
  transform: translate3d(-2px, -2px, 0);
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.15);
  opacity: 0.7;
}
.content-item a:hover h3 {
  color: #666;
}
.content-item img {
  margin-bottom: 24px;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .content-item img {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 600px) {
  .content-item img {
    margin-bottom: 12px;
  }
}
.content-item h3 {
  margin: 0 3px;
  color: #000;
  letter-spacing: 0.3rem;
  transition: all 0.4s;
}
.content-tag {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin: 0 3px 16px;
  padding: 0 12px 0 40px;
  border-radius: 5px;
  background-color: #008000;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .content-tag {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .content-tag {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px 0 35px;
  }
}
.content-tag._limited {
  background-color: #F39800;
}
.content-tag._limited::before {
  background: url("../../../img/eye-limited.webp") no-repeat center center/contain;
}
.content-tag::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 12px;
  width: 20px;
  height: 20px;
  background: url("../../../img/eye.webp") no-repeat center center/contain;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .content-tag::before {
    top: 3px;
    left: 8px;
  }
}