@charset "utf-8";

/*
  File Name   : cm-library.css
  Description : CM Library
*/

/*
============================================================ */
.section-library-title {
  position: relative;
  color: #fff;
  text-align: center;
}
.section-library-title:first-child .section-library-title-main {
  margin: 0;
}
.library-desc {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
}
.library-banner {
  position: relative;
  margin-top: 50px;
}
.library-banner-wrap {
  display: flex;
  position: absolute;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  inset: 0;
}
.library-banner-title {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-shadow: 0 0 4px rgb(0 0 0 / 1);
  text-transform: uppercase;
}
.library-banner-text {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0 0 4px rgb(0 0 0 / 1);
}
.library-banner-img img {
  width: 100%;
  height: auto;
}
.library-production {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
}
.section-library-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  gap: 30px;
}
.section-library-list {
  width: calc((100% - 30px) / 2);
}
.section-library-list .com-library-card {
  height: 100%;
}
.section-library-detail {
  margin-top: 60px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-library-title {
    position: relative;
  }
  .section-library-title-main img {
    width: auto;
    height: 43px;
  }
  .library-desc {
    max-width: 240px;
    margin-top: 15px;
    margin-inline: auto;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
  }
  .library-banner {
    left: 50%;
    width: 100vw;
    margin-top: 20px;
    transform: translateX(-50%);
  }
  .library-banner-wrap {
    display: flex;
    position: absolute;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .library-banner-title {
    font-size: 11px;
  }
  .library-banner-text {
    font-size: 23px;
    line-height: 1.4;
  }
  .library-production {
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.5;
  }
  .section-library-lists {
    margin-top: 25px;
    gap: 10px;
  }
  .section-library-list {
    width: calc((100% - 10px) / 2);
  }
  .section-library-detail {
    margin-top: 25px;
  }
}
@media screen and (max-width: 481px) {
}
