@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : saba.css
Description : 鯖のミブロ
===================================================================== */
/* =====================================================================
    saba
======================================================================*/
.saba .sec-content {
  position: relative;
  z-index: 1;
}
.saba .sec-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 0 0 50%;
  background: url(../images/common/bg_pattern01_blue.jpg) repeat top center/36rem auto;
  transform: translateX(-50%);
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .saba .sec-content::before {
    top: 125rem;
    height: calc(100% - 125rem);
    margin: 0 0 0 calc(380 / 1000 * 100%);
  }
}
.saba .sec-content::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .saba .sec-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 35rem;
    display: block;
    width: 100vw;
    height: 90.2rem;
    margin: 0 0 0 calc(380 / 1000 * 100%);
    background-image: url(../images/top/bg_pattern_blue_slant-pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    z-index: -2;
  }
}
.saba-head {
  position: relative;
  width: calc(750 / 640 * 100%);
  margin: 0 calc(-55 / 640 * 100%);
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .saba-head {
    width: 100%;
    margin: 13rem 0 0 0;
    padding-bottom: 0;
  }
}
.saba-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern01_lightBlue.jpg) repeat top center/36rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .saba-head::before {
    content: none;
  }
}
.saba-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  display: block;
  width: 100%;
  height: 2.2rem;
  background-image: url(../images/common/img_scrap_lightBlue02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .saba-head::after {
    content: none;
  }
}
.saba-ttl {
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .saba-ttl {
    padding-bottom: calc(180 / 1000 * 100%);
  }
}
.saba-ttl::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .saba-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/bg_pattern01_lightBlue.jpg) repeat top center/36rem auto;
    z-index: -1;
  }
}
.saba-ttl::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .saba-ttl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    display: block;
    width: 100%;
    height: 2.2rem;
    background-image: url(../images/common/img_scrap_lightBlue02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    z-index: -1;
  }
}
.saba .countdown::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .saba .countdown::before {
    content: none;
  }
}
.saba .countdown::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .saba .countdown::after {
    content: none;
  }
}
.saba-subttl {
  position: relative;
  width: calc(257 / 750 * 100%);
  margin: -5rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .saba-subttl {
    width: calc(103 / 1000 * 100%);
    margin: calc(-372 / 1000 * 100%) 0 0 calc(12 / 1000 * 100%);
  }
}
.saba-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.saba-list > li {
  width: 100%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .saba-list > li {
    width: calc(318 / 1000 * 100%);
    margin: calc(-50 / 1000 * 100%) calc(-8 / 1000 * 100%) 0 calc(-8 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .saba-list > li:nth-child(2) {
    margin-left: calc(-12 / 1000 * 100%);
    margin-right: calc(-4 / 1000 * 100%);
  }
}
.saba-list > li > dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.saba-list > li > dl > dt {
  width: calc(364 / 750 * 100%);
  margin-right: calc(11 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .saba-list > li > dl > dt {
    width: 100%;
    margin-right: 0;
  }
}
.saba-list > li > dl > dd {
  width: calc(340 / 750 * 100%);
  margin-top: 0;
  padding: 0;
  color: #0c1322;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .saba-list > li > dl > dd {
    width: 100%;
    margin-top: calc(40 / 1000 * 100%);
    padding: 0 9.4339622642%;
    color: #ffffff;
    font-size: 18px;
  }
}
.saba-body {
  position: relative;
  width: 100%;
  padding: 14rem 0;
}
@media screen and (min-width: 768px) {
  .saba-body {
    padding: 6rem 0 12rem 0;
  }
}
.saba-movie {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -3.2rem;
}
@media screen and (min-width: 768px) {
  .saba-movie {
    margin-top: -2.4rem;
  }
}
.saba-movie > li {
  width: calc(304 / 640 * 100%);
  margin: 3.2rem 0 0 calc(32 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .saba-movie > li {
    width: calc(320 / 1000 * 100%);
    margin: 2.4rem 0 0 calc(20 / 1000 * 100%) !important;
  }
}
.saba-movie > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .saba-movie > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.saba-movie > li > dl {
  position: relative;
  width: 100%;
}
.saba-movie > li > dl > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 54.2763157895%;
  aspect-ratio: 165/103;
  margin: 0 auto;
  background-image: url(../images/saba/bg_saba01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .saba-movie > li > dl > dt {
    width: 49.0625%;
  }
}
.saba-movie > li > dl > dt > span {
  color: #111c29;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .saba-movie > li > dl > dt > span {
    font-size: 2.4rem;
  }
}
.saba-movie > li > dl > dd {
  width: 100%;
}
.saba-movie > li > dl > dd > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .saba-movie > li > dl > dd > a:hover {
    transform: none;
  }
}/*# sourceMappingURL=saba.css.map */