@charset "utf-8";

* {
    letter-spacing: 0.1rem;
    cursor: url('https://cdn.cursors-4u.net/css-previews/dance-dance-revolution-grey-glitter-6f07bf8c-css.webp') 0 0, auto !important;
}

body {
    color: #FFF;
    background: #1a1a1a;
    font-family: "DotGothic16", sans-serif;
    margin: 0;
    overflow-x: hidden;
}

p {
    margin-bottom: 0;
}

@media screen and (min-width:1200px) {
    header.m_header.m_header--bt3 {
        width: 100%;
    }
}

.m_header {
    background-color: #1a1a1a;
}

.m_header__site_logo img {
    max-height: 73px !important;
}

.m_header--bt3 .m_header__main {
    margin-bottom: 1rem;
    padding-top: 2rem !important;
}

.m_header__main {
    margin-bottom: 1rem;
    padding: 0 16px 0 20px;
    padding-top: 2rem !important;
}

.m_header_nav {
    background: none !important;
}

.m_header_nav__menu a {
    color: #ffffff;
}

.m_header__search {
    border: 2px solid #ffffff !important;
}

.m_header__functional_nav__items {
    border: 2px solid;
    background-color: #2657ff;
    border-radius: 5px;
}

.m_header__search__submit button[type=submit] {
    padding: 1.4rem 2rem 1rem !important;
}

.m_header__functional_nav__items__group.links {
    border: none !important;
}

.m_header__functional_nav__items__group.links a {
    color: #FFF;
}

.m_header__site_logo,
.m_header__functional_nav {
    margin: 1rem 1.3rem !important;
}

.m_header__member_info {
    background-color: #1a1a1a;
    border: 3px #ff2626 dotted;
    border-radius: 5px !important;
    margin-right: 60px;
}

.m_header_nav__menu {
    margin-right: 60px !important;
    margin-bottom: 10px !important;

}

@media screen and (max-width: 767.98px) {

    .m_header__member_info,
    .m_header_nav__menu {
        margin-right: 0;
    }
}

.m_header__member_info__item {
    margin: 0;
}

.m_header_nav__menu {
    line-height: 2.0;
    gap: 1rem 2rem !important;
    float: right;
    width: 30%;
    flex-wrap: wrap;
    justify-content: center !important;
}

.m_header_nav__menu a {
    position: relative;
}

.m_header_nav__menu a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #feff68;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m_header_nav__menu a:hover::after {
    width: 100%;
}


/*TOP検索バー強制変化*/
.m_header__site_logo {
    align-self: center;
}

.m_header__functional_nav__items {
    justify-content: center;
}

.m_header_nav__categories {
    background: #2657ff;
    border: 2px #FFF solid;
    border-radius: 5px;
    flex-basis: auto;
}

.m_header__search {
    background: #2657ff;
    border-radius: 5px;

}

.c_form input[type=text],
.m_header__search input[type=text] {
    border: 1px solid #b3b3b3;
}

.m_header__search__submit button[type=submit] {
    background: #2657ff;
}

.m_change_item_search_condition_button {
    background-color: #2657ff;
}

.m_header__functional_nav__link:before {
    font-family: "Font Awesome 5 Free";
    content: '\f005';
    font-weight: 900;
    color: #ffffff;
    font-size: 12pt;
}

/*検索商品表示用*/
.c_pagination .page-item.active .page-link {
    background-color: #c2d0ff;
    border-color: #c2d0ff;
    color: #665d47;
}

.m_items__item__favorite {
    color: #555;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.m_items__item a {
    color: #eee;
}

.m_items__item__favorite:hover {
    background-color: #f5ff2f;
    color: #555;
}

.m_items__item__exchange_point {
    font-weight: 700;
    text-align: right;
    background-color: #444;
    padding: 20px 10px;
    border-radius: 5px;
}

.m_items__item__image {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.m_items__item__image img {
    border-radius: 10px;
}

.m_item_search__submit {
    background-color: #c7c408;
}

.m_item_search__close_button .button {
    background-color: #665d47;
}

.m_items__item__favorite.is_favorite {
    color: #9f000f;
    background-color: #ffcabf;
}

.m_item_detail__specs table {
    width: 95%;
    margin: 0 auto;
}

.m_item_detail__specs th {
    width: 30%;
}

.m_item_detail__specs,
.m_item_detail__specs td,
.m_item_detail__specs th {
    border-color: #ffffff;
}

.m_item_detail__detail {
    border-color: #ffffff;
}

.m_item_detail__main__order {
    border: 3px solid #ffffff;
}

.m_item_detail__main__order .favorite {
    background-color: #f65555;
    border-color: #942c2c;
    color: #FFF;
}

.m_item_detail__main__order .favorite .icon {
    color: #FFF;
}

.m_item_detail__main__order .favorite.is_favorite .icon {
    color: #fff8c6;
}

.m_items__item__title {
    font-size: 1.5rem;
}


/*マイページ*/
.m_main__sidebar {
    border-right: 1px solid #1a1a1a;
}

.m_favorite_items__body__items {
    border-top: 1px solid #1a1a1a;
}

.m_favorite_items__item {
    border-bottom: 1px solid #1a1a1a;
}

.m_mypage_nav li a {
    color: #FFF;
}

.m_mypage_nav li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    position: absolute;
    left: 0.5em;
    color: #ffd11a;
}

.c_content_main_title {
    margin: 1.6rem 1.5rem 1rem;
    color: #FFF;
    border: dotted 3px #FFF;
    padding: 0.8rem 1.8em;
    border-radius: 0.5em;
    font-size: clamp(1.8rem, 3vw, 2rem);
}

.m_mypage_nav ul li {
    line-height: 1.5;
    padding: 0.5em 2em;
    list-style-type: none !important;
    border-bottom: 1px dashed;
    position: relative;
    left: -1em;
}

@media screen and (min-width: 768px) {
    .m_item_detail__main__spec {
        border-color: #907b65;
    }

    .m_footer__functional_nav {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    .m_header--bt3 .m_header_nav__menu {
        display: none !important;
    }

    .m_header_nav__menu {
        display: none !important;
    }

    .m_header__member_info__row {
        display: grid !important;
    }

    .m_header__member_info__attention {
        font-size: 1.4rem !important;
        text-align: left !important;
    }

    .m_footer__functional_nav {
        background-color: #f8f9fd;
    }

    .m_footer_nav__menu {
        line-height: 2.0;
        align-items: center;
        display: flex;
        gap: 1.5rem;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 0 2rem 3rem;
    }

    .m_footer_nav__menu a {
        color: #a5adb3;
        text-decoration: none;
    }
}

.m_footer {
    background-color: inherit;
    display: none;
}

.m_main__contents {
    padding: 0;
}

.m_items {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 575.98px) {
    .m_header--bt3 .m_header__main {
        padding-top: 5rem !important;
    }

    .m_header__main {
        padding-top: 5rem !important;
    }

    .m_header_nav__categories {
        margin: 0 !important;
        border-bottom: 7px double white !important;
    }

    .m_header--bt3 .m_header__search {
        margin: 0 !important;
    }
}

@media screen and (max-width: 575.98px) {
    .m_header__search__keyword {
        width: 70%;
    }

    .m_header__search__submit {
        width: auto;
    }

    .m_header__search {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767.98px) {
    .m_header--bt3 .m_header_nav__menu {
        display: none !important;
    }

    .m_header_nav__menu {
        display: none !important;
    }

    .m_header__member_info__row {
        display: grid !important;
    }

    .m_header__member_info__attention {
        font-size: 1.4rem !important;
        text-align: left !important;
    }

    .m_footer__functional_nav {
        background-color: #FFF;
        margin: 0 calc(50% - 50vw);
        width: 100vw;

    }

    .m_footer_nav__menu {
        line-height: 2.0;
        align-items: center;
        display: flex;
        gap: 1.5rem;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 2rem 3rem;
    }

    .m_footer_nav__menu a {
        color: #a5adb3;
        text-decoration: none;
    }
}

@media screen and (max-width: 767.98px) {
    .m_header--bt3 .m_header__main {
        padding-top: 5rem !important;
    }

    .m_header__main {
        padding-top: 5rem !important;
    }

    .m_header_nav__categories {
        margin: 0 !important;
        border-bottom: 7px double white !important;
    }

    .m_header--bt3 .m_header__search {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767.98px) {
    .m_header__search__keyword {
        width: 70%;
    }

    .m_header__search__submit {
        width: auto;
    }

    .m_header__search {
        margin: 0 !important;
    }
}


@media screen and (max-width: 999px) {
    .m_item_search {
        background-color: #001f89;
    }
}


@media (min-width: 768px) and (max-width: 1779.98px) {
    .m_header_nav__menu {
        gap: 1rem 2rem !important;
        flex-wrap: wrap;
        justify-content: center !important;
        width: 90%;
    }
}


@media screen and (max-width: 599px) {
    .m_items {
        gap: 10px;
        grid-template-columns: repeat(2, 49%);
    }

    .m_items__item {
        padding-bottom: 3.5%;
        width: 100%;
    }

    .m_header__functional_nav__item a {
        font-size: 1.2rem;
        padding: 1rem;
    }

    .m_header__member_info__item.expiration_date .expiration_date__label,
    .m_header__member_info__item.point_number .point_number__label {
        font-size: 1.1rem;
        margin-right: .2rem;
    }

    .m_header__member_info__item.expiration_date .expiration_date__number,
    .m_header__member_info__item.point_number .point_number__number {
        font-size: 1.5rem;
    }
}

.m_items__item {
    padding: 0.75%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .m_items__item {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .m_items__item {
        width: 100%;
    }
}

.m_favorite_items__empty,
.m_cart_items__empty {
    background-color: #fff8da;
    color: #222;
}

.m_cart_items__item__title a {
    color: #ffffff;
}

.m_cart_items__item__exchange_point__point {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
}

.c_page_title,
.m_item_search__title {
    color: #FFF;
}

.m_cart_items__body__info {
    color: #222;
}

.m_item_search__category__clear {
    background-color: #ff2626;
}

.m_cart_items__order {
    padding: 2rem 6rem;
}

.m_favorite_items__item__title a {
    color: #ffd11a;
}

.m_point_history__table th {
    background-color: #8d0000;
    text-align: center;
}

.c_table--with-th-emphasis th {
    background-color: #0028b1;
}