@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.product-support {
  --font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .product-support {
    font-family: var(--font-family);
    margin-top: calc(100 * 100vw / 1440);
    margin-bottom: calc(60 * 100vw / 1440);
  }
  .product-support .s-view {
    display: none;
  }
  .product-support__headline {
    text-align: center;
    margin: 0;
    font-size: max(2.4rem, min(32 * 100vw / 1440, 3.2rem));
    font-family: var(--font-family);
    margin-bottom: calc(70 * 100vw / 1440);
  }
  .product-support__headline span {
    display: inline;
  }
  .product-support__section {
    max-width: 100rem;
    width: calc(1000 * 100vw / 1440);
    margin: 0 auto;
    margin-bottom: calc(90 * 100vw / 1440);
  }
  .product-support__section .container {
    padding: 0;
  }
  .product-support__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 100rem;
    width: calc(1000 * 100vw / 1440);
    aspect-ratio: 1000/372;
    margin: 0 auto;
    padding-bottom: calc(60 * 100vw / 1440);
    margin-bottom: calc(60 * 100vw / 1440);
    border-bottom: solid 1px #999999;
  }
  .product-support__list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: calc(40 * 100vw / 1440) calc(30 * 100vw / 1440);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    row-gap: calc(20 * 100vw / 1440);
  }
  .product-support__list__item .css-headline {
    font-size: max(2.4rem, min(24 * 100vw / 1440, 2.4rem));
  }
  .product-support__list__item .css-image {
    max-width: 30rem;
    width: calc(300 * 100vw / 1440);
    aspect-ratio: 1/1;
  }
  .product-support__list__item .css-text {
    font-size: max(1.6rem, min(16 * 100vw / 1440, 1.6rem));
  }
  .product-support__list__item .css-button {
    font-weight: bold;
    font-size: max(2rem, min(20 * 100vw / 1440, 2rem));
    width: 38.5rem;
    aspect-ratio: 385/60;
    border-radius: 5px;
    color: #fff;
    background-color: #183b73;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .product-support__list__item .css-button:hover {
    text-decoration: unset !important;
  }
  .product-support__list__item .css-button::after {
    content: "";
    background-image: url(/html/template/sakecabinet/assets/img/common/pages/catalog-manual_allow.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: calc(10 * 100vw / 1440);
    aspect-ratio: 10/10;
    position: absolute;
    right: calc(24 * 100vw / 1440);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .banner {
    border-top: unset !important;
    margin: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .product-support {
    font-family: var(--font-family);
    padding-top: calc(120 * 100vw / 750);
  }
  .product-support .s-view {
    display: block;
  }
  .product-support .l-view {
    display: none;
  }
  .product-support .support-table th,
  .product-support .support-table td {
    padding: 15px 0;
  }
  .product-support__headline {
    text-align: center;
    margin: 0;
    font-size: calc(64 * 100vw / 750);
    font-family: var(--font-family);
    margin-bottom: calc(60 * 100vw / 750);
  }
  .product-support__headline span {
    display: inline;
  }
  .product-support__section {
    width: calc(690 * 100vw / 750);
    margin: 0 auto;
    margin-bottom: calc(60 * 100vw / 750);
  }
  .product-support__section .container {
    padding: 0;
  }
  .product-support__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: calc(690 * 100vw / 750);
    margin: 0 auto;
    padding-bottom: calc(60 * 100vw / 750);
    margin-bottom: calc(60 * 100vw / 750);
    border-bottom: solid 1px #999999;
    row-gap: calc(60 * 100vw / 750);
  }
  .product-support__list__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: calc(30 * 100vw / 750) calc(30 * 100vw / 750);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    row-gap: calc(60 * 100vw / 750);
  }
  .product-support__list__item .css-headline {
    font-size: calc(48 * 100vw / 750);
  }
  .product-support__list__item .css-image {
    width: calc(434 * 100vw / 750);
    aspect-ratio: 434/442;
  }
  .product-support__list__item .css-text {
    font-size: calc(32 * 100vw / 750);
  }
  .product-support__list__item .css-button {
    font-weight: bold;
    font-size: calc(48 * 100vw / 750);
    width: 100%;
    aspect-ratio: 626/106;
    border-radius: 5px;
    color: #fff;
    background-color: #183b73;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .product-support__list__item .css-button:hover {
    text-decoration: unset !important;
  }
  .product-support__list__item .css-button::after {
    content: "";
    background-image: url(/html/template/sakecabinet/assets/img/common/pages/catalog-manual_allow.svg);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: calc(17 * 100vw / 750);
    aspect-ratio: 10/10;
    position: absolute;
    right: calc(40 * 100vw / 750);
  }
  .ec-layoutRole__contents {
    padding: 0 !important;
    margin: 0;
  }
  .banner {
    border-top: unset !important;
    margin: unset !important;
  }
}
