/* 共通スタイル - すべての画面サイズに適用 */
.manual-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.manual-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.manualslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio:1150/1150;
  background-size: 100%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.manualslide.active {
  opacity: 1;
  visibility: visible;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-nav:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.slider-nav.prev {
  left: 15px;
}

.slider-nav.next {
  right: 15px;
}

.slider-nav i {
  font-size: 24px;
  color: #333;
}

.manual_img01{background:url("../img/index36_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img02{background:url("../img/index37_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img03{background:url("../img/index38_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img04{background:url("../img/index39_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img05{background:url("../img/index40_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img06{background:url("../img/index41_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img07{background:url("../img/index42_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}

.manual_img08{background:url("../img/index43_M.png") no-repeat;aspect-ratio:1150/1150;

background-size:100%;background-position:center center;}