.photobook-curation {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3; }

@media (min-width: 60em) {
  .photobook-curation {
    font-size: 2.0rem; } }

.photobook-curation span {
  display: inline-block; }

.photobook-curation .l-event {
  position: relative;
  max-width: 720px;
  padding: 0 2rem;
  margin: 0 auto; }

.photobook-curation .l-event .is-wide {
  margin: auto !important; }

.photobook-curation .desc {
  opacity: 0.8; }

.swiper-section {
  padding: 3rem 4rem; }

@media (min-width: 60em) {
  .swiper-section {
    padding: 4rem 6rem; } }

.photobook__figure-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #e5e5e5; }

.photobook__wrap .photobook__figure-box {
  height: 485px; }

.photobook__pagination .photobook__figure-box {
  height: 58px; }

@media (min-width: 60em) {
  .photobook__wrap .photobook__figure-box {
    height: 600px; } }

.photobook__figure-img {
  position: absolute;
  z-index: 4;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.photobook__wrap {
  position: relative; }

.photobook__wrap .thumb {
  position: relative;
  text-align: center; }

.photobook__wrap .cont {
  position: relative;
  margin-top: 2rem; }

.photobook__wrap .cont .info {
  padding: 0 2rem; }

@media (min-width: 45em) {
  .photobook__wrap .cont .info {
    padding: 0 3rem; } }

.photobook__wrap .cont .detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin-top: 1rem; }

@media (min-width: 45em) {
  .photobook__wrap .cont .detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right; } }

.photobook__wrap .p {
  margin: 1rem 0; }

.photobook__pagination {
  text-align: left;
  overflow: hidden;
  margin-left: -0.5rem;
  margin-top: 2rem; }

.photobook__pagination .swiper-pagination-bullet {
  position: relative;
  float: left;
  width: 16.66667%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 0 0 0.5rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent; }

.photobook__pagination .swiper-pagination-bullet img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.photobook__pagination .swiper-pagination-bullet:hover, .photobook__pagination .swiper-pagination-bullet:focus, .photobook__pagination .swiper-pagination-bullet-active {
  background-color: transparent; }

.photobook__pagination .swiper-pagination-bullet:hover img, .photobook__pagination .swiper-pagination-bullet:focus img, .photobook__pagination .swiper-pagination-bullet-active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.photobook__pagination .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 10;
  border: 3px solid #ED1A3B; }

@media (min-width: 45em) {
  .photobook__pagination .swiper-pagination-bullet {
    width: 12.5%; } }

@media (min-width: 60em) {
  .photobook__pagination {
    margin-left: -1rem; }
  .photobook__pagination .swiper-pagination-bullet {
    width: 10%;
    padding: 1rem 0 0 1rem; }
  .photobook__pagination .swiper-pagination-bullet-active::before {
    left: 1rem;
    top: 1rem; } }

.photobook__button-prev, .photobook__button-next {
  top: 230px;
  z-index: 10;
  padding: 1rem 0; }

.photobook__button-prev::before, .photobook__button-next::before {
  font-size: 2.4rem;
  font-weight: bold; }

.photobook__button-prev.swiper-button-disabled, .photobook__button-next.swiper-button-disabled {
  display: none; }

.photobook__button-prev {
  left: -4rem; }

.photobook__button-next {
  right: -4rem; }

@media (min-width: 60em) {
  .photobook__button-prev, .photobook__button-next {
    top: 290px; }
  .photobook__button-prev::before, .photobook__button-next::before {
    font-size: 3rem; }
  .photobook__button-prev {
    left: -5rem; }
  .photobook__button-next {
    right: -5rem; } }
