@charset "utf-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-size: 100%;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
img {
    vertical-align: top;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
/*---------------------------
Link
---------------------------*/

a {
    outline: none;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
}
/*---------------------------
Font
---------------------------*/

body {
    font-family: "futura-pt", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?75ge7x');
    src: url('../fonts/icomoon.eot?75ge7x#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?75ge7x') format('truetype'), url('../fonts/icomoon.woff?75ge7x') format('woff'), url('../fonts/icomoon.svg?75ge7x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.minfont{ font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;}
#contents .name_box .minfont{font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; font-size: 14px;}

.icon-facebook:before {
    content: "\ea90";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-line:before {
    content: "\e900";
}
.icon-web:hover {
    color: #B20000;
}
.icon-facebook:hover {
    color: #305097;
}
.icon-twitter:hover {
    color: #00aced;
}
.icon-instagram:hover {
    color: #B22D00;
}
.icon-line:hover {
    color: #00BF00;
}
/*---------------------------
Html / Body
---------------------------*/

html {
    height: 100%;
    font-size: 12px;
}
body {
    color: #333;
    background-color: #f9ecf3;
    line-height: 1.8;
    word-wrap: break-word;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
/*---------------------------
Loader
---------------------------*/

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    background-size: 100% 0;
    z-index: 99999;
}
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px;
    margin: -110px 0 0 -100px;
}
#loader img {
    width: 100%;
}
/*---------------------------
共通
---------------------------*/

#wrapper {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
}
#contents {
    float: right;
    padding: 0 50px 0 280px;
    margin: 0 0 0 -280px;
    width: 100%;
    overflow: hidden;
}
.pc_dis {
    display: block;
}
.sp_dis {
    display: none;
}
.gmnoprint{ display: none !important;}
header h1, header .logo, header h2, header .sns_box li a, header li a, header .member a, #contents, header {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
/*#contents*/

.caption {
    margin-bottom: 30px;
    min-height: 120px;
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    letter-spacing: 2px;
    color: #9881b6;
    position: relative;
    text-align: center;
    font-weight: 400;
    z-index: 100;
    overflow: hidden;
}
.caption::before {
    position: absolute;
    width: 100%;
    height: 70px;
    content: "";
    background-position: 50%;
    top: 0;
    left: 0;
    z-index: 10;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#664b94+0,664b94+100&0+0,0.2+100 */
    background: -moz-linear-gradient(top,  rgba(102,75,148,0) 0%, rgba(102,75,148,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(102,75,148,0) 0%,rgba(102,75,148,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(102,75,148,0) 0%,rgba(102,75,148,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00664b94', endColorstr='#33664b94',GradientType=0 ); /* IE6-9 */
}


.caption:after {
    position: absolute;
    width: 376px;
    height: 135px;
    content: "";
    background-image: url(../images/common/caption-bg.svg);
    background-size: 100%;
    background-position: 50%;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.caption span {
    position: relative;
    z-index: 200;
    padding-top: 80px;
    display: inline-block;
}


.caption_border{
    min-height: inherit;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    overflow:inherit;
    font-size: 12px;
}

/* パートナーズ コンテンツ upしたら
.caption_border{
    min-height: inherit;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    overflow:inherit;
    font-size: 12px;
}

*/

.caption_border::before{
    display: none;
}

.caption_border:after{
    background: none;
    width: 100%;
    height: 1px;
    background-color: #9881b6;
    top: auto;
    bottom: 15px;
}

.caption_border span{

    background-color: #fff;
    border: 1px solid  #9881b6;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.more a {
    font-size: 14px;
    padding: 0 38px 0 30px;
    position: absolute;
    right: 0;
    top: 90px;
    font-weight: 100;
    color: #9881b6;
    z-index: 200;
}
.more a img {
    position: absolute;
    width: 16px;
    right: 10px;
    top: 4px;
}
#contents ul, .top_topics {
    font-size: 0;
}
#contents .name_box {
    width: 90%;
    position: absolute;
    left: 0;
    bottom: 1px;
    min-height: 100%;
    margin: 0 5%;
    background-size: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

#contents .name_box:after{
    width: 90%;
    height: 30%;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    content: "";
    transform: translateX(-50%);
}

#contents .name_box p {
    line-height: 100%;
    font-size: 14px;
    position: relative;
    z-index: 10;
    margin-bottom: 7%;
    text-align: center;

}

#contents .name_box .line2 {
    line-height: 100%;
    font-size: 14px;
    position: relative;
    z-index: 10;
    margin-bottom: 3%;
    text-align: center;

}
#contents .name_box span {
    font-size: 10px;
}

#contents figure {
    overflow: hidden;
    padding: 0 0 1px;
}
#contents figure img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
#contents figure:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-backface-visibility: hidden;
}
#contents .none:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mini {
    font-size: 10px;
}
/*---------------------------
Header
---------------------------*/

header {
    width: 280px;
    float: left;
    position: fixed;
    z-index: 5555;
    height: 100%;
    background: #efe4f4;
    text-align: center;
}
header .inner {
    overflow: auto;
    height: 100%;
}
header h1 {
    padding: 0 0 12px;
    font-size: 12px;
    line-height: 120%;
    position: relative;
}
header .logo_box {
    width: 100%;
    padding: 15px 0 20px;
    text-align: center;
}
header .logo_box img {
    width: 130px;
    margin: 0 auto;
}
header h2 {
    margin: 20px 0 0;
    line-height: 120%;
}
header nav {
    font-weight: 100;
}
header nav ul {
    padding: 0 0 8px 0;
    text-align: left;
    border-top: 1px solid #fff;
}
header nav li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}
header nav li a {
    color: #654b96 !important;
    display: block;
    padding: 0 25px;
    position: relative;
}
header nav li a:hover {
    color: #fff !important;
    background-color: #654b96;
}
header nav li .on::before {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #654b96;
    content: "";
}
header dt {
    padding: 0 25px 5px 25px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #654b96;
    font-weight: 400;
}
header dd {
    width: 100%;
    padding: 0 0 15px;
}
header dd ul {
    width: 100%;
    padding: 0 25px;
    display: flex;
}
header dd li {
    width: 49.5%;
    text-align: center;
    margin-right: 1%;
}
header dd li img {
    width: 100%;
}
/*---------------------------
Menu
---------------------------*/

.overlay {
    width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #efe4f4;
    z-index: 7777;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none;
}
.is-open .overlay {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.overlay-inner {
    height: 100%;
    width: 100%;
}
.overlay ul {
    display: inline-block;
    position: relative;
    margin: 40px 0 20px;
    width: 100%;
}
.overlay ul li {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-left: 50px;
}
.overlay ul li a {
    font-size: 16px;
    display: block;
    color: #662d91 !important;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    color: #f0f0f0;
}
.overlay .sns_box {
    font-size: 20px;
    margin: 0 0 5% 45px;
}
.overlay .sns_box a {
    color: #662d91;
    margin: 0 5% 0 0;
}
.overlay dl {
    margin: 0 0 30px;
    float: left;
    width: 100%;
    color: #fff;
    padding: 0 45px;
}
.overlay dt {
    margin: 0 0 10px;
    color: #662d91;
}
.overlay dd {
    display: flex;
}
.overlay dd a {
    margin: 0 1px 0 0;
}
/*---------------------------
Footer
---------------------------*/

footer {
    width: 100%;
    text-align: center;
    position: relative;
    background: #662d91;
    color: #fff;
    padding: 35px;
    display: flex;
    flex-direction : row-reverse
}
footer a {
    color: #fff !important;
}


footer .box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .menu {
    width: 33.3333%;
    text-align: center;
    margin-top: 40px;
}
footer .menu .tit {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 100;
    position: relative;
    padding: 40px 0 0;
}
footer .menu .tit::before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/common/icn-info.svg) no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
footer .menu ul {
    width: 100%;
}
footer .menu ul li {
    margin: 2px 0;
    font-size: 15px;
    width: 100%;
}

footer .sub {
    width: 33.3333%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}
footer .sub.pc_dis{
}
footer .sub img {
    max-width: 120px;
    margin-bottom: 20px;
}
footer .sub p {
    font-size: 14px;
}

footer .logo {
    width: 33.3333%;
    margin-top: 30px;
}
footer .logo img {
    margin: 0 0 20px;
    width: 135px;
}

footer .logo ul li {
    margin: 2px 0;
    font-size: 15px;
    width: 100%;
}

footer address {
    font-style: normal;
    font-size: 10px;
    font-weight: 100;
    margin-top: 20px;
}

footer .fix_bnr{display: none;}






/*---------------------------
Side Menu
---------------------------*/

.side-menu {
    width: 50px;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #000;
}
.side-menu .sns_box {
    width: 50px;
    text-align: center;
    background-color: #efe4f4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.side-menu .sns_box li {
    padding: 7px 0;
}
.side-menu .sns_box li a {
    color: #662d91;
    font-size: 20px;
}
.side-menu .pen {
    background-color: #efe4f4;
    padding-bottom: 10px;
}
.side-menu .pen img {
    width: 20px;
}
.side-menu .member {
    font-size: 16px;
    background-color: #efe4f4;
    transform: rotate( 90deg);
    white-space: nowrap;
    width: 100px;
    text-align: left;
    height: 50px;
    line-height: 54px;
    transform-origin: left top;
    margin-left: 50px;
}
.side-menu .member a {
    color: #662d91;
}
.side-menu dl {
    transform: rotate( 90deg);
    transform-origin: left top;
    display: flex;
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    padding-left: 65px;
}
.side-menu dl a {
    color: #fff;
}
.side-menu dt {
    font-size: 16px;
    position: relative;
    padding-left: 35px;
}
.side-menu dt img {
    font-size: 17px;
    width: 25px;
    position: absolute;
    top: 17px;
    left: 0;
}
.side-menu dd {
    white-space: nowrap;
    font-size: 16px;
    margin-left: 15px;
}
.side-menu dd a {
    white-space: nowrap;
}
/*---------------------------
Sponsor
---------------------------*/

.sponsor_box {
    padding: 30px 0 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
}
.sponsor_box .inner {
    float: left;
    width: 100%;
}
.sponsor_box ul {
    margin-bottom: 80px;
}
.sponsor_box li {
    padding: 3%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.sponsor_box li img {
}
.sponsor_box li .w200 {
    width: 100%;
    max-width: 200px;
}
.sponsor_box .sub {
    float: left;
    width: 100%;
    padding: 50px 0 80px;
    border-top: 1px solid #da0000;
}
.sponsor_box dl {
    font-size: 0;
}
.sponsor_box dt, .sponsor_box dd {
    display: inline-block;
    font-size: 12px;
    padding: 2px 15px;
    position: relative;
    vertical-align: top;
}
.sponsor_box dt {
    width: 42%;
    text-align: right;
}
.sponsor_box dd {
    width: 58%;
    text-align: left;
}
.sponsor_box dt:after {
    content: ":";
    position: absolute;
    top: 0;
    right: -2px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------
TOP
---------------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------
main_img
---------------------------*/

.main_img {
    float: left;
    width: 100%;
    position: relative;
    background: #f9ecf3;
    padding: 30px;
}
.main_img .text_box {
    height: 170px;
    padding: 20px 0 0;
    width: 100%;
    background: #f9ecf3;
    display: flex;
    position: relative;
    float: left;
    text-align: center;
    flex-flow: column nowrap;
    color: #662d91;
}
.main_img .text_box:after {
    content: "";
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: -60px;
    height: 60px;
    background-image: url(../images/common/main-img-bg.svg);
    background-size: 100%;
    max-width: 568px;
    transform: translateX(-50%);
}
.main_img .text_box2 {
    height: 170px;
    padding: 15px 0 0;
    width: 100%;
    background: #662d91;
    display: flex;
    position: relative;
    float: left;
    text-align: center;
    flex-flow: column nowrap;
}
.main_img .tit {
    font-size: 2.6vh;
    line-height: 130%;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
}
.main_img .tit2 {
    font-size: 30px;
    line-height: 130%;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
}
.main_img .text_box .cap {
    font-size: 14px;
    margin-bottom: 15px;
}
.main_img .sub-tit {
    margin-top: 20px;
    font-size: 3vh;
    line-height: 130%;
}
.main_img .text_box .bar {
    width: 115px;
    height: 1px;
    background: #ccc;
    position: relative;
    margin: 0 auto;
}
.main_img .text_box .bar span {
    height: 1px;
    display: block;
}
.main_img .text_box2 .bar {
    width: 115px;
    height: 1px;
    background: #ccc;
    position: relative;
    margin: 0 auto;
}
.main_img .text_box2 .bar span {
    height: 1px;
    display: block;
}


.main_img2 {
    float: left;
    width: 100%;
    position: relative;
    background: #f9ecf3;
    padding: 20px;
}
.main_img2 .text_box {
    height:auto;
    padding: 20px 0 0;
    width: 100%;
    background: #f9ecf3;
    display: flex;
    position: relative;
    float: left;
    text-align: center;
    flex-flow: column nowrap;
    color: #662d91;
}
.main_img2 .text_box:after {
    content: "";
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: -60px;
    height: 60px;
    background-image: url(../images/common/main-img-bg.svg);
    background-size: 100%;
    max-width: 568px;
    transform: translateX(-50%);
}
.main_img2 .text_box2 {
    height: 170px;
    padding: 15px 0 0;
    width: 100%;
    background: #662d91;
    display: flex;
    position: relative;
    float: left;
    text-align: center;
    flex-flow: column nowrap;
}
.main_img2 .tit {
    font-size: 2.6vh;
    line-height: 130%;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
}
.main_img2 .tit2 {
    font-size: 30px;
    line-height: 130%;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
}
.main_img2 .text_box .cap {
    font-size: 14px;
    margin-bottom: 15px;
}
.main_img2 .sub-tit {
    margin-top: 20px;
    font-size: 3vh;
    line-height: 130%;
}
.main_img2 .text_box .bar {
    width: 115px;
    height: 1px;
    background: #ccc;
    position: relative;
    margin: 0 auto;
}
.main_img2 .text_box .bar span {
    height: 1px;
    display: block;
}
.main_img2 .text_box2 .bar {
    width: 115px;
    height: 1px;
    background: #ccc;
    position: relative;
    margin: 0 auto;
}
.main_img2 .text_box2 .bar span {
    height: 1px;
    display: block;
}



.active-slide .bar span {
    background: #662d91;
    -webkit-animation: bar 3s linear;
    -moz-animation: bar 3s linear;
    -ms-animation: bar 3s linear;
    -o-animation: bar 3s linear;
    animation: bar 3s linear;
}
@-webkit-keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-o-keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.main_img .text_box .bar:after {
    content: "☆";
    color: #662d91;
    position: absolute;
    right: -24px;
    font-size: 14px;
    top: -12px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.main_img .text_box2 .bar:after {
    content: "☆";
    color: #662d91;
    position: absolute;
    right: -24px;
    font-size: 14px;
    top: -12px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.main_img .character {
    position: absolute;
    bottom: 0;
}
.main_img .character-1{
    width: 20%;
    left: 0;
}
.main_img .character-2{
    width: 20%;
    right: 0;
}

.main_img2 .character {
    position: absolute;
    bottom: 0;
}
.main_img2 .character-1{
    width: 18%;
    left: 0;
}
.main_img2 .character-2{
    width: 18%;
    right: 0;
}

.main_img2 .bnr{width: 80%; margin: 60px auto 0; }



.top_rbabnr {
    width: 100%; display: inline-block;
}
.top_rbabnr img{
    width: 100%;
}

.rba_bnr{width: 100%; display: none;}



.top_banner {
    display: flex;
    width: 100%;
	padding-top: 30px;
}
.top_banner .left-app {
    width: 50%;
    position: relative;
    height: 100%;
}
.top_banner .left-app img {
    width: 100%;
    border-top:1px solid #9881b6;
}
.left-app .text-box {
    width: 48%;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
}
.left-app .text-box p {
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 10px;
}
.left-app .text-box ul {
    display: flex;
}

.left-app .text-box ul li{
    display: flex;
    width: 50%;
    margin-right: 3px;
}

.left-app .text-box img {
    border: none;
    width: 100%;

}
.top_banner .right-ticket {
    width: 50%;
    position: relative;
    height: 100%;
    color: #654b96;
}
.top_banner .right-ticket a {
    color: #654b96;
}
.top_banner .right-ticket img {
    width: 100%;
}
.top_banner .right-ticket .text-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 34px;
}
.top_banner .right-ticket dl {
}
.top_banner .right-ticket dl span{
color: #ff007e;
    margin-left: 5px;
}
.top_banner .right-ticket dt {
    position: relative;
    padding-left: 38px;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 3%;
}
.top_banner .right-ticket dt img {
    width: 33px;
    position: absolute;
    left: 0;
}
.top_banner .right-ticket dd {
    font-size: 1vw;
    line-height: 180%;
}
.top_banner .right-ticket .arrow {
    width: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.top_rba{ width: 100%;}
.top_rba img{ width: 100%;}
/*---------------------------
top_sns
---------------------------*/

.top_sns {
    margin: 0 0 40px;
    float: left;
    width: 100%;
}
.top_sns li {
    font-size: 40px;
    display: inline-block;
    width: 16.6666666%;
    height: 188px;
    line-height: 188px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    opacity: 1;
}

.top_sns li:last-child {
    border-right: none;
}

.top_sns li a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.top_sns li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff !important;
    background-size: cover !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.top_sns li img {
    vertical-align: middle;
}
.top_sns .facebook a {
    background: url(../images/common/icn-facebook-bg.jpg) 50% 50% no-repeat;
    color: #fff !important;
}
.top_sns .twitter a {
    background: url(../images/common/icn-twitter-bg.jpg) 50% 50% no-repeat;
}
.top_sns .instagram a {
    background: url(../images/common/icn-instagram-bg.jpg) 50% 50% no-repeat;
}
.top_sns .line a {
    background: url(../images/common/icn-line-bg.jpg) 50% 50% no-repeat;
}
.top_sns .boys_award a {
    background: url(../images/common/icn-boys_award-bg.jpg) 50% 50% no-repeat;
}
.top_sns .online a {
    background: url(../images/common/icn-online-bg.jpg) 50% 50% no-repeat;
    border: none !important;
}
.top_sns li a:hover {
    opacity: .9;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
/*---------------------------
top_topics
---------------------------*/

.top_topics {
    padding: 0;
    margin: 0 0 30px;
    float: left;
    width: 100%;
    position: relative;
}
.top_topics article {
    display: inline-block;
    width: 25%;
    padding: 0 2px 1px 0;
    margin-bottom: 20px;
    vertical-align: top;
}
.top_topics .tit_box {
    padding: 8px 10px;
}
.top_topics time {
    font-size: 11px;
}
.top_topics time::before {
    font-size: 11px;
    content: "☆";
    color: #654b96;
    margin-right: 5px;
}
.top_topics h2 {
    font-size: 14px;
    line-height: 160%;
}
.top_movie{ width: 100%; height: 100%; margin: 0 auto;}
.top_movie .video{position:relative;width:100%;padding-top:56.25%;}
.top_movie .video iframe{position:absolute;top:0;right:0;width:100%;height:100%;}

.top_movie{ width: 100%; height: 100%; margin: 0 auto;}
.top_movie .video{position:relative;width:100%;padding-top:56.25%;}
.top_movie .video video{position:absolute;top:0;right:0;width:100%;height:100%;}

.top_topics .movie{ width: 90%; max-width: 800px; margin: 0 auto; }
.top_topics .video{position:relative;width:100%;padding-top:56.25%;}
.top_topics .video iframe{position:absolute;top:0;right:0;width:100%;height:100%;}

.top_topics .movie{ width: 90%; max-width: 800px; margin: 0 auto; }
.top_topics .video{position:relative;width:100%;padding-top:56.25%;}
.top_topics .video video{position:absolute;top:0;right:0;width:100%;height:100%;}

.frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: -30px;
}

.frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------
top_news
---------------------------*/

.top_news {
    margin: 0 0 80px;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    position: relative;
}
.top_news .news_list {
    float: left;
    width: 50%;
    padding: 0 30px;
    position: relative;
}
.top_news .news_list li {
    margin: 5px 0 10px;
    font-size: 12px;
    padding: 0 0 15px 60px;
    position: relative;
    border-bottom: 1px dashed #654b96;
}
.top_news .news_list li time {
    font-size: 11px;
}
.top_news .news_list li time::before {
    font-size: 11px;
    content: "☆";
    color: #654b96;
    margin-right: 3px;
}
.top_news .news_list li p {
    font-size: .9vw;
}
.top_news .news_list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    color: #654b96;
}
.top_news .pick_up {
    float: right;
    width: 50%;
    background-color: #654b96;
}
.top_news .pick_up figure {
    width: 100%;
    margin-bottom: 10px;
}
.top_news .pick_up .text_box {
    width: 100%;
    color: #000;
    justify-content: center;
    align-items: center;
    line-height: 200%;
    position: relative;
    padding: 15px 0 25px 25px;
    color: #fff;
}
.top_news .pick_up .text_box .p01 {
    font-size: 14px;
}
.top_news .pick_up .text_box .p02 {
    font-size: 16px;
}
.top_news .pick_up .text_box .profile-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.top_news .pick_up .text_box .profile-btn a {
    background: #000;
    padding: 0 40px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
    position: relative;
}
.top_news .pick_up .text_box .profile-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/*---------------------------
top_model
---------------------------*/

.top_model {
    margin-bottom: 100px;
    float: left;
    width: 100%;
    position: relative;
}
.top_model li {
    display: inline-block;
    width: 20%;
    position: relative;
}
.top_model .name_box {
    background-image: url(../images/common/name-bg-model.svg);
    color: #654b96;
}
.top_model .bx-controls {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
/*---------------------------
top_artist
---------------------------*/

.top_artist {
    margin-bottom: 100px;
    float: left;
    width: 100%;
    position: relative;
}
.top_artist li {
    display: inline-block;
    width: 33.3333%;
    padding: 0 1px;
    position: relative;
}
.top_artist .name_box {

    color: #fff;
}

.top_artist .name_box:after{
    background-image: url(../images/common/name-bg-artist.svg);
    background-size: 80% !important;
}


/*---------------------------
top_gam
---------------------------*/

.top_gam {
    margin-bottom: 100px;
    float: left;
    width: 100%;
    position: relative;
}
.top_gam li {
    display: inline-block;
    width: 20%;
    padding: 0 1px;
    position: relative;
}
.top_gam li a {
    color: #fff;
}
.top_gam .name_box {
    background-image: url(../images/common/name-bg-gam.svg);
}

.top_gam .name_box p{
    margin-bottom: 3%!important;
    line-height: 120%!important;
}



/*---------------------------
top_special_stage
---------------------------*/

.top_special_stage {
    margin-bottom: 100px;
    float: left;
    width: 100%;
    position: relative;
}
.top_special_stage li {
    display: inline-block;
    width: 19.9%;
    margin: 0 .05%;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.top_special_stage .name_box {
    position: static!important;
    padding: 20px 0 0;
}
/*---------------------------
top_brand
---------------------------*/

.top_brand {
    margin-bottom: 100px;
    float: left;
    width: 100%;
    position: relative;
}
.top_brand li {
    display: inline-block;
    width: 16.6666%;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.top_brand .name_box {
    position: static!important;
    padding: 20px 0 0;
}
/*---------------------------
top_partner_contents
---------------------------*/

.top_partner_contents {
    padding: 0 0 60px;
    float: left;
    width: 100%;
    position: relative;
    background: #fff;

}
.top_partner_contents ul {
    padding: 0;

    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.top_partner_contents li {
    float: left;
    width: 33.33333%;
    background: #fff;
}
.top_partner_contents .tit_box {
    padding: 10px 20px;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.top_partner_contents .bx-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.top_partner_contents .bx-prev, .top_partner_contents .bx-next {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 40px;
    text-indent: -9999px;
    background: url(../images/common/icn_arrow.png) 50% 50% no-repeat;
    background-size: 100%;
}
.top_partner_contents .bx-prev {
    left: 0;
}
.top_partner_contents .bx-next {
    right: 0;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.top_partner_contents .bx-has-pager {
    display: none;
}

/*---------------------------------------------------------------------------------------------------------------------------------------
lower
---------------------------------------------------------------------------------------------------------------------------------------*/

.lower .head_img {
    position: relative;
    float: left;
    width: 100%;
}
.lower .head_img img {
    width: 100%;
}
.lower_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.lower .caption{
    margin-top: -70px;
}

.lower .caption_border {
    margin-top: -45px;
}

.az50 {
    width: 100%;
    text-align: right;
    margin: -10px 0 30px 0;
    padding: 0 50px 0 0;
    position: relative;
    color: #999;
    font-size: 12px;
    line-height: 120%;
}
.az50:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/az50.jpg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 10px;
}
/*---------------------------
whatsga
---------------------------*/

.whatsga_box .box-01 {
    display: flex;
}
.whatsga_box .box-01 figure {
    width: 50%;
    padding: 0 20px!important;
}
.whatsga_box .box-01 .text_box {
    width: 50%;
    padding: 0 20px;
    text-align: center;
    color: #5f4c91;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.whatsga_box .box-01 .text_box .p01 {
    font-size: 14px;
    line-height: 240%;
    margin-bottom: 15px;
    margin-top: 20px;
}
.whatsga_box .box-01 .text_box .p02 {
    font-size: 24px;
    margin-bottom: 30px;
}
.whatsga_box .box-01 .text_box .p03 {
    font-size: 14px;
}
.whatsga_box .box-02 {
    text-align: center;
    padding: 60px 0;
    background-color: #fff;
    margin: 60px 0;
}
.whatsga_box .box-02 img {
    width: 230px;
}
.whatsga_box .box-03 {
    text-align: center;
    padding-bottom: 80px;
}
.whatsga_box .box-03 dl {
    width: 45%;
    font-size: 0;
    padding: 0 20px;
    display: inline-block;
    text-align: left;
    max-width: 480px;
    vertical-align: top;
}
.whatsga_box .box-03 dt {
    font-size: 12px;
    display: inline-block;
    width: 130px;
    margin-bottom: 10px;
}
.whatsga_box .box-03 dd {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 130px;
    margin: 0 0 10px -130px;
}
/*---------------------------
topics
---------------------------*/

.topics_box {
    font-size: 0;
    padding-bottom: 40px;
}
.topics_box article {
    display: inline-block;
    width: 25%;
    padding: 0 1px 1px;
    margin-bottom: 10px;
    vertical-align: top;
    position: relative;
}
.topics_box article .tit_box {
    padding: 8px 8px 16px;
}
.topics_box article .tit_box time {
    font-size: 11px;
    margin-bottom: 3px;
    display: block;
}
.topics_box article .tit_box time::before {
    font-size: 11px;
    content: "☆";
    margin-right: 5px;
    color: #9080b2;
}
.topics_box article .tit_box h2 {
    font-size: 13px;
    line-height: 170%;
}
/*---------------------------
news
---------------------------*/

.news_box {
    padding-bottom: 60px;
}
.news_box .caption {
    margin-bottom: 40px;
}
.news_box ul {
    float: left;
    width: 100%;
    padding: 0 70px;
}
.news_box ul li {
    margin: 5px 0 10px;
    font-size: 14px;
    padding: 0 0 15px 60px;
    position: relative;
    border-bottom: 1px dashed #5f4c91;
    display: flex;
}
.news_box ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-style: normal;
    color: #5f4c91;
    font-size: 12px;
}
.news_box ul li time {
    font-size: 10px;
}
.news_box ul li time::before {
    font-size: 11px;
    content: "☆";
    color: #5f4c91;
    margin-right: 5px;
}
.news_box ul li p {
    font-size: 13px;
}
/*---------------------------
model
---------------------------*/

.model_box {
    padding-bottom: 60px;
}
.model_box ul{
    margin-bottom: 60px;
}
.model_box li {
    display: inline-block;
    width: 20%;
    position: relative;
    padding: 0 1px;
    margin-bottom: 1px;
    vertical-align: bottom;
}
.model_box .name_box {
    background-image: url(../images/common/name-bg-model.svg);
    color: #654b96;
}


/*---------------------------
artist
---------------------------*/

.artist_box {
    padding-bottom: 60px;
}

.artist_box ul{
    margin-bottom: 60px;
}

.artist_box li {
    display: inline-block;
    width: 33.3333%;
    padding: 0 1px;
    margin-bottom: 1px;
    position: relative;
    vertical-align: bottom;
}

.artist_box .name_box {
    background-image: url(../images/common/name-bg-artist.svg);
    background-size: 75%!important;
    color: #fff;
}


/*---------------------------
gam
---------------------------*/

.gam_box {
    padding-bottom: 60px;
}

.gam_box ul{
    margin-bottom: 60px;
}

.gam_box li {
    display: inline-block;
    width: 20%;
    padding: 0 1px;
    position: relative;
    vertical-align: bottom;
}
.gam_box .name_box {
    background-image: url(../images/common/name-bg-gam.svg);

    color: #fff;
}


/*---------------------------
brand
---------------------------*/

.brand_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.brand_box ul {
    margin: 0 0 30px;
}
.brand_box li {
    display: inline-block;
    width: 14.2857%;
    padding: 0 1px;
    position: relative;
    vertical-align: bottom;
    margin-bottom: 10px;
    vertical-align: top;
}
.brand_box li a {
    color: #9881b6;
}
.brand_box .w5 li {
    width: 20%;
}
.brand_box .name_box {
    height: 35px!important;
    float: left;
    position: inherit!important;
    text-align: center;
}
/*---------------------------
ticket
---------------------------*/

.ticket_box .box-01 {
    padding: 40px;
}
.ticket_box .box-01 .box {
    color: #5f4c91;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #9080b2;
    position: relative;
    margin-bottom: 1px;
}
.ticket_box .box-01 .box:after {
    width: 10px;
    height: 100%;
    background-color: #9080b2;
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    transform: translateX(-50%);
}
.ticket_box .box-01 .box a {
    color: #5f4c91;
}
.ticket_box .box-01 .box .img-box {
    width: 50%;
}
.ticket_box .box-01 .box .img-box img {
    width: 100%;
}
.ticket_box .box-01 .box .text-box {
    width: 50%;
    display: flex;
    padding: 20px 50px;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
    position: relative;
}
.ticket_box .box-01 .box .text-box .cat {
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 36px;
}
.ticket_box .box-01 .box .text-box .cat::before {
    content: "";
    background: url(../images/common/icn-ticket.svg)50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    width: 26px;
    height: 14px;
    left: 0;
    top: 4px;
}
.ticket_box .box-01 .box .text-box .tit {
    font-size: 24px;
    margin-bottom: 20px;
}

.ticket_box .box-01 .box .text-box .tit2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.ticket_box .box-01 .box .text-box .tit2 span {
    font-size: 36px;
    font-weight: 700;
}

.ticket_box .box-01 .box .text-box .price {
    font-size: 16px;
    position: relative;
    display: inline-table;
}
.ticket_box .box-01 .box .text-box .price span{
    font-size: 16px;
    position: relative;
    display: inline-table;
    color: #ff007e;
    margin-left: 5px;
}
.ticket_box .box-01 .box .text-box i {
    position: absolute;
    width: 25px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*
.ticket_box .box-01 .box .text-box .sold::before {
content: "";
position: absolute;
left: 0;
top: 50%;
border-bottom: 1px solid #000;
width: 100%;
}*/

/*
.ticket_box .box-01 .box .text-box s:after {
content: "";
position: absolute;
right: -105px;
top: 50%;
background: url(../images/common/icn-sold-out.png)50% 50% no-repeat;
background-size: 100%;
position: absolute;
width: 91px;
height: 24px;
transform: translateY(-50%);
}
}*/
.ticket_box .box-01 .box .text-box .text {
    font-size: 14px;
    margin-bottom: 20px;
}
.ticket_box .box-01 .box .text-box .link {
    font-size: 14px;
    position: relative;
    padding-left: 24px;
}
.ticket_box .box-01 .box .text-box .link::before {
    content: "";
    background: url(../images/common/icn-link.svg)50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
}
.ticket_box .box-01 .box .text-box .info {
    font-size: 14px;
    position: relative;
    padding-left: 24px;
}
.ticket_box .box-01 .box .text-box .info::before {
    content: "";
    background: url(../images/common/icn-i.svg)50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
}

.ticket_box .box-01 .box .text-box .app{
display: inline-block; margin-right: 15px; width: 40%; margin-top: 20px;
}
.ticket_box .box-01 .box .text-box .app:hover{ opacity: 0.8;}

.ticket_box .box-01 .contact {
    text-align: center;
    padding: 40px 0 80px;
    color: #5f4c91;
}
.ticket_box .box-01 .contact a{
    color: #5f4c91;
}
.ticket_box .box-01 .contact .btn {
    width: auto;
    height: 30px;
    margin-bottom: 10px;
    border: 2px solid #5f4c91;
    display: inline-block;
    border-radius: 15px;
    color: #5f4c91;
    position: relative;
    padding: 3px 20px 0 30px;
}
.ticket_box .box-01 .contact .btn::before {
    content: "";
    background: url(../images/common/icn-question-mark.svg)50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    width: 10px;
    height: 16px;
    left: 12px;
    top: 4px;
}
.ticket_box .box-01 .contact .p01 {
    font-size: 16px;
}
.ticket_box .box-01 .contact .p02 {
    font-size: 12px;
    line-height: 180%;
}
.ticket_box .venue-map {
    width: 100%;
    text-align: center;
    padding: 60px 0 90px;
}
.ticket_box .venue-map .pc_dis {
    display: inline-block;
}
#attention {
    padding-top: 40px;
    margin-top: -40px;
}
.ticket_box .attention {
    padding: 40px 40px 80px;
}

.bnr_box .box-01{ padding:20px 40px 40px 40px; margin-bottom: 40px;}
.bnr_box{ width: 100%;}
.bnr_box li{width: 100%;}
.bnr_box li img{ width: 100%;}
.bnr_box li:nth-child(2n) { margin-right:0; }
/*---------------------------
history
---------------------------*/

.history_box {
    padding-bottom: 60px;
}
.history_box li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin: 0 0 30px;
    padding: 0 1px 0 0;
}
.history_box li p {
    text-align: center;
    font-size: 11px;
    margin: 5px 0 0 0;
    color: #5f4c91;
}
/*---------------------------
access
---------------------------*/

.access_box {
    padding-bottom: 60px;
}
.access_box div {
    width: 50%;
    float: left;
}
.access_box .text_box {
    padding: 2.5% 0 0 0;
    text-align: center;
    color: #5f4c91;
}
.access_box .text_box img {
    margin-bottom: 20px;
    max-width: 140px;
}
.access_box .text_box p {
    margin-bottom: 20px;
    font-size: 16px;
}
.access_box .text_box .google_btn a {
    background: #5f4c91;
    ;
    padding: 0 40px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 12px;
    display: inline-block;
    position: relative;
}
.access_box .text_box .google_btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#map {
    width: 50%;
    height: 500px;
}
/*---------------------------
Q&A
---------------------------*/

.qa_box {
    padding-bottom: 60px;
}
.qa_box .caption {
    margin-bottom: 40px;
}
.qa_box .inner {
    padding: 0 30px;
}
.qa_box h3 {
    margin: 0 0 20px 0;
    font-weight: bold;
}
.qa_box h4 {
    margin: 0 0 5px 0;
    color: #5f4c91;
    font-weight: bold;
}
.qa_box .box_01 {
    margin: 0 0 20px 0;
    padding: 10px 0;
    width: 100%;
}

/*---------------------------
admission
---------------------------*/
.admission_box{padding-bottom: 60px;}
.admission_box .caption {margin-bottom: 40px;}
.admission_box .inner{padding:50px 10%;float:left;width:100%;text-align:left;line-height:160%;font-size:14px;}
.admission_box h3{margin:0 0 20px 0;font-weight:bold;}
.admission_box h4{margin:0 0 5px 0;color:#5f4c91;font-weight:bold;}
.admission_box .box_01{margin:0 0 50px 0;padding:10px 0;width:100%;}
.admission_box .box_01 span{font-size:14px; font-weight:bold;}
.admission_box img{ padding:10px 0;width:100%;}

/*---------------------------
privacy
---------------------------*/

.privacy_box {
padding-bottom: 60px;
}
.privacy_box .caption {
    margin-bottom: 40px;
}
.privacy_box .inner {
    padding: 0 30px;
}
.privacy_box h3 {
    margin: 0 0 20px 0;
    font-weight: bold;
}
/*---------------------------
partners_contents
---------------------------*/

.partners_contents {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.partners_contents .box {
    width: 100%;
}
/*---------------------------
report_index
---------------------------*/

.report_index {
    padding: 0 0 100px;
}
.report_index ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.report_index ul li {
    display: inline-block;
    width: 33.3333%;
    padding: 0 1px 0 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}
.report_index ul li p {
    margin: 20px 0 0;
    font-size: 14px;
}
/*---------------------------
report
---------------------------*/

.report h3 {
    margin: 40px 0 20px 0;
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}
.report .nav {
    margin: 30px 0 30px 10px;
}
.report .nav a {
    text-decoration: underline;
}
.report .nav a.on {
    text-decoration: none;
}
.report .foot_nav {
    margin: 0 0 60px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.report .foot_nav p {
    margin: 0 0 10px 0;
}
.report_box {
    padding: 0 0 30px;
    float: left;
}
.report_show ul li {
    display: inline-block;
    width: 20%;
    padding: 0 1px 1px 0;
    vertical-align: top;
}
.report_show .tit_box {
    padding: 20px 20px 0;
}
.report_show .tit_box .cat {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.report_show .tit_box .cat:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -15px;
}
.report_show .tit_box .tit {
    font-size: 14px;
    min-height: 4em;
    line-height: 145%;
}
.report_show .show_01 .tit_box {
    background: #FFBFBE;
}
.report_show .show_02 .tit_box {
    background: #FFFFBF;
}
.report_show .show_03 .tit_box {
    background: #DFBFFF;
}
.report_show .show_04 .tit_box {
    background: #FC6;
}
.report_show .show_sp .tit_box {
    background: #BFFFFF;
}

.report_show_detail{
    margin-bottom: 100px;
}
.report_show_detail .minfont {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size: 14px;
}
.report_show_detail ul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 1px 1px 0;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.report_show_detail ul li figure {
    position: relative;
}
.report_show_detail ul li figure i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
}
.report_show_detail ul li figure i:before {
    content: "+";
    position: absolute;
    right: 8px;
    bottom: 0;
    z-index: 1;
    font-size: 14px;
}
.report_show_detail ul li figure i:after {
    position: absolute;
    content: "";
    width: 0;
    opacity: .8;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #ff0080 transparent;
    right: 0;
    bottom: 1px;
}
.report_show_detail ul li .name {
    font-size: 14px;
    padding: 10px;
    
}
.report_show_detail ul li .logo {
    position: absolute;
    width: 99%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.report_show_detail ul li .tit {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 9px;
    bottom: 5px;
}
.modal-active {
    height: 100%;
    overflow: hidden;
}
#modal-win {
    width: 100%;
    position: absolute;
}
#modal-win-inner {
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}
#modal-bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    cursor: pointer;
}
.modal_box {
    width: 725px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    font-size: 0;
}
.modal_box figure {
    display: inline-block;
    width: 500px;
    vertical-align: top;
}
.modal_box figure img {
    width: 100%;
}
.modal_box .text_box {
    display: inline-block;
    width: 225px;
    padding: 20px 20px 20px;
    box-sizing: border-box;
}
.modal_box .text_box .logo {
    margin-bottom: 20px;
}
.modal_box .text_box .cat {
    font-size: 9px;
    display: none;
}
.modal_box .text_box .name {
    font-size: 14px;
    
}
.modal_box .text_box ul {
    margin-top: 30px;
    display: none;
}
.modal_box .text_box li {
    margin-bottom: 10px;
    font-size: 0;
}
.modal_box .text_box figure {
    display: inline-block;
    width: 60px;
}
.modal_box .text_box figcaption {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 70px;
    margin: 0 0 0 -70px;
}
.modal_box .text_box figcaption .item {
    font-size: 11px;
}
.modal_box .text_box figcaption .price {
    font-size: 11px;
}
.modal_box .prev, .modal_box .next, .modal_box .modal-close {
    position: absolute;
}
.modal_box .prev, .modal_box .next {
    margin-top: -20px;
    top: 50%;
}
.modal_box .prev {
    left: -60px;
}
.modal_box .next {
    right: -15px;
}
.modal_box .prev a:before, .modal_box .next a:before {
    content: "";
    width: 40px;
    height: 40px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
}
.modal_box .prev a:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.modal_box .next a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal_box .modal-close {
    right: 10px;
    bottom: 10px;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 1px;
    height: 20px;
    background: #000;
    transform: rotate(45deg);
}
.modal_box .modal-close:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    background: #000;
}
.report .report_stage {
    margin: 0 20% 40px 20%;
    width: 60%;
    float: left;
}
.report .report_stage .box {
    margin: 0 0 60px 0;
    padding: 0 0 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #A8BECB;
}
.report .report_stage .box h4 {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #A8BECB;
    font-size: 18px;
}
.report .report_stage .box .img_box {
    width: 100%;
    float: left;
}
.report .report_stage .box .img_box img {
    width: 33.3333%;
    float: left;
    padding: 0 1% 2% 1%;
    box-sizing: border-box;
}
.report .report_stage .box .big img {
    width: 100% !important;
}
.report .report_stage .box .mid img {
    width: 50% !important;
}
.report .report_stage .box .text_box {
    width: 97%;
    margin: 0 1.5%;
    float: right;
    text-align: left;
}
.report .report_stage .box .text_box h5 {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-bottom: 5px;
}
.report .report_stage .box .text_box p {
    width: 100%;
    float: left;
}
.report .report_stage .cal .img_box {
    width: 60%!important;
}
.report .report_stage .cal .text_box {
    width: 38%!important;
    margin: 0 !important;
}
.report .report_stage .box .top {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: right;
    float: left;
}
.report_booth{
    margin: 0 15% 40px 15%;
    width: 70%;
    float: left;
}


.report_booth .text_box h4 {
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #A8BECB;
    font-size: 16px;
    font-weight: bold;
}
.report_booth .text_box {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 1%;
    box-sizing: border-box;
}
.report_booth .text_box h5 {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 10px;
    font-weight: bold;
}
.report_booth .text_box p {
    font-size: 12px;
    line-height: 120%;
}
.report_booth ul {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    font-size: 0;
}
.report_booth li {
    margin: 0;
    display: inline-block;
    width: 50%
}


.report_booth li img {
    margin: 0;
    padding: 0 1% 2% 1%;
    box-sizing: border-box;
    width: 100%;
}


@media only screen and (max-width:768px) {
	.report_booth {
    margin: 0 1% 40px 1%;
    width: 98%;
}

}
/*---------------------------
MODAL
---------------------------*/

.remodal {
    max-width: 1200px;
}
.remodal .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.remodal figure {
    width: 46%;
    margin-right: 2%;
}
.remodal figure img {
    width: 100%;
}
.remodal .text_box {
    width: 46%;
    color: #fff;
    margin-left: 2%;
}
.remodal .text_box .tit {
    font-size: 16px;
    margin-bottom: 20px;
}
.remodal .text_box .tit span {
    font-size: 30px;
}
.remodal .text_box .sab {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.remodal .text_box .text {
    font-size: 12px;
    text-align: left;
    line-height: 170%;
}
.remodal .text_box .text a {
    color: #fff;
    text-decoration: underline;
}
.remodal .text_box .text a:hover {
    opacity: 0.8;
}
.remodal-close {
    position: absolute;
    top: 0;
    right: 40px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
}
.remodal-close:hover, .remodal-close:focus {
    opacity: .8
}
.remodal-close:before {
    content: "";
    width: 42px;
    height: 42px;
    background: url(../images/common/close.png) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width:1200px) {
    /*---------------------------
    1200 共通
    ---------------------------*/
    #contents {
        padding: 0;
        margin: 70px 0 0 0;
        width: 100%;
    }
    .pc_dis {
        display: none !important;
    }
    .sp_dis {
        display: block;
    }
    /*---------------------------
    1200 Header
    ---------------------------*/
    header {
        width: 100%;
        position: fixed;
        height: 70px;
        left: 0;
        top: 0;
        border-top: none;
        background: #fff;
    }
    header .inner {
        overflow: auto;
        height: 100%;
    }
    header .logo_box {
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    header .logo_box a{
        height: 100%;
        display: flex;
        align-items: center;
    }

    header .logo_box img {
        margin: 0 23px 0 90px;
        width: auto;
        height: 80%;
    }
    header h1,  header h2 {
        font-size: 14px;
        text-align: left;
        line-height: 160%;
    }
    header h1 {
        padding: .5% 0 5px;
    }
    header h2 {
        margin: 0;
    }
    header nav,  header ul,  header .member,  header .sns_box,  header dl {
        display: none;
    }

    /*---------------------------
    1200 footer
    ---------------------------*/
    footer{
        flex-wrap: wrap;
    }

    footer .sub{
        width: 100%;
        border: 0;
        padding-top: 0;
    }

    footer .box{
        width: 50%;
    }

    footer .logo{
        border-right: 1px solid #fff;
    }


    /*---------------------------
    Menu
    ---------------------------*/
    .overlay {
        display: block;
    }
    .btn {
        display: block;
        width: 70px;
        height: 70px;
        position: fixed;
        z-index: 8888;
        left: 0;
        top: 0;
        background: #9881b6;
        cursor: pointer;
    }
    /* #trigger-overlay */
    .btn #trigger-overlay,
    .btn #trigger-overlay:before,
    .btn #trigger-overlay:after {
        position: relative;
        display: block;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 30px;
        background: #662d91;
        content: '';
        transition: all .2s ease;
    }
    .btn #trigger-overlay {
        transform: translate3d(-50%, -1px, 0);
    }
    .btn #trigger-overlay::before {
        transform: translate3d(-50%, -10px, 0);
    }
    .btn #trigger-overlay:after {
        transform: translate3d(-50%, 8px, 0);
    }
    /* open */
    .is-open #trigger-overlay {
        background-color: transparent;
    }
    .btn #trigger-overlay:before,
    .btn #trigger-overlay:after {
        top: 0;
    }
    .is-open #trigger-overlay::before {
        transform: translateX(-50%) rotate(45deg);
        top: 0;
    }
    .is-open #trigger-overlay:after {
        transform: translateX(-50%) translateY(-10px) rotate(-45deg);
        top: 8px;
    }
    .side-menu {
        display: none;
    }
    .overlay ul {
        margin: 80px 0 40px;
    }
    .overlay ul li {
        padding-left: 100px;
    }
    .overlay .sns_box {
        margin-left: 100px;
    }
    .overlay dl {
        padding-left: 100px;
    }
    .overlay dd {
        max-width: 400px;
    }
}

@media only screen and (max-width:768px) {
    #loader-bg,  #wrapper {
        background-size: 140%;
    }
    #loader {
        width: 110px;
        margin: -80px 0 0 -55px;
    }
    /*---------------------------
    768 共通
    ---------------------------*/
    #contents {
        margin: 38px 0 0 0;
    }
    .caption {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 20px;
    }
    #contents .caption_border {
        font-size: 12px;
        padding: 2px 10px;
        top: -13px;
        width: calc(100% + 30px);
    }
    #contents .name_box p,#contents .name_box .line2{
        font-size: 11px;
        line-height: 120%;
    }
    #contents .name_box .minfont{font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; font-size: 11px;}
    .more a {
        font-size: 9px;
        padding-right: 16px;
        padding: 0 25px 0 15px;
        top: 47px;
    }
    .more a img {
        width: 10px;
        top: 4px;
    }
    .andmoe {
        font-size: 14px;
    }
    .andmoe .sub {
        font-size: 9px;
        line-height: 110%;
    }
    /*---------------------------
    768 Header
    ---------------------------*/
    header {
        height: 38px;
    }
    header .logo_box {
        padding: 0;
    }
    header .logo_box img{
        height: 60%;
    }
    header .logo_box .logo,  .fixed header logo_box .logo {
        margin: 0 7px 0 45px;

    }
    header h1,  header h2 {
        font-size: 9px;
        line-height: 100%;
    }
    /*---------------------------
    Menu
    ---------------------------*/
    .overlay {
        display: block;
    }
    .overlay ul {
        display: inline-block;
        position: relative;
        margin: 40px 0 20px;
        width: 100%;
    }
    .overlay ul li {
        padding-left: 50px;
    }
    .overlay .sns_box {
        margin: 0 0 5% 45px;
    }
    .overlay dl {
        margin: 0 0 30px;
        padding: 0 45px;
    }
    .overlay dt {
        margin: 0 0 10px;
    }
    .btn {
        width: 38px;
        height: 38px;
    }
    /* #trigger-overlay */
    .btn #trigger-overlay,
    .btn #trigger-overlay:before,
    .btn #trigger-overlay:after {
        position: relative;
        display: block;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 20px;
        background: #662d91;
        content: '';
        transition: all .2s ease;
    }
    .btn #trigger-overlay {
        transform: translate3d(-50%, -1px, 0);
    }
    .btn #trigger-overlay::before {
        transform: translate3d(-50%, -8px, 0);
    }
    .btn #trigger-overlay:after {
        transform: translate3d(-50%, 6px, 0);
    }
    /* open */
    .is-open #trigger-overlay {
        background-color: transparent;
    }
    .btn #trigger-overlay:before,
    .btn #trigger-overlay:after {
        top: 0;
    }
    .is-open #trigger-overlay::before {
        transform: translateX(-50%) rotate(45deg);
        top: 0;
    }
    .is-open #trigger-overlay:after {
        transform: translateX(-50%) translateY(-10px) rotate(-45deg);
        top: 8px;
    }
    /*---------------------------
    768 Footer
    ---------------------------*/
    footer {
        padding: 8% 8% 18% 8%;
        flex-wrap: wrap;
    }
    footer:after {
        display: none;
    }

    footer .sub{
        width: 100%;
        border: none;
        padding: 30px 0 30px;
    }

    footer .sub p{
        font-size: 10px;
    }

    footer .sub img{
        width: 90px;
    }

    footer .menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    footer .menu .tit {
        margin: 0 0 10px;
        padding: 40px 0 0;
        font-size: 16px;
        float: left;
        width: 100%;
    }
    footer .menu ul {
        width: 100%;
        padding: 0 0 6%;
    }
    footer .menu ul li {
        margin: 4px 0;
        font-size: 10px;
    }
    footer .logo {
        margin: 5% 0 0 0;
        width: 100%;
        border: none;
    }
    footer .logo img {
        margin: 0 0 10px;
        width: 100px;
    }

    footer .logo ul li {
        margin: 4px 0;
        font-size: 10px;
    }

    footer address {
        font-size: 10px;
    }

    footer .fix_bnr{width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 100000;
    }



    /*---------------------------
    Side Menu
    ---------------------------*/
    .side-menu {
        display: none;
    }
    /*---------------------------
    768 Sponsor
    ---------------------------*/
    .sponsor_box {
        padding: 24px 0 0 0;
    }
    .sponsor_box ul {
        margin-bottom: 70px;
    }
    .sponsor_box li {

        padding: 3%;
        display: inline-block;

    }
    .sponsor_box li img {
    }
    .sponsor_box .sub {
        padding: 5%;
    }
    .sponsor_box dl {
        font-size: 0;
        transform: translateY(0);
    }
    .sponsor_box dt,  .sponsor_box dd {
        font-size: 10px;
        padding: 0;
        text-align: center;
    }
    .sponsor_box dt:after {
        display: none;
    }
    .sponsor_box dt {
        width: 100%;
    }
    .sponsor_box dd {
        width: 100%;
        margin-bottom: 3%;
    }
    .sponsor_box .w10 {
        width: 10%;
    }
    .sponsor_box .w15 {
        width: 15%;
    }
    .sponsor_box .w20 {
        width: 20%;
    }
    .sponsor_box .w25 {
        width: 25%;
    }
    .sponsor_box .w30 {
        width: 30%;
    }
    .sponsor_box .w35 {
        width: 35%;
    }
    .sponsor_box .w40 {
        width: 40%;
    }
    .sponsor_box .w45 {
        width: 45%;
    }
    .sponsor_box .w50 {
        width: 50%;
    }
    .sponsor_box .w55 {
        width: 55%;
    }
    .sponsor_box .w60 {
        width: 60%;
    }
    .sponsor_box .w65 {
        width: 65%;
    }
    .sponsor_box .w70 {
        width: 70%;
    }
    .sponsor_box .w75 {
        width: 75%;
    }
    .sponsor_box .w80 {
        width: 80%;
    }
    .sponsor_box .w85 {
        width: 85%;
    }
    .sponsor_box .w90 {
        width: 90%;
    }
    .sponsor_box .w95 {
        width: 95%;
    }
    .sponsor_box .w100 {
        width: 100%;
    }
    /*---------------------------------------------------------------------------------------------------------------------------------------
    768 TOP
    ---------------------------------------------------------------------------------------------------------------------------------------*/
    #contents .caption {
        padding: 0;
        font-size: 12px;
        min-height: 60px;
    }

    #contents .caption span{
        padding-top: 45px;
    }


    #contents .caption::before{
        height: 40px;

    }
    #contents .caption:after{
        width: 200px;
        background-repeat: no-repeat;
        top:-10px;

    }

    #contents  .caption_border {
        min-height: auto;
        top: 1px;
    }

    /*---------------------------------------------------------------------------------------------------------------------------------------
    パートナーズコンテンツ up時
    #contents  .caption_border {
        min-height: auto;
        top: 0;
    }

    ---------------------------------------------------------------------------------------------------------------------------------------*/
    #contents  .caption_border span{
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 10px;
    }

    #contents .caption_border:after{
        top: 15px;
        width: 100%;

    }


    /*#contents .w180{width:180px;}*/
    #contents .big {
        width: 200px!important;
    }
    #contents .name_box {
        font-size: 12px;
        height: 30px;
    }
    #contents .name_box span {
        font-size: 9px;
    }
    /*---------------------------
    768 main_img
    ---------------------------*/
    .main_img {
        padding: 15px;
    }
    .main_img .text_box {
        height: auto;
        padding: 15px 0 5px;
        margin: 0;
        width: 100%;
    }
    .main_img .text_box:after {
        display: none;
    }
    .main_img .text_box2 {
        height: auto;
        padding: 20px 5% 30px;
        margin: 0 0 0 0;
        width: 100%;
        background: rgba(255, 255, 255, 1);
    }
    .main_img .tit,.main_img .tit2 {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 10px;
        position: static;
        top: auto;
        left: auto;
        transform: translateX(0);
    }
    .main_img .text_box .cap {
        font-size: 9px;
        margin-bottom: 12px;
    }
    .main_img .sub-tit {
        font-size: 12px;
        line-height: 150%;
        margin-top: 0;
    }
    .main_img .text_box .bar {
        display: none;
        /*width: 115px;
        height: 1px;*/
    }
    .main_img .text_box .bar span {
        height: 1px;
        display: block;
    }
    .main_img .text_box2 .bar {
        width: 115px;
        height: 1px;
    }
    .main_img .text_box2 .bar span {
        height: 1px;
        display: block;
    }
    .main_img .bx-controls {
        display: none;
    }
    .main_img .character{
        display: none;
    }
	
	.main_img2 .text_box:after {
    content: "";
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: -20px;
    height: 50px;
    background-image: url(../images/common/main-img-bg.svg);
    background-size: 100%;
    max-width: 568px;
    transform: translateX(-50%);
}
.main_img2{ padding: 0;}
.main_img2 .tit{ font-size: 13px; top: 3px;}
.main_img2 .bnr{ margin-top: 30px; width: 100%;}

   .rba_bnr{width: 100%; display: block;
    }
    /*---------------------------
    768 top_banner
    ---------------------------*/
    .top_banner {
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .top_banner .left-app {
        width: 100%;
    }
    .top_banner .left-app img {
        width: 100%;
    }
    .left-app .text-box {
        width: 166px;
        right: 15px;
    }
    .left-app .text-box p {
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 5px;
    }
    .left-app .text-box ul {
        display: flex;
    }
    .top_banner .right-ticket {
        width: 100%;
        background-color: #d9c0d9;
        border-top: 1px solid #9881b6;

    }
    .top_banner .right-ticket .bg {
        display: none;
    }
    .top_banner .right-ticket .text-box {
        padding: 25px;
        position: inherit;
        transform: translateY(0);
    }
    .top_banner .right-ticket dt {
        padding-left: 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .top_banner .right-ticket dt img {
        width: 25px;
    }
    .top_banner .right-ticket dd {
        font-size: 10px;
        line-height: 200%;
    }
    .top_banner .right-ticket .arrow {
        width: 20px;
        right: 0;
    }

    .top_banner .admission{width: 100%; display: block;}
    .top_banner .admission a{
        display: block;
        padding:10px;
        background: #000;
        color: #fff;
        width: 100%;
        font-size: 16px; font-weight: bold;
        text-align: center;}

    /*---------------------------
    768 top_sns
    ---------------------------*/
    .top_sns {
        margin: 0 0 10%;
    }
    .top_sns li {
        font-size: 40px;
        margin: 0 0 1px;
        width: 33.3333%;
        height: 150px;
        line-height: 150px
    }
    /*---------------------------
    768 top_topics
    ---------------------------*/
    .top_topics {
        padding: 0 15px;
        margin: 0 0 20px;
    }
    .top_topics article {
        width: 50%;
        padding: 0 1px 0;
    }
    .top_topics article:nth-of-type(n + 5) {
        display: none;
    }
    .top_topics .tit_box {
        padding: 8px 5px;
    }
    .top_topics time {
        font-size: 9px;
    }
    .top_topics h1 {
        font-size: 10px;
    }
    /*---------------------------
    768 top_news
    ---------------------------*/
    .top_news {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .top_news .news_list {
        width: 100%;
        padding: 0 0 5%;
    }
    .top_news .news_list li {
        margin: 0 0 5px;
        padding: 0 0 10px 45px;
    }
    .top_news .news_list li i {
        font-size: 10px;
    }
    .top_news .news_list li time {
        font-size: 9px;
    }
    .top_news .news_list li p {
        font-size: 10px;
    }
    .top_news .pick_up {
        width: 100%;
    }
    .top_news .pick_up figure {
        width: 100%;
    }
    .top_news .pick_up .text_box {
        width: 100%;
        padding: 0 100px 15px 15px;
        line-height: 160%;
    }
    .top_news .pick_up .text_box .p01 {
        font-size: 10px;
    }
    .top_news .pick_up .text_box .p02 {
        font-size: 14px;
    }
    .top_news .pick_up .text_box .p03 {
        font-size: 10px;
    }
    .top_news .pick_up .text_box .profile-btn {
        top: auto;
        bottom: 15px;
        right: 15px;
        transform: translateY(0);
    }

    .top_news .pick_up .text_box .profile-btn a {
        padding: 0 25px 0 15px;
        font-size: 10px;
    }
    .top_news .pick_up .text_box .profile-btn a:after {
        right: 15px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    /*---------------------------
    768 top_model
    ---------------------------*/
    .top_model {
        padding: 0 15px;
        margin: 0 0 40px;
    }
    .top_model .bx-controls {
        bottom: 10px;
        display: none;
    }
    /*---------------------------
    768 top_artist
    ---------------------------*/
    .top_artist {
        padding: 0 15px;
        margin: 0 0 40px;
    }
    .top_artist li {
        width: 49.9%;
    }

    #contents .top_artist .name_box p{
        margin-bottom: 3%;
    }

    /*---------------------------
    768 top_artist
    ---------------------------*/
    .top_gam {
        padding: 0 15px;
        margin: 0 0 60px;
    }
    .top_gam li {
        width: 50%;
    }

    #contents .top_gam .name_box p{
        margin-bottom: 2%!important;
    }

    /*---------------------------
    768 top_special_stage
    ---------------------------*/
    .top_special_stage {
        padding: 0 15px;
        margin: 0 0 40px;
    }
    .top_special_stage li {
        width: 49.9%;
    }

    .top_special_stage .name_box{
        height: auto!important;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    /*---------------------------
    768 top_brand
    ---------------------------*/
    .top_brand {
        padding: 0 15px;
        margin: 0 0 60px;
    }
    /*---------------------------
    768 top_partner_contents
    ---------------------------*/
    .top_partner_contents {
        padding: 0 15px;

    }
    .top_partner_contents .tit_box {
        padding: 10px 20px;
        font-size: 12px;
    }
    .top_partner_contents .bx-controls {
    }
    .top_partner_contents .bx-has-pager {
        display: block;
    }
    /*---------------------------------------------------------------------------------------------------------------------------------------
    768 lower
    ---------------------------------------------------------------------------------------------------------------------------------------*/
    .lower {
        margin: 38px 0 0 0 !important;
    }
    .lower .head_img .caption {
        left: 0 !important;
        margin: 0 !important;
    }

    .lower .caption{
        margin-top: -40px;
    }


    .and_more {
        font-size: 25px;
        line-height: 90%;
    }
    .and_more p {
        font-size: 10px;
        line-height: 120%;
    }
    .az50 {
        margin: 0 0 20px;
        padding-right: 15px;
    }
    /*---------------------------
    768 whatsga
    ---------------------------*/
    .whatsga_box .box-01 {
        display: flex;
        flex-flow: nowrap;
        flex-direction: column;
    }
    .whatsga_box .box-01 figure {
        width: 100%;
        padding: 0 15px!important;
    }
    .whatsga_box .box-01 .text_box {
        width: 100%;
        padding: 0 15px;
    }
    .whatsga_box .box-01 .text_box .p01 {
        font-size: 12px;
        line-height: 200%;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .whatsga_box .box-01 .text_box .p02 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .whatsga_box .box-01 .text_box .p03 {
        font-size: 12px;
    }
    .whatsga_box .box-02 {
        padding: 60px 0;
    }
    .whatsga_box .box-02 img {
        width: 180px;
    }
    .whatsga_box .box-03 {
        padding-bottom: 80px;
    }
    .whatsga_box .box-03 dl {
        width: 100%;
        font-size: 0;
        padding: 0 15px;
        margin-bottom: 0;
    }
    .whatsga_box .box-03 dt {
        font-size: 11px;
        width: 80px;
        margin-bottom: 10px;
    }
    .whatsga_box .box-03 dd {
        font-size: 11px;
        padding: 0 0 0 80px;
        margin: 0 0 10px -80px;
    }
    /*---------------------------
    768 topics
    ---------------------------*/
    .topics_box {
        padding: 0 0 15px;
    }
    .topics_box article {
        width: 50%;
        padding: 0 1px 0;
        margin-bottom: 5%;
    }
    .topics_box h1 {
        font-size: 10px;
        padding: 2% 3%;
        bottom: 1px;
    }
    /*---------------------------
    768 news
    ---------------------------*/
    .news_box {
        padding: 0 0 60px;
    }
    .news_box .caption {
        margin-bottom: 0;
    }
    .news_box ul {
        padding: 0 15px;
    }
    .news_box li {
        margin: 0 0 10px;
        font-size: 10px;
    }
    .news_box li p {
        font-size: 12px;
    }
    /*---------------------------
    768 model
    ---------------------------*/
    .model_box {
        padding: 0 0 60px;
    }
    .model_box li {
        width: 50%;
        vertical-align: bottom;
    }
    /*---------------------------
    768 artist
    ---------------------------*/
    .artist_box {
        padding: 0 0 60px;
    }
    .artist_box li {
        width: 50%;
    }
    /*---------------------------
    768 gam
    ---------------------------*/
    .gam_box {
        padding: 0 0 60px;
    }
    .gam_box li {
        width: 50%;
        vertical-align: bottom;
    }
    /*---------------------------
    768 brand
    ---------------------------*/
    .brand_box {
        padding: 0 0 30px;
    }
    .brand_box li {
        width: 50%;
    }
    .brand_box .w5 li {
        width: 50%;
    }
    /*---------------------------
    768 ticket
    ---------------------------*/
    .ticket_box {
    }
    .ticket_box .box-01 {
        padding: 15px;
    }
    .ticket_box .box-01 .box {
        border: 5px solid #9080b2;
        margin-bottom: 1px;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .ticket_box .box-01 .box:after {
        display: none;
    }
    .ticket_box .box-01 .box a {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .ticket_box .box-01 .box a:after {
        display: none;
    }
    .ticket_box .box-01 .box .img-box {
        width: 100%;
        border-bottom: 5px solid #9080b2;
    }
    .ticket_box .box-01 .box .text-box {
        width: 100%;
        display: flex;
        padding: 15px;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        text-align: left;
        position: relative;
    }
    .ticket_box .box-01 .box a .text-box:after {
        content: "";
        background: url(../images/common/icn-nav.png)50% 50% no-repeat;
        background-size: 100%;
        position: absolute;
        width: 15px;
        height: 40px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .ticket_box .box-01 .box .text-box .cat {
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 32px;
    }
    .ticket_box .box-01 .box .text-box .cat::before {
        width: 24px;
        height: 12px;
        left: 0;
        top: 4px;
    }
    .ticket_box .box-01 .box .text-box .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ticket_box .box-01 .box .text-box .price {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .ticket_box .box-01 .box .text-box .sold::before {
        border-bottom: 1px solid #000;
        width: 100%;
    }
    .ticket_box .box-01 .box .text-box .sold:after {
        right: -55px;
        top: 50%;
        width: 45px;
        height: 12px;
    }
    .ticket_box .box-01 .box .text-box .text {
        font-size: 11px;
        margin-bottom: 20px;
    }
    .ticket_box .box-01 .box .text-box .link {
        font-size: 10px;
        padding-left: 14px;
    }
    .ticket_box .box-01 .box .text-box .link::before {
        width: 10px;
        height: 10px;
        left: 0;
        top: 3px;
    }
    .ticket_box .box-01 .box .text-box .info {
        font-size: 10px;
        padding-left: 14px;
    }
    .ticket_box .box-01 .box .text-box .info::before {
        width: 10px;
        height: 10px;
        left: 0;
        top: 3px;
    }
    .ticket_box .box-01 .contact {
        text-align: center;
        padding: 40px 0 60px;
    }
    .ticket_box .box-01 .contact .btn {
        background: #fff;
    }
    .ticket_box .box-01 .contact .p02 {
        font-size: 10px;
    }
    .ticket_box .venue-map {
        padding: 20px 15px 60px;
    }
    .ticket_box .venue-map img {
        width: 100%;
    }
    .ticket_box .attention {
        padding: 20px 15px 60px;
    }

    .ticket_box .box-01 .box .text-box .tit2 {
    font-size: 18px; margin-bottom: 10px;
}

.ticket_box .box-01 .box .text-box .tit2 span {
    font-size: 30px;
    font-weight: 700;
}
.ticket_box .box-01 .box .text-box .app{ margin-top: 0px; width: 43%;}

    .bnr_box .box-01{ padding: 15px; margin-bottom: 20px;}
.bnr_box li{ display: inline-block; width: 100%; margin-right:0; margin-bottom: 20px; }
.bnr_box li:nth-child(2n) { margin-right:0; }
    /*---------------------------
    768 history
    ---------------------------*/
    .history_box {
        padding: 0 0 60px;
    }
    .history_box ul {
        padding: 0 15px;
    }
    .history_box li {
        width: 100%;
        vertical-align: top;
        margin: 0 0 5px;
        padding: 0 1px 0 0;
    }
    .history_box li figure {
        float: left;
        margin: 0 20px 0 0;
        width: 30%;
    }
    .history_box li p {
        text-align: left;
        ;
        font-size: 11px;
        margin: 3% 0 0 0;
    }
    /*---------------------------
    768 access
    ---------------------------*/
    .access_box {
        padding-bottom: 60px;
    }
    .access_box div {
        width: 100%;
    }
    .access_box .text_box {
        padding: 20px 15px 30px;
    }
    .access_box .text_box img {
        margin-bottom: 20px;
    }
    .access_box .text_box p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .access_box .text_box .google_btn a {
        padding: 0 35px 0 20px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
    }
    #map {
        width: 90%;
        height: 300px;
        margin: 0 5%;
    }
    /*---------------------------
    768 Q&A
    ---------------------------*/
    .qa_box {
        font-size: 12px;

    }

    .qa_box .inner {
        padding: 0 15px;
    }

    /*---------------------------
    768 admission
    ---------------------------*/
    .admission_box{padding: 0 5% 5% 5%; font-size:12px;}
    .admission_box .box_01{margin:0 0 30px 0;padding:10px 0;width:100%;}
    .admission_box .inner{padding:0 0 50px 0;}

    /*---------------------------
    privacy
    ---------------------------*/
    .privacy_box {
        font-size: 12px;
    }
    .privacy_box .inner {
        padding: 0 15px;
    }
    /*---------------------------
    768 report
    ---------------------------*/
    .report {
        padding: 15px 0;
        float: left;
        width: 100%;
    }
    .report h3 {
        margin: 0 0 10px 0;
        font-size: 15px;
    }
    .report_box {
        padding: 0 0 30px;
        float: left;
    }
    .report_show ul li {
        width: 50%;
    }

    report_show_detail{
        margin-bottom: 50px;
    }

    .report_show_detail ul li {
        width: 50%;
    }
    #modal-win {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        position: fixed !important;
        top: 0 !important;
        z-index: 99999;
        overflow: auto;
    }
    #modal-win-inner {
        height: 100%;
        width: 90% !important;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .modal_box {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
    .modal_box figure {
        display: inline-block;
        width: 100%;
    }
    .modal_box .text_box {
        display: inline-block;
        width: 100%;
        padding: 15px 0 0;
        text-align: center;
    }
    .modal_box .text_box .logo {
        width: 50%;
    }
    .modal_box .text_box .cat {
        text-align: left;
    }
    .modal_box .text_box .name {
        text-align: left;
    }
    .modal_box .prev {
        left: -5px;
    }
    .modal_box .next {
        right: 35px;
    }
    .modal_box .prev a:before,  .modal_box .next a:before {
        content: "";
        width: 40px;
        height: 40px;
    }
    .modal_box .modal-close {
        right: 10px;
        bottom: 10px;
        margin: 0 20px 0 7px;
        padding: 0;
        width: 1px;
        height: 20px;
    }
    .modal_box .modal-close:before {
        top: 50%;
        left: -9px;
        width: 20px;
        height: 1px;
        margin-top: -1px;
    }
    .modal_box .text_box ul {
        text-align: left;
    }
    .report .report_stage {
        margin: 0 2% 40px 2%;
        width: 96%;
    }
    .report .report_stage .box {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        float: left;
        width: 100%;
    }
    .report .report_stage .cal .img_box {
        width: 100%!important;
    }
    .report .report_stage .cal .text_box {
        width: 100%!important;
    }
    .report .report_stage .box .text_box h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }


    /*---------------------------
    MODAL
    ---------------------------*/
    .remodal .inner {
        display: block;
        padding: 40px;
    }
    .remodal figure {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .remodal .text_box {
        width: 100%;
        margin-left: 0;
    }
    .remodal .text_box .tit {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .remodal .text_box .tit span {
        font-size: 25px;
    }
    .remodal .text_box .sab {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .remodal .text_box .text {
        font-size: 11px;
        line-height: 160%;
    }
    .remodal-close {
        position: fixed !important;
        top: 10px;
        right: 0;
        width: 30px;
        height: 30px;
    }
    .remodal-close:before {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    /*---------------------------
    768 report_index
    ---------------------------*/

    .report_index {
        padding: 0 0 50px;
    }
    .report_index ul li {
        width: 45%;
    }


}
/*---------------------------
bxslider
---------------------------*/

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #FFB7C2;
    z-index: 4444;
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 5px;
}
/*---------------------------
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
---------------------------*/
.bx-wrapper .bx-pager  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #662d91;
}
/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/*
*  Remodal - v1.1.1
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/

/* ==========================================================================
Remodal's necessary styles
========================================================================== */

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.remodal, [data-remodal-id] {
    display: none;
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal-is-initialized {
    display: inline-block;
}
/*
*  Remodal - v1.1.1
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(0, 0, 0, 0.9);
}
/*.remodal-overlay.remodal-is-opening,*/

.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/*.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes;}*/

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */

.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}
/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}
.remodal-confirm {
    color: #fff;
    background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a;
}
.remodal-cancel {
    color: #fff;
    background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* Media queries
========================================================================== */

/*@media only screen and (min-width:641px){.remodal{max-width:600px;}}*/

/* IE8
========================================================================== */

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}
.lt-ie9 .remodal {
    width: 700px;
}
