@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body{
    font-family: 'Noto Sans Japanese', sans-serif;
}

button{
    border: none; border-radius: 0;
    color: #231815;
    cursor: pointer;
}

.cookie-consent{
    width: 100%;
    padding:35px 10px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #231815;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.cookie-consent.active{
    display: flex;
}
.cookie-consent p{
    padding:0 5px;
}
.cookie-consent a{
    text-decoration: underline;
    color: #fff;
}
.cookie-consent button{
    background: #FFE100;
    font-size: 1.6rem;
    padding: 5px 10px;
    width: 200px;
}
@media screen and (max-width:600px) {
    .cookie-consent button{
        width: 250px;
    }
}
/* obotAI chatbot position */
.obotai-chatbot-controller {
  bottom: 8em;
}

.obotai-chatbot-controller .wc-bot-icon {
  background-image: url("/images/character/challenger_jump.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.obotai-chatbot-controller .wc-bot-icon::before {
  content: "" !important;
}
