@charset "utf-8";
/*----------------------------------------------------
  feature_narrow_agent
----------------------------------------------------*/

#page_narrow_buzz.feature_narrow_agent .color_ocher {
    color: #a7844c;
}
#page_narrow_buzz.feature_narrow_agent .color_bordeaux {
    color: #9f221e;
}
#page_narrow_buzz.feature_narrow_agent .apply {
    background-color: #eee;
    padding: 50px 0 0;
}
#page_narrow_buzz.feature_narrow_agent .apply .btn_area {
    margin: 0;
    text-align: center;
}
#page_narrow_buzz.feature_narrow_agent .apply .btn_area .btn {
    background-color: #e4dad1;
    border: none;
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
    padding: 13px 40px;
    width: auto;
    display: inline-block;
    font-weight: normal;
}
#page_narrow_buzz.feature_narrow_agent .apply .btn_area .btn:hover {
    opacity: 0.8;
}

#page_narrow_buzz.feature_narrow_agent img.ttl_parts {
    margin: 30px 0;
}

#page_narrow_buzz.feature_narrow_agent .mv {
    background-color: #281C04;
    min-height: 475px;
}

#page_narrow_buzz.feature_narrow_agent .information {
    background: url(/img/narrowbuzz/agent/pattern_01.png);
    padding: 50px 0;
}
#page_narrow_buzz.feature_narrow_agent .information .inner {
    background-color: #fff;
    border: solid 3px #a7844c;
    padding: 5px;
}
#page_narrow_buzz.feature_narrow_agent .information .inner .border {
    background: url(/img/narrowbuzz/agent/con1_parts_03.png) left 1px top 1px no-repeat,
        url(/img/narrowbuzz/agent/con1_parts_04.png) right 1px top 1px no-repeat,
        url(/img/narrowbuzz/agent/con1_parts_05.png) left 1px bottom 1px no-repeat,
        url(/img/narrowbuzz/agent/con1_parts_06.png) right 1px bottom 1px no-repeat;
    border: solid 1px #a7844c;
    padding: 70px 0;
}
#page_narrow_buzz.feature_narrow_agent .information .ttl_area {
    position: relative;
}
#page_narrow_buzz.feature_narrow_agent .information .ttl_area .parts img {
    position: absolute;
    left: 80px;
    bottom: -60px;
}
#page_narrow_buzz.feature_narrow_agent .information h2 {
}
#page_narrow_buzz.feature_narrow_agent .information h3 {
    line-height: 100%;
}
#page_narrow_buzz.feature_narrow_agent .information .text {
    margin: 30px 0 0;
}
#page_narrow_buzz.feature_narrow_agent .information .text b {
    font-size: 18px;
}

#page_narrow_buzz.feature_narrow_agent .agents {
    background: url(/img/narrowbuzz/agent/pattern_02.png);
    padding: 80px 0;
}
#page_narrow_buzz.feature_narrow_agent .agents h2 {
    font-size: 30px;
    font-weight: bold;
}
#page_narrow_buzz.feature_narrow_agent .agents h2 img {
    margin-right: 15px;
}
#page_narrow_buzz.feature_narrow_agent .agents img.ttl_parts {
    margin: 25px 0;
}
#page_narrow_buzz.feature_narrow_agent .agents h3 {
    font-size: 16px;
    font-weight: bold;
}
#page_narrow_buzz.feature_narrow_agent .agents .inner {
    background-color: #faf6f6;
    border-top: solid 4px #a7844c;
    box-shadow: 0 0 10px -5px #aaa;
    margin-top: 30px;
    padding: 40px 50px;
}
#page_narrow_buzz.feature_narrow_agent .agents .person {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 30px;
    align-items: flex-start;
}
#page_narrow_buzz.feature_narrow_agent .agents .person .image_area {
    width: 200px;
}
#page_narrow_buzz.feature_narrow_agent .agents .person .name_area .name {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
}
#page_narrow_buzz.feature_narrow_agent .agents .person .name_area .name small {
    color: #333;
    font-size: 10px;
    font-weight: normal;
    display: block;
    line-height: 100%;
    margin-bottom: 8px;
}
#page_narrow_buzz.feature_narrow_agent .agents .person .name_area .company {
    font-size: 14px;
    display: inline;
}
#page_narrow_buzz.feature_narrow_agent .agents .person_info_text {
    font-size: 13px;
    margin: 15px 0 0;
}
#page_narrow_buzz.feature_narrow_agent .agents .person_job {
    border: solid 1px #a7844c;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 15px;
}
#page_narrow_buzz.feature_narrow_agent .agents .separate {
    line-height: 0;
    margin: 30px 0;
    text-align: center;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce h4 span {
    font-weight: bold;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce h4 span:before,
#page_narrow_buzz.feature_narrow_agent .agents .introduce h4 span:after {
    content: '◆';
    color: #a7844c;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions li {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-top: 30px;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions li:first-child {
    margin-top: 0;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .image_area {
    width: 340px;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .image_area img {
    width : 100%;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .image_area.no_image {
    border: solid 1px #ddd;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .image_area.no_image img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .text_area {
    width: calc(100% - 370px);
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .text_area .audition_text {
    font-size: 13px;
    margin: 5px 0 10px;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .text_area .audition_link {
    background-color: #9f221e;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 25px;
}
#page_narrow_buzz.feature_narrow_agent .agents .introduce_auditions .text_area .audition_link:hover {
    opacity: 0.8;
}