body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Noto Sans CJK", sans-serif;
}

.clr{
	clear: both;
}

*{
    margin: 0px;
    padding: 0px;
}



.context {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body{
	overflow-x: hidden;
}

img.kakudaiB{
	transform:scale(1);
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

img.kakudaiB:hover{
	transform:scale(1.2);
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

img.kakudaiU{
	transform:scale(1);
	transition-duration: 0.5s;
	transition-timing-function: linear;
}


/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height:470px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100vw;
	max-width: 7200px;
    height: 470px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    width: 600px;
    height: 470px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    height: 470px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/* ------------------------------
      RADIUS
------------------------------ */

img.photoU{
	border-radius:3px;
}

img.photoB{
	border-radius:3px;
}


table.lines{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px #EDDBC5 solid;
	border-left: 2px #EDDBC5 solid;
}

table.lines td, table.lines th {
	padding: 10px;
	border-bottom: 2px #EDDBC5 solid;
	border-right: 2px #EDDBC5 solid;
	font-weight: normal;
}

table.lines th {
	background-color: #FFFBF3;
	text-align: center;
}

table.lines td {
	text-align: left;
}

table.nolines {
	border-collapse: collapse;
	padding:0;
	border: 0;
}

table.nolines td, table.nolines th {
	padding: 0;
	border: 0;
	line-height:170%;
}

/* 購入ボタン */

.btnbuy {
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
    padding: 12px 24px 12px 24px;
	cursor: pointer;
	font-size:bold;
	font-size: 20px;
	letter-spacing: 2px;
	border-radius: 3px;
	transition: 0.5s;
}

.btnbuy:hover{
	background-color: #B82A16;
	border: 1px solid #B82A16;
	transition: 0.5s;
}

a{
	color: #01158E;
}

a:hover{
	color: #C52716;
}

/* ------------------------------
      RESPONSE
------------------------------ */

@media (min-width:1600px){

	.topbtnbox{
		position:fixed;
		top: 20px;
		right: 20px;
		z-index: 10;
	}


	.imganimeD{
		animation: imgmoveD1600 1s ease-out;
	}

	.imganimeU{
		animation: imgmoveU1600 3s ease-out;
	}

	img.photoU{
		width:580px;
		margin-left: 10px;
		margin-right: 10px;
	}

	img.photoB{
		width:580px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 40px;
	}

	.loopSliderWrap {
		height:470px;
	}
 
	.loopSlider {
		max-width: 7200px;
		height: 470px;
	}
 
	.loopSlider ul {
		width: 600px;
		height: 470px;
	}
 
	.loopSlider ul li {
		height: 470px;
	}

	img.kakudaiU:hover{
		margin-top: 40px;
		transform:scale(1.2);
		transition-duration: 0.5s;
		transition-timing-function: linear;
	}

	img.logo_pc{
		width: 600px;
		margin-top: 10px;
		margin-left: 40px;
		margin-right: 5px;
	}

	img.logo_smart{
		display: none;
	}


	.tblout{
		display: table;
	}

	.tblin{
		display: table-cell;
		vertical-align: middle;
	}

	h1{
		font-size: 28px;
		font-weight: bold;
		color: #000;
		letter-spacing: 1px;
	}

	p.spacer{
		height: 35px;
	}

	.container{
		width: 1566px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		line-height: 200%;
		margin-top: 20px;
	}

	.innerbox{
		margin: 20px 10px 20px 10px;
		padding: 40px;
		background-color:rgba(255,255,255,1);
		border-radius: 3px;
	}

	h2{
		color: #001886;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 15px;
	}

	h3{
		color: #001886;
		font-size: 26px;
		font-weight: bold;
	}

	img.image1{
		width: 570px;
		margin-left:50px;
		float: right;
	}

	img.imagesq{
		width: 500px;
		margin-left:30px;
		float: right;
	}

	.pcnone{
		display: none;
	}

	.tblinprd{
		display: table-cell;
		vertical-align: top;
		padding-top: 20px;
		text-align: center;
		width: 33%;
		font-weight: bold;
	}

	img.product{
		width: 97%;
		border-radius: 3px;
		cursor: zoom-in;
		transform:scale(1);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}


	img.product:hover{
		transform:scale(1.05);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}




	.tblinL{
		display: table-cell;
		vertical-align:top;
		width: 70%;
	}

	.tblinR{
		display: table-cell;
		vertical-align:top;
		width: 30%;
		text-align: center;
		font-weight: bold;
	}
	
	img.parts{
		width: 100%;
		margin-top: 20px;
		cursor: zoom-in;
		transform:scale(1);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}

	img.parts:hover{
		transform:scale(1.05);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}

	.tblinmovL{
		display: table-cell;
		vertical-align:top;
		width: 1120px;
		padding-left: 34px;
	}

	.tblinmovR{
		display: table-cell;
		vertical-align:top;
		width: 246px;
		text-align: center;

	}

	.movsize{
		width: 1120px;
		height: 630px;
		border-radius: 3px;
	}
	
	img.catalog{
		width: 246px;
		border-radius: 3px;
		border: 1px solid #dddddd;
	}

	select{
		font-size: 18px;
	}
	
}


@media (max-width: 1599px) and  (min-width:1300px){

	.topbtnbox{
		top: 15px;
		right: 10px;
	}

	.imganimeD{
		animation: imgmoveD1300 1s ease-out;
	}

	.imganimeU{
		animation: imgmoveU1300 3s ease-out;
	}

	img.photoU{
		width:464px;
		margin-left: 8px;
		margin-right: 8px;
	}

	img.photoB{
		width:464px;
		margin-left: 8px;
		margin-right: 8px;
		margin-top: 32px;
	}

	.loopSliderWrap {
		height:376px;
	}
 
	.loopSlider {
		max-width: 5760px;
		height: 376px;
	}
 
	.loopSlider ul {
		width: 480px;
		height: 376px;
	}
 
	.loopSlider ul li {
		height: 376px;
	}

	img.kakudaiU:hover{
		margin-top: 32px;
		transform:scale(1.2);
		transition-duration: 0.5s;
		transition-timing-function: linear;
	}

	img.logo_pc{
		width: 490px;
		margin-top: 8px;
		margin-left: 33px;
		margin-right: 5px;
	}

	img.logo_smart{
		display: none;
	}

	.tblout{
		display: table;
	}

	.tblin{
		display: table-cell;
		vertical-align: middle;
	}

	h1{
		font-size: 23px;
		font-weight: bold;
		color: #000;
		letter-spacing: 1px;
	}

	p.spacer{
		height: 28px;
	}

	.container{
		width: 1280px;
		margin-left: auto;
		margin-right: auto;
		font-size: 17px;
		line-height: 200%;
	}

	.innerbox{
		margin: 20px 10px 20px 10px;
		padding: 40px;
		background-color:rgba(255,255,255,1);
		border-radius: 3px;
	}

	h2{
		color: #001886;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 12px;
	}

	h3{
		color: #001886;
		font-size: 24px;
		font-weight: bold;
	}

	img.image1{
		width: 570px;
		margin-top: 10px;
		margin-left:40px;
		float: right;
	}

	img.imagesq{
		width: 500px;
		margin-left:30px;
		float: right;
	}

	br.midnone{
		display: none;
	}

	.pcnone{
		display: none;
	}

	.tblinprd{
		display: table-cell;
		vertical-align: top;
		padding-top: 20px;
		text-align: center;
		width: 33%;
		font-weight: bold;
	}

	img.product{
		width: 97%;
		border-radius: 3px;
		transform:scale(1);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}

	img.product:hover{
		width: 95%;
		border-radius: 3px;
		transform:scale(1.05);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}

	.tblinL{
		display: table-cell;
		vertical-align:top;
		width: 73%;
	}

	.tblinR{
		display: table-cell;
		vertical-align:top;
		width: 27%;
		text-align: center;
		font-weight: bold;
	}
	
	img.parts{
		width: 100%;
		margin-top: 20px;
		transform:scale(1);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}

	img.parts:hover{
		transform:scale(1.05);
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}
	

	.tblinmovL{
		display: table-cell;
		vertical-align:top;
		width: 921.6px;
		padding-right: 34px;
	}

	.tblinmovR{
		display: table-cell;
		vertical-align:top;
		width: 224.4px;
		text-align: center;

	}

	.movsize{
		width: 921.6px;
		height: 518.4px;
		border-radius: 3px;
	}
	
	img.catalog{
		width: 224.4px;
		border-radius: 3px;
		border: 1px solid #dddddd;
	}

	select{
		font-size: 18px;
	}

}


@media (max-width: 1299px) and  (min-width:1000px){

	.topbtnbox{
		top: 10px;
		right: 5px;
	}

	.imganimeD{
		animation: imgmoveD1000 1s ease-out;
	}

	.imganimeU{
		animation: imgmoveU1000 3s ease-out;
	}

	img.photoU{
		width:371.2px;
		margin-left: 6.4px;
		margin-right: 6.4px;
	}

	img.photoB{
		width:371.2px;
		margin-left: 6.4px;
		margin-right: 6.4px;
		margin-top: 25.6px;
	}

	.loopSliderWrap {
		height:301px;
	}
 
	.loopSlider {
		max-width: 4608px;
		height: 301px;
	}
 
	.loopSlider ul {
		width: 384px;
		height: 301px;
	}
 
	.loopSlider ul li {
		height: 301px;
	}

	img.kakudaiU:hover{
		margin-top: 25.6px;
		transform:scale(1.2);
		transition-duration: 0.5s;
		transition-timing-function: linear;
	}

	img.logo_pc{
		width: 392px;
		margin-top: 15px;
		margin-left: 26px;
	}

	img.logo_smart{
		display: none;
	}

	.tblout{
		display: table;
	}

	.tblin{
		display: table-cell;
		vertical-align: middle;
	}

	h1{
		font-size: 18px;
		font-weight: bold;
		color: #000;
		letter-spacing: 1px;
	}

	p.spacer{
		height: 22px;
	}

	.container{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		line-height: 200%;
	}

	.innerbox{
		margin: 20px 10px 20px 10px;
		padding: 40px;
		background-color:rgba(255,255,255,1);
		border-radius: 3px;
	}

	h2{
		color: #001886;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
	}

	h3{
		color: #001886;
		font-size: 18px;
		font-weight: bold;
	}

	img.image1{
		width: 400px;
		margin-top: 10px;
		margin-left:40px;
		float: right;
	}

	img.imagesq{
		width: 380px;
		margin-left:30px;
		float: right;
	}

	br.midnone{
		display: none;
	}

	.pcnone{
		display: none;
	}

	.tblinprd{
		padding-top: 20px;
		display: table-cell;
		vertical-align: top;
		text-align: center;
		width: 33%;
		font-weight: bold;
	}

	img.product{
		width: 99%;
		border-radius: 3px;
	}

	.tblinL{
		display: table-cell;
		vertical-align: top;
		width: 70%;
		padding-right:3%;
	}

	.tblinR{
		display: table-cell;
		vertical-align: top;
		width: 27%;
		text-align: center;
		font-weight: bold;
	}
	
	img.parts{
		width: 100%;
		margin-top: 40px;
		border-right: 3px;
	}

	.tblinmovL{
		display: table-cell;
		vertical-align:top;
		width: 732.2px;
		padding-right: 27.2px;
	}

	.tblinmovR{
		display: table-cell;
		vertical-align:top;
		width: 160px;
		text-align: center;

	}

	.movsize{
		width: 680px;
		height: 382.5px;
		border-radius: 3px;
	}
	
	img.catalog{
		width: 160px;
		border-radius: 3px;
		border: 1px solid #dddddd;
	}

	select{
		font-size: 17px;
	}

}

@media (max-width: 999px) {

	.topbtnbox{
		top: 5px;
		right: 5px;
	}

	.imganimeD{
		animation: imgmoveDS 1s ease-out;
	}

	.imganimeU{
		animation: imgmoveUS 3s ease-out;
	}

	img.photoU{
		width:297px;
		margin-left: 5.1px;
		margin-right: 5.1px;
	}

	img.photoB{
		width:297px;
		margin-left: 5.1px;
		margin-right: 5.1px;
		margin-top: 20.5px;
	}

	.loopSliderWrap {
		height:240.8px;
	}
 
	.loopSlider {
		max-width: 3686.4px;
		height: 240.8px;
	}
 
	.loopSlider ul {
		width: 370.2px;
		height: 240.8px;
	}
 
	.loopSlider ul li {
		height: 240.8px;
	}

	img.kakudaiU:hover{
		margin-top: 20.5px;
		transform:scale(1.2);
		transition-duration: 0.5s;
		transition-timing-function: linear;
	}

	img.logo_pc{
		display: none;
	}

	img.logo_smart{
		width: 55%;
		margin-top: 5px;
		margin-left: 5px;
	}

	.tblout{
		width: 100%;
	}

	.tblin{
		width: 100%;
	}

	h1{
		font-size: 4.2vw;
		font-weight: bold;
		color: #000;
		text-align: center;
		padding-bottom: 20px;
	}

	p.spacer{
		height: 1px;
	}


	span.smartnone{
		display: none;
	}

	p.smartnone{
		display: none;
	}

	.container{
		width: 99%;
		margin-left: .5%;
		margin-right: .5%;
		font-size: 16px;
		line-height: 200%;
	}

	.innerbox{
		margin: 10px 1% 10px 1%;
		padding: 10px;
		background-color:rgba(255,255,255,1);
		border-radius: 3px;
	}

	h2{
		color: #001886;
		font-size: clamp(12px, 4vw, 32px);
		font-weight: bold;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height:140%;
	}

	h3{
		color: #001886;
		font-size: clamp(12px, 4vw, 32px);
		font-weight: bold;
		line-height:140%;
	}

	img.image1{
		display: block;
		width: 98%;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}

	img.imagesq{
		display: block;
		width: 98%;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}

	br.midnone{
		display: none;
	}

	.tblinprd{
		padding-top: 20px;
		text-align: center;
		font-weight: bold;
		line-height: 150%;
	}

	img.product{
		width: 99%;
		border-radius: 3px;
	}

	.tblinL{
		width: 100%;
	}

	.tblinR{
		width: 100%;
		text-align: center;
		font-weight: bold;
	}
	
	img.parts{
		width: 99%;
		margin-top: 20px;
		border-right: 3px;
	}

	.tblinmovL{
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
	}

	.tblinmovR{
		padding-top:20px;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
	}

	.movsize{
		width: 80vw;
		height: 45vw;
		border-radius: 3px;
	}
	
	img.catalog{
		width: 90%;
		border-radius: 3px;
		border: 1px solid #dddddd;
	}

	select{
		font-size: 16px;
	}

	table.lines td, table.lines th {
		padding: 5px;
	}

	.btnbuy {
	    padding: 12px 24px 12px 24px;
		font-size: 16px;
	}



}

p.h5{
	height: 5px;
}

p.h10{
	height: 10px;
}


p.h20{
	height: 20px;
}

p.h40{
	height: 40px;
}


/* ------------------------------
   ANIMATION
------------------------------ */


@keyframes imgmoveU1600 {
    0%{
 	margin-left: 450px;
    }
    60%{
	margin-left: 600px;
    }
    70%{
	margin-left: 600px;
    }
    100%{
	margin-left: 0;
    }

}


@keyframes imgmoveD1600 {
    0%{
        margin-top: 40px;
    }
    50%{
        margin-top: 40px;
    }

    100%{
        margin-top: 0;
    }
}

@keyframes imgmoveU1300 {
    0%{
 	margin-left: 360px;
    }
    60%{
	margin-left: 480px;
    }
    70%{
	margin-left: 480px;
    }
    100%{
	margin-left: 0;
    }

}


@keyframes imgmoveD1300 {
    0%{
        margin-top: 32px;
    }
    50%{
        margin-top: 32px;
    }

    100%{
        margin-top: 0;
    }
}


@keyframes imgmoveU1000 {
    0%{
 	margin-left: 288px;
    }
    60%{
	margin-left: 384px;
    }
    70%{
	margin-left: 384px;
    }
    100%{
	margin-left: 0;
    }

}


@keyframes imgmoveD1000 {
    0%{
        margin-top: 25.6px;
    }
    50%{
        margin-top: 25.6px;
    }

    100%{
        margin-top: 0;
    }
}

@keyframes imgmoveUS {
    0%{
 	margin-left: 230.4px;
    }
    60%{
	margin-left: 307.5px;
    }
    70%{
	margin-left: 307.2px;
    }
    100%{
	margin-left: 0;
    }

}


@keyframes imgmoveDS {
    0%{
        margin-top: 20.5px;
    }
    50%{
        margin-top: 20.5px;
    }

    100%{
        margin-top: 0;
    }
}




