@charset "utf-8";
/* CSS Document */

@media (min-width: 1160px) {
  .top-wrapper {
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
  }
    .header-content-logo {
    display: flex;
    justify-content: flex-start;
    max-width: 200px;
  }
  .section-top__image {
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .section-top__image img {
    border-radius: 60px 0 0;
    opacity: 0.5;
  }
  .section-top__image p {
    position: absolute;
    top: 175px;
    right: 650px;
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 600;
    box-shadow: 5px 5px 0px 0 rgb(153, 153, 153);
  }
  .section-works__pic h4 {
    width: 100%;
    max-height: 60px;
    margin: 60px auto 60px;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0.25em 0.5em;
    margin-left: 20px;
  }
  .section-works h3 {
    width: 100%;
    max-height: 20px;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    height: 5rem;
    padding: 0.25em 2.0em;
    margin-left: 20px;
  }
  .section-works__pic {
    max-width: 1366px;
    margin: 0 auto 200px;
  }
  .content_markingfilm {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .content_markingfilm li {
    max-width: 260px;
    list-style: none;
    margin: 0 auto 60px;
  }
  .content_markingfilm img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
  }
  .content_sign {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .content_sign li {
    max-width: 260px;
    list-style: none;
    margin: 0 auto;
  }
  .content_sign img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
  }
  .content_interior {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .content_interior li {
    max-width: 260px;
    list-style: none;
    margin: 0 auto;
  }
  .content_interior img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
  }
  .section-top__main-image img {
    max-width: 1366px;
    height: 32vw;
    object-fit: cover;
    border-radius: 60px 0 0;
    margin-right: auto;
    margin-left: auto;
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .modal__content img {
    width: 70%;
  }
  .main {
    background-color: #FFF;
  }
  .section-top {
    padding-bottom: 0;
  }
  .section-works {
    max-width: 1366px;
    margin: 60px auto 100px;
  }
  .more {
    max-width: 1236px;
    text-align: right;
    margin: 60px auto;
  }
}
@media (max-width: 1160px) {
  .top-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .section-top__image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .section-top__image img {
    border-radius: 60px 0 0;
    opacity: 0.5;
  }
  .section-top__image p {
    position: absolute;
    top: 175px;
    right: 650px;
    color: #FFF;
    font-size: 3.0rem;
    font-weight: 600;
    box-shadow: 5px 5px 0px 0 rgb(153, 153, 153);
  }
  .section-works__pic h4 {
    width: 100%;
    max-height: 60px;
    margin: 60px auto 60px;
    text-align: left;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0.25em 0.5em;
    margin-left: 20px;
  }
  .section-works h3 {
    width: 100%;
    max-height: 20px;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    height: 5rem;
    padding: 0.25em 2.0em;
    margin-left: 20px;
  }
  .section-works__pic {
    width: 100%;
    margin: 0 auto 200px;
  }
  .content_markingfilm {
    width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .content_markingfilm li {
    width: 350px;
    height: 265px;
    list-style: none;
    margin: 0 auto;
  }
  .content_markingfilm img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 30px;
  }
  .content_sign {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .content_sign li {
    max-width: 260px;
    list-style: none;
    margin: 0 auto;
  }
  .content_sign img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
  }
  .content_interior {
    max-width: 100%;
    display: flex;
    flex-flow: wrap;
  }
  .content_interior li {
    max-width: 260px;
    list-style: none;
    margin: 0 auto;
  }
  .content_interior img {
    width: 260px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
  }
  .section-top__main-image img {
    max-width: 1366px;
    height: 32vw;
    object-fit: cover;
    border-radius: 60px 0 0;
    margin-right: auto;
    margin-left: auto;
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
  .modal__content img {
    width: 70%;
  }
  .modal__content__description {
    text-align: left;
    margin: 40px 0 60px 60px;
  }
  .main {
    background-color: #FFF;
  }
  .section-top {
    padding-bottom: 0;
  }
  .section-works {
    max-width: 1366px;
    margin: 60px auto 100px;
  }
  .more {
    max-width: 1236px;
    text-align: right;
    margin: 60px auto;
  }
}