@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  flex: none;
}

@media screen and (max-width: 767px) {
  .post-type-archive-works .p-page-header {
    display: none;
  }
}

.l-works {
  margin-bottom: 140px;
  padding: 3em 0 0 0;
}
.l-works article p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-works article {
    padding: 0 20px;
  }
}
.l-works h2.style_h2 {
  margin: 0 0 1em 0;
}

/* 一覧ページ */
.l-works .title-header span {
  display: inline;
}

/* article03 */
.article03 {
  margin: 0 10px 10px 0;
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 767px) {
  .article03 {
    margin: 0 0px 10px 0;
    width: 100%;
  }
}

.article03:nth-of-type(4n) {
  margin-right: 0;
}

.article03 > a {
  height: 100%;
}
.article03 > a:hover .article03-thumbnail img {
  transform: scale(1.1);
}

.article03-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.article03-thumbnail img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in;
}

.article03-content {
  box-sizing: border-box;
  padding: 20px 10px;
}

.article03-title {
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 15.4px;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  height: 50px;
}

@media only screen and (max-width: 1199px) {
  .article03-title {
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .article03-title {
    height: auto;
  }
}
.article03-cat {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  font-family: "fot-rodin-pron", sans-serif;
  font-size: 18px;
  color: #fff;
}
.article03-cat li {
  display: inline-block;
  margin-left: 5px;
}

.article03-meta {
  line-height: 1.6;
  text-align: center;
}

.article03-title {
  font-weight: normal;
}

.article03.active {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

/* 個別ページ */
.post-title {
  margin-bottom: 100px;
  font-weight: normal;
}
.post-title span {
  font-size: 16px;
}

.gallery-img {
  width: 1150px;
  height: 799px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .gallery-img {
    width: auto;
    max-width: 100%;
    height: auto !important;
  }
}

.gallery-items {
  margin: 45px 0 70px;
}

.gallery-items a {
  display: block;
  margin: 0 25px 25px 0;
  width: calc((100% - 100px) / 5);
}

.gallery-items a:nth-of-type(5n) {
  margin-right: 0px;
}

.gallery-items a > img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 59/38;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gallery-items a {
    margin: 0 10px 10px 0;
    width: calc((100% - 30px) / 3);
  }
  .gallery-items a:nth-of-type(5n) {
    margin-right: 10px;
  }
  .gallery-items a:nth-of-type(3n) {
    margin-right: 0px;
  }
}
.fancybox-button.fancybox-button--arrow_left {
  background-image: url(/files/arrow_l.png);
  background-repeat: no-repeat;
  background-position: 32% 50%;
  background-size: 17px 28px;
}

.fancybox-button.fancybox-button--arrow_left svg {
  display: none;
}

.fancybox-button.fancybox-button--arrow_right {
  background-image: url(/files/arrow_r.png);
  background-repeat: no-repeat;
  background-position: 68% 50%;
  background-size: 17px 28px;
}

.fancybox-button.fancybox-button--arrow_right svg {
  display: none;
}

.works-dtl {
  margin: 0 0 40px 0 !important;
  list-style: none !important;
}

.works-dtl li {
  margin: 0 10px;
  list-style: none !important;
}

.p-works__cat {
  margin-bottom: 40px;
  text-align: center;
}
.p-works__cat li {
  display: inline-block;
}
.p-works__cat li a {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 20px;
  background-color: #6f1821;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.p-works__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 22px;
  }
}
.p-works__location {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
}

/* 雛形 ここからコピー */
.p-works__header-title-h2 {
  font-size: 2em;
  position: relative;
  padding: 1em;
  text-align: center;
}
.p-works__header-title-h2::before {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #c03939;
}
.p-works__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.p-works__article {
  margin: 0 10px 10px 0;
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 767px) {
  .p-works__article {
    margin: 0 0px 10px 0;
    padding: 0 20px;
    width: 100%;
  }
}
.p-works__article:nth-of-type(4n) {
  margin-right: 0;
}
.p-works__a-link {
  display: flex;
  flex-direction: column;
}
.p-works__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-works__thumbnail img {
  width: 100%;
  height: auto;
  transition: 0.3s ease-in;
}
.p-works__cat {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  font-family: "fot-rodin-pron", sans-serif;
  font-size: 18px;
  color: #fff;
}
.p-works__content {
  box-sizing: border-box;
  padding: 20px 10px;
}
.p-works__title {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 1199px) {
  .p-works__title {
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .p-works__title {
    height: auto;
  }
}
.p-works__pager {
  display: flex;
  margin-bottom: 147px;
}
.p-works__pager-item {
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 14px;
}
.p-works__pager-item a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eee;
}
.p-works__pager-item span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #6f1821;
  color: #fff;
}

.p-work__cat {
  margin-bottom: 40px;
  text-align: center;
}
.p-work__cat a {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 20px;
  background-color: #6f1821;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.p-work__body {
  margin-bottom: 35px;
}
.p-work__body-img {
  width: 1150px;
  height: 799px !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-work__body-items {
  margin: 45px 0 70px;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  flex-wrap: wrap;
}
.p-work__body-items a {
  display: block;
  margin: 0 25px 25px 0;
  width: calc((100% - 100px) / 5);
}
.p-work__body-items a:nth-of-type(5n) {
  margin-right: 0px;
}
.p-work__body-items a img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 59/38;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}
.p-work__nav {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.p-work__nav-item {
  position: relative;
  width: 50%;
  height: 100px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
}
.p-work__nav-item--prev a {
  padding: 0 40px 0 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-work__nav-item--next a {
  padding: 0 60px 0 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-work__nav-item--prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 18px;
  height: 18px;
  margin: auto;
  font-family: "design_plus";
  font-size: 18px;
  line-height: 100%;
  content: "\e90f";
}
.p-work__nav-item--next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  font-family: "design_plus";
  font-size: 18px;
  line-height: 100%;
  right: 25px;
  content: "\e910";
}
.p-work__headline {
  background: #6f1821;
  box-sizing: border-box;
  position: relative;
  height: 55px;
  margin-bottom: 0;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 55px;
}
.p-work__related {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px 150px 1px;
}
.p-work__related-item {
  width: 33%;
  margin: 0 0 -1px -1px;
  position: relative;
  border: 1px solid #ddd;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .p-work__related-item {
    width: 50%;
  }
}
.p-work__related-item img {
  max-width: 100%;
  vertical-align: bottom;
}
.p-work__related-item-content {
  padding: 16.6px 23px 18px;
  line-height: 1.8;
}

/* ここまでコピー */
/*# sourceMappingURL=works.css.map */