.article.photogallery-list,
.article.item-photobook-list,
.article.item-photobook-detail {
  --navigationPadding: 10px;
}

.article.photogallery-list > .margin > .padding {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.article.photogallery-list .navigation-wrap {
  padding-right: var(--navigationPadding);
}

.article.item-photobook-list {
  padding: 15px;
}
.article.item-photobook-list > .margin > .padding {
  position: relative;
  padding: 0;
}
.article.item-photobook-list > .margin > .padding:hover > .album-text-wrapper .view-album::after {
  right: 15px;
}
.article.item-photobook-list > .margin > .padding:hover .image a::after {
  max-height: 100%;
}
.article.item-photobook-list .image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.article.item-photobook-list .image img {
  width: 100%;
  display: block;
}
.article.item-photobook-list .image a::after {
  content: "";
  height: 100%;
  max-height: 60%;
  width: 100%;
  position: absolute;
  background: transparent linear-gradient(to bottom, transparent, rgb(0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.68;
  left: 0;
  bottom: 0;
  transition: max-height var(--shortTransition);
}
.article.item-photobook-list .album-text-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.article.item-photobook-list .album-text-wrapper .view-album {
  padding: 8px 20px;
  background-color: var(--defaultBorderColor);
  font-size: var(--defaultFontSize);
  line-height: 24px;
  color: var(--defaultWhite);
  position: relative;
}
.article.item-photobook-list .album-text-wrapper .view-album::after {
  content: "\f105";
  font-family: var(--fa-family-classic);
  font-size: var(--defaultFontSize);
  line-height: 34px;
  position: absolute;
  right: 20px;
  top: 3px;
  transition: right var(--shortTransition);
}
.article.item-photobook-list .album-text-wrapper .title {
  width: 100%;
  line-height: var(--defaultLineHeight);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.article.item-photobook-list .album-text-wrapper .title > a {
  width: 100%;
  text-decoration: none;
  color: var(--defaultBlack);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article.item-photobook-list .album-text-wrapper .title a h2 {
  color: var(--defaultWhite);
  font-weight: 300;
  padding: 10px 20px;
}
.article.item-photobook-list .button {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  display: inline-block;
}
.article.item-photobook-list .button > a {
  text-decoration: none;
}

.article.item-photobook-detail > .margin > .padding {
  padding-right: 0px;
  padding-left: 0px;
}
.article.item-photobook-detail .top-left {
  width: 65%;
  float: left;
  padding-left: var(--navigationPadding);
}
.article.item-photobook-detail .top-right {
  width: 35%;
  float: left;
}
.article.item-photobook-detail .navigation-wrap {
  padding-right: var(--navigationPadding);
}
.article.item-photobook-detail .photobook-images {
  margin-top: var(--navigationPadding);
}
.article.item-photobook-detail .photobook-images > .no-images-found {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: var(--defaultLightGrey);
  margin-bottom: 20px;
}
.article.item-photobook-detail .photobook-images > .image {
  position: relative;
  padding: 15px;
}
.article.item-photobook-detail .photobook-images > .image > a {
  display: block;
  position: relative;
}
.article.item-photobook-detail .photobook-images > .image > a::before, .article.item-photobook-detail .photobook-images > .image > a::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity var(--shortTransition);
}
.article.item-photobook-detail .photobook-images > .image > a::before {
  background-color: var(--defaultBlack);
  height: 100%;
  width: 100%;
}
.article.item-photobook-detail .photobook-images > .image > a::after {
  content: "\f002";
  font-family: var(--fa-family-classic);
  color: var(--defaultWhite);
  font-size: 64px;
  line-height: 74px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article.item-photobook-detail .photobook-images > .image > a:hover::after {
  opacity: 1;
}
.article.item-photobook-detail .photobook-images > .image > a:hover::before {
  opacity: 0.68;
}
.article.item-photobook-detail .photobook-images > .image > a > img {
  display: block;
}

/* Grade A */
/* Grade B */
@media (max-width: 991px) {
  .article.item-photobook-list {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .article.item-photobook-detail .photobook-images > .image {
    width: 33.3333333333%;
  }
}
/* Grade C */
@media (max-width: 767px) {
  .article.item-photobook-list {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .article.item-photobook-detail .top-left,
  .article.item-photobook-detail .top-right {
    width: 100%;
  }
  .article.item-photobook-detail .photobook-images {
    margin-top: 10px;
  }
  .article.item-photobook-detail .photobook-images > .image {
    width: 50%;
  }
  .article.item-photobook-detail .top-left > h1 {
    font-size: 19px;
    margin: 0;
  }
  .article.item-photobook-detail .top-left > .back {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/* Grade D */
@media (max-width: 479px) {
  .article.item-photobook-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .article.item-photobook-detail .photobook-images {
    padding-left: 0;
  }
  .article.item-photobook-detail .photobook-images > .image {
    width: 100%;
  }
  .article.item-photobook-detail .photobook-images > .image > a {
    padding-right: 0;
  }
}

/*# sourceMappingURL=photoBook.css.map */