@media (max-width: 750px) {
  .u-sp-hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .u-pc-hide {
    display: none !important;
  }
}
.logo {
  top: 23px;
  left: 23px;
}
@media (max-width: 750px) {
  .logo {
    top: 15px;
    left: 14px;
  }
}

.logo.initial {
  position: absolute;
  top: -300px !important;
}

.fix .logo.initial {
  position: fixed;
  top: 23px !important;
  left: 23px !important;
}
@media (max-width: 750px) {
  .fix .logo.initial {
    top: 15px !important;
    left: 14px !important;
  }
}

@media (min-width: 751px) {
  .page-index .bg {
    padding: 160px 0 220px;
  }
}
@media (max-width: 750px) {
  .page-index .bg {
    margin-top: 0;
    padding-bottom: 61px;
    background-size: 100%;
  }
}
.page-index .menu {
  margin-top: 0 !important;
}
@media (min-width: 751px) {
  .page-index .sns {
    margin-top: 150px;
  }
}
.page-index .works {
  text-align: center;
}
@media (max-width: 750px) {
  .page-index .works {
    margin: -198px auto 0;
  }
}
@media (min-width: 751px) {
  .page-index .works .works_list {
    margin-top: 50px;
    width: 87%;
  }
}
@media (min-width: 751px) {
  .page-index .works .works_list .works_listItem {
    width: 40.5%;
  }
}
.page-index .contents_title {
  background-image: linear-gradient(90deg, #000, #000 8px, transparent 0, transparent 16px), linear-gradient(90deg, #000, #000 8px, transparent 0, transparent 16px), linear-gradient(180deg, #000, #000 8px, transparent 0, transparent 16px), linear-gradient(180deg, #000, #000 8px, transparent 0, transparent 16px);
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  -webkit-background-size: 16px 1px, 16px 1px, 1px 16px, 1px 16px;
  background-size: 16px 1px, 16px 1px, 1px 16px, 1px 16px;
  margin: 0 auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  font-weight: normal;
  font-weight: 700;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.modal .modal-inner {
  position: relative;
  z-index: 2;
  max-height: 100%;
  overflow: auto;
}

@media (max-width: 767px) {
  .modal .modal-inner {
    overflow: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .modal {
    font-size: 7.4666666667vw;
    line-height: 13.8666666667vw;
  }
}
.modal.active {
  opacity: 1;
  z-index: 1000000;
  visibility: visible;
  transition: all 0.5s ease;
}

.modal.active .modal-mv {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.modal .btn-close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 6;
  width: 46px;
  height: 46px;
  line-height: 1;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal .btn-close {
    top: 1.6666666667vw;
    right: 1.6666666667vw;
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
}
.modal .btn-close img {
  vertical-align: top;
}

.modal .btn-close span {
  margin: 0;
  cursor: pointer;
  display: block;
}

.modal .btn-close.disabledClick {
  pointer-events: none;
}

@media (max-width: 750px) {
  .modal .btn-close {
    top: 3.2vw;
    right: 3.2vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .modal .btn-close img {
    width: 100%;
  }
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  min-height: calc(100vh + 10px);
}

.modal .modal-overlay.disabledClick {
  pointer-events: none;
}

.modal-mv.modal-information {
  max-width: 1128px;
  width: 90%;
  max-height: 650px;
  z-index: 10;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal-mv.modal-information {
    max-width: 78.3333333333vw;
    max-height: 45.1388888889vw;
  }
}
@media (max-width: 750px) {
  .modal-mv.modal-information {
    width: 100%;
  }
  .modal-mv.modal-information .slick-slide img {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .modal-mv.modal-information {
    max-width: 89.3333333333vw;
    max-width: 100%;
    overflow: visible;
    overflow: scroll;
    height: auto;
    max-height: 160vw;
    max-height: 100vh;
    padding: 8vw 0;
  }
}
.modal-mv.modal-information .modal-inner {
  overflow: visible;
  background: #000;
}
@media (max-width: 750px) {
  .modal-mv.modal-information .modal-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 750px) {
  .modal-mv.modal-information .modal-inner {
    height: 100%;
    position: relative;
    z-index: 1;
  }
}
.modal-movie {
  padding: 60px;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal-movie {
    padding: 4.1666666667vw;
  }
}
@media (max-width: 750px) {
  .modal-movie {
    padding: 29.3333333333vw 7.7333333333vw 5.8666666667vw 7.7333333333vw;
  }
}
.modal-movie-ttl {
  width: 813px;
  margin: 0 0 50px 0;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal-movie-ttl {
    width: 56.4583333333vw;
    margin: 0 0 3.4722222222vw 0;
  }
}
@media (max-width: 750px) {
  .modal-movie-ttl {
    width: 73.8666666667vw;
    margin: 0 0 10.6666666667vw 0;
  }
}
.modal-movie-inner {
  width: 659px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal-movie-inner {
    width: 45.7638888889vw;
  }
}
@media (max-width: 750px) {
  .modal-movie-inner {
    width: 73.8666666667vw;
  }
}
.modal-movie-inner .movieIcon {
  position: absolute;
  width: 189px;
  height: 188px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal-movie-inner .movieIcon {
    width: 13.125vw;
    height: 13.0555555556vw;
  }
}
@media (max-width: 750px) {
  .modal-movie-inner .movieIcon {
    width: 39.7333333333vw;
    height: 39.7333333333vw;
  }
}
.modal-movie-inner .movieImg {
  display: none;
}
.modal-movie-inner.play .movieImg {
  display: block;
}
.modal-movie-inner.play .movieIcon {
  opacity: 1;
}
.modal-movie-inner iframe {
  width: 100%;
  height: 370px;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .modal-movie-inner iframe {
    height: 25.6944444444vw;
  }
}
@media (max-width: 750px) {
  .modal-movie-inner iframe {
    height: 41.3333333333vw;
  }
}

.slick-next, .slick-next:focus, .slick-next:hover {
  background: url("../../assets/images/archive/next.svg") center no-repeat;
  background-size: 100%;
}

.slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: url("../../assets/images/archive/prev.svg") center no-repeat;
  background-size: 100%;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-next, .slick-prev {
  height: 46px;
  width: 46px;
  z-index: 1;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .slick-next, .slick-prev {
    height: 3.1944444444vw;
    width: 3.1944444444vw;
  }
}
@media (max-width: 750px) {
  .slick-next, .slick-prev {
    height: 9.0666666667vw;
    width: 9.0666666667vw;
  }
}
.slick-next::before, .slick-prev::before {
  display: none;
}

.slick-prev {
  left: -23px;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .slick-prev {
    left: -1.5972222222vw;
  }
}
@media (max-width: 750px) {
  .slick-prev {
    left: -2.1333333333vw;
  }
}

.slick-next {
  right: -23px;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .slick-next {
    right: -1.5972222222vw;
  }
}
@media (max-width: 750px) {
  .slick-next {
    right: -2.1333333333vw;
  }
}

.l-auto-header, .section-contents, .l-auto-footer {
  visibility: visible !important;
}

.page-index .works .works_list {
  width: 1044px;
  max-width: 100%;
}

.page-index .works .works_list .works_listItem {
  position: relative;
  margin-bottom: 49px;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .page-index .works .works_list .works_listItem {
    margin-bottom: 3.4027777778vw;
  }
}
@media (min-width: 751px) {
  .page-index .works .works_list .works_listItem {
    width: 50%;
  }
  .page-index .works .works_list .works_listItem:nth-child(odd) {
    width: 44.157%;
  }
  .page-index .works .works_list .works_listItem:nth-child(even) {
    width: 42.43%;
  }
  .page-index .works .works_list .works_listItem:nth-child(1) a {
    width: 92%;
  }
  .page-index .works .works_list .works_listItem:nth-child(2) .works_listItem_wrap {
    width: 96%;
    position: relative;
  }
}
@media (max-width: 750px) {
  .page-index .works .works_list .works_listItem {
    width: 100%;
    margin-bottom: 10.9333333333vw;
  }
  .page-index .works .works_list .works_listItem:nth-child(odd) {
    width: 100%;
  }
  .page-index .works .works_list .works_listItem:nth-child(even) {
    width: 100%;
  }
  .page-index .works .works_list .works_listItem:nth-child(1) a {
    width: 100%;
  }
  .page-index .works .works_list .works_listItem:nth-child(2) .works_listItem_wrap {
    width: 100%;
    position: relative;
  }
}
.page-index .works .works_list .link-item {
  width: 179px;
  height: 130px;
  background: url("../../assets/images/archive/txt_works3_bgd-01.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .page-index .works .works_list .link-item {
    width: 12.4305555556vw;
    height: 9.0277777778vw;
  }
}
@media (max-width: 750px) {
  .page-index .works .works_list .link-item {
    width: 35.2vw;
    height: 25.6vw;
  }
}
.page-index .works .works_list .link-item.item01 {
  top: 165px;
  left: 32px;
  background-image: url("../../assets/images/archive/txt_works3_bgd-01.png");
  opacity: 0;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .page-index .works .works_list .link-item.item01 {
    top: 11.4583333333vw;
    left: 2.2222222222vw;
  }
}
@media (max-width: 750px) {
  .page-index .works .works_list .link-item.item01 {
    top: 30.9333333333vw;
    left: 3.4666666667vw;
  }
}
.page-index .works .works_list .link-item.item02 {
  top: 165px;
  right: 28px;
  background-image: url("../../assets/images/archive/txt_works3_bgd-02.png");
  opacity: 0;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .page-index .works .works_list .link-item.item02 {
    top: 11.4583333333vw;
    right: 1.9444444444vw;
  }
}
@media (max-width: 750px) {
  .page-index .works .works_list .link-item.item02 {
    top: 30.9333333333vw;
    right: 3.4666666667vw;
  }
}
.page-index .works .works_list .link-item.item03 {
  left: 32px;
  bottom: 18px;
  background-image: url("../../assets/images/archive/txt_works3_bgd-03.png");
  opacity: 0;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .page-index .works .works_list .link-item.item03 {
    left: 2.2222222222vw;
    bottom: 1.25vw;
  }
}
@media (max-width: 750px) {
  .page-index .works .works_list .link-item.item03 {
    left: 3.4666666667vw;
    bottom: 1.8666666667vw;
  }
}
.page-index .works .works_list .link-item.item04 {
  right: 28px;
  bottom: 18px;
  background-image: url("../../assets/images/archive/txt_works3_bgd-04.png");
  opacity: 0;
}
@media screen and (min-device-width: 751px) and (max-width: 1440px) {
  .page-index .works .works_list .link-item.item04 {
    right: 1.9444444444vw;
    bottom: 1.25vw;
  }
}
@media (max-width: 750px) {
  .page-index .works .works_list .link-item.item04 {
    right: 3.4666666667vw;
    bottom: 1.8666666667vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .page-index .works .works_list .link-item:hover {
    transform: none;
  }
  .page-index .works .works_list .link-item:hover.item01 {
    opacity: 1;
  }
  .page-index .works .works_list .link-item:hover.item02 {
    opacity: 1;
  }
  .page-index .works .works_list .link-item:hover.item03 {
    opacity: 1;
  }
  .page-index .works .works_list .link-item:hover.item04 {
    opacity: 1;
  }
}