@charset "utf8";
.page-child-banner {
    background-image: url(../../img/brass-band/brass-2.jpg);
    height: 642px;
    background-size: contain;
    background-color: #030102;
}

.banner-hatachi {
    bottom: 150px;
    width: 65%;
}

.main {
    overflow: visible;
}

body {
    background-image: url(../../img/brass-band/brass-18.png), url(../../img/brass-band/brass-19.png);
    background-position: left -110px top 167px, right -110px top 167px;
    background-repeat: repeat-y;
}

.ItemFo.last ul {
    margin-top: 31px;
}

.brass-band {
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}

.banner-hatachi img {
    display: block;
    margin: 0 auto;
}

.brass-band-one {
    width: 100%;
    font-size: 0;
    margin-top: -66px;
    position: relative;
}

.item-brass-one {
    width: 24.025%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.3%;
    position: relative;
    box-sizing: border-box;
}

.item-brass-one:nth-child(4) {
    margin-right: 0;
}

.wrap-images {
    width: 100%;
    height: 160px;
    position: relative;
}

.item-brass-one a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(35, 24, 21, 0.6);
    border: 3px solid #E50012;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.img-click {
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    opacity: 0;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.img-click img {
    display: block;
    margin: 0 auto;
}

.item-brass-one:hover a::before, .item-brass-one:hover .img-click {
    opacity: 1;
}

.txt-brass {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    font-size: 25px;
    color: #231815;
    letter-spacing: 0.5px;
    line-height: 175%;
    padding-top: 8px;
}

.tt-rec-two {
    min-width: 420px;
    display: inline-block;
    font-size: 45px;
    color: #231815;
    line-height: 120%;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #231815;
    padding-left: 50px;
    position: relative;
    margin: 0 0 0 55px;
}

.tt-rec-two::before {
    content: "";
    width: 20px;
    height: 53px;
    background: #231815;
    position: absolute;
    left: 10px;
    bottom: -2px;
    transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
}

.tt-rec-two::after {
    content: "";
    width: 128px;
    height: 88px;
    position: absolute;
    right: -18px;
    bottom: -10px;
    background: url(../../img/brass-band/brass-10.png) right bottom no-repeat;
}

.brass-band-two {
    padding-top: 77px;
}

.info-brass-two {
    width: 100%;
    font-size: 0;
    margin-top: 27px;
    position: relative;
}

.item-brass-two {
    display: inline-block;
    vertical-align: top;
}

.item-brass-two:first-child {
    width: 358px;
    /* background: #EEEEEE; */
}

.item-brass-two:first-child img {
    height: 233px;
    width: auto;
}

.item-brass-two:last-child {
    padding-left: 20px;
    width: calc( 100% - 358px);
    width: -webkit-calc( 100% - 358px);
    width: -moz-calc( 100% - 358px);
    width: -ms-calc( 100% - 358px);
    width: -os-calc( 100% - 358px);
}

.item-brass-two:first-child img {
    display: block;
    margin: 0 auto;
}

.item-brass-two .item-brass-btn {
    padding-top: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 569px);
    width: -webkit-calc( 100% - 569px);
    width: -moz-calc( 100% - 569px);
    width: -ms-calc( 100% - 569px);
    width: -os-calc( 100% - 569px);
}

.txt-brass-01 {
    font-size: 20px;
    color: #231815;
    line-height: 175%;
}

.txt-brass-01 span {
    font-size: 10px;
}

.txt-brass-02 {
    padding-top: 11px;
    font-size: 30px;
    color: #231815;
    line-height: 160%;
}

.txt-brass-02 span {
    display: block;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.btn-contact {
    font-size: 17px;
    color: #fff;
    line-height: 100%;
    margin-top: 35px;
    letter-spacing: 0.5px;
    background: #E50012;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    transform: skewX(21deg);
    -webkit-transform: skewX(21deg);
    -moz-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    -o-transform: skewX(21deg);
}

.btn-contact:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
}

.btn-contact span {
    letter-spacing: 2px;
    display: block;
    transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
}

.item-brass-two table {
    width: 100%;
    max-width: 569px;
    display: inline-block;
    vertical-align: top;
}

.item-brass-two td {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 175%;
    color: #231815;
    border-bottom: #E50012 1px solid;
    padding: 4px 0;
    vertical-align: middle;
}

.item-brass-two tr:first-child td:last-child, .item-brass-two tr:nth-child(2) td:last-child {
    font-size: 30px;
}

.item-brass-two td:first-child {
    width: 103px;
}

.brass-band-four {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 75px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
}

.info-item-four {
    width: 48.5%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.info-item-four:last-child {
    margin-right: 0;
}

.info-item-four:first-child .tt-rec-two {
    margin-left: 30px;
    max-width: 470px;
    width: 100%;
    min-width: inherit;
}

.info-item-four:last-child .tt-rec-two {
    margin-left: 6px;
    width: 100%;
    max-width: 545px;
    min-width: inherit;
}

.main .owl-theme .owl-dots {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.main .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #E50012 !important;
}

.info-slider-brass, .info-video-brass {
    width: 100%;
    padding-top: 40px;
    position: relative;
}

.info-slider-brass img {
    height: 319px;
    object-fit: cover;
}

/* end  */

.brass-band-three {
    width: 100%;
    padding-top: 69px;
    position: relative;
}

.info-rec-2-row {
    width: 100%;
    padding-left: 22px;
    padding-right: 55px;
    padding-bottom: 18px;
    padding-top: 35px;
    margin-top: 23px;
    background: rgba(35, 24, 21, 0.1);
    position: relative;
}

.info-rec-2-row ul li {
    font-size: 16px;
    padding: 9.5px 0;
    color: #000000;
    line-height: 175%;
    letter-spacing: 0.5px;
}

.info-rec-2-row ul li {
    display: block;
    border-bottom: #E50012 1px solid;
}

/* .info-rec-2-row ul li:hover a {
    color: #E50012;
} */

.info-rec-2-row ul li .item-time-rec {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    text-align: center;
}

.info-rec-2-row ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
    vertical-align: middle;
}

.info-rec-2-row ul li a:hover{
    color: #E50012;
}

.item-read-more {
    width: 100%;
    text-align: right;
    padding-top: 16px;
    /* padding-right: 33px; */
    position: relative;
}

.item-read-more a {
    display: inline-block;
}

/* footer */

body .foContent00 {
    border-top: #fff solid 10px !important;
}

body footer {
    background-image: none !important;
    background-color: rgba(62, 58, 57, 0.8) !important;
}

.ceofoter {
    top: -3px;
}

.ie .ceofoter {
    top: -3.5px
}

.foContent {
    background: none;
    border: 3px solid #ccc;
}

.ceofoter span {
    width: 26px;
    height: 161px;
    background: #656161;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
}

.ie .ceofoter span {
    height: 162px;
}

.wrapHeader {
    background-image: none !important;
}

/* .heRows {
    padding-top: 16px !important;
} */

.heNav ul.menu {
    display: none;
}

.ItemFo li .fo-tt-iteam {
    margin-bottom: 22px;
    padding-left: 25px;
}

.RowFo .ItemFo li .fo-tt-iteam {
    padding-left: 30px;
    margin-left: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 175%;
    margin-bottom: 18px;
}


/* 2019 11 22 */
.info-item-four:first-child .photo-gallery-link{
    margin-top: -11px;
}

.ie .info-item-four:first-child .photo-gallery-link{
    margin-top: -11px;
}

.photo-gallery-link{
    width: 100%;
    margin-top: -1px;
    text-align: center;
    position: relative;
}

.photo-gallery-link img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:1510px) {
    body {
        background-image: url(../../img/brass-band/brass-18.png), url(../../img/brass-band/brass-19.png);
        background-position: left -330px top 0px, right -330px top 0px;
        background-repeat: repeat-y;
    }
    .ie .ceofoter {
        top: -3px
    }
    .ie .ceofoter span {
        height: 161.5px;
    }

    .page-child-banner {
        background-size: cover;
        background-color: inherit;
    }
}

@media screen and (max-width:1200px) {
    .brass-band {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-brass-one a>img {
        height: 160px;
        object-fit: cover;
    }
    .img-click img {
        width: 150px;
    }
    .txt-brass {
        font-size: 20px;
    }
    .item-brass-two:first-child {
        width: 100%;
    }
    .item-brass-two:last-child {
        width: 100%;
        padding-left: 0;
    }
    .item-brass-two table {
        max-width: 100%;
        display: table;
    }
    .item-brass-two .item-brass-btn {
        width: 100%;
    }
    .brass-band-three {
        padding-top: 50px;
    }
}

@media screen and (max-width:930px) {
    .tt-rec-two {
        min-width: inherit;
        width: 100%;
        max-width: 420px;
        margin-left: 0;
    }
    .brass-band-two {
        padding-top: 50px;
    }
    .tt-rec-two {
        font-size: 30px;
        padding-left: 30px;
    }
    .tt-rec-two::before {
        width: 15px;
        height: 38px;
        left: 6px;
        bottom: -2px;
    }
    .tt-rec-two::after {
        width: 90px;
        height: 88px;
        background-size: 90px;
    }
    .info-rec-2-row {
        padding-right: 22px;
    }
    .info-item-four {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .info-item-four:last-child {
        margin-bottom: 0;
    }
    .owl-carousel .owl-item img {
        height: inherit;
    }
    .brass-band-four {
        padding-top: 50px;
    }
    .info-slider-brass, .info-video-brass {
        padding-top: 20px;
    }
    .foContent a img {
        width: 300px;
    }
    .ceofoter span {
        height: 127px;
    }

    .info-video-brass img{
        display: block; 
        margin: 0 auto;
    }
}

@media screen and (max-width:800px) {
    .item-brass-one {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .item-brass-one:nth-child(2n) {
        margin-right: 0;
    }
    .wrap-images {
        height: inherit;
    }
    .item-brass-one a>img {
        width: 100%;
        height: 180px;
    }
    .info-rec-2-row ul li .item-time-rec {
        text-align: left;
    }
    .info-rec-2-row ul li a {
        display: block;
    }
    .heLogo, .heRows {
        padding-top: 0 !important;
    }
    .heLogo img {
        width: 190px !important;
        top: 8px;
        position: relative;
    }
    body .heRows .menu {
        top: 0px !important;
    }
    .heRows {
        min-height: 70px !important;
    }

    .page-child-banner{
        height: 479px;
    }
}

@media screen and (max-width:790px){
    .info-video-brass img{
        width: 100%;
    }

    .info-item-four:first-child .photo-gallery-link {
        margin-top: -12px;
    }

    .info-rec-2-row ul li .item-time-rec{
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .heLogo img {
        width: 190px !important;
        top: 8px;
        position: relative;
    }
    .page-child-banner {
        background-image: url(../../img/brass-band/brass-4.png);
        height: 570px;
    }
    .heLogo img {
        width: 150px;
    }
    .banner-hatachi {
        padding-left: 10px;
        padding-right: 10px;
        width: 90%;
    }
    .banner-hatachi img {
        width: inherit;
    }
    .item-brass-two:last-child {
        padding-top: 20px;
    }
    .item-brass-two td:first-child {
        width: 100%;
        float: left;
        padding: 5px;
        color: #fff;
        background: rgba(62, 58, 57, 0.8);
    }
    .item-brass-two td:last-child {
        width: 100%;
        float: left;
    }
    .item-brass-two tr:first-child td:last-child, .item-brass-two tr:nth-child(2) td:last-child {
        font-size: 16px;
    }
    .item-brass-two td {
        border: none;
    }
    .brass-band-three {
        padding-top: 40px;
    }
    .info-rec-2-row {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .item-read-more {
        padding-right: 0;
    }
    .brass-band-four {
        padding-left: 0;
        padding-right: 0;
    }
    .info-item-four:first-child .tt-rec-two, .info-item-four:last-child .tt-rec-two {
        margin-left: 0;
    }
    .brass-band {
        padding-bottom: 40px;
    }
    body {
        background-size: 400px;
    }
}

@media screen and (max-width:750px) {
    .foContent {
        border: none;
    }
    .foContent a::before {
        background: none !important;
        border: 3px solid #ccc;
    }
    .menu-smart-phone {
        border-bottom: 10px solid #fff !important;
    }
    .gtel {
        background: none !important;
        border: 3px solid #ccc;
    }
    .gtel:hover {
        border: 3px solid #e50012;
    }
}

@media screen and (max-width:650px) {
    .foContent a img.img-sp {
        width: 200px !important;
    }
}

@media screen and (max-width:540px) {
    body .foContent00 {
        border-top: #fff solid 5px !important;
    }
    .menu-smart-phone {
        border-bottom: 5px solid #fff !important;
    }
}

@media screen and (max-width:480px) {
    .page-child-banner {
        height: 400px;
    }
    .banner-hatachi {
        bottom: 130px;
        width: 100%;
    }
    .item-brass-one {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .item-brass-one a>img {
        height: 225px;
    }
    .tt-rec-two {
        font-size: 25px;
    }
    .tt-rec-two::after {
        content: none;
    }
    .tt-rec-two::before {
        height: 31px;
    }
    .info-rec-2-row ul li {
        font-size: 15px;
    }

    .page-child-banner{
        height: 310px;
    }
}

@media screen and (max-width:412px) {
    .item-brass-one a>img {
        height: inherit;
    }

    .info-item-four:first-child .photo-gallery-link {
        margin-top: -11px;
    }
}

@media screen and (max-width:360px){
    .page-child-banner{
        height: 260px;
    }
}