@charset "utf-8";
@font-face {
    font-family: 'UTMAvo';
    src: url('../fonts/UTMAvo.ttf');
    src: url('../fonts/UTMAvo.eot') format('eot');
    src: local('?'), url('../fonts/UTMAvo.woff') format('woff'), url('../fonts/UTMAvo.otf') format('opentype'), url('../fonts/UTMAvo.svg') format('svg');
}

@font-face {
    font-family: 'UTMAvoBoldItalic';
    src: url('../fonts/UTM AvoBold_Italic.ttf');
    src: url('../fonts/UTM AvoBold_Italic.eot') format('eot');
    src: local('?'), url('../fonts/UTM AvoBold_Italic.woff') format('woff'), url('../fonts/UTM AvoBold_Italic.otf') format('opentype'), url('../fonts/UTM AvoBold_Italic.svg') format('svg');
}

@font-face {
    font-family: 'UTMBustamalaka';
    src: url('../fonts/UTMBustamalaka.ttf');
    src: url('../fonts/UTMBustamalaka.eot') format('eot');
    src: local('?'), url('../fonts/UTMBustamalaka.woff') format('woff'), url('../fonts/UTMBustamalaka.otf') format('opentype'), url('../fonts/UTMBustamalaka.svg') format('svg');
}


/*GENERAL*/

body {
    font-family: UTMAvo;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: 1.3;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

p {
    margin: 10px 0;
}

img.full-width {
    width: 100%;
}

.text {
    margin: 20px 0;
}

.displayMobile {
    display: none;
}

.bgPositioned {
    position: relative;
    z-index: -2;
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {
	.text0{
		margin-top:0;
	}
    .displayPC {
        display: none;
    }
    .displayMobile {
        display: block;
    }
    .wrapper {
        width: unset!important;
        padding: 0 10px;
    }
    img.displayMobile.full-width{
        width: 100%!important;
    }
    body{
        font-size: 18px!important;
    }
    .bg-text0 {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        font-size: 27px;
    }
    .text3 img:first-child {
        width: 100%!important;
        margin: 0!important;
    }
    .text3 img.batman {
        width: 100%!important;
        float: none!important;
    }
    .text3 p.w65 {
        width: 100%!important;
        margin: 0!important;
    }
    .text4 img:first-child {
        width: 100%!important;
    }

    .text5 img.w-50 {
        width: 100%!important;
        float: left;
    }
    .text5 p.w-40 {
        width: 100%!important;
    }
    .text5 img:last-child {
        width: 100%!important;
        margin: 0!important
    }
    .text10 img {
        width: 100%!important;
    }
    .bx-controls-direction a.bx-next {
        background: url(../images/m-arrow-right.png) center center no-repeat!important;
    }
    .bx-controls-direction a.bx-prev {
        background: url(../images/m-arrow-left.png) center center no-repeat!important;
    }
    .bx-controls-direction a {
        width: 20px!important;
        height: 20px!important;
        margin-top: -10px!important;
    }
}

@media screen and (max-width: 1280px) {
    .text1 img,
    .text2 img.displayPC,
    .text4 img:first-child{
        width: 100%!important;
    }
}


/* TEXT 0 */


.bg-text0 p {
    font-family: UTMBustamalaka;
}


/* TEXT1 */

.text1.displayPC {
    margin-top: -40px;
}

.text1.displayPC .wrapper {
    position: relative;
}

.text1.displayPC p {
    position: absolute;
    top: 360px;
}

.text1.displayPC img {
    width: 110%;
}


/* TEXT2 */

.text2 img.displayPC {
    width: 110%;
    margin-left: -5%;
    margin-top: 30px;
}


/* TEXT3 */

.text3 img:first-child {
    width: 50%;
    margin-left: 380px;
}

.text3 img.batman {
    width: 30%;
    float: right;
}

.text3 p.w65 {
    width: 65%;
    float: left;
    margin-top: 220px;
}

.text3 .quote {
    font-family: UTMAvoBoldItalic;
}


/* TEXT4 */

.text4 img:first-child {
    width: 110%;
}


/* TEXT5 */

.text5 {
    margin-bottom: 30px;
}

.text5 p:first-child {
    margin-bottom: 20px;
}

.text5 img.w-50 {
    width: 57%;
    float: left;
}

.text5 p.w-40 {
    width: 40%;
    float: right;
}

.text5 img:last-child {
    width: 110%;
    margin-left: -5%;
    margin-top: 20px;
}

.text10 img {
    width: 70%;
    margin: 15px auto;
    display: block;
}

img.mb10 {
    margin-bottom: 10px;
}


/* slide */

.bx-wrapper {
    position: relative;
}

.bx-controls-direction a {
    display: block;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 160px;
    margin-top: -80px;
    color: #fff;
    text-indent: -999999px;
}

.bx-controls-direction a.bx-prev {
    background: url(../images/arrow-left.png) center center no-repeat;
    left: 0;
}

.bx-controls-direction a.bx-next {
    background: url(../images/arrow-right.png) center center no-repeat;
    right: 0;
}

.author {
    text-align: center;
    padding: 10px 0;
    background: #e6e6e6;
}
.author img{
    width: 90%;
}