@media print, screen and (min-width: 780.1px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1920px) {
  .sp {
    display: none !important;
  }
}

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

@media print, screen and (min-width: 780.1px) {
  .support-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .support-main {
    padding-top: 33.8461538462vw;
    padding-bottom: 20.5128205128vw;
  }
}

.support-container {
  margin: 0 auto;
}
@media print, screen and (min-width: 780.1px) {
  .support-container {
    max-width: 1126px;
  }
}
@media print, screen and (min-width: 780.1px) {
  .support-header {
    padding-top: 54px;
  }
}
@media screen and (max-width: 780px) {
  .support-header {
    margin-bottom: 18.9743589744vw;
  }
}

.support-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  color: #262626;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: var(--font-en);
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
}
@media print, screen and (min-width: 780.1px) {
  .support-title {
    font-size: 120px;
    letter-spacing: -3.6px;
  }
}
@media screen and (max-width: 780px) {
  .support-title {
    font-size: 12.3076923077vw;
    letter-spacing: -3%;
  }
}

.support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 780.1px) {
  .support-content {
    margin-top: 158px;
    gap: 96px;
  }
}
@media screen and (max-width: 780px) {
  .support-content {
    gap: 14.358974359vw;
  }
}

.section-title {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media print, screen and (min-width: 780.1px) {
  .section-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .section-title {
    font-size: 4.1025641026vw;
    margin-bottom: 8.2051282051vw;
  }
}

.warranty-section {
  width: 100%;
  max-width: 1126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .warranty-section {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.other-support-section {
  width: 100%;
  max-width: 1126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 780px) {
  .other-support-section {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.support-cards-grid {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  width: 100%;
  max-width: 1126px;
}
@media print, screen and (min-width: 780.1px) {
  .support-cards-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 780px) {
  .support-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.1025641026vw;
  }
}

.support-card {
  background-color: #F7F9FB;
  border: 1px solid #EBF1F7;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.line-support-card {
  width: 100%;
  max-width: 1126px;
  background-color: #F7F9FB;
  border: 1px solid #EBF1F7;
}
@media print, screen and (min-width: 780.1px) {
  .line-support-card {
    height: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 780.1px) {
  .line-support-card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 120px;
  }
}
@media screen and (max-width: 780px) {
  .line-support-card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1538461538vw;
    padding: 10.2564102564vw 8.2051282051vw;
  }
}
.line-support-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media print, screen and (min-width: 780.1px) {
  .line-support-card .card-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .line-support-card .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.1538461538vw;
  }
}
.line-support-card .action-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .line-support-card .action-section {
    width: 100%;
  }
}

.faq-card .card-content,
.store-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 780.1px) {
  .faq-card .card-content,
  .store-card .card-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    padding: 43px 65px;
  }
}
@media screen and (max-width: 780px) {
  .faq-card .card-content,
  .store-card .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.1538461538vw;
    padding: 10.2564102564vw 8.2051282051vw;
  }
}

.icon-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 780.1px) {
  .icon-section {
    padding-top: 12px;
  }
}
.support-icon {
  border-radius: 50%;
  background-color: #EBF1F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 780.1px) {
  .support-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 780px) {
  .support-icon {
    width: 14.358974359vw;
    height: 14.358974359vw;
  }
}
.support-icon.line-icon {
  background-color: #EBF1F7;
}
.support-icon.line-icon::after {
  content: "";
  display: block;
  background-color: #00C300;
  -webkit-mask-image: url(../img/icon_ln.svg);
          mask-image: url(../img/icon_ln.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media print, screen and (min-width: 780.1px) {
  .support-icon.line-icon::after {
    width: 34px;
    height: 33px;
  }
}
@media screen and (max-width: 780px) {
  .support-icon.line-icon::after {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.support-icon.faq-icon {
  background-color: #EBF1F7;
}
.support-icon.faq-icon::after {
  content: "";
  display: block;
  background-color: #262626;
  -webkit-mask-image: url(../img/icon_question.svg);
          mask-image: url(../img/icon_question.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media print, screen and (min-width: 780.1px) {
  .support-icon.faq-icon::after {
    width: 16px;
    height: 27px;
  }
}
@media screen and (max-width: 780px) {
  .support-icon.faq-icon::after {
    width: 2.8205128205vw;
    height: 4.8717948718vw;
  }
}
.support-icon.store-icon {
  background-color: #EBF1F7;
}
.support-icon.store-icon::after {
  content: "";
  display: block;
  background-color: #262626;
  -webkit-mask-image: url(../img/icon_store.svg);
          mask-image: url(../img/icon_store.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media print, screen and (min-width: 780.1px) {
  .support-icon.store-icon::after {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 780px) {
  .support-icon.store-icon::after {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
  }
}

.text-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780.1px) {
  .text-section {
    gap: 16px;
  }
}
@media screen and (max-width: 780px) {
  .text-section {
    gap: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 780.1px) {
  .text-section .nv_underlineArrow {
    margin-top: 0;
    padding: 12px 0 24px;
  }
}
@media screen and (max-width: 780px) {
  .text-section .nv_underlineArrow {
    padding: 2.0512820513vw 0 6.1538461538vw;
  }
}

.title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 780px) {
  .title-group {
    gap: 2.0512820513vw;
  }
}

.support-service-title {
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .support-service-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 780px) {
  .support-service-title {
    font-size: 5.1282051282vw;
  }
}

.business-hours {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .business-hours {
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .business-hours {
    font-size: 2.5641025641vw;
  }
}

.support-description {
  font-family: var(--font-jp);
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 0;
}
@media print, screen and (min-width: 780.1px) {
  .support-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .support-description {
    font-size: 3.5897435897vw;
  }
}

.line-add-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00C300;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 5%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .line-add-btn {
    width: 224px;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .line-add-btn {
    width: 100%;
    max-width: 68.2051282051vw;
    height: 14.358974359vw;
    border-radius: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.line-add-btn:hover {
  background-color: #00A300;
  -webkit-box-shadow: 0 2px 8px rgba(0, 195, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 195, 0, 0.3);
}

.support-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #262626;
  text-decoration: none;
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 5%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .support-action-btn {
    width: 310px;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .support-action-btn {
    width: 100%;
    max-width: 68.4615384615vw;
    font-size: 3.5897435897vw;
  }
}
.support-action-btn:hover {
  color: #79858D;
}
.support-action-btn:hover .btn-icon {
  background-color: #79858D;
}

.btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-icon {
  border-radius: 50%;
  background-color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 780.1px) {
  .btn-icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 780px) {
  .btn-icon {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}

.btn-underline {
  width: 100%;
  height: 2px;
  background-color: #262626;
  margin-top: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.support-action-btn:hover + .btn-underline {
  background-color: #79858D;
}

@media print, screen and (max-width: 960px) and (min-width: 780.1px) {
  .support-container {
    padding: 0 40px;
  }
  .line-support-card .card-inner {
    gap: 60px;
    padding: 0 60px;
  }
  .faq-card .card-content,
  .store-card .card-content {
    padding: 32px 40px;
  }
  .support-cards-grid {
    gap: 24px;
  }
}