@media (min-width: 751px) {
  .footer-v2.footer-common-25aw {
    padding: 0;
    background: #fff;
    z-index: 10;
    border-top: 1px solid #ccc;
  }
  .footer-v2.footer-common-25aw .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .footer-v2.footer-common-25aw a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-v2.footer-common-25aw a:hover {
    opacity: 0.3;
  }
  .footer-v2.footer-common-25aw .ttl-shoplist {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
  }
  .footer-v2.footer-common-25aw .ttl-menu {
    display: none;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box .toggle {
    display: none !important;
  }
  .footer-v2.footer-common-25aw .footer-shoplist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box {
    width: 12.9%;
  }
  .footer-v2.footer-common-25aw .footer-shoplist label.area-label {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .shop {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
    margin-bottom: 10px;
  }
  .footer-v2.footer-common-25aw .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 70px;
  }
  .footer-v2.footer-common-25aw .footer-menu .box-list {
    width: 12.9%;
  }
  .footer-v2.footer-common-25aw .footer-sns {
    margin-top: 65px;
  }
  .footer-v2.footer-common-25aw .box-list li {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
    margin-bottom: 12px;
  }
  .footer-v2.footer-common-25aw .box-list li.en {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
  }
  .footer-v2.footer-common-25aw .box-list li.ttl {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.56px;
    margin-bottom: 14px;
  }
  .footer-v2.footer-common-25aw .box-list li.ttl.ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
    margin-bottom: 10px;
  }
  .footer-v2.footer-common-25aw .box-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 18px 0;
  }
  .footer-v2.footer-common-25aw .box-sns li {
    width: 38px;
    height: 38px;
  }
  .footer-v2.footer-common-25aw .box-sns li:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 3px;
  }
  .footer-v2.footer-common-25aw .box-sns li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #111;
  }
  .footer-v2.footer-common-25aw .box-sns li a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
  }
  .footer-v2.footer-common-25aw .box-sns li.facebook a::after {
    font-size: 16px;
    content: "\f39e";
  }
  .footer-v2.footer-common-25aw .box-sns li.instagram a::after {
    font-size: 16px;
    content: "\f16d";
  }
  .footer-v2.footer-common-25aw .box-sns li.twitter a::after {
    font-size: 16px;
    content: "\f099";
  }
  .footer-v2.footer-common-25aw .box-sns li.x-twitter a::after {
    content: "";
    background-image: url('../images/common/logo_x_twitter.svg');
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .footer-v2.footer-common-25aw .box-sns li.youtube a::after {
    font-size: 16px;
    content: "\f167";
  }
  .footer-v2.footer-common-25aw .box-sns li.tiktok a::after {
    content: "";
    background-image: url('../images/common/logo_tiktok.svg');
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .footer-v2.footer-common-25aw .copyright {
    padding: 0 0 15px 0;
    margin-top: -14px;
    color: #999;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .footer-v2.footer-common-25aw {
    background: #fff;
    z-index: 10;
    border-top: 1px solid #ccc;
    padding: 50px 0 10px;
  }
  .footer-v2.footer-common-25aw .inner {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .footer-v2.footer-common-25aw a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-v2.footer-common-25aw a:hover {
    opacity: 0.3;
  }
  .footer-v2.footer-common-25aw .ttl-shoplist {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: #333;
  }
  .footer-v2.footer-common-25aw .ttl-menu {
    display: none;
  }
  .footer-v2.footer-common-25aw .footer-shoplist {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box {
    width: 100%;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box .toggle {
    display: none !important;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box .toggle:checked + .area-label + .shoplist-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px 0 20px 0;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box .toggle:checked + .area-label {
    border-bottom: unset;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .box .toggle:checked + .area-label:after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .footer-v2.footer-common-25aw .footer-shoplist label.area-label {
    display: block;
    position: relative;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .footer-v2.footer-common-25aw .footer-shoplist label.area-label:after {
    content: "";
    background: url(../images/common/arrow-under-black6.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .shoplist-content {
    height: 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
  }
  .footer-v2.footer-common-25aw .footer-shoplist .shop {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #444;
  }
  .footer-v2.footer-common-25aw .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 50px;
  }
  .footer-v2.footer-common-25aw .footer-menu .box-list {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-v2.footer-common-25aw .footer-sns {
    width: 100%;
  }
  .footer-v2.footer-common-25aw .box-list li {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.44px;
    margin-bottom: 11px;
  }
  .footer-v2.footer-common-25aw .box-list li.en {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
  }
  .footer-v2.footer-common-25aw .box-list li.ttl {
    font-size: 14px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    letter-spacing: 0.56px;
    margin-bottom: 15px;
  }
  .footer-v2.footer-common-25aw .box-list li.ttl.ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
  .footer-v2.footer-common-25aw .box-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 18px 0;
  }
  .footer-v2.footer-common-25aw .box-sns li {
    width: 35px;
    height: 35px;
  }
  .footer-v2.footer-common-25aw .box-sns li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .footer-v2.footer-common-25aw .box-sns li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #111;
  }
  .footer-v2.footer-common-25aw .box-sns li a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
  }
  .footer-v2.footer-common-25aw .box-sns li.facebook a::after {
    font-size: 15px;
    content: "\f39e";
  }
  .footer-v2.footer-common-25aw .box-sns li.instagram a::after {
    font-size: 15px;
    content: "\f16d";
  }
  .footer-v2.footer-common-25aw .box-sns li.twitter a::after {
    font-size: 15px;
    content: "\f099";
  }
  .footer-v2.footer-common-25aw .box-sns li.x-twitter a::after {
    content: "";
    background-image: url('../images/common/logo_x_twitter.svg');
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .footer-v2.footer-common-25aw .box-sns li.youtube a::after {
    font-size: 15px;
    content: "\f167";
  }
  .footer-v2.footer-common-25aw .box-sns li.tiktok a::after {
    content: "";
    background-image: url('../images/common/logo_tiktok.svg');
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .footer-v2.footer-common-25aw .copyright {
    padding: 0 0 15px 20px;
    margin-top: -14px;
    color: #999;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    width: 96%;
    max-width: 1180px;
    margin: 0 auto;
  }
}
