.pswp-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((630 / 750) * 100vw);
  margin: calc((30 / 750) * 100vw) auto;
}

.pswp-gallery__item {
  margin: calc((2 / 750) * 100vw);
}

.pswp-gallery__item a {
  width: calc((310 / 750) * 100vw);
  height: calc((346 / 750) * 100vw);
  display: block;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.pswp-gallery__item a:active::after {
  content: "";
  display: inline-block;
  background: rgb(0,0,0,.4);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp-gallery__modal_01 {
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/img-m-theme-etc01.png) no-repeat;
}

.pswp-gallery__modal_02 {
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/img-m-theme-etc02.png) no-repeat;
}

.pswp-gallery__modal_03 {
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/img-m-theme-etc03.png) no-repeat;
}

.pswp-gallery__modal_04 {
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/img-m-theme-etc04.png) no-repeat;
}

.pswp-gallery__item a .icon-svg {
  display: none;
}

.pswp-gallery__item a img {
  display: none;
}

.pswp__img,
.pswp__zoom-wrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%)!important;
  -ms-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
  margin-top: calc((-39 / 750) * 100vw);
  margin-left: calc((0 / 750) * 100vw);
  max-width: 345px!important;
  max-height: 345px!important;
}

.pswp__button--close {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%,-50%)!important;
      -ms-transform: translate(-50%,-50%)!important;
          transform: translate(-50%,-50%)!important;
  margin-top: -244px;
  margin-left: calc((326 / 750) * 100vw);
  width: 20px;
  height: 20.5px;
}

.pswp__button--close .pswp__icn {
  display:none;
}

.pswp__button--close:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/modal_button_close.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20.5px;
  display: block;
  overflow: hidden;
}

.pswp__button--arrow--prev {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%)!important;
      -ms-transform: translate(-50%,-50%)!important;
          transform: translate(-50%,-50%)!important;
  margin-top: 166px;
  margin-left: calc((-322 / 750) * 100vw);
  width: 26px;
  height: 26px;
}

.pswp__button--arrow .pswp__icn {
  display: none;
}

.pswp__button--arrow--prev:before {
  content: "";
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/modal_button-arrow-prev.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: block;
  overflow: hidden;
  visibility: visible;
}

.pswp__button--arrow--next {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%)!important;
      -ms-transform: translate(-50%,-50%)!important;
          transform: translate(-50%,-50%)!important;
  margin-top: 166px;
  margin-left: calc((319 / 750) * 100vw);
  width: 26px;
  height: 26px;
}

.pswp__button--arrow--next .pswp__icn {
  display: none;
}

.pswp__button--arrow--next:before {
  content: "";
  background: url(/mobile/set/data/products/smartphone/sumikkogurashi-sumaho/img/s/modal_button-arrow-next.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: block;
  overflow: hidden;
  visibility: visible;
}

.pswp__top-bar {
  width: 100%;
  height: 100%;
}

.pswp__counter {
  font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #7e644d;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 151px;
  margin-left: 0;
  display: block;
  z-index: 10;
}

.pswp__custom-caption {
  font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  width: calc((649 / 750) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 196px;
}

.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}

.hidden-caption-content {
  display: none;
}

.pswp--zoomed-in .pswp__button--arrow,
.pswp--zoomed-in .pswp__counter {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  visibility: hidden;
}

.pswp .pswp__hide-on-close {
  opacity: 1;
  visibility: visible;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: none;
}
