.secHeader .secHeaderIn a {
  color: #ffffff !important;
}

@media print, screen and (min-width: 768px) {
  #pageContent {
    padding-top: 0px !important;
  }
}
.secMainArea .titleCol .title {
  font-family: "Shippori Mincho B1", serif;
}
@media only screen and (max-width: 767px) {
  .secMainArea {
    padding: 50px 0 50px 0;
  }
  .secMainArea .titleCol {
    padding: 0 0 30px 0;
  }
  .secMainArea .titleCol .title {
    font-size: clamp(14px, 5.13vw, 20px);
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width: 768px) {
  .secMainArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 110px 0 114px 0;
  }
  .secMainArea .titleCol {
    width: calc(min(100vw, 1200px) * 0.22);
  }
  .secMainArea .titleCol .title {
    font-size: clamp(14px, 1.67vw, 20px);
    letter-spacing: 0.2em;
  }
  .secMainArea .contentCol {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  .secReco {
    padding: 0 0 172px 0;
  }
}
.ellipsisMulti2 {
  display: none;
}

.secReco .recoListArea .listItem .itemIn {
  display: block;
}
.secReco .recoListArea .listItem .itemIn .imgRow {
  overflow: hidden;
  opacity: 1;
}
.secReco .recoListArea .listItem .itemIn .imgRow img {
  transition: transform 0.5s ease;
}
.secReco .recoListArea .listItem .itemIn .imgRow:hover {
  opacity: 1;
}
.secReco .recoListArea .listItem .itemIn .imgRow:hover img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}/*# sourceMappingURL=style.css.map */