@charset "UTF-8";

body {
	cursor: default;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.none-d {
	display: none;
}



.main-page {
    width: 100%;
    height: 100vh;
    background-color: #1f3847;
}

.main-photo {
    width: 48%;
    height: 100vh;
    background-image: url(/_/imgs/mainphoto.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.main-info {
    width: 48%;
    height: 100vh;
    display: inline-block;
    float: right;
    position: relative;
}

.main-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.main-text-01 {
    font-family: "SF bold", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 5vw;
    color: #ebebeb;
    margin: 0px 30px 0px 0px;
    line-height: 1.2;
}

.main-text-02 {
    font-family: "SF regular", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 4vw;
    color: #ebebeb;
    margin: 0px 30px 0px 0px;
    line-height: 1.2;
}

.main-text-03 {
    font-family: "SF medium", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 3vw;
    color: #dcbea2;
    margin: 20px 30px 0px 0px;
    line-height: 1;
}

.main-text-03-2 {
    font-family: "SF light", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 2vw;
    color: #dcbea2;
    margin: 0px 30px 0px 0px;
    line-height: 1.2;
}

.main-text-04 {
    font-family: "SF black", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 3vw;
    color: #212121;
    margin: 30px 30px 0px 0px;
    background-color: #ebebeb;
    padding: 0px 25px 0px 26px;
    max-width: 24vw;
    border-radius: 10px;
}

.main-text-04-link {
    color: #212121;
    text-decoration: none;
}

.main-text-05 {
    font-family: "SF light", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 1.2vw;
    color: #ebebeb;
    margin: 0px 30px 0px 0px;
}