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;
}
#loading{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
}
#loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}
/* ===============================================
	header
=============================================== */
.headbox{
    position: relative;
}
#fixedBox{
    position: absolute;
    width: 100%;
    left: 0;
}
.top #fixedBox{
    bottom:-49px;
	bottom: auto;/** 20221226 add **/
	top:500px;
}
@media screen and (max-width:1200px){
	.top #fixedBox{
		top:409px;
	}
}
@media screen and (max-width:1000px){
	.top #fixedBox{
		top:318px;
	}
}
#fixedBox.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
	padding-top:0px;
    z-index: 10000 !important;
	background:rgba(255, 255, 255, 0.8);
}
.header{
	position:relative;
	/*margin-top:-45px;*/
	height:45px;
	padding:0 6px 0 0;
	z-index:999;
	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 **/
}
.topHeader{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#3A4A602D,EndColorStr=#3A4A602D);
	background-color: rgba(255, 255, 255, 0.8);
	overflow:hidden;
	background-color: rgba(255, 255, 255, 1);/** 20221226 add **/
}
#fixedBox.fixed .topHeader{
    background: none;
}

.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 **/
}
.header h1 img{/** 20221226 add **/
	max-width: 100%;
}
h1 .backtop{
	margin-left:15px;
	color:#333;
	line-height:45px;
	/*background: url(../../images/common/h1_bg_backtop.png) no-repeat left center;
	padding-left:13px;*/
	font-size:160%;
	font-size:140%;/** 20221226 add **/
	margin-top: 10px;/** 20221226 add **/
	margin-left: 10px;/** 20221226 add **/
}
h1 .backtop:hover{
	text-decoration:underline;
}
.header div.info{
	padding-top:3px
}
.header div.info a{
	background: url(../../images/common/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;
	margin-left:5px;
	float: none;/** 20221226 add **/
	display: flex;/** 20221226 add **/
	justify-content: flex-end;/** 20221226 add **/
}
.header ul li a,
.header ul#search li:nth-of-type(2){
    display: block;
    width: 33px;
    height: 33px;
    background: rgb(31,176,253);
    background: -webkit-linear-gradient(45deg, rgba(31,176,253,1) 0%, rgba(252,0,97,1) 100%);
    background: -o-linear-gradient(45deg, rgba(31,176,253,1) 0%, rgba(252,0,97,1) 100%);
    background: linear-gradient(45deg, rgba(31,176,253,1) 0%, rgba(252,0,97,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
	margin-top: 0;/** 20221226 add **/
}
.header ul li img{
    display: block;
	top: 0;/** 20221226 add **/
}
.header ul#search li:nth-of-type(1){
    margin-top: 6px;
	margin-top: 0;/** 20221226 add **/
}
.txtinput{
	width:170px;
	height:33px;
	float:left;
	border:none;
	padding-left:10px;
    background: #eee;
}
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;
	clear:both;
	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 **/
}
#fixedBox.fixed .nav{
	background:none;
}
.nav img{
    image-rendering: -webkit-optimize-contrast;
}
.nav ul.outer{
	margin:0 auto;
	text-align:center;
	position:relative;
	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 
    margin: 0 5%;
	*/
}
.nav ul.outer > li span.coming{
	color:#bbb;
	line-height:49px;
	font-size:90%;
	letter-spacing:1px;
	display:block;
	text-align:center;
}
.nav ul.outer > li.left{
	margin-left:0 !important;
}
.nav ul.outer > li.right{
	margin-right:0 !important;
}
.nav ul.outer > li a{
	color:#111;
	line-height:49px;
	font-size:90%;
	letter-spacing:1px;
	display:block;
	text-align:center;
}
.nav ul.outer > li a:hover{
	color:#555;
	text-decoration:none;
}/*
.nav ul.outer > li a.prod:hover{
	background: url(../../images/common/nav_arrow.png) no-repeat center bottom;
	text-decoration:none;
}
.nav ul.outer > li > a.on{
	color:#555;
	text-decoration:none;
    background: url(../../images/common/nav_arrow.png) no-repeat center bottom;
}
*/



.nav ul.outer .sub_outer{
	position:absolute;
	top:49px;
	left:0px;
	width:100%;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(248, 248, 248, 1) 5px, rgba(248, 248, 248, 1) 15px );
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.18);
    border-radius: 0px;
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: top;
	width:calc(100% + 170px);/** 20221226 test **/
	left: -170px;/** 20221226 test **/
}

.nav ul.outer .sub_outer img{
    max-width: 100%;
}
.nav ul.outer .sub_outer dl{
    /*margin-right: 3%;*/
}
.nav ul.outer .sub_outer dl:last-child{
    margin-right: 0%;
}
.nav ul.outer .sub_outer dl dt{
    font-size: 14px;
    margin-bottom: 10px;
	height: 25px;
}
.nav ul.outer .sub_outer dl dd{
	height: calc(100% - 35px);
}
.nav ul.outer .sub_outer dl dd ul{
	height: 100%;
}
.nav ul.outer .sub_outer dl dd ul li{
    position: relative;
	width: 130px;
	height: 50%;
	margin: 0 auto 10px;
}
.nav ul.outer .sub_outer dl.japan dd ul li{
	width: 110px;
    margin: 0 0 10px;
}
.nav ul.outer .sub_outer dl dd ul li .imgbox,
.nav ul.outer .sub_outer.pt2 ul li .imgbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav ul.outer .prod .sub_outer dl dd ul li .imgbox{
	width: 100%;
	height: 105px;
}
.nav ul.outer .sub_outer dl dd ul li img,
.nav ul.outer .sub_outer.pt2 ul li img{
	transition: all .3s ease-in-out;
	max-width: 150px;
}
.nav ul.outer .prod .sub_outer dl dd ul li img{
	max-width: 100px;
}
.nav ul.outer .sub_outer dl dd ul li:hover img,
.nav ul.outer .sub_outer.pt2 ul li:hover img{
    filter: brightness(1.2);
    opacity: 0.8;
}
.nav ul.outer .sub_outer dl dd ul li a,
.nav ul.outer .sub_outer.pt2 ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.nav ul.outer .sub_outer dl.japan dd ul{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
	justify-content: center;
	width: 440px;
}
.nav ul.outer .sub_outer dl.world dd ul,
.nav ul.outer .sub_outer dl.stb dd ul,
.nav ul.outer .sub_outer dl.other dd ul{
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
    width: 260px;
}
.nav ul.outer .sub_outer dl.other dd ul li:first-child{
	width: 100%;
}
.nav ul.outer .sub_outer dl dd ul li:first-child{
    /*margin-bottom: 22px;*/
}
.nav ul.outer .sub_outer dl dd ul li p,
.nav ul.outer .sub_outer.pt2 ul li p{
    font-size: 12px;
    margin-top: 6px;
    line-height: 130%;
	letter-spacing: 0.6px;
	min-height: 2em;
}
.nav ul.outer .sub_outer.pt2 ul{
    display: flex;
    padding-top: 10px;
}
.nav ul.outer .sub_outer.pt2 ul li{
    margin: 0 16px;
    position: relative;
}
@media screen and (max-width:1410px){
    .nav ul.outer .sub_outer{
        padding: calc(20/1410 * 100vw) 0;
    }
    .nav ul.outer .sub_outer dl dt{
        font-size: calc(14/1410 * 100vw);
    }
    .nav ul.outer .sub_outer dl.japan dd ul{
        width: calc(440/1410 * 100vw);
    }
    .nav ul.outer .sub_outer dl.world dd ul,
    .nav ul.outer .sub_outer dl.stb dd ul,
	.nav ul.outer .sub_outer dl.other dd ul{
        width: calc(260/1410 * 100vw);
    }
    .nav ul.outer .sub_outer dl dd ul li img{
        width: 100%;
        -webkit-backface-visibility: hidden;
        image-rendering: -webkit-optimize-contrast;
    }
    .nav ul.outer .sub_outer dl dd ul li{
        width: calc(140/1410 * 100vw);
    }
    .nav ul.outer .sub_outer dl.japan dd ul li,
    .nav ul.outer .sub_outer dl.world dd ul li,
    .nav ul.outer .sub_outer dl.stb dd ul li,
    .nav ul.outer .sub_outer dl.other dd ul li{
        width: calc(130/1410 * 100vw);
    }
	.nav ul.outer .sub_outer dl.japan dd ul li{
		width: calc(110/1410 * 100vw);
	}
    .nav ul.outer .sub_outer dl dd ul li p,
    .nav ul.outer .sub_outer.pt2 ul li p{
        font-size: calc(12/1410 * 100vw);
    }
}
@media screen and (max-width:1200px){
    .nav ul.outer .sub_outer.pt2 ul li{
        width: calc(160/1200 * 100vw);
    }
	.nav ul.outer .sub_outer dl.japan dd ul li,
	.nav ul.outer .sub_outer dl.world dd ul li,
    .nav ul.outer .sub_outer dl.stb dd ul li,
    .nav ul.outer .sub_outer dl.other dd ul li{
        width: calc(110/1410 * 100vw);
    }
}
/*
.nav ul.outer .sub_outer ul{
	width:100%;
	line-height:35px;
	display:table;
	background:#FFF;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(248, 248, 248, 1) 5px, rgba(248, 248, 248, 1) 15px );
}
.nav ul.outer .sub_outer ul li{
	display:table-cell;
	position:relative;
	width:12.15% !important;
	text-align:center;
	color:#041022;
	line-height:35px;
	font-size:90%;
	letter-spacing:1px;
}
.nav ul.outer .sub_outer ul li div{
	height:35px;
	background:#F3F5F8;
	border-left:#FBFCFD solid 1px;
	border-right:#E6E8EA solid 1px;
}
.nav ul.outer .sub_outer ul li a{
	color:#333;
}
.nav ul.outer .sub_outer ul li a:hover{
	text-decoration:underline;
}
.nav ul.outer .sub_outer ul li span{
	display:block;
	border-right:#E6E8EA dotted 1px;
	padding-bottom:10px;
	padding-top:5px;
}
.nav ul.outer .sub_outer ul li img{
	display:block;
	margin:5px auto 0;
}
.nav ul.outer .sub_outer ul li p{
	line-height:100%;
	font-size:90%;
	padding:5px 0 5px;
}
.nav ul.outer .sub_outer .closebtn{
    display: none;
}
.nav ul.outer .sub_outer .closebtn a{
	display:block;
	height:30px;
	background:#64777F;
	color:#FFF;
	line-height:30px;
}
*/

/************ ドロップダウンナビ *********/
/*
.nav ul.outer .part02 .sub_outer {
    position: absolute;
    top: 49px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 9999;
}

.nav ul.outer .part02 .sub_outer ul {
    width: 100%;
    line-height: 35px;
    display: table;
    background: #FFF;
}

.nav ul.outer .part02 .sub_outer ul li {
    float: left;
    display: table-cell;
    position: relative;
    width: 12.5% !important;
    text-align: center;
    color: #041022;
    line-height: 35px;
    font-size: 90%;
    letter-spacing: 1px;
    margin: 0 !important;
}

.nav ul.outer .part02 .sub_outer ul li span {
    display: block;
    padding-bottom: 10px;
    padding-top: 5px;
    border-right: none !important;
}

.nav ul.outer .part02 .sub_outer ul li img {
    width: 90%;
    height: auto;
    display: block;
    margin: 5px auto 0;
}

.nav ul.outer .part02 .sub_outer ul li p {
    line-height: 130%;
    font-size: 90%;
    padding: 5px 0 5px;
}

.nav ul.outer .part02 .sub_outer .closebtn a {
    display: block;
    height: 30px;
    background:#64777F;
    color: #FFF;
    line-height: 30px;
}


/*
.nav ul.outer ul.sub li a{
	display:block;
	width:100%;
	height:100%;
}
.nav ul.outer ul.sub li a:hover{
	background:#666;
}*/



.header{/** 20221226 add **/
	background-color: rgba(255, 255, 255, 0.8);
	background: none;
}
#container > h2{/** 20221226 add **/
	margin-top: 98px;
}
@media screen and (max-width:1350px){/** 20221226 add **/
	.header{
    	padding-right: calc(30/1350 * 100vw);
	}
	.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 a,
	.header ul#search li:nth-of-type(2){
		width:calc(33/1350 * 100vw);
		height:calc(33/1350 * 100vw);
	}
	.txtinput{
		width:calc(170/1350 * 100vw);
		height:calc(33/1350 * 100vw);
		padding-left:calc(10/1350 * 100vw);
		background: #eee;
		border: none;
	}

	.header ul li img,
	.header ul li input{
		max-width: 60%;
		max-height: 60%;
		vertical-align: top;
	}
	
	.nav ul.outer .sub_outer,
	.nav ul.outer .part02 .sub_outer{
		top:calc(49/1350 * 100vw);
		width:calc(100% + (170/1350 * 100vw));
		left: calc(-170/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul,
	.nav ul.outer .part02 .sub_outer ul{
		line-height:calc(35/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li,
	.nav ul.outer .part02 .sub_outer ul li{
		line-height:calc(35/1350 * 100vw);
		font-size:calc(14/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li div,
	.nav ul.outer .part02 .sub_outer ul li div{
		height:calc(35/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li span,
	.nav ul.outer .part02 .sub_outer ul li span{
		padding-bottom:calc(10/1350 * 100vw);
		padding-top:calc(5/1350 * 100vw);
	}
	.nav ul.outer .sub_outer ul li img,
	.nav ul.outer .part02 .sub_outer ul li img{
		margin:calc(5/1350 * 100vw) auto 0;
	}
	.nav ul.outer .sub_outer ul li p,
	.nav ul.outer .part02 .sub_outer ul li p{
		font-size:calc(12/1350 * 100vw);
		padding:calc(5/1350 * 100vw) 0 calc(20/1350 * 100vw);
	}
	.nav ul.outer .sub_outer .closebtn a,
	.nav ul.outer .part02 .sub_outer .closebtn a{
		height:calc(30/1350 * 100vw);
		line-height:calc(30/1350 * 100vw);
	}
	
	.nav ul.outer .part02 .sub_outer ul li{
		width:100% !important;
	}
	
	#container > h2{
		margin-top: calc(98/1350 * 100vw);
	}
}
/* ===============================================
	contents
=============================================== */



/* ===============================================
	footer
=============================================== */
.footer{
	background:#1D243B;
	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;}
ul#menuBody{width:100%; position: absolute; z-index:10;}
ul.drop{height:25px; overflow: hidden; background: #1D243B; 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:#819197; 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:1400px;
}
.footer ul.cate{
	clear:both;
}
.footer ul.cate li{
	width:87px;
	height:87px;
	border:#FFF solid 3px;
	float:left;
	margin-right:3.6%;
}
.footer ul.cate li.last{
	margin-right:0;
}
.copy{
	color:#FFF;
	text-align:center;
	clear:both;
	font-size:80%;
	padding:20px 0 10px;
	letter-spacing:1px;
	background:#1D243B;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 40px;
	z-index:999;
}

/* ===============================================
	others
=============================================== */
.clear{
	clear:both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fbOuter{
	max-width:1400px;
	margin:0 auto;
}
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fb_iframe_widget span{
	width: 100% !important;
}
.fbfoot{
	background:#EEEEEE;
	height:10px;
	width:100%;
}



@media screen and (max-width:1400px){
    .footer .cateOuter{
        width:1040px;
    }
    .footer ul.cate{
        text-align:center;
    }
    .footer ul.cate li{
        margin-right:10px;
    }
}


@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;
    }
    .footer .cateOuter {
        width: 100%;
    }
    .footer div.cateOuter02{
        clear:both;
    }
    .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:25px;
    }
    .footer ul.right li{
        float:none;
        padding:0 11px;
        display:inline-block;
    }
    div#menu_foot{float:none; position:relative; top:-32px; margin:0 auto;}
}



/* 改修用 */
/*
.nav ul.outer .sub_outer:not(.sub_outer.pt2){
	display: flex !important;
}
*/