.displayHidden {
  visibility: hidden !important;
}

.displayTypeSelectArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 44px;
}

.displayTypeSelectArea__radioArea {
  width: 129px;
  height: 24px;
  font-size: 13px;
  color: #4b4b4b;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}

.displayTypeSelectArea__radioArea input[type=radio] {
  display: none;
}

.displayTypeSelectArea__radioArea__button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 100%;
  border: 2px solid #4b4b4b;
  box-sizing: border-box;
  background-color: #fff;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=radio]:checked + .displayTypeSelectArea__radioArea__button {
  background-color: #4b4b4b;
  color: #fff;
}

.displayTypeSelectArea__radioArea__button.displayTypeSelectArea__radioArea__button--left {
  border-radius: 4px 0 0 4px;
}

.displayTypeSelectArea__radioArea__button.displayTypeSelectArea__radioArea__button--right {
  border-radius: 0 4px 4px 0;
}

.photoListArea {
  width: 100%;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.photoListArea:after {
  content: '';
  display: block;
  height: 109px;
}

.photoListArea__block {
  display: block;
  background-color: #fff;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  box-sizing: border-box;
}

.photoListArea__block__label {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 35px;
  text-align: left;
  padding: 14px 10px 0 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.photoListArea__block__label::-webkit-scrollbar {
  height: 3px;
}

.photoListArea__block__label::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #eee;
}

.photoListArea__block__label::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #666;
}

.photoListArea__block__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;
  list-style: none;
}

.photoListArea__block__list__thumbArea {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
}

.photoListArea__block__list__thumbArea.photoListArea__block__list__thumbArea--disabled {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.photoListArea__block__list__thumbArea__thumb {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.photoListArea__block__list__thumbArea__thumb.photoListArea__block__list__thumbArea__thumb--noneImage {
  background-image: url(../content/plugins/img/none-image.png);
}

.photoListArea__block__list__thumbArea__selectCheckArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.photoListArea__block__list__thumbArea__selectCheckArea__selectCheck {
  width: 80%;
  height: 80%;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url(../content/plugins/svg/check-icon.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.photoListArea__block__list__thumbArea__selectCheckArea__selectCheck.photoListArea__block__list__thumbArea__selectCheckArea__selectCheck--selected {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: #FAAA32;
  font-size: 3.4vw;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.targetLazyLoad--nowLoading + .photoListArea__block__list__thumbArea__selectCheckArea {
  display: none;
}

.photoListArea__block__list__thumbArea__dateArea {
  position: absolute;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.65);
  left: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 0.6rem;
  color: #fff;
  line-height: 22px;
  text-align: center;
  pointer-events: none;
}

.enlargedDisplay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 13000;
  transition: all ease 0.2s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.enlargedDisplay.enlargedDisplay--open {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.enlargedDisplay__thumbArea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 80px;
  bottom: 98px;
  left: 0;
  right: 0;
  margin: auto;
}

.enlargedDisplay__thumbArea__thumb {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.enlargedDisplay__thumbArea__noneImage {
  width: 80%;
  height: 80%;
  background-color: transparent;
  background-image: url(../content/plugins/img/none-image.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.enlargedDisplay__Commands {
  top: 0;
  width: 100%;
  height: 0;
  z-index: 13201;
}

.enlargedDisplay__Commands__CloseBtn {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url(../content/plugins/svg/layer-close-icon.svg);
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.enlargedDisplay__Commands__selectCheck {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 36px;
  height: 36px;
  background-color: transparent;
  background-image: url(../content/plugins/svg/check-icon.svg);
  background-size: 21px;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
}

.enlargedDisplay__Commands__selectCheck.enlargedDisplay__Commands__selectCheck--selected {
  opacity: 1;
  background-color: #F9C270;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px 0 0;
}

.enlargedDisplay__Commands__itemCount {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  width: 140px;
  height: 40px;
  margin: auto;
  color: #fff;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.enlargedDisplay__Commands__prevItemBtn {
  position: absolute;
  bottom: 22px;
  left: 20%;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url(../content/plugins/svg/prev-item-icon.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.enlargedDisplay__Commands__nextItemBtn {
  position: absolute;
  bottom: 22px;
  right: 20%;
  width: 44px;
  height: 44px;
  background-color: transparent;
  background-image: url(../content/plugins/svg/next-item-icon.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  border: none;
}

.targetLazyLoad--nowLoading {
  background-color: transparent;
  background-image: url(../content/plugins/img/loading-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: nowLoadingEffect;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-webkit-keyframes nowLoadingEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.6% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  25.1% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  37.5% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  37.6% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50.1% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  62.5% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  62.6% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  75% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  75.1% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  87.5% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  87.6% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

@keyframes nowLoadingEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12.6% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  25.1% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  37.5% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  37.6% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50.1% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  62.5% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  62.6% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  75% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  75.1% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  87.5% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  87.6% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

@media screen and (min-width: 768px) {
  .displayTypeSelectArea__radioArea {
    width: 133px;
    height: 26px;
  }
  .photoListArea__block__list__thumbArea {
    width: 20%;
    padding-bottom: 20%;
  }
  .photoListArea__block__list__thumbArea__selectCheckArea {
    top: 1%;
    right: 1%;
    width: 38%;
    height: 38%;
  }
  .photoListArea__block__list__thumbArea__selectCheckArea__selectCheck {
    border-width: 3px;
  }
  .photoListArea__block__list__thumbArea__selectCheckArea__selectCheck, .photoListArea__block__list__thumbArea__selectCheckArea__selectCheck.photoListArea__block__list__thumbArea__selectCheckArea__selectCheck--selected {
    border-width: 3px;
    font-size: 18px;
  }
  .photoListArea__block__list__thumbArea__dateArea {
    font-size: 11px;
  }
  .enlargedDisplay__thumbArea__thumb {
    max-width: 90%;
    max-height: 90%;
  }
  .enlargedDisplay__Commands__CloseBtn {
    top: 22px;
    left: 22px;
    background-size: 25px;
  }
  .enlargedDisplay__Commands__selectCheck {
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    background-size: 25px;
  }
  .enlargedDisplay__Commands__selectCheck.enlargedDisplay__Commands__selectCheck--selected {
    font-size: 16px;
  }
  .enlargedDisplay__Commands__itemCount {
    top: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .displayTypeSelectArea {
    height: 53px;
  }
  .displayTypeSelectArea__radioArea {
    width: 155px;
    height: 28px;
    font-size: 14px;
  }
  .photoListArea {
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    height: -webkit-calc(100% - 53px);
    height: calc(100% - 53px);
    margin: 0 24px;
  }
  .photoListArea:after {
    content: none;
  }
  .photoListArea__block {
    border: solid 1px #ccc;
    padding: 0 0 1px 0;
  }
  .photoListArea__block__label {
    border-bottom: solid 1px #e2e2e2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .photoListArea__block__list {
    margin-top: 1px;
  }
  .photoListArea__block__list__thumbArea {
    width: 12.49%;
    padding-bottom: 12.49%;
  }
  .photoListArea__block__list__thumbArea.photoListArea__block__list__thumbArea--disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
  }
  .photoListArea__block__list__thumbArea__thumb {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .photoListArea__block__list__thumbArea__dateArea {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    left: 5px;
    bottom: 5px;
    right: 5px;
    line-height: initial;
    text-align: initial;
  }
  .enlargedDisplay__thumbArea {
    bottom: 80px;
  }
  .enlargedDisplay__thumbArea__thumb {
    max-width: 80%;
    max-height: 80%;
  }
  .enlargedDisplay__Commands__CloseBtn {
    left: 20%;
    background-size: 30px;
  }
  .enlargedDisplay__Commands__selectCheck {
    right: 20%;
  }
}
