.wrapper.single {
  width: 100%;
}

.under h2 {

}

@media only screen and (max-width: 767px) {
  .under .library__inner:first-child {
    padding: 0 10px;
  }
}

.under h1.index--title::after {
  content: "";
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap {
    max-width: 1130px;
    margin-top: 30px;
  }
  .under .library-movie__wrap + .library-movie__wrap {
      margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap {
    margin: 28px auto;
    padding: 0 10px;
  }
  .under .library-movie__wrap + .library-movie__wrap {
      margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-main {
    width: 47%;
    text-align: center;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-main {
    width: 48%;
    text-align: center;
  }
}

.under .library-movie__wrap .movie-main img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-main img {
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-main img {
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-main:hover {
    opacity: 0.6;
  }
}

.under .library-movie__wrap .movie-value {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-value {
    font-size: 21px;
    margin-top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-value {
    font-size: 13px;
    padding-right: 8px;
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }
}

.under .library-movie__wrap .movie-value a {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-value a {
    line-height: 1.3;
  }
}

.under .library-movie__wrap .movie-value::after {
  position: relative;
  content: url(/cmn/img/arrow-sm.svg);
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-value::after {
    display: inline-block;
    vertical-align: bottom;
    top: -5px;
    right: -6px;
    width: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-value::after {
    display: block;
    margin: auto;
    width: 15px;
  }
}

.under .library-movie__wrap .movie-sub {
  height: auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-sub {
    width: 20%;
    margin-top: 75px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-sub {
    width: 33%;
    margin-top: 29px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-sub a {
    color: #333333;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-sub img {
    cursor: pointer;
    width: 83%;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-sub img {
    width: 69%;
    height: auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-sub:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-sub.token {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .movie-valueSub {
    font-size: 18px;
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .movie-valueSub {
    font-size: 13px;
  }
}

.under .library-movie__wrap .arrow_icon {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .arrow_icon {
    text-align: center;
    margin-top: 9px;
  }
}

.under .library-movie__wrap .arrow_icon::after {
  position: relative;
  content: url(/cmn/img/arrow-sm.svg);
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .arrow_icon::after {
    display: inline-block;
    vertical-align: bottom;
    top: -3px;
    right: -6px;
    width: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .arrow_icon::after {
    display: block;
    margin: auto;
    top: -3px;
    width: 16px;
  }
}

.under .library-movie__wrap .arrow_icon a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .arrow_icon a {
    color: #000000;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .arrow_icon.arrow_icon02::after {
    right: 30px;
  }
}

.under .library-movie__wrap .blank_icon01 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .blank_icon01 {
    font-size: 13px;
    width: 69%;
    margin-left: 20px;
    text-align: center;
    margin-top: 9px;
  }
}

.under .library-movie__wrap .blank_icon01::after {
  content: url(/cmn/img/icon-blank.svg);
  position: absolute;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .under .library-movie__wrap .blank_icon01::after {
    top: 0;
    margin-left: 10px;
    height: 12px;
    width: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-movie__wrap .blank_icon01::after {
    margin-left: 4px;
    height: 9px;
    width: 9px;
  }
}

.under .library-news__title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .library-news__title {
    max-width: 1130px;
    margin: 0px auto;
    font-size: 28px;
    padding-top: 90px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news__title {
    font-size: 19px;
    margin-top: 35px;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-news__table {
    max-width: 1130px;
    margin: 0 auto;
  }
}

.under .library-news {
  position: relative;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-collapse: collapse;
}

@media print, screen and (min-width: 768px) {
  .under .library-news {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news {
    width: calc(100% - 20px);
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.under .library-news .library-news__content {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content {
    height: 66px;
    cursor: pointer;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content {
    width: 100%;
    padding: 0 10px;
    height: auto;
  }
}

.under .library-news .library-news__content .news-date {
  color: #777777;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content .news-date {
    width: 120px;
    padding-left: 10px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .news-date {
    position: absolute;
    width: 100%;
    font-size: 12px;
    margin-top: 14px;
  }
}

.under .library-news .library-news__content .news-info {
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .news-info {
    position: absolute;
    font-size: 10px;
    margin-top: 14px;
    margin-left: 80px;
  }
}

.under .library-news .library-news__content .color_gray {
  background-color: #e6e6e6;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content .color_gray {
    width: 105px;
    height: 18px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .color_gray {
    width: 60px;
    height: 15px;
    font-size: 10px;
    padding-top: 1px;
  }
}

.under .library-news .library-news__content .color_lightgray {
  color: #ffffff;
  background-color: #929090;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content .color_lightgray {
    width: 105px;
    height: 18px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .color_lightgray {
    width: 60px;
    height: 15px;
    font-size: 10px;
    padding-top: 1px;
  }
}

.under .library-news .library-news__content .color_black {
  color: #ffffff;
  background-color: #3e3a39;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content .color_black {
    width: 105px;
    height: 18px;
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .color_black {
    width: 60px;
    height: 15px;
    font-size: 10px;
    padding-top: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content .news-text {
    font-size: 16px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .news-text {
    padding-top: 39px;
    padding-bottom: 17px;
    font-size: 14px;
  }
}

.under .library-news .library-news__content .news-link {
  position: absolute;
  width: 100%;
  margin-top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content .news-link {
    height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .under .library-news .library-news__content .news-link {
    height: 78px;
  }
}

.under .library-news .library-news__content .news-link a {
  display: block;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .library-news .library-news__content:hover {
    background-color: #f4f4f4;
  }
}

.under .other__link {
  padding: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .other__link {
    margin: 50px 0 90px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link {
    padding: 0 10px;
    margin: 25px 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link--list02 li {
    width: calc((100% - 105px) / 4);
    margin: 0 35px 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link--list02 li {
    width: 48%;
    margin: 0 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link--list02 li:nth-child(4n) {
    margin-right: 0;
  }
}

.under .other__link--list02 li a {
  text-decoration: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .under .other__link--list02 li .icon_blank::before {
    top: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .library-movie__wrap:last-child {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__wrap:last-child {
    margin-bottom: 35px;
  }
}

.library-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .library-movie__item {
    width: calc(25% - 12px);
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__item {
    width: calc(50% - 5px);
  }
}

@media print, screen and (min-width: 768px) {
  .library-movie__item + .library-movie__item {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__item + .library-movie__item {
    margin: 0 0 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__item:nth-child(2n+1):nth-last-child(-n+2),
  .library-movie__item:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

.library-movie__item img {
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .library-movie__text {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__text {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .library-movie__text > p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .library-movie__text > p {
    font-size: 12px;
  }
}
