.product-detail__description *:not(h1, h2, h3, h4, h5, h6) {
  font-size: var(--tdfs-body);
  font-family: Noto Sans JP;
  font-weight: 300;
  line-height: 2;
}
.custom-breadcrumb__item {
  font-size: var(--tdfs-body-s);
  font-family: Noto Sans JP;
  font-weight: 300;
  line-height: 1.7;
}
.page-header {
  position: relative;
  overflow: hidden;
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
.page-header__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-header__image-container:before {
    padding-top: 73.3333333333%;
  }
}
.page-header__image-container {
  opacity: 0;
}
.page-header__image-container img {
  transform: scale(1.05);
}
.page-header__image-container::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(103, 148, 255, 0.2);
}
.page-header__title-wrapper {
  position: absolute;
  z-index: 3;
  bottom: -5px;
  left: 0;
  background-color: #FFFFFF;
  border-top-right-radius: 2.0833333333vw;
  padding: 2.0833333333vw;
}
@media screen and (max-width: 1440px) {
  .page-header__title-wrapper {
    border-top-right-radius: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-wrapper {
    border-top-right-radius: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title-wrapper {
    border-top-right-radius: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-wrapper {
    border-top-right-radius: 6.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .page-header__title-wrapper {
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title-wrapper {
    padding: 2.0860495437vw 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title-wrapper {
    padding: 3.3333333333vw 5vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title-wrapper {
    padding: 4.2666666667vw 6.4vw;
  }
}
.page-header__title {
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 1440px) {
  .page-header__title {
    margin-bottom: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .page-header__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .page-header__title {
    margin-bottom: 5.3333333333vw;
  }
}
.page-header__subtitle {
  color: #153175;
}

.custom-breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 10V0L5.5 5L0.5 10Z' fill='%23153175'/%3E%3C/svg%3E");
  --bs-breadcrumb-item-padding-x: 0.8854166667vw;
  display: block;
  text-align: center;
  margin: 1.25vw 0.625vw;
  white-space: nowrap;
  overflow: auto;
}
@media screen and (max-width: 1440px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 1.1805555556vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 2.2164276402vw;
  }
}
@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 3.5416666667vw;
  }
}
@media screen and (max-width: 375px) {
  .custom-breadcrumb {
    --bs-breadcrumb-item-padding-x: 4.5333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .custom-breadcrumb {
    margin: 1.6666666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .custom-breadcrumb {
    margin: 3.1290743155vw 1.5645371578vw;
  }
}
@media screen and (max-width: 480px) {
  .custom-breadcrumb {
    margin: 5vw 2.5vw;
  }
}
@media screen and (max-width: 375px) {
  .custom-breadcrumb {
    margin: 6.4vw 3.2vw;
  }
}
.custom-breadcrumb__item {
  display: inline-block;
  color: #153175;
  font-weight: 400;
  line-height: 1.7;
}
.custom-breadcrumb__item a {
  color: currentColor;
  text-decoration: none;
}
.custom-breadcrumb__item > * {
  color: currentColor;
  border-bottom: 1px solid #D4D4D4;
}
.custom-breadcrumb__item.active {
  color: #153175;
}

.section-title {
  text-align: center;
}
.section-title__icon-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1.9791666667vw;
}
@media screen and (max-width: 1440px) {
  .section-title__icon-container {
    max-width: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__icon-container {
    max-width: 4.9543676662vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__icon-container {
    max-width: 7.9166666667vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__icon-container {
    max-width: 10.1333333333vw;
  }
}
.section-title__icon-container:before {
  content: "";
  display: block;
  padding-top: 94.7368421053%;
}
.section-title__icon-container .ratio-item {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-title__icon-container {
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 1440px) {
  .section-title__icon-container {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__icon-container {
    margin-bottom: 0.7822685789vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__icon-container {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__icon-container {
    margin-bottom: 1.6vw;
  }
}
.section-title__title {
  font-family: Noto Sans JP;
  font-size: 1.6666666667vw;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color: #153175;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .section-title__title {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .section-title__title {
    font-size: 3.3898305085vw;
  }
}
@media screen and (max-width: 480px) {
  .section-title__title {
    font-size: 5.4166666667vw;
  }
}
@media screen and (max-width: 375px) {
  .section-title__title {
    font-size: 6.9333333333vw;
  }
}

.product-list {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1440px) {
  .product-list {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    padding: 2.0860495437vw 0vw 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-list {
    padding: 3.3333333333vw 0vw 12.5vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-list {
    padding: 4.2666666667vw 0vw 16vw 0vw;
  }
}
.product-list__title {
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 1440px) {
  .product-list__title {
    margin-bottom: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .product-list__title {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .product-list__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .product-list__title {
    margin-bottom: 5.3333333333vw;
  }
}
.product-list__description {
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .product-list__description {
    text-align: left;
  }
}
.product-list__heading {
  padding: 1.25vw 0vw;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  margin: 2.9166666667vw 0vw 1.6666666667vw 0vw;
  font-family: Noto Sans JP;
  font-weight: 300;
  font-size: clamp(20px, 1.25vw, 999999px);
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .product-list__heading {
    padding: 1.6666666667vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .product-list__heading {
    padding: 0.5215123859vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-list__heading {
    padding: 0.8333333333vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-list__heading {
    padding: 1.0666666667vw 0vw;
  }
}
@media screen and (max-width: 1440px) {
  .product-list__heading {
    margin: 3.8888888889vw 0vw 2.2222222222vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .product-list__heading {
    margin: 4.1720990874vw 0vw 0.5215123859vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-list__heading {
    margin: 6.6666666667vw 0vw 0.8333333333vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-list__heading {
    margin: 8.5333333333vw 0vw 1.0666666667vw 0vw;
  }
}

.product-card {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__image-container {
  border-radius: 0.8333333333vw;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .product-card__image-container {
    border-radius: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card__image-container {
    border-radius: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card__image-container {
    border-radius: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card__image-container {
    border-radius: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .product-card__image-container {
    max-width: 100px;
    max-height: 100px;
  }
}
.product-card__name {
  width: 100%;
  color: #000000;
  display: block;
  margin-top: 1.25vw;
  margin-bottom: 2.0833333333vw;
  line-height: 1.7;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 1440px) {
  .product-card__name {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card__name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card__name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card__name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 1440px) {
  .product-card__name {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card__name {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card__name {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card__name {
    margin-bottom: 0vw;
  }
}
.product-card__button {
  margin-top: auto;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .product-card__button {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card__button {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card__button {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card__button {
    margin-bottom: 0vw;
  }
}
@media (max-width: 767px) {
  .product-card {
    position: relative;
    flex-direction: row;
  }
  .product-card::before {
    content: "";
    order: 2;
    display: inline-block;
    margin-left: auto;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background: url("../../images/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .product-card {
    gap: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card {
    gap: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card {
    gap: 6.4vw;
  }
}

.product-card-single {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card-single__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.product-card-single__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-card-single__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card-single__image-container {
  border-radius: 0.8333333333vw;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .product-card-single__image-container {
    border-radius: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card-single__image-container {
    border-radius: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card-single__image-container {
    border-radius: 3.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card-single__image-container {
    border-radius: 4.2666666667vw;
  }
}
.product-card-single__name {
  color: #000000;
  margin-top: 1.25vw;
  margin-bottom: 2.0833333333vw;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .product-card-single__name {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card-single__name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card-single__name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card-single__name {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 1440px) {
  .product-card-single__name {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card-single__name {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card-single__name {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card-single__name {
    margin-bottom: 5.3333333333vw;
  }
}
.product-card-single__button {
  margin-top: auto;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .product-card-single__button {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card-single__button {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card-single__button {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card-single__button {
    margin-bottom: 0vw;
  }
}

.product-detail {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1440px) {
  .product-detail {
    padding: 8.3333333333vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail {
    padding: 2.0860495437vw 0vw 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail {
    padding: 3.3333333333vw 0vw 12.5vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail {
    padding: 4.2666666667vw 0vw 16vw 0vw;
  }
}
.product-detail__image-container {
  max-width: 100%;
}
.product-detail__image-container img {
  width: 100%;
  height: auto;
}
.product-detail__download {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .product-detail__download {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__download {
    margin-top: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__download {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__download {
    margin-top: 5.3333333333vw;
  }
}
.product-detail__download img {
  margin-left: 0.4166666667vw;
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .product-detail__download img {
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__download img {
    margin-left: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__download img {
    margin-left: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__download img {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail__download img {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__download img {
    width: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__download img {
    width: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__download img {
    width: 6.4vw;
  }
}
@media screen and (max-width: 1440px) {
  .product-detail__download img {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__download img {
    height: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__download img {
    height: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__download img {
    height: 6.4vw;
  }
}
.product-detail__title {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1440px) {
  .product-detail__title {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__title {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__title {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__title {
    margin-bottom: 6.4vw;
  }
}
.product-detail__heading {
  color: #153175;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .product-detail__heading {
    margin-top: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__heading {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__heading {
    margin-top: 6.4vw;
  }
}
.product-detail__description {
  margin-top: 4.1666666667vw;
  color: #000000;
}
@media screen and (max-width: 1440px) {
  .product-detail__description {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__description {
    margin-top: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__description {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__description {
    margin-top: 10.6666666667vw;
  }
}
.product-detail__description h1, .product-detail__description h2, .product-detail__description h3, .product-detail__description h4, .product-detail__description h5, .product-detail__description h6 {
  color: #153175;
}
.product-detail__description *:not(h1, h2, h3, h4, h5, h6) {
  line-height: 1.7;
}
.product-detail__description p {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .product-detail__description p {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__description p {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .product-detail__description p {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .product-detail__description p {
    margin-bottom: 6.4vw;
  }
}

.spesification {
  margin-top: 1.25vw;
}
@media screen and (max-width: 1440px) {
  .spesification {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .spesification {
    margin-top: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .spesification {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .spesification {
    margin-top: 6.4vw;
  }
}
.spesification__heading {
  background-color: #F0F3F7;
  text-align: center;
  margin-bottom: 0;
  padding: 0.4166666667vw;
  border-top: 1px solid #D5DAE8;
  border-bottom: 1px solid #D5DAE8;
}
@media screen and (max-width: 1440px) {
  .spesification__heading {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .spesification__heading {
    padding: 0.5215123859vw;
  }
}
@media screen and (max-width: 480px) {
  .spesification__heading {
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .spesification__heading {
    padding: 1.0666666667vw;
  }
}
.spesification__list {
  display: flex;
  align-items: stretch;
  gap: 0.8333333333vw;
  border-bottom: 1px solid #D5DAE8;
}
@media screen and (max-width: 1440px) {
  .spesification__list {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .spesification__list {
    gap: 0vw;
  }
}
@media screen and (max-width: 480px) {
  .spesification__list {
    gap: 0vw;
  }
}
@media screen and (max-width: 375px) {
  .spesification__list {
    gap: 0vw;
  }
}
.spesification__list:first-child {
  border-top: 1px solid #D5DAE8;
}
@media (max-width: 767px) {
  .spesification__list {
    flex-direction: column;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .spesification__list {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .spesification__list {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 375px) {
  .spesification__list {
    margin-bottom: 6.4vw;
  }
}
.spesification__list-title {
  flex: 0 0 16%;
  background-color: #F0F3F7;
  padding: 0.4166666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .spesification__list-title {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .spesification__list-title {
    padding: 0.5215123859vw;
  }
}
@media screen and (max-width: 480px) {
  .spesification__list-title {
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .spesification__list-title {
    padding: 1.0666666667vw;
  }
}
.spesification__list-value {
  flex: 1 1 0;
  padding: 0.4166666667vw;
}
@media screen and (max-width: 1440px) {
  .spesification__list-value {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .spesification__list-value {
    padding: 0.5215123859vw;
  }
}
@media screen and (max-width: 480px) {
  .spesification__list-value {
    padding: 0.8333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .spesification__list-value {
    padding: 1.0666666667vw;
  }
}
@media (max-width: 767px) {
  .spesification {
    border: 1px solid #D5DAE8;
  }
}

.other {
  padding-bottom: 6.25vw;
  --swiper-navigation-size: 1.0416666667vw;
  --swiper-navigation-sides-offset: -3.6458333333vw;
  --swiper-navigation-top-offset: 30%;
  --swiper-navigation-color: #153175;
}
@media screen and (max-width: 1440px) {
  .other {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .other {
    padding-bottom: 10.4302477184vw;
  }
}
@media screen and (max-width: 480px) {
  .other {
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .other {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .other {
    --swiper-navigation-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .other {
    --swiper-navigation-size: 1.9556714472vw;
  }
}
@media screen and (max-width: 480px) {
  .other {
    --swiper-navigation-size: 3.125vw;
  }
}
@media screen and (max-width: 375px) {
  .other {
    --swiper-navigation-size: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  .other {
    --swiper-navigation-sides-offset: -4.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .other {
    --swiper-navigation-sides-offset: -9.1264667536vw;
  }
}
@media screen and (max-width: 480px) {
  .other {
    --swiper-navigation-sides-offset: -14.5833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other {
    --swiper-navigation-sides-offset: -18.6666666667vw;
  }
}
.other .swiper-slide {
  height: auto;
}
.other .swiper-button-prev, .other .swiper-button-next {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border: 1px solid #153175;
  border-radius: 0.4166666667vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    width: 10.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 1.0430247718vw;
  }
}
@media screen and (max-width: 480px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 375px) {
  .other .swiper-button-prev, .other .swiper-button-next {
    border-radius: 2.1333333333vw;
  }
}
.other__inner {
  position: relative;
  margin-bottom: 6.7708333333vw;
  padding: 0vw;
}
@media screen and (max-width: 1440px) {
  .other__inner {
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (max-width: 767px) {
  .other__inner {
    margin-bottom: 9.1264667536vw;
  }
}
@media screen and (max-width: 480px) {
  .other__inner {
    margin-bottom: 14.5833333333vw;
  }
}
@media screen and (max-width: 375px) {
  .other__inner {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .other__inner {
    padding: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .other__inner {
    padding: 0vw 7.8226857888vw;
  }
}
@media screen and (max-width: 480px) {
  .other__inner {
    padding: 0vw 12.5vw;
  }
}
@media screen and (max-width: 375px) {
  .other__inner {
    padding: 0vw 16vw;
  }
}
.other__button-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  .other {
    --swiper-navigation-sides-offset: 0;
  }
}/*# sourceMappingURL=product.css.map */