@charset "UTF-8";
/* header
   ========================================================================== */
header {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
header h1 img {
  width: 100%;
}
header .release_schedule {
  position: absolute;
  width: 100%;
  padding-top: 25%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(31, 32, 36, 0) 0%, rgba(31, 32, 36, 0) 30%, rgba(31, 32, 36, 0.95) 100%);
}
header .release_schedule p {
  position: absolute;
  color: #fff;
  bottom: 8%;
  left: 4%;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: .1em;
}
@media print, screen and (min-width: 560px) {
  header {
    margin-top: 2%;
    width: 90%;
  }
  header .release_schedule p {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  header .release_schedule p {
    font-size: 3.2rem;
  }
}
/* menu
   ========================================================================== */
.menu {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background: #202020;
}
.menu ul {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.menu li {
  width: 50%;
  border-right: 1px solid #484848;
  border-top: 1px solid #202020;
}
.menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5%;
  text-align: center;
  background-color: #202020;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #292929), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #292929), color-stop(.75, #292929), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}
.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media print, screen and (min-width: 560px) {
  .menu {
    width: 90%;
  }
  .menu li {
    width: 33.33%;
    font-size: 2.2rem;
    letter-spacing: .1em;
  }
  .menu li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.33%;
  }
  .menu li:nth-child(3) {
    border-left: 0px solid #484848;
  }
}
@media print, screen and (min-width: 960px) {}
/* content program side
   ========================================================================== */
.content {
  width: 100%;
  margin: 6% auto;
}
.program {
  width: 100%;
}
.side {
  width: 100%;
}
@media print, screen and (min-width: 560px) {
  .content {
    width: 90%;
    max-width: 1080px;
    margin: 3% auto;
      display: flex;
    justify-content: space-between;
  }
  .program {
    width: 67%;
  }
  .side {
    width: 30%;
  }
}
@media print, screen and (min-width: 960px) {

}
@media print, screen and (min-width: 560px) {}
@media print, screen and (min-width: 960px) {}
/* pickup_bn
   ========================================================================== */
.pickup {
  width: 94%;
  margin: 0 auto 3%;
}
.pickup ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.pickup li {
  border: 2px solid #fff;
  margin-bottom: 3%;
  width: 48%;
}
@media print, screen and (min-width: 560px) {
  .pickup {
    width: 100%;
  }
}
@media print, screen and (min-width: 560px) and (max-width: 959px) {
  .pickup li {
    width: 32.5%;
  }
  .pickup li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.78%;
  }
}
@media print, screen and (min-width: 960px) {}
/* section
   ========================================================================== */
section {
  width: 100%;
  background: #fff;
  padding: 5%;
  margin: 0 0 5%;
}
section h2 {
  font-size: 1.8rem;
  border-left: 8px solid #d4473c;
  padding: 0 0 0 2%;
  margin-bottom: 5%;
}
section h2 + h3 {
  margin: 0 0 2%;
}
section h3 + h4 {
  margin: 0 0 2%;
}
section h3 {
  font-size: 1.6rem;
  background: #f7f5f6;
  padding: 2%;
  margin: 10% 0 2%;
}
section h4 {
  font-size: 1.6rem;
    border-left: 3px double #d4473c;
    padding: 0 0 0 2%;
  margin: 5% 0 2%;
}
.mc{
  margin-top: 2%;
}
.fast{
  margin-top: 0%;
}
@media print, screen and (min-width: 560px) {
  section h2 {
    font-size: 2.2rem;
    letter-spacing: .1em;
  }
}
@media print, screen and (min-width: 960px) {}
.articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles article {
  width: 48%;
  position: relative;
  padding: 0 0;
  margin-bottom: 5%;
}
.articles article a {
  text-decoration: none;
}
.articles article a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
}
.featured_image {
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 比率 */
}
.featured_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title {
  text-decoration: none;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.4;
}
.release_date {
  font-size: 1.3rem;
  margin: 0;
}
button {
  appearance: none;
  display: block;
  width: 50%;
  margin: 8% auto 0;
  padding: 0.6em 1em;
  border: 2px solid #d4473c;
  color: #d4473c;
}
.btn {}
.btn a {
  margin: 8% auto 0;
  width: 80%;
  padding: 2%;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #d4473c;
  text-align: center;
  border-radius: 5px;
}
.btn a:hover {
  background: #e57168;
}
@media print, screen and (min-width: 560px) {
  .btn a {
    width: 60%;
  }
  button {
    width: 40%;
  }
}
@media print, screen and (min-width: 960px) {
  button {
    width: 30%;
  }
}