.home-logo img {
    max-width: 234px;
}
.home-logo {
    display: flex;
    align-items: center;
    padding-top: 31.81px;
    padding-left: 0px;
}
.pc-logo > a {
    white-space: nowrap;
}
.sp-logo {
    display: none;
}
.pc-header-h {
    height: 97px;
}
.pc-header-h .header {
    height: 97px;
    background: #fff;
    border-top: 2px solid #bf0000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    color: #686868;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.pc-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.home-header {
    height: 100%;
    text-align: end;
    padding-right: 0px;
    margin: 0px;
}
.home-header a, .home-header .btn {
    text-decoration: none;
    color: #686868;
}
header a:hover,
header a.btn:hover,
footer a:hover {
    color: #D80000;
}
#dropdownMenuLanguage {
    display: flex;
    align-items: center;
}
#dropdownMenuLanguage > span{
    margin: 0 4px;
}

#collection-container a {
    cursor: pointer;
}
#collection-container .home-logo a:hover{
    color: #bf0000;
}

#collection-container .dropdown {
    display: inline-block;
}
.home-header .btn{
    font-size: 12px;
    padding-bottom: 0;
}
.home-header-right button:hover, .home-user-dropdown:hover button {
    color: #bf0000;
}

.home-header-div {
    overflow: hidden;
    display: inline-block;
}

.home-user-dropdown:hover .svg-icon,
.home-no-dropdown:hover .svg-icon{
    filter: drop-shadow(30px 0px 0px #bf0000);
    transform: translateX(-30px);
}
.home-header-right > div button > span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-header-right > div .home-header-div {
    margin-right: 6px;
    height: 28px;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #fff;
    background-color: #D80000;
}
.dropdown-item.active, .dropdown-item:active{
    color: #fff;
    text-decoration: none;
    background-color: #D80000;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}


/* footer */
.footer-container {
    background: #f7f7f7;
    padding: 30px 0 0 0;
}
.common-footer {
    text-align: start;
}
.common-footer .list-group-flush{
    padding: 0;
}
.common-footer .list-group-flush li {
    height: 32px;
}
.footer-container a {
    text-decoration: none;
    color: #686868;
}
.rakuten-group {
    background-color: #fff;
    padding: 20px 0;
}
.footer-group-list{
    font-size: 14px;
}
.footer-group-list a {
    margin-right: 32px;
}
.footer-container .accordion-item {
    margin: 0;
    border: none;
    background: transparent;
}
.footer-container .accordion-button {
    padding: 0;
    background: transparent;
    font-weight: normal;
    height: 32px;;
}
.footer-container .accordion-button:hover {
    color: #D80000;
}

.footer-container .accordion-button::after {
    background-image: none
}
.footer-container .accordion-button:not(.collapsed) {
    color: #D80000;
}
.pc-footer .accordion-button::after {
    margin-left: 70px;
}

.footer-container .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.ipad-footer {
    display: none;
}
#howto-modal{
    background-color: #000;
}
#howto-modal .modal-dialog {
    max-width: 980px;
}
#howto-modal .howto_pc {
    display: block;
}
#howto-modal .howto_sp {
    display: none;
}
#howto-modal .fa-window-close{
    position: absolute;
    right: 0;
    font-size: 40px;
    color: #535353;
    top: -4px;
}

.infoAreaInner .list-group-flush li.list-group-item a{
    width: 100%;
    color: #000;
    display: contents;
}
.infoAreaInner .list-group-flush li.list-group-item div{
    width: 100%;
    margin-right: 5%;
}
.infoAreaInner .list-group-flush li.list-group-item div span{
  font-weight: 400;
}
.infoAreaInner .list-group-flush li:first-child div {
    color: #000 !important;
    cursor: auto !important;
}
/* .infoAreaInner .list-group-flush li:last-child a {
    display: flex !important;
    color: #D80000;
} */
.infoAreaInner .list-group-flush li.list-group-item a:hover {
    color: #d80000;
    cursor: pointer;
}
.badge-notice-red {
    border: 1px solid #BF0000 !important;
    color: #BF0000 !important;
}

/* pc */
@media (min-width: 1200px) {
    #collection-container .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .px-4{
        padding: 0px !important;
    }
}
/* ipad */
@media (max-width: 1279px) {
    .footer-container {
        padding: 0;
    }
    .sp-logo {
        display: flex;
        justify-content: start;
    }
    .sp-logo img {
        height: 40px;
    }
    .pc-logo, .pc-header-menu {
        display: none;
    }
    .ipad-header-h, #collection-container .header {
        height: 70px;
    }
    .container, .container-md, .container-sm {
        max-width: 750px;
    }
    .ipad-header-h .container  {
        max-width: 100%;
    }
    .home-header-right .btn {
        padding-bottom: 0;
        font-size: 12px;
    }
    .ipad-footer {
        display: block;
    }
    .pc-footer {
        display: none;
    }
    .footer-container .accordion-button {
        height: 48px;
    }
    .footer-container .accordion-item {
        /* border-bottom: 1px solid rgba(0,0,0,.125); */
        border-bottom: 1px solid #ebebeb;
    }
    .accordion-item button.ipad-title{
        font-size: 16px;
        color: #333;
        font-weight: bolder;
    }
    #flush-collapseIpadQue li {
        height: 48px;
        list-style: none;
        line-height: 48px;
    }
    .top-page-btn {
        height: 40px;
    }
    .top-page-btn .btn {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #D80000;
        border-color: #D80000;
        height: 40px;
        border-radius: 0;
        /* width: 100%; */
        font-weight: bolder;
    }
    .ipad-list {
        margin: 52px 0 12px;
    }
    #howto-modal .howto_pc {
        display: none;
    }
    #howto-modal .howto_sp {
        display: block;
    }
    .home-logo {
        padding-top: 0px;
    }
    .offcanvas-header h5{
        font-size: 14px;
    }
}

/* sp */
@media (max-width: 768px) {
    #collection-container .question-sp {
        display: none;
    }
    .px-4{
        padding: 0 0.1rem!important;
    }
    .btn {
        padding: 0.375rem 0.5rem;
    }
    .home-header{
        padding-left: 0;
        display: flex;
        align-items: center;
        max-width: 100%;
    }
    .col.home-header {
        padding-right: 0;
        padding-left: 15px;
    }
    .footer-group-list a {
        margin-right: 24px;
        font-size: 12px;
    }
    .sp-logo {
        padding-right: 0;
    }
    .home-logo {
        padding-top: 0px;
    }
    .pc-header-h .header {
        position: relative;
        display: flex;
    }
}
/* sp */
@media (max-width: 375px) {
    .btn {
        padding: 0.375rem 0.2rem;
    }
}

