@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-logo{
  position: absolute;
  width: 300px;
  top: 15px;
  left: 15px;
}
#header-logo img{
  width: 100%;
}

#header-menu{
  position: absolute;
  top: 170px;
  right: 40px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
#header-menu ul li{
  height: 80px;
}
#header-menu ul li a i{
  font-size: 1.8em;
  color: #333;
}
#header-menu > ul > li:nth-child(3) > a > i{
  padding-left: 5px;
}

/*----------------------------
* ハンバーガー
*----------------------------*/
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  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: 18%;
  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;
}

#main-slider-wrapper{
  padding-top: 60px;
}

#carousel-slider{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#carousel-slider img{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* 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: 800px;
  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: 70px;
}
#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: 50px;
}
#new-item-contents,
#re-item-contents,
#pickup-item-contents,
#category-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: 30px;
}
#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 */
#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%;
}

/* POP UP */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}


/* フッター */
  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: 25%;
  }
  .footlogo img{
    width: 100%;
  }
  footer small{
    margin-bottom: 30px;
  }