@charset "euc-jp";
#container {
  padding-top: 30px;
}

.header-headline-nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #4d4d4d;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  position: absolute;
  bottom: 20px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
  font-family: Arial;
}
  #slide-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #slide-list a {
    display: block;
    margin: 0 5px;
    width: 70px;
    height: 10px;
    outline: 0;
    background: #5e5e5e;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #ecd062;
    opacity: 1;
  }
#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}
#slidecaption {
  position: absolute;
  bottom: 0;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }
  #controls-wrapper.mode-static #slidecaption {
    position: static;
  }

@media only screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #slidecaption {
    left: 20px;
  }
}


/* ============================================ ここから追加スタイル ============================================================================== */
#container {
    padding-top: 5em;
}

@media screen and (max-width:800px){
#container {
    padding-top: 45px;
}
}


/* ************ トップページ ********************************************** */
#toppagecct section{
	width: 100%;
	padding-bottom: 6.25em;
	position: relative;
}

/* リストマージン */
#toppagecct ul{
	margin: 0;
}

@media screen and (max-width:800px){
#toppagecct{
	font-size: 0.8em;
}
}

@media screen and (max-width:480px){
#toppagecct section{
	padding-bottom: 3.125em;
}
}

/* ---------- スライドショー ---------------------------------------- */
.slider-btn.btn-02 {
    border:none;
    background-color: transparent;
    position: absolute;
	top:0;
    left: 0;
	right: 0;
	bottom: 0 !important;
    z-index: 200;
    display: block;
    padding: 0;
	text-align: -9876px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.row {
    max-width: none;
}

/* マウスオーバー */
.slider-btn.btn-02:hover {
	background: rgba(255,255,255,0.30);
}


/* ---------- お知らせ ---------------------------------------- */
#news{
	color: #e60012;
}

/* 見出し */
.newsttl{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}
/* ---------- お知らせバナー -------------------------------------- */
.infobn{
  margin:auto;
  padding-bottom: 3.125em;
}
/* ---------- メインバナー ---------------------------------------- */
.mainbn{
	width: 100%;
	position: relative;
	padding-bottom: 3.125em;
}

/* バナーリスト */
.mainbn ul{
	list-style: none inside;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.mainbn li{
	width: 47.9%;
}

/* 画像 */
.mainbn img{
	max-width: 100%;
	height: auto;
}

/* ---------- ブランド ---------------------------------------- */
.brandlist{
	width: 100%;
	position: relative;
	padding-bottom: 6.25em;
}
.brandlist a{
	color: #000;
}

/* ブランドリスト ------------------------ */
.brandlist ul{
	list-style: none inside;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.brandlist li{
	width: 31.3%;
	text-align: center;
}

/* 画像 */
.brandlist img{
	max-width: 100%;
	height: auto;
}

/* ブランド名 */
.brandname{
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 1em;
	position: relative;
}
.brandname::after{
	display: inline-block;
	content: "";
	width: 1.125em;
	height: 1.125em;
	background: url( https://file003.shop-pro.jp/PA01268/508/images/ya03.png) no-repeat 0 bottom;
	background-size: contain;
	margin-left: 0.5em;
	position: relative;
	top:0.125em;
}

@media screen and (max-width:650px){
.brandname{
	font-size: 1.2em;
	line-height: 1em;
}
}

@media screen and (max-width:480px){
.brandname{
	font-size: 1em;
}
}


/* マウスオーバー */
a .brandname{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover .brandname{
	font-weight: bold;
	text-decoration: underline;
}

/* ---------- おすすめ商品 ---------------------------------------- */

/* 商品一覧 ------------------------ */
#recommended ul{
	width: 100%;
	position: relative;
	list-style: none inside;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
#recommended li{
	width: 31%;
	padding-bottom: 6.25em;
	position: relative;
}
#recommended li span{
	display: block;
	width: 100%;
	position: relative;
}

@media screen and (max-width:480px){
#recommended li{
	width: 48%;
	padding-bottom: 3.125em;
}
}


/* 商品画像 */
a.prd_lst_link{
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 1em;
}
a.prd_lst_link img.prd-lst-img{
	max-width: 100%;
	height: auto;
}

/* 商品名 */
.prd-lst-name a{
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
.prd-lst-name a:hover{
	text-decoration: underline;
}

/* 商品簡易説明 */
.prd-lst-exp{
	line-height: 1.3em;
	padding-bottom: 0.8em;
}

/* 商品価格 */
.prd-lst-price{
	font-size: 1.2em;
	line-height: 1em;
	color: #e60012;
}

/* ---------- 売れ筋商品 ---------------------------------------- */

/* 見出し */
#ranking .mainttl{
	color: #e60012;
}

/* 売れ筋商品一覧 ------------------------ */
#ranking ul{
	width: 100%;
	position: relative;
	list-style: none inside;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
#ranking li{
	width: 31%;
	padding-bottom: 6.25em;
	position: relative;
}
#ranking li span{
	display: block;
	width: 100%;
	position: relative;
}

@media screen and (max-width:480px){
#ranking li{
	width: 100%;
	padding-bottom: 2em;
}
}

.list-shohin-title{
	font-size: 12px;
}
.list-shohin-shosai{
	font-size: 18px;
}