.filter__button,
.filter__close,
.works-search__keyword input,
.works-search__footer .btn-Square,
.works-search__clear {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #333;
}

.filter__button:hover,
.filter__close:hover,
.works-search__keyword input:hover,
.works-search__footer .btn-Square:hover,
.works-search__clear:hover {
  opacity: 0.7;
}

.filter__button > span,
.filter__close > span,
.works-search__keyword input > span,
.works-search__footer .btn-Square > span,
.works-search__clear > span {
  color: #333 !important;
}

/********** original **********/

#page {
  position: relative;
}

.wrapper {
  margin-bottom: 0 !important;
}

.title_block.PCshow .title_block_in02 {
  display: flex;
  align-items: center;
}

.title_block.SPshow .title_block_in02 {
  display: flex !important;
  align-items: center;
}

.title_block.SPshow .title_block_in02 .h1_area {
  flex: 1;
  padding-left: 0;
}

.title_block .favorite {
  margin-left: auto;
}

.title_block .favorite__link {
  display: block;
  min-width: 70px;
  height: 70px;
  background-image: url(../img/icon_favorite01.svg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.title_block .favorite__link:hover {
  opacity: 0.7;
}

.headline--h2 .description {
  font-size: 16px;
  line-height: 1.5;
}

.description {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}

.description a:link,
.description a:visited {
  color: #333;
  text-decoration: underline;
}

.description a:hover,
.description a:active {
  color: #333;
  text-decoration: none;
}

/********** hero **********/

.hero.js-hero-gallery .swiper {
  width: 100%;
  height: 100%;
}

.hero.js-hero-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity ease-out 0.3s;
}

.hero.js-hero-gallery .swiper-slide img {
  display: block;
}

.hero.js-hero-gallery .swiper-button-next,
.hero.js-hero-gallery .swiper-button-prev {
  color: #333;
}

.hero.js-hero-gallery .hero__main.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0 !important;
  width: 100%;
}

.hero.js-hero-gallery .hero__main.swiper .swiper-slide img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.hero.js-hero-gallery .hero__main.swiper .swiper-slide-active {
  opacity: 1 !important;
}

.hero.js-hero-gallery .hero__guide {
  position: relative;
}

.hero.js-hero-gallery .hero__side.is-hidden {
  display: none;
}

.hero.js-hero-gallery .hero__side .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.hero.js-hero-gallery .hero__side .swiper-slide:hover {
  opacity: 0.7;
}

.hero.js-hero-gallery .hero__side .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.5);
  pointer-events: none;
  transition: opacity ease-out 300ms;
}

.hero.js-hero-gallery .hero__side .swiper-slide img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
}

.hero.js-hero-gallery .hero__side .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.hero.js-hero-gallery .hero__side .swiper-slide-thumb-active::after {
  opacity: 0;
}

.hero__item {
  display: block;
  color: #333;
}

.hero__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  margin-inline: auto;
}

.hero__img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.hero__caption {
  font-size: 18px;
  text-align: center;
}

.hero__detail {
  display: flex;
}

.hero__detail .detail-Type_List {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero__detail .detail-Type_Item {
  padding: 0 7px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  line-height: 38px;
  white-space: nowrap;
}

.hero__detail .nav-Detail {
  margin-left: auto;
}

.hero__detail .nav-Detail_Item {
  display: flex;
}

.hero__detail .nav-Detail_Link {
  border-bottom: 1px solid #333;
  background: url(../img/icon_favorite04.svg) no-repeat 0 0;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}

.hero__detail .nav-Detail_Link:hover {
  opacity: 0.7;
}

.hero__detail .nav-Detail_Link.in-favorite {
  background-image: url(../img/icon_favorite05.svg);
}

.hero__catch {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.hero__lead {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.hero__controller .swiper-button-prev::after,
.hero__controller .swiper-button-next::after {
  font-size: 0;
}

/********** filter **********/

.filter.js-filter {
  display: flex;
}

.filter__button {
  display: block;
  margin-left: auto;
}

.filter__button > span {
  display: block;
  padding-left: 38px;
  background: url(../img/icon_filter01.svg) no-repeat 0 50%/22px auto;
}

.filter__button--fixed {
  position: fixed;
  z-index: 999;
  opacity: 0;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background-color: #454545;
  box-shadow: 3px 3px 3px rgba(69, 69, 69, 0.4);
  pointer-events: none;
  transition: opacity ease-out 300ms;
}

.is-fixed .filter__button--fixed,
.is-fixed-stop .filter__button--fixed {
  opacity: 1;
  pointer-events: visible;
}

.is-fixed-stop .filter__button--fixed {
  position: absolute !important;
}

.filter__button--fixed > span {
  width: 100%;
  height: 100%;
  padding: 37px 0 0 !important;
  background-image: url(../img/icon_filter02.svg);
  background-position: 50% 11px;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.filter__status .filter__title {
  font-weight: 500;
  line-height: 1.5;
}

.filter__status .filter__list {
  display: flex;
}

.filter__status .filter__label {
  display: block;
  margin: 0;
  padding: 0 7px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #333 !important;
  font-size: 14px;
  line-height: 38px;
  white-space: nowrap;
}

.filter__status button.filter__label {
  padding-left: 31px;
  background-image: url(../img/icon_close.svg);
  background-repeat: no-repeat;
  background-position: 7px 50%;
  background-size: 16px auto;
}

.filter__status button.filter__label:hover {
  opacity: 0.7;
}

.filter__results {
  font-weight: 500;
  line-height: 1.5;
}

.filter__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-out 300ms;
}

.is-open .filter__panel {
  opacity: 1;
  pointer-events: visible;
}

.filter__inner {
  position: relative;
  z-index: 2;
  background-color: #F2F2F2;
}

.filter__close {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: url(../img/icon_close.svg) no-repeat 0 0/cover;
  font-size: 0;
  line-height: 1;
}

.filter__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(72, 72, 72, 0.8);
}

/********** works-wrapper **********/

.works-wrapper > *:first-child {
  margin-top: 0 !important;
}

.works-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.works-wrapper .card_link {
  display: block;
  color: #333;
}

.works-wrapper .card_link:hover .card-Body {
  opacity: 0.7;
}

.works-wrapper .card-Body {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.works-wrapper .card-List {
  display: flex;
  flex-wrap: wrap;
}

.works-wrapper .card-Img {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.works-wrapper .card-Img img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
}

.works-wrapper .card-Icon {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_favorite02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.works-wrapper .card-Icon:hover {
  opacity: 0.7;
}

.works-wrapper .card-Icon.in-favorite {
  background-image: url(../img/icon_favorite03.svg);
}

.works-wrapper .card-Txt {
  color: #333 !important;
  font-size: 14px;
  line-height: 1.5;
}

.works-wrapper .pagination-List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.works-wrapper .pagination-Item {
  width: 40px;
  height: 40px;
}

.works-wrapper .pagination-Item:not(.pagination-Item_Back):not(.pagination-Item_Next):hover,
.works-wrapper .pagination-Item.current {
  opacity: 1 !important;
  background-color: #333 !important;
}

.works-wrapper .pagination-Item:not(.pagination-Item_Back):not(.pagination-Item_Next):hover .pagination-Link,
.works-wrapper .pagination-Item.current .pagination-Link {
  color: #fff;
}

.works-wrapper .pagination-Item:not(.pagination-Item_Back):not(.pagination-Item_Next) {
  border: 1px solid #333;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.works-wrapper .pagination-Item.pagination-Item_Back .pagination-Link {
  justify-content: flex-start;
}

.works-wrapper .pagination-Item.pagination-Item_Next .pagination-Link {
  justify-content: flex-end;
}

.works-wrapper .pagination-Link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
}

.works-wrapper .pagination-Icon img {
  display: block;
}

/********** works-search **********/

.works-search {
  height: 100%;
}

.works-search__title {
  font-weight: 500;
  text-align: center;
}

.works-search__contents {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.works-search__contents::-webkit-scrollbar {
  width: 4px;
}

.works-search__contents::-webkit-scrollbar-track {
  background-color: #E4E4E4;
}

.works-search__contents::-webkit-scrollbar-thumb {
  background-color: #8C8C8C;
}

.works-search__keyword {
  display: flex;
}

.works-search__keyword input {
  width: 100%;
  padding: 15px 15px 15px 47px;
  border: 1px solid #333;
  background: #fff url(../img/icon_search02.svg) no-repeat 15px 50%/16px auto;
  font-size: 16px;
  line-height: 1.5;
}

.works-search__keyword .works-search__title {
  text-align: left;
}

.works-search__section + .works-search__section {
  padding-top: 24px;
  border-top: 1px solid #ccc;
}

.works-search__section .works-search__title {
  margin-bottom: 16px;
  font-weight: 500;
  text-align: left;
}

.works-search__section .works-search__title > span {
  font-size: 14px;
}

.works-search__panel .nav-Modal_ListTtl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.works-search__panel .nav-Modal_List {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.works-search__panel .nav-Modal_Item {
  align-self: center;
  position: relative;
  padding: 10px 0 10px 32px;
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.works-search__panel .nav-Modal_Item::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
}

.works-search__panel .nav-Modal_Item.add::before {
  border: none;
  background: url(../img/icon_checkbox.svg) no-repeat 0 0/cover;
}

.works-search__panel .nav-Modal_Item:not(.add):hover {
  opacity: 0.7;
}

.works-search__footer {
  display: flex;
  align-items: center;
}

.works-search__footer .search-Btn_Block {
  display: flex;
  flex-wrap: wrap;
}

.works-search__footer .btn-Square {
  background: #454545 url(../img/icon_search01.svg) no-repeat;
  background-position: calc(100% - 16px) 50%;
  color: #fff;
  font-weight: 400;
}

.works-search__clear {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.works-search__clear > span {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

/********** works-results **********/

.works-results {
  display: flex;
  flex-direction: column;
}

/********** works-detail **********/

.works-detail > *:first-child {
  margin-top: 0 !important;
}

.works-detail > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .video-wrapper {
  display: flex;
  margin-bottom: 64px;
}

.works-detail .video-wrapper .video {
  margin-bottom: 0;
  margin-inline: inherit;
}

.works-detail .video {
  max-width: 620px;
  margin-bottom: 64px;
  margin-inline: auto;
}

.works-detail .video iframe {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}

.works-detail .utility-list {
  display: flex;
  justify-content: flex-end;
}

.works-detail .utility-list__link {
  border-bottom: 1px solid #333;
  color: #333;
  line-height: 1.5;
}

.works-detail .utility-list__link:hover {
  opacity: 0.7;
}

.works-detail .utility-list__link--email {
  background: url(../img/icon_email.svg) no-repeat 50% 0;
}

.works-detail .utility-list__link--print {
  background: url(../img/icon_print.svg) no-repeat 50% 0;
}

.works-detail .media-Detail_Wrap {
  display: flex;
}

.works-detail .media-Detail_Wrap .media-Detail {
  display: flex;
  flex-direction: column;
}

.works-detail .media-Detail_Wrap .media-Detail_Body > *:first-child,
.works-detail .media-Detail_Wrap .media-Footer > *:first-child {
  margin-top: 0 !important;
}

.works-detail .media-Detail_Wrap .media-Detail_Body > *:last-child,
.works-detail .media-Detail_Wrap .media-Footer > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .media-Detail_Wrap .media-Detail_Ttl {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.works-detail .media-Detail_Wrap .media-Detail_Img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.works-detail .media-Detail_Wrap .media-Detail_Img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.works-detail .media-Detail_Wrap .media-Detail_Ttl,
.works-detail .media-Detail_Wrap .media-Detail_Txt,
.works-detail .media-Detail_Wrap .media-Detail_Labl {
  font-size: 16px;
  line-height: 1.5;
}

.works-detail .media-Detail_Wrap .media-Detail_SubTtl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.works-detail .media-Detail_Wrap .media-Detail_Labl {
  margin-bottom: 16px;
}

.works-detail .media-Detail_Wrap .media-Detail_List {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}

.works-detail .detail-Add-Info {
  display: flex;
}

.works-detail .detail-Add-Info .detail-Add-Info-wrap > *:first-child {
  margin-top: 0 !important;
}

.works-detail .detail-Add-Info .detail-Add-Info-wrap > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .detail-Add-Info .detail-Add-Info-Ttl {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.works-detail .detail-Add-Info .media-Detail-Add-Info_Img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.works-detail .detail-Add-Info .media-Detail-Add-Info_Img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.works-detail .detail-Add-Info .media-Detail-Add-Info_Txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.works-detail .detail-Add-Info .media-Detail-Add-Info-Content_Txt {
  font-size: 16px;
  line-height: 1.5;
}

.works-detail .detail-Flex {
  max-width: 620px;
  margin-inline: auto;
}

.works-detail .detail-Flex > *:first-child {
  margin-top: 0 !important;
}

.works-detail .detail-Flex > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .detail-Flex_Body {
  display: flex;
}

.works-detail .detail-Flex_Img img {
  width: 100%;
  height: auto;
}

.works-detail .detail-Flex_TxtBox {
  flex: 1;
}

.works-detail .detail-Flex_Txt {
  font-size: 16px;
  line-height: 1.5;
}

.works-detail .detail-Desc {
  background-color: #F2F2F2;
}

.works-detail .detail-Desc_Col2 {
  display: flex;
}

.works-detail .detail-Desc-List {
  display: flex;
  flex-direction: column;
}

.works-detail .detail-Desc-Item {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.works-detail .detail-Desc-Item > dt {
  font-weight: 700;
  white-space: nowrap;
}

.works-detail .detail-Desc-Item > dd {
  flex: 1;
}

.works-detail .detail-Desc-Item > dd > *:first-child {
  margin-top: 0 !important;
}

.works-detail .detail-Desc-Item > dd > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .detail-Desc-Item > dd .media-Detail_List {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.works-detail .detail-Desc-Item > dd .media-Detail_Block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
  margin-top: 16px;
}

.works-detail .detail-Footer .detail-Footer_Block > *:first-child {
  margin-top: 0 !important;
}

.works-detail .detail-Footer .detail-Footer_Block > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .detail-Footer .detail-Footer_Ttl {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.works-detail .detail-Footer .slider-Card_Col4 .slider-Card_List {
  display: flex;
}

.works-detail .detail-Footer .slider-Card_Link {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  color: #333;
}

.works-detail .detail-Footer .slider-Card_Link:hover .slider-Card_Ttl {
  opacity: 0.7;
}

.works-detail .detail-Footer .slider-Card_Img {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.works-detail .detail-Footer .slider-Card_Img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.works-detail .detail-Footer .slider-Card_Ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.works-detail .list-Card {
  display: flex;
  flex-wrap: wrap;
}

.works-detail .list-Card_Link {
  display: block;
}

.works-detail .list-Card_Link:hover .list-Card_ttl,
.works-detail .list-Card_Link:hover .list-Card_txtBox {
  opacity: 0.7;
}

.works-detail .list-Card_Link > *:first-child {
  margin-top: 0 !important;
}

.works-detail .list-Card_Link > *:last-child {
  margin-bottom: 0 !important;
}

.works-detail .list-Card_Img {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border: 2px solid #F2F2F2;
}

.works-detail .list-Card_Img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

.works-detail .list-Card_ttl {
  margin-bottom: 16px;
}

.works-detail .list-Card_ttl:hover {
  opacity: 1;
}

.works-detail .list-Card_txtBox {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

/********** empty **********/

[data-items="empty"] .filter__button--fixed {
  display: none !important;
}

[data-items="empty"] .works-results {
  gap: 0 !important;
}

[data-items="empty"] .works-results__empty {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

/********** print **********/

@media print, screen and (min-width: 48em) {
  .title_block {
    margin-bottom: 24px;
  }

  .title_block .favorite__link {
    padding-top: 47px;
    background-size: 32px auto;
    background-position: 50% 11px;
  }

  .headline--h2 .description {
    margin: 24px 0 0;
  }

  .headline--h2 .link {
    margin-top: 24px;
  }

  .description {
    margin-bottom: 48px;
  }

  .hero {
    left: auto;
    min-width: auto;
    margin-bottom: 80px;
    transform: none;
  }

  .hero.js-hero-gallery {
    margin-bottom: 64px;
  }

  .hero.js-hero-gallery .swiper-button-next,
  .hero.js-hero-gallery .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 30 * 15);
  }

  .hero.js-hero-gallery .swiper-button-next::after,
  .hero.js-hero-gallery .swiper-button-prev::after {
    font-size: 30px;
  }

  .hero.js-hero-gallery .swiper-button-next {
    right: auto;
    left: calc(100% + 24px);
  }

  .hero.js-hero-gallery .swiper-button-prev {
    right: calc(100% + 24px);
    left: auto;
  }

  .hero.js-hero-gallery .hero__main {
    padding: 0 40px;
  }

  .hero.js-hero-gallery .hero__main.swiper .swiper-slide {
    aspect-ratio: 1200 / 499;
    max-width: 1200px;
    max-height: 499px;
  }

  .hero.js-hero-gallery .hero__guide {
    width: calc(749 / 1280 * 100%);
    margin: 24px auto 0;
  }

  .hero.js-hero-gallery .hero__side {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .hero.js-hero-gallery .hero__side .swiper-slide {
    aspect-ratio: 130 / 86;
  }

  .hero--single {
    margin-bottom: 64px;
  }

  .hero__slider {
    left: auto;
    min-width: auto;
    margin-bottom: 0;
    transform: none;
  }

  .hero__img {
    aspect-ratio: 1200 / 499;
    max-width: 1200px;
    max-height: 499px;
  }

  .hero__caption {
    margin-top: 32px;
    line-height: 1.5;
  }

  .hero__detail {
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    -moz-column-gap: 40px;
    column-gap: 40px;
    flex: 1;
    margin-top: 32px;
  }

  .hero__side + .hero__detail {
    margin-top: 24px;
  }

  .hero__detail .nav-Detail_Item {
    padding: 2px 0;
  }

  .hero__detail .nav-Detail_Link {
    padding: 4px 0 7px 40px;
    background-size: 32px auto;
  }

  .hero__catch {
    margin-top: 48px;
    font-size: 24px;
  }

  .hero__lead {
    margin-top: 48px;
  }

  .filter {
    margin-bottom: 48px;
  }

  .filter.js-filter {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .filter + .filter {
    margin-bottom: 24px;
  }

  .filter__button > span {
    font-size: 18px;
    line-height: 1.5;
  }

  .filter__button--fixed {
    bottom: 32px;
    left: 32px;
  }

  .is-fixed-stop .filter__button--fixed {
    margin-bottom: 32px;
  }

  .filter__status {
    width: 100%;
  }

  .filter__status .filter__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .filter__status .filter__list {
    flex-wrap: wrap;
    gap: 16px;
  }

  .filter__results {
    font-size: 18px;
  }

  .filter__inner {
    width: 100%;
    max-width: 1280px;
    height: 90%;
    padding: 24px 48px;
  }

  .filter__close {
    top: 30px;
    right: 48px;
  }

  .works-wrapper {
    padding-bottom: 120px;
  }

  .works-wrapper .u-jcc-pc {
    justify-content: center;
  }

  .works-wrapper .card-Body {
    margin-top: 24px;
  }

  .works-wrapper .card-List_Col2 {
    gap: 64px 40px;
  }

  .works-wrapper .card-List_Col2 > .card-Item {
    width: calc(100% / 4 - 120px / 4);
  }

  .works-wrapper .card-Img {
    max-width: 290px;
    max-height: 290px;
  }

  .works-wrapper .card-Icon {
    right: 8px;
    bottom: 8px;
  }

  .works-wrapper .pagination-Icon {
    width: 15px;
  }

  .works-search__header {
    margin-bottom: 32px;
  }

  .works-search__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .works-search__contents {
    height: calc(100% - 159px);
    margin-bottom: 32px;
    padding-right: 48px;
  }

  .works-search__keyword {
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .works-search__keyword input {
    flex: 1;
  }

  .works-search__keyword .works-search__title {
    font-size: 20px;
    line-height: 1.5;
  }

  .works-search__section .works-search__title {
    font-size: 20px;
    line-height: 1.8;
  }

  #modal-Area .works-search__panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
  }

  #modal-Area .works-search__panel .nav-Modal_ListTtl {
    width: 108px;
  }

  #modal-Area .works-search__panel .nav-Modal_List {
    width: calc(100% - 24px - 108px);
  }

  #modal-Area .works-search__panel .nav-Modal_Item {
    width: auto;
    min-width: 98px;
  }

  .works-search__panel .nav-Modal_Item {
    width: calc((100% / 6) - (16px * 5 / 6));
  }

  .works-search__footer {
    justify-content: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    position: relative;
  }

  .works-search__footer .search-Btn_Block {
    gap: 24px;
  }

  .works-search__footer .btn-Square {
    width: 256px;
    padding: 16px 40px 16px 30px;
    background-size: 22px auto;
    font-size: 18px;
    line-height: 1.5;
  }

  .works-search__footer .works-search__clear {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: calc(50% + 12px + 256px + 24px);
    height: 59px;
  }

  .works-results {
    row-gap: 64px;
  }

  .works-detail .video-wrapper {
    flex-wrap: wrap;
    gap: 64px 40px;
  }

  .works-detail .video-wrapper .video {
    width: calc(50% - 20px);
  }

  .works-detail .utility-list {
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 64px;
  }

  .works-detail .utility-list__link {
    padding: 40px 0 3px;
    background-size: 32px auto;
    font-size: 16px;
  }

  .works-detail .media-Detail_Wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 40px;
  }

  .works-detail .media-Detail_Wrap .media-Detail {
    row-gap: 32px;
    width: calc(100% / 2 - 40px / 2);
  }

  .works-detail .media-Detail_Wrap .media-Detail_Ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_Img {
    aspect-ratio: 620 / 412;
    max-width: 620px;
    max-height: 412px;
    margin-bottom: 24px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_SubTtl {
    margin-bottom: 24px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_Btn {
    margin-top: 48px;
  }

  .works-detail .media-Detail_Type1 .media-Detail:nth-child(3n + 1) {
    width: 100%;
  }

  .works-detail .media-Detail_Type1 .media-Detail:nth-child(3n + 1) .media-Detail_Img {
    aspect-ratio: 1280 / 850;
    max-width: 1280px;
    max-height: 850px;
  }

  .works-detail .detail-Add-Info {
    flex-wrap: wrap;
    gap: 64px 40px;
  }

  .works-detail .detail-Add-Info .detail-Add-Info-wrap {
    width: calc(100% / 2 - 40px / 2);
  }

  .works-detail .detail-Add-Info .detail-Add-Info-Ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .works-detail .detail-Add-Info .media-Detail-Add-Info {
    margin-bottom: 24px;
  }

  .works-detail .detail-Add-Info .media-Detail-Add-Info_Img {
    aspect-ratio: 620 / 412;
    max-width: 620px;
    max-height: 412px;
  }

  .works-detail .detail-Flex_Body {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .works-detail .detail-Flex_Img {
    width: 165px;
  }

  .works-detail .detail-Flex_Footer {
    margin-top: 48px;
  }

  .works-detail .detail-Desc {
    padding: 64px;
  }

  .works-detail .detail-Desc + .utility-list {
    margin-top: 48px;
  }

  .works-detail .detail-Desc_Col2 {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .works-detail .detail-Desc_Col2 .detail-Desc-Block {
    width: calc(50% - 20px);
  }

  .works-detail .detail-Desc-List {
    row-gap: 32px;
  }

  .works-detail .detail-Desc-Item > dd .media-Detail_List {
    gap: 24px 16px;
  }

  .works-detail .detail-Footer .detail-Footer_Block + .detail-Footer_Block {
    margin-top: 120px;
  }

  .works-detail .detail-Footer .detail-Footer_Ttl {
    margin-bottom: 48px;
    font-size: 32px;
  }

  .works-detail .detail-Footer .slider-Card_Col4 .slider-Card_List {
    flex-wrap: wrap;
    gap: 64px 40px;
  }

  .works-detail .detail-Footer .slider-Card_Col4 .slider-Card_List .slider-Card_Item {
    width: calc(100% / 4 - 40px * 3 / 4);
  }

  .works-detail .detail-Footer .slider-Card_Img {
    max-width: 290px;
    max-height: 290px;
  }

  .works-detail .detail-Footer .detail-Footer_btn {
    margin-top: 48px;
  }

  .works-detail .list-Card {
    justify-content: center;
    gap: 64px 57px;
  }

  .works-detail .list-Card_Item {
    width: 180px;
  }

  .works-detail .list-Card_Img {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 47.99em) {
  .title_block.SPshow .title_block_in02 {
    padding: 0 6.4vw;
  }

  .title_block .favorite__link {
    padding-top: 43px;
    background-size: 24px auto;
    background-position: 50% 15px;
  }

  .headline--h2 .description {
    margin: 16px 0 0;
    padding-right: 0;
    padding-left: 0;
  }

  .headline--h2 .link {
    margin-top: 16px;
  }

  .description {
    margin-bottom: 32px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .hero {
    margin-bottom: 64px;
  }

  .hero.js-hero-gallery {
    margin-bottom: 32px;
  }

  .hero.js-hero-gallery .swiper-button-next,
  .hero.js-hero-gallery .swiper-button-prev {
    top: 0;
    width: 13.33333vw;
    height: 100%;
    margin-top: 0;
    background-color: #fff;
    font-weight: 700;
  }

  .hero.js-hero-gallery .swiper-button-next::after,
  .hero.js-hero-gallery .swiper-button-prev::after {
    font-size: 20px;
  }

  .hero.js-hero-gallery .swiper-button-next {
    justify-content: flex-start;
    right: 0;
    padding-left: 4.26667vw;
  }

  .hero.js-hero-gallery .swiper-button-prev {
    justify-content: flex-end;
    left: 0;
    padding-right: 4.26667vw;
  }

  .hero.js-hero-gallery .hero__main.swiper .swiper-slide {
    aspect-ratio: 750 / 500;
    max-width: 750px;
    max-height: 500px;
  }

  .hero.js-hero-gallery .hero__guide {
    margin-top: 16px;
  }

  .hero.js-hero-gallery .hero__side {
    padding: 0 13.33333vw;
  }

  .hero.js-hero-gallery .hero__side .swiper-wrapper {
    -moz-column-gap: 4.26667vw;
    column-gap: 4.26667vw;
  }

  .hero.js-hero-gallery .hero__side .swiper-slide {
    aspect-ratio: 81 / 54;
    max-width: 21.6vw;
    max-height: 14.4vw;
  }

  .hero__img {
    aspect-ratio: 750 / 500;
    max-width: 750px;
    max-height: 500px;
  }

  .hero__caption {
    margin-top: 24px;
    padding: 0 6.4vw;
    line-height: 1.5;
  }

  .hero__detail {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .hero__side + .hero__detail {
    row-gap: 16px;
    margin-top: 16px;
  }

  .hero__detail .nav-Detail_Link {
    padding: 0 0 3px 32px;
    background-size: 24px auto;
  }

  .hero__catch {
    margin-top: 32px;
    font-size: 18px;
  }

  .hero__lead {
    margin-top: 32px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .filter {
    margin: 32px 0;
    padding: 0 6.4vw;
  }

  .filter + .filter {
    margin-bottom: 16px;
  }

  .filter__button > span {
    font-size: 16px;
    line-height: 1.5;
  }

  .filter__button--fixed {
    bottom: 6.4vw;
    left: 6.4vw;
  }

  .is-fixed-stop .filter__button--fixed {
    margin-bottom: 6.4vw;
  }

  .filter__status .filter__title {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: center;
  }

  .filter__status .filter__list-wrap {
    overflow-x: auto;
    margin-right: -6.4vw;
    margin-left: -6.4vw;
    padding-left: 6.4vw;
  }

  .filter__status .filter__list {
    gap: 8px;
  }

  .filter__status .filter__item:last-child {
    padding-right: 6.4vw;
  }

  .filter__results {
    font-size: 16px;
  }

  .filter__inner {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 16px calc(3.2vw - 4px) 8px 6.4vw;
  }

  .filter__close {
    top: 19px;
    right: 24px;
  }

  .works-wrapper {
    margin-top: 24px;
    padding-bottom: 96px;
  }

  .works-wrapper .card {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-wrapper .card-Body {
    margin-top: 16px;
  }

  .works-wrapper .card-List_Col2 {
    gap: 24px 20px;
  }

  .works-wrapper .card-List_Col2 > .card-Item {
    width: calc(100% / 2 - 20px / 2);
  }

  .works-wrapper .card-Img {
    max-width: 614px;
    max-height: 614px;
  }

  .works-wrapper .card-Icon {
    right: 4.5px;
    bottom: 4.5px;
  }

  .works-wrapper .pagination-Item.pagination-Item_Back,
  .works-wrapper .pagination-Item.pagination-Item_Next {
    width: 28px;
  }

  .works-wrapper .pagination-Icon {
    width: 12px;
  }

  .works-wrapper--detail {
    padding-bottom: 64px;
  }

  .works-search__header {
    margin-bottom: 16px;
    padding-right: calc(3.2vw + 4px);
  }

  .works-search__title {
    font-size: 20px;
    line-height: 1.5;
  }

  .works-search__contents {
    height: calc(100% - 127px);
    margin-bottom: 8px;
    padding-right: calc(3.2vw + 4px);
  }

  .works-search__keyword {
    flex-direction: column;
    row-gap: 16px;
  }

  .works-search__keyword .works-search__title {
    font-size: 18px;
    line-height: 1.5;
  }

  .works-search__section .works-search__title {
    font-size: 18px;
    line-height: 1.5;
  }

  #modal-Area .works-search__panel .nav-Modal_ListTtl {
    margin-bottom: 8px;
  }

  #modal-Area .works-search__panel .nav-Modal_List + .nav-Modal_ListTtl {
    margin-top: 32px;
  }

  #modal-Area .works-search__panel .nav-Modal_Item {
    width: calc(100% / 3 - 32px / 3);
  }

  .works-search__panel .nav-Modal_Item {
    width: calc(50% - 8px);
  }

  .works-search__footer {
    flex-direction: column;
    row-gap: 8px;
    padding-right: calc(3.2vw + 4px);
  }

  .works-search__footer .search-Btn_Block {
    gap: 8px;
    width: 100%;
  }

  .works-search__footer .btn-Square {
    width: calc(50% - 4px);
    padding: 8px 34px 8px 16px;
    background-size: 18px auto;
    font-size: 16px;
    line-height: 1.5;
  }

  .works-results {
    row-gap: 48px;
  }

  .works-detail .video-wrapper {
    flex-direction: column;
    row-gap: 48px;
  }

  .works-detail .video {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .utility-list {
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 32px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .utility-list__link {
    padding: 28px 0 3px;
    background-size: 24px auto;
    font-size: 14px;
  }

  .works-detail .media-Detail_Wrap {
    flex-direction: column;
    row-gap: 48px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .media-Detail_Wrap .media-Detail {
    row-gap: 24px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_Ttl {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_Img {
    aspect-ratio: 654 / 434;
    max-width: 654px;
    max-height: 434px;
    margin-bottom: 16px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_SubTtl {
    margin-bottom: 16px;
  }

  .works-detail .media-Detail_Wrap .media-Detail_Btn {
    width: 100%;
    margin-top: 32px;
  }

  .works-detail .detail-Add-Info {
    flex-direction: column;
    row-gap: 64px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .detail-Add-Info .detail-Add-Info-Ttl {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .works-detail .detail-Add-Info .media-Detail-Add-Info {
    margin-bottom: 16px;
  }

  .works-detail .detail-Add-Info .media-Detail-Add-Info_Img {
    aspect-ratio: 654 / 434;
    max-width: 654px;
    max-height: 434px;
  }

  .works-detail .detail-Flex {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .detail-Flex_Body {
    flex-direction: column;
    row-gap: 24px;
  }

  .works-detail .detail-Flex_Img {
    width: 100%;
  }

  .works-detail .detail-Flex_Footer {
    width: 100%;
    margin-top: 32px;
  }

  .works-detail .detail-Desc {
    padding: 24px 6.4vw;
  }

  .works-detail .detail-Desc_Col2 {
    flex-direction: column;
    row-gap: 24px;
  }

  .works-detail .detail-Desc-List {
    row-gap: 24px;
  }

  .works-detail .detail-Desc-Item > dd .media-Detail_List {
    flex-direction: column;
    row-gap: 24px;
  }

  .works-detail .detail-Footer .detail-Footer_Block {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .detail-Footer .detail-Footer_Block + .detail-Footer_Block {
    margin-top: 64px;
  }

  .works-detail .detail-Footer .detail-Footer_Ttl {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .works-detail .detail-Footer .slider-Card_Col4 .slider-Card_List {
    flex-direction: column;
    row-gap: 48px;
  }

  .works-detail .detail-Footer .slider-Card_Img {
    max-width: 654px;
    max-height: 654px;
  }

  .works-detail .detail-Footer .detail-Footer_btn {
    width: 100%;
    margin-top: 32px;
  }

  .works-detail .list-Card {
    gap: 48px 20px;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }

  .works-detail .list-Card_Item {
    width: calc(50% - 10px);
  }

  .works-detail .list-Card_Img {
    max-width: 614px;
    max-height: 614px;
    margin-bottom: 16px;
  }

  [data-items="empty"] .works-results {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}

@media print {
  .holdings-header,
  .titlenavigation,
  .title_block,
  .Snsber,
  .holdings-footer {
    display: none;
  }

  #page {
    width: 100%;
  }

  #container,
  .layout-Wrapper {
    max-width: 980px !important;
  }

  .hero.js-hero-gallery .hero__main.swiper .swiper-slide {
    aspect-ratio: 900 / 374.25;
    width: 900px !important;
    max-width: 900px;
    max-height: 374.25px;
  }

  .hero.js-hero-gallery .hero__side .swiper-slide {
    aspect-ratio: 97.5 / 64.5;
    width: 113.5px !important;
    max-width: 97.5px;
    max-height: 64.5px;
  }
}