@font-face {
    font-family: 'DotGothic16-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../css/DotGothic16-Regular.ttf') format('truetype');
    src: local('DotGothic16-Regular'),
            url('../css/DotGothic16-Regular.ttf') format('truetype');
}

body {
    -webkit-text-size-adjust: 100%;
    text-align: center;
    font-family: 'DotGothic16-Regular';
}

#container {
    width: 750px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.main_kaitai {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url(../img/bg3.png) no-repeat;
    background-size: 100% auto;
    z-index: 10;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* bg_btn section */

.main_kaitai .btn_home {
    position: absolute;
    top: 117.066667vw;
    left: 6.4vw;
    width: 21.866666666vw;
    pointer-events: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_kaitai .btn_home a {
    display: block;
    width: 100%;
    padding-top: 50%;
    background: url(../img/home.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_home a:active{
    background: url(../img/home2.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_cha {
    position: absolute;
    top: 130.6vw;
    left: 6.4vw;
    width: 21.866666666vw;
    pointer-events: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_kaitai .btn_cha a {
    display: block;
    width: 100%;
    padding-top: 51.2195122%;
    background: url(../img/character.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_cha a:active{
    background: url(../img/character2.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_mail {
    position: absolute;
    top: 117.066667vw;
    left: 71.7333333vw;
    width: 21.866666666vw;
    pointer-events: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_kaitai .btn_mail a {
    display: block;
    width: 100%;
    padding-top: 51.2195122%;
    background: url(../img/mail.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_mail a:active{
    background: url(../img/mail2.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_blog {
    position: absolute;
    top: 130.6vw;
    left: 71.7333333vw;
    width: 21.866666666vw;
    pointer-events: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_kaitai .btn_blog a {
    display: block;
    width: 100%;
    padding-top: 51.2195122%;
    background: url(../img/blog.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_blog a:active{
    background: url(../img/blog2.png)no-repeat center center;
    background-size: contain;
}

.main_kaitai .btn_arrow {
    position: absolute;
    top: 113vw;
    left: 33.7333333vw;
    width: 32.5333333vw;
    height: 32.5333333vw;
    background: url(../img/con_btn.png) no-repeat center center;
    background-size: 75% auto;
}

.main_kaitai .btn_arrow .base {
    position: relative;
    padding-top: 96%;
}

.main_kaitai .btn_arrow a.up {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: auto;
    /* background: rgba(0, 0, 0, 0.2); */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_kaitai .btn_arrow a.down {
    display: block;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: auto;
    /* background: rgba(0, 0, 0, 0.2); */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.main_kaitai ul.load {
    width: 0;
    height: 0;
    overflow: hidden;
}

.main_wrapper {
    position: fixed;
    top: 20.066666666vw;
    left: 50%;
    margin-left: -40.1vw;
    width: 80vw;
    height: 83vw;
    background: #fdffe0;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.profile{
    align-items: center;
    text-align: center;
}

.header img{
    width: 100%;
}

.title_img {
    margin-top: 10px;
    margin-bottom: 16px;
}

.profile_cap {
    width: 100%;
    height: 50px;
    background: #f0ff00;
    color: #000;
    font-size: 26px;
    text-align: left;
    margin-bottom: 16px;
}

.profile_cap p {
    padding-top: 8px;
    padding-left: 50px;
    
}

.profile_cap_text {
    margin-top: 25px;
    margin-bottom: 34px;
}

.profile_cap_text p {
    color: #000;
    text-align: left;
    padding-left: 52px;
    font-size: 35px;
}

.profile_cap_text .textline{
    padding-top: 10px;
}

.line {
    width: 100%;
    height: 5px;
    background: #0000ff;
    margin-top: 100px;
}

.banner_list .move {
    font-size: 34px;
    color: #0006fe;
    text-align: right;
    text-decoration: underline;
    padding-right: 26px;
    margin-top: 13px;
    margin-bottom: 60px;
}

.banner_list img:not(.move a img) {
    margin-bottom: 50px;
}

.content-list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 44px 33px;

}

.recomend {
    width: 599px;
    height: 288px;
    background: #ff00cc;
    margin-top: 60px;
    font-size: 33px;
    color: #feef00;
}

.recomend p {
    padding-top: 26px;
}

.recomend .click {
    color: #1800ff;
}

.recomend .twitter {
    color: #1800ff;
    text-decoration: underline;
}

.menu_btn {
    color: #000;
    font-size: 34px;
    padding: 30px 0 20px 20px;
}


.btn_1{
    display: flex;
    padding-bottom: 10px;
}

.btn_1 p{
    font-size: 33px;
    color: #1800ff;
    text-decoration: underline;
}

.btn_2{
    display: flex;
}

.btn_2 p{
    font-size: 33px;
    color: #1800ff;
    text-decoration: underline;
}



.content-list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 40px 30px;
}


.modal {
    display: none;
    position: fixed;
    overflow: visible;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: 20% auto;
    width: 100%;
    height: 120vh;
    overflow: auto;
    position: relative;
}

.modal-content p {
    margin: 0 20px;
}

.modal-content p img {
    height: 100%;
    width: 599px;
    
}
.close {
    color: red;
    font-size: 80px;
    font-weight: bold;
    margin-left: 220px;
    top: 0px;
    position: absolute;
}

.close:hover,
.close:focus {
    color: #ebaf0b;
    text-decoration: none;
    cursor: pointer;
}


#dialog-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}

#modal-dialog {
    display: none;
    position: fixed;
    width: 750px;
    height: 684px;
    z-index: 11;
    left: calc(50% - 375px);
    top: calc(50% - 300px);
}

#btn-close-dialog{
    color: yellow;
    width: 40px;
    height: 40px;
    margin-left: 700px;
}

.recomend .double{
    filter: drop-shadow(1px 1px 1px #fff);
    padding-right: 5px;
}