: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: '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 Bold';
  src: url("https://timberland.vfjapan.jp/font/AmericanGrotesk-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.contents-wrapper {
  color: #362D2E;
}

.contents-wrapper h1, .contents-wrapper h2, .contents-wrapper h3 {
  font-family: "Catalogue LL", sans-serif !important;
}

.contents-wrapper a:hover {
  text-decoration: none;
}

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

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

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

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

.contents-wrapper .btn-link {
  display: block;
  background-color: #2A1E17;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.contents-wrapper .btn-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .btn-link {
    -webkit-margin-before: calc(45 / 1366 * 100vw - 45 / 1366 * var(--scrollbar-size-px));
    margin-block-start: calc(45 / 1366 * 100vw - 45 / 1366 * var(--scrollbar-size-px));
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    border-radius: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
    width: calc(170 / 1366 * 100vw - 170 / 1366 * var(--scrollbar-size-px));
    -webkit-padding-before: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
    padding-block-start: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
    -webkit-padding-after: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
    padding-block-end: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .btn-link {
    -webkit-margin-before: 45px;
    margin-block-start: 45px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .btn-link {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .btn-link {
    border-radius: 20px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .btn-link {
    width: 170px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .btn-link {
    -webkit-padding-before: 10px;
    padding-block-start: 10px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .btn-link {
    -webkit-padding-after: 10px;
    padding-block-end: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .btn-link {
    -webkit-margin-before: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    margin-block-start: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    border-radius: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    width: calc(140 / 375 * 100vw - 140 / 375 * var(--scrollbar-size-px));
    -webkit-padding-before: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    padding-block-start: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    -webkit-padding-after: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    padding-block-end: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .main-contents {
  width: 100%;
  margin: auto;
}

.contents-wrapper picture {
  display: block;
}

.contents-wrapper .en {
  font-family: "GT-Flexa-Bold", "Noto Sans JP", sans-serif;
}

.contents-wrapper .main-item {
  background-color: #896340;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-padding-before: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    padding-block-start: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    -webkit-padding-after: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    padding-block-end: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    height: calc(360 / 1366 * 100vw - 360 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item {
    -webkit-padding-before: 50px;
    padding-block-start: 50px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item {
    -webkit-padding-after: 50px;
    padding-block-end: 50px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item {
    -webkit-padding-before: calc(35 / 375 * 100vw - 35 / 375 * var(--scrollbar-size-px));
    padding-block-start: calc(35 / 375 * 100vw - 35 / 375 * var(--scrollbar-size-px));
    -webkit-padding-after: calc(35 / 375 * 100vw - 35 / 375 * var(--scrollbar-size-px));
    padding-block-end: calc(35 / 375 * 100vw - 35 / 375 * var(--scrollbar-size-px));
    -webkit-padding-start: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
    padding-inline-start: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
    -webkit-padding-end: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
    padding-inline-end: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .main-item-inner {
    max-width: 1215px;
    margin-inline: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.contents-wrapper .main-item .text-block {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .text-block {
    -webkit-margin-start: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
    margin-inline-start: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .text-block {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .text-block {
    text-align: left;
  }
}

.contents-wrapper .main-item .text-block .main-title, .contents-wrapper .main-item .text-block .subtitle {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .text-block .subtitle, .contents-wrapper .main-item .text-block .text {
    -webkit-margin-before: calc(38 / 1366 * 100vw - 38 / 1366 * var(--scrollbar-size-px));
    margin-block-start: calc(38 / 1366 * 100vw - 38 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .text-block .subtitle, .contents-wrapper .main-item .text-block .text {
    -webkit-margin-before: 38px;
    margin-block-start: 38px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .text-block .subtitle, .contents-wrapper .main-item .text-block .text {
    -webkit-margin-before: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    margin-block-start: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .text-block .main-title {
    font-size: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .text-block .main-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .text-block .main-title {
    font-size: calc(45 / 375 * 100vw - 45 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .main-item .text-block .subtitle {
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .text-block .subtitle {
    font-size: calc(24 / 1366 * 100vw - 24 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .text-block .subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .text-block .subtitle {
    font-size: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .text-block .tech-3eye {
    display: block;
    margin-inline: auto;
  }
}

.contents-wrapper .main-item .text-block .text {
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .text-block .text {
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    width: calc(605 / 1366 * 100vw - 605 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .text-block .text {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .text-block .text {
    width: 605px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .text-block .text {
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    width: calc(335 / 375 * 100vw - 335 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .main-item .boots-img {
  display: block;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .main-item .boots-img {
    width: calc(365 / 1366 * 100vw - 365 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .main-item .boots-img {
    width: 365px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .main-item .boots-img {
    margin-inline: auto;
    -webkit-margin-before: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    margin-block-start: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    width: calc(255 / 375 * 100vw - 255 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.contents-wrapper .list .item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item {
    -webkit-padding-before: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    padding-block-start: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    -webkit-padding-start: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    padding-inline-start: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    height: calc(365 / 1366 * 100vw - 365 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item {
    -webkit-padding-before: 55px;
    padding-block-start: 55px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item {
    -webkit-padding-start: 55px;
    padding-inline-start: 55px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item {
    height: 365px;
  }
}

.contents-wrapper .list .item.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item {
    -webkit-padding-before: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-block-start: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    -webkit-padding-start: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-inline-start: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    -webkit-padding-end: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-inline-end: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    height: calc(200 / 375 * 100vw - 200 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg01 {
    background-image: url(../img/bg_pc01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg01 {
    background: url(../img/bg_sp01.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg02 {
    background: url(../img/bg_pc02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg02 {
    background: url(../img/bg_sp02.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg03 {
    background: url(../img/bg_pc03.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg03 {
    background: url(../img/bg_sp03.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg04 {
    background: url(../img/bg_pc04.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg04 {
    background: url(../img/bg_sp04.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg05 {
    background: url(../img/bg_pc05.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg05 {
    background: url(../img/bg_sp05.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg06 {
    background: url(../img/bg_pc06.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg06 {
    background: url(../img/bg_sp06.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg07 {
    background: url(../img/bg_pc07.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg07 {
    background: url(../img/bg_sp07.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg08 {
    background: url(../img/bg_pc08.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg08 {
    background: url(../img/bg_sp08.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg09 {
    background: url(../img/bg_pc09.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg09 {
    background: url(../img/bg_sp09.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg10 {
    background: url(../img/bg_pc10.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg10 {
    background: url(../img/bg_sp10.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.listbg11 {
    background: url(../img/bg_pc11.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.listbg11 {
    background: url(../img/bg_sp11.webp) no-repeat center/cover;
  }
}

.contents-wrapper .list .item .list-block {
  display: flex;
  align-items: center;
}

.contents-wrapper .list .item .list-block .list-title, .contents-wrapper .list .item .list-block .list-text {
  color: #ffff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title {
    line-height: 1.1;
    font-size: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title {
    line-height: 1.2;
    font-size: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    -webkit-margin-end: calc(85 / 375 * 100vw - 85 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(85 / 375 * 100vw - 85 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .list .item .list-block .list-title .copy-right {
  font-size: 0.3em;
  vertical-align: super;
}

.contents-wrapper .list .item .list-block .list-title .trademark {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6em;
  vertical-align: initial;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list01mr {
    -webkit-margin-end: calc(155 / 1366 * 100vw - 155 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(155 / 1366 * 100vw - 155 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list01mr {
    -webkit-margin-end: 155px;
    margin-inline-end: 155px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list01mr {
    -webkit-margin-end: calc(108 / 375 * 100vw - 108 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(108 / 375 * 100vw - 108 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list02mr {
    -webkit-margin-end: calc(200 / 1366 * 100vw - 200 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(200 / 1366 * 100vw - 200 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list02mr {
    -webkit-margin-end: 200px;
    margin-inline-end: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list02mr {
    -webkit-margin-end: calc(122 / 375 * 100vw - 122 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(122 / 375 * 100vw - 122 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list03mr {
    -webkit-margin-end: calc(115 / 1366 * 100vw - 115 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(115 / 1366 * 100vw - 115 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list03mr {
    -webkit-margin-end: 115px;
    margin-inline-end: 115px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list03mr {
    -webkit-margin-end: calc(60 / 375 * 100vw - 60 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(60 / 375 * 100vw - 60 / 375 * var(--scrollbar-size-px));
    width: calc(180 / 375 * 100vw - 180 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list04mr {
    -webkit-margin-end: calc(175 / 1366 * 100vw - 175 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(175 / 1366 * 100vw - 175 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list04mr {
    -webkit-margin-end: 175px;
    margin-inline-end: 175px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list04mr {
    -webkit-margin-end: calc(110 / 375 * 100vw - 110 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(110 / 375 * 100vw - 110 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list05mr {
    -webkit-margin-end: calc(200 / 1366 * 100vw - 200 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(200 / 1366 * 100vw - 200 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list05mr {
    -webkit-margin-end: 200px;
    margin-inline-end: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list05mr {
    -webkit-margin-end: calc(130 / 375 * 100vw - 130 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(130 / 375 * 100vw - 130 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list06mr {
    -webkit-margin-end: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list06mr {
    -webkit-margin-end: 55px;
    margin-inline-end: 55px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list06mr {
    -webkit-margin-end: calc(48 / 375 * 100vw - 48 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(48 / 375 * 100vw - 48 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-title.list07mr {
    -webkit-margin-end: calc(180 / 1366 * 100vw - 180 / 1366 * var(--scrollbar-size-px));
    margin-inline-end: calc(180 / 1366 * 100vw - 180 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-title.list07mr {
    -webkit-margin-end: 180px;
    margin-inline-end: 180px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-title.list07mr {
    -webkit-margin-end: calc(108 / 375 * 100vw - 108 / 375 * var(--scrollbar-size-px));
    margin-inline-end: calc(108 / 375 * 100vw - 108 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-img {
    width: calc(105 / 1366 * 100vw - 105 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-img {
    width: 105px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-img {
    width: calc(55 / 375 * 100vw - 55 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-block .list-img.logo {
    width: calc(200 / 1366 * 100vw - 200 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-block .list-img.logo {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-block .list-img.logo {
    width: calc(110 / 375 * 100vw - 110 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .list .item .list-text {
  color: #ffff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-text {
    -webkit-margin-before: calc(35 / 1366 * 100vw - 35 / 1366 * var(--scrollbar-size-px));
    margin-block-start: calc(35 / 1366 * 100vw - 35 / 1366 * var(--scrollbar-size-px));
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    line-height: calc(29 / 16);
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-text {
    -webkit-margin-before: 35px;
    margin-block-start: 35px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-text {
    -webkit-margin-before: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    margin-block-start: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    font-size: calc(9 / 375 * 100vw - 9 / 375 * var(--scrollbar-size-px));
    width: calc(321 / 375 * 100vw - 321 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

.contents-wrapper .list .item .list-text .text-flex {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item .list-text .cordura_logo {
    width: calc(124 / 1366 * 100vw - 124 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item .list-text .cordura_logo {
    width: 124px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item .list-text .cordura_logo {
    width: calc(70 / 375 * 100vw - 70 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .list .item.item-btn {
  background-color: #896340;
}

.contents-wrapper .list .item.item-btn .btn-container {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.item-btn .btn-container {
    width: calc(560 / 1366 * 100vw - 560 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item.item-btn .btn-container {
    width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.item-btn .btn-container {
    flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.item-btn .btn-img {
    width: calc(260 / 1366 * 100vw - 260 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item.item-btn .btn-img {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.item-btn .btn-img {
    width: calc(145 / 375 * 100vw - 145 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .list .item.item-btn .btn-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.item-btn .btn-block {
    width: calc(300 / 1366 * 100vw - 300 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item.item-btn .btn-block {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.item-btn .btn-block {
    width: calc(165 / 375 * 100vw - 165 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.item-btn .btn-block.chukka-block {
    width: calc(190 / 375 * 100vw - 190 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .list .item.item-btn .btn-block .mini-title {
  color: #fff;
  font-weight: bold;
}

.contents-wrapper .list .item.item-btn .btn-block .mini-title.fieldboots {
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .list .item.item-btn .btn-block .mini-title {
    font-size: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .list .item.item-btn .btn-block .mini-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .list .item.item-btn .btn-block .mini-title {
    font-size: calc(18 / 375 * 100vw - 18 / 375 * var(--scrollbar-size-px));
  }
}

.product-detail .product-content.content-block .content-asset {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
