body {
    margin: 0 auto;
	font-size: 100%;
}
#container {
    margin: 0 auto;
	position:relative;
	overflow:hidden;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}

#fixedBox{/** 20221226 add **/
	position: absolute;
    width: 100%;
}
#fixedBox.fixed {/** 20221226 add **/
    position: fixed;
    top: 0;
    width: 100%;
	padding-top:0px;
    z-index: 10000 !important;
	background:#38382D;
}

/* ===============================================
	header
=============================================== */
.header{
	position:relative;
	/*margin-top:-49px;*/
	height:37px;
	padding:0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#6638382D,EndColorStr=#6638382D);
	background-color: rgba(56, 56, 45, 0.6);
	z-index:999;
	
	padding: 0;/** 20221226 add **/
	padding-right: 30px;/** 20221226 add **/
	height: auto;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: space-between;/** 20221226 add **/
	align-items: flex-start;/** 20221226 add **/
	background-color: rgba(56, 56, 45, 1);/** 20221226 add **/
}
.header h1{
	float:left;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	align-items: flex-start;/** 20221226 add **/
}
.header h1 a:nth-of-type(1){/** 20221226 add **/
	display: block;
	padding: 20px 10px 20px 20px;/** 20221226 add **/
	width: 140px;/** 20221226 add **/
	box-sizing: content-box !important;/** 20221226 add **/
}
.header h1 img{/** 20221226 add **/
	max-width: 100%;
}
h1 .backtop{/** 20221226 add **/
	color:#FFF;
	line-height:45px;
	font-size:140%;
	margin-top: 10px;
	margin-left: 10px;
}
h1 .backtop:hover{/** 20221226 add **/
	text-decoration:underline;
}
.header div.info{
	
}
.header div.info a{
	background: url(/snowboards/images/caution.png) no-repeat left center;
	padding-left:30px;
	float:right;
	color:#FFF;
	display:block;
	height:37px;
	margin-right:10px;
	font-size:80%;
}
.header div.info a:hover{
	color:#FF6;
}
.header ul{
	float:right;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: flex-end;/** 20221226 add **/
	margin-top: 14px;/** 20221226 test **/
}
.header ul li{
	padding-top:0px;
	float:left;
	margin-left:5px;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: flex-end;/** 20221226 add **/
}
.header ul li img,
.header ul li input{
	position:relative;
	top:3px;
	top: 0;/** 20221226 add **/
}
.txtinput{
	width:170px;
	height:33px;
	float:left;
	border:none;
	padding-left:10px;
	border-right:1px solid #CCC;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"] {
   -webkit-appearance: none;
   border-radius: 0;
}


.nav{
	position:relative;
	z-index:999;
	height:49px;
	background:#38382D;
	
	position: absolute;/** 20221226 add **/
    width: 100%;/** 20221226 add **/
	left: 0;/** 20221226 add **/
    z-index: 11111;/** 20221226 add **/
	background: none;/** 20221226 add **/
	box-sizing: border-box;/** 20221226 add **/
    top: 49px;/** 20221226 test **/
	width: calc(100% - 170px);/** 20221226 test **/
	left: 170px;/** 20221226 test **/
}
.nav ul.outer{
	margin:0 auto;
	text-align:center;
	position:relative;
	
	/*padding-left: 218px;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: space-between;/** 20221226 add **/
	padding: 0 30px;/** 20221226 add **/
}
.nav ul.outer::before,.nav ul.outer::after{/** 20221226 add **/
	display: none;
}
.nav ul.outer li{
	/* 20221226 add
	display:inline-block;
	margin:0 2.2% !important;
	*/
}
.nav ul.outer li.left{
	margin-left:0 !important;
}
.nav ul.outer li.right{
	margin-right:0 !important;
}
.nav ul.outer li a{
	color:#FFF;
	line-height:49px;
	font-size:90%;
	/*width:12.5%;*/
	letter-spacing:1px;
	display:block;
	text-align:center;
}
.nav ul.outer li a:hover{
	color:#FF6;
}

.nav ul.outer li a.prod:hover{
	background: url(/snowboards/images/nav_arrow.png) no-repeat center bottom;
}

.nav ul.outer li a.on{
	color:#FF6;
	text-decoration:none;
    background: url(/snowboards/images/nav_arrow.png) no-repeat center bottom;
}

.nav ul.outer ul.sub{
	position:absolute;
	top:49px;
	left:0px;
	height:35px;
	background:#555555;
	width:100%;
	line-height:35px;
	display:table;
	width:calc(100% + 170px);/** 20221226 test **/
	left: -170px;/** 20221226 test **/
}
.nav ul.outer ul.sub li{
	display:table-cell;
	position:relative;
	border-right:#444444 solid 1px;
	border-left:#666666 solid 1px;
	width:14.15% !important;
	text-align:center;
}
.nav ul.outer ul.sub li a{
	color:#FFF;
	line-height:35px;
	font-size:90%;
	letter-spacing:1px;
	display:block;
	width:100%;
	height:100%;
}
.nav ul.outer ul.sub li a:hover{
	background:#666;
}


/*
.pNav{
	height:35px;
	background:#555555;
	display:table;
	position:relative;
	width:100%;
}
.pNav div{
	display:table-cell;
	position:relative;
	border-right:#444444 solid 1px;
	border-left:#666666 solid 1px;
	width:14.15% !important;
	text-align:center;
}
.pNav div a{
	color:#FFF;
	line-height:35px;
	font-size:90%;
	letter-spacing:1px;
	display:block;
}
.pNav div a:hover{
	background:#666;
}
*/
.header{/** 20221226 add **/
	background-color: rgba(56, 56, 45, 1);
}
#container > h2{/** 20221226 add **/
	margin-top: 98px;
}
#container > h2.prod {
    margin-top: 133px;
}
@media screen and (max-width:1350px){/** 20221226 add **/
	.header h1 a:nth-of-type(1){
		padding: calc(20/1350 * 100vw) calc(10/1350 * 100vw) calc(20/1350 * 100vw) calc(20/1350 * 100vw);
		width: calc(140/1350 * 100vw);
	}
	h1 .backtop{
		line-height:calc(45/1350 * 100vw);
		margin-top: calc(10/1350 * 100vw);
		margin-left: calc(10/1350 * 100vw);
		font-size: calc(22/1350 * 100vw);
	}
	.nav{
		height:calc(49/1350 * 100vw);
		top: calc(49/1350 * 100vw);
		width: calc(100% - (170/1350 * 100vw));
		left: calc(170/1350 * 100vw);
	}
	.nav ul.outer{
		padding: 0 calc(30/1350 * 100vw);
	}
	.nav ul.outer li a{
		font-size: calc(14/1350 * 100vw);
		line-height: calc(49/1350 * 100vw);
	}
	
	.header ul{
		margin-top: calc(14/1350 * 100vw);
	}
	.header ul li{
		margin-left:calc(5/1350 * 100vw);
	}
	.header ul li img,
	.header ul li input{
		top:calc(0/1350 * 100vw);
		width:calc(33/1350 * 100vw);
		height:calc(33/1350 * 100vw);
		vertical-align: top;
	}
	.header ul li input.txtinput{
		width:calc(170/1350 * 100vw);
		height:calc(33/1350 * 100vw);
		padding-left:calc(10/1350 * 100vw);
		font-size: calc(14/1350 * 100vw);
		border: none;
	}
	
	.nav ul.outer ul.sub{
		top:calc(49/1350 * 100vw);
		width:calc(100% + (170/1350 * 100vw));
		left: calc(-170/1350 * 100vw);
	}
	.nav ul.outer ul.sub ul{
		line-height:calc(35/1350 * 100vw);
	}
	.nav ul.outer ul.sub ul li{
		line-height:calc(35/1350 * 100vw);
		font-size:calc(14/1350 * 100vw);
	}
	.nav ul.outer ul.sub ul li div{
		height:calc(35/1350 * 100vw);
	}
	.nav ul.outer ul.sub ul li span{
		padding-bottom:calc(10/1350 * 100vw);
		padding-top:calc(5/1350 * 100vw);
	}
	.nav ul.outer ul.sub ul li img{
		margin:calc(5/1350 * 100vw) auto 0;
	}
	.nav ul.outer ul.sub li a{
		font-size:calc(14/1350 * 100vw);
	}
	.nav ul.outer ul.sub .closebtn a{
		height:calc(30/1350 * 100vw);
		line-height:calc(30/1350 * 100vw);
	}
	
	#container > h2{
		margin-top: calc(98/1350 * 100vw);
	}
	#container > h2.prod {
		margin-top: calc(133/1350 * 100vw);
	}
}
@media screen and (max-width:1030px){
	.header div.info a{
		width:30%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
}

/* ===============================================
	contents
=============================================== */
.contents {
    background: #FFF;
    position: relative;
    z-index: 998;
    padding-top: 97px;
	margin-top: 0 !important;/** 20221226 add **/
}
h2 {
    font-size: 42px;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 46px 0 40px;
    line-height: 100%;
    color: #333333;
}
h2.blue {
    color: #174B94;
}


/* ===============================================
	footer
=============================================== */
.footer {
    background: #222;
    padding: 50px 0 0;
    position: relative;
    z-index: 998;
}

.footerConts {
    text-align: center;
    width: 100%;
}

.footer ul.right {
    float: right;
    margin-right: 11px;
}

.footer ul.right li {
    float: left;
    padding: 0 11px;
}

.footer ul.right li a {
    color: #FFF;
    font-size: 80%;
    letter-spacing: 1px;
}

.footer ul.right li a:hover {
    color: #FF6;
    text-decoration: none;
}
div#menu_foot {
    height: 25px;
    width: 190px;
    position: relative;
    border: 3px #FFFFFF solid;
    margin: 0 10px 15px 0;
    float: left;
	box-sizing: content-box;
}
ul#menuBody {
    width: 100%;
    position: absolute;
    z-index: 10;
}
ul.drop {
    height: 25px;
    overflow: hidden;
    background: #222;
    color: #eee;
    width: 190px;
    font-size: 12px;
    text-align: center;
}
ul.drop li {
    height: 27px;
    line-height: 25px;
}
ul.drop li.head {
    width: 100%;
    height: 25px;
    line-height: 25px;
}
ul.drop li:hover {
    background: #333;
    cursor: pointer;
}
ul#menuBody li a {
    color: #FFF;
    border-bottom: 2px #FFFFFF solid;
    border-left: 2px #FFFFFF solid;
    border-right: 2px #FFFFFF solid;
    display: block;
}
ul#menuBody li a:hover {
    color: #FF6;
    text-decoration: none;
}

.footer .cateOuter {
    display: inline-block;
    width: 1040px;
}
.footer ul.cate {
    clear: both;
    text-align: center;
}
.footer ul.cate li {
    width: 87px;
    height: 87px;
    border: #FFF solid 3px;
    float: left;
    margin-right: 10px;
	box-sizing: content-box;
}
.footer ul.cate li.last {
    margin-right: 0;
}
.footer ul.cate li:last-child {
    margin-right: 0;
}
.copy {
    color: #FFF;
    text-align: center;
    clear: both;
    font-size: 80%;
    padding: 20px 0 10px;
    letter-spacing: 1px;
    background: #222;
}

@media screen and (max-width:1100px) {
	.footer .cateOuter {
        width: 100%;
    }
    .footer div.cateOuter02 {
        clear: both;
		margin-top: 30px;
    }
    .footer ul.cate {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .footer ul.cate li {
        margin-bottom: 10px;
    }
    .footer ul.cate li.tablet {
        clear: both;
    }
    .footer ul.right {
        float: none;
        margin-right: 0px;
        position: relative;
        top: 40px;
    }
    .footer ul.right li {
        float: none;
        padding: 0 11px;
        display: inline-block;
    }
    div#menu_foot {
        float: none;
        position: relative;
        top: -32px;
        margin: 0 auto;
    }
}



/* ===============================================
	others
=============================================== */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 40px;
	z-index:9999;
}
.clear{
	clear:both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}




