/* top page */
body#top #wrapper {
    padding-bottom: 340px;
}
@media only screen and (max-width: 750px) {
    body#top #wrapper {
        padding-bottom: 16vw;
    }
}


#top-kv {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1023px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/top/kv_pc.jpg");
    margin-bottom: 140px;
}
#top-kv h1 {
    width: 470px;
}
#top-kv ul {
    display: none;
}
@media only screen and (max-width: 750px) {
    #top-kv {
        flex-direction: column;
        height: 171.733vw;
        background-size: cover;
        background-image: url("../images/top/kv_sp.jpg");
        margin-bottom: 17.333vw;
    }
    #top-kv h1 {
        width: 67.333vw;
        margin-bottom: 3.2vw;
    }
    #top-kv ul {
        display: block;
        text-align: center;
        font-family: "Zain", sans-serif;
        line-height: 1.2;
        font-size: 6.4vw;
    }
    #top-kv ul li:not(:last-child) {
        margin-bottom: 0.75em;
    }
    #top-kv ul a {
        position: relative;
        color: #ffffff;
    }
    #top-kv ul li.yuzunail a span {
        position: relative;
        z-index: 1;
    }
    #top-kv ul li.yuzunail a:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.3);
        width: 14.399vw;
        height: 14.399vw;
        margin: auto;
        border-radius: 100%;
    }
}


/* about */
#about {
    padding-bottom: 150px;
}
@media only screen and (max-width: 750px) {
    #about {
        padding-bottom: 17.333vw;
    }
    #about h2 {
        margin-bottom: 1.5em;
    }
    #about p.title-sub {
        width: 13em;
        margin-bottom: 3.5em;
        line-height: 1.4;
    }
}


/* works */
#top-works {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 780px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/works/kv_pc.jpg");
}
#top-works h2.title,
#top-works p.title-en,
#top-works p.title-sub {
    color: #ffffff;
}
#top-works p.title-en:before {
    background-color: #ffffff;
}
@media only screen and (max-width: 750px) {
    #top-works {
        height: 57.999vw;
        background-image: url("../images/works/kv_sp.jpg");
    }
    #top-works p.title-en {
        margin-top: 14vw;
    }
}


/* example */
#example {
    padding-top: 140px;
    padding-bottom: 230px;
}
#example .flex-wrap {
    margin-bottom: 80px;
}
#example .block {
    width: 45.45%;
}
#example .block h3 {
    margin-bottom: 2em;
    text-align: center;
    font-family: "Zain", sans-serif;
    line-height: 1.2;
    font-size: 48px;
    font-weight: 700;
}
#example .block .link-image {
    margin-bottom: 10px;
}
#example .block p {
    font-family: "Zain", sans-serif;
}
#example .block p a {
    display: inline-block;
    position: relative;
    margin-bottom: 0.15em;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 400;
    color: #4A3931;
}
#example .block p a:after {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    background-color: #4A3931;
    transition: all .3s ease;
    content: "";
}
#example .block p a:hover:after {
    width: 100%;
}
#example .block p span {
    display: block;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 300;
    color: #A68080;
}
#example p.more {
    text-align: right;
}
#example p.more a {
    display: inline-block;
    position: relative;
    line-height: 1.0;
    padding-right: 94px;
    font-family: "Zain", sans-serif;
    font-size: 36px;
    color: #4A3931;
    transition: all .3s ease;
}
#example p.more a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/common/btn_arrow_brown.svg");
    margin: auto;
    transition: all .3s ease;
    content: "";
}
#example p.more a:hover:after {
    transform: scale(1.2);
}
@media only screen and (max-width: 750px) {
    #example {
        padding-top: 17.333vw;
        padding-bottom: 23.2vw;
    }
    #example .flex-wrap {
        margin-bottom: 0;
    }
    #example .block {
        width: 100%;
        margin-bottom: 17.333vw;
    }
    #example .block:last-child {
        margin-bottom: 13.333vw;
    }
    #example .block h3 {
        margin-bottom: 1em;
        font-size: 6.4vw;
    }
    #example .block .link-image {
        margin-bottom: 1.4vw;
    }
    #example .block p a {
        font-size: 4.8vw;
    }
    #example .block p a:after {
        display: none;
    }
    #example .block p span {
        font-size: 4.8vw;
    }
    #example p.more a {
        padding-right: 12.533vw;
        font-size: 4.8vw;
    }
    #example p.more a:after {
        width: 9.866vw;
        height: 9.733vw;
    }
    #example p.more a:hover:after {
        transform: none;
    }
}


/* contact */
#contact {
    padding-bottom: 245px;
}
#contact ul {
    display: flex;
    justify-content: space-between;
    width: 633px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 100px;
}
#contact ul li {
    width: 280px;
    height: 282px;
}
#contact ul li a {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #4A3931;
    font-family: "Zain", sans-serif;
    font-size: 40px;
    color: #ffffff;
    transition: all .3s ease;
}
#contact ul li a span {
    transition: all .3s ease;
}
#contact ul li a:before,
#contact ul li a:after {
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    transition: all .3s ease;
    content: "";
}
#contact ul li a:before {
    top: 30px;
    height: 68px;
}
#contact ul li a.mail:before {
    width: 68px;
    background-image: url("../images/common/icon_mail.svg");
}
#contact ul li a.line:before {
    width: 62px;
    background-image: url("../images/common/icon_line.svg");
}
#contact ul li a:after {
    bottom: 38px;
    width: 60px;
    height: 60px;
    background-image: url("../images/common/btn_arrow_white.svg");
}
#contact ul li a:hover:after {
    transform: scale(1.2);
}
#contact .tel-insta {
    text-align: center;
}
#contact .tel-insta a {
    color: #4A3931;
}
#contact .tel-insta p {
    line-height: 1.5;
    font-size: 24px;
    font-weight: 500;
}
#contact .tel-insta p.tel {
    margin-bottom: 1em;
    font-size: 64px;
}
#contact .tel-insta a.insta {
    position: relative;
    padding-left: 72px;
    font-family: "Source Serif 4", serif;
    font-size: 24px;
    letter-spacing: 0.1em;
}
#contact .tel-insta a.insta:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/common/icon_insta.svg");
    margin: auto;
    transition: all .3s ease;
    content: "";
}
#contact .tel-insta a.insta:hover:before {
    transform: scale(1.15);
}
@media only screen and (max-width: 750px) {
    #contact {
        padding-bottom: 18.266vw;
    }
    #contact ul {
        width: 100%;
        margin-bottom: 6vw;
        padding-top: 18vw;
    }
    #contact ul li {
        width: 48.35%;
        height: 37.6vw;
    }
    #contact ul li a {
        font-size: 5.333vw;
    }
    #contact ul li a:before {
        top: 4vw;
        height: 9.066vw;
    }
    #contact ul li a.mail:before {
        width: 9.066vw;
    }
    #contact ul li a.line:before {
        width: 8.466vw;
    }
    #contact ul li a:after {
        bottom: 5.066vw;
        width: 8vw;
        height: 8vw;
    }
    #contact ul li a:hover:after {
        transform: none;
    }
    #contact .tel-insta p {
        font-size: 3.2vw;
    }
    #contact .tel-insta p.tel {
        margin-bottom: 1.5em;
        font-size: 8.533vw;
    }
    #contact .tel-insta a.insta {
        padding-left: 9.6vw;
        font-size: 3.2vw;
    }
    #contact .tel-insta a.insta:before {
        width: 8.266vw;
        height: 8.266vw;
    }
    #contact .tel-insta a.insta:hover:before {
        transform: none;
    }
}


/* company */
#company p {
    margin-bottom: 0.5em;
}




