.top-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 300px;
    text-align: center;
}

.top-wrapper h1 {
    position: absolute;
    z-index: 3;
    text-align: center;
    letter-spacing: 3px;
    font-size: 1.5rem;
    top: 65px;
    font-family: 'Pinyon Script', cursive;
    color: #d6bc84;
}

.concept {
    letter-spacing: 10px;
}

.top-wrapper h2 {

    position: absolute;
    color: white;
    z-index: 3;
    top: 100px;

    font-family: serif;
}

.top-wrapper p {
    position: absolute;
    color: white;
    z-index: 3;
    top: 185px;
    font-family: serif;
    width: 300px;
}

.top-wrapper img {
    height: 300px;
    right: 0px;
    width: 100%;
    position: absolute;
}

.over-ray {
    z-index: 2;
    position: absolute;
    background-color: black;
    height: 300px;
    width: 100%;
    opacity: .5;
}

.title-wrapper {
    padding: 20px 0px;
    background: #f0eae1;
    text-align: center;
}

.title-wrapper h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gold {
    border-bottom: 1px solid;
}

.concept_1, .concept_3 {
    background-color: #242424;
    color: white;
    letter-spacing: 2px;
    font-size: 2rem;
    font-family: 'Pinyon Script', cursive;

    text-align: center;
}

.concept_2 {
    background-color: white;
    color: black;
    letter-spacing: 2px;
    font-size: 2rem;
    font-family: 'Pinyon Script', cursive;
    text-align: center;
}

.concept_2 img {
    width: 300px;
    margin-top: 30px;
    border-radius: 10px;
}

.concept_2 h4 {
    line-height: 100px;
}

.concept_3 img {
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}

.concept-box {
    padding: 70px 20px 30px 20px;
}




.concept-box h3 {
    color: goldenrod;
    font-family: serif;
    font-size: .5rem;
    letter-spacing: 5px;
}

.concept-box h4 {
    padding: 30px 0px;
    font-family: serif;
    line-height: 50px;
}

.over {
    right: 163px;
    height: 60px;
    position: absolute;
    top: 375px;
    width: 60px;
}

.contact-wrapper, .contact-wrapper-3 {
    background-image: url(../imgs/rich_top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    position: relative;
    z-index: 1;
}





/* 
.contact-wrapper-white {} */

.contact-box {
    width: 250px;
    background-color: white;
    opacity: .7;
    text-align: center;
    height: 300px;
    z-index: 3;
}

.contact-box h2 {
    padding-top: 40px;
}

.contact-box p {
    padding: 30px 0px;
    margin: 0px 25px;
}

.contact-box a {
    color: black;
    text-decoration: none;
    border: 2px solid black;
    padding: 15px 50px;
    font-family: serif;
    letter-spacing: 3px;
    transition: 0.3s;
}

.contact-box a:hover, .contact-box a:active {
    color: white;
    background-color: black;
}



.contact-wrapper-white {
    margin: 0px 20px 50px 20px;
    text-align: center;
    font-family: serif;
}



.contact-wrapper-white h2 {
    padding: 50px 0px;
}

.cocept-texts {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 150px;
}

.concept-texts h3 {
    color: darkgoldenrod;
}

.concept-img {
    margin-right: 20px;
    width: 30%;
    text-align: center;
}


.concept-list img {
    width: 100px;
}

.cocept-text {
    width: 70%;
}

.concept-img {
    margin-right: 20px;
    width: 30%;
    text-align: center;
}


.concept-texts {
    display: flex;
    /* margin: 0px 50px; */
    justify-content: space-around;
    align-items: center;
    height: 150px;
}

.over-ray-min, .over-ray-min-3 {
    position: absolute;
    opacity: .7;
    height: 400px;
    width: 100%;
    z-index: 2;
    background-color: darkgoldenrod;
}