@media screen and (max-width: 640px){
header.hero{height:360px!important}
.carousel-cell{height:360px!important}
}

.logo{padding:30px 0 10px 0!important;border-bottom:solid 0px!important;background-color:#FFF!important}

@media screen and (max-width: 480px){
.header-nav-wrapper{border-bottom:solid 0px!important;background:#fff!important}
}

.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after{width:25px!important;height:2px!important;background:#414a52!important}
.nav-toggle.active span{background-color:transparent!important}
.header-nav-wrapper nav ul li a{color:#414a52!important}

@media screen and (max-width: 1024px){
.primary-nav-wrapper{background-color:#dfdfdf!important}
}


section {font-family:Anton!important;}
/* sp */
@media only screen and (max-width: 480px) {
section p {font-size: 12px;line-height:20px;}
}

h1{font-size:30px!important;font-weight:700;line-height:44px!important;}
h2{font-size:26px!important;font-weight:500;color:#414a52!important;line-height:44px!important;margin-bottom:25px}
h3{font-size:20px;font-weight:700;line-height:32px;margin-top:15px;margin-bottom:15px!important;color:#414a52!important}
h4{font-size:24px;font-weight:600;margin:0px!important;text-transform:none!important}
h4:after{display:block;width:30px;height:2px;margin-top:15px;content:'';background-color:transparent!important}
h5{font-size:20px;font-weight:600;color:#fff!important;margin-top: 0px;}

@media screen and (max-width: 640px){
h2{font-size:22px!important;font-weight:500;color:#414a52!important;line-height:22px!important;margin-bottom:25px}
h3{font-size:18px;font-weight:700;line-height:32px;margin-top:15px;margin-bottom:15px!important;color:#414a52!important}
}

.header-nav-wrapper nav ul li a:before{background-color:#666!important}
.footer-nav a:hover {color:#333!important;}



.has-padding{padding:45px 0!important}
/* sp */
@media only screen and (max-width: 480px) {
.has-padding{padding:25px 0!important}
}


.column_bottom {padding-bottom:25px}
#detail .column_area div:nth-child(2n+1){clear:both;}

.latest-articles article.article-post .article-image{position:relative;overflow:hidden;height:320px!important;max-height:320px;background-color:#000;background-repeat:no-repeat;background-position:center;background-size:cover}

.detail img, .variation img {width:100%;}
.designer img {width:60%; margin-bottom: 15px;}
.designer a {color:#333!important;}

.slide-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slick-prev,
.slick-next
{
    z-index: 100;
}
.slick-prev
{
    left: 10px!important;
}
.slick-next
{
    right: 10px!important;
}
.slick-slider{margin-bottom: 0px!important;}

 /*���E�̖��̐F��ς���*/
 .slick-prev:before,
 .slick-next:before {
   color: black;
 }


.spec_sheet {padding-right:15px;}
.spec_sheet li {float:left;width:20%;text-align:center;margin-right:2%;}
.spec_sheet li img {width:100%;margin-bottom: -10px;}
.spec_sheet span {clear:both;width:100%;font-size: 12px;}

/* table01 */
table {width: 100%;}
#table01 p.table_link  {clear:both;font-size:12px;}
#table01 .table_link a {color:#333!important;}
#table01 tr {
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  width: 100%;
}

#table01 th,
#table01 td {
  padding: 12px 0;
  border: none;
  line-height: 1.8;
}

#table01 th {
  width: 25%;
}
#table01 td img{
    margin-bottom:0px;
}
#table01 td li{
    line-height: 12px;
}

/* sp */
@media only screen and (max-width: 480px) {
.spec_sheet {padding-right:0px;}
#table01 tr {}
#table01 th {
  padding: 12px 0 0 0;
    display: block;
    width: 95%;
}
#table01 td {
  padding: 0 0 12px 0;
    display: block;
    width: 95%;
}
}


.btn_area {;margin-top:20px;}
.btn_area p {padding-bottom:5px;}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--gray,
a.btn--gray {
  color: #fff;
  background-color: #333;
}
.btn--gray:hover,
a.btn--gray:hover {
  color: #fff;
  background: #414A52;
}

/* sp */
@media only screen and (max-width: 480px) {

}