@charset "utf-8";

[v-cloak] {
    display: none;
}

body {
    min-width: 850px;
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #52553A;
    font-size: 12px;
    font-family: 宋体;
    cursor: default;
    user-select: none;
}

a {
    color: #333333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: all 0.25s ease-out;
}

a:hover {
    color: #198d44;
}

#app {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.title {
    position: relative;
    width: 850px;
    height: 254px;
    background-image: url("images/index_01.webp");
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.kirakira {
    position: absolute;
    width: 70px;
    height: 30px;
    right: 48px;
    top: 163px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.kirakira img {
    filter: blur(0.6px);
    display: none;
}

.kirakira:hover img {
    display: block;
}

.menu {
    width: 850px;
    height: 52px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.menu_background {
    position: absolute;
    z-index: -1;
}

.menu_link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.menu_link svg {
    color: #e9dfa5;
    transition: all 0.1s;
}

.menu_link:hover svg {
    color: #f5f2de;
}

.menu_link img {
    filter: blur(0.6px);
    position: absolute;
    opacity: 0;
}

.menu_link:hover img {
    opacity: 1;
    animation: hide-after 1s forwards;
}

@keyframes hide-after {
    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.home {
    margin-left: 50px;
    width: 90px;
    height: 50px;
}

.home svg {
    transform: scale(0.9);
}

.home:hover svg {
    transform: scale(1);
}

.index {
    margin-left: 40px;
    margin-top: -10px;
    width: 70px;
    height: 40px;
}

.index svg {
    transform: scale(0.9);
}

.index:hover svg {
    transform: scale(1);
}

.link {
    width: 91px;
    height: 50px;
}

.link svg {
    transform: scale(0.75);
}

.link:hover svg {
    transform: scale(0.85);
}

.edging_top {
    width: 850px;
    z-index: -1;
}

.main {
    width: 850px;
    height: auto;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.main_background {
    position: absolute;
    /* z-index: -99; */
    width: 850px;
    top: 0;
}

.main_background img {
    position: absolute;
}

.bbs {
    position: absolute;
    left: 91px;
    bottom: 41px;
    width: 392px;
    height: 303px;
}

div.bbs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.update {
    position: absolute;
    top: 32px;
    left: 287px;
    width: 363px;
    height: 301px;
}

.update ul {
    position: absolute;
    top: 50px;
    right: 25px;
}

.style10 {
    color: #aaaaaa;
}

.menu_right {
    position: absolute;
    top: 16px;
    right: 40px;
    width: 190px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    cursor: pointer;
}

.main_menu_link {
    position: relative;
    height: 37px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.main_menu_link svg {
    color: #3a2f01;
    transition: all 0.1s;
}

.main_menu_link:hover svg {
    color: #645102;
    transform: scale(1.2);
}

.flower {
    margin-right: 10px;
    margin-top: -5px;
    width: 28px;
    opacity: 0;
    transition: all 0.1s;
    animation: rotate 1.3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.main_menu_link:hover .flower {
    opacity: 1;
}

.calendar {
    position: absolute;
    top: 32px;
    left: 52px;
    width: 218px;
    height: 301px;
    font-size: 0.7rem;
}

.header {
    width: 100%;
    background-color: rgba(150, 150, 150, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.controls {
    width: 30px;
    height: 12px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.controls svg {
    max-height: 11px;
}

.controls:hover svg {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

.calendar table {
    width: 100%;
    border-collapse: collapse;
}

.calendar th,
td {
    padding: 2px 0;
    text-align: center;
}

.other-month {
    color: transparent;
}

.today {
    position: relative;
}

.today img {
    position: absolute;
    left: 10px;
    width: 18px;
    opacity: 0.5;
    transform: rotate(40deg);
}

.clock-container {
    position: relative;
    margin-left: 10px;
    width: 135px;
    height: 135px;
}

.clock-face {
    width: 100%;
    height: 100%;
}

.hand {
    position: absolute;
    transition: none;
}

.hour-hand {
    z-index: 1;
    left: 60px;
    top: 18px;
    transform-origin: 50% 50px;
}

.hour-hand img {
    height: 58px;
}

.minute-hand {
    z-index: 2;
    left: 61px;
    top: 6px;
    transform-origin: 50% 62px;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.minute-hand img {
    height: 75px;
}

.second-hand {
    z-index: 3;
    left: 66px;
    top: 15px;
    transform-origin: 50% 53px;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.second-hand img {
    height: 62px;
    width: auto;
}

.shim {
    position: absolute;
    z-index: 9;
    top: 63.5px;
    left: 63.5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #f19e38;
}

.time-display {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    position: absolute;
    right: 5px;
    bottom: 5px;
    letter-spacing: 1px;
}

.frame_logo {
    position: absolute;
    top: 0;
    left: 45px;
    width: 103px;
    height: 112px;
}

.menu_below {
    position: absolute;
    top: 0;
    left: 148px;
    width: 650px;
    height: 112px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.menu_below_link {
    width: 108px;
    height: 112px;
}

.menu_below_icon {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}


.menu_below_icon svg {
    color: #3a2f01;
    margin-top: 25px;
    transition: all 0.1s;
    transform: scale(0.9);
}

.menu_below_icon:hover svg {
    color: #645102;
    transform: scale(1.1);
}

.menu_below_link img {
    margin-top: 5px;
    width: auto;
    height: 60px;
    display: none;
}

.menu_below_link:hover img {
    display: block;
}

.menu_left {
    position: absolute;
    top: 112px;
    left: 45px;
    width: 154px;
    height: 672px;
}

.h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.li {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

.content {
    position: absolute;
    top: 143px;
    left: 224px;
    width: 550px;
    height: 603px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

iframe {
    width: 100%;
    height: 100%;
}

.bgm {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-out;
    cursor: pointer;
}

.bgm_icon {
    color: #fff;
    width: 24px;
    height: 24px;
}

.bgm_red:hover {
    background-color: #D63A4A;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.bgm_green:hover {
    background-color: #198d44;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.bgm_icon svg {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}