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

.catalogue {
  font-family: "Catalogue LL", "Noto Sans JP", sans-serif !important;
}

.america {
  font-family: "American Grotesk", "Noto Sans JP", sans-serif !important;
}

.americaBold {
  font-family: "American Grotesk Bold", "Noto Sans JP", sans-serif !important;
}

html {
  scrollbar-width: none;
}

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

.contents-wrapper picture {
  display: block;
}

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

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

.contents-wrapper.tsuyuss25-content .fv-arrow {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

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

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

.contents-wrapper.tsuyuss25-content .fv-wrapper {
  position: relative;
}

.contents-wrapper.tsuyuss25-content .fv-wrapper .fv-copy-wrapper {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .fv-wrapper .fv-copy-wrapper {
    top: calc(33 / 1366 * 100vw - 33 / 1366 * var(--scrollbar-size-px));
    left: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .fv-wrapper .fv-copy-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.contents-wrapper.tsuyuss25-content .fv-wrapper .fv-title {
  color: white;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .fv-wrapper .fv-title {
    line-height: 1.5;
    font-size: calc(78 / 1366 * 100vw - 78 / 1366 * var(--scrollbar-size-px));
  }
}

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

.contents-wrapper.tsuyuss25-content .fv-wrapper .fv-text {
  color: white;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .fv-wrapper .fv-text {
    font-size: calc(38 / 1366 * 100vw - 38 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .fv-wrapper .fv-text {
    text-align: center;
    font-size: calc(22 / 375 * 100vw - 22 / 375 * var(--scrollbar-size-px));
  }
}

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

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

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

.contents-wrapper.tsuyuss25-content .fv-bottom-text {
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .fv-bottom-text {
    text-align: center;
    font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  }
}

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

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .fv-bottom-text {
    line-height: 1.3;
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .btn-container {
    margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
    gap: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .btn-container {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .btn-container {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .btn-container {
    flex-direction: column;
    gap: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .btn {
  transition: ease .5s opacity;
  background-color: black;
}

.contents-wrapper.tsuyuss25-content .btn:hover {
  opacity: .6;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .btn {
    width: calc(255 / 1366 * 100vw - 255 / 1366 * var(--scrollbar-size-px));
    height: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
    border-radius: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

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

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .btn {
    height: 50px;
  }
}

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

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .btn {
    width: calc(255 / 375 * 100vw - 255 / 375 * var(--scrollbar-size-px));
    height: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    border-radius: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .btn a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.contents-wrapper.tsuyuss25-content .btn a p {
  color: white;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .btn a p {
    font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .btn a p {
    font-size: 14px;
  }
}

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

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

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

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

.contents-wrapper.tsuyuss25-content .section-wrapper.care {
  background-color: #F5F5F5;
}

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

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .section-wrapper.care {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .section-wrapper.care {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .section-wrapper.care {
    margin-bottom: 110px;
  }
}

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

.contents-wrapper.tsuyuss25-content .section-wrapper.first {
  position: relative;
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .section-title-box {
    margin-left: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .section-title {
  color: black !important;
  font-family: "GT-Flexa-Black", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .section-title {
    text-align: center;
    font-size: calc(44 / 1366 * 100vw - 44 / 1366 * var(--scrollbar-size-px));
  }
}

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

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

.contents-wrapper.tsuyuss25-content .section-title-text {
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .section-title-text.small {
    font-size: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .section-title-text.small {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .section-title-text.small {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .section-title-text {
    text-align: center;
    font-size: calc(18 / 1366 * 100vw - 18 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .flip-list-wrapper {
    scrollbar-width: none;
    overflow: scroll;
  }
  .contents-wrapper.tsuyuss25-content .flip-list-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .scroll-track {
    position: absolute;
    bottom: calc(-30 / 375 * 100vw - -30 / 375 * var(--scrollbar-size-px));
    margin-left: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    height: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    border-radius: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    width: 90%;
    background-color: white;
    border: 1px solid black;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .scroll-thumb {
    border-radius: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    height: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
    background-color: black;
    border: .5vw solid white;
    width: 30%;
    transform: translateX(0%);
    transition: background-color 0.3s;
  }
}

.contents-wrapper.tsuyuss25-content .flip-list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .flip-list {
    width: calc(1034 / 1366 * 100vw - 1034 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
    gap: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .flip-list {
    width: 1034px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .flip-list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .flip-list {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .flip-list {
    gap: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    width: calc(986 / 375 * 100vw - 986 / 375 * var(--scrollbar-size-px));
    margin-left: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    margin-right: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

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

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

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

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

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

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

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

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

.contents-wrapper.tsuyuss25-content .tsuyuss25-slider .slider-name {
  letter-spacing: -.01em;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .tsuyuss25-slider .slider-name {
    font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .tsuyuss25-slider .slider-name {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .tsuyuss25-slider .slider-name {
    margin-top: 10px;
  }
}

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

.contents-wrapper.tsuyuss25-content .flip-item {
  transition: transform ease .5s;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .flip-item:hover {
    transform: scale(1.05);
  }
}

.contents-wrapper.tsuyuss25-content .flip-item.active .card {
  transform: rotateY(180deg);
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .flip-item {
    width: calc(318 / 1366 * 100vw - 318 / 1366 * var(--scrollbar-size-px));
    height: calc(382 / 1366 * 100vw - 382 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .flip-item {
    width: 318px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .flip-item {
    height: 382px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .flip-item {
    width: calc(318 / 375 * 100vw - 318 / 375 * var(--scrollbar-size-px));
    height: calc(382 / 375 * 100vw - 382 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .card {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.contents-wrapper.tsuyuss25-content .card-front, .contents-wrapper.tsuyuss25-content .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents-wrapper.tsuyuss25-content .care-img {
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .care-img {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .care-img {
    width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .care-img {
    width: calc(345 / 375 * 100vw - 345 / 375 * var(--scrollbar-size-px));
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .card-front {
  background-color: #fff;
  z-index: 2;
}

.contents-wrapper.tsuyuss25-content .card-front img {
  width: 100%;
  height: auto;
  display: block;
}

.contents-wrapper.tsuyuss25-content .card-back {
  border: 1px solid black;
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  position: relative;
}

.contents-wrapper.tsuyuss25-content .card-back .x-btn {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .x-btn {
    width: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
    top: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
    right: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .x-btn {
    width: 16px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .x-btn {
    top: 10px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .x-btn {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .x-btn {
    width: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    right: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .card-back .card-back-inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .card-back-inner {
    width: calc(263 / 1366 * 100vw - 263 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .card-back-inner {
    width: 263px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .card-back-inner {
    width: calc(253 / 375 * 100vw - 253 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .card-back .flip-icon {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.one {
    width: calc(84 / 1366 * 100vw - 84 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.one {
    width: 84px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.one {
    width: calc(84 / 375 * 100vw - 84 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.two {
    width: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.two {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.two {
    width: calc(60 / 375 * 100vw - 60 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.three {
    width: calc(120 / 1366 * 100vw - 120 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.three {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-icon.three {
    width: calc(120 / 375 * 100vw - 120 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .card-back .flip-icon img {
  width: 100%;
}

.contents-wrapper.tsuyuss25-content .card-back .flip-title {
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-title {
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-title {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-title {
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

.contents-wrapper.tsuyuss25-content .card-back .flip-text {
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -.01em;
}

@media screen and (min-width: 769px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-text {
    font-size: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    margin-top: calc(21 / 1366 * 100vw - 21 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-text {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-text {
    margin-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper.tsuyuss25-content .card-back .flip-text {
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    margin-top: calc(21 / 375 * 100vw - 21 / 375 * var(--scrollbar-size-px));
  }
}
