/*========= レイアウトのためのCSS ===============*/
body,article,section,div,span,p{
    font-size: 16px;
}
h2{
	margin: 0;
    font-size: 16px;
    font-weight: normal;
}
h3{
	margin: 0;
    font-size: 16px;
    font-weight: normal;
}
h4{
	margin: 0;
    font-size: 16px;
    font-weight: normal;
}
p{
	margin: 0;
	padding: 0;
}



/*========= 共通 ===============*/
.h2-title{
    margin: 10px 5px;
    padding-left: 15px;
    border-bottom: 2px solid #000;
    font-size: 22px;
    font-weight: bold;
}
.text-red{
    color: red;
}
.font14{
    font-size: 14px;
}
.font20{
    font-size: 20px;
}



/*========= top ===============*/
section.top{
    margin-bottom: 50px;
    text-align: center;
}
section.top img{
    width: 100%;
}
.contact_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact_link img{
	max-width: 300px;
	width: 100%;
    height: auto;
    margin: 5px;
	&:hover{
		opacity: 0.8;
	}
}
section.top h2,section.top p{
    line-height: 2.5em;
}



/*========= ラインアップ ===============*/
.lineup{
    margin-bottom: 100px;
}
.js-scrollable{
    margin: 5px;
    overflow: scroll hidden;
    max-width: 745px;
    &::-webkit-scrollbar {
        height: 12px; /* スクロールバーの高さ */
    }
    &::-webkit-scrollbar-thumb {
        background: gray; /* ツマミの色 */
        border-radius: 6px; /* ツマミ両端の丸み */
    }
    &::-webkit-scrollbar-track {
        background: #ddd; /* トラックの色 */
        border-radius: 6px; /* トラック両端の丸み */
    }
}
.flex-box{
    display: flex;
}
.flex-item{
    display: block;
    width: 180px;
    padding: 10px 10px 25px 10px;
    flex-shrink: 0;
    text-align: center;
    background: #f0f0f0;
}
.flex-item:nth-child(2n){
    background: #fff;
}
.flex-item img{
    width: 100%;
    height: auto;
}
.type-name{
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #777;
    font-weight: bold;
}
.msrp{
    margin: 10px 0;
    font-size: 14px;
}
.kakaku,.kakaku span{
    font-weight: bold;
    line-height: 1.2;
}
.triangle{
    display: block;
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid red;
}
.catalog_link{
    display: block;
    height: 45px;
    margin: 30px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff9800;
    line-height: 45px;
    border: 2px solid #ff9800;
    border-radius: 10px;
    &:hover{
        background-color: #ff9800;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        transition: all .3s;
    }
}


/*========= コラム ===============*/
nav{/*打消し*/
    padding: 0;
    text-align: start;
}
nav ul{/*打消し*/
    display: block;
}
nav ul li a,nav ul li li a{/*打消し*/
    padding: 0;
}
.column h2 {/*打消し*/
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    border-bottom: none;
}
.column h2.h2-title{
    margin: 10px 5px;
    padding-left: 15px;
    padding-bottom: 0;
    border-bottom: 2px solid #000;
    font-size: 22px;
}

.column-container{
    background-color: #f0f0f0;
    padding: 30px;
}
.column-inner{
    background-color: #fff;
    padding: 20px;
}
@media screen and (max-width: 630px) {
    .column-container{
        padding: 15px;
    }
    .column-inner{
        padding: 10px;
    }
    
}
.column-top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.column-index{
    margin: 0 5px 10px 5px;
    background-color: #fff;
}
.column-index span{
    display: block;
    width: 120px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f6c667 50%);
}
.column-index ul{
    line-height: 2.2;
    margin-left: 25px;
}
.column-index ul li{
    list-style-type: circle;
}
.column-index ul li a{
    font-size: 16px;
    line-height: 2.2;
    color: #000;
    &:hover{
        text-decoration: underline;
        color: #777;
    }
}
.column-index ul li ul{
    padding-left: 1.5em;
    margin: 0;
}
.column-index ul li ul li{
    list-style-type: disc;
}

.column section{
    margin-bottom: 40px;
}
.column h3{
    margin-bottom: 15px;
    padding-left: 5px;
    border-bottom: 2px solid #ff9800;
    font-size: 20px;
    font-weight: bold;
}
.column h4{
    margin: 30px 0 15px 0;
    padding-left: 5px;
    border-bottom: 2px dotted #ff9800;
    font-size: 18px;
    font-weight: bold;
}
.column section p{
    padding: 0 10px;
    line-height: 2.2;
}
.column .column-fancybox{
    position: relative;
}
.column .column-img{
    display: block;
    margin: auto;
    width: 98%;
    height: auto;
}
.img-border{
    border: 1px solid #ccc;
}
#newwindow{
    position: absolute;
    top: 5px;
    right: 10px;
    width:20px;
	height:20px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(4%) saturate(0%) hue-rotate(353deg) brightness(86%) contrast(89%);
}
.column .source{
    display: block;
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
}