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

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

.contents-wrapper picture {
  display: block;
}

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

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

.contents-wrapper.style-content .more-product-btn {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrapper.style-content .more-product-btn:hover {
  background-color: #2B2B2B;
}

.contents-wrapper.style-content .more-product-btn.threeEye-btn {
  transition: ease .5s background-color;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .more-product-btn.threeEye-btn {
    width: calc(350 / 1366 * 100vw - 350 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(100 / 1366 * 100vw - 100 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn.threeEye-btn {
    width: 350px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn.threeEye-btn {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .more-product-btn.threeEye-btn {
    width: calc(250 / 375 * 100vw - 250 / 375 * var(--scrollbar-size-px));
    margin-bottom: calc(88 / 375 * 100vw - 88 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .more-product-btn {
    width: calc(226 / 1366 * 100vw - 226 / 1366 * var(--scrollbar-size-px));
    height: calc(57 / 1366 * 100vw - 57 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(33 / 1366 * 100vw - 33 / 1366 * var(--scrollbar-size-px));
    padding-right: calc(33 / 1366 * 100vw - 33 / 1366 * var(--scrollbar-size-px));
    border-radius: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(36 / 1366 * 100vw - 36 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(158 / 1366 * 100vw - 158 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    width: 226px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    height: 57px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    padding-left: 33px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    padding-right: 33px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    margin-top: 36px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn {
    margin-bottom: 158px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .more-product-btn {
    width: calc(173 / 375 * 100vw - 173 / 375 * var(--scrollbar-size-px));
    height: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
    padding-left: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    padding-right: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
    margin-top: calc(32 / 375 * 100vw - 32 / 375 * var(--scrollbar-size-px));
    border-radius: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    margin-bottom: calc(207 / 375 * 100vw - 207 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .more-product-btn .more-product-text {
  color: white;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .more-product-btn .more-product-text {
    font-size: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn .more-product-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .more-product-btn .more-product-text {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .more-product-btn .more-product-icon {
    width: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .more-product-btn .more-product-icon {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .more-product-btn .more-product-icon {
    width: calc(23 / 375 * 100vw - 23 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .fv-inner {
    width: calc(1270 / 1366 * 100vw - 1270 / 1366 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}

.contents-wrapper.style-content .fv-inner img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .fv-bottom {
    margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .fv-bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .fv-bottom {
    margin-top: calc(32 / 375 * 100vw - 32 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .lp-title {
  font-weight: bold;
  font-family: "Catalogue LL", "Noto Sans JP", sans-serif;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .lp-title {
    font-size: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .lp-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .lp-title {
    font-size: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .fv-bottom-text {
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  letter-spacing: -.01em;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .fv-bottom-text {
    width: calc(1200 / 1366 * 100vw - 1200 / 1366 * var(--scrollbar-size-px));
    font-size: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(32 / 1366 * 100vw - 32 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .fv-bottom-text {
    width: 1200px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .fv-bottom-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .fv-bottom-text {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .fv-bottom-text {
    width: calc(354 / 375 * 100vw - 354 / 375 * var(--scrollbar-size-px));
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    margin-top: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .lp-content-btn-list-wrapper {
    overflow: scroll;
    overflow-y: hidden;
    padding-left: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-right: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    scrollbar-width: none;
  }
  .contents-wrapper.style-content .lp-content-btn-list-wrapper:-webkit-scrollbar {
    display: none;
  }
}

.contents-wrapper.style-content .lp-content-btn-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .lp-content-btn-list {
    margin-top: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    gap: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .lp-content-btn-list {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .lp-content-btn-list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .lp-content-btn-list {
    gap: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    height: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item {
  color: #9A9A9A;
  pointer-events: none;
}

.contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item.active {
  pointer-events: painted;
  position: relative;
  cursor: pointer;
  color: black;
}

.contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item.active:after {
  position: absolute;
  content: '';
  left: 0;
  background-color: black;
  width: 100%;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item.active:after {
    bottom: calc(-18 / 1366 * 100vw - -18 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item.active:after {
    bottom: -18px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item.active:after {
    bottom: calc(-15 / 375 * 100vw - -15 / 375 * var(--scrollbar-size-px));
  }
}

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

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .lp-content-btn-list .lp-content-btn-item {
    white-space: nowrap;
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .border {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .border {
    width: calc(1286 / 1366 * 100vw - 1286 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .border {
    width: 1286px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .border {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .border {
    width: calc(353 / 375 * 100vw - 353 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .sex-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .sex-list {
    margin-top: calc(48 / 1366 * 100vw - 48 / 1366 * var(--scrollbar-size-px));
    gap: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list {
    margin-top: 48px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .sex-list {
    flex-wrap: wrap;
    width: calc(355 / 375 * 100vw - 355 / 375 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    row-gap: calc(21 / 375 * 100vw - 21 / 375 * var(--scrollbar-size-px));
    margin-top: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .sex-list .sex-item {
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contents-wrapper.style-content .sex-list .sex-item.active {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .sex-list .sex-item {
    width: calc(226 / 1366 * 100vw - 226 / 1366 * var(--scrollbar-size-px));
    height: calc(58 / 1366 * 100vw - 58 / 1366 * var(--scrollbar-size-px));
    border-radius: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(35 / 1366 * 100vw - 35 / 1366 * var(--scrollbar-size-px));
    padding-right: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
    position: relative;
    transition: ease background-color .5s;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list .sex-item {
    width: 226px;
  }
}

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

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list .sex-item {
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list .sex-item {
    padding-left: 35px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list .sex-item {
    padding-right: 40px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .sex-list .sex-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .sex-list .sex-item {
    border: 2px solid black;
    width: calc(160 / 375 * 100vw - 160 / 375 * var(--scrollbar-size-px));
    height: calc(51 / 375 * 100vw - 51 / 375 * var(--scrollbar-size-px));
    border-radius: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    padding-left: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
    padding-right: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
  }
  .contents-wrapper.style-content .sex-list .sex-item:nth-child(1) {
    width: 100%;
  }
}

.contents-wrapper.style-content .sex-list .item-text {
  font-weight: 600;
}

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

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

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

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .sex-list .btn-icon {
    width: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .sex-list .btn-icon {
    width: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .sex-list .btn-icon {
    width: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .back-top {
  position: fixed;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .back-top {
    width: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    bottom: 50px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .back-top {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .back-top {
    width: calc(60 / 375 * 100vw - 60 / 375 * var(--scrollbar-size-px));
    bottom: calc(106 / 375 * 100vw - 106 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper.slider {
    margin-top: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    width: calc(1366 / 1366 * 100vw - 1366 / 1366 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.slider {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.slider {
    width: 1366px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.slider {
    margin-top: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper.style.hide {
  opacity: 0;
}

.contents-wrapper.style-content .section-wrapper.style .style-content {
  display: none;
}

.contents-wrapper.style-content .section-wrapper.style .style-content.active {
  display: block;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content {
    width: calc(1286 / 1366 * 100vw - 1286 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(36 / 1366 * 100vw - 36 / 1366 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content {
    width: 1286px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content {
    margin-top: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper.style .video-wrapper {
  align-items: center;
  justify-content: center;
}

.contents-wrapper.style-content .section-wrapper.style .video-wrapper.active {
  display: flex;
}

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

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .video-wrapper {
    margin-top: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .video-wrapper .video-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .video-wrapper .video {
    width: 100%;
  }
}

.contents-wrapper.style-content .section-wrapper.style .video-wrapper .video video {
  width: 100%;
}

.contents-wrapper.style-content .section-wrapper.style .style-content-top {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content-top {
    gap: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content-top {
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .style-content-top {
    flex-direction: column;
    gap: calc(5 / 375 * 100vw - 5 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper.style .style-cta {
  position: relative;
}

.contents-wrapper.style-content .section-wrapper.style .style-cta a:hover .more-product-btn {
  background-color: #2B2B2B;
}

.contents-wrapper.style-content .section-wrapper.style .style-cta .more-product-btn {
  transition: ease background-color .5s;
  position: absolute;
  margin: 0 !important;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper.style .style-cta .more-product-btn {
    bottom: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
    right: calc(22 / 1366 * 100vw - 22 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.style .style-cta .more-product-btn {
    bottom: 16px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.style .style-cta .more-product-btn {
    right: 22px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .style-cta .more-product-btn {
    bottom: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    right: calc(22 / 375 * 100vw - 22 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper.style .bottom-img {
    margin-top: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper.style .bottom-img {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper.style .bottom-img {
    margin-top: calc(5 / 375 * 100vw - 5 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper .section-inner.slider-inner {
  margin-left: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .section-inner.slider-inner {
    margin-left: 40px;
  }
}

.contents-wrapper.style-content .section-wrapper .section-title {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper .section-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.style-content .section-wrapper .section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper .section-title {
    text-align: center;
    font-size: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
    line-height: 1.2;
  }
}

.contents-wrapper.style-content .section-wrapper .style-slider {
  overflow: hidden !important;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper .style-slider {
    margin-top: calc(36 / 1366 * 100vw - 36 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .style-slider {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper .style-slider {
    margin-top: calc(32 / 375 * 100vw - 32 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper .splide__track {
  overflow: visible;
}

.contents-wrapper.style-content .section-wrapper .splide__list {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper .splide__slide {
    width: calc(350 / 1366 * 100vw - 350 / 1366 * var(--scrollbar-size-px));
    padding-bottom: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .splide__slide {
    width: 350px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .splide__slide {
    padding-bottom: 10px;
  }
}

.contents-wrapper.style-content .section-wrapper .slider-img img {
  width: 100%;
}

.contents-wrapper.style-content .section-wrapper .slider-detail {
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper .slider-detail {
    width: calc(330 / 1366 * 100vw - 330 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .slider-detail {
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper .slider-detail {
    width: calc(163 / 375 * 100vw - 163 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper .slider-title {
  text-align: center;
  line-height: 1.3;
  letter-spacing: -.01em;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper .slider-title {
    font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
    height: calc(57 / 1366 * 100vw - 57 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .slider-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .slider-title {
    margin-top: 16px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .slider-title {
    height: 57px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper .slider-title {
    font-size: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    height: calc(33 / 375 * 100vw - 33 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.style-content .section-wrapper .slider-price {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.style-content .section-wrapper .slider-price {
    font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .slider-price {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.style-content .section-wrapper .slider-price {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.style-content .section-wrapper .slider-price {
    font-size: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    margin-top: calc(8 / 375 * 100vw - 8 / 375 * var(--scrollbar-size-px));
  }
}
