body{
    margin: 0;
    font-family: 'Zen Old Mincho', serif;
}
html{
    scroll-behavior: smooth;
}
header{
    position: fixed;
    z-index: 10;
}
#title a,.list a{
    text-decoration: none;
    color: white;
    display: block;
}
.list a{
    transition: .3s;
}
.list a:hover{
    opacity: .6;
}
.list{
    list-style: none;
}
#menu{
    padding: 0;
    margin: 0;
}
.main-e,.catch-copy{
    color: white;
}
#main-visual{
    background-color: #4A4C52;
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.main-e,.main-j{
    padding: 0;
    margin: 0;
}
.main-j{
    color: #928670;
}
#main-visual img{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    object-fit: cover;
}
@media(max-width:1059px){
    #menuButton{
        position: fixed;
        z-index: 10;
        top: 2vw;
        right: 2vh;
        width: 80px;
        height: 80px;
        transition: .3s;
        background-color: #928670;
        border-radius: 100%;
    }
    #menuButton div{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 1px;
        transform: translateX(-23px);
        background-color: white;
        transition: .3s;
    }
    #menuButton div:nth-of-type(1){
        transform: translate(-23px,-12px);
    }
    #menuButton div:nth-of-type(2){
        opacity: 0;
    }
    #menuButton div:nth-of-type(3){
        transform: translate(-23px,12px);
        width: 40%;
    }
    #menuButton.active div:nth-of-type(1){
        transform: rotate(45deg) translateX(-23px);
        transform-origin: left;
    }
    #menuButton.active div:nth-of-type(2){
        opacity: 0;
        transform: translateX(100px);
    }
    #menuButton.active div:nth-of-type(3){
        transform: rotate(-45deg) translateX(-23px);
        transform-origin: left;
        width: 60%;
    }
    #nav{
        position: fixed;
        z-index: 9;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #4A4C52;
        left: 0;
        transition: .3s;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    #nav.active{
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
    #menu{
        position: absolute;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }
    .list a{
        line-height: 45px;
        text-align: center;
    }
    #title a{
        margin-top: 2vh;
        line-height: 80px;
    }
    .main-e{
        top: 20%;
        font-size: 1.2rem;
    }
    .main-j{
        top: 32%;
    }
    .main-e,.main-j{
        width: 90%;
    }
    .main-e,.main-j,.catch-copy{
        left: 3%;
        position: absolute;
    }
    .catch-copy{
        width: 90%;
        top: 40%;
        z-index: 8;
    }
}
.main-e,.main-j,.catch-copy{
    left: 3%;
}
.list{
    position: relative;
}
@media(max-width:580px){
    .catch-copy{
        font-size: 3em;
    }
}
@media(min-width:581px) and (max-width:1059px){
    .catch-copy{
        font-size: 5em;
        top: 35%;
    }
}
header{
    width: 100%;
    padding: 0 2vw;
}
@media(min-width:1060px){
    header{
        line-height: 80px;
        background-color: #4A4C52;
    }
    #header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    #menu{
        width: 800px;
    }
    .list,.list-child{
        position: relative;
        text-align: center;
        float: left;
        width: 16.4%;
    }
    #menu-child{
        position: absolute;
        left: -100%;
        width: 100%;
    }
    .list-child{
        width: 200%;
    }
    .list-child a{
        display: block;
    }
    .main-e{
        font-size: 2rem;
        position: absolute;
        top: 15%;
        width: 65%;
    }
    .main-j{
        top: 32%;
        position: absolute;
        font-size: 1rem;
        width: 60%;
    }
    .catch-copy{
        font-size: 7rem;
        letter-spacing: .1rem;
        position: absolute;
        bottom: 20%;
        z-index: 10;
    }
    .list-child{
        list-style: none;
        transition: .4s;
        line-height: 60px;
        overflow: hidden;
        height: 0;
        background-color: white;
        text-align: left;
    }
    .list-child a{
        padding-left: 1vw;
        color: #4A4C52;
    }
    .list:hover .list-child{
        overflow: visible;
        height: 60px;
    }
}
#menu-child{
    padding: 0;
}
.list-child{
    list-style: none;
}
/*ここまで*/
.bl_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    z-index: 99;
}
.bl_loadingRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.5s;
}
.bl_loadingText {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 2rem;
    transition: 1s;opacity: 0;
  }
  #heading.active{
      opacity: 1;
  }
#js_loading.loaded > .bl_loadingRight {
  transform: translateX(100%);
}
#js_loading.delete{
    opacity: 0;visibility: hidden;
    width: 0;height: 0;
}
/**/
/**/
#contact{
    padding: 80px 0;
    position: relative;
    color: white;
}
#contacts{
    margin: 0 2vw;
}
#contact::after{
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/contact.jpeg);
    background-blend-mode: darken;
    background-color: rgba(74,76,82,.8);
    z-index: -1;
}
#contacts{
    text-align: center;
}
.mail{
    font-size: 1.2rem;
}
.mail::before{
    content: "";
    width: 40px;
    height: 25px;
    background-image: url(img/mail-w.png);
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;

}
.time{
    font-size: .7rem;
    margin-left: 1vw;
}
.contact-banner a{
    width: 250px;
    padding: 20px 30px;
    color: white;
    background-color: #928670;
    position: relative;
    text-align: center;
    transition: .3s;
    text-decoration: none;
}
.contact-banner a:hover{
    color: #928670;
    background-color: white;
}
.contact-banner{
    margin-top: 5vh;
}
.contact-banner a::after{
    content: "→";
}
/**/
footer{
    background-color: #4A4C52;
    padding: 50px 0 0 0;
}
#footer{
    margin: 0 2vw;
}
.copyright{
    margin: 0;
    color: white;
    padding: 30px 0;
    text-align: center;
}
#footer-menu{
    margin: 0;
    padding: 0;
}
.footer-list a{
    display: block;
    text-decoration: none;
    color: white;
    text-decoration: none;
    transition: .3s;
    line-height: 40px;
}
.footer-list a:hover{
    color: #ccc;
}
.footer-list{
    list-style: none;
}
@media(min-width:1060px){
    #f{
        max-width: 2000px;
        margin: 0 auto;
    }
    #footer-menu{
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }
}
#contact-banner a:hover{
    color: #928670;
    background-color: white;
}
#footer-title{
    font-size: 1.2rem;
    color: white;
}
/**/
.c-bold{
    line-height: 30px;
}
.c-bold:nth-child(1),.c-bold:nth-child(2),.c-bold:nth-child(3),.c-bold:nth-child(4){
    margin: 0 0 10px 0;
}
.txt{
    color: white;
}
.txt a{
    color: white;
    transition: .3s;
}
#container{
    background-color: #4A4C52;
    padding: 80px 0;
}
#c{
    margin: 0 2vw;
    color: white;
}
#c-title{
    font-size: 2rem;
}
#c-heading{
    font-size: 1.5rem;
}
#c-flex img{
    object-fit: cover;
}
.c-list{
    display: flex;
    align-content: center;
    justify-content: left;
}
.c-txt a{
    color: white;
    transition: .3s;
}
.c-txt:hover a{
    color: #ccc;
}
.c-txt a:hover{
    color: #ccc;
}
#whole-site img{
    width: 100%;
}
#whole-site{
    margin: 0 2vw;
}
@media(min-width:1060px){
    #c-flex{
        display: flex;
        align-content: flex-start;
        justify-content: space-between;
    }
    #c-detail{
        width: 49%;
    }
    #c-flex img{
        width: 49%;
    }
}
@media(max-width:1059px){
    #c-flex img{
        width: 100%;
    }
}
/**/
.section-title,.section-subtitle{
    margin: 0;
}
.section-title,.section-subtitle{
    margin: 0;
}
.section-title{
    font-size: 2rem;
    margin-bottom: 30px;
}
.section-subtitle{
    margin-bottom: 50px;
}
/**/
#contact-banner a{
    position: fixed;
    z-index: 10;
    background-color: #928670;
    color: white;
    transition: .3s;
    text-decoration: none;
    line-height: 45px;
    text-align: center;
}
@media(min-width:1060px){
    #contact-banner a{
        top: 80px;
        right: 0;
        width: 180px;
        line-height: 40px;
        padding: 20px 30px;
    }
}
@media(max-width:1059px){
    #contact-banner a{
        bottom: 0;
        width: 100%;
        line-height: 100px;
    }
    footer{
        padding-bottom: 100px;
    }
}
#contact-banner a:hover{
    color: #928670;
    background-color: white;
}
#footer-title{
    font-size: 1.2rem;
    color: white;
}