:root {
  --scrollbar-size-px: 0px;
}

.contents-wrapper {
  line-height: 1;
}

.contents-wrapper div, .contents-wrapper span, .contents-wrapper applet, .contents-wrapper object, .contents-wrapper iframe,
.contents-wrapper h1, .contents-wrapper h2, .contents-wrapper h3, .contents-wrapper h4, .contents-wrapper h5, .contents-wrapper h6, .contents-wrapper p, .contents-wrapper blockquote, .contents-wrapper pre,
.contents-wrapper a, .contents-wrapper abbr, .contents-wrapper acronym, .contents-wrapper address, .contents-wrapper big, .contents-wrapper cite, .contents-wrapper code,
.contents-wrapper del, .contents-wrapper dfn, .contents-wrapper em, .contents-wrapper img, .contents-wrapper ins, .contents-wrapper kbd, .contents-wrapper q, .contents-wrapper s, .contents-wrapper samp,
.contents-wrapper small, .contents-wrapper strike, .contents-wrapper strong, .contents-wrapper sub, .contents-wrapper sup, .contents-wrapper tt, .contents-wrapper var,
.contents-wrapper b, .contents-wrapper u, .contents-wrapper i, .contents-wrapper center,
.contents-wrapper dl, .contents-wrapper dt, .contents-wrapper dd, .contents-wrapper ol, .contents-wrapper ul, .contents-wrapper li,
.contents-wrapper fieldset, .contents-wrapper form, .contents-wrapper label, .contents-wrapper legend,
.contents-wrapper table, .contents-wrapper caption, .contents-wrapper tbody, .contents-wrapper tfoot, .contents-wrapper thead, .contents-wrapper tr, .contents-wrapper th, .contents-wrapper td,
.contents-wrapper article, .contents-wrapper aside, .contents-wrapper canvas, .contents-wrapper details, .contents-wrapper embed,
.contents-wrapper figure, .contents-wrapper figcaption, .contents-wrapper footer, .contents-wrapper header, .contents-wrapper hgroup,
.contents-wrapper menu, .contents-wrapper nav, .contents-wrapper output, .contents-wrapper ruby, .contents-wrapper section, .contents-wrapper summary,
.contents-wrapper time, .contents-wrapper mark, .contents-wrapper audio, .contents-wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.contents-wrapper article, .contents-wrapper aside, .contents-wrapper details, .contents-wrapper figcaption, .contents-wrapper figure,
.contents-wrapper footer, .contents-wrapper header, .contents-wrapper hgroup, .contents-wrapper menu, .contents-wrapper nav, .contents-wrapper section {
  display: block;
}

.contents-wrapper ol, .contents-wrapper ul {
  list-style: none;
}

.contents-wrapper blockquote, .contents-wrapper q {
  quotes: none;
}

.contents-wrapper blockquote:before, .contents-wrapper blockquote:after,
.contents-wrapper q:before, .contents-wrapper q:after {
  content: '';
  content: none;
}

.contents-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1199px) {
  .contents-wrapper .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .contents-wrapper .sp {
    display: none !important;
  }
}

.contents-wrapper .anchor {
  position: relative;
}

.contents-wrapper .anchor .anchor-point {
  position: absolute;
}

@font-face {
  font-family: 'Catalogue LL';
  src: url("https://timberland.vfjapan.jp/font/CatalogueLL-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Catalogue LL Bold';
  src: url("https://timberland.vfjapan.jp/font/CatalogueLL-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'American Grotesk';
  src: url("https://timberland.vfjapan.jp/font/AmericanGrotesk-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'American Grotesk Medium';
  src: url("https://timberland.vfjapan.jp/font/AmericanGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'American Grotesk Bold';
  src: url("https://timberland.vfjapan.jp/font/AmericanGrotesk-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

.contents-wrapper {
  font-family: "Noto Sans JP";
}

.contents-wrapper picture {
  display: block;
}

#field_boots-PDP {
  font-family: "Noto Sans JP";
  width: 100%;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP {
    padding-bottom: calc(100 / 1366 * 100vw - 100 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP {
    padding-bottom: calc(100 / 375 * 100vw - 100 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .sp {
    display: block !important;
  }
}

#field_boots-PDP img {
  display: block;
  width: 100%;
}

#field_boots-PDP .container-block {
  position: relative;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block {
    width: 100%;
  }
}

#field_boots-PDP .container-block .white {
  color: #fff;
}

#field_boots-PDP .container-block .black {
  color: #000;
}

#field_boots-PDP .container-block .gray {
  color: #909090;
}

#field_boots-PDP .container-block .weight-b {
  font-weight: bold;
}

#field_boots-PDP .container-block .txt-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .fz68 {
    font-size: calc(68 / 1366 * 100vw - 68 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .fz68 {
    font-size: calc(44 / 375 * 100vw - 44 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .fz15 {
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .fz15 {
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .fz24 {
    font-size: calc(24 / 1366 * 100vw - 24 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .fz24 {
    font-size: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .fz35 {
    font-size: calc(44 / 375 * 100vw - 44 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .page_heading {
    width: calc(497 / 1366 * 100vw - 497 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .page_heading {
    width: calc(210 / 375 * 100vw - 210 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .content-block .title-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .title-block {
    top: calc(82 / 1366 * 100vw - 82 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .title-block {
    text-align: center;
    line-height: calc(30 / 36);
    top: calc(45 / 375 * 100vw - 45 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .content-block .content-item-list {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list {
    width: 100%;
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv {
  opacity: 0;
  transition: opacity .3s ease;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv.swiper-initialized {
  opacity: 1;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .link {
  display: block;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .link {
    margin-top: calc(120 / 1366 * 100vw - 120 / 1366 * var(--scrollbar-size-px));
  }
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .link:hover::before {
    padding-top: 90%;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .link {
    margin-top: calc(90 / 375 * 100vw - 90 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .link::before {
  content: '';
  display: block;
  position: absolute;
  padding-top: 100%;
  top: 0;
  left: -0.5px;
  right: -0.5px;
  z-index: -1;
  margin: auto;
  transition: padding-top .3s ease;
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .link::before {
    padding-top: calc( 230 / 280 * 100%);
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide picture {
  display: block;
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide picture {
    width: calc(230 / 375 * 100vw - 230 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide picture img {
    padding: 30px;
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .txt-block {
  color: #000;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .txt-block {
    font-size: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .swiper-slide .txt-block {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .weet a::before {
  background: #CF780F;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .black a::before {
  background: #454548;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .brown a::before {
  background: #78645B;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .cocoa a::before {
  background: #68432E;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .clematis_blue a::before {
  background: #3B4C93;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .dark_cheddar a::before {
  background: #ff9a33;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .veisius a::before {
  background: #c83772;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .light_green a::before {
  background: #cee3dc;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .medium_red a::before {
  background: #ea5c5a;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .leprechaun a::before {
  background: #62a677;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-wrapper .light_gray a::before {
  background: #bebebe;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next,
#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev {
  position: absolute;
  z-index: 5;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next,
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev {
    top: calc(85 / 1366 * 100vw - 85 / 1366 * var(--scrollbar-size-px));
    width: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    height: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next,
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev {
    top: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    width: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    height: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next img,
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev img {
    width: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next::after,
#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev::after {
  display: none;
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next:focus,
#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-next {
    right: calc(195 / 1366 * 100vw - 195 / 1366 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev {
  transform: scale(-1, 1);
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .swiper-mv .swiper-button-prev {
    left: calc(195 / 1366 * 100vw - 195 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .content-block .content-item-list .page-scroll-block {
    padding-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
    padding-bottom: calc(45 / 1366 * 100vw - 45 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .content-block .content-item-list .page-scroll-block {
    padding-top: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(45 / 375 * 100vw - 45 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-inner {
  background: #CF780F;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-inner {
    min-height: calc(360 / 1366 * 100vw - 360 / 1366 * var(--scrollbar-size-px));
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: calc(61 / 1366 * 100vw - 61 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-inner {
    position: relative;
    min-height: calc(560 / 375 * 100vw - 560 / 375 * var(--scrollbar-size-px));
    padding-top: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    padding-right: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-left: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .text-block {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .text-block .txt-block {
    font-size: calc(25 / 1366 * 100vw - 25 / 1366 * var(--scrollbar-size-px));
    padding-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .text-block .txt-block {
    line-height: calc(29 / 20);
    font-size: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    padding-top: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-inner .text-block .detail-block {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .text-block .detail-block {
    padding-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .text-block .detail-block {
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    padding-top: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .img-block {
    width: calc(391 / 1366 * 100vw - 391 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-inner .img-block {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    width: calc(270 / 375 * 100vw - 270 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .title01 {
    width: calc(648 / 1366 * 100vw - 648 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .title01 {
    width: calc(215 / 375 * 100vw - 215 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title01_01 {
    width: calc(306 / 1366 * 100vw - 306 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title01_01 {
    width: calc(175 / 375 * 100vw - 175 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title01_02 {
    width: calc(268 / 1366 * 100vw - 268 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title01_02 {
    width: calc(153 / 375 * 100vw - 153 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title02_01 {
    width: calc(309 / 1366 * 100vw - 309 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title02_01 {
    width: calc(177 / 375 * 100vw - 177 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title02_02 {
    width: calc(390 / 1366 * 100vw - 390 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title02_02 {
    width: calc(123 / 375 * 100vw - 123 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title03_01 {
    width: calc(224 / 1366 * 100vw - 224 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title03_01 {
    width: calc(128 / 375 * 100vw - 128 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title03_02 {
    width: calc(295 / 1366 * 100vw - 295 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title03_02 {
    width: calc(170 / 375 * 100vw - 170 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title06 {
    width: calc(320 / 1366 * 100vw - 320 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title06 {
    width: calc(216 / 375 * 100vw - 216 / 375 * var(--scrollbar-size-px));
    margin-bottom: calc(47 / 375 * 100vw - 47 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .rebotl-title {
    width: calc(200 / 1366 * 100vw - 200 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .rebotl-title {
    width: calc(110 / 375 * 100vw - 110 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title07 {
    width: calc(282 / 1366 * 100vw - 282 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .title07 {
    width: calc(166 / 375 * 100vw - 166 / 375 * var(--scrollbar-size-px));
    margin-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-block01,
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-block02,
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-block03 {
    display: flex;
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item {
  background: url(../../field_boots/img/bg_pc_tech01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item {
    width: calc(685 / 1366 * 100vw - 685 / 1366 * var(--scrollbar-size-px));
    min-height: calc(365 / 1366 * 100vw - 365 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item {
    width: 100%;
    min-height: calc(210 / 375 * 100vw - 210 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .bg-second {
  background: url(../../field_boots/img/bg_pc_tech02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#field_boots-PDP .container-block .tech-block .tech-list-block .bg-third {
  background: url(../../field_boots/img/bg_pc_tech03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#field_boots-PDP .container-block .tech-block .tech-list-block .bg-forth {
  background: url(../../field_boots/img/premiumleather-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .bg-forth {
    background: url(../../field_boots/img/premiumleather-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .bg-fifth {
  background: url(../../field_boots/img/bg_pc_tech05.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#field_boots-PDP .container-block .tech-block .tech-list-block .bg-sixth {
  background: unset;
  background-color: #CF780F;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .bg-sixth {
    min-height: calc(206 / 375 * 100vw - 206 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item.rebotl {
  background: url(../../field_boots/img/bg_pc_tech05.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item.rebotl {
    width: calc(685 / 1366 * 100vw - 685 / 1366 * var(--scrollbar-size-px));
    min-height: calc(365 / 1366 * 100vw - 365 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item.rebotl {
    width: 100%;
    min-height: calc(210 / 375 * 100vw - 210 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner {
  display: flex;
  align-items: center;
  justify-content: right;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner {
    padding-right: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner {
    padding-right: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-left: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .icon-block {
    width: calc(84 / 1366 * 100vw - 84 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .icon-block {
    width: calc(45 / 375 * 100vw - 45 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .six-block {
    padding-top: calc(0 / 1366 * 100vw - 0 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .six-block {
    margin-top: calc(-20 / 375 * 100vw - -20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .six-font {
    font-size: calc(63 / 1366 * 100vw - 63 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .six-font {
    font-size: calc(32 / 375 * 100vw - 32 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper {
    margin-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper {
    margin-top: calc(0 / 375 * 100vw - 0 / 375 * var(--scrollbar-size-px));
    justify-content: right;
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper .button {
  background: #000;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper .button {
    width: calc(170 / 1366 * 100vw - 170 / 1366 * var(--scrollbar-size-px));
    height: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper .button {
    width: calc(170 / 375 * 100vw - 170 / 375 * var(--scrollbar-size-px));
    height: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper .button a {
    font-size: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .six-item-inner .btn-wrapper .button a {
    font-size: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item-boots {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-boots {
    width: calc(320 / 1366 * 100vw - 320 / 1366 * var(--scrollbar-size-px));
    top: calc(17 / 1366 * 100vw - 17 / 1366 * var(--scrollbar-size-px));
    left: calc(22 / 1366 * 100vw - 22 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-boots {
    width: calc(158 / 375 * 100vw - 158 / 375 * var(--scrollbar-size-px));
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    margin-left: calc(17 / 375 * 100vw - 17 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner.rebotl {
    margin-bottom: calc(70 / 1366 * 100vw - 70 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner.rebotl {
    margin-bottom: calc(47 / 375 * 100vw - 47 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner {
    padding-right: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner {
    padding-top: calc(35 / 375 * 100vw - 35 / 375 * var(--scrollbar-size-px));
    padding-right: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-left: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .icon-block.rebotl {
    width: calc(102 / 1366 * 100vw - 102 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .icon-block.rebotl {
    width: calc(55 / 375 * 100vw - 55 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .icon-block {
    width: calc(84 / 1366 * 100vw - 84 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .icon-block {
    width: calc(45 / 375 * 100vw - 45 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .icon-block.first {
    width: calc(125 / 1366 * 100vw - 125 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .icon-block.first {
    width: calc(61 / 375 * 100vw - 61 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .six-block {
    padding-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .six-block {
    margin-top: calc(-20 / 375 * 100vw - -20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .six-font {
    font-size: calc(63 / 1366 * 100vw - 63 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .six-font {
    font-size: calc(32 / 375 * 100vw - 32 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper {
    margin-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper {
    margin-top: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper .button {
  background: #000;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper .button {
    width: calc(170 / 1366 * 100vw - 170 / 1366 * var(--scrollbar-size-px));
    height: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper .button {
    width: calc(170 / 375 * 100vw - 170 / 375 * var(--scrollbar-size-px));
    height: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper .button a {
    font-size: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .item-inner .btn-wrapper .button a {
    font-size: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block {
    line-height: 2;
    padding-right: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block {
    line-height: 1.5;
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    padding-top: calc(21 / 375 * 100vw - 21 / 375 * var(--scrollbar-size-px));
    padding-right: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-left: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.m25 {
    margin-top: calc(25 / 1366 * 100vw - 25 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.m25 {
    margin-top: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.m20 {
    margin-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.m20 {
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.m10 {
    margin-top: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.m10 {
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .txt-block.pcm50 {
    margin-top: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .m50 {
    margin-top: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .tech-block .tech-list-block .m25 {
    margin-top: calc(25 / 1366 * 100vw - 25 / 1366 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .care-block-heading {
  text-align: center;
  font-weight: bold;
  font-family: "Catalogue LL Bold", "Noto Sans JP";
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .care-block-heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .care-block-heading {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block {
    margin-top: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block {
    margin-top: calc(45 / 375 * 100vw - 45 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .title-block {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .title-block p {
    width: calc(216 / 1366 * 100vw - 216 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .title-block p {
    width: calc(120 / 375 * 100vw - 120 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .subtitle-box {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .subtitle-box {
    padding-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .subtitle-box {
    padding-top: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    font-size: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#field_boots-PDP .container-block .care-block .swiper-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block {
    margin-top: calc(45 / 1366 * 100vw - 45 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block {
    margin-top: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
    padding-left: calc(65 / 375 * 100vw - 65 / 375 * var(--scrollbar-size-px));
    padding-right: calc(65 / 375 * 100vw - 65 / 375 * var(--scrollbar-size-px));
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second {
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second {
    position: static;
    width: 100%;
    overflow: hidden;
  }
}

#field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide {
    width: calc(180 / 1366 * 100vw - 180 / 1366 * var(--scrollbar-size-px));
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide {
    width: calc(280 / 375 * 100vw - 280 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .name-block {
  line-height: calc(23 / 16);
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .name-block {
    padding-top: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .name-block {
    padding-top: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    font-size: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .pice-block {
    padding-top: calc(0 / 1366 * 100vw - 0 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .pice-block {
    padding-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    font-size: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .pice-block span {
  color: #AC743C;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide:nth-child(n+2) {
    margin-right: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide:nth-child(2) {
    margin-left: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .m38 {
    padding-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .m60 {
    padding-top: calc(54 / 1366 * 100vw - 54 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-second .swiper-wrapper .swiper-slide .m15 {
    padding-top: calc(25 / 1366 * 100vw - 25 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-button-prev,
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-button-next {
    background: transparent;
    width: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    height: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    top: calc(110 / 375 * 100vw - 110 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .swiper-block .swiper-button-prev:after,
#field_boots-PDP .container-block .care-block .swiper-block .swiper-button-next:after {
  display: none;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-button-prev {
    display: block;
    left: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-block .swiper-button-next {
    transform: scale(-1, 1);
    display: block;
    right: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .swiper-second-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-second-pagination {
    position: static;
    text-align: center;
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    bottom: calc(0 / 375 * 100vw - 0 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .swiper-second-pagination .swiper-pagination-bullet {
    margin: 0;
    text-align: center;
    background: #D9D9D9;
    opacity: 0.5;
    border-radius: 0;
    width: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    height: calc(3 / 375 * 100vw - 3 / 375 * var(--scrollbar-size-px));
    border-radius: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
  #field_boots-PDP .container-block .care-block .swiper-second-pagination .swiper-pagination-bullet:not(:first-child) {
    margin-left: calc(5 / 375 * 100vw - 5 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP .container-block .care-block .swiper-second-pagination .swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}

#field_boots-PDP .container-block .care-block .btn-block {
  background: #000;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .btn-block {
    margin-top: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    width: calc(360 / 1366 * 100vw - 360 / 1366 * var(--scrollbar-size-px));
    font-size: calc(17 / 1366 * 100vw - 17 / 1366 * var(--scrollbar-size-px));
    border-radius: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .btn-block {
    font-size: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    width: calc(180 / 375 * 100vw - 180 / 375 * var(--scrollbar-size-px));
    border-radius: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    font-weight: bold;
  }
}

#field_boots-PDP .container-block .care-block .btn-block .link {
  display: block;
  color: #fff !important;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #field_boots-PDP .container-block .care-block .btn-block .link {
    font-size: calc(17 / 1366 * 100vw - 17 / 1366 * var(--scrollbar-size-px));
    padding-top: calc(18 / 1366 * 100vw - 18 / 1366 * var(--scrollbar-size-px));
    padding-bottom: calc(18 / 1366 * 100vw - 18 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #field_boots-PDP .container-block .care-block .btn-block .link {
    font-size: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
    padding-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

#field_boots-PDP [data-anime="fadeInUp"] {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity .5s ease, transform .5s ease;
}

#field_boots-PDP [data-anime="fadeInUp"].is-active {
  transform: translateY(0);
  opacity: 1;
}
