@font-face {
    font-family: 'MyFont4';
    src: url(/font/ITC\ Avant\ Garde\ Gothic\ Medium.otf);
}

.main-t04 {
    font-size: 3rem;
    top: 45%;
}

.sub-top-text {
    font-size: 2.8rem !important;
}


.top {
    text-align: center;
}

.top h3 {
    font-family: 'MyFont4';
    font-size: 40px;
    line-height: 67.76px;
    letter-spacing: 8px;
    color: #093F86;
    text-align: center;
    margin-bottom: 60px;
}

.topic-path {
    margin-bottom: 10px;
    margin-top: 80px;
}

.topic-path01 {
    margin-bottom: 40px;
}



.top a {
    padding-right: 5px;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.top .active {
    color: #7B7A7B;
    text-decoration: underline;
}

.g-main {
    margin-top: 40px;
    width: 100%;
    background-image: url(../images/back01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.g-main::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(60%);
    /* 最背面へ */
    z-index: -1;
}

.g-main img {
    padding-top: 140px;
    width: 300px;
    max-width: 90%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.g-main {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
}

.products {
    background-color: #EDEDED;
    padding-bottom: 80px;
    padding-top: 20px;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: left;
    width: 49%;
    padding: 5px 0 5px 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.box div {
    /* margin: 0 0 0 auto; */
    width: 100%;
}

.box img {
    width: 25%;
    margin-right: 20px;
    object-fit: contain;
}

.box p {
    font-size: 13px;
    line-height: 25px;
    color: #231815;
}

.text01 {
    width: 100%;
    display: inline-block;
    padding: 5px 10px 5px 60px;
    position: relative;
    color: #fff !important;
    z-index: 1;
    font-size: 19px !important;
    font-weight: 900;
    margin: 10px 0;
}

.text01::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #231815;
    transform: scaleY(1.2) perspective(.9em) rotateX(3deg);
    transform-origin: bottom right;
    /* border-radius: 8px 8px 0 0; */
}

.text01 br {
    display: none;
}


.category {
    background-color: #231815;
    padding: 20px 20px;
    margin: 180px 0 100px;
}

.category01 {
    margin: 0 0 100px;
}

.category02 {
    margin: 180px 0 60px;
}

.flex02 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    /* justify-content: space-around; */
}

.category a {
    width: 20%;
    border-right: #231815 15px solid;
    position: relative;
}



.category a .back {
    width: 100%;
    filter: brightness(70%);
}


.category a:hover .back {
    filter: brightness(100%);

}

.cate-logo {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    max-width: 80%;
}

.cate-logo01 {
    width: 260px;
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.logo01 {
    width: 15%;
    display: block;
    margin-bottom: 0px;
    margin-left: 15%;
    margin-top: 20px;
}

.title {
    display: inline-block;
    padding: .4em 16em .7em 15%;
    position: relative;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #231815;
    transform: scaleY(1.5) perspective(.6em) rotateX(5deg);
    transform-origin: bottom left;
}

.title span {
    font-size: 18px;
    line-height: 35px;
}

.name {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 15%;

}

.desc01 {
    margin-top: 20px;
    margin-bottom: 70px;
    text-align: center;
}

.desc-t01 {
    font-size: 30px;
    line-height: 1.5;
    color: #231815;
    font-weight: 700;
    margin-bottom: 10px;
}

.desc-t01 br {
    display: none;
}

.desc-t01 span {
    color: #AF1815;
}

.desc-t02 {
    margin-bottom: 50px;
}

.desc-t03 {
    font-size: 15px;
    line-height: 25px;
    color: #231815;
    margin-top: 25px;
}

.desc-t03 br {
    display: none;
}

.desc01-flex {
    font-size: 17px;
    line-height: 30px;
    color: #231815;
    padding-top: 25px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 auto;
    /* justify-content: space-around; */
}

.desc01-flex p {
    margin: 0 auto;
    width: 37%;
    margin-bottom: 10px;
}

.desc01-flex ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.desc01-flex ul li::before {
    content: '◎';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -25px;
}

.desc01-flex ul li {
    margin: 0 auto;
    width: 40%;
    margin-bottom: 10px;
    position: relative;
}


.no::before {
    display: none !important;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#table {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.product-table tr {
    border-bottom: 1px solid #231815;
}

.product-table tr th {
    width: 263px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
}

.product-table tr td {
    width: 791px;
    padding: 40px 0;
    font-size: 19px !important;
    line-height: 33px;
    font-weight: 600;
}

.product-table tr td img {
    display: block;
    width: 350px;
    max-width: 80%;
    object-fit: contain;
    margin-bottom: 30px;
}

.product-table tr td img.b-siyou {
    display: block;
    width: 500px;
    max-width: 80%;
    object-fit: contain;
    margin-bottom: 30px;
}

.product-table tr td span {
    color: #231881;
}

.product-table tr td a {
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0.15px;
    color: #231881;
    background: #EAF2FB;
    background: rgba(234, 242, 251, 1);
    border-style: Solid;
    border-color: #093F86;
    border-color: rgba(9, 63, 134, 1);
    border-width: 1px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding: 3px 8px;
    margin-bottom: 10px;
    display: inline-block;
    width: 230px !important;
}

.product-table tr td a br {
    display: none;
}

.product-table tr .tousai a {
    font-size: 11px;
    line-height: 33px;
    letter-spacing: 0.15px;
    color: #000 !important;
    background: #EFEFEF !important;
    border-style: Solid;
    border-color: #000 !important;
    border-width: 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px 8px;
    margin-bottom: 7px;
    display: inline-block;
    width: 155px !important;
}

.product-table tr .tousai a.off {
    color: #b8b8b8 !important;
    background: none !important;
    border-color: #b8b8b8 !important;
}


.text02 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 120px 0 20px;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    display: flex;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container img {
    max-width: 100%;
}

.container {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
}

.youtube-2c .item {
    flex-basis: 49.5%;
}

.youtube-3c .item {
    flex-basis: 32.5%;
}



.thumb {
    display: block;
    margin: 0 auto 50px;
}

.thumb img {
    width: 60%;
}

.cap-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cap-wrap img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.cap-wrap p {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.cap {
    /* width: 300px !important; */
    margin-left: 0px;
}

.line {
    line-height: 0;
}

.title-p {
    font-size: 25px;
    border-bottom: 2px solid rgb(35, 24, 21);
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.select {
    background-color: #093F86 !important;
    color: #fff !important;
}

.model {
    font-size: 26px !important;
}

.model br {
    display: none;
}

.types {
    font-size: 16px !important;
}

.flex-table {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 80px;
}

.pro-img {
    margin-top: 10px;
    width: 55%;
    margin-right: 108px;
}

.pro-img img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
}

.pro-img p {
    font-size: 16px;
}

.tousai {
    width: 155px;
}

.pro-list {
    width: 155px;
}

.pro-list p {
    font-size: 15px;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 155px;
}

.pro-list p:before,
.pro-list p:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #b8b8b8;
    display: block;
}

.pro-list p:before {
    margin-right: .4em;
}

.pro-list p:after {
    margin-left: .4em;
}


@media screen and (max-width: 768px) {

    .topic-path {
        display: inline-block;
        font-size: 14px;
        line-height: 27px;
        letter-spacing: 0.7px;
        font-weight: 500;
        margin-top: 70px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .topic-path01 {
        margin-bottom: 40px;
        margin-left: 10px;
    }

    .topic-path p {
        display: inline-block;
        padding-left: 15px;
    }


    .top h3 {
        font-size: 27px;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .top {
        max-width: 95%;
        margin: 0 auto;
    }

    .products {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .flex {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .box {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: left;
        width: 98%;
        margin: 0 auto;
        padding: 5px 0 5px 10px;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .box img {
        width: 25%;
        margin-right: 5px;
    }

    .box p {
        font-size: 13px;
        line-height: 1.3;
    }

    .text01 {
        padding: 5px 0 5px 35px;
        font-size: 14px !important;
    }

    .text01 br {
        display: block;
    }


    .g-main {
        background-image: url(../images/back02.jpg);
        padding-bottom: 120px;
    }

    .g-main img {
        padding-top: 160px;
    }


    .g-main .body-inner {
        max-width: 95%;
        margin: 0 auto;
    }

    .g-main {
        background-position: 65% 10%;
    }

    .category {
        margin: 40px 0;
    }

    .category01 {
        margin: 0 0 60px;
    }

    .flex02 {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        /* justify-content: space-around; */
    }

    .category a {
        width: 48%;
        position: relative;
        margin-bottom: 20px;
        border-right: none;
    }

    .category a:nth-of-type(odd) {
        margin-right: 4%;
    }



    .category a:hover .back {
        filter: brightness(100%);

    }

    .logo01 {
        width: 40%;
        margin-left: 5%;
    }

    /* .title {
        padding: .5em 0em .4em 5%;
        font-size: 20px;
        line-height: 1.6;
        background: #231815;
        width: 100%;
    }

    .title::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #231815;
        transform: scaleY(1.3) perspective(.6em) rotateX(5deg);
        transform-origin: bottom left;
    } */

    .title {
        padding: .4em 0em .4em 5%;
        font-size: 20px;
        line-height: 1.6;
        background: #231815;
        width: 100%;
    }

    .title span {
        font-size: 16px;
    }

    .name {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 5%;
    }

    .thumb {
        display: block;
        margin: 0 auto 0px;
        width: 85%;
    }

    .desc01 {
        margin-top: 60px;
        margin-bottom: 40px;
        max-width: 95%;
        margin: 60px auto 40px;
    }

    .desc-t01 {
        line-height: 35px;
        margin-bottom: 10px;
    }

    .desc-t01 br {
        display: block;
    }

    .desc-t03 {
        font-size: 16px;
    }

    .desc-t03 br {
        display: block;
    }


    .model br {
        display: block;
    }

    .product-table {
        width: 100%;
        padding-top: 0px;
        display: block;
    }

    #table {
        display: block;
        padding-top: 65px;
        margin-top: -65px;
    }

    .product-table tr {
        border-bottom: none;
    }

    .product-table tr th {
        padding-top: 20px;
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        text-align: left;
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid #D2D2D7;
    }

    .product-table tr td {
        display: block;
        padding: 20px 0;
        width: auto;
        max-width: 90%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 33px;
        font-weight: 600;
    }

    .product-table tr td img {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        max-width: 100%;
    }

    .product-table tr td img.b-siyou {
        width: 100%;
        max-width: 100%;
    }

    .product-table tr td span {
        color: #231881;
    }

    .product-table tr td a {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.15px;
        color: #231881;
        background: #EAF2FB;
        background: rgba(234, 242, 251, 1);
        border-style: Solid;
        border-color: #093F86;
        border-color: rgba(9, 63, 134, 1);
        border-width: 1px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        padding: 3px 8px;
        width: 48% !important;
    }

    .product-table tr td a br {
        display: block;
    }

    .text02 {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
        margin: 20px 0 20px;
    }

    .title-p {
        padding-left: 2.5%;
    }

    .desc01-flex {
        font-size: 17px;
        line-height: 30px;
        color: #231815;
        padding-top: 25px;
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin: 0 auto;
        /* justify-content: space-around; */
    }

    .desc01-flex p {
        margin: 0 auto;
        width: 35%;
        margin-bottom: 10px;
    }

    .desc01-flex ul {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        width: 100%;
        margin-left: 25px;
    }

    .desc01-flex ul li::before {
        content: '◎';
        display: inline-block;
        position: absolute;
        top: 0px;
        left: -25px;
    }

    .desc01-flex ul li {
        margin: 0 auto;
        width: 90%;
        margin-bottom: 10px;
        position: relative;
        margin-left: 0;
    }

    .product-table tr .tousai {
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        /* align-items: center; */
        justify-content: left;
    }

    .product-table tr .tousai a {
        font-size: 10px;
        line-height: 1.5;
        letter-spacing: 0.15px;
        color: #000 !important;
        background: #EFEFEF !important;
        border-style: Solid;
        border-color: #000 !important;
        border-width: 1px;
        padding: 4px 2px;
        margin-bottom: 6px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        /* display: block; */
        width: 32% !important;
        /* vertical-align: middle; */
        /* align-self: center; */
    }

    .product-table tr .tousai a.off {
        color: #b8b8b8 !important;
        background: none !important;
        border-color: #b8b8b8 !important;
    }

    .flex-table {
        display: flex;
        flex-wrap: wrap;
        align-items: top;
        margin-top: 30px;
    }

    .no {
        height: 0;
        line-height: 0;
        display: none;
    }

    .pro-img {
        width: 90%;
        margin-right: 0;
        margin: 0 auto;
    }

    .pro-img p {
        font-size: 16px;
    }

    .tousai {
        width: 100%;
    }

    .tousai a:nth-of-type(2),
    .tousai a:nth-of-type(5),
    .tousai a:nth-of-type(8) {
        margin-right: 5px;
        margin-left: 5px;
    }

    .pro-list {
        width: 100%;
        margin-top: 30px;
    }

    .pro-list p {
        text-align: center;
        margin-left: 0px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

    .pro-list p:before,
    .pro-list p:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #b8b8b8;
        display: block;
    }

    .pro-list p:before {
        margin-right: .4em;
    }

    .pro-list p:after {
        margin-left: .4em;
    }

    .sp-br br {
        display: block;
    }

    .sp-shear {
        display: inline-block;
        color: #231815 !important;
        padding-left: 1em;
        text-indent: -1em !important;
    }

}