@charset "UTF-8";
/* reset css -->*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-weight: normal;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
article,aside,footer,header,menu,nav,section {
  display: block;
}
ol,ul {
  list-style: none;
  list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
	font-size: 62.5%;
}
body{
  font-family:"Yu Gothic","繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", "sans-serif";
	color: #313131;
	font-size: 1.6em;
    background-color: #fff;
	overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.area-body section {
    width: 1100px;
    margin: 0 auto 60px;
    padding: 0 0 60px;
    box-sizing: border-box;
    text-align: center;
}
.area-wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
    color: #000;
    line-height: 1.7;
    font-family: "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝・け Medium", YuGothic, "貂ｸ繧ｴ繧ｷ繝・け菴・, sans-serif;
    overflow: hidden;
}
.area-body .header-text {
    padding: 50px 0;
}
.area-body section .model-list {
    width: 1100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 50px;
}

/*<-item list-----*/
.item-container {
    display:flex;
    width: 1100px;
    margin: auto;
    flex-wrap:wrap;
	justify-content: space-around
    
}

.item img{
    width: 200px;
}


/*<-item image-----*/
.item-image {
   display: flex;
   flex-wrap: wrap;
   width: 858px;
   margin : 0 auto;
   padding-top: 60px;
}
.item-container item {
    width: 100px;
    height: 100px;
}

.item-list {
    width: 425px;
}

.area-name {
  
}

/*<-slider-----*/
* {
    min-height:0;
    min-width : 0;
}
.slide-wrap {
	padding: 10px;
	background: #fff;
}
.slide-wrap img {
	display: block;
}
.slide-contener {
	max-width: 858px;
	width: 95%;
	margin: 20px auto;
}
.slide-item {
	margin: 0 5px;
    width: 420px!important;
}

.slide-contener ul.slick-dots {
display: flex!important;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
}
.slick-dots li{
	cursor: pointer;
	margin: 10px 5px;
	width: 50px;
	height: auto;
}
.slick-dots{
    bottom: -120px;
}
.slick-dots .slick-active{
	border: solid 0.5px;
}
.next , .prev    {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 630px;
    width: 24.4%;
    background: rgba(225,225,225,0.5);
    /* opacity: 0.9; */
    z-index: 100;
    line-height: 630px;
    text-align: center;
    color: #666;
    font-size: 25px;
}
.next {
	right:0;
}
.slick01 .prevarrow {
        FONT-WEIGHT: 300;
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 50%;
        background-color: rgba(225,225,225,0.5);
        line-height: 35px;
        text-align: center;
}
.slick01 .slick-arrow {
    display: block !important;
}
/*--slider縺薙％縺ｾ縺ｧ----->*/
h3 {
    margin: 60px 0;
    padding-top: 30px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    text-decoration: underline;
}

h2 {
    margin: 20px 0;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
h2:after{
    border-top: 1px solid;
    content: '';
    width: 460px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 26px;
}
.area-body section .name a {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}
.name{
    margin-top: 135px;
    text-align: left;
    margin-left: 100px;
}
.bottom__btn {
    margin-top: 50px;
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    font-weight: 600;
    font-size: .9em;
    padding: 0;
}
.bottom__btn::before,
.bottom__btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.bottom__btn,
.bottom__btn::before,
.bottom__btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bottom__btn:hover {
    color: #fff;
}
.bottom__btn::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.bottom__btn:hover::after {
    left: 0;
    background-color: #333;
}
.feature-wrap{
    background-color: #f8f8f8!important;
}
.pane-footer{
    background-color: #f8f8f8;  
}
/*<<<--繝｡繝・ぅ繧｢繧ｯ繧ｨ繝ｪ-------*/
/*<<<--1024px縺九ｉ896px縺ｾ縺ｧ-------*/
@media screen and  (min-width:896px) and (max-width:1024px){
.slick-dots {
       position: absolute;
        bottom: -100px;
    } 
}
@media(min-width:769px){
}
/*<<<--896px縺ｾ縺ｧ-------*/
@media screen and (max-width: 896px) {

.elem-text {
    display: inline-block;    
    }
.name {
    text-align: left;
    margin: o auto;
    margin: 80px auto 10px;
    display: inline-block;}
.item-container{
    display: none;
    }
.media_pc {
    display: none !important;
    }
.media_sp {
    display: block !important;
}
.item-image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    justify-content: center;
    }
.area-name {
    margin: 0 auto;
    }
.area-name .name {
    margin: 20px 0 0 0;
    display: block;
}

.slide-item {
   width: 60vw!important;
}
.slick-dots li {
  width: 30px;
}
.area-body section .model-list {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        margin-bottom: 50px;
    }  
.bodyWrap{
  width: 89.33333%;
  margin: auto; 
}
.next , .prev    {
        position: absolute;
        top: 0;
        cursor: pointer;
        height: 600px;
        width: 25%;
        background: rgba(225,225,225,0.5);
        /* opacity: 0.5; */
        z-index: 100;
        line-height: 600px;
        text-align: center;
        color: #fff;
        font-size: 30px;
    }    
.area-body section {
        width: 100%;
        margin: 0 auto 0;
        padding: 0 0 60px;
        box-sizing: border-box;
        text-align: center;
 }
.slide-item {
        margin: 0 5px;
/*        width: 420px!important;*/
    } 
.slide-wrap{
        padding: 0;
    }
h2:after{  
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: -5.97015%;  
} 
.slick-dots{
        bottom: -70px;
    } 
.area-body section .name a {
    font-weight: bold;
    font-size: 12px;
    }
.bottom__btn {
    margin-top: 30px;
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
} 
 .slide-wrap {
        padding: 0;
        margin: 30px auto;
}
    /*--768px縺ｾ縺ｧ縺薙％縺ｾ縺ｧ----->>>*/
}

@media(min-width:481px){
}

@media(max-width:480px){
	
 }

/*--繝｡繝・ぅ繧｢繧ｯ繧ｨ繝ｪ縺薙％縺ｾ縺ｧ----->>>*/
