@charset "utf-8";
/* CSS Document */

/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html{color:#333;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote {margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

html, body {
font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
-webkit-font-smoothing: antialiased;
}

header{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  header{
  }
}

#header-logo{
  position: inherit;
  display: inline-block;
  width: 48%;
  margin-left: 3%;
  margin-bottom: 10px;
}
#header-logo img{
  width: 100%;
}

#header-menu{
  position: inherit;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #333;
  width: 30%;
  margin-right: 3%;
  margin-top: 7px;
}
#header-menu ul{
  display: flex;
  justify-content: space-between;
}
#header-menu ul li{
  height: 80px;
}
#header-menu ul li:first-child{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:4;
}
#header-menu ul li:nth-child(2){
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
#header-menu ul li:nth-child(3){
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:2;
}
#header-menu ul li:nth-child(4){
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:3;
}
#header-menu ul li a i{
  font-size: 1.4em;
  color: #333;
}

/*----------------------------
* ハンバーガー
*----------------------------*/
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: relative;
  z-index: 2;
  width: 25px;
  height: 25px;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555;
}
.menu__item{
  width: 280px;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu{
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  transform: scale(.5);
  transition: all .3s ease;
}
/* アニメーション後のメニューの状態 */
.menu.is-active{
  width: 100%;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1.0);
}








/*メインコンテンツ*/
#main-contents-wrap{
  width: 100%;
}
#main-slider-wrapper, #news-wrapper, #feature-banner-wrapper{
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#carousel-slider{
  width: 100%;
  margin: 0 auto;
}
#carousel-slider img{
  width: 100%;
}

/* News */
#news-contents{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}
#news-contents h2{
  font-size: 1.8em;
  margin-bottom: 30px;
}
#news-contents article{
  line-height: 2;
  font-size: 1.2em;
  margin-bottom: 25px;
}
#news-contents article a{
  color: #EA4A4A;
}

/* Feature */
#feature-banner-contents{
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #333;
}
#feature-banner-contents h2{
  font-size: 1.8em;
  margin-bottom: 70px;
}
#feature-banner-contents ul li{
  line-height: 2;
  font-size: 1.2em;
  margin-bottom: 30px;
}
#feature-banner-contents ul li a{
  color: #EA4A4A;
}
#feature-banner-contents ul li a img{
  width: 100%;
}

/* new and re */
#new-item-wrapper,
#re-item-wrapper,
#pickup-item-wrapper,
#category-wrapper{
  margin-bottom: 20px;
}
#new-item-contents,
#re-item-contents{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}
#new-item-contents h2,
#re-item-contents h2,
#pickup-item-contents h2,
#category-contents h2{
  font-size: 1.8em;
  margin-bottom: 20px;
}
#new-item-slider section.new-item,
#re-item-slider section.re-item{
  width: 100%;
}
#new-item-slider section.slider div,
#re-item-slider section.slider div{
  width: 100%;
  padding: 3px;
}
#new-item-contents .new-item,
#re-item-contents .re-item,
#pickup-item-contents .pickup-item,
#category-contents .category-item{
  margin-bottom: 40px;
}
#new-item-contents a,
#re-item-contents a,
#pickup-item-contents a{
  text-decoration: none;
  text-align: left;
}
#new-item-contents img,
#re-item-contents img,
#pickup-item-contents img{
  width: 100%;
}
#new-item-contents div p:nth-child(2),
#re-item-contents div p:nth-child(2),
#pickup-item-contents div p:nth-child(2){
  color: #333;
  font-size: 0.8em;
}
#new-item-contents div p:nth-child(3)::before,
#re-item-contents div p:nth-child(3)::before,
#pickup-item-contents div p:nth-child(3)::before{
  content: "￥";
  font-size: 0.75em;
}
#new-item-contents div p:nth-child(3),
#re-item-contents div p:nth-child(3),
#pickup-item-contents div p:nth-child(3){
  color: #333;
  font-size: 0.8em;
}

#pickup-item-contents .slick-next,
#pickup-item-contents .slick-prev{
  top: 50%;
  background-color: #8c8c8c00;
}
#pickup-item-contents .slick-next:before,
#pickup-item-contents .slick-prev:before{
  color: #515151;
  font-size: 45px;
}
#pickup-item-contents .slick-prev:before{
  margin-left: -30px;
}


/* CATEGORY */
#pickup-item-contents,
#category-contents{
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #333;
}
#category-contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#category-contents ul li{
  width: 48%;
  margin-bottom: 40px;
}
#category-contents ul li img{
  width: 100%;
}



/* フッター */
  footer{
    text-align: center;
    border-top: 1px solid #999;
    background-color: #EEE;
  }
  footer p a{
    color: #333;
    text-decoration: none;
    line-height: 3;
  }
  .footlogo{
    margin: 30px auto;
    width: 70%;
  }
  .footlogo img{
    width: 100%;
  }
  footer small{
    margin-bottom: 30px;
  }