@font-face {
    font-family: 'TheinhardtRegular';
    src: url('assets/fonts/TheinhardtReg.otf');
}

body {
    font-family: 'TheinhardtRegular';
    background: #fefefe;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    box-sizing: border-box;
}

h1 {
    font-size: 2em;
    letter-spacing: 0.2em;
    line-height: 1.25;
}

h2 {
    font-size: 2em;
    letter-spacing: 0.2em;
}

a {
    color: black;
    text-decoration: none;
}

a.new-line {
    display: table;
}

h2.text-header {
    text-align: right;
}

div.text-text {
    margin-bottom: 50px;
    font-size: 24px;
}

div.text-katakana {
    text-align: right;
    font-weight: 500;
    font-size: 2em;
}

div.container {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
}

div.swiper-container-container,
div.text-container {
    flex: 1;
    min-width: 300px;
}

div.text-container {
    padding: 0 20px;
}

/* div.swiper-container {} */

.swiper-slide img {
    width: 100%;
    height: auto;
}


@media screen and (min-width: 760px) {

    body {
        font-size: 1.3vw;
    }

    h1 {
        font-size: 4em;
    }


    div.container {
        flex-direction: row;
    }


    .text-header {
        margin-top: 0;
    }

    .text-title {
        margin-bottom: 0;
    }

    div.swiper-container-container {
        padding: 5vw 1vw 5vw 5vw;
    }

    div.text-container {
        padding: 5vw 5vw 5vw 1vw;
    }

}

@media screen and (min-width: 1024px) {

    div.swiper-container-container {
        padding: 5vw;
    }

    div.text-container {
        padding: 5vw;
    }

}