@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


body {
    font-size: 15px;
    font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    background: #fff;
    display: block;
}

.close {
    width: 100%;
    margin: auto;
    /*background: url(images/close_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    background-attachment: fixed;*/
}

.close_img img {
    max-width: 100%;
    width: -webkit-fill-available;
}

.close_img {
    width: 100%;
}


h1.close_text {
    font-size: 2vw;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    background: rgba(255, 255, 255, .8);
    padding: 30px 50px;

}

.close_logo img {
    max-width: 960px;
    padding: 20px 0;
}

.poster_dl {
    text-align: center;
    padding: 50px;
}

.poster_dl img {
    max-width: 300px;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.mt5 {
    padding-top: 5px;
}

/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.target {
    pointer-events: none;
    opacity: 0.5;
}

.align_center {
    text-align: center;
}

.button01 {
    display: inline-block;
    width: 440px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
}

.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button01,
.button01::before,
.button01::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button01 {
    position: relative;
    z-index: 2;
    background-color: #1abc9c;
    border: 2px solid #1abc9c;
    border-radius: 5px;
    color: #fff !important;
    line-height: 36px;
}

.button01:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb !important;
}

.button01::before,
.button01::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #1abc9c;
    border-radius: 5px;
}

.button01::before {
    right: 0;
}

.button01::after {
    left: 0;
}

.button01:hover::before,
.button01:hover::after {
    width: 0;
    background-color: #59b1eb;
}


/***********/

.button02 {
    display: inline-block;
    width: 214px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
}

.button02::before,
.button02::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button02,
.button02::before,
.button02::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button02 {
    position: relative;
    z-index: 2;
    background-color: #3498db;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #fff !important;
    line-height: 36px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.button02:last-child {
    margin-bottom: none;
}

.button02:hover {
    background-color: #fff;
    border-color: #2980b9;
    color: #2980b9 !important;
}

.button02::before,
.button02::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #3498db;
    border-radius: 5px;
}

.button02::before {
    right: 0;
}

.button02::after {
    left: 0;
}

.button02:hover::before,
.button02:hover::after {
    width: 0;
    background-color: #2980b9;
}

/*--------------*/
.button03 {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
}

.button03::before,
.button03::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button03,
.button03::before,
.button03::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button03 {
    position: relative;
    z-index: 2;
    background-color: #3498db;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #fff !important;
    line-height: 36px;
}

.button03:last-child {
    margin-bottom: none;
}

.button03:hover {
    background-color: #fff;
    border-color: #2980b9;
    color: #2980b9 !important;
}

.button03::before,
.button03::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #3498db;
    border-radius: 5px;
}

.button03::before {
    right: 0;
}

.button03::after {
    left: 0;
}

.button03:hover::before,
.button03:hover::after {
    width: 0;
    background-color: #2980b9;
}

/********/
.button04 {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    font-weight: 600;
    font-size: 18px;
}

.button04::before,
.button04::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button04,
.button04::before,
.button04::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button04 {
    position: relative;
    z-index: 2;
    background-color: #f1c40f;
    border: 2px solid #f1c40f;
    border-radius: 5px;
    color: #000 !important;
    line-height: 58px;
}

.button04:last-child {
    margin-bottom: none;
}

.button04:hover {
    background-color: #fff;
    border-color: #f1c40f;
    color: #f1c40f !important;
}

.button04::before,
.button04::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f1c40f;
    border-radius: 5px;
}

.button04::before {
    right: 0;
}

.button04::after {
    left: 0;
}

.button04:hover::before,
.button04:hover::after {
    width: 0;
    background-color: #f1c40f;
}


/*********************HEADER*********************/
#global-nav .button04 {
    font-size: 14px;
}


.global-head {
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    color: #033560;
    width: calc(100% - 260px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 299;
}

.hidden {
    background: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#brand-logo {
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    width: 100%;

}

h1#brand-logo img {
    width: 100%;

}

#container {
    background: #eee;
    margin-left: 260px;
    position: relative;
    -webkit-transition: margin-left .25s linear;
    transition: margin-left .25s linear;
}

span.lang {
    font-size: 1.3em;
}

#sidebar {
    padding-top: 20px;
    width: 260px;
    height: 100vh;
    position: fixed;
    color: #afc3f2;
    background: #033560;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    overflow: scroll;
    /*-ms-overflow-style:none;*/
}

.side_in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#global-nav {
    display: block;
}

#global-nav ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 30px
}

#global-nav > ul > li {
    position: relative;
    padding: 8px 15px;
}

li.nav_active a {
    border-bottom: 3px solid #afc3f2;
}

#global-nav a {
    color: #afc3f2;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

#global-nav a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #afc3f2;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

#global-nav a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* nav-toggle */
#nav-toggle {
    z-index: 1000;
}

#nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    height: 32px;
}

#nav-toggle > div {
    position: relative;
    width: 32px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* #nav-toggle close */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.side_secret {
    padding: 15px;
    margin-top: auto;
    padding-bottom: 50px;
    display: block;
}

.side_secret_in h3 {
    font-size: 13px;
    background: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100px;
    color: black;
    margin-bottom: 10px;
}

.side_secret_in:first-child {
    margin-bottom: 20px;
}

.side_secret_in p {
    font-size: 85%;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

/*******************HEADER(end)*******************/


/**********************MAIN***********************/

#main {
    background: #fff;
    /*min-height: 100%;*/
    display: block;
}

#main-visual_sp {
    display: none;
}

#main-visual {
    display: block;
}

#main-visual img {
    width: 100%;
}

.area_wrap {
    width: 93%;
    margin: auto;
}

h2.top_content_ttl {
    font-size: 1.3em;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

/*******NEWSAREA+*****/

.news_area {
    padding: 50px 0;
}

.news_area li {
    border-bottom: 1px dotted #000;
    list-style: none;
    padding: 20px 10px;
    width: auto;
}

.news_area a {
    color: #000;
    text-decoration: none;
}

.news_area span {
    background-color: #2388b8;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    padding: 5px;
}

time {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.news_area p {
    display: inline-block;
}

.new::before {
    content: "NEW";
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    background: #d10606;
    font-size: 0.8rem;
    border: 1px solid #d10606;
    padding: 4px 8px;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 1;
}

.whatnew_box {
    height: 250px;
    overflow: scroll;
    padding-bottom: 100px;
    -ms-overflow-style: none;

}

ul.sponsors {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
}

ul.sponsors li img {
    width: 100%;
}

ul.sponsors li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul.sponsors li a:hover {
    opacity: 0.8;
}

ul.sponsors li {
    max-width: 160px
}

/***************+*****/

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.alert_area {
    margin-top: 50px;
    border: 2px solid red;

}

.alert_in {
    padding: 20px;
}

.alert_in h2 {
    margin-bottom: 15px;
    text-align: center;
    color: red;
    border-bottom: 1px solid red;
}

.alert_in p {
    font-size: 1.2em;
}

.align_r {
    text-align: right;
    display: block;
}

span.border_btm {
    border-bottom: 1px solid;
}

#link01 {
    margin-top: -180px;
    padding-top: 180px;
}

.top_contact {
    margin-top: 50px;
    text-align: center;
    border: #3498db 2px solid;
    border-radius: 10px;
    padding: 15px;
    background: #d7ecff;
}

.top_contact h3 {
    font-size: 1.7em;
}

.top_contact h4 {
    font-size: 1.7em;
    margin-top: 10px;
    color: #d10606;
}

.align_center {
    text-align: center;
}

.btn_cntrl {
    max-width: 550px;
}

/********************MAIN(end)*********************/


/**********************FOOTER**********************/

#footer {
    margin: 50px 20px 0 20px;
    border-top: 1px solid #bdc3c7;
}

.footer_in {
    padding: 15px 0;
    text-align: center;
    color: #bdc3c7;
}

/*******************FOOTER(end*)*******************/

/**********************MEDIA+**********************/

@media screen and (max-width: 900px) {
    #main-in {
        padding-left: 0;
    }

    .global-head {
        width: 100%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #brand-logo {
        margin-left: 50px;
    }

    #sidebar {
        padding-top: 80px;
        left: -260px;
        z-index: 910;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        overflow: scroll;
        height: 100%;
    }

    .close #sidebar {
        left: 0;
    }

    #container {
        margin-left: 0;
    }

    #global-nav ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #nav-toggle {
        display: block;
    }

    #nav-toggle span {
        background: #033560;
    }



    /* nav open */
    .open {
        overflow: hidden;
    }

    .open #overlay {
        display: block;
    }

    .open #sidebar {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    /* #nav-toggle close */
    .close #nav-toggle span {
        background: #fff;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* z-index */
    #overlay {
        z-index: 200;
    }

    #sidebar {
        z-index: 300;
    }

    #nav-toggle {
        z-index: 400;
    }

    .side_secret {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 718px) {

    .global-head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #nav-toggle {
        top: 25px;
    }

    #brand-logo {
        margin-left: 0;
        width: auto;
    }

    #main-visual_sp {
        display: block;
    }

    #main-visual_sp img {
        width: 100%;
    }

    #main-visual {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    h1#brand-logo img {
        max-width: 400px;
        margin: auto;
    }
}



@media screen and (max-width: 480px) {}

@media screen and (max-width: 470px) {
    #brand-logo {
        margin-left: 50px;
    }
}
