@charset "UTF-8";
/*================================================================
 *FILE          :works.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*--------------------------------
 WORKS
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .worksSection {
    padding: 0 calc(80 / 1280 * 100vw) 0;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .worksIndex {
    margin: 0 auto calc(80 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .worksIndex {
    margin: 0 auto calc(40 / 375 * 100vw);
  }
}

.works_gridWrap {
  position: relative;
}

.works_grid {
  min-height: 300px;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=masonry] .works_gridSizer {
    width: 33.0357142857%;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_gridGutter {
    width: calc(5 / 375 * 100vw);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=masonry] .works_gridGutter {
    width: 0.4464285714%;
  }
}

.works_gridItem {
  position: relative;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_gridItem + .works_gridItem {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=list] .works_gridItem:last-child {
    margin-bottom: 0;
  }
}
.works_gridItem.is-hidden {
  opacity: 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=list] .works_gridItem {
    margin-bottom: calc(110 / 1280 * 100vw);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=masonry] .works_gridItem {
    width: 33.0357142857%;
    margin-bottom: 0.4464285714%;
  }
}

.works_gridImg {
  display: block;
  width: 100%;
  height: auto;
}
.works_gridImg img {
  width: 100%;
}

.works_gridCaption {
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_gridCaption {
    padding: calc(18 / 1280 * 100vw) 0 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_gridCaption {
    padding: calc(20 / 375 * 100vw) 0 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=masonry] .works_gridCaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: calc(60 / 1280 * 100vw) calc(10 / 1280 * 100vw) calc(20 / 1280 * 100vw);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (hover: hover) {
  .works_gridItem:hover .works_gridCaption {
    opacity: 1;
  }
}

.works_gridCaptionAuthor {
  font-weight: 100;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_gridCaptionAuthor {
    margin-bottom: calc(20 / 1280 * 100vw);
    font-size: min(calc(16 / 1280 * 100vw), 22.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_gridCaptionAuthor {
    margin-bottom: calc(8 / 375 * 100vw);
    font-size: min(calc(11 / 375 * 100vw), 15.4px);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=masonry] .works_gridCaptionAuthor {
    margin-bottom: calc(10 / 1280 * 100vw);
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}

.works_gridCaptionCopyright {
  font-weight: 100;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_gridCaptionCopyright {
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_gridCaptionCopyright {
    font-size: min(calc(10 / 375 * 100vw), 14px);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  [data-layout=masonry] .works_gridCaptionCopyright {
    font-size: min(calc(11 / 1280 * 100vw), 15.4px);
  }
}

/* ▼ works_loading */
.works_loading {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.is-loading .works_loading {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

/* ▼ works_pagination */
.works_pagination {
  text-align: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_pagination {
    margin-top: calc(160 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_pagination {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.works_paginationText {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_paginationText {
    margin-bottom: calc(15 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_paginationText {
    margin-bottom: calc(12 / 375 * 100vw);
    font-size: min(calc(14 / 375 * 100vw), 19.6px);
  }
}
.is-hidden .works_paginationText {
  display: none;
}

.works_paginationCount {
  font-weight: 100;
  letter-spacing: 0.26em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_paginationCount {
    margin-bottom: calc(29 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_paginationCount {
    margin-bottom: calc(26 / 375 * 100vw);
    font-size: min(calc(14 / 375 * 100vw), 19.6px);
  }
}

.works_viewmore {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_viewmore {
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_viewmore {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}
@media (hover: hover) {
  .works_viewmore:hover {
    opacity: 0.8;
  }
}
.is-hidden .works_viewmore {
  display: none;
}
.works_viewmore:after {
  display: block;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #414141;
  content: "";
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_viewmore:after {
    margin-top: calc(12 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_viewmore:after {
    margin-top: calc(13 / 375 * 100vw);
  }
}

/* ▼ works_externalGallery */
.works_externalGallery {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_externalGallery {
    margin: calc(120 / 1280 * 100vw) calc(80 / 1280 * 100vw) 0;
    text-align: center;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_externalGallery {
    margin: calc(80 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.works_externalGalleryLink {
  display: block;
  background-color: #414141;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_externalGalleryLink {
    padding: calc(85 / 1280 * 100vw) 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_externalGalleryLink {
    padding: calc(23 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
@media (hover: hover) {
  .works_externalGalleryLink:hover {
    background-color: #dddddd;
    color: #414141;
  }
}

.works_externalGalleryTitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_externalGalleryTitle {
    margin-bottom: calc(35 / 1280 * 100vw);
    font-size: min(calc(15 / 1280 * 100vw), 21px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_externalGalleryTitle {
    margin-bottom: calc(60 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
    text-align: right;
  }
}

.works_externalGalleryDescription {
  font-weight: 300;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_externalGalleryDescription {
    margin-bottom: calc(18 / 1280 * 100vw);
    font-size: min(calc(16 / 1280 * 100vw), 22.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_externalGalleryDescription {
    margin-bottom: calc(14 / 375 * 100vw);
    font-size: min(calc(18 / 375 * 100vw), 25.2px);
  }
}

.works_externalGalleryButton {
  font-family: "Nunito Sans", sans-serif;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_externalGalleryButton {
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_externalGalleryButton {
    font-size: min(calc(10 / 375 * 100vw), 14px);
  }
}
.works_externalGalleryButton:before {
  display: inline-block;
  height: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  content: "";
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .works_externalGalleryButton:before {
    width: calc(10 / 1280 * 100vw);
    margin-right: calc(10 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .works_externalGalleryButton:before {
    width: calc(10 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
  }
}
@media (hover: hover) {
  .works_externalGalleryLink:hover .works_externalGalleryButton:before {
    background-color: #414141;
  }
}

/*--------------------------------
 LAYOUT SWITCH
--------------------------------*/
.works_layoutSwitch {
  position: fixed;
  z-index: 100;
  bottom: calc(14 / 1280 * 100vw);
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works_layoutSwitch.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.works_layoutSwitchInner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  padding: 2px;
  background-color: #ffffff;
}

.works_layoutBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  width: 36px;
  height: 36px;
  padding: 0;
  padding: 12px;
  border: none;
  background-color: #ffffff;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  cursor: pointer;
}
.works_layoutBtn i {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 12px;
  height: 5px;
  background-color: #414141;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.works_layoutBtn.is-active {
  background-color: #414141;
}
.works_layoutBtn.is-active i {
  background-color: #ffffff;
}

.works_layoutBtn-masonry i {
  width: 5px;
}
/*# sourceMappingURL=maps/works.css.map */
