.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,46%);
}

.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 107 * 27);
}

.swiper{
      width: 100%;
      height: 100%;
}

.swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      /*display: flex;
      justify-content: center;
      align-items: center;*/
}

.swiper-slide img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}


.swiper{
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
}

.swiper-slide {
      background-size: cover;
      background-position: center;
}

.mySwiper2,.mySwiper4,.mySwiper2,.mySwiper6{
      height: 80%;
      width: 90%;
	  max-width: 78.4rem;
	  margin: 0 auto;
	  box-sizing: border-box;
	  padding-top: 2rem;
}

.mySwiper,.mySwiper3,.mySwiper5{
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
}

.mySwiper .swiper-slide,
.mySwiper3 .swiper-slide,
.mySwiper5 .swiper-slide{
      width: 23%!important;
      height: 100%;
      opacity: 0.4;
	  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active,
.mySwiper3 .swiper-slide-thumb-active,
.mySwiper5 .swiper-slide-thumb-active{
      opacity: 1;
}

.swiper-slide img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

.o-center-swp{
	justify-content: center;
}

.o-last-thumb{
	margin-right: 0!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.mySwiper{
	width: 91%;
}




/****************************************
for スマホ横(767px以下)
*****************************************/
@media print,screen and (min-width:568px) and ( max-width:767px){
.mySwiper2,.mySwiper4,.mySwiper2,.mySwiper6{
      height: 80%;
      width: 100%;
	  width: 49.3rem;
	  margin: 0 auto;
	  box-sizing: border-box;
	  padding-top: 2rem;
}
}


/****************************************
for タブレット縦～PC(980px以下)
*****************************************/

@media print,screen and (min-width:768px) and (max-width:980px){
.mySwiper2,.mySwiper4,.mySwiper2,.mySwiper6{
      height: 80%;
      width: 100%;
	  width: 68.4rem;
	  margin: 0 auto;
	  box-sizing: border-box;
	  padding-top: 2rem;
}

.mySwiper{
	width: 95%;
}

.mySwiper .swiper-slide,
.mySwiper3 .swiper-slide,
.mySwiper5 .swiper-slide{
      width: 24%!important;
}
}

/****************************************
for タブレット横～PC(1024px以下)
*****************************************/

@media print,screen and (min-width:981px) and ( max-width:1025px){
.mySwiper2,.mySwiper4,.mySwiper2,.mySwiper6{
      height: 80%;
      width: 100%;
	  max-width: 78.4rem;
	  margin: 0 auto;
	  box-sizing: border-box;
	  padding-top: 2rem;
}

.mySwiper{
	width: 96%;
}

.mySwiper .swiper-slide,
.mySwiper3 .swiper-slide,
.mySwiper5 .swiper-slide{
      width: 24%!important;
}
}

/****************************************
for PC
*****************************************/

@media print,screen and (min-width:1025px) {
.mySwiper2,.mySwiper4,.mySwiper2,.mySwiper6{
      height: 80%;
      width: 100%;
	  max-width: 78.4rem;
	  margin: 0 auto;
	  box-sizing: border-box;
	  padding-top: 2rem;
}

.mySwiper{
	width: 96%;
}

.mySwiper .swiper-slide,
.mySwiper3 .swiper-slide,
.mySwiper5 .swiper-slide{
      width: 24%!important;
}
}