/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
main section {
  position: relative;
  width: 100%;
}
.type_set {
  position: relative;
  display: none;
}
@media screen and (min-width: 769px) {
  .type_set {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .type_set {
    margin-top: 6rem;
  }
}

.type_set.current {
  display: block !important;
}

.year_set {
  position: relative;
  display: none;
}
@media screen and (min-width: 769px) {
  .year_set {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .year_set {
    margin-top: 8rem;
  }
}

.year_set.current {
  display: block !important;
}

.box_set {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .box_set {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .box_set {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.box_set:nth-of-type(1) .box {
  position: relative;
}
@media screen and (min-width: 769px) {
  .box_set:nth-of-type(1) .box {
    border-top: #d0d0d0 1px solid;
  }
}
.box_set:nth-of-type(1) .box:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .box_set:nth-of-type(1) .box:nth-of-type(1) {
    border-top: #d0d0d0 1px solid;
  }
}

.box_set .box {
  position: relative;
  border-bottom: #d0d0d0 1px solid;
}
@media screen and (min-width: 769px) {
  .box_set .box {
    width: 48.3%;
    max-width: 58rem;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box {
    width: 100%;
    padding: 5rem 0;
  }
}

@media screen and (max-width: 768px) {
  .box_set .box.b_none {
    border-bottom: none;
  }
}

.box_set .box a {
  position: relative;
  display: inline-block;
  transition: ease-out 0.6s all;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .box_set .box a {
    line-height: 1.5em;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    min-height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box a {
    line-height: 1.5em;
    font-size: 4rem;
    letter-spacing: 0.05em;
    min-height: 6.8rem;
  }
}

.box_set .box a .movie {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .box_set .box a .movie {
    width: 3rem;
    height: 3rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box a .movie {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 1rem;
  }
}

.box_set .box a .movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .box_set .box a .movie::before {
    background: url("../../../common/img/icon_movie.svg") center center no-repeat;
    background-size: 2.4rem auto;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 768px) {
  .box_set .box a .movie::before {
    background: url("../../../common/img/icon_movie.svg") center center no-repeat;
    background-size: 3.8rem auto;
    transform: translateY(0.8rem);
  }
}

.box_set .box a p {
  display: inline-block;
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  .box_set .box a:hover p {
    color: #0068b2;
  }
}
.box_set .box dl {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .box_set .box dl {
    width: 100%;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box dl {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.box_set .box dl:last-of-type {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .box_set .box dl:first-of-type {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box dl:first-of-type {
    margin-top: 3rem;
  }
}

.box_set .box dl dt,
.box_set .box dl dd {
  position: relative;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .box_set .box dl dt,
  .box_set .box dl dd {
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box dl dt,
  .box_set .box dl dd {
    line-height: 1.7em;
    font-size: 3.2rem;
    letter-spacing: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .box_set .box dl dt {
    width: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box dl dt {
    flex-shrink: 0;
    width: 17rem;
  }
}

@media screen and (min-width: 769px) {
  .box_set .box dl dd {
    width: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .box_set .box dl dd {
    width: 53rem;
  }
}