/* ----------------------------------------------------
other
---------------------------------------------------- */
@media only screen and (max-width:650px) {
  .pcver {
    display: none;
  }
}

.spver {
  display: none;
}
@media only screen and (max-width:650px) {
  .spver {
    display: block;
  }
}

/* ----------------------------------------------------
common
---------------------------------------------------- */
#series .pagename_area {
  padding: 0;
  margin-bottom: 140px;
  height: 26.094vw;
  position: relative;
}
@media only screen and (max-width:1440px) {
  #series .pagename_area {
    margin-bottom: 7.292vw;
  }
}
@media only screen and (max-width:769px) {
  #series .pagename_area {
    margin-top: 6.51vw;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  #series .pagename_area {
    margin-top: 0;
    margin-bottom: 16vw;
  }
}
#series .pagename_area .line {
  position: absolute;
  top: -150px;
  bottom: auto;
  right: auto;
  width: 85%;
  z-index: -1;
}
@media only screen and (max-width:1440px) {
  #series .pagename_area .line {
    top: -7.812vw;
  }
}
#series .pagename_area .line .cls-1 {
  fill: none;
  stroke: #004ba0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
#series .pagename_area .line svg {
  width: 100%;
  height: 100%;
}
#series .pagename_area .line svg g path {
  fill: none;
  stroke: #004ba0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: 1s forwards linear 2.5s line-animation;
}
#series .animal_series .pagename_area {
  background: url(../images/series/bg_pagetitle_animal_series.png) top right/52% no-repeat;
}
#series .health_series .pagename_area {
  background: url(../images/series/bg_pagetitle_health_series.png) top right/52% no-repeat;
}
#series .widepage_center {
  width: 77%;
}
@media only screen and (max-width:650px) {
  #series .widepage_center {
    width: 100%;
  }
}
#series h1 {
  padding: 0;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width:769px) {
  #series h1 {
    padding-top: 2.083vw;
  }
}
@media only screen and (max-width:650px) {
  #series h1 {
    padding-top: 0;
  }
}
#series h1 .jp {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (max-width:1440px) {
  #series h1 .jp {
    font-size: 1.563vw;
  }
}
@media only screen and (max-width:769px) {
  #series h1 .jp {
    font-size: 2.083vw;
  }
}
@media only screen and (max-width:650px) {
  #series h1 .jp {
    font-size: 2.667vw;
  }
}
#series h1 .en {
  padding: 0;
  margin: 0;
  font-size: 78px;
  font-weight: 300;
  color: #004ba0;
}
@media only screen and (max-width:1440px) {
  #series h1 .en {
    font-size: 4.063vw;
  }
}
@media only screen and (max-width:769px) {
  #series h1 .en {
    font-size: 5.99vw;
    letter-spacing: 0.16em;
  }
}
@media only screen and (max-width:650px) {
  #series h1 .en {
    font-size: 5.867vw;
    letter-spacing: 0.1em;
  }
}
#series .pagetitle {
  padding-bottom: 30px;
  height: 100%;
}
@media only screen and (max-width:1440px) {
  #series .pagetitle {
    padding-bottom: 1.563vw;
  }
}
@media only screen and (max-width:769px) {
  #series .pagetitle {
    padding-bottom: 0;
  }
}
#series .pagetitle__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#series .pagetitle__meta {
  margin-top: 100px;
}
@media only screen and (max-width:1440px) {
  #series .pagetitle__meta {
    margin-top: 5.208vw;
  }
}
@media only screen and (max-width:769px) {
  #series .pagetitle__meta {
    margin-top: 6.51vw;
  }
}
@media only screen and (max-width:650px) {
  #series .pagetitle__meta {
    margin-top: 12vw;
  }
}
#series .pagetitle__meta p {
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width:1440px) {
  #series .pagetitle__meta p {
    font-size: 0.833vw;
  }
}
@media only screen and (max-width:769px) {
  #series .pagetitle__meta p {
    font-size: 1.823vw;
  }
}
@media only screen and (max-width:650px) {
  #series .pagetitle__meta p {
    font-size: 3.2vw;
  }
}
#series .main_item_inner {
  padding-top: 0;
}
#series .sec_main_item + .sec_main_item {
  margin-top: 140px;
}
@media only screen and (max-width:1440px) {
  #series .sec_main_item + .sec_main_item {
    margin-top: 7.292vw;
  }
}
@media only screen and (max-width:769px) {
  #series .sec_main_item + .sec_main_item {
    margin-top: 13.021vw;
  }
}

.series_info {
  display: block !important;
}
.series_info__head {
  width: 100% !important;
  text-align: center;
}
.series_info__head h2.ttl2 .jp {
  text-align: center !important;
}
.series_info__read {
  margin: 48px auto 20px auto;
  width: 805px;
}
@media only screen and (max-width:1440px) {
  .series_info__read {
    margin-top: 2.5vw;
    margin-bottom: 1.042vw;
    width: 41.927vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__read {
    margin-top: 5.208vw;
    margin-bottom: 2.604vw;
    width: 90%;
  }
}
@media only screen and (max-width:650px) {
  .series_info__read {
    margin-top: 8vw;
    margin-bottom: 5.333vw;
    width: 100%;
  }
}
.series_info__read p {
  font-size: 20px;
  line-height: 1.75;
}
@media only screen and (max-width:1440px) {
  .series_info__read p {
    font-size: 1.042vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__read p {
    font-size: 2.344vw;
  }
}
@media only screen and (max-width:650px) {
  .series_info__read p {
    font-size: 3.733vw;
  }
}
.series_info__read p .br {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width:1440px) {
  .series_info__read p .br {
    margin-left: 2.604vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__read p .br {
    display: block;
    margin-left: 0;
  }
}
.series_info__read p.viewmore {
  margin-top: 30px;
  padding-right: 64px;
  text-align: right;
  text-align: right;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.22em;
}
.series_info__read p.viewmore a {
  display: inline-flex;
  align-items: center;
}
.series_info__read p.viewmore a span.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  border-radius: 50%;
  border: 1px solid #004ba0;
  width: 26px;
  aspect-ratio: 1/1;
  margin: 5px 0 0 8px;
  background: #fff url("../images/common/link_arr.svg") no-repeat center center;
  background-size: 16px auto;
  transition: all 0.3s ease;
  position: relative;
}
.series_info__read p.viewmore a span.circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: none;
  transform: scale(1);
}
.series_info__read p.viewmore a:hover {
  text-decoration: none;
}
.series_info__read p.viewmore a:hover span.circle {
  background: #004ba0 url("../images/common/link_arr_w.svg") no-repeat center center;
  background-size: 16px auto;
}
.series_info__read p.viewmore a:hover span.circle:after {
  animation: ripple 0.6s ease 0.1s;
}
@media only screen and (max-width:1440px) {
  .series_info__read p.viewmore {
    margin-top: 1.563vw;
    padding-right: 3.333vw;
    font-size: 0.781vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__read p.viewmore {
    margin-top: 2.604vw;
    padding-right: 6.51vw;
    font-size: 1.953vw;
  }
}
@media only screen and (max-width:650px) {
  .series_info__read p.viewmore {
    margin-top: 5.333vw;
    padding-right: 0;
    font-size: 3.467vw;
  }
}
.series_info__read p.viewmore a span.circle {
  width: 22px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width:1440px) {
  .series_info__read p.viewmore a span.circle {
    width: 1.146vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__read p.viewmore a span.circle {
    width: 2.604vw;
  }
}
@media only screen and (max-width:650px) {
  .series_info__read p.viewmore a span.circle {
    width: 4.8vw;
  }
}
.series_info__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.series_info__item {
  margin: 0 22px;
}
@media only screen and (max-width:1440px) {
  .series_info__item {
    margin: 0 1.146vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__item {
    margin: 0 2.865vw;
    width: 32%;
  }
}
.series_info__item img {
  width: 230px;
  height: auto;
  display: block;
}
@media only screen and (max-width:1440px) {
  .series_info__item img {
    width: 11.979vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info__item img {
    width: 100%;
  }
}
@media only screen and (max-width:769px) {
  .series_info--nioeair .series_info__container {
    justify-content: space-between;
  }
}
.series_info--nioeair .series_info__item {
  margin: 0 60px;
}
@media only screen and (max-width:1440px) {
  .series_info--nioeair .series_info__item {
    margin: 0 3.125vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info--nioeair .series_info__item {
    margin: 0;
  }
}
.series_info--health img {
  width: 300px;
  height: auto;
  display: block;
}
@media only screen and (max-width:1440px) {
  .series_info--health img {
    width: 39.063vw;
  }
}
@media only screen and (max-width:769px) {
  .series_info--health img {
    width: 100%;
  }
}
@media only screen and (max-width:769px) {
  .series_info--health .series_info__item {
    margin: 0;
    width: 48%;
  }
}/*# sourceMappingURL=series.css.map */