﻿@charset "UTF-8";
:root {
  --usr-scrollbar-width: 0;
}
.price {
  color: #000;
}
.net::after,
.price.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}
.action .btn {
  border-bottom-width: 1px;
}
.swiper-pagination{
  display: flex;
  gap: 6px;
}
.swiper-pagination-bullet{
  width: 23px;
  height: 3px;
  background: #C9C9C9;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: var(--color01);
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}
.swiper-button-pause{
  width: 40px;
  height: 40px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background: #FFF;
  border-radius: 50%;
  position: relative;
}
.swiper-button-pause::before,.swiper-button-pause::after{
  content: "";
  width: 2px;
  height: 9px;
  background: #1F2123;
  position: absolute;
  top: 50%;
}
.swiper-button-pause.stop::before{
  display: none;
}
.swiper-button-pause.stop::after{
  left: calc(50% + 2px);
  width: 10px;
  height: 12px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.swiper-button-pause::before{
  left: calc(50% - 3px);
  transform: translate(-50%,-50%);
}
.swiper-button-pause::after{
  left: calc(50% + 3px);
  transform: translate(-50%,-50%);
}
body .swiper-button-next, body .swiper-button-prev {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background: #FFF;
  border-radius: 50%;
}
body .swiper-button-next::after{
  content: "";
  width: 18px;
  height: 5px;
  background: url(../../img/usr/common/arrow_next.png) center center / contain no-repeat;
  display: block;
}
body .swiper-button-prev::after {
  content: "";
  width: 18px;
  height: 5px;
  background: url(../../img/usr/common/arrow_prev.png) center center / contain no-repeat;
  display: block;
}
body .swiper-button-next.swiper-button-disabled, body .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #DEDEDE;
  box-shadow: none;
}
body .swiper-button-next.swiper-button-disabled::after {
  background: url(../../img/usr/common/arrow_next_w.png) center center / contain no-repeat;
}
body .swiper-button-prev.swiper-button-disabled::after {
  background: url(../../img/usr/common/arrow_prev_w.png) center center / contain no-repeat;
}
body .swiper-button-next svg, body .swiper-button-prev svg {
  display: none;
}
