@charset "utf-8";

yt{
	color: #ebae16;
	font-size: 16px;
}
.g-top {
    position: relative;
    width: 100%;
    height: 320px;
    -webkit-filter: blur(1px); /* Chrome, Opera */
            filter: blur(1px);
}
.g-top.bg_ani_move {
    -webkit-animation:bg_move 2s linear 0s both;
    -o-animation:bg_move 2s linear 0s both;
    animation:bg_move 2s linear 0s both;
}
@-webkit-keyframes bg_move{
    to {
        background-position: 50% bottom;
        -webkit-filter: blur(0); 
    }
}
@keyframes bg_move{
    to {
        background-position: 50% bottom;
        filter: blur(0);
    }
}
.m-news-slogan {
    width: 465px;
    left: 50%;
    position: relative;
    margin-left: -620px;
    top: 110px;
}

.g-cont {
    padding: 50px 0 80px;
}

.m-news-more {
    width: 1100px;
}

.c-news-list {
    padding-bottom: 0px;
}

.g-char-list {
    width: 100%;
    padding: 10px 0 50px;
    font-size: 0;
}

.g-char-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(94% / 3);
    margin: 1%;
}

.m-char-box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.m-char-box .imgBox {
    width: 100%;
    position: relative;
    z-index: 1;
}

.m-char-box .imgBox img {
    width: 100%;
    vertical-align: top;
    transition: all 0.5s ease 0s;
}


.m-char-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
        background: rgba(0, 0, 0, 0.74);
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}

.m-char-hover p {
    line-height: 18px;
    display: block;
    width: 94%;
    margin: 3% auto;
    text-align: justify;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.g-char-list a:hover .m-char-hover {
    opacity: 1;
}

.g-char-list a:hover .txt {
    bottom: -100%;
}

.g-char-list a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);    
    filter: blur(10px); 
}



/* character detail page */

.g-char-top {
    width: 100%;
    position: relative;
	margin-top: -40px;
}

.m-char-top-bg {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.m-char-top-bg img {
    position: relative;
    z-index: 1;
    width: 100%;
    vertical-align: top;
}




.m-char-top-cont {
    position: absolute;
    z-index: 9;
    right: 50%;
    top: 28%;
    max-width: 550px;
    min-height: 250px;
    width: 50%;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 50px 50px;
    color: #e2ebef;
}

.m-char-top-cont-line {
    top: 10px;
    background: #e6bc16;
    width: 10px;
    left: -5px;
    position: absolute;
    height: 185px;
    z-index: 2;
}

.m-char-top-cont h3 {
    padding-top: 20px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.m-char-top-cont h4 {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.m-char-top-cont p {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    word-break: break-word;
}
.m-skill .imgBox {
    width: 30%;
    padding-right: 15px;
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
}

.m-skill .txt {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.m-skill .txt h5 {
    padding-top: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #e2ebef;
}

.m-skill .txt p {
    line-height: 20px;
    font-size: 14px;
    color: #e2ebef;
    word-break: break-word;
}

.m-char-top-man {
    position: absolute;
    left: 50%;
    top: 17%;
    z-index: 9;
    width: 29%;
    webkit-transform: translate3d(0, 0, 0);
    -ms-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*transition:all 0.3s linear 0s;*/
}
.m-char-top-man.show {
    display: block;
}

.g-char-detail {
    padding: 80px 0 120px;
    background: #1d2125;
    position: relative;
}

.g-char-detail-main {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.g-char-detail-main h3 {
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.g-char-detail-main h3 span {
    display: block;
    position: relative;
}

.g-char-detail-main h3 i {
    position: absolute;
    left: 0px;
    bottom: 5px;
    background: #e6bc16;
    height: 5px;
    width: 140px;
}

.g-char-detail-list {
    font-size: 0px;
}

.g-char-detail-list li {
    font-size: 0;
    width: 50%;
    height: 180px;
    border-bottom: 2px solid #333333;
    padding: 35px 0;
    vertical-align: top;
    display: inline-block;
}

.g-char-detail-list li .imgBox {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    max-width: 140px;
}

.g-char-detail-list li .imgBox img {
    width: 100%;
    vertical-align: top;
}

.g-char-detail-list li .txt {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.g-char-detail-list li .txt h5 {
    padding-top: 40px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #e2ebef;
    text-transform: uppercase;
}

.g-char-detail-list li .txt p {
    line-height: 20px;
    font-size: 14px;
    color: #e2ebef;
    word-break: break-word;
}

.m-char-top-cont h3.m-char-top-detail {
    font-size: 20px;
    text-transform: uppercase;
}

.m-char-detail-arrow {
    height: 18px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}

.g-character-wrap {
    background: #eeeeee;
    padding: 50px 0 100px;
}

.g-character-wrap h2 {
    color: #222;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.mobile_bg {
    display: none;
}

.m-video-bg {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
}
.m-video-bg.show {
    display: block;
}
.m-video-bg video {
    width: 100%;
    vertical-align: top;
}
.m-go-arrow {
    background-image: url(../imgg/character/pop_icon.png);
    width: 41px;
    position: absolute;
    z-index: 9;
    top: 50%;
    height: 82px;
    margin-top: -70px;
    display: block;
}
.m-go-arrow-left {
    left: 10px;
    background-position: 0 0;
}
.m-go-arrow-left:hover {
    background-position: -68px 0;
}
.m-go-arrow-right{
    right: 10px;
    background-position: -136px 0;
}
.m-go-arrow-right:hover {
    background-position: -204px 0;
}

.m-changeBg {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 45%;
    margin-left: 500px;
    z-index: 9999;
    top: 18%;
    cursor: pointer;
	display: none;
}
.m-changeBg .x-circle {
    display: block;
    height: 70px;
    width: 70px;
    background: url( ../imgg/character/circle.png) top center no-repeat;
    z-index: 1;
    position: relative;
    -webkit-animation: rotateX 5s linear 0s infinite;
    animation: rotateX 5s linear 0s infinite;
}
.m-changeBg:hover .x-circle {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    background-position: 0 -70px;
}
@-webkit-keyframes rotateX {
    0%{
        -webkit-transform:rotateZ(0deg);
    }
    100% {
        -webkit-transform:rotateZ(-360deg);
    }
}

@keyframes rotateX {
    0%{
        transform:rotateZ(0deg);
    }
    100% {
        transform:rotateZ(-360deg);
    }
}
.m-changeBg .x-core {
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    background-image: url( ../imgg/character/core.png);
    -webkit-transition:-webkit-transform 1s ease-in-out;
    transition:transform 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.m-changeBg .x-core3d {
    background-position: 0 0;
    -webkit-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
}
.m-changeBg:hover .x-core3d {
    background-position: -70px 0;
}
.m-changeBg .x-core2d {
    background-position:  0 -70px;
    -webkit-transform:rotateY(0deg);
    transform:rotateY(0deg);
}
.m-changeBg:hover .x-core2d {
    background-position: -70px -70px;
}
.m-changeBg.turn  .x-core3d{
    -webkit-transform:rotateY(0deg);
    transform:rotateY(0deg);
}
.m-changeBg.turn  .x-core2d{
    -webkit-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
}
.m-mouse {
    width: 90px;
    left: 50%;
    bottom: 50px;
    margin-left: -45px;
    position: absolute;
    z-index: 9;
    height: 83px;
    background-image: url( ../imgg/character/mouse_sprite.png);
    background-repeat: no-repeat;
    background-position: 13px 0;
	top: 89vh;
}
.m-mouse span {
    display: block;
    width: 18px;
    height: 9px;
    background: url( ../imgg/character/mouse_arrow.png) top center no-repeat;
    margin: 24px auto 0;
    -webkit-animation: mouse_move 2s ease 0s infinite;
    animation: mouse_move 2s ease 0s infinite;
}
.m-char-box .txt {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 14px 30px;
    background: rgba(252, 252, 252, 0.78);
    z-index: 8;
    transition: bottom 0.5s ease 0s;
    text-align: center;
}
@-webkit-keyframes mouse_move {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    80% {
        -webkit-transform: translateY(8px);
    }
}

@keyframes mouse_move {
    0%,
    100% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(8px);
    }
}

/* media query */

@media only screen and (max-width: 1250px) {
    .m-news-more {
        width: 70%;
    }
    .m-news-slogan {
        width: 470px;
        left: 0;
        position: relative;
        margin-left: 20px;
        top: 100px;
    }
    .g-char-list li {
        width: 33.33%;
    }
    .m-char-box .txt {
        font-size: 12px;
        line-height: 16px;
    }
    .m-char-box .txt>span {
        height: 32px;
    }
    .m-char-top-cont h3 {
        padding-top: 10px;
        line-height: 36px;
        font-size: 24px;
    }
    .m-char-top-cont h4,
    .m-char-top-cont p {
        line-height: 20px;
    }
    .m-char-top-cont {
        top: 20%;
        padding: 0 50px 20px;
    }
    .g-char-detail-list li .imgBox {
        padding-top: 10px;
    }
	.g-char-list li {
	width: calc(96% / 2);
}
}


/* ipad  */

@media only screen and (max-width: 980px) {
    .m-mouse {
        display: none;
    }
    .m-char-top-detail {
        display: none;
    }
    .g-char-detail-main h3 {
        line-height: 50px;
        font-size: 24px;
    }
    .g-char-detail-main {
        padding: 0 20px;
    }
    .m-changeBg {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .g-top {
        display: none;
    }
    .g-cont {
        padding: 70px 0;
    }
    .g-detail .c-h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .g-char-list li {
        width: 50%;
    }
    .m-char-box .txt {
        font-size: 14px;
        line-height: 20px;
    }
    .m-char-box .txt>span {
        height: 40px;
    }
    .pc_bg,
    .m-char-top-man {
        display: none;
    }
    .mobile_bg {
        display: block;
    }
    .m-char-top-cont {
        padding: 0 50px 50px;
        width: 80%;
        max-width: none;
        left: 10%;
        top: auto;
        bottom: 70px;
    }
    .m-char-top-cont h3 {
        padding-top: 30px;
    }
    .m-char-top-cont h4,
    .m-char-top-cont p {
        line-height: 22px;
    }
    .g-char-detail-list li {
        width: 100%;
    }
    .g-char-detail-list li .imgBox {
        padding-top: 0;
        width: 25%;
    }
    .g-char-detail-list li .txt {
        width: 75%;
    }
    .g-char-detail-list li:last-child {
        border: none;
        padding: 0;
        height: auto;
    }
}


/* iphone  */

@media only screen and (max-width: 640px) {
    .g-detail {
        padding: 20px;
    }
    .m-news-detail {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width:570px) {

    .g-char-list li {
        width: 100%;
    }
    .m-char-top-cont {
        padding: 0 30px 20px;
        bottom: 30px;
    }
    .m-char-top-cont h3 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }
    .m-char-top-cont h4,
    .m-char-top-cont p {
        line-height: 20px;
        font-size: 12px;
    }
    .g-char-detail-list li .imgBox {
        width: 30%;
        margin-right: 0;
        padding-right: 10px;
        vertical-align: top;
    }
    .g-char-detail-list li .txt {
        width: 70%;
    }
    .g-char-detail-list li {
        padding: 10px 0;
        height: auto;
    }
    .g-char-detail-list li .txt h5 {
        padding-top: 20px;
    }
    .g-character-wrap h2 {
        font-size: 30px;
    }
    .g-char-detail-main {
        padding: 0 20px;
    }
    .m-go-arrow {
        top: 35%;
    }
}


/* ipone6 plus */

@media only screen and (max-width:410px) {}



/* ipone6  */

@media only screen and (max-width:350px) {


    .m-char-box .txt {
        font-size: 12px;
        line-height: 16px;
    }
}