.container-txt p {
  text-align: center; }
.container-inner {
  display: flex;
  justify-content: center;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 1024px) {
    .container-inner {
      flex-direction: column;
      padding: 0 5vw 10rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-inner {
      padding-bottom: 3rem; } }

.container-main {
  width: 100%;
  max-width: 70rem;
  margin-right: 3rem; }
  @media only screen and (max-width: 1024px) {
    .container-main {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 8rem;
      padding-top: 8rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-main {
      margin-bottom: 5rem;
      padding-top: 5rem; } }

  .container-main-ttl {
    font-size: 2.8rem;
    background: #026eb7;
    color: #fff;
    padding: 1.5rem 2rem;
    border-left: 0.5rem solid #003e70;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 1024px) {
      .container-main-ttl {
        font-size: 2.4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .container-main-ttl {
      font-size: 1.8rem;
      padding: 1rem 1.5rem;
      border-width: .3rem;
      margin-bottom: 1.5rem; } }

.container-side {
  width: 27rem;
  flex-shrink: 0; }
  @media only screen and (max-width: 1024px) {
    .container-side {
      width: 100%; } }

.dl-side {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media only screen and (max-width: 1024px) {
    .dl-side {
      flex-direction: row; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .dl-side {
      flex-direction: column; } }

  .dl-side div {
    width: 100%;
    padding: 0 2rem 2.5rem 2rem;
    border-radius: 1rem;
    position: relative;
    background: rgba(51, 51, 51, 0.05);
    margin-bottom: 3rem; }
    @media only screen and (max-width: 1024px) {
      .dl-side div {
        padding: 0 1.5rem 2.5rem;
        margin: 0 1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .dl-side div {
      padding: 0 1.5rem 1.5rem;
      margin: 0 0 3.5rem; } }

    .dl-side div dt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 1.1rem;
      padding-bottom: 1.5rem;
      margin-top: -1.4rem; }
      @media only screen and (max-width: 767px) {
        .dl-side div dt {
          font-size: .9rem;
          padding-bottom: .8rem; } }
      .dl-side div dt small {
        color: #026eb7;
        font-size: 2.8rem;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .dl-side div dt small {
            font-size: 2.2rem; } }
    .dl-side div dd ul {
      display: flex;
      justify-content: flex-start; }
      @media only screen and (max-width: 767px) {
        .dl-side div dd ul {
          justify-content: center; } }
      .dl-side div dd ul li {
        margin: .5rem; }
        @media only screen and (max-width: 767px) {
          .dl-side div dd ul li {
            margin: .3rem; } }
        .dl-side div dd ul li a {
          font-size: 1.4rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .dl-side div dd ul li a {
              font-size: 1.2rem; } }
  .dl-side .dl-side-category dd ul {
    flex-direction: column; }
    .dl-side .dl-side-category dd ul li a {
      background: #fff;
      border: 1px solid #026eb7;
      border-radius: .3rem;
      padding: .5rem 1rem;
      justify-content: flex-start; }
      @media only screen and (max-width: 767px) {
        .dl-side .dl-side-category dd ul li a {
          padding: .7rem .7rem; } }
      .dl-side .dl-side-category dd ul li a span {
        font-size: 1.8rem;
        color: #026eb7; }
        @media only screen and (max-width: 767px) {
          .dl-side .dl-side-category dd ul li a span {
            font-size: 1.5rem; } }
      .dl-side .dl-side-category dd ul li a:hover {
        border-color: #fff; }
  .dl-side .dl-side-monthly dd ul {
    flex-wrap: wrap; }
    .dl-side .dl-side-monthly dd ul li {
      min-width: calc(100% / 2 - 1rem); }
      .dl-side .dl-side-monthly dd ul li a {
        background: #026eb7;
        color: #fff;
        border: 1px solid #026eb7;
        border-radius: 5rem;
        padding: .8rem .5rem;
        justify-content: center; }
        .dl-side .dl-side-monthly dd ul li a:hover {
          background: #fff;
          border-color: #026eb7;
          color: #026eb7; }
  .dl-side .dl-side-yearly {
    width: 100% !important; }
    .dl-side .dl-side-yearly dd ul li {
      min-width: calc(100% / 8 - 1rem); }
      .dl-side .dl-side-yearly dd ul li a {
        background: #026eb7;
        color: #fff;
        border: 1px solid #026eb7;
        border-radius: 5rem;
        padding: .5rem 1.5rem; }
        .dl-side .dl-side-yearly dd ul li a:hover {
          background: #fff;
          border-color: #026eb7;
          color: #026eb7; }

.ul-movie {
  border-top: 1px solid #dcdcdc; }
  .ul-movie-meta {
    display: flex;
    padding-bottom: .5rem; }
  .ul-movie-ttl {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .ul-movie-ttl {
    font-size: 1.4rem; } }

  .ul-movie-time {
    font-size: 1.3rem;
    color: rgba(51, 51, 51, 0.6);
    margin-left: 1rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .ul-movie-time {
    font-size: 1rem; } }

  .ul-movie-cat {
    flex-shrink: 0; }
    .ul-movie-cat a {
      font-size: 1.3rem;
      background: #026eb7;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 1rem;
      min-width: 13rem; }
      @media only screen and (max-width: 767px) {
        .ul-movie-cat a {
          font-size: 1.1rem;
          min-width: 10rem; } }
  .ul-movie li {
    padding: 2.5rem 1.5rem 2.5rem 6.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      .ul-movie li {
        padding: 1.2rem 0 1.2rem 4rem; } }
    .ul-movie li > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .ul-movie li:after {
      content: "\e04a";
      font-family: "material symbols Outlined", cursive;
      color: #026eb7;
      position: absolute;
      font-size: 3rem;
      line-height: 1;
      left: 1.5rem;
      top: 50%;
      font-weight: 400;
      margin-top: -.5em; }
      @media only screen and (max-width: 767px) {
        .ul-movie li:after {
          font-size: 2.4rem;
          left: .5rem; } }
    .ul-movie li:hover {
      background: rgba(51, 51, 51, 0.05); }

.article-movie-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .article-movie-header {
      margin-bottom: 1.5rem; } }
  .article-movie-header-cat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .article-movie-header-cat:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #dcdcdc; }
    .article-movie-header-cat li {
      margin-left: .5rem;
      flex-shrink: 0; }
      .article-movie-header-cat li a {
        font-size: 1.3rem;
        background: #026eb7;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
        min-width: 13rem; }
        @media only screen and (max-width: 767px) {
          .article-movie-header-cat li a {
            font-size: 1.1rem;
            min-width: 10rem; } }
  .article-movie-header-ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2.4rem;
    padding: 4rem 2rem; }
    @media only screen and (max-width: 767px) {
      .article-movie-header-ttl {
        font-size: 1.8rem;
        line-height: 1.3;
        padding: 1.5rem .5rem; } }
    .article-movie-header-ttl span {
      color: #026eb7;
      font-size: 3.2rem;
      flex-shrink: 0;
      margin-right: 1rem; }
      @media only screen and (max-width: 767px) {
        .article-movie-header-ttl span {
          font-size: 2.4rem; } }
  .article-movie-header-time {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .article-movie-header-time span {
      flex-shrink: 0;
      font-size: 1.3rem;
      padding-left: 1rem;
      color: rgba(51, 51, 51, 0.7); }
    .article-movie-header-time:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #dcdcdc; }
.article-movie-video {
  padding: 2rem; }
  @media only screen and (max-width: 767px) {
    .article-movie-video {
      padding: 1rem 0; } }
  .article-movie-video video {
    width: 100%; }
.article-movie-inner {
  padding: 0 2.5rem 1.5rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 767px) {
    .article-movie-inner {
      padding: 0 0 1rem;
      font-size: 1.4rem; } }
  .article-movie-inner p {
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .article-movie-inner p {
        padding-bottom: 1rem; } }
.article-movie-footer {
  padding: 2rem 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  clear: both; }
  @media only screen and (max-width: 1024px) {
    .article-movie-footer {
      margin-top: 4rem; } }
  @media only screen and (max-width: 767px) {
    .article-movie-footer {
      padding: 1.5rem 0;
      margin-top: 1.5rem; } }
  .article-movie-footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400; }
    .article-movie-footer ul li {
      width: 100%;
      text-align: center;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .article-movie-footer ul li {
          font-size: 1rem;
          width: 100%;
          min-width: 0; } }
      .article-movie-footer ul li > a, .article-movie-footer ul li span {
        height: 3.6rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .article-movie-footer ul li > a span, .article-movie-footer ul li span span {
          color: #666; }
      .article-movie-footer ul li > span {
        opacity: 0.3; }
      .article-movie-footer ul li:nth-of-type(2) {
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc; }
