@charset "UTF-8";
/***********************************************
 import
 ***********************************************/
/***********************************************
 mediaQuery
 ***********************************************/
/***********************************************
 mixin
 ***********************************************/
/***********************************************
 color
 ***********************************************/
/***********************************************
 adobe font
 ***********************************************/
.en300 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en500 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en900 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/***********************************************
 font
 ***********************************************/
/***********************************************
fv
 ***********************************************/
.fv {
  margin: 50px auto 80px;
}

.fv .fv-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fv .fv-area .sp-fv-slider {
  display: none;
}

.fv .fv-area .fv-left {
  width: 50%;
  max-width: 550px;
}

.fv .fv-area .fv-left .fv-box .fv-thumb {
  max-width: 550px;
}

.fv .fv-area .fv-left .fv-box .fv-title {
  padding: 15px;
  background: #F2F2F2;
  font-size: 11px;
}

.fv .fv-area .fv-left .fv-box .fv-title .fv-title-label {
  font-size: 11px;
}

.fv .fv-area .fv-right {
  width: 50%;
  max-width: 546px;
  padding-left: 2.5%;
}

.fv .fv-area .fv-right .fv-right-list li:nth-child(1) .fv-box {
  flex-direction: row-reverse;
}

.fv .fv-area .fv-right .fv-right-list li:nth-child(2) {
  position: relative;
  top: -20px;
}

.fv .fv-area .fv-right .fv-right-list li .fv-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fv .fv-area .fv-right .fv-right-list li .fv-box .fv-thumb {
  max-width: calc(100% - 210px);
}

.fv .fv-area .fv-right .fv-right-list li .fv-box .fv-detail {
  width: 210px;
  padding: 40px 0 40px 30px;
  background: #F2F2F2;
}

.fv .fv-area .fv-right .fv-right-list li .fv-box .fv-detail .fv-title {
  font-size: 13px;
  border-bottom: 1px solid #CACACA;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.fv .fv-area .fv-right .fv-right-list li .fv-box .fv-detail .fv-title .fv-title-label {
  margin-bottom: 5px;
  display: block;
  font-size: 11px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fv .fv-area .fv-right .fv-right-list li .fv-box .fv-detail .moredetail-button a {
  font-size: 10px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/***********************************************
new
 ***********************************************/
.new-sec {
  margin: 0 auto 100px;
}

/***********************************************
category
 ***********************************************/
.category-sec {
  display: none;
}

/***********************************************
brand-sec
 ***********************************************/
.brand-sec {
  background: #F2F2F2;
  padding: 40px 0 50px;
}

.brand-sec .brand-area {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
}

.brand-sec .brand-area .brand-item {
  width: 25%;
  border-right: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
}

.brand-sec .brand-area .brand-item a {
  background: #fff;
  display: block;
  padding: 20px 0;
}

.brand-sec .brand-area .brand-item .brand-name {
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  text-align: center;
}

/***********************************************
news-sec
***********************************************/
.news-sec {
  margin: 0 auto 25px;
}

.news-sec .inner {
  max-width: 900px;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  padding: 30px;
}

.news-sec .news-area {
  display: flex;
  flex-wrap: wrap;
}

.news-sec .news-area .sec-title {
  margin: 0 60px 0 0;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.news-sec .news-area .news-list {
  width: calc(100% - 180px);
}

.news-sec .news-area .news-list .news-post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.news-sec .news-area .news-list .news-post:last-child {
  margin-bottom: 0;
}

.news-sec .news-area .news-list .news-post .news-time {
  width: 70px;
  margin-right: 10px;
  display: inline-block;
  font-size: 11px;
  color: #666;
}

.news-sec .news-area .news-list .news-post .news-title {
  width: calc(100% - 80px);
  font-size: 12px;
}

/***********************************************
guide-sec
 ***********************************************/
.guide-sec {
  margin: 0 auto 80px;
  padding-top: 60px;
}

.guide-sec .inner {
  max-width: 900px;
}

.guide-sec .sec-title {
  margin: 0 auto 25px;
}

.guide-sec .sec-title span {
  display: block;
  text-align: center;
}

.guide-sec .sec-title span.en {
  margin-bottom: 5px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}

.guide-sec .sec-title span.ja {
  font-size: 9px;
}

.guide-sec .guide-area {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CACACA;
}

.guide-sec .guide-area .guide-box {
  width: 25%;
  min-height: 240px;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #CACACA;
}

.guide-sec .guide-area .guide-box:last-child {
  border-right: none;
}

.guide-sec .guide-area .guide-box .guide-icn {
  margin: 0 auto;
}

.guide-sec .guide-area .guide-box .guide-title {
  font-size: 13px;
  margin: 0 auto 10px;
}

.guide-sec .guide-area .guide-box p {
  font-size: 11px;
}

.guide-sec .guide-area .guide-box p a {
  margin-top: 5px;
  display: inline-block;
  text-decoration: underline;
}

.guide-sec .guide-area .guide-box p a:hover {
  text-decoration: none;
}

/*recommend viewmore margin*/
.itemList{
    margin-bottom: 50px;
}
/*TIMESALEバナーpc用*/
.top_bn{
  max-width: 1100px;
  margin:0 auto 80px;
}

.time_spbn{
    display:none;
}/*TIMESALEバナー用ここまで*/

/*PRESENTバナー用css変更*/
.top_bn:nth-of-type(1){
  margin:0 auto 32px;
}
/*PRESENTバナー用css変更ここまで*/
@media (max-width: 767px) {
  
 /*TIMESALEバナーsp用*/
.top_bn{
width:90%;
margin:0 auto 40px;
}
.time_pcbn{
display:none;
} 
  
.time_spbn{
display:block;
}/*TIMESALEバナー用*/
  
  .topPage #main {
    padding-top: 0;
  }
  /***********************************************
  fv
   ***********************************************/
  .fv {
    margin: 0 auto 60px;
  }
  .fv .fv-area {
    display: block;
  }
  .fv .fv-area .sp-fv-slider {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .fv .fv-area .sp-fv-slider .slick-slide {
    width: 100%;
    margin: 0 auto;
  }
  .fv .fv-area .sp-fv-slider .slick-slide img {
    width: 100%;
  }
  .fv .fv-area .sp-fv-slider .slick-dots {
    margin: auto;
    max-width: 90%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  .fv .fv-area .sp-fv-slider .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px 0 0;
  }
  .fv .fv-area .sp-fv-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .fv .fv-area .sp-fv-slider .slick-dots li.slick-active button {
    background: #000;
  }
  .fv .fv-area .sp-fv-slider .slick-dots li button {
    border-radius: 0;
    width: 5px;
    height: 5px;
    background: #DCDCDC;
    padding: 0;
  }
  .fv .fv-area .sp-fv-slider .slick-dots li button:before {
    display: none;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
  }
  .fv .fv-area .fv-left,
  .fv .fv-area .fv-right {
    display: none;
  }
  /***********************************************
  new
   ***********************************************/
  .new-sec {
    margin: 0 auto 70px;
  }
  /***********************************************
  category
   ***********************************************/
  .category-sec {
    display: block;
    margin: 0 auto 70px;
  }
  .category-sec .category-area {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
  }
  .category-sec .category-area .category-item {
    width: 50%;
  }
  .category-sec .category-area .category-item a {
    padding: 15px 0;
    display: block;
    text-align: center;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
  }
  .category-sec .category-img {
    max-width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .category-sec .category-img img {
    width: 100%;
  }
  /***********************************************
  brand-sec
   ***********************************************/
  .brand-sec {
    background: #F2F2F2;
    padding: 40px 0 50px;
  }
  .brand-sec .brand-area {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
  }
  .brand-sec .brand-area .brand-item {
    width: 50%;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
  }
  .brand-sec .brand-area .brand-item a {
    background: #fff;
    display: block;
    padding: 15px 0;
  }
  .brand-sec .brand-area .brand-item .brand-name {
    font-size: 11px;
  }
  /***********************************************
  news-sec
  ***********************************************/
  .news-sec {
    margin: 0 auto 25px;
  }
  .news-sec .inner {
    max-width: 100%;
    border: none;
    padding: 30px 0;
  }
  .news-sec .news-area {
    display: block;
  }
  .news-sec .news-area .sec-title {
    margin: 0 auto 25px;
    text-align: center;
    display: block;
  }
  .news-sec .news-area .news-list {
    width: 100%;
    border-top: 1px solid #C9C9C9;
  }
  .news-sec .news-area .news-list .news-post {
    display: block;
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #C9C9C9;
  }
  .news-sec .news-area .news-list .news-post:last-child {
    margin-bottom: 0;
  }
  .news-sec .news-area .news-list .news-post .news-time {
    width: 100%;
    margin-right: 0;
    display: block;
    font-size: 10px;
  }
  .news-sec .news-area .news-list .news-post .news-title {
    width: 100%;
    font-size: 10px;
  }
  /***********************************************
  guide-sec
   ***********************************************/
  .guide-sec {
    margin: 0 auto 80px;
    padding-top: 60px;
  }
  .guide-sec .inner {
    max-width: 900px;
  }
  .guide-sec .sec-title {
    margin: 0 auto 25px;
  }
  .guide-sec .sec-title span {
    display: block;
    text-align: center;
  }
  .guide-sec .sec-title span.en {
    margin-bottom: 5px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
  }
  .guide-sec .sec-title span.ja {
    font-size: 9px;
  }
  .guide-sec .guide-area {
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-top: 1px solid #CACACA;
  }
  .guide-sec .guide-area .guide-box {
    width: 50%;
    min-height: 150px;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
  }
  .guide-sec .guide-area .guide-box:last-child {
    border-right: none;
  }
  .guide-sec .guide-area .guide-box .guide-icn {
    margin: 0 auto;
  }
  .guide-sec .guide-area .guide-box .guide-title {
    font-size: 13px;
    margin: 0 auto 10px;
  }
  .guide-sec .guide-area .guide-box p {
    font-size: 11px;
  }
  .guide-sec .guide-area .guide-box p a {
    margin-top: 5px;
    display: inline-block;
    text-decoration: underline;
  }
  .guide-sec .guide-area .guide-box p a:hover {
    text-decoration: none;
  }
}
