@import url("./css/reset.css");
@import url("./css/font.css");
@import url("./css/animate.css");
@import url("./css/glink.css");

/* ãƒ¬ã‚¤ãƒ¤
--------------------------------------*/

html {
    touch-action: none;
    user-select: none;

    touch-action: manipulation;
}

body {
    background-color: black;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    touch-action: none;

    touch-action: manipulation;
}

.tyrano_base {
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;

    touch-action: manipulation;

    -webkit-text-size-adjust: none;

    /*Mac safari ã§tyrano_base ã® overfllow:hiddenãŒåŠ¹ã‹ãªã„å¯¾ç­–*/
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
@media (display-mode: fullscreen) {
    body:after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        touch-action: manipulation;
    }
}
.layer {
    background-size: 100% 100%;
    touch-action: manipulation;
}

/* ã‚¤ãƒ™ãƒ³ãƒˆãƒ¬ã‚¤ãƒ¤(ã“ã“ã‚’ã‚¯ãƒªãƒƒã‚¯ã—ã¦ã‚²ãƒ¼ãƒ ã‚’é€²ã‚ã‚‹) */
.layer_event_click {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
}

/* ç”»é¢ãƒ‘ãƒ¼ãƒ„
--------------------------------------*/

/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’é–‹ããƒœã‚¿ãƒ³ */
.button_menu {
    position: absolute;
    z-index: 99999;
    top: 20px;
    cursor: pointer;
    touch-action: manipulation;
}

/* ã‚¯ãƒªãƒƒã‚¯å¾…ã¡ã‚°ãƒªãƒ• */
.img_next {
    padding-left: 3px;
    touch-action: manipulation;
}

.chara_part_container {
    /* ã‚¹ã‚¿ãƒƒã‚¯ã‚³ãƒ³ãƒ†ã‚­ã‚¹ãƒˆã‚’ç”Ÿæˆ */
    transform: translateZ(0);
    touch-action: manipulation;
}

.plus_lighter_container img {
    mix-blend-mode: plus-lighter;
    touch-action: manipulation;
}

.tyrano_chara .chara_img {
    position: absolute;
    touch-action: manipulation;
}

/* [edit]ã‚¿ã‚°ã§å‡ºã™<input>è¦ç´  */
/*
.text_box {
}
*/

/*ãƒ€ã‚¤ã‚¢ãƒ­ã‚°ãƒœãƒƒã‚¯ã‚¹*/
#alertify {
    z-index: 9999999;
    touch-action: manipulation;
}

/* æ±Žç”¨ã‚¯ãƒ©ã‚¹
--------------------------------------*/

/* å·¦å³åè»¢ */
.reflect {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    touch-action: manipulation;
}

/* é€æ˜ŽåŒ– */
.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    touch-action: manipulation;
}

/* æ–°ã—ã„ã‚¹ã‚¿ãƒƒã‚¯ã‚³ãƒ³ãƒ†ã‚­ã‚¹ãƒˆã‚’ä½œæˆ */
.z-0 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    touch-action: manipulation;
}

/* [filter] ã§ä»˜ä¸Ž, [free_filter] ã§é™¤åŽ» */
/*
.tyrano_filter_effect {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
*/

/* ç¸¦æ›¸ã
--------------------------------------*/

.vertical_text {
    font-family: "@ï¼­ï¼³ æ˜Žæœ";
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    float: right;
    height: 100%;
    touch-action: manipulation;
}

/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼
--------------------------------------*/

.layer_menu {
    display: none;
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    touch-action: manipulation;
    width: 100%;
    height: 100%;
}

.menu_item {
    position: relative;
    margin-top: 2%;
    text-align: center;
    touch-action: manipulation;
}

.menu_item img {
    cursor: pointer;
    touch-action: manipulation;
}

/* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒœã‚¿ãƒ³ */
.button_smart {
    cursor: pointer;
    position: absolute;
    touch-action: manipulation;
}

/* ãƒ©ãƒ™ãƒ« */
.img_label {
    position: absolute;
    left: 0px;
    top: 0px;
    touch-action: manipulation;
}

/* èƒŒæ™¯ */
.img_bg_base {
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    touch-action: manipulation;
}

/* ãƒãƒƒã‚¯ãƒ­ã‚°ç”»é¢
--------------------------------------*/

.log_body {
    width: 1000px;
    height: 450px;
    margin: 50px 0 0 0;
    padding: 20px;
    border: 1px solid #798993;
    border-radius: 0;
    color: #798993;
    background: rgba(251, 250, 249, 0.5);
    font-weight: normal;
    text-align: left;
    line-height: 1.6em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    touch-action: manipulation;
}

/* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒãƒ¼ */
.log_body::-webkit-scrollbar {
    width: 12px;
    touch-action: manipulation;
}

.log_body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #0f60ea;
    touch-action: manipulation;
}

.log_body::-webkit-scrollbar-track {
    background: none;
    touch-action: manipulation;
}

.display_menu .button:first-child {
    margin-top: 0;
    touch-action: manipulation;
}

.display_menu {
    overflow: visible;
    padding: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ»ãƒ­ãƒ¼ãƒ‰ç”»é¢
--------------------------------------*/

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ãƒªã‚¹ãƒˆå…¨ä½“ */
.area_save_list {
    display: block;
    width: 1100px;
    height: 520px;
    margin: 30px 0 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    touch-action: manipulation;
}

/* ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«ãƒãƒ¼ */
.area_save_list::-webkit-scrollbar {
    width: 12px;
    touch-action: manipulation;
}

.area_save_list::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #0f60ea;
    touch-action: manipulation;
}

.area_save_list::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ãƒªã‚¹ãƒˆå…¨ä½“ */
.save_list {
    display: table;
    table-layout: fixed;
    width: 1010px;
    height: 120px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    box-sizing: border-box;
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ */
.save_list_item {
    display: table-row;
    width: 1000px;
    height: 120px;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    touch-action: manipulation;
}

.save_list_item:hover {
    background-color: rgba(153, 219, 255, 0.5);
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ã®ã‚µãƒ ãƒã‚¤ãƒ« */
.save_list_item_thumb {
    display: table-cell;
    width: 190px;
    height: 120px;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("images/system/saveslot.png");
    background-repeat: repeat-y;
    background-position: left top;
    box-sizing: border-box;
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ã®ã‚µãƒ ãƒã‚¤ãƒ«ç”»åƒ */
.save_list_item_thumb img {
    width: 160px;
    height: 90px;
    margin: 15px 3px 0 0;
    padding: 0;
    border-radius: 0;
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ã®ãƒ†ã‚­ã‚¹ãƒˆ */
.save_list_item_area {
    display: table-cell;
    width: 810px;
    height: 120px;
    padding: 15px 10px 0 0;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("images/system/saveslot.png");
    background-repeat: repeat-y;
    background-position: right top;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ã®æ—¥ä»˜ */
.save_list_item_date {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 1;
    color: #02abe6;
    font-weight: bold;
    box-sizing: border-box;
    touch-action: manipulation;
}

/* ã‚»ãƒ¼ãƒ–ãƒ‡ãƒ¼ã‚¿ã®ãƒ†ã‚­ã‚¹ãƒˆ */
.save_list_item_text {
    display: block;
    height: 70px;
    margin: 0;
    padding: 5px 0 0 20px;
    line-height: 1.3;
    color: #666;
    overflow: hidden;
    box-sizing: border-box;
    touch-action: manipulation;
}

/* VChat
--------------------------------------*/

/* å…¨ä½“ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.vchat {
    margin-top: 25px;
}

/* åå‰æ¬„ */
.vchat-name {
    margin-top: 20px;
    font-family: Quicksand, æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo,
        Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

/* å¹ãå‡ºã— */
.vchat_base {
    width: 100%;
    height: 100px;
    background-color: red;
    position: relative;
    display: none;
    overflow: scroll;
}

/* å¹ãå‡ºã—ãƒ†ã‚­ã‚¹ãƒˆ */
.vchat-text {
    -webkit-text-size-adjust: none;
    position: relative;
    margin-left: 10px;
    padding: 10px;
    border-radius: 10px;
    margin-right: 12%;
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    font-size: "xx-large";

    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: Quicksand, æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo,
        Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    /*float: left;*/
}

.ribbon20-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    width: 300px;
    background: #f1f1f1;
}

.ribbon20 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: white;
    background: #70c7ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon20:before {
    position: absolute;
    content: "";
    top: 0;
    left: -7px;
    border: none;
    height: 24px;
    width: 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
}

/* å›žã‚Šè¾¼ã¿è§£é™¤ */
.vchat:after,
.vchat:before {
    clear: both;
    content: "";
    display: block;
}

/* ã‚«ã‚®ã‚«ãƒƒã‚³ãƒ•ãƒ­ãƒ¼ãƒˆ
--------------------------------------*/

.message_inner > p > span {
    position: relative;
}

/* text-stroke ã«ã‚ˆã‚‹ç¸å–ã‚Š
--------------------------------------*/

/* â˜…ç¸å–ã‚Šãƒ†ã‚­ã‚¹ãƒˆ1æ–‡å­—ã‚’æ§‹æˆã™ã‚‹è¦ç´ ãƒ„ãƒªãƒ¼
/* span.char.text-stroke
/*   span.dummy ã‚  â€¦ ãƒ€ãƒŸãƒ¼ã€‚é€æ˜Žã€‚absoluteã€‚ãƒ¬ãƒ³ãƒ€ãƒªãƒ³ã‚°é ˜åŸŸã‚’åºƒã’ã‚‹å½¹å‰²ã€‚
/*   span.stroke ã‚ â€¦ ç¸å–ã‚Šã€‚absoluteã€‚è¤‡æ•°å€‹ã§ã‚ã‚Šã†ã‚‹ã€‚
/*   span.text ã‚   â€¦ ãƒ†ã‚­ã‚¹ãƒˆæœ¬ä½“ã€‚absoluteã€‚
/*   span.dummy ã‚  â€¦ ãƒ€ãƒŸãƒ¼ã€‚é€æ˜Žã€‚relativeã€‚ç¸å–ã‚Šã¨ãƒ†ã‚­ã‚¹ãƒˆæœ¬ä½“ãŒ absolute ãªã›ã„ã§ widht, height ã‚’æ§‹æˆã—ãªã„ã®ã§
/*                    ã‹ã‚ã‚Šã«ã“ã‚Œã§ width, height ã‚’æ§‹æˆã™ã‚‹ã€‚*/
p .char.text-stroke {
    opacity: 1;
    display: inline-block;
    position: relative;
    z-index: auto;
    touch-action: manipulation;
    /* z-index ã« auto ã§ã‚‚ 0 ã§ã‚‚ãªã„å€¤ãŒã‚»ãƒƒãƒˆã•ã‚Œã¦ã„ã‚‹å ´åˆã¯
    /* æ–°ã—ã„ã‚¹ã‚¿ãƒƒã‚¯ã‚³ãƒ³ãƒ†ã‚­ã‚¹ãƒˆãŒä½œæˆã•ã‚Œã‚‹ãŸã‚ã€é‡ãªã‚Šé †ã®é•ã„ãŒå‡ºã‚‹ä»•æ§˜ãŒã‚ã‚‹
    /* ã“ã“ã« z-index: 10; ã‚’æŒ‡å®šã™ã‚‹ã¨ç¸å–ã‚Šéƒ¨åˆ†ãŒã²ã¨ã¤å‰ã®æ–‡å­—ã«ã‹ã¶ã•ã‚‹ã‚ˆã†ã«ãªã‚‹
    /* http://honttoni.blog74.fc2.com/blog-entry-340.html */
    /*
    z-index: 10;
    /**/
}

p .char.text-stroke.visible .entity {
    opacity: 1;
    touch-action: manipulation;
}

p .char.text-stroke span {
    margin: 0;
    padding: 0;
    position: absolute;
    display: inline-block;
    opacity: 0;
    touch-action: manipulation;
}

p .char.text-stroke .stroke {
    z-index: 100;
    transform: translateZ(0);
    touch-action: manipulation;
}

p .char.text-stroke .fill {
    z-index: 1000;
    transform: translateZ(0);
    height: 100%;
    touch-action: manipulation;
}

/* text-shadow ã«ã‚ˆã‚‹å€‹åˆ¥ç¸å–ã‚Š
--------------------------------------*/

/* â˜…ç¸å–ã‚Šãƒ†ã‚­ã‚¹ãƒˆ1æ–‡å­—ã‚’æ§‹æˆã™ã‚‹è¦ç´ ãƒ„ãƒªãƒ¼
/* span.char.text-shadow
/*   span.stroke ã‚ â€¦ ç¸å–ã‚Šã€‚absoluteã€‚è¤‡æ•°å€‹ã§ã‚ã‚Šã†ã‚‹ã€‚
/*   span.text ã‚   â€¦ ãƒ†ã‚­ã‚¹ãƒˆæœ¬ä½“ã€‚absoluteã€‚
/*   span.dummy ã‚  â€¦ ãƒ€ãƒŸãƒ¼ã€‚é€æ˜Žã€‚relativeã€‚ç¸å–ã‚Šã¨ãƒ†ã‚­ã‚¹ãƒˆæœ¬ä½“ãŒ absolute ãªã›ã„ã§ widht, height ã‚’æ§‹æˆã—ãªã„ã®ã§
/*                    ã‹ã‚ã‚Šã«ã“ã‚Œã§ width, height ã‚’æ§‹æˆã™ã‚‹ã€‚*/
p .char.text-shadow {
    opacity: 1;
    display: inline-block;
    position: relative;
    z-index: auto;
    touch-action: manipulation;
}

p .char.text-shadow.visible .entity {
    opacity: 1;
    touch-action: manipulation;
}

p .char.text-shadow span {
    margin: 0;
    padding: 0;
    position: absolute;
    display: inline-block;
    opacity: 0;
    touch-action: manipulation;
}

p .char.text-shadow .stroke {
    z-index: auto;
    transform: translateZ(0);
    touch-action: manipulation;
}

p .char.text-shadow .fill {
    z-index: 1000;
    transform: translateZ(0);
    height: 100%;
    touch-action: manipulation;
}

/* ã‚¯ãƒªãƒƒã‚¯å¾…ã¡ã‚°ãƒªãƒ•ã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º
--------------------------------------*/

div.img_next {
    padding: 0;
    margin-left: 3px;
    display: inline-block;
    vertical-align: baseline;
    touch-action: manipulation;
}

/*------ å›³å½¢ ------*/

/* ä¸‰è§’ */
.img_next_v_triangle {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    clip-path: polygon(0 20%, 100% 20%, 50% 100%);
    touch-action: manipulation;
}
.img_next_triangle {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    clip-path: polygon(50% 20%, 100% 100%, 0% 100%);
    touch-action: manipulation;
}

/* ä¸¸ */
.img_next_circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: white;
    background: rgb(206, 231, 245);
    touch-action: manipulation;
}

/* å››è§’ */
.img_next_rectangle {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    touch-action: manipulation;
}

/* ã²ã—åž‹ */
.img_next_diamond {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    touch-action: manipulation;
}

/* æ˜Ÿ */
.img_next_star {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
    touch-action: manipulation;
}

/*------ ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³è¨­å®š ------*/

/* çž¬é–“çš„ãªç‚¹æ»… */
.img_next_flash_momentary {
    animation-name: img_next_flash_momentary;
    animation-delay: 1000ms;
    animation-duration: 1800ms;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1);
    opacity: 0;
    touch-action: manipulation;
}

@keyframes img_next_flash_momentary {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

/* æ»‘ã‚‰ã‹ãªç‚¹æ»… */
.img_next_flash {
    animation-name: img_next_flash;
    animation-duration: 1800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0;
    touch-action: manipulation;
}

@keyframes img_next_flash {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* å›žè»¢ */
.img_next_rotate_bounce {
    animation-name: img_next_rotate_bounce;
    animation-duration: 3200ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    touch-action: manipulation;
}

@keyframes img_next_rotate_bounce {
    from {
        transform: translateY(0px) rotateZ(0deg) scale(1);
    }
    12.5% {
        transform: translateY(-4px) rotateZ(45deg) scale(0.8);
    }
    25% {
        transform: translateY(0px) rotateZ(90deg) scale(1);
    }
    37.5% {
        transform: translateY(-4px) rotateZ(135deg) scale(0.8);
    }
    50% {
        transform: translateY(0px) rotateZ(180deg) scale(1);
    }
    62.5% {
        transform: translateY(-4px) rotateZ(225deg) scale(0.8);
    }
    75% {
        transform: translateY(0px) rotateZ(270deg) scale(1);
    }
    87.5% {
        transform: translateY(-4px) rotateZ(315deg) scale(0.8);
    }
    to {
        transform: translateY(0px) rotateZ(360deg) scale(1);
    }
}

/* Yè»¸ã‚’ä¸­å¿ƒã«ã‚¹ãƒ”ãƒ³ */
.img_next_spin_y {
    animation-name: img_next_spin_y;
    animation-duration: 3200ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    touch-action: manipulation;
}

@keyframes img_next_spin_y {
    from {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

/* Yè»¸ã‚’ä¸­å¿ƒã«ã‚¹ãƒ”ãƒ³ */
.img_next_spin_x {
    animation-name: img_next_spin_x;
    animation-duration: 3200ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    touch-action: manipulation;
}

@keyframes img_next_spin_x {
    from {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(180deg);
    }
    to {
        transform: rotateX(360deg);
    }
}

/* Zè»¸ã‚’ä¸­å¿ƒã«ã‚¹ãƒ”ãƒ³ */
.img_next_spin_z {
    animation-name: img_next_spin_z;
    animation-duration: 3200ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    touch-action: manipulation;
}

@keyframes img_next_spin_z {
    from {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

/* ã‚·ãƒ³ãƒ—ãƒ«ãªãƒã‚¦ãƒ³ãƒ‰ */
.img_next_bounce {
    animation-name: img_next_bounce;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    animation-direction: alternate;
    touch-action: manipulation;
}

@keyframes img_next_bounce {
    from {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-12px);
    }
}

/* ãŸã‚ã‚€ãƒã‚¦ãƒ³ãƒ‰ */
.img_next_soft_bounce {
    animation-name: img_next_soft_bounce;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
    animation-direction: alternate;
}

@keyframes img_next_soft_bounce {
    from {
        transform: translateY(0px) scaleY(0.8) scaleX(1.2);
    }
    25% {
        transform: translateY(-2px) scaleY(1) scaleX(1);
    }
    100% {
        transform: translateY(-12px);
    }
}

/* æ‹¡ç¸® */
.img_next_zoom {
    animation-name: img_next_zoom;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}

@keyframes img_next_zoom {
    from {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/* ã‚¯ãƒªãƒƒã‚¯ã‚¨ãƒ•ã‚§ã‚¯ãƒˆ
--------------------------------------*/

.tyrano_click_effect {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    animation-name: tyrano_click_effect;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    mix-blend-mode: overlay;
}

@keyframes tyrano_click_effect {
    from {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

/* ãƒ•ã‚©ãƒ¼ã‚«ã‚¹
--------------------------------------*/

/* ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®ãƒ•ã‚©ãƒ¼ã‚«ã‚¹ã‚¹ã‚¿ã‚¤ãƒ«ã¯ã‚ªãƒ•ã«ã—ã¦ãŠã
 * (ãŸã ã®ãƒžã‚¦ã‚¹ãƒ€ã‚¦ãƒ³ã§ãƒ•ã‚©ãƒ¼ã‚«ã‚¹ãŒä¸€çž¬å½“ãŸã£ãŸã‚±ãƒ¼ã‚¹ã§ã‚¢ã‚¦ãƒˆãƒ©ã‚¤ãƒ³ãŒå‡ºãªã„ã‚ˆã†ã«) */
[data-event-tag="button"]:focus,
[data-event-tag="link"]:focus,
[data-event-tag="glink"]:focus {
    outline: none;
}

/* ã‚­ãƒ¼ãƒœãƒ¼ãƒ‰ã«ã‚ˆã£ã¦ãƒ•ã‚©ãƒ¼ã‚«ã‚¹ãŒå½“ãŸã£ãŸã¨ã */
:focus.focus {
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    outline-color: transparent;
    touch-action: manipulation;
}

/* ä»®æƒ³ãƒžã‚¦ã‚¹ã‚«ãƒ¼ã‚½ãƒ«
--------------------------------------*/

/* ä»®æƒ³ãƒžã‚¦ã‚¹ã‚«ãƒ¼ã‚½ãƒ« */
#vmouse {
    margin-left: 0px;
    margin-top: 0px;
    transform-origin: left top;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    z-index: 9999999999;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: left top;
    transition: transform 50ms linear, opacity 100ms linear;
    opacity: 0;
    user-select: none;
    touch-action: manipulation;
}

/* ä»®æƒ³ãƒžã‚¦ã‚¹ã‚«ãƒ¼ã‚½ãƒ«ãŒè¡¨ç¤ºã•ã‚Œã¦ã„ã‚‹ã¨ã
 * æœ¬å½“ã®ãƒžã‚¦ã‚¹ã‚«ãƒ¼ã‚½ãƒ«ã¯éžè¡¨ç¤ºã«ã™ã‚‹ */
html.vmouse-displayed,
html.vmouse-displayed * {
    cursor: none !important;
    touch-action: manipulation;
}

/* remodal ã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º
--------------------------------------*/

/* ãƒœã‚¿ãƒ³ */
#remodal-confirm,
#remodal-cancel {
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    margin: 0 2px;
    touch-action: manipulation;
}

/* ãƒœã‚¿ãƒ³(ç”»åƒ) */
img#remodal-confirm,
img#remodal-cancel {
    display: inline-block;
    touch-action: manipulation;
}

/* ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ãƒœãƒƒã‚¯ã‚¹ */
/*
[data-remodal-id="modal"] {
}
*/

/* èƒŒæ™¯ã¨ãªã‚‹ã‚¢ã‚¦ã‚¿ãƒ¼è¦ç´  */
.remodal-wrapper .remodal-base,
.remodal-wrapper .remodal-base .remodal-image,
.remodal-wrapper .remodal-boxbase {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 1;
    pointer-events: none;
    touch-action: manipulation;
}

/* ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ãƒœãƒƒã‚¯ã‚¹ã®ãƒ†ã‚­ã‚¹ãƒˆ */
.remodal-wrapper .remodal_title,
.remodal-wrapper .remodal_txt {
    pointer-events: auto;
    user-select: auto;
    cursor: auto;
    touch-action: manipulation;
}

/*-- ã‚­ãƒ¼ãƒ•ãƒ¬ã‚¢ãƒ‹ãƒ¡ --*/
.remodal-is-opening .remodal-base,
.remodal-is-closing .remodal-base {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    touch-action: manipulation;
}

.remodal-is-opening .remodal-base {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
    touch-action: manipulation;
}

.remodal-is-closing .remodal-base {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
    touch-action: manipulation;
}

/* ã‚¹ã‚­ãƒƒãƒ—é–‹å§‹æ™‚ãƒ»çµ‚äº†æ™‚ãªã©ã«ç”»é¢ä¸­å¤®ã«å‡ºã™ã‚¨ãƒ•ã‚§ã‚¯ãƒˆ
--------------------------------------*/

.mode_effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    transform-origin: center center;
    animation: mode_effect 800ms linear forwards;
    z-index: 9999999999;
    touch-action: manipulation;
}

.mode_effect_default {
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    font-size: 10px;
    width: 15em;
    height: 15em;
    touch-action: manipulation;
}

.mode_effect_default.stop > div:first-child,
.mode_effect_default.stop > div:last-child,
.mode_effect_default.auto > div:last-child,
.mode_effect_default.skip > div:first-child,
.mode_effect_default.skip > div:last-child {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    pointer-events: none;
    background: transparent;
    width: 7em;
    height: 7em;
    box-sizing: border-box;
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid white;
    border-right: 3.5em solid transparent;
    border-top: 3.5em solid transparent;
    touch-action: manipulation;
}

.mode_effect_default.skip > div:first-child,
.mode_effect_default.skip > div:last-child {
    transform: translateX(0.6em);
    touch-action: manipulation;
}

.mode_effect_default.skip > div:last-child {
    left: 7em;
}

.mode_effect_default.auto > div:first-child {
    display: none;
    touch-action: manipulation;
}
.mode_effect_default.auto > div:last-child {
    border-bottom: 3.5em solid transparent;
    border-left: 5.7em solid white;
    border-right: 5.7em solid transparent;
    border-top: 3.5em solid transparent;
    left: 5.4em;
}

.mode_effect_default.stop > div:first-child,
.mode_effect_default.stop > div:last-child {
    position: relative;
    left: 0;
    border: none;
    width: 40%;
    height: 40%;
    border-right: 1.8em solid white;
    touch-action: manipulation;
}

.mode_effect_default.stop > div:last-child {
    border-right: none;
    border-left: 1.8em solid white;
    touch-action: manipulation;
}

@keyframes mode_effect {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* ãƒ­ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã®é€šçŸ¥ã‚’ç”»é¢ç«¯ã«å‡ºã™
--------------------------------------*/

.tyrano-loading {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    box-sizing: border-box;
    font-size: 25px;
    align-items: center;
    margin: 0.7em;
    pointer-events: none;
    font-weight: bold;
    z-index: 9999999999;
    filter: drop-shadow(0 0 0.2em black);
    touch-action: manipulation;
}

.tyrano-loading .icon {
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    border: 0.2em solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: tyrano-loading-spin 1s infinite linear;
    touch-action: manipulation;
}

.tyrano-loading .message {
    margin-left: 0.7em;
    color: white;
    line-height: 100%;
    touch-action: manipulation;
}

.tyrano-loading .message::after {
    content: " ";
    animation: dot-animation 2s steps(4) infinite;
    animation-duration: inherit;
    position: absolute;
    touch-action: manipulation;
}

@keyframes dot-animation {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}

@keyframes tyrano-loading-spin {
    100% {
        transform: rotate(360deg);
    }
}


#three-cursor{
    
    position: fixed;

    /*ä¸¸ã®å¤§ãã•ã¨è‰²ã®æŒ‡å®š*/
    background: #fff;
    border-radius:10px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;/*çœŸã‚“ä¸­ã«ãã‚‹ã‚ˆã†ã«ãƒžã‚¤ãƒŠã‚¹ãƒžãƒ¼ã‚¸ãƒ³ã§èª¿æ•´*/

    z-index: 2;/*ä¸€ç•ªæ‰‹å‰ã«æ¥ã‚‹ã‚ˆã†ã«*/
    pointer-events: none;/*ã‚¯ãƒªãƒƒã‚¯ã§ããªããªã‚‹ã®ã‚’é˜²ããŸã‚ã€‚noneã§å¯¾å¿œ*/
    opacity: 1;
}
