.breads {
  z-index: 100;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breads h1{
 font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .breads {
    overflow-x: scroll;
    position: static;
    width: 100%;
    background: #F7F9F9;
    margin-bottom: 5px;
    padding: 10px 20px;
  }
}
.breads .bread_link {
  font-size: 15px;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .breads .bread_link {
    font-size: 13px;
    white-space: nowrap;
  }
}
.breads .bread_link:hover {
  text-decoration: none;
}
.breads .bread_link.arrow {
  padding-right: 20px;
}
.breads .bread_link.arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .breads .bread_link.arrow:after {
    width: 5px;
    height: 5px;
    right: 10px;
  }
}
.breads .bread_text {
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .breads .bread_text {
    font-size: 13px;
    white-space: nowrap;
  }
}
.breads .bread_text.arrow {
  padding-right: 20px;
}
.breads .bread_text.arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .breads .bread_text.arrow:after {
    width: 5px;
    height: 5px;
    right: -10px;
  }
}

.contents .cards {
  margin-right: auto;
  margin-left: auto;
}
.contents .cards [class^=card-] {
  cursor: pointer;
  border: solid 3px white;
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  width: 306px;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.3);
  padding: 6px 6px 20px;
  background: white;
  border-radius: 5px;
  transition: border 0.2s;
}
.win .contents .cards [class^=card-] {
  width: 303px;
}
@media screen and (max-width: 1899px) {
  .contents .cards [class^=card-] {
    width: 337px;
  }
  .win .contents .cards [class^=card-] {
    width: 328px;
  }
}
@media screen and (max-width: 1699px) {
  .contents .cards [class^=card-] {
    width: 374px;
  }
  .win .contents .cards [class^=card-] {
    width: 368px;
  }
}
@media screen and (max-width: 1452px) {
  .contents .cards [class^=card-] {
    width: 288px;
  }
  .win .contents .cards [class^=card-] {
    width: 282px;
  }
}
@media screen and (max-width: 1193px) {
  .contents .cards [class^=card-] {
    width: 357px;
  }
  .win .contents .cards [class^=card-] {
    width: 349px;
  }
}
@media screen and (max-width: 1023px) {
  .contents .cards [class^=card-] {
    width: 273px;
  }
  .win .contents .cards [class^=card-] {
    width: 267px;
  }
  .win .contents .cards [class^=card-] .card_body {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-] {
    padding: 6px 6px 10px;
    height: auto;
    width: calc(((100vw - 40px) - 10px) / 2);
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .contents .cards [class^=card-] {
    width: calc(((100vw - 40px) - 10px - 20px) / 2);
  }
}
@media screen and (max-width: 400px) {
  .contents .cards [class^=card-] {
    width: calc(((100vw - 20px) - 10px) / 2);
  }
}
@media screen and (max-width: 400px) and (-ms-high-contrast: active), screen and (max-width: 400px) and (-ms-high-contrast: none) {
  .contents .cards [class^=card-] {
    width: calc(((100vw - 20px) - 10px - 20px) / 2);
  }
}
.contents .cards [class^=card-].card-book:hover {
  border: solid 3px #00ADDC;
}
.contents .cards [class^=card-].card-book .card_category:before {
  background: #99DEF1;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].card-book .card_category:before {
    background: #00ADDC;
  }
}
.contents .cards [class^=card-].card-book .card_title {
  border-bottom: solid 2px #00ADDC;
}
.contents .cards [class^=card-].card-book .card_tag {
  border: solid 1px #00ADDC;
}
.contents .cards [class^=card-].card-book.movie .card_img_box:before {
  border-color: transparent #00ADDC transparent transparent;
}
.contents .cards [class^=card-].card-family:hover {
  border: solid 3px #FEC558;
}
.contents .cards [class^=card-].card-family .card_category:before {
  background: #FEE2AB;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].card-family .card_category:before {
    background: #FEC558;
  }
}
.contents .cards [class^=card-].card-family .card_title {
  border-bottom: solid 2px #FEC558;
}
.contents .cards [class^=card-].card-family .card_tag {
  border: solid 1px #FEC558;
}
.contents .cards [class^=card-].card-family.movie .card_img_box:before {
  border-color: transparent #FEC558 transparent transparent;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].lrg {
    height: auto;
  }
}
.contents .cards [class^=card-].lrg .card_img_box {
  height: 310px;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].lrg .card_img_box {
    height: 80px;
  }
}
.contents .cards [class^=card-].new {
  position: relative;
}
.contents .cards [class^=card-].new:after {
  content: "NEW";
  display: block;
  width: 46px;
  height: 46px;
  background: #C70000;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].new:after {
    width: 36px;
    height: 36px;
    font-size: 12px;
    left: 10px;
  }
}
.contents .cards [class^=card-].coming-soon {
  position: relative;
}
.contents .cards [class^=card-].coming-soon:after {
  content: "公開\A準備中";
  display: block;
  width: 46px;
  height: 46px;
  background: #00ADDC;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: -3px;
  left: 20px;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].coming-soon:after {
    width: 36px;
    height: 36px;
    font-size: 12px;
    left: 10px;
  }
}
.contents .cards [class^=card-].movie {
  position: relative;
}
.contents .cards [class^=card-].movie .card_img_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 68px 68px 0;
  border-color: transparent #007bff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].movie .card_img_box:before {
    border-width: 0 50px 50px 0;
  }
}
.contents .cards [class^=card-].movie .card_img_box:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url(../img/icon_movie.png) top 12px right 4px/32px auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents .cards [class^=card-].movie .card_img_box:after {
    background: url(../img/icon_movie.png) top 10px right 4px/22px auto no-repeat;
  }
}
.contents .card_img_box {
  width: 100%;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contents .card_img_box {
    height: 80px;
  }
}
.contents .card_img_box .card_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents .card_category {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 0;
  padding-left: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contents .card_category {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contents .card_category {
    padding-left: 12px;
    font-size: 11px;
  }
}
.contents .card_category:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents .card_category:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 400px) {
  .contents .card_category:before {
    width: 6px;
    height: 6px;
  }
}
.contents .card_body {
  padding: 0 15px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contents .card_body {
    flex: none;
    padding: 0;
  }
}
.contents .card_body .br-responsive {
  display: inherit;
}
@media screen and (max-width: 1023px) , screen and (min-width: 1194px) and (max-width: 1452px) {
  .contents .card_body .br-responsive {
    display: none;
  }
}
.contents .card_body .card_title {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contents .card_body .card_title {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .contents .card_body .card_title {
    font-size: 13px;
  }
}
.contents .card_body .card_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents .card_body .card_text {
    display: none;
  }
}
.contents .card_footer {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents .card_footer {
    flex: none;
    flex-direction: column;
    align-items: center;
  }
}
.contents .card_footer .card_tag {
  font-size: 11px;
  font-weight: 500;
  border-radius: 50px;
  width: 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents .card_footer .card_tag {
    font-size: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .contents .card_footer .card_tag {
    font-size: 10px;
    padding: 2px 5px;
  }
}
.contents .card_footer .card_detail {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents .card_footer .card_detail {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .contents .card_footer .card_detail {
    font-size: 10px;
  }
}
.contents .ref {
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents .ref {
    font-size: 13px;
  }
}

.pageTop {
  width: 80px;
  height: 80px;
  display: none;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #001c71 url(../img/toTop.png) center center/33px auto no-repeat;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pageTop {
    width: 50px;
    height: 50px;
    background: #001c71 url(../img/toTop.png) center center/20px auto no-repeat;
    bottom: 10px;
    right: 10px;
  }
}
.pageTop.hover:hover {
  opacity: 0.7;
}