.icn-exclamation {
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.icn-exclamation::before {
    content: "";
    width: 1.1em;
    height: 1.1em;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAAxElEQVRIie2WvQ0CMQxGX04wAIIh6FgGKBHdQcMwNPx0V8MwMAkthxCh4KqTkXAENkW+zpb8PSWxI0OWkYK2YA9VhFkrXZUw1/gUWnCEm5CutT5qsAQJFmAJ8rAASxC3E+P1xm5gk6tGGCeT5kKAFHD9OdhtnPBqLrc55p8+EDfwPQGcZSb16rODboB1hHFTf+zBaipvJm+VMk7LCAtgAPSB8vKKVUoBjz7MfR18bicinLQmnQTwBhgCkyY+BNgm+GTZ6Al0TzZj61DYPQAAAABJRU5ErkJggg==");
    background-position: center;
    background-size: contain;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px
}

.brand-index-subtitle h2 span[class*=mod-text-color-]._ja {
    font-size: 2.5rem
}

.brand-index-subtitle h2 span[class*=mod-text-color-]+span._ja {
    display: block;
    margin-top: 15px
}

.mod-text-color-white {
    color: #fff
}
.gt-index-abouts-wapper {
    background-size: 100%;
    background-repeat: no-repeat;
}
.brand-index-menus .mod-menu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 4vmin
}

.brand-index-menus .mod-menu-list li {
    flex: 1;
}

.brand-index-menus .mod-menu-list a {
    font-size: 1.2em;
    text-align: center;
    display: block;
    background-color: #D2000F;
    border-radius: 7px;
    color: white;
    padding: 9px;
    font-weight: 700;
}

.brand-index-menus-wrapper {
    padding: 10px 0px 5px 0px;
}

.brand-index-about h2 {
    width: 100%
}

.brand-index-guide ._item {
    background: #fff;
    outline: 1px solid #d8d8d8
}

.brand-index-guide ._item ._texts {
    padding: 20px
}

.brand-index-guide ._item ._texts ._cap {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0
}

.popup {
    visibility: hidden;
    opacity: 0;
    height: 0
}

.popup.active {
    transition: opacity .5s, visibility .5s;
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    height: auto
}

.popup-inner {
    overflow-y: scroll;
    margin-top: 30px;
    max-height: calc(100vh - 150px)
}

.popup-wrapper {
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 0 auto;
    border-radius: .6rem;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .6);
    position: relative
}

.popup-wrapper .close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d2000f;
    position: absolute;
    right: -5px;
    top: -20px
}

.popup-wrapper .close::before {
    content: "";
    width: 2px;
    height: 25px;
    top: calc(50% - 12.5px);
    transform: rotate(45deg);
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
    position: absolute
}

.popup-wrapper .close::after {
    content: "";
    width: 2px;
    height: 25px;
    top: calc(50% - 12.5px);
    transform: rotate(-45deg);
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #fff;
    position: absolute
}

.popup-wrapper .brand-index-payment {
    padding: 0;
    background-color: #fff
}

.mod-hover.hover-white {
    background-color: #fff;
    border-radius: 7px
}

.mod-hover.hover-white:hover {
    opacity: 1
}

.mod-hover.hover-white>a {
    transition-duration: .2s
}

.mod-hover.hover-white>a:hover {
    opacity: .6
}

@media(min-width: 768px) {
    .icn-exclamation.mod-show-sp {
        display: none
    }

    .brand-index-menus .mod-menu-list>* {
        width: 293px;
        margin-left: 24px
    }

    .brand-index-menus .mod-menu-list>*:first-child {
        margin-left: 0
    }

    .brand-index-menus .mod-menu-list>*:nth-child(4n) {
        margin-left: 0
    }

    .brand-index-menus .mod-menu-list>*:nth-child(n+4) {
        margin-top: 24px
    }

    .popup-inner {
        padding: 30px 30px
    }

    .popup-wrapper {
        width: min(calc(100% - 30px), 1056px)
    }

    .popup-wrapper .brand-index-payment .mod-grid02 {
        margin: 0
    }

    .popup-wrapper .brand-index-payment .mod-grid02>* {
        width: calc(100% / 2 - 24px * 1 / 2)
    }

    .popup-wrapper .brand-index-payment .mod-grid02>*:nth-child(odd) {
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .icn-exclamation.mod-show-pc {
        display: none
    }

    .icn-exclamation::before {
        width: 1.3em;
        height: 1.3em
    }

    .brand-index-subtitle h2 span[class*=mod-text-color-]._ja {
        font-size: 1.5rem
    }

    .brand-index-menus .mod-menu-list>* {
        width: calc(100% / 3 - 2% * 2 / 3);
        margin-left: 2%
    }

    .brand-index-menus .mod-menu-list>*:first-child {
        margin-left: 0
    }

    .brand-index-menus .mod-menu-list>*:nth-child(4n) {
        margin-left: 0
    }

    .brand-index-menus .mod-menu-list>*:nth-child(n+4) {
        margin-top: 2%
    }

    .brand-index-menus .mod-menu-list a {
        font-size: 1em
    }

    .brand-index-menus-wrapper {
        padding: 10px 0 3px
    }

    section[class^=brand] .mod-grid02-sp>* {
        width: calc(100% / 2 - 2% * 1 / 2)
    }

    section[class^=brand] .mod-grid02-sp>*:nth-child(odd) {
        margin-right: 0
    }

    section[class^=brand] .mod-grid02-sp>*:nth-child(n+3) {
        margin-top: 2%
    }

    .brand-index-guide ._item ._texts {
        padding: 10px
    }

    .brand-index-guide ._item ._texts ._cap {
        font-size: .8125rem
    }

    .popup-inner {
        padding: 10px 10px
    }

    .popup-wrapper {
        width: max(calc(100% - 60px), 298px)
    }

    .popup-wrapper .close {
        width: 30px;
        height: 30px;
        top: -15px
    }

    .popup-wrapper .close::before {
        height: 15px;
        top: calc(50% - 7.5px)
    }

    .popup-wrapper .close::after {
        height: 15px;
        top: calc(50% - 7.5px)
    }
}