.color-art {
    color: #fff;
    font-family: 'Lexend';
    font-size: 48px;
}

*, *:before, *:after {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: inherit;
}

html {
    display: block;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #666666;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overscroll-behavior: none;
}

body {
    font-weight: 400;
    line-height: 1.5;
    min-height: calc(100% + env(safe-area-inset-top));
}

.overlay1 {
    position: relative;
    z-index: 1;
}

.size1 {
    width: 100%;
    min-height: 100vh;
}

.flex-col-l, .flex-col-c-m {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flex-col-c-sb {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.flex-w, .flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.overlay1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2B4035;
    background: -webkit-linear-gradient(45deg, #706959 30%, #2B4035 100%);
    background: -o-linear-gradient(45deg, #706959 30%, #2B4035 100%);
    background: -moz-linear-gradient(45deg, #706959 30%, #2B4035 100%);
    background: linear-gradient(45deg, #706959 30%, #2B4035 100%);
    opacity: 0.75;
}

.overlay1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.flex-col-c-m {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.p-r-15 {
    padding-right: 15px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-b-200 {
    padding-bottom: 200px;
}
.pt-flex {
    padding-top: calc(100% / 5);
}

.txt-center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

.h1, .h2, h1, h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: inherit;
}

.bg-img1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + env(safe-area-inset-top));
    top: 0;
    left: 0;
}

h2 {
    font-size: 24px;
    padding-bottom: 50px;
}

.l1-txt1 {
    letter-spacing: 15px;
    font-size: 32px;
}