body {
    font-family: "Antique AN DemiBold", "Yu Gothic StdN E", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bd_t,
.bd_b {
    border-color: #a3a3bf;
}

/* #kv */

#kv {
    background-color: rgba(10, 6, 29, 0.8);
}

#kv h1 {
    position: relative;
    max-height: 100vh;
}

#kv h1::before,
#kv h1::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#kv h1::before {
    background-image: url(https://www.1101.com/ns_kazuo_hara/images/title_1_sp.png);
    background-position: center top;
}

#kv h1::after {
    background-image: url(https://www.1101.com/ns_kazuo_hara/images/title_2_sp.png);
    background-position: center bottom;
}

@media (min-width:641px) {
    #kv h1::before {
        background-image: url(https://www.1101.com/ns_kazuo_hara/images/title_1_pc.png);
    }
    #kv h1::after {
        background-image: url(https://www.1101.com/ns_kazuo_hara/images/title_2_pc.png);
    }
}


/* .content_wrap */

.content_wrap {
    margin: 0px 5%;
}

@media (min-width: 641px) {
    .content_wrap {
        /* margin: 0px 100px; */
    }
}


#index_nav .title {
    line-height: 1.25;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    text-align:left;
}

@media (min-width:641px) {

    #index_nav .title .s {
        margin-bottom: -1.25em;
    }
}


#talk_body {
    font-family: "Antique AN Regular", "Yu Gothic StdN M", sans-serif;
}

@media (min-width:641px) {
    #talk_body {
        display:flex;
        flex-direction: column;
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
    #talk_body dl {
        width: 100%;
    }
}


#talk_wrap h2 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: center; */
    line-height: 1em;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    /* border-bottom: 2px solid #a3a3bf; */
    padding-bottom: 12px;
    text-align: left;
}
#talk_wrap h2 .s {
    width: 100%;
    color: #a3a3bf;
}

#talk_wrap h2 .s + br,
#talk_wrap h2 .s br {
    display: none;
}

#information_free .info_title {
    font-size: 28px;
    line-height: 1.5;
}
#information_free li .info_desc {
    max-width: 480px;
    display: flex;
    justify-content: center;
}
@media (min-width:641px) {
    #information_free li {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
    #information_free li .info_img img {
        max-width: 480px;
    }
}

#talk_body dt, 
.info_taidan_txt dt {
    width: 100%;
}
#talk_body dd, 
.info_taidan_txt dd {
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
}


@media (min-width:641px) {
    #talk_body dt, 
    .info_taidan_txt dt {
        width: 25%;
    }
    #talk_body dd, 
    .info_taidan_txt dd {
        width: 75%;
    }
}

@media (max-width: 640px){
    #talk_body dt.t_h,
    .info_taidan_txt dt.t_h {
        position: relative;
        left: 0;
        letter-spacing: -.05em;
    }
}

@media (min-width: 641px){
    #talk_body .pic {
        max-width: 700px;
        margin: 0 -70px 40px -70px;
        text-align: center;
    }
}






@media (min-width: 641px){
    footer .share {
        padding-left: 5%;
    }
    footer .hobo {
        padding-right: 5%;
    }
    footer .share li {
        margin-right: 24px;
    }
    footer .hobo li {
        margin-left: 24px;
    }
    footer .share li a {
        font-size: 24px;
    }
    footer .email span {
        font-size: 24px;
    }
    footer .ico_home span {
        font-size: 32px;
    }
}


#home_menu {
    padding: 0 5%;
    box-sizing: border-box;
}

#home_menu h3 {
    width: 100%;
    margin-left: auto;
}
