/* base */
body {
    font-family: 'メイリオ',Meiryo,sans-serif;
    color: black;
    overflow-x: hidden;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 15px;
}

.kabo-logo {
    display: inline-block;
    margin-bottom: 4px;
    border-radius: 3px;
    padding: 6px;
    width: 130px;
    background-color: #000;
    line-height: 17px;
}

.kabo-logo img {
    display: block;
}

/* text */

.text-center {
    text-align: center;
}

.text-red {
    color: #CF1320;
}

.text-blue {
    color: #CF1320;
}

/* buttons */

.button {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 25px;
}

.button:hover {
    background-color: rgb(168, 11, 21);
}

.button-red {
    background-color: #CF1320;
    font-size: 21px;
    color: white;
}

.button-icon {
    margin-right: 5px;
}

.button-back {
    display: inline-block;
    margin: 20px 0;
    color: #CF1320;
}

.button-back:hover {
    color: #E7BD00;
}

.button-back:before {
    content: "←";
    display: inline-block;
    margin-right: 5px;
}

/* header */

.header-nav {
    padding: 20px 10px 10px;
    background: #000000;
}

.header-nav .container > div {
    float: left;
}

.header-left, .header-right {
    width: 20%;
}

.header-logo {
    width: 60%;
    text-align: center;
}

.header-logo a {
    display: inline-block;
    max-width: 150px;
}

.header-button-back {
    color: white;
}

.header-button-mail {
    display: inline-block;
    padding: 8px 10px;
    background-color: #CF1320;
    color: white;
}

.header-menu {
    background-color: #E7BD00;
}

.header-menu-item {
    display: inline-block;
    padding: 15px 18px;
    font-weight: bold;
    color: #4C3B05;
}

.header-menu-item:hover {
    background-color: #4C3B05;
    color: #E7BD00;
}

.header-menu-button {
    display: none;
    background-color: #E7BD00;
    text-align: center;
}

.header-menu-button-label {
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
}

.button-label-icon {
    display: inline-block;
    position: relative;
    background-color: #4C3B05;
    margin-right: 4px;
    height: 3px;
    width: 20px;
    vertical-align: middle;
}

.button-label-icon:before, .button-label-icon:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: #4C3B05;
    transition: all .4s;
}

.button-label-icon:before {
    top: -6px;
}

.button-label-icon:after {
    bottom: -6px;
}

.button-label-text {
    vertical-align: middle;
}

#header-menu-check {
    display: none;
}

/* トップバナー */
.top-banner {
    margin-bottom: 35px;
    border: solid #CF1320;
    border-width: 0 0 12px 0;
    background: #231f20; /* Old browsers */
    background: -moz-linear-gradient(left, #231f20 49%, #231f20 49%, #201614 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #231f20 49%,#231f20 49%,#201614 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #231f20 49%,#231f20 49%,#201614 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#201614',GradientType=1 ); /* IE6-9 */
    overflow: hidden;
}

.top-banner-title {
    margin: 0;
    padding: 0;
    color: #00a0e9;
}

.top-banner-image {
    display: block;
    max-width: 1600px;
}

/* 特長 */
.info-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.info-section-rapid-wrench-table {
    background: linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
      ),url('../img/rapid-wrench-zoom-bg.jpg') no-repeat;
    background-size: cover;
}

.info-section-grey {
    background-color: #eeeeee;
}

.info-section-left {
    position: relative;
    float: left;
}

.info-section-right {
    position: relative;
    float: right;
}

.info-section-l-text:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 56px;
    font-weight: normal;
    text-align: center;
    color: #ddd;
}

#rapid-wrench:after {
    content: "Rapid Ratchet Wrench";
}

#monkey-wrench:after {
    content: "Twister Monkey Non-Slip Wrench";
}

#t-wrench:after {
    content: "Tee Wrench";
}

#tube-holder:after {
    content: "UNI-CHUCK GAUGE";
    bottom: -51px;
    width: 150%;
    margin-left: -25%;
}

#cutter:after {
    content: "Tube Cutter";
    bottom: -76px;
}

#gauge:after {
    content: "Gap Gauge";
}

.info-title {
    margin-bottom: 15px;
    font-size: 0;
}

.section-title {
    font-size: 32px;
    color: #CF1320;
}

.section-title-has-sub {
    margin-bottom: 2px;
}

.section-title-sub {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

.info-title-main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 10px 10px 20px;
    background-color: #CF1320;
    font-size: 40px;
    color: white;
}

.info-title-main:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 46px 0 0;
    border-color: #CF1320 transparent transparent transparent;
}

.info-description {
    font-size: 18px;
    line-height: 1.5em;
}

.info-list {
    padding-left: 0;
    list-style: none;
    font-size: 22px;
}

.info-list li {
    position: relative;
    margin: 16px 0;
    padding-left: 28px;
}

.info-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 18px;
    height: 5px;
    background-color: #CF1320;
}

.set-list {
    list-style: none;
    padding-left: 0;
}

.set-list-item {
    position: relative;
    float: left;
    border-radius: 5px;
    margin-right: 1.2%;
    margin-bottom: 15px;
    width: 32%;
    height: 218px;
    background-color: #eeeeee;
}

.set-list-item:nth-child(3n) {
    margin-right: 0;
}

.set-list-item-link {
    display: block;
    height: 100%;
    color: #000000;
}

.set-list-item-link:after {
    content: "\f061";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 10px;
    background-color: #1287CF;
    font-family: FontAwesome;
    font-size: 18px;
    color: white;
}

.set-list-item-link:hover {
    opacity: 0.8;
}

.set-list-item-link:hover:after {
    background-color: #1287CF;
}

.set-list-item-title {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    line-height: 1.4em;
    font-weight: normal;
	margin-bottom: 5px;
}

.set-list-item-img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.set-list-item-01 .set-list-item-img {
    width: 90%;
}
.set-list-item-02 .set-list-item-img {
    width: 100%;
}
.set-list-item-twrench .set-list-item-img {
    top: 40px;
    width: 88%;
}
.set-list-item-gauge .set-list-item-img {
    top: 30px;
    width: 88%;
}
.set-list-item-cutter .set-list-item-img {
    width: 83%;
}
.set-list-item-holder .set-list-item-img {
    top: 10px;
    width: 85%;
}

/* ビデオ */
.video-section {
    overflow: hidden;
    background-color: #222222;
}

.video-title-wrapper {
    padding: 30px 0 0;
    text-align: center;
    color: white;
}

.video-title {
    margin: 0;
    font-size: 36px;
}

.video-wrapper {
    position: relative;
    margin: 70px auto;
    max-width: 650px;
}

.video-wrapper:before, .video-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: -9%;
    border: solid 0 white;
    border-top-width: 14px;
    border-bottom-width: 14px;
    width: 82px;
    height: 110%;
}

.video-wrapper:before {
    left: -6%;
    border-left-width: 14px;
}

.video-wrapper:after {
    right: -6%;
    border-right-width: 14px;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

/* サイズラインナップ */
.lineup-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    border-bottom: solid 3px #CF1320;
}

.lineup {
    float: left;
    margin: 20px 0;
    width: 49%;
}

.lineup-title {
    margin-bottom: 8px;
    font-size: 24px;
    text-align: center;
    color: white;
}

.lineup-table {
    float: left;
    border-collapse: collapse;
    border: 2px solid #CF1320;
    width: 100%;
    text-align: center;
}

.lineup:nth-child(2), .lineup-table:nth-child(2) {
    float: right;
}

.lineup-type {
    display: block;
    font-size: 14px;
}

.lineup-table th {
    border-right: solid 2px #BA091B;
    padding: 12px 0;
    background-color: #CF1320;
    font-size: 21px;
    color: white;
}

.lineup-table tbody tr {
    background-color: #ffffff;
}

.lineup-table tbody tr:nth-child(even) {
    background-color: #E8E8E8;
}

.lineup-table tbody td {
    border-right: solid 2px #CCCCCC;
    padding: 12px 0;
}

.lineup-table th:last-child, .lineup-table tbody td:last-child {
    border-right: none;
}

/* カタログ */
.catalog-section {
    padding: 40px 0;
    text-align: center;
}

.catalog-image {
    display: inline-block;
    max-width: 345px;
    padding: 40px 30px;
    vertical-align: middle;
}

.catalog-image img {
    width: 49%;
}

.catalog-content {
    display: inline-block;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.catalog-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: normal;
}

/* フッター */
.footer-logo-kabo {
    max-width: 150px;
}

.footer-logo-fujikin {
    max-width: 220px;
}

@media only screen and (max-width: 1000px) {
    .top-banner-image {
        margin-left: -10%;
        max-width: 130%;
    }

    .info-section-left, .info-section-right {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
}

/* モバイル CSS */
@media only screen and (max-width: 640px) {
    .sp-hide {
        display: none;
    }

    .button {
        font-size: 16px;
    }

    .fujikin-logo {
        margin-top: 0;
    }

    .header-left, .header-right {
        width: 50%;
    }

    .header-right {
        position: absolute;
        top: 15px;
        right: 5px;
        text-align: right;
    }
    
    .header-logo {
        width: 100%;
        text-align: center;
    }

    .header-menu-button {
        display: block;
    }

    #header-menu-check:checked ~ .header-menu-button .button-label-icon {
        background-color: transparent;
    }

    #header-menu-check:checked ~ .header-menu-button .button-label-icon:before {
        transform: rotate(45deg) translateY(-1px);
        transform-origin: top left;
    }
    
    #header-menu-check:checked ~ .header-menu-button .button-label-icon:after {
        transform: rotate(-45deg) translateY(1px);
        transform-origin: bottom left;
    }

    .header-menu {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    #header-menu-check:checked ~ .header-menu {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .header-menu-item {
        display: block;
        text-align: center;
    }

    .top-banner-image {
        margin-left: -30%;
        max-width: 160%;
    }

    .set-list-item {
        width: 70%;
    }

    .info-section-left, .info-section-right {
        width: 100% !important;
    }

    .info-section-speed .container:after {
        display: none;
    }

    .info-section-l-text:after {
        display: none;
    }
    
    .info-title-main {
        font-size: 30px;
    }

    .info-title-main:after {
        display: none;
    }

    .info-title-sub {
        display: block;
        margin: 20px 0 0 0;
        font-size: 50px;
    }

    .info-shape {
        width: 50%;
    }

    .lineup, .lineup-table {
        width: 100%;
    }

    .catalog-image {
        padding: 0;
    }

    .catalog-title {
        font-size: 36px;
    }
}