img {
    max-width: 100%;
}
/* Add:4　スマホ用位置調整 */
.lightcase-isMobileDevice .lightcase-icon-prev,
.lightcase-isMobileDevice .lightcase-icon-next {
    font-size: 38px;
    bottom: calc(50% - 20px);
}
.lightcase-isMobileDevice a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 0;
}
.lightcase-isMobileDevice a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 0;
}
.lightcase-icon-play,
.lightcase-icon-pause {
    display: none !important;
}
.lightcase-isMobileDevice #lightcase-case {
    left: 20px;
}
.lightcase-isMobileDevice #lightcase-info {
    padding: 5px 0 0;
}
.lightcase-isMobileDevice #lightcase-info #lightcase-title {
    max-width: none;
    padding: 0;
    position: static;
}