@charset "utf-8";


*{margin:0;padding:0;}

html,
body {
  height: 100%;
  margin:0;
  padding:0;
}
ol, ul {
  list-style: none;
}
ol,ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
  font-size: 14px; 
  color:#696969;
  line-height:1.6;
  min-width:1080px;
  background:#ffffff;
}

a{
  text-decoration:none;
  color:#2d2d2d;
}
a:hover{
  color:#bb4a00;
  text-decoration:none;
}
a:active, a:focus{
  outline: 0;
}
img{
  border:0;
}
.clear{
  clear:both;
}
.center{
  text-align:center;
}
.right{
  text-align:right;
}
.left{
  text-align:left;
}
.mgt100{
  margin-top:100px !important;
}
.mgt80{
  margin-top:80px !important;
}
.mgt60{
  margin-top:60px !important;
}
.mgt15{
  margin-top:15px;
}
.mgt20{
  margin-top:20px;
}
.mgt30{
  margin-top:30px;
}
.mgb15{
  margin-bottom:15px;
}
.mgt40{
  margin-top:40px;
}
.mgt50{
	margin-top:50px !important;
}
.mgt120{
	margin-top:120px !important;
}
.mgt200{
	margin-top:200px !important;
}
.mgt250{
	margin-top:250px !important;
}

a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
ul#gnavi li a,.serchbox dl dd a,.product li a,.box5list li a,.box2list li a,.sidebrandlist li a,ul.footmenu li a{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
         transition: all  0.5s ease;
}
.f_right{
	float: right;
}
.f_left{
	float: left;
}

/*************
/全体
*************/
#container,#hedunder {
  margin: 0 auto;
  width: 1030px;
}
#main{
  width:780px;
  float:right;
  overflow:hidden;
  margin-left:30px;
}
#side{
  width:220px;
  float:left;
  overflow:hidden;
  margin-top:5px;
}
.inner{
	width: 1030px;
	margin: auto;
}

/*
*****************
LP用追記分
*****************
*/

.sp{
	display: none !important;
}

.iframe-header-lp{
  width:100%;
  height:500px;
  margin-bottom: -318px;
  position: relative;
  z-index: 3;
}
.iframe-footer{
  width:100%;
  height:818px;
  margin-bottom: -7px;
}

.pcmain1030{
	width: 1030px;
	margin: 0 auto;
}


/* レスポンシブ1280pxまでここから */

@media screen and (max-width:1280px) {
.clearbgbox,
.clearbgbox02{
	width: 960px;
}
 
.itemlistarea{
	width: 960px;
	
}

.size01,
.size03{
	width: 450px;
}

.size02{
	width: 320px;
	padding-bottom: 70px;
}

.size04{
	width: 320px;
}

.size05{
	width: 900px;
	padding-top: 10px;
}

.itemlist01 li{
	margin: 30px 45px 28px 0;
	width: 260px;
}

.itemlist02{
	margin: 0 15px;
}

.itemlist02 li{
	width: 238px;
}


.itemlist02 li img{
	width: 220px;
}

 
.widthbox{
	width: 556px;
}
 
}

/* レスポンシブ1280pxまでここまで */



#pageTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 8px;
  font-weight:bold;
  z-index: 9999;
  background:rgba(103, 103, 103, 0.80);
  border-radius: 6px;
  letter-spacing: 0.1em;	
  text-align:center;
  line-height:1.3em;
}
#pageTop a {
  color: #fff;
  display: block;
  padding: 7px 5px 6px 5px;
}
#pageTop a:hover {
  background: #b94c0c;
  color: #fff;
  border-radius: 6px;
  padding: 7px 5px 6px 5px;
}
.itemlistarea02 {
    width: 1030px;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, 0.8);
}


.lp-father{
	background: color: #FFFFFF;
}
.tabmenu{
	width: 1030px;
    margin: 20px auto;
    }
.tabmenu li{
width: 160px;
    float: left;
    text-align: center;
    margin-right: 13px;
    font-size: 13px;
}
.tabmenu li:last-child{
	margin-right: 0;
}
.tabmenu li a{
display: block;
    padding: 15px 0;
    border: 1px solid #000000;
    border-radius: 3px;
    color: #000000;
    font-weight: bold;
    background: #fff;
    }
.tabmenu li a:hover{
	background: #000000;
	color: #fff;
    }

.tabmenu2 {
    width: 1030px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;  /* 自動的に折り返し */
    justify-content: space-between; /* 均等配置 */
}

.tabmenu2 li {
    width: calc((100% - 39px) / 4); /* 4列で均等配置 */
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px; /* 行間を確保 */
}

.tabmenu2 li:last-child{
	margin-right: 0;
}
.tabmenu2 li a{
display: block;
    padding: 15px 0;
    border: 1px solid #000000;
    border-radius: 3px;
    color: #000000;
    font-weight: bold;
    background: #fff;
    }

.tabmenu2 li a:hover{
	background: #000000;
	color: #fff;
    }

.item4list-01{
	overflow: hidden;
}
.item4list-01 li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin: 20px 2% 18px 0;
	text-align: center;
}
.item4list-01 li:nth-child(4n){
	margin-right: 0;
}
.item4list-01 li:nth-child(4n+1){
	clear: both;
}
.item4list-01 li img{
	width: 100%;
}
.item4list-01 .btn3 {
    width: 152px;
    margin: 20px auto 0;
}
.item2list {
    overflow: hidden;
}

.item2list li {
    float: left;
    width: 48%; /* 2列・4列で幅を揃える */
    text-align: center;
    margin: 24px 4% 22px 0; /* 右側の余白を3%に */
}

.item2list li:nth-child(3n) {
    margin-right: 0; /* 3列目の余白をなくす（4列用の調整） */
}

.item2list li:nth-child(3n+1) {
    clear: none; /* 2列の時に影響しないように */
}

.item2list li:nth-child(2n) {
    margin-right: 0; /* 2列目の右の余白をなくす */
}

.item2list li:nth-child(2n+1) {
    clear: both; /* 2列の時に改行 */
}

.item2list li img {
    width: 100%;
}

.komono{
	position: relative;
	overflow: hidden;
}
.komono01{
	float: right;
	margin-top: 50px;
}
.leftbox{
	width: 340px;
    position: absolute;
    top: 85px;
}
.rightbox{
	width: 400px;
	float: right;
	margin-top: 30px;
	overflow: hidden;
}
.komono02 li{
	float: left;
	width: 340px;
}
.komono02{
	margin-top: 30px;
}
.komono02 li:first-child img{
	width: 300px;
}
.komono02 li:nth-child(2) img{
	width: 344px;
}
.komono02 li:last-child img{
	width: 300px;
}
.komono02 .title{
	font-size: 17px;
}
.komono02 .subtitle{
	font-size: 12px;
	font-weight: bold;
}
.komono02 .textarea{
	font-size: 12px;
	line-height: 20px;
}
.komono02 .box{
	width: 270px;
	margin: 10px auto;
}




.title{
	color: #000000;
	font-size: 30px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	padding-bottom: 7px;
}
.subtitle{
	font-weight: bold;
	font-size: 16px;
	color: #4d4d4d;
	padding-bottom: 10px;
}
.textarea{
	line-height: 23px;
}

.maintitle{
	font-weight: bold;
	font-size: 30px;
	color: #4d4d4d;
	padding-bottom: 10px;
}

.textarea span{
	display: block;
}
.item4list-01 .btn,.item2list .btn{
	width: 150px;
	margin: 10px auto 0;
}
.btn {
	width: 150px;
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
}
.btn a{
	background: #000000;
	color: #fff;
	padding: 5px 0 3px;
	display: block;
	border-radius: 15px;
	border: 1px solid #000000;
}
.btn a:hover{
	background: #fff;
	color: #000000;
	border: 1px solid #000000;
}
.sakosshu {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.sakosshu01 img{
	width: 600px;
	float: left;
}
.sakosshu02 img{
	width: 187px;
	float: right;
}
.text{
	width: 350px;
	position: absolute;
	right: 210px;
	bottom:30px;
}
.itemname2 span{
	display: block;
}