#mainContent .mainContentInner {
  padding: 35px 0 110px; }
#mainContent h1 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h1 {
      font-size: 48px; } }
#mainContent .leadWrap {
  margin-top: 25px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent .leadWrap {
      margin-top: 35px; } }

@media only screen and (min-width: 751px), print {
  #container {
    display: flex;
    margin-top: 35px;
    justify-content: space-between; } }

@media only screen and (min-width: 751px), print {
  #keywordWrap {
    width: 300px; }
    #keywordWrap .keywordTitle {
      display: table;
      width: 100%;
      height: 40px;
      color: #fff;
      background: #0071bc; }
      #keywordWrap .keywordTitle span {
        display: table-cell;
        padding: 0 13px;
        font-weight: bold;
        vertical-align: middle; }
    #keywordWrap .keywordList li {
      border-bottom: 1px solid #ccc;
      background: #fff;
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #keywordWrap .keywordList li a {
        display: block;
        position: relative;
        padding: 13px;
        padding-right: 30px;
        color: #1a1a1a;
        text-decoration: none; }
        #keywordWrap .keywordList li a:before {
          content: "";
          position: absolute;
          width: 9px;
          height: 17px;
          top: 50%;
          right: 13px;
          background: url(../img/arw_btn_black.png) no-repeat;
          opacity: 0;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #keywordWrap .keywordList li.active, #keywordWrap .keywordList li:hover {
        background: #BDE7FF; }
        #keywordWrap .keywordList li.active a:before, #keywordWrap .keywordList li:hover a:before {
          opacity: 1; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #keywordWrap {
    position: relative;
    margin: 40px 0 80px; }
    #keywordWrap .keywordTitle {
      display: table;
      position: relative;
      width: 100%;
      height: 80px;
      overflow: hidden;
      background: #0071bc; }
      #keywordWrap .keywordTitle:before, #keywordWrap .keywordTitle:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 80px;
        right: 26px;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #keywordWrap .keywordTitle:before {
        top: 0;
        background: url(../img/arw_accordion_white_sp.png) no-repeat center center; }
      #keywordWrap .keywordTitle:after {
        top: -80px;
        background: url(../img/arw_accordion_white_close_sp.png) no-repeat center center; }
      #keywordWrap .keywordTitle.active:before {
        top: 80px; }
      #keywordWrap .keywordTitle.active:after {
        top: 0; }
      #keywordWrap .keywordTitle span {
        display: table-cell;
        padding-left: 30px;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        vertical-align: middle; }
    #keywordWrap .keywordList {
      position: absolute;
      width: 100%;
      top: 100%;
      border: 1px solid #0071bc;
      border-top: none;
      background: #fff;
      z-index: 10;
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -webkit-transform-origin: center top;
      transform-origin: center top;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #keywordWrap .keywordList.active {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      #keywordWrap .keywordList li.active {
        background: #BDE7FF; }
      #keywordWrap .keywordList li a {
        display: table;
        width: 100%;
        height: 100px;
        color: #1a1a1a;
        border-top: 2px solid #ccc; }
      #keywordWrap .keywordList li span {
        display: table-cell;
        padding: 0 30px;
        vertical-align: middle; }
        #keywordWrap .keywordList li span br {
          display: none; } }

@media only screen and (min-width: 751px), print {
  #movieList {
    display: flex;
    width: 848px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: flex-start; }
    #movieList .movieBlock {
      width: 410px;
      padding: 16px 20px 28px;
      border-radius: 6px;
      border: 1px solid #1a1a1a; }
      #movieList .movieBlock:nth-child(n+3) {
        margin-top: 25px; }
      #movieList .movieBlock h2 {
        margin-top: 16px;
        font-weight: bold; }
      #movieList .movieBlock .thumb {
        position: relative;
        width: 370px;
        height: 208px;
        overflow: hidden; }
        #movieList .movieBlock .thumb:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 2;
          background: url(../img/icon_play.png) no-repeat center center; }
        #movieList .movieBlock .thumb.black:before {
          background: url(../img/icon_play_black.png) no-repeat center center; }
        #movieList .movieBlock .thumb img {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
        #movieList .movieBlock .thumb:hover img {
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      #movieList .movieBlock .detail {
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px; }
      #movieList .movieBlock .keywordList {
        margin-top: 15px; }
        #movieList .movieBlock .keywordList li {
          display: inline-block;
          margin-top: 5px;
          margin-right: 5px;
          padding: 0 7px;
          border-radius: 12px; }
          #movieList .movieBlock .keywordList li:hover {
            opacity: 0.7;
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
            #movieList .movieBlock .keywordList li:hover a {
              text-decoration: none; }
        #movieList .movieBlock .keywordList a {
          color: #fff; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #movieList .movieBlock {
    padding: 36px 36px 42px;
    border: 2px solid #1a1a1a;
    border-radius: 12px; }
    #movieList .movieBlock:nth-child(n+2) {
      margin-top: 40px; }
    #movieList .movieBlock .thumb {
      position: relative; }
      #movieList .movieBlock .thumb:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: url(../img/icon_play_sp.png) no-repeat center center; }
      #movieList .movieBlock .thumb.black:before {
        background: url(../img/icon_play_black_sp.png) no-repeat center center; }
    #movieList .movieBlock h2 {
      margin-top: 35px;
      font-size: 32px;
      font-weight: bold; }
    #movieList .movieBlock .detail {
      margin-top: 10px; }
    #movieList .movieBlock .keywordList {
      margin-top: 25px; }
      #movieList .movieBlock .keywordList li {
        display: inline-block;
        margin-top: 12px;
        margin-right: 12px;
        padding: 0 12px;
        border-radius: 24px; }
        #movieList .movieBlock .keywordList li a {
          color: #fff; } }
