: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;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@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: 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 {
  font-family: "Noto Sans JP", sans-serif;
}

.contents-wrapper img {
  vertical-align: bottom;
}

.contents-wrapper .en {
  font-family: "American Grotesk Bold";
}

@media screen and (max-width: 1199px) {
  .sticky-banner .sp {
    display: none;
  }
}

.sticky-banner .sticky-banner-inner {
  position: relative;
}

.sticky-banner dl dt {
  position: relative;
  /* background: #963235; */
  background: #A02822;
  z-index: 2;
  cursor: pointer;
  font-weight: bold;
  /* color: #fffcee; */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 50px;
}

.sticky-banner dl dt > div {
  width: 375px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.sticky-banner dl dt > div span {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-align: center;
}

.sticky-banner dl dt > div::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(https://timberland.vfjapan.jp/lp/sticky-banner-accordion/img/plus_icon.svg) no-repeat center/cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.sticky-banner dl dt.is-active::before {
  opacity: 1;
  visibility: visible;
}

.sticky-banner dl dt.is-active > div::after {
  background: url(https://timberland.vfjapan.jp/lp/sticky-banner-accordion/img/minus_icon.svg) no-repeat center/cover;
}

.sticky-banner dl dd {
  position: absolute;
  z-index: 2;
  /* background: #963235; */
  background: #FAF6EC;
  height: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  top: 50px;
  left: 0;
  overflow: hidden;
}

.sticky-banner dl dd.is-active {
  height: auto;
  opacity: 1;
}

.sticky-banner dl dd > ul {
  text-align: center;
  padding-block: 30px;
}

.sticky-banner dl dd > ul .coupon-title {
  font-size: 18px;
  font-weight: bold;
}

.sticky-banner dl dd > ul .code {
  margin-top: 24px;
}

.sticky-banner dl dd > ul .code ul {
  display: flex;
  border: 1px solid #9A9A9A;
  border-radius: 10px;
  width: 252px;
  height: 45px;
  margin: auto;
}

.sticky-banner dl dd > ul .code ul .code-copy {
  font-size: 25px;
  font-weight: bold;
  flex: 1;
  line-height: 41px;
}

.sticky-banner dl dd > ul .code ul .code-copy-btn {
  background-color: #A02822;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  margin-left: auto;
}

.sticky-banner dl dd > ul .code .code-copy-text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  font-size: 12px;
}

.sticky-banner dl dd > ul .code .code-copy-text.is-show {
  opacity: 1;
  visibility: visible;
}

.sticky-banner dl dd > ul .coupon-text {
  font-size: 10px;
  text-align: center;
  margin-top: 24px;
  line-height: 1.5;
}
