﻿@charset "UTF-8";
/**
 *
 *  トップページ
 *
 */


#TopPageTitle {
	width:1100px;
	margin:0 auto;
}

#TopPageTitle h1{
	color: #959595;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}


/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .mv
---------------------------------------------------------------------------*/
.mv {
  width: 100%;
}

/* .slider
-----------------------------------------------------------------*/
.mv .slider {
  overflow: hidden;
  position: relative;
  height: 590px;
}
.mv .slider .stage {
  position: relative;
  height: 590px;
  margin: 0 auto;
}
.mv .slider .stage .list {
  position: absolute;
  top: 0;
}
.mv .slider .stage li {
  float: left;
  width: 718px;
  height: 590px;
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.mv .slider .stage li span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
}
.mv .slider .stage li a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv .slider .stage li:hover {
/*  opacity: .7;*/
  opacity: 1;
}
.mv .slider .stage .img01 {
  background-image: url(../images/mv_img01.jpg);
}
.mv .slider .stage .img02 {
  background-image: url(../images/mv_img02.jpg);
}
.mv .slider .stage .img03 {
  background-image: url(../images/mv_img03.jpg);
}
.mv .slider .controller .prev,
.mv .slider .controller .next {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
}
.mv .slider .controller .prev a,
.mv .slider .controller .next a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.mv .slider .controller .prev a:before,
.mv .slider .controller .next a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 18px;
  margin: auto;
}
.mv .slider .controller .prev span,
.mv .slider .controller .next span {
  display: block;
  overflow: hidden;
  text-indent: -100%;
  text-decoration: none;
  white-space: nowrap;
}
.mv .slider .controller .next {
  right: 30px;
}
.mv .slider .controller .next a:before {
  left: 50%;
  margin-left: -5px;
  background: url(../../assets_t/shared/images/ico_arw01_r.png) no-repeat;
}
.mv .slider .controller .next a:hover:before {
  -webkit-animation: toRightFromLeft 0.4s forwards;
          animation: toRightFromLeft 0.4s forwards;
}
.mv .slider .controller .prev {
  left: 30px;
}
.mv .slider .controller .prev a:before {
  right: 50%;
  margin-right: -5px;
  background: url(../../assets_t/shared/images/ico_arw01_l.png) no-repeat;
}
.mv .slider .controller .prev a:hover:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
          animation: toLeftFromRight 0.4s forwards;
}
.mv .slider .controller .pointer {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.mv .slider .controller .pointer span {
  background: #fff;
}

/*--------------------------------------------------------------------------
   .sec
---------------------------------------------------------------------------*/
.sec {
  padding: 120px 0;
}

/*--------------------------------------------------------------------------
   .sec_pick_up  PICK UP
---------------------------------------------------------------------------*/
.sec_pick_up {
  background: url(../../assets_t/shared/images/bg01.png) no-repeat 100% 0;
}
.sec_pick_up .bnrs {
/*  margin: -11px;*/
	width: 1000px;
	margin: 0 auto;
}
.sec_pick_up .bnrs li {
/*  float: left;
  margin: 11px;*/
	width: 33%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------------------
   .sec_ranking  ITEM RANKING
---------------------------------------------------------------------------*/
.sec_ranking {
  background: #f3f3f3 url(../../assets_t/shared/images/bg02.png) no-repeat 0 0;
}
.sec_ranking h2 {
  margin-bottom: 35px;
}

/* .contents
-----------------------------------------------------------------*/
.sec_ranking .contents {
  position: relative;
  overflow: hidden;
  float: left;
  width: 812px;
  height: 100%;
  min-height: 660px;
}
.sec_ranking .contents .slider {
  overflow: hidden;
  width: 812px;
  position: absolute;
  opacity: 0;
}
.sec_ranking .contents .stage {
  position: relative;
  width: 842px;
}
.sec_ranking .contents .list_wrap {
  position: absolute;
  width: 2526px;
  padding-top: 33px;
}

.sec_ranking .contents .list {
  float: left;
  width: 842px;
  margin: 0;
}
.sec_ranking .contents .item {
  width: 180px;
  min-height: 275px;
  margin: 0 30px 42px 0;
}

/* 1位だけ大きくする */
.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child {
	width: 370px;
	margin-right: 52px;
}
.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child .img {
  height: 370px;
}
.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child .rank {
  top: -19px;
  left: 14px;
}
.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child .txt_box {
  margin-top: 28px;
  font-size: 14px;
}
.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child .txt {
  margin-top: 10px;
  color: #959595;
  font-size: 12px;
}
.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child .price {
  margin-top: 20px;
}

/*
.sec_ranking .contents .item._large {
 width: 370px;
  margin-right: 52px;
}
.sec_ranking .contents .item._large .img {
  height: 370px;
}
.sec_ranking .contents .item._large .rank {
  top: -19px;
  left: 14px;
}
.sec_ranking .contents .item._large .txt_box {
  margin-top: 28px;
  font-size: 14px;
}
.sec_ranking .contents .item._large .txt {
  margin-top: 10px;
  color: #959595;
  font-size: 12px;
}
.sec_ranking .contents .item._large .price {
  margin-top: 20px;
}
*/

/* .controller
-----------------------------------------------------------------*/
.sec_ranking .controller {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 30px;
  padding-top: 17px;
  height: 40px;
}
.sec_ranking .controller .c_pager {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
}

/* .ranking_sort
-----------------------------------------------------------------*/
.sec_ranking .ranking_sort {
  float: right;
  width: 240px;
}
.sec_ranking .ranking_sort a {
  text-decoration: none;
}
.sec_ranking .ranking_sort .sex {
  overflow: hidden;
  height: 120px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.sec_ranking .ranking_sort .sex li {
  float: left;
  display: table;
  width: 50%;
  height: 100%;
}
.sec_ranking .ranking_sort .sex li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .1em;
  font-weight: 700;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_ranking .ranking_sort .sex li a[data-rank-sex="ladies"] {
  color: #e85a56;
}
.sec_ranking .ranking_sort .sex li a.is_active, .sec_ranking .ranking_sort .sex li a:hover {
  background: #FFF;
}
.sec_ranking .ranking_sort .category li {
  border-bottom: 1px solid #cfcfcf;
}
.sec_ranking .ranking_sort .category a {
  position: relative;
  display: block;
  padding: 33px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .1em;
  font-weight: 700;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_ranking .ranking_sort .category a:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 7px;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  background: url(../../assets_t/shared/images/ico_arw02_l.png) no-repeat;
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_ranking .ranking_sort .category a.is_active, .sec_ranking .ranking_sort .category a:hover {
  opacity: 1;
}
.sec_ranking .ranking_sort .category a.is_active:before, .sec_ranking .ranking_sort .category a:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec_ranking .ranking_sort .btn_other {
  margin-top: 50px;
}
.sec_ranking .ranking_sort .btn_other a {
  padding-top: 52px;
  padding-bottom: 36px;
}

/*--------------------------------------------------------------------------
   .sec_new_arrival  NEW ARRIVAL
---------------------------------------------------------------------------*/
.sec_new_arrival .contents {
  overflow: hidden;
  margin: -1px 0;
}
.sec_new_arrival .row_wrap {
  overflow: hidden;
  margin: -2px 0;
}
.sec_new_arrival .box {
  overflow: hidden;
  float: left;
  width: 25%;
  height: 25%;
}
.sec_new_arrival .item {
  float: left;
  width: 50%;
  height: 50%;
}
.sec_new_arrival .item._large {
  width: 25%;
  height: 25%;
}
.sec_new_arrival .item img {
  width: 100%;
  height: auto;
}
.sec_new_arrival .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sec_new_arrival .item .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#e6433e), to(#ed8c3e));
  background: linear-gradient(to left, #e6433e 0%, #ed8c3e 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.sec_new_arrival .item.hover02 .bg {
  background: -webkit-gradient(linear, right top, left top, from(#16a6cf), to(#18d9ce));
  background: linear-gradient(to left, #16a6cf 0%, #18d9ce 100%);
}
.sec_new_arrival .item.hover03 .bg {
  background: -webkit-gradient(linear, right top, left top, from(#d54a9c), to(#f28daf));
  background: linear-gradient(to left, #d54a9c 0%, #f28daf 100%);
}
.sec_new_arrival .item:hover .bg {
  opacity: 0.96;
}
.sec_new_arrival .item .txt_box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_new_arrival .item .txt_box:hover {
  opacity: 1;
}
.sec_new_arrival .item .txt_box > .inline {
  display: table;
  width: 100%;
  height: 100%;
}
.sec_new_arrival .item .txt_box > .inline > .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.sec_new_arrival .item .txt_box > .inline span {
  display: block;
}
.sec_new_arrival .item .txt_box .price {
  margin-top: 14px;
}
.sec_new_arrival .item .txt_box .price .em {
  font-size: 14px;
}

/*--------------------------------------------------------------------------
   .sec_sns_timeline  snsタイムライン
---------------------------------------------------------------------------*/
.sec_sns_timeline {
  padding: 100px 0;
}
.sec_sns_timeline .timeline {
  width: 525px;
}
.sec_sns_timeline .timeline h2,
.sec_sns_timeline .timeline div {
  margin-bottom: 50px;
  text-align: center;
}
.sec_sns_timeline .fb {
  float: left;
}
.sec_sns_timeline .ig {
  float: right;
}

.sec_sns_timeline .ig .ig-timeline {
  padding: 3px 0 0 3px;
  background: #eee;
}

.sec_sns_timeline .ig .ig-timeline ul {
  overflow: hidden;
}
.sec_sns_timeline .ig .ig-timeline li {
  float: left;
  width: 174px;
}

.sec_sns_timeline .ig .ig-timeline li a{
  margin: 0 3px 3px 0;
}

#investigate {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

/* 広告上下余白 */
.adsbygoogle {
	margin:30px 0;
}

#secretSaleBar a {
    display: block;
    width: 100%;
    height: 42px;
    background: url(https://www.10keiya.com/img/bnr/bnr_repeat_ptcp.jpg) repeat-x 0 0;
    line-height: 1;
}

/* ランキング改修 */
.sec_ranking .contents .list p.rank {
font-size: 25px;
border-bottom: 4px solid #333;
font-family: 'Oswald', sans-serif;
top: -27px;
width: 28px;
}

.sec_ranking .contents .list_wrap .list:first-child > div.item:first-child p.rank {
color:#ffc610;
letter-spacing: 2px;
border-bottom: 4px solid #ffc610;
}

/* FS2レコメンド用 */

.fs_history_box {
background: #f3f3f3;
padding: 40px 0 60px 0;
}

.fs_history_box .FS2_Recommend2_container_history .CrossHead {
background:#f3f3f3;
}

#_rcmdjp_display_1 {
width: 1100px;
margin-right:auto;
margin-left:auto;
text-align:left;
}

#_rcmdjp_display_2 {
  width: 1100px;
  margin: auto;
}
