img {
    width: 100%;
}

.col-3 p {
    line-height: 1.9!important;
    font-size: 1rem!important;
}

.col-3 {
    flex: 0 0 auto;
    width: 33.333333%!important;
}

.row.row3 {
    width: 100%;
}

table {
    max-width: 1450px!important;
    margin: auto!important;
    width: 90%!important;
}

.bandline p {
	margin: 8px 0 10px 0;
	font-size: 0.9rem;
}

.edgemachine_movie {
    padding-left: 4%;
    max-width: 788px;
    margin: 3rem auto 4rem;
}

.movie-wrap {
	 position: relative;
	 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	 height: 0;
	 overflow: hidden;
	 z-index: 0;
}
 
.movie-wrap iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
}


div.lineup-table {
	/*padding: 0 4% 30px 4%;*/
}

table.reboard-spec tr {
	border: 1px solid #c5c5c5;
}

table.reboard-spec tr td {
    border-right: 1px solid #c5c5c5;
    padding: 8px 12px;
    vertical-align: middle;
    line-height: 1.5;
}

table.reboard-spec tr th {
    border-right: 1px solid #c5c5c5;
    padding: 10px 12px;
    background: #939393;
    color: white;
    font-size: 1.2rem;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

div.container div.edgemachine {
    /* margin: 20px 0 50px !important; */
    margin: 2rem auto 2rem;
    width: 100%;
    align-items: center;
}

h3.reboard {
	width: 100%;
	font-size: 1.8rem;
	margin: 30px 0 20px;
	/*padding-left: 4%;*/
}

.edgemachine .col-6, .edgemachine .col-4, .edgemachine .col-12, .edgemachine .col-9 {
	/*padding: 10px 0 10px 4%;*/
}

/*エッジバンドコンテンツ*/

.edge_content {
    background: url(../img/edge_back.webp);
    background-size: cover;
    margin-top: 7rem;
    max-width: 1400px;
    width: 90%;
    margin: auto;
    margin-top: 8rem;
    margin-bottom: 2rem;
}

p.edge_p1 {
    color: #1D7E5C;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    letter-spacing: 0;
}

.edge-text {
    padding: 3rem 4rem;
    color: #1D7E5C;
}

p.edge_p2 {
    margin-top: 1rem;
}

.edge_pw{
    font-size: 2.6rem;
    color: #1D7E5C;
    font-weight: bold;
}

.edgemachine .col-12 h3 {
	font-size: 1.4rem;
	margin: 15px 0 25px;
}

.edgemachine .col-6 h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.edgemachine .col-6 p {
	line-height: 1.8;
}

.edgemachine .col-12 p {
	margin-top: 8px;
	line-height: 1.8;
}

#edgeline {
	width: 100%;
/*	padding-left: 4%;*/
}

.col-12 {
    flex: 0 0 auto;
    width: 90%!important;
}

.row.edgemachine.bandline {
    width: 90%!important;
}

h5 {
    font-size: 1.1rem!important;
    line-height: 2!important;
}

p.lineup-memo {
    margin-top: 14px;
    /* padding-left: 0; */
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 1450px;
    margin: 2rem auto 0;
    width: 90%;
    opacity: 0.8;
}

div.about_main {
	background-image: url("../img/lineup_img.webp");
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}

div.about_main::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.13;
}


div.about_main h1 {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 2rem;
    text-shadow: #000 1px 0 10px;
    height: 256px;
    width: 100%;
    max-width: 1450px;
    margin: auto;
    display: flex;
    align-items: center;
    width: 90%;
    font-weight: bold;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.container .row .col-3 {
	/*padding: 0 2% 30px 4%;*/
}

.container .row .col-3 p {
	font-size: 0.8rem;
	line-height: 1.3;
}


/* ここからナビゲーション */
section .product_nav {
    width: 100%;
    max-width: 1530px;
    margin: auto;
    z-index: 9999;
    position: sticky;
    position: -webkit-sticky;
    top: 6%;
    /*padding: 0 7%;*/
    background: white;
    
}

.product_nav ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_nav ul li {
    width: 50%;
    height: 100%;
    text-align: center;
}

.product_nav ul li a {
    width: 90%;
    margin: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0 15px;
    font-size: 1.1rem;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #999;
    border-bottom: 3px solid #d1d3d4;
    transition: all 1s;
    text-decoration: none;
    color: #58595b;
}

.product_nav ul li a:hover {
    color: #1D7E5C;
    border-bottom: 3px solid #1D7E5C;
}

/* ここまでナビゲーション */
#product1 {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 50px;
}

.edgemachine .col-6 h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-left: 8px solid #1D7E5C;
    padding-left: 0.5rem;
}


#product1 h2, #product2 h2 {
    /* padding: 50px 0 30px 50px; */
    font-size: 1.8rem;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #1D7E5C;
    max-width: 1450px;
    width: 90%;
    margin: -5rem auto 0;
    padding-top: 9rem;
}

#product1 h2:before, #product2 h2:before {
	/*content: "◆";*/
}

#product1 h4 {
    font-size: 1.45rem;
    margin-bottom: 14px;
    color: #676767;
}

#product1 h3 {
    font-size: 1.45rem;
    margin-bottom: 14px;
    color: #676767;
}

div#product2 h4 {
    margin-top: 0.8rem;
    color: #676767;
}

div#product2 h3 {
    margin-top: 0.8rem;
    color: #676767;
}

#product1 .container, #product2 .container {
    max-width: 1920px;
    margin: 0 auto;
    width: 90%;
}

div#product2 .col-3 {
    width: 25%!important;
    margin-bottom: 3rem;
}


/* アクセサリネジ */
#product2 h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#product2 h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#accordion-content {
    display: none;
}

.container .row {
    /* flex-direction: column; */
    /* margin: 0 !important; */
    margin: auto;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: baseline;
    margin-bottom: 2rem;

}

/*.bandline .col-3 {
	margin-top: 10px;
	padding-right: 4%;
}*/

.col-3 p a {
	color: #1D7E5C;
}

/* レスポンシブ */
@media screen and (max-width: 960px) {

    /* ボード */
    #product1 h1 {
        font-size: 2.5rem;
        padding-top: 15px;
    }

    #product1 h4 {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    #product1 p {
        line-height: 1.5rem;
        font-size: 14px!important;
    }

    /* アクセサリ */
    #product2 h1 {
        font-size: 2.5rem;
        padding-top: 15px;
    }

    #product2 h4 {
        font-size: 1.25rem;
        margin: 10px 0;
    }

        #product2 h3 {
        font-size: 1.25rem;
        margin: 10px 0;
    }

    #product2 p {
        line-height: 1.5rem;
    }

}


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

	.for_col {
		display: flex;
	}

    .row .col-3 {
        width: 50%;
        display: inline-block;
    }
	div.for_col div.col-3 {
		width: 25%;
		display: inline-flex;
		align-items: center;
	}

    .col-3 {
        flex: 0 0 auto;
        width: 49.333333%!important;
    }

    table.reboard-spec tr th {
        border-right: 1px solid #c5c5c5;
        padding: 8px 4px;
        background: #939393;
        color: white;
        font-size: 0.75rem;
        vertical-align: middle;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

    table.reboard-spec tr td {
        font-size: 0.68rem;
    }

    p.lineup-memo {
        margin-top: 14px;
        /* padding-left: 0; */
        font-size: 0.75rem;
    }

    div#product2 .col-3 {
        width: 50%!important;
        margin-bottom: 3rem;
    }

    

}

@media screen and (max-width: 768px) {
	.row p {
		font-size: 0.8rem;
	}

	div.for_col div.col-3 {
		width: 50%;
	}


	h3.reboard {
		font-size: 1.1rem;
	}

    .row .col-6, .row .col-9, .row .col-12 {
        width: 100%;
        /*padding: 10px 4% 15px 5%;*/
    }

	div.about_main h1 {
        font-size: 1.2rem;
        /* padding-top: 70px; */
        /* padding-left: 70px; */
        height: 160px;
        width: 90%;
    }
    .product_nav ul li a {
        font-size: 0.875rem;
    }

    #product1 h2, #product2 h2 {
        /* padding: 50px 0 30px 50px; */
        font-size: 1.4rem;
        width: 90%;
        margin: -6rem auto 0;
        padding-top: 8rem;
    }

    h5 {
        font-size: 0.85rem!important;
    }

    .edgemachine .col-6 h3 {
        font-size: 1.25rem;
        line-height: 1.6;
    }

    .edgemachine .col-12 h3 {
        font-size: 1rem;
    }

    table.reboard-spec tr td {
        padding: 3px 3px
    }

    .row.edgemachine.for_col .col-6 {
        margin-bottom: 1.5rem;
    }

    .left.col-md-6.col-sm-12.col-12 {
        width: 100%!important;
    }

    .right.col-md-6.col-sm-12.col-12 {
        width: 100%!important;
    }
    
    
    
}

@media screen and (max-width: 580px) {
    .product_nav ul {
        display: none;
    }

    .col-3 {
        width: 100%!important;
    }

    #product1 .container, #product2 .container {
        width: 100%;
    }

    .container .row {
        margin-bottom: 0rem;
    }

    div#product2 .col-3 {
        width: 100%!important;
    }

    .row>* {
        padding: 0!important;
    }

    .edge_content {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .edge-text {
        padding: 2rem 2rem;
        color: #1D7E5C;
    }

    p.edge_p1 {
        color: #1D7E5C;
        margin-bottom: 1rem;
        font-size: 0.75rem;
    }

    .edge-text img {
        width: 199px;
    }

    .edge_pw {
        font-size: 1.8rem;
        color: #1D7E5C;
        font-weight: bold;
    }

    p.edge_p3 {
        font-size: 0.88rem!important;
        margin-top: 1.5rem!important;
    }

    h3.reboard {
        margin: 1px 0 20px
    }

    .three {
        font-size: 1.2rem;
    }


}

@media screen and (max-width: 420px) {
    #product1 h1 {
        padding: 15px 0 0;
        text-align: center;
        font-size: 2rem;
    }

    #product2 h1 {
        padding: 15px 0 0;
        text-align: center;
    }

 
}

.row {
    width: 100%!important;
}

/*テーブル追加css*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

.board_table {
    margin: 0 15px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.board_table table {
    width: 100% !important;
    font-size: clamp(0.625rem, 0.458rem + 0.56vw, 0.875rem);
}

.board_table table th,
.board_table table td {
    padding: .5em;
    line-height: 1.4;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
}

.board_table table th span,
.board_table table td span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.board_table table thead tr,
.board_table table tbody tr {
    width: 100%;
}

.board_table table thead tr + tr,
.board_table table tbody tr {
    border-top: 1px solid #fff;
}

.board_table table thead th + th,
.board_table table tbody td {
    border-left: 1px solid #fff;
}

.board_table table thead .tb_black {
    background: #454545;
    color: #fff;
}

.board_table table thead .tb_green {
    background: #1D7E5C;
    color: #fff;
}

.board_table table thead .w_14,
.board_table table tbody .w_14 {
    /* width: 14%; */
    border-left: 1px solid #fff;
}

.board_table table thead th {
    position: relative;
}

.board_table table thead th:first-of-type {
    border-radius: 4px 0 0 4px;
}

.board_table table thead th .br_sp {
    display: none;
}

.board_table table thead th.border_top::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #454545;
    border-radius: 4px 4px 0 0;
    position: absolute;
    top: -5px;
    left: 0;
}

.board_table table tbody th {
    background: #454545;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.board_table table tbody th .br_sp {
    display: none;
}

.board_table table tbody td {
    background: #E5E5E5;
}

.board_table table tbody tr:nth-of-type(even) td {
    background: #F4F4F4;
}

@media (width < 768px) {

    .board_table table th,
    .board_table table td {
        letter-spacing: -.2px;
    }

    .board_table table thead tr + tr,
    .board_table table tbody tr {
        margin-top: 1px;
    }

    .board_table table thead .w_14,
    .board_table table tbody .w_14 {
        margin-left: 1px;
    }

    .board_table table tbody th .rb_text {
        display: none;
    }

    .board_table table tbody th .br_sp {
        display: block;
    }
}

@media (width < 480px) {
    .board_table table th,
    .board_table table td {
        padding: .2em;
    }
    
    .board_table table th span,
    .board_table table td span {
        transform: scale(.7);
    }

    .board_table table thead th .br_sp {
        display: block;
    }

    .board_table table thead th.border_top::before {
        height: 3px;
        top: -3px;
        border-radius: 2px 2px 0 0;
    }
    
    .board_table table thead th:first-of-type {
        border-radius: 2px 0 0 2px;
    }
}

@media (width < 376px) {
    .board_table table th,
    .board_table table td {
        padding: .2em 0;
        line-height: 1.2;
    }

    .board_table table thead th:first-of-type {
        width: 45px;
    }
}