@charset "UTF-8";

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

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

.none-m {
	display: none;
}



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

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

.main-info {
    width: 100%;
    height: 54vh;
    display: inline-block;
    position: relative;
    text-align: center;
}

.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: 12vw;
    color: #ebebeb;
    line-height: 1.2;
}

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

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

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

.main-text-04 {
    font-family: "SF black", Helvetica Neue, Arial, Geneva, sans-serif;
    font-size: 8vw;
    color: #212121;
    margin: 30px 30px 0px 30px;
    background-color: #ebebeb;
    max-width: calc(100vw - 60px);
    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: 4vw;
    color: #ebebeb;
}