
#main section {
	margin-bottom:50px;
}
section h3 {
	font-weight:700;
	font-size:135%;
	margin-bottom:15px;
	color:#a70f2b;
}



.manga-area {
    border: #cccccc solid 1px;
    padding-bottom: 0px;
    background-color: #ececec;
    height: 800px;
}
.manga-area .swiper {
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
    direction: rtl;
    padding-top: 50px;
}
.manga-area .swiper li img {
    height: 100%;
}
/* ★ここ重要 */
.manga-area .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 画像は高さ基準で中央に */
.manga-area .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.manga-area .swiper-button-next {
    background-image: url("../../manga/images/arrow.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 15px !important;
    right: inherit !important;
    transform: scale(-1, 1);
    margin-top: -60px;
}
.manga-area .swiper-button-next:after {
    display: none;
}
.manga-area .swiper-button-prev {
    background-image: url("../../manga/images/arrow.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: inherit !important;
    right:15px !important;
    margin-top: -60px;
    
}
.manga-area .swiper-button-prev:after {
    display: none;
}
.manga-area,
.manga-area * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.manga-area img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.12);
}
.manga-area .swiper-button-next.swiper-button-disabled, .manga-area .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}


.manga-area .swiper {
    position: relative;
}

/* fraction */
.manga-area .swiper-pagination {
    direction: ltr;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    
}




.manga-area .swiper {
    position: relative;
    height: 100%;
    direction: rtl;
}

.manga-area .swiper-wrapper {
    height: 100%;
}

.manga-area .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    direction: ltr;
}

.manga-area .swiper-slide img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

/* 数字 */
.manga-area .swiper-fraction {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    z-index: 3;
    direction: ltr;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* progressbar 表示用 */
.manga-area .swiper-progress {
    position: absolute;
    bottom: 0px;
    width: auto !important;
    height: 6px;
    z-index: 5;
    top: inherit !important;
    left: 0px !important;
    right: 0px !important;
    box-sizing: border-box !important;
}

/* built-in progressbar の見た目 */
.manga-area .swiper-pagination-progressbar {
    background: #d9d9d9;
    border-radius: 999px;
    overflow: hidden;
    height: 8px !important;
    border-radius: 0 !important;
}

.manga-area .swiper-pagination-progressbar-fill {
    background: #a70f2b !important;
    border-radius: 0 !important;
}

/* ドラッグ用 scrollbar */
.manga-area .swiper-scrollbar {
    position: absolute;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    width: auto !important;
    height: 18px;
    z-index: 10;
    background: transparent;
    bottom: 0px !important;
    top: inherit !important;
    height: 8px !important;
}

/* つまみは透明にする */
.manga-area .swiper-scrollbar-drag {
    background: transparent;
}

/* pagination 逆転防止 */
.manga-area .swiper-progress,
.manga-area .swiper-fraction {
    direction: ltr;
}



@media screen and (max-width:640px){


.manga-area {
  padding: 0px 0;
  height: 135vw;
    
}
.manga-area .swiper{
    padding-bottom: 17vw;
    padding-top: 5vw;
}
.manga-area .swiper-button-next {
  width: 8vw;
  height:8vw;
    top: inherit !important;
    bottom: 5.5vw;
    margin-top: 0;
    left: 25vw !important;
}
.manga-area .swiper-button-prev {
  width: 8vw;
  height:8vw;
    top: inherit !important;
    bottom: 5.5vw;
    left: inherit !important;
    right: 25vw !important;
    margin-top: 0;
}
.manga-area .swiper-fraction {
  bottom: 7vw;
  font-size: 3.5vw;
}

}