@charset "UTF-8";
@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  .footer_add_menu {
    margin-top: calc(100 * 100vw / 1440);
    padding: calc(50 * 100vw / 1440) 0;
    background-color: #183b73;
  }
  .footer_add_menu a,
  .footer_add_menu a:link,
  .footer_add_menu a:visited,
  .footer_add_menu a:focus,
  .footer_add_menu a:active {
    color: inherit; /* 親の色を引き継ぐ */
    text-decoration: none; /* アンダーラインなし */
    outline: none; /* フォーカス時の枠線も消す（必要に応じて） */
    color: #fff;
  }
  .footer_add_menu h3,
  .footer_add_menu a {
    color: #fff;
    margin: 0;
    font-size: max(1.6rem, min(16 * 100vw / 1440, 1.6rem));
  }
  .footer_add_menu__wrapper {
    max-width: 144rem;
    width: calc(1000 * 100vw / 1440);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .footer_add_menu .css-group {
    max-width: 30rem;
    width: calc(300 * 100vw / 1440);
  }
  .footer_add_menu .css-group:last-child {
    margin-top: calc(130 * 100vw / 1440);
  }
  .footer_add_menu .css-group .css-headline {
    font-size: max(2rem, min(20 * 100vw / 1440, 2rem));
    text-align: center;
    padding-bottom: calc(10 * 100vw / 1440);
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(30 * 100vw / 1440);
  }
  .footer_add_menu .css-group .css-headline::after {
    content: "";
    width: calc(15 * 100vw / 1440);
    display: inline-block;
    aspect-ratio: 1/1;
    background-image: url(/html/template/sakecabinet/assets/icon/menu-allow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: calc(20 * 100vw / 1440);
    transform: rotate(180deg);
  }
  .footer_add_menu .css-custom .css-list_item {
    margin-left: calc(15 * 100vw / 1440);
  }
  .footer_add_menu .css-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(20 * 100vw / 1440);
  }
  .footer_add_menu .css-order_link {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 30rem;
    width: calc(300 * 100vw / 1440);
    border-radius: 10px;
    background-color: #005aad;
  }
  .footer_add_menu .css-order_link .css-image {
    width: calc(108 * 100vw / 1440);
    aspect-ratio: 1/1;
  }
  .footer_add_menu .css-order_link .css-text {
    width: calc(192 * 100vw / 1440);
    font-size: max(1.8rem, min(18 * 100vw / 1440, 1.8rem));
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .ec-footerRole {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  .footer_add_menu {
    margin-top: calc(100 * 100vw / 750);
    padding: calc(50 * 100vw / 750) 0;
    background-color: #183b73;
  }
  .footer_add_menu a,
  .footer_add_menu a:link,
  .footer_add_menu a:visited,
  .footer_add_menu a:focus,
  .footer_add_menu a:active {
    color: inherit; /* 親の色を引き継ぐ */
    text-decoration: none; /* アンダーラインなし */
    outline: none; /* フォーカス時の枠線も消す（必要に応じて） */
    color: #fff;
  }
  .footer_add_menu h3,
  .footer_add_menu a {
    color: #fff;
    margin: 0;
    font-size: calc(32 * 100vw / 750);
  }
  .footer_add_menu__wrapper {
    max-width: 75rem;
    width: calc(690 * 100vw / 750);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }
  .footer_add_menu .css-group {
    width: calc(690 * 100vw / 750);
    margin-bottom: calc(60 * 100vw / 750);
  }
  .footer_add_menu .css-group.css-list_second {
    margin-bottom: calc(20 * 100vw / 750);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_add_menu .css-group.css-list_second .css-list_item {
    min-width: 50%;
  }
  .footer_add_menu .css-group.css-list_third {
    margin-bottom: calc(20 * 100vw / 750);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer_add_menu .css-group.css-list_third .css-list_item {
    min-width: 50%;
  }
  .footer_add_menu .css-group .css-headline {
    font-size: calc(42 * 100vw / 750);
    text-align: left;
    padding-bottom: calc(10 * 100vw / 750);
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: calc(60 * 100vw / 750);
  }
  .footer_add_menu .css-group .css-headline::after {
    content: "";
    width: calc(30 * 100vw / 750);
    display: inline-block;
    aspect-ratio: 1/1;
    background-image: url(/html/template/sakecabinet/assets/icon/menu-allow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: calc(30 * 100vw / 750);
    transform: rotate(180deg);
  }
  .footer_add_menu .css-custom .css-list_item {
    margin-left: calc(15 * 100vw / 750);
  }
  .footer_add_menu .css-custom .css-list_item a::before {
    content: "";
    display: none !important;
  }
  .footer_add_menu .css-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(20 * 100vw / 750);
  }
  .footer_add_menu .css-list .css-list_item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer_add_menu .css-list .css-list_item a::before {
    margin-right: calc(10 * 100vw / 750);
    content: "";
    width: calc(20 * 100vw / 750);
    aspect-ratio: 1/1;
    background-color: #fff;
    display: inline-block;
  }
  .footer_add_menu .css-order_link {
    margin-bottom: calc(60 * 100vw / 750);
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(690 * 100vw / 750);
    border-radius: 10px;
    background-color: #005aad;
  }
  .footer_add_menu .css-order_link .css-image {
    width: calc(248 * 100vw / 750);
    aspect-ratio: 1/1;
  }
  .footer_add_menu .css-order_link .css-image img {
    width: 100%;
    object-fit: cover;
  }
  .footer_add_menu .css-order_link .css-text {
    width: calc(442 * 100vw / 750);
    font-size: calc(42 * 100vw / 750);
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
}
