@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  background-image: url(../img/background.png?1);
  background-size: 900px;
  background-position: center top;
}
@media (max-width: 759px) {
  body {
    background-size: 500px;
  }
}

#title img {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.09), 0 2px 1px rgba(0, 0, 0, 0.09), 0px 4px 2px rgba(0, 0, 0, 0.09), 0px 8px 4px rgba(0, 0, 0, 0.09), 0px 16px 8px rgba(0, 0, 0, 0.09);
}

.red {
  color: #db0000;
  font-weight: bold;
}

#ornament {
  background-image: url(../img/ornament.png);
  background-size: 750px;
  background-position: center top;
  background-repeat: repeat-x;
}
@media (max-width: 759px) {
  #ornament {
    background-size: 100%;
  }
}

.shelf {
  background-image: url(../img/shelf.png);
  background-size: 750px;
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media (max-width: 759px) {
  .shelf {
    background-size: 100%;
  }
}

.popup .shelf {
  padding-bottom: 125px;
}
@media (max-width: 759px) {
  .popup .shelf {
    padding-bottom: 17%;
  }
}

.popup .cover {
  position: relative;
  z-index: 2;
}

.popup .bookinfo {
  max-width: 500px !important;
  position: relative;
  margin-top: -60px;
  z-index: -1;
  aspect-ratio: 3/1.9;
}
.popup .bookinfo img {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 759px) {
  .popup .bookinfo {
    margin-top: -7%;
  }
}
.popup .bookinfo .description {
  font-size: clamp(11px, 3.3vw, 16px);
  margin-top: -26%;
  color: #000;
}
.popup .bookinfo .recommender {
  font-size: clamp(11px, 3vw, 16px);
}

.bookline {
  gap: 20px;
  padding-bottom: 130px;
}
@media (max-width: 759px) {
  .bookline {
    padding-bottom: 17%;
  }
}

.book {
  width: calc((100% - 40px) / 3);
}

.cover {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.09), 0 2px 10px rgba(0, 0, 0, 0.09), 1px 4px 20px rgba(0, 0, 0, 0.09), 2px 8px 40px rgba(0, 0, 0, 0.09), 3px 16px 80px rgba(0, 0, 0, 0.09);
  line-height: 0;
  background-image: linear-gradient(90deg, #ddd 0%, #eee 0.5%, #fff 1%, #f4f4f4 99%, #eee 99.5%, #ddd 100%);
}
.cover img {
  mix-blend-mode: multiply;
  border-radius: 1px;
}

.shadow {
  background-color: rgba(14, 14, 14, 0.1);
  position: absolute;
  bottom: -1%;
  left: calc(50% - 125px);
  width: 250px;
  height: 50px;
  transform: scale(1.08) perspective(300px) rotateX(-45deg);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
@media (max-width: 759px) {
  .shadow {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 17%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

.shadow2 {
  background-color: rgba(14, 14, 14, 0.1);
  position: absolute;
  bottom: 138px;
  left: calc(50% - 150px);
  width: 300px;
  height: 40px;
  transform: scale(1.08) perspective(300px) rotateX(-45deg);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
@media (max-width: 759px) {
  .shadow2 {
    left: calc(50vw - 140px);
    bottom: 25%;
    width: calc(50% - 100px);
    height: 8%;
    -webkit-filter: blur(2px);
    filter: blur(4px);
  }
}
@media (max-width: 694px) {
  .shadow2 {
    left: calc(50% - 110px);
    bottom: 26%;
    width: calc(50% - 459px);
    min-width: 220px;
    height: 8%;
    -webkit-filter: blur(2px);
    filter: blur(4px);
  }
}

.shadow3 {
  background-color: rgba(14, 14, 14, 0.1);
  transform: scale(1.08) perspective(300px) rotateX(-45deg);
  height: 12%;
  width: calc(100% - 17px);
  bottom: 0;
  position: absolute;
  z-index: 1;
  filter: blur(3px);
}
@media (max-width: 759px) {
  .shadow3 {
    height: 10%;
  }
}
@media (max-width: 694px) {
  .shadow3 {
    height: 8%;
    bottom: 3px;
    width: calc(100% - 20px);
    left: 4%;
  }
}

.perspective {
  display: inline-block; /* 奥行表示のためのブロック化 */
  transform: perspective(1000px) rotateX(4deg); /* 角度 */
}

.perspective2 {
  display: inline-block; /* 奥行表示のためのブロック化 */
  transform: perspective(1000px) rotateX(0deg); /* 角度 */
}

.popcard {
  transition: transform 2s linear;
  position: absolute;
  bottom: -1px;
  left: 52%;
  wistj: 53%;
  max-width: 135px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  line-height: 0;
}
@media (max-width: 759px) {
  .popcard {
    left: 52%;
    width: 53%;
  }
}

div.inline-link {
  cursor: pointer;
}
div.inline-link:hover .popcard {
  opacity: 0;
}
div.inline-link .cover img {
  transition: transform 0.1s linear;
  border-radius: 2px;
}
div.inline-link:hover .cover img {
  transform: scale(1.1) translate(0, -1.5%);
  mix-blend-mode: normal;
}
div.inline-link:hover .perspective {
  transform: perspective(1000px) rotateX(0deg); /* 角度 */
}

.netshops img {
  border: 1px #ccc solid;
  background-color: #fff;
  width: 140px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.09), 0 2px 1px rgba(0, 0, 0, 0.09), 0px 4px 2px rgba(0, 0, 0, 0.09), 0px 8px 4px rgba(0, 0, 0, 0.09), 0px 16px 8px rgba(0, 0, 0, 0.09);
}

.zigzag {
  --m:
    conic-gradient(from 45deg at left, #0000,#000 1deg 89deg,#0000 90deg) left /51% 5px repeat-y,
    conic-gradient(from -135deg at right, #0000,#000 1deg 89deg,#0000 90deg) right/51% 5px repeat-y;
  -webkit-mask: var(--m);
  mask: var(--m);
}

.mfp-bg {
  opacity: 1;
  background-image: url(../img/background.png?1);
  background-size: 1200px;
  background-position: center 50%;
}
@media (max-width: 759px) {
  .mfp-bg {
    background-size: 800px;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  animation: zoomIn 0.2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mfp-content {
  pointer-events: none;
}

.mfp-container {
  z-index: 0;
  padding-left: 0;
  padding-right: 0;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  right: calc(50% - 185px);
  top: -12px;
}

.cross-1px {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  mix-blend-mode: difference;
}

.cross-1px:before, .cross-1px:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 3px;
  background: #999;
  border-radius: 2px;
  mix-blend-mode: multiply;
}
.cross-1px:before {
  transform: rotate(45deg);
}
.cross-1px:after {
  transform: rotate(-45deg);
}
.cross-1px span {
  display: block;
}

.mfp-arrow-right {
  background-image: url(../img/arrow-r.svg) !important;
  background-size: 60% !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}
.mfp-arrow-right:after, .mfp-arrow-right:before {
  display: none;
  border-left-color: #ccc;
  opacity: 1;
}
@media (max-width: 28rem) {
  .mfp-arrow-right:after, .mfp-arrow-right:before {
    border-left-color: #ccc;
  }
}

.mfp-arrow-left {
  background-image: url(../img/arrow-l.svg) !important;
  background-size: 60% !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}
.mfp-arrow-left:after, .mfp-arrow-left:before {
  display: none;
  border-right-color: #ccc;
  opacity: 1;
}
@media (max-width: 28rem) {
  .mfp-arrow-left:after, .mfp-arrow-left:before {
    border-right-color: #ccc;
  }
}

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