@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
}
html {
    font-size: 62.5%;
        position: relative;
    min-height: 100%;
}

body {
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 1.4;
    background: #ffffff;
}

p {
    line-height: 1.6;
}

a {
    outline: none !important;
    text-decoration: none !important;
}
img {
    max-width: 100%;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* -------------------------------- 

Main content

-------------------------------- */
.mt-content-wrap {
    width: 100%;
    margin: 0 auto;

    position: relative;
    overflow: hidden;

    color: #000;
}

.mt-content-inner {
    padding: 0 20px;
}

@media only screen and (min-width: 768px) {
    .mt-content-inner {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 5%;
    }
}
@media only screen and (min-width: 1170px) {
    .mt-content-wrap {
        margin: 0 auto 120px;
    }

    .mt-content-inner {
        padding: 0;
    }
}

/* --------------------------------

Custom Style

-------------------------------- */
.uc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;

    width: 100%;
    max-width: 1980px;
    min-height: 100vh;

    margin: 0 auto;
    padding: 0 5%;
}
@media only screen and (min-width: 768px) {

}
.mix {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
h3 {
    font-size: 42px;
    font-weight: 700;
}
h3 span {
    font-style: italic;
}
.mix img {
    position: absolute;
    top: 50%;
    left: -50%;
    mix-blend-mode: lighten;
    transform: translateY(-50%);
}
.texture-right {
    left: auto !important;
    right: -40%;
}

.sns {
    padding: 20px 0;
}
.sns > * {
    display: block;
    margin-bottom: 10px;
}
.sns a {
    font-size: 12px;
    font-weight: 600;
    color: black;

    display: inline-block;
}
.sns a:hover {
    border-bottom: 2px solid #1d7dff;
}
.sns figure {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}
@media only screen and (min-width: 768px) {
    h3 {
        font-size: 48px;
        font-weight: 700;
    }
    .sns {
        margin-top: 30px;
        padding: 20px 0;
    }
    .sns > * {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 40px;
    }
    .sns a {
        font-size: 14px;
        font-weight: 700;
    }
}

.logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin: 0;
}
.logo-inner {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: right;
}
.logo img {
    max-width: 120px;
}
@media only screen and (min-width: 768px) {
    .logo-inner {
        text-align: right;
    }
    .logo img {
        max-width: 100%;
    }
}