@media screen and (max-width: 979px) {
  .images-plugin-main {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .images-plugin-main .images-plugin-images:nth-child(n) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    min-height: 416px !important;
    height: 120vw !important;
    object-fit: cover;
    object-position: center;
    animation: anime 4s 1s infinite;
    z-index: n;
  }
  .images-plugin-main .images-plugin-abstruct {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-text {
    height: 29px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 28.96px;
    text-align: left;
    width: 80%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-detail {
    width: 20%;
    min-width: 120px;
    padding: 0 10px;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-detail-btn {
    height: 30px;
    padding-left: 14px;
    padding-right: 14px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #6F5436;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    text-decoration: none !important;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-detail-btn .next-text {
    width: 8px;
    height: 13px;
    display: none;
    padding: 0px 4px;
  }
  .images-plugin-main #top-book-lineup-image {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43% !important;
    height: auto;
    z-index: 60;
  }
  .images-plugin-main #top-book-image {
    position: absolute;
    width: 13% !important;
    height: auto;
    z-index: 60;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .images-plugin-main #top-book-inner-text {
    position: absolute;
    width: 100% !important;
    z-index: 60;
    top: 53%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 700;
    line-height: 28.96px;
    letter-spacing: 0.23em;
    color: #6F5436;
    overflow: hidden;
  }
  @keyframes anime {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0.8;
    }
    10% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      opacity: 0.8;
    }
  }
}
@media screen and (min-width: 980px) {
  .images-plugin-main {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 2400px;
    text-align: center;
  }
  .images-plugin-main .plugin-images {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
  .images-plugin-main .images-plugin-images:nth-child(n) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto;
    animation: anime 4s 1s infinite;
    z-index: n;
  }
  .images-plugin-main .images-plugin-abstruct {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.9);
    width: 60%;
    min-width: 900px;
    height: 96px;
    display: flex;
    align-items: center;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-text {
    min-width: 501px !important;
    height: 29px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 28.96px;
    text-align: left;
    width: 70%;
    padding-left: 30px;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-detail {
    width: 30%;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-detail-btn {
    width: 170px;
    height: 41px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6F5436;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-decoration: none;
  }
  .images-plugin-main .images-plugin-abstruct .images-plugin-detail-btn .next-text {
    width: 8px;
    height: 13px;
    margin-left: 10px;
  }
  .images-plugin-main #top-book-lineup-image {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32% !important;
    height: auto;
    z-index: 60;
  }
  .images-plugin-main #top-book-image {
    position: absolute;
    width: 12% !important;
    height: auto;
    z-index: 60;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .images-plugin-main #top-book-inner-text {
    position: absolute;
    width: 30% !important;
    z-index: 60;
    top: 67%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    letter-spacing: 0.23em;
    color: #6F5436;
  }
  @keyframes anime {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0.8;
    }
    10% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      opacity: 0.8;
    }
  }
}/*# sourceMappingURL=style.css.map */