@keyframes rotate {
    0% {
        transform: translate(-50%, -55%) rotateY(0);
    }
   35% {
        transform: translate(-50%, -50%) rotateY(360deg);
    }
    50%{
        transform: translate(-50%, -45%) rotateY(360deg);
    }
    75%{
        transform: translate(-50%, -50%) rotateY(360deg);
    }
    100% {
        transform: translate(-50%, -55%) rotateY(0deg);
    }
  }


    .loading-container {
        text-align: center;
        background: url(../image/popup.png) no-repeat;
        position: fixed;
        overflow: hidden;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .loading-container .loading_img {
        position: relative;
        width: 50vw;
        height: 50vw;
    }

    .loading-container img {
        position: absolute;
        width: 40vw;
        height: 40vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotateY(0); /* 先平移再旋转 */
        animation: rotate 4s linear infinite; /* 旋转动画 */
    }

    .progress {
        width: 50vw;
        background: #e0e0e0;
        overflow: hidden;
    }

    .loading-text {
        height: 6vw;
        line-height: 6vw;
        font-size: 6vw;
        color: #5B89BB;
        margin-top: 2vw;
        margin-bottom: 5vw;
        font-family: sans-serif;
    }

    .progress-bar {
        height: 1vw;
        background: #9AC2FF;
        transition: width 0.1s;
    }
    


::-webkit-scrollbar {
    width: auto !important;
}

@font-face {
    font-family: 'LXGWWenKai';
    src: 
        url('./font/LXGWWenKai-Regular.woff') format('woff'),
        url('./font/LXGWWenKai-Regular.ttf') format('truetype'); 
}

body {
    font-size: 3.5vw;
}

body.index {
    background: url('../image/bg.jpg');
    position: relative;
    font-family: 'LXGWWenKai';
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 0 ;
    background-color: #FFF;
    margin: 0;
}

body.other {
    position: relative;
    font-family: 'LXGWWenKai';
    margin: 0;
}

.main-contaier {
    width: 100%;
}

.body-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 100%;
    overflow-x: hidden;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-container.bg_a{
    background: url('../image/cloud.png'),url('../image/bg2.jpg') ,url('../image/bg.jpg');
    background-size: 100% auto, 130% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center 315vw, 40% 355vw, center 170vw;
    background-color: #FFF;
}   

.body-container.bg_b{
    background: url('../image/character/bg2.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFF;
}

.main-container {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    position: relative;
}

#download {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 48vw;
    height: 114.48vw;
    background: url('../image/download_frame.png');
    background-size: 48vw 114.48vw;
    background-repeat: no-repeat;
    background-position: center 0 ;
}

#download .inner {
    margin: 34vw auto 0 auto;
    height: 63%;
    width: 65%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#download .inner img {
    width: 100%;
    margin: 0.5vw 0;
    cursor: pointer;
}

#download img.download-text {
    margin-top: 1vw !important;
}

#sns {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 20%;
    right: 10%;
    width: 59px;
    height: 239px;
    background: url('../image/sns/container_sns.png');
    background-size: 59px 239px;
    background-repeat: no-repeat;
    background-position: center 0 ;
}

#sns .inner {
    margin: 0px auto 0 auto;
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top:10px;
}

#sns .inner img {
    width: 100%;
    margin: 25px 0 0 0;
    cursor: pointer;
}

#sns .inner img:hover {
    filter: brightness(0.4);
}

section {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

body.index nav, body.other nav {
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    background: transparent;
}

.shade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    padding-bottom: 0;
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    background-color: #00000081;
    opacity: 1;
    transition: 0.3s;
}

#popup_video {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%, -50%);
    width: 100%;
    height: 56.25vw;
    z-index: 999;
}

#banner {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    z-index: 777;
}

#banner img {
    width: 100%;
}

nav2 {
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

nav {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: auto !important;
    max-width: auto;
    min-width: auto;
    opacity: 1;
    transition: 0.3s;
}

.m-invisible {
    visibility: hidden;
    opacity: 0;
}

nav .frame {
    position: relative;
    width: 60vw;
    background-color: #86a4d3a1;
    border: 1.5vw solid #ffffffa1;
    border-radius: 4vw;
    padding: 15vw 5vw 5vw 5vw;
}

nav ul {
    width: 100%;
}

ul.theme-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

nav ul.theme-btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}

ul.theme-btn-group li , .more div, #post_back{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.5vw;
    line-height: 4vw;
    text-align: center;
    font-size: 3vw;
}

nav ul.theme-btn-group li{
    font-size: 5vw;
    margin-top: 0.5vw;
}


nav ul.theme-btn-group li , nav .more div, #post_back{
    display: block;
    vertical-align: middle;
    letter-spacing: 0.5vw;
    line-height: 11.9vw;
}

nav ul li.logo {
    position: absolute;
    top: -10vw;
    margin-right: 0;
    cursor: pointer;
    width: 40vw;
}

nav ul li.menu-sns {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 5vw;
    line-height: 1;
}

nav ul li.menu-sns a {
    width: 20%;
    display: block;
}

nav ul li.menu-sns img {
    width: 60%;
}

ul.theme-btn-group li.btn {
    width: 35vw;
    min-width: 35vw;
    height: 10.36vw;
    cursor: pointer;
    margin-bottom: 2vw;
    transition: 0.3s;
}

ul.theme-btn-group li.btn-index{
    width: 15vw;
    height: 4.4vw;
    background-image: url('../image/btn_red.png');
    background-size: 15vw;
    color: #fad8ab;
    cursor: pointer;
    margin-bottom: 5px;
}

nav ul.theme-btn-group li.btn-index{
    width: 40vw;
    height: 11.9vw;
    background-image: url(../image/btn_red.png);
    background-size: 40vw;
    color: #fad8ab;
    cursor: pointer;
    margin-bottom: 5px;
}

#subpage_announcement .content ul.theme-btn-group li.btn-index{
    width: 18vw;
    height: 5.3vw;
    background-image: url('../image/btn_red.png');
    background-size: 18vw;
    color: #fad8ab;
    cursor: pointer;
    margin-bottom: 1vw;
    line-height: 5.3vw;
    font-size: 3.6vw;
}


ul.theme-btn-group li.btn-normal, .more div, #post_back{
    width: 15vw;
    height: 4.4vw;
    background-image: url('../image/btn_blue.png');
    background-size: 15vw;
    color: #fad8ab;
    cursor: pointer;
    margin-bottom: 5px;
}

nav ul.theme-btn-group li.btn-normal{
    width: 40vw;
    height: 11.9vw;
    background-image: url('../image/btn_blue.png');
    background-size: 40vw;
    color: #fad8ab;
    cursor: pointer;
    margin-bottom: 5px;
}

.more .btn-announcement.btn-normal {
    width: 15vw !important;
    height: 4.4vw !important;
    background-image: url('../image/btn_blue.png') !important;
    background-size: 15vw !important;
    margin-bottom: 0.8vw !important;
}

#subpage_announcement .content ul.theme-btn-group  li.btn-normal{
    width: 18vw;
    height: 5.3vw;
    background-image: url('../image/btn_blue.png');
    background-size: 18vw;
    color: #fad8ab;
    cursor: pointer;
    margin-bottom: 1vw;
    line-height: 5.3vw;
    font-size: 3.6vw;
}

ul.theme-btn-group li.btn-normal:hover, .more div:hover, #post_back:hover {
    color: #FFF;
}

#mb_nav {
    position: absolute;
    top: 3vw;
    right: 3vw;
    z-index: 777;
    display: flex;
    justify-content: end;
    align-items: center;
}

#mb_nav .mb-menu {
    width: 10vw;
}

#mb_nav .mb-menu svg {
    padding-top: 1vw;
    width: 10vw;
    height: 10vw;
    fill: #eecf8e;
}

#mb_nav.scrolldown {
    width: 100%;
    position: fixed;
    background-color: #002b53c5;
    top: 0;
    right: 0;
    justify-content: space-between;
}

#mb_nav .mb_nav_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#mb_nav .mb_nav_container.scroll {
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    padding-right: 3vw;
}

#mb_nav .mb-nav-logo img {
    height: 13vw;
    margin-left: 3vw;
}



.btn-lang {
    text-align: center;
    margin-left: 0;
    line-height: 8.8vw;
    width: 27.4vw;
    height: 8.8vw;
    background-image: url('../image/btn_lang2.png');
    background-size: 27.4vw;
    cursor: pointer;
    margin-bottom: 0;
    letter-spacing: 0;
}

.btn-lang ul#lang {
    width: 40vw;
    position: absolute;
    top: 7vw;
    left: auto;
    right: 3vw;
    z-index: 999;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.btn-lang:hover ul#lang {
    max-height: 50vw;
    transition: max-height 0.5s ease-in;
}

.btn-lang ul#lang li.top {
    padding-top: 4vw;
}

.btn-lang ul#lang li{
    display: block;
    font-size: 0;
    width: auto;
    line-height: 0;
    margin: 0;
}

.btn-lang ul#lang li.middle {
    margin: 0;
    padding: 5vw 0;
    letter-spacing: 3px;
    font-size: 4vw;
    background-image: url('../image/frame_lang_middle.png');
    background-size: 100% auto;
    background-position: center top;
}

.btn-lang ul#lang li.middle:hover {
    color: rgb(148, 31, 31);
} 

nav li.logo {
    width: 200px;
}

nav img, section#main img {
    width: 100%;
}



/**********************************/

section#subpage_main {
    height: 135vw;
}

section#subpage_main .video-mask {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.30);
    z-index: -0;
}

section#subpage_main .video_bg{
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -0;
}

section#subpage_main .video_bg video{
    width: 100%;
}

.main-logo {
    text-align: center;
}

.main-logo {
    height:200vw;
    position: relative;
}

.main-logo img.slogan {
    position: absolute;
    top: 85vw;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    z-index: 3;
}

.main-logo img.logo {
    position: absolute;
    top: 45vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 2;
}

.main-logo .download {
    position: absolute;
    top: 95vw;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    z-index: 2;
}

.cloud img{
    position: absolute;
    top: 80vw;
    left: 50%;
    width: 280%;
    transform: translateX(-50%);
    z-index: 1;
}

.main-logo img.play-video{
    position: absolute;
    cursor: pointer;
    top: 110vw;
    left: 50%;
    width: 20%;
    transform: translateX(-50%);
    z-index: 3;
}


.index-subtitle {
    width: 30vw;
    margin: 3vw auto 3vw auto;
}

.index-subtitle img{
    width: 100%;
}

#subpage_main_char .intro-container {
    margin-top: 3vw;
}

/******************************************/
/* ANNOUNCEMENT */

section#subpage_main_announcement {
    height: 65vw;
}

section#subpage_main_announcement .announcement-frame {
    position: absolute;
    z-index: 5;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

section#subpage_main_announcement .frame {
    margin: 0 auto;
    background: url('../image/frame_announcement_index.png?v=2');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center 0 ;
    width: 100vw;
    height: 53.2vw;
    position: relative;
}

section#subpage_main_announcement .frame .content {
    position: absolute;
    top: 5.5vw;
    left: 15vw;
    height: 50vw;
    width: 70%;
}

section#subpage_main_announcement .content ul.title li {
    font-size: 2.5vw !important;
}

section#subpage_main_announcement .more {
    margin-top: 3vw;
    text-align: center;
}





/* FOOTER*/

footer {
    min-width: 100%;
    width: 100%;
    background-color:#546486;
    margin: 0;
    padding: 5vw 0 0 0;
    color: #FFF;
}

footer .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

footer .age-warning {
    order: 1;
    display: flex;
    justify-content: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 2.5vw;
}

footer .age-warning img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}


footer .impt-link {
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 1.2rem;
    order: 3;
}

footer .impt-link a {
    margin: 2px auto;
    font-size: 4.5vw;
}

footer .logo {
    width: 50%;
    margin-top: 3vw;
    order: 2;
}

footer .logo img {
    width: 100%;
}

#subpage_main_intro {
    height: 70vw;
}

#subpage_main_intro .intro-container {
    position: relative;
}

#subpage_main_intro .intro-container .char {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#subpage_main_intro .intro-container .char.left {
    width: 60vw;
    top: -30vw;
    left: -25vw;
}

#subpage_main_intro .intro-container .char.right {
    width: 40vw;
    top: -20vw;
    right: -15vw;
}


#subpage_main_char {
    height: 110vw;
}





/******************************************************/
/* CHAR */

section.other_char {
    height: 148vw;
    overflow: hidden;
}

section.other_char #char_frame.male-bg {
    background: url('../image/character/frame_male.png');
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center 45% ;
}

section.other_char #char_frame.female-bg {
    background: url('../image/character/frame_female.png');
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center 45% ;
}

section.other_char #char_frame {
    transform: translateY(-95px);
    height: 140vw;
    width: 100%;
    margin: 100px auto 0 auto;
    top: 0;
}

section.other_char #char_frame #char_img {
    padding-top: 1%;
    padding-bottom: 5%;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    max-height: 90%;
}


.male-arrow, .female-arrow {
    display:none;
    width: 60px;
    height: 60px;
    top: 45%;
    filter: brightness(1.2);
}

.male-arrow {
    left: 24%;
}

.female-arrow {
    right: 23%;
}


section.other_char #char_details {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
    z-index: 666;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 56vw;
}

section.other_char #char_details .voice {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.other_char #char_details .voice img {
    display: block;
    cursor: pointer;
    width: 17%;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

section.other_char #char_details .name {
    background: url('../image/character/bg_name.png');
    background-size: 45vw 11.9vw;
    background-position: top 0;
    background-repeat: no-repeat;
    width: 45vw;
    height: 11.9vw;
    margin-bottom: 1vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

section.other_char #char_details .name #char_name {
    font-size: 6vw;
    line-height: 6vw;
    overflow: hidden;
    max-width: 85%;
    width: 85%;
    max-height: 6vw;
    margin-bottom: 0.3vw;
}

section.other_char #char_details .name #char_cv {
    font-size: 3.7vw;
    line-height: 3.7vw;
    overflow: hidden;
    max-width: 85%;
    width: 85%;
    max-height: 3.7vw;
}

section.other_char #char_details .intro {
    background: url('../image/character/bg_intro.png');
    background-size: 56vw 22.7vw;
    background-position: top 0;
    background-repeat: no-repeat;
    width: 56vw;
    height: 22.7vw;
}

section.other_char #char_details .intro #char_intro{
    font-size: 3.5vw;
    line-height: 3.5vw;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 3vw auto;
    max-width: 87%;
    width: 87%;
    height: 15vw;
    max-height: 15vw;
}


/******************************************/
/* ANNOUNCEMENT */


section#subpage_announcement {
    height: auto;
    padding-bottom: 5vw;
}

section#subpage_announcement .frame {
    margin: 3vw auto 0 auto;
    background: url('../image/frame_announcement_m_bottom.jpg?v=2'), url('../image/frame_announcement_m_top.jpg'), url('../image/frame_announcement_m_middle.jpg');
    background-size: 100% auto, 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center bottom, center top, center center;
    width: 95%;
    height: auto;
    position: relative;
    padding-bottom: 1.5vw;
}

section#subpage_announcement .frame .content {
    position:static;
    top: auto;
    right: auto;
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding-top: 6.5vw;
}

section#subpage_announcement .index-subtitle {
    margin-top: 18vw;
}

section#subpage_announcement .content ul.title {
    margin: 0.5vw 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: left;
    padding: 0;
}

section#subpage_announcement .content ul.title li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 4vw;
    height: auto;
    margin-top: 2vw;
    font-size: 4vw;
    cursor: pointer;
    flex-direction: column;
}

section#subpage_announcement .content ul.title li:hover {
    color:rgb(204, 35, 35);
}

section#subpage_announcement .content ul.title li div{
    min-height: 4.4vw;
    line-height: 4vw;
    flex-grow: 9;
    border-left: 2vw solid #ffb21c52;
    padding-left: 1vw;
    letter-spacing: 0;
}

section#subpage_announcement .content ul.title li .date {
    min-height: 3.3vw;
    letter-spacing: 0;
    flex-grow: 1;
    text-align: LEFT;
    line-height: 3vw;
    font-size: 3vw;
    padding-left: 3vw;
    border-left: none;
    background-color: #ffaf1400;
    border-bottom: 1px solid #dec79b;
    color: #a37a2a;
}

section#subpage_announcement .content ul.anno-list {
    padding-bottom: 3vw;
}

.content ul.title {
    margin: 0.5vw 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: left;
    padding: 0;
}

.content ul.title li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 4svw;
    height: 4vw;
    font-size: 18px;
    cursor: pointer;
}

.content ul.title li:hover {
    color:rgb(204, 35, 35);
}

.content ul.title li div{
    flex-grow: 9;
}

.content ul.title li .date {
    letter-spacing:0;
    flex-grow: 1;
    text-align: right;
}

section#subpage_announcement .page {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8vw;
    margin-top: 5vw;
}

section#subpage_announcement .page div {
    line-height: 5vw;
    vertical-align: middle;
    font-size: 5vw;
}

section#subpage_announcement .anno_page {
    width: 13vw;
}

section#subpage_announcement .arrow {
    width: 6.5vw;
    height: 6.5vw;
    cursor: pointer;
}

section#subpage_announcement .anno_pre {
    background-image: url('../image/arrow.png');
    background-size: 6.5vw 6.5vw;
    background-position: center center;
    background-repeat: no-repeat;
}

section#subpage_announcement .anno_next {
    background-image: url('../image/arrow.png');
    background-size: 6.5vw 6.5vw;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}


section#subpage_announcement #announcement_pagenumber {
    width: 15vw;
}

section#subpage_announcement #announcement_pre {
    background-image: url('../image/arrow.png');
    background-size: 8vw 8vw;
    background-position: center center;
    background-repeat: no-repeat;
}

section#subpage_announcement #announcement_next {
    background-image: url('../image/arrow.png');
    background-size: 8vw 8vw;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}


#subpage_announcement_content {
    height: 74vh;
    max-height: 74vh;
}

#subpage_announcement_content .frame {
    width: 95%;
    max-width: 95%;
    height: 100%;
    max-height: 100%;
    margin: 20vw auto 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}

#subpage_announcement_content #post_title {
    max-height: none;
    color: #5c8eb2;
    font-weight: 700;
    font-size: 5vw;
    padding: 0px 3vw 2vw 3vw;
    text-align: center;
    border-bottom: 1vw dotted #5c8eb28c;
}

#subpage_announcement_content #post_content {
    max-height: none;
    color: #2f5b7a;
    font-size: 4vw;
    overflow-y: scroll;
    padding: 0 2.5vw;
    flex-grow: 1;
    height: 95vw;
}

#subpage_announcement_content #post_content img{
    height: auto !important;
    max-height: auto !important;
    max-width: 100% !important;
}

#subpage_announcement_content .post_back {
    height: auto;
    margin-top: 3vw;
}

#subpage_announcement_content #post_back {
    width: 30vw;
    height: 8.9vw;
    background-image: url(../image/btn_blue.png);
    background-size: 30vw;
    color: #fad8ab;
    cursor: pointer;
    margin: 0 auto;
    font-size: 4.5vw;
    line-height: 8.9vw;
}





#subpage_main_intro.intro-adjust {
    height: 75vh !important;
}

#subpage_main_intro.intro-adjust .index-subtitle {
    margin-top: 25vw !important;
    width: 35vw !important;
}

#subpage_main_intro.intro-adjust .swiper.swiper-intro{
    margin-top: 7vw !important;
    padding: 0 4.5vw 0 3vw !important;
}

#subpage_main_intro.intro-adjust .swiper-button-prev, #subpage_main_intro.intro-adjust .swiper-button-next {
    transform: translateY(25vw) !important
}

#subpage_main_intro.intro-adjust .swiper-pagination {
    margin-top: 5vw !important;
    margin-bottom: 5vw !important;
}

#subpage_main_intro.intro-adjust .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5.5vw)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5.5vw)) !important;
}


section#subpage_redeem {
    height: 145vw !important
}

section#subpage_redeem .frame {
    margin: 3vw auto 0 auto;
    background: url('../image/frame_redeem_m.jpg?v=10');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center 0 ;
    width: 95vw;
    height: 126vw;
    position: relative;
}

section#subpage_redeem .frame .content {
    position: absolute;
    top: 5.5vw;
    transform: translateX(-50%);
    left: 50%;
    height: 110vw;
    width: 100%;
    display: flex;
    flex-direction: column;
}

section#subpage_redeem .frame .content .input-frame {
    width: 95%;
    margin: 0 auto;
    font-size: 4vw;
    flex-grow: 1;
}

section#subpage_redeem .frame .content .input-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 1vw auto 3vw auto;
}

section#subpage_redeem .frame .content .input-group div.inner{
    width: 80%;
}

section#subpage_redeem .frame .content .input-group input {
    font-size: 3.5vw;
    background-color: #FFF;
    border-radius: 10px;
    border: 0.4vw solid #d7bb86;
    padding: 1.2vw 1vw;
    color: #a17420;
    width: 100%;
}

section#subpage_redeem .frame .content .input-group .uid-group {
    display: flex;
    width: 100%;
}

section#subpage_redeem .frame .content .input-group .uid-group input {
    flex-grow: 1;
    min-width: 100px;
    width: auto;
}

section#subpage_redeem .frame .content .input-group input:disabled {
    background-color: #dfdfdf;
}

section#subpage_redeem .frame .content .input-group .gift-code-btn {
    display: inline-block;
    padding: 0.3vw 3vw;
    border-radius: 3vw;
    background-color: #a4d5ff;
    cursor: pointer; 
    margin-left: 2vw;
    white-space: nowrap;
    transition: 0.3s;
    border: 1px soild  #a4d5ff;
}

section#subpage_redeem .frame .content .input-group .gift-code-btn:hover {
    background-color: #c2e1fc;
}

section#subpage_redeem .frame .content #redeem_notice {
    margin: 3vw auto;
    width: 80vw;
    font-size: 3vw;
    flex-grow: 1;
    overflow-y: scroll;
}

section#subpage_redeem .frame .gift-submit-btn {
    position: absolute;
    bottom: 6.5vw;
    left: 50%;
    transform: translateX(-50%);
}

section#subpage_redeem .frame .gift-submit-btn div.tc { background: no-repeat left top/100% auto url('../image/btn/tc/6c.png?v=10'); }
section#subpage_redeem .frame .gift-submit-btn div.sc { background: no-repeat left top/100% auto url('../image/btn/sc/6c.png?v=10'); }
section#subpage_redeem .frame .gift-submit-btn div.en { background: no-repeat left top/100% auto url('../image/btn/en/6c.png?v=10'); }
section#subpage_redeem .frame .gift-submit-btn div.jp { background: no-repeat left top/100% auto url('../image/btn/jp/6c.png?v=10'); }

section#subpage_redeem .frame .gift-submit-btn div {
    width: 25vw;
    min-width: 25vw;
    height: 7.4vw;
    cursor: pointer;
    margin-bottom: -6vw;
    transition: 0.3s;
}