@charset "UTF-8";
:root {
  --scrollbar-size-px: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Catalogue LL Bold';
  src: url("https://timberland.vfjapan.jp/font/CatalogueLL-Bold.otf") format("opentype");
  font-weight: 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;
  color: #000;
}

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

.contents-wrapper .en__title {
  font-family: "Catalogue LL Bold";
}

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

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

.contents-wrapper .style__bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contents-wrapper .style__list {
    padding-left: 1em;
    text-indent: -1em;
  }
}

#crm-lp .crm__btn a {
  border-radius: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 1366px) {
  #crm-lp .crm__btn a {
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .crm__btn a {
    border-radius: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .kv {
  background-image: url(../img/kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: calc(560 / 1366 * 100vw - 560 / 1366 * var(--scrollbar-size-px));
}

@media screen and (max-width: 768px) {
  #crm-lp .kv {
    background-image: url(../img/kv.sp.webp);
    height: calc(420 / 375 * 100vw - 420 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .kv .kv__content {
  position: absolute;
  top: 50%;
  left: calc(210 / 1366 * 100vw - 210 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 769px) {
  #crm-lp .kv .kv__content {
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .kv .kv__content {
    top: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    left: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .kv .kv__content h1 {
  width: calc(459 / 1366 * 100vw - 459 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content h1 {
    width: 459px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .kv .kv__content h1 {
    width: calc(274 / 375 * 100vw - 274 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .kv .kv__content h2 {
  font-size: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content h2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content h2 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .kv .kv__content h2 {
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .kv .kv__content .kv__btn {
  margin-top: calc(24 / 1366 * 100vw - 24 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content .kv__btn {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .kv .kv__content .kv__btn {
    margin-top: calc(24 / 375 * 100vw - 24 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .kv .kv__content .kv__btn a {
  width: calc(192 / 1366 * 100vw - 192 / 1366 * var(--scrollbar-size-px));
  height: calc(43 / 1366 * 100vw - 43 / 1366 * var(--scrollbar-size-px));
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
  font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content .kv__btn a {
    width: 192px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content .kv__btn a {
    height: 43px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content .kv__btn a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .kv .kv__content .kv__btn a {
    width: calc(172 / 375 * 100vw - 172 / 375 * var(--scrollbar-size-px));
    height: calc(39 / 375 * 100vw - 39 / 375 * var(--scrollbar-size-px));
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #crm-lp .kv .kv__content .kv__btn a:hover {
    background-color: #000;
    color: #fff;
  }
}

#crm-lp .kv .kv__content p {
  margin-top: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
  font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
  color: #fff;
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content p {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .kv .kv__content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .kv .kv__content p {
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .kv .kv__content p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#crm-lp .lead {
  background-color: #183528;
  text-align: center;
  padding-block: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  color: #fff;
}

@media screen and (min-width: 1366px) {
  #crm-lp .lead {
    padding-block: 50px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .lead {
    padding-block: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    padding-inline: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .lead h3 {
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw - 18 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .lead h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .lead h3 {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .lead small {
  margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
  line-height: 1.75;
  display: block;
}

@media screen and (min-width: 1366px) {
  #crm-lp .lead small {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .lead small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .lead small {
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    text-align: left;
  }
}

#crm-lp .info {
  padding-block: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
  margin-inline: auto;
}

@media screen and (min-width: 1366px) {
  #crm-lp .info {
    padding-block: 60px;
  }
}

@media screen and (min-width: 769px) {
  #crm-lp .info {
    width: calc(946 / 1366 * 100vw - 946 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info {
    width: 946px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info {
    padding-block: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .info .info__title {
  text-align: center;
}

#crm-lp .info .info__title h3 {
  font-weight: bold;
  font-size: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .info .info__title h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__title h3 {
    font-size: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .info .info__title p {
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .info .info__title p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .info .info__title p {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__title p {
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__block {
    margin-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__block {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__block {
    margin-top: calc(21 / 375 * 100vw - 21 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .info .info__list {
  border-top: 1px solid #ddd;
}

#crm-lp .info .info__list:first-child {
  border-top: 0;
}

#crm-lp .info .info__list:last-child {
  border-bottom: 1px solid #ddd;
}

#crm-lp .info .info__list--title {
  transition: ease .5s;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--title {
    height: calc(74 / 1366 * 100vw - 74 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
    padding-right: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--title {
    height: 74px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--title {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--title {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--title {
    height: calc(80 / 375 * 100vw - 80 / 375 * var(--scrollbar-size-px));
    padding-left: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    padding-right: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .info .info__list--title:hover {
  background-color: #FAF6EC;
}

#crm-lp .info .info__list--title.active {
  background-color: #FAF6EC;
}

#crm-lp .info .info__list--title.active .info__list--btn span:nth-child(2) {
  transform: rotate(0deg);
  opacity: 0;
}

#crm-lp .info .info__list--title h4 {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--title h4 {
    font-size: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--title h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--title h4 {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
    width: calc(280 / 375 * 100vw - 280 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .info .info__list--btn {
  border: #896340 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--btn {
    width: calc(28 / 1366 * 100vw - 28 / 1366 * var(--scrollbar-size-px));
    height: calc(28 / 1366 * 100vw - 28 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--btn {
    border: #896340 2px solid;
    width: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    height: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .info .info__list--btn span {
  transition: ease .5s;
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--btn span {
    border-top: #896340 2px solid;
    width: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--btn span {
    border-top: #896340 2px solid;
    width: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--btn span:nth-child(1) {
    transform: translateY(50%);
  }
}

#crm-lp .info .info__list--btn span:nth-child(2) {
  transform: translateY(-50%) rotate(90deg);
}

#crm-lp .info .info__list--inner {
  overflow: hidden;
  height: 0;
  transition: height ease .5s;
}

#crm-lp .info .info__list--inner.active {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--content {
    padding-left: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
    max-width: calc(920 / 1366 * 100vw - 920 / 1366 * var(--scrollbar-size-px));
    padding-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
    padding-bottom: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--content {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--content {
    max-width: 920px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--content {
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--content {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--content {
    padding-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    width: calc(345 / 375 * 100vw - 345 / 375 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
  #crm-lp .info .info__list--content.full {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #crm-lp .info .info__list--content--box:not(:first-child) {
    margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  #crm-lp .info .info__list--content--box:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--content--box:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--content--box {
    position: relative;
    width: calc(345 / 375 * 100vw - 345 / 375 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}

#crm-lp .info .info__list--content--box p {
  line-height: 1.75;
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .info .info__list--content--box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--content--box p {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .info .info__list--content--box a {
  color: #896340;
  border-bottom: #896340 1px solid;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 2px;
}

#crm-lp .info .info__list--content--box small {
  display: block;
  font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
  line-height: 1.75;
}

@media screen and (min-width: 1366px) {
  #crm-lp .info .info__list--content--box small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .info .info__list--content--box small {
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .main__content {
  background-color: #FAF6EC;
  padding-top: calc(70 / 1366 * 100vw - 70 / 1366 * var(--scrollbar-size-px));
  padding-bottom: calc(160 / 1366 * 100vw - 160 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .main__content {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .main__content {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .main__content {
    padding-top: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(120 / 375 * 100vw - 120 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .main__content .main__content--title {
  text-align: center;
  font-weight: bold;
  color: #183528;
  font-size: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .main__content .main__content--title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .main__content .main__content--title {
    font-size: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content {
  width: calc(946 / 1366 * 100vw - 946 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  margin-inline: auto;
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content {
    width: 946px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content {
    width: calc(345 / 375 * 100vw - 345 / 375 * var(--scrollbar-size-px));
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block--heading h3 {
  display: flex;
  align-items: center;
  gap: calc(8 / 1366 * 100vw - 8 / 1366 * var(--scrollbar-size-px));
  font-size: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  color: #183528;
  font-weight: bold;
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--heading h3 {
    gap: 8px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--heading h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block--heading h3 {
    gap: calc(6 / 375 * 100vw - 6 / 375 * var(--scrollbar-size-px));
    font-size: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block--heading h3 span {
  font-size: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  font-family: "American Grotesk Bold";
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--heading h3 span {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block--heading h3 span {
    font-size: calc(32 / 375 * 100vw - 32 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block--heading h4 {
  font-weight: bold;
  font-size: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--heading h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--heading h4 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block--heading h4 {
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    font-size: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .benefits .benefits__content--block--comingsoon {
  width: calc(411 / 1366 * 100vw - 411 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
  margin-inline: auto;
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--comingsoon {
    width: 411px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block--comingsoon {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block--comingsoon {
    width: calc(278 / 375 * 100vw - 278 / 375 * var(--scrollbar-size-px));
    margin-top: calc(55 / 375 * 100vw - 55 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block {
  background-color: #fff;
  padding: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block {
    padding: 60px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block {
    padding-top: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    padding-inline: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block:not(:first-child) {
  margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(1) {
  display: flex;
  align-items: center;
  gap: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(1) {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(1) {
    flex-direction: column;
    gap: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    align-items: flex-start;
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(1) picture {
  width: calc(344 / 1366 * 100vw - 344 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(1) picture {
    width: 344px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(1) picture {
    width: 100%;
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(2) p {
  margin-top: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) p {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) p {
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--rank {
  margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--rank {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--rank {
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table {
  margin-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table {
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table .benefits__content--block--table--sp {
    gap: calc(2 / 375 * 100vw - 2 / 375 * var(--scrollbar-size-px));
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table .benefits__content--block--table--sp > picture {
    width: calc(118 / 375 * 100vw - 118 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table .benefits__content--block--table--scroll {
    width: calc(165 / 375 * 100vw - 165 / 375 * var(--scrollbar-size-px));
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(2) .benefits__content--block--table .benefits__content--block--table--scroll .benefits__content--block--table--wrap picture {
    display: block;
    width: calc(398 / 375 * 100vw - 398 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail {
  margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  gap: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail {
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
    gap: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    flex-direction: column;
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list {
  display: flex;
  align-items: center;
  width: calc(398 / 1366 * 100vw - 398 / 1366 * var(--scrollbar-size-px));
  gap: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list {
    width: 398px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list {
    gap: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    width: 100%;
    align-items: flex-start;
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list picture {
  width: calc(120 / 1366 * 100vw - 120 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list picture {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list picture {
    width: calc(102 / 375 * 100vw - 102 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list p {
  flex: 1;
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  line-height: 1.5;
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block:nth-child(3) .benefits__content--block--detail .benefits__content--block--detail--list p {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block .benefits__content--block--note {
  margin-top: calc(30 / 1366 * 100vw - 30 / 1366 * var(--scrollbar-size-px));
  font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
  line-height: 1.75;
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block .benefits__content--block--note {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block .benefits__content--block--note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block .benefits__content--block--note {
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .benefits .benefits__content--block .benefits__content--block--note li:first-child {
  font-weight: bold;
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  margin-bottom: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block .benefits__content--block--note li:first-child {
    font-size: 14px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .benefits .benefits__content--block .benefits__content--block--note li:first-child {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .benefits .benefits__content--block .benefits__content--block--note li:first-child {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq {
  margin-top: calc(100 / 1366 * 100vw - 100 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq {
    margin-top: calc(60 / 375 * 100vw - 60 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .main__content--title {
  font-size: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .main__content--title {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .main__content--title {
    font-size: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .faq .main__content--title span {
  font-size: calc(42 / 1366 * 100vw - 42 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .main__content--title span {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .main__content--title span {
    font-size: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .faq__text {
  margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  text-align: center;
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__text {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__text {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .faq .faq__text a {
  color: #896340;
  border-bottom: 1px solid #896340;
}

#crm-lp .faq .faq__content {
  width: calc(946 / 1366 * 100vw - 946 / 1366 * var(--scrollbar-size-px));
  margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  padding-block: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
  padding-inline: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
  margin-inline: auto;
  background-color: #fff;
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__content {
    width: 946px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__content {
    padding-block: 60px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__content {
    padding-inline: 55px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__content {
    width: calc(345 / 375 * 100vw - 345 / 375 * var(--scrollbar-size-px));
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    padding-block: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
    padding-inline: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .faq__list:not(:first-child) {
  margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list:not(:first-child) {
    margin-top: calc(30 / 375 * 100vw - 30 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .faq__list .faq__list--q {
  display: flex;
  align-items: center;
  gap: calc(8 / 1366 * 100vw - 8 / 1366 * var(--scrollbar-size-px));
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--q {
    gap: 8px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--q {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list .faq__list--q {
    gap: calc(6 / 375 * 100vw - 6 / 375 * var(--scrollbar-size-px));
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
    line-height: 1.75;
    align-items: flex-start;
  }
}

#crm-lp .faq .faq__list .faq__list--q span {
  background-color: #000;
  color: #fff;
  font-family: "Catalogue LL Bold";
  font-size: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  width: calc(28 / 1366 * 100vw - 28 / 1366 * var(--scrollbar-size-px));
  height: calc(28 / 1366 * 100vw - 28 / 1366 * var(--scrollbar-size-px));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--q span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--q span {
    width: 28px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--q span {
    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list .faq__list--q span {
    width: calc(22 / 375 * 100vw - 22 / 375 * var(--scrollbar-size-px));
    height: calc(22 / 375 * 100vw - 22 / 375 * var(--scrollbar-size-px));
    font-size: calc(15 / 375 * 100vw - 15 / 375 * var(--scrollbar-size-px));
    flex: 0 0 auto;
  }
}

#crm-lp .faq .faq__list .faq__list--a {
  margin-top: calc(16 / 1366 * 100vw - 16 / 1366 * var(--scrollbar-size-px));
  padding-left: calc(36 / 1366 * 100vw - 36 / 1366 * var(--scrollbar-size-px));
  line-height: 1.75;
  color: #000;
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--a {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--a {
    padding-left: 36px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list .faq__list--a {
    margin-top: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
    padding-left: calc(28 / 375 * 100vw - 28 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .faq__list .faq__list--a .faq__list--a--block:not(:first-child) {
  margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--a .faq__list--a--block:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list .faq__list--a .faq__list--a--block:not(:first-child) {
    margin-top: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .faq__list .faq__list--a .faq__list--a--block p {
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--a .faq__list--a--block p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list .faq__list--a .faq__list--a--block p {
    font-size: calc(14 / 375 * 100vw - 14 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .faq .faq__list .faq__list--a .faq__list--a--block li {
  font-size: calc(12 / 1366 * 100vw - 12 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .faq .faq__list .faq__list--a .faq__list--a--block li {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .faq .faq__list .faq__list--a .faq__list--a--block li {
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .bottom__btn {
  margin-top: calc(70 / 1366 * 100vw - 70 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .bottom__btn {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .bottom__btn {
    margin-top: calc(50 / 375 * 100vw - 50 / 375 * var(--scrollbar-size-px));
  }
}

#crm-lp .bottom__btn a {
  margin-inline: auto;
  width: calc(300 / 1366 * 100vw - 300 / 1366 * var(--scrollbar-size-px));
  height: calc(54 / 1366 * 100vw - 54 / 1366 * var(--scrollbar-size-px));
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .bottom__btn a {
    width: 300px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .bottom__btn a {
    height: 54px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .bottom__btn a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .bottom__btn a {
    width: calc(172 / 375 * 100vw - 172 / 375 * var(--scrollbar-size-px));
    height: calc(39 / 375 * 100vw - 39 / 375 * var(--scrollbar-size-px));
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  #crm-lp .bottom__btn a:hover {
    background-color: #fff;
    color: #000;
  }
}

#crm-lp .bottom__login {
  text-align: center;
  margin-top: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  font-size: calc(14 / 1366 * 100vw - 14 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  #crm-lp .bottom__login {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1366px) {
  #crm-lp .bottom__login {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #crm-lp .bottom__login {
    margin-top: calc(20 / 375 * 100vw - 20 / 375 * var(--scrollbar-size-px));
    font-size: calc(12 / 375 * 100vw - 12 / 375 * var(--scrollbar-size-px));
    line-height: 1.5;
  }
}

#crm-lp .bottom__login a {
  color: #896340;
  border-bottom: 1px solid #896340;
}

/*---スクロールヒント---*/
.scroll-hint-icon::before {
  margin-top: calc(25 / 375 * 100vw - 25 / 375 * var(--scrollbar-size-px));
}

.scroll-hint-icon .scroll-hint-text {
  margin-top: calc(5 / 375 * 100vw - 5 / 375 * var(--scrollbar-size-px));
}

@media screen and (min-width: 769px) {
  .scroll-hint-icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon {
    width: calc(111 / 375 * 100vw - 111 / 375 * var(--scrollbar-size-px));
    height: calc(100 / 375 * 100vw - 100 / 375 * var(--scrollbar-size-px));
    background-size: contain !important;
  }
}

/*---カスタムスクロールバー---*/
.benefits__content--block:nth-child(2) .benefits__content--block--table--scroll {
  position: relative;
  overflow-x: scroll;
  /* デフォルトスクロールバーを非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.benefits__content--block:nth-child(2) .benefits__content--block--table--scroll::-webkit-scrollbar {
  display: none;
}

.benefits__content--block:nth-child(2) .benefits__content--block--table--sp {
  position: relative;
  padding-bottom: calc(16 / 375 * 100vw - 16 / 375 * var(--scrollbar-size-px));
}

@media screen and (max-width: 768px) {
  .scroll-track {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: calc(104 / 375 * 100vw - 104 / 375 * var(--scrollbar-size-px));
    width: 58%;
    height: calc(8 / 375 * 100vw - 8 / 375 * var(--scrollbar-size-px));
    background: #ddd;
    border-radius: calc(4 / 375 * 100vw - 4 / 375 * var(--scrollbar-size-px));
    z-index: 9999;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .scroll-thumb {
    height: calc(8 / 375 * 100vw - 8 / 375 * var(--scrollbar-size-px));
    background: #888;
    border-radius: calc(4 / 375 * 100vw - 4 / 375 * var(--scrollbar-size-px));
    width: 30%;
    transform: translateX(0%);
    transition: background-color 0.3s;
  }
}
