@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*========================  スライド  ========================*/
div#slide {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: 370px;
}
div#slide:before, div#slide:after {
  position: absolute;
  z-index: 1000;
  top: 0;
  display: block;
  width: 100%;
  height: 370px;
  content: "";
  opacity: 0.3;
  background-color: #000;
}
div#slide:before {
  right: 50%;
  margin-right: 485px;
}
div#slide:after {
  left: 50%;
  margin-left: 485px;
}

/*========================  トップページ  ========================*/
.contents_top {
  margin: 0 auto 55px auto;
  width: 960px;
}
.contents_top h2 {
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1em;
  vertical-align: bottom;
  border-bottom: 3px solid #e60012;
}
.contents_top h2 img {
  margin-right: 20px;
  margin-bottom: 3px;
}
.contents_top p.price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  color: #e60012;
}
.contents_top p.price::before {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
}

.event_ban-index {
  margin: 0 auto;
  width: 970px;
}

/*-------------------トップページのタイマー切り替え------------------*/
section {
  display: none;
}

.active {
  display: block;
}

/*--------------- NEWS ---------------*/
div.contents_top.newsbnner {
  clear: both;
  overflow: hidden;
  width: 970px;
}

div.contents_top.newsbnner ul li {
  float: left;
}

ul.newsbnner-clm1 li {
  margin: 0px 0px 10px 0px;
}

ul.newsbnner-clm1-2 li {
  margin: 0px 0px 10px 0px;
}

ul.newsbnner-clm2 li {
  margin: 0px 10px 0 0px;
}

ul.newsbnner-clm3 li {
  margin: 20px 11px 0 0px;
}

ul.newsbnner-clm4 li {
  margin: 20px 10px 0 0px;
}

div.contents_top.newsbnner ul li.clm-end {
  margin: 20px 0px 10px 0px;
}

/*--------------- SPECIAL ---------------*/
div.contents_top.special ul {
  overflow: hidden;
}

div.contents_top.special li {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  padding: 19px;
  width: 270px;
  border: 1px solid #e8e8e8;
}

div.contents_top.special li:hover {
  border: 1px solid #e60012;
}

div.contents_top.special li:nth-of-type(1) {
  margin-left: 0;
}

div.contents_top.special li:nth-of-type(1),
div.contents_top.special li:nth-of-type(2) {
  width: 435px;
}

div.contents_top.special li:nth-of-type(3n) {
  margin-left: 0;
}

div.contents_top.special li h3 {
  margin-bottom: 10px;
}

div.contents_top.special li a {
  display: block;
}

div.contents_top.special li p {
  margin-top: 15px;
}

/*--------------- PICK UP ---------------*/
.recommend__wrap {
  margin-top: 20px;
  padding: 25px 30px 30px 30px;
  border-radius: 4px;
  background-color: #f1f0ed;
}

.recommend__list {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
}
.recommend__list li {
  margin-top: 10px;
  margin-right: 10px;
}
.recommend__list li:nth-of-type(-n+4) {
  margin-top: 0;
}
.recommend__list li:nth-of-type(4n) {
  margin-right: 0;
}
.recommend__list a {
  position: relative;
  display: block;
  padding: 5px 5px 2rem 5px;
  width: 207px;
  height: 320px;
  background: #fff;
}
.recommend__list img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.recommend__list .item-name {
  margin: 0 5px 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
.recommend__list .catch-lowya {
  display: none;
}
.recommend__list .description-lowya {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 5px;
  max-height: 4.7em;
  font-size: 11px;
  white-space: normal;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
}
.recommend__list .csv-price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 2rem;
  text-align: right;
}

/*--------------- RANKING ---------------*/
.ranking__list {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
}
.ranking__list li {
  margin-left: 10px;
}
.ranking__list li:first-child {
  margin-left: 0;
}
.ranking__list li:nth-of-type(1) a:after {
  content: "1";
}
.ranking__list li:nth-of-type(2) a:after {
  content: "2";
}
.ranking__list li:nth-of-type(3) a:after {
  content: "3";
}
.ranking__list li:nth-of-type(4) a:after {
  content: "4";
}
.ranking__list li:nth-of-type(5) a:after {
  content: "5";
}
.ranking__list a {
  position: relative;
  display: block;
  padding: 5px 8px;
  width: 166px;
  height: 240px;
  border: 1px solid #e8e8e8;
}
.ranking__list a::after {
  position: absolute;
  bottom: 8px;
  left: 5px;
  width: 30px;
  height: 33px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.ranking__list a:hover, .ranking__list a:hover::after {
  border-color: #e60012;
}
.ranking__list img {
  display: block;
  width: 100%;
  height: auto;
}
.ranking__list p {
  position: absolute;
}
.ranking__list .item-name {
  top: 207px;
  left: 44px;
  overflow: hidden;
  width: 134px;
  height: 1.5em;
  font-size: 1.1rem;
}
.ranking__list .catch-lowya,
.ranking__list .description-lowya {
  display: none;
}
.ranking__list .csv-price {
  right: 8px;
  bottom: 5px;
  font-size: 1.6rem;
  text-align: right;
}

/*--------------- NEW ARRIVAL ---------------*/
.new-arrival__list {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -js-display: flex;
}
.new-arrival__list li {
  margin-top: 20px;
  margin-right: 42px;
}
.new-arrival__list li:nth-of-type(4n) {
  margin-right: 0;
}
.new-arrival__list a {
  position: relative;
  display: block;
  width: 208px;
  height: 305px;
}
.new-arrival__list a:hover img {
  margin-top: -5px;
  padding-bottom: 5px;
}
.new-arrival__list img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 211px;
  height: auto;
  max-height: 211px;
}
.new-arrival__list .catch-lowya,
.new-arrival__list .description-lowya {
  display: none;
}
.new-arrival__list .csv-price {
  position: absolute;
  bottom: 34px;
  font-size: 18px;
  text-align: right;
}

/*--------------- HOW TO CHOOSE ---------------*/
.contents_top.choose {
  font-size: 1.2rem;
}
.contents_top.choose ul {
  overflow: hidden;
}
.contents_top.choose li {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.contents_top.choose li:nth-of-type(3n) {
  margin-right: 0;
}
.contents_top.choose li a,
.contents_top.choose li a img {
  display: block;
}
.contents_top.choose li p {
  position: absolute;
  top: 68px;
  padding: 0 10px;
  width: 290px;
  text-align: center;
}

/*--------------- VIEWED ITEM ---------------*/
div.contents_top.viewed ul {
  overflow: hidden;
}

div.contents_top.viewed li {
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 20px;
}

div.contents_top.viewed li:nth-of-type(5n) {
  margin-right: 0;
}

div.contents_top.viewed li a {
  position: relative;
  display: block;
  width: 178px;
  height: 240px;
}

div.contents_top.viewed li a img {
  display: block;
  margin-bottom: 5px;
}

div.contents_top.viewed li a p {
  text-align: justify;
}

div.contents_top.viewed li a p.price {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 134%;
  text-align: right;
}

/*--------------- NEWS ---------------*/
div.contents_top.news dl {
  margin-top: 20px;
}

div.contents_top.news dt {
  float: left;
  width: 7em;
}

div.contents_top.news dd {
  margin-bottom: 1em;
  margin-left: 7.5em;
}

/*--------------- FEATURE ---------------*/
div.contents_top.feature {
  overflow: hidden;
}

div.contents_top.feature ul {
  overflow: hidden;
  margin-bottom: 20px;
}

div.contents_top.feature li {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  padding: 19px;
  width: 270px;
  border: 1px solid #e8e8e8;
}

div.contents_top.feature li:nth-of-type(-n+2) {
  width: 435px;
}

div.contents_top.feature li:nth-of-type(1),
div.contents_top.feature li:nth-of-type(3n) {
  margin-left: 0;
}

div.contents_top.feature li:hover {
  border: 1px solid #e60012;
}

/* img
-------------------------------------------*/
div.contents_top.feature .img {
  position: relative;
}

div.contents_top.feature .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  letter-spacing: 0.08em;
  opacity: 0.0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
}

div.contents_top.feature a:hover .overlay {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}

div.contents_top.feature .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -60px;
  width: 120px;
  height: 36px;
  line-height: 36px;
}

div.contents_top.feature .overlay:before,
div.contents_top.feature .overlay:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -60px;
  width: 120px;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-top: 1px solid #fff;
}

div.contents_top.feature .overlay:before {
  margin-top: -18px;
}

div.contents_top.feature .overlay:after {
  margin-top: 18px;
}

div.contents_top.feature a:hover .overlay:before,
div.contents_top.feature a:hover .overlay:after {
  display: block !important;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

div.contents_top.feature .overlay span:after {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  margin-top: -3px;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transition: all 0.2s ease-out 0.25s;
  -moz-transition: all 0.2s ease-out 0.25s;
  -ms-transition: all 0.2s ease-out 0.25s;
  -o-transition: all 0.2s ease-out 0.25s;
  transition: all 0.2s ease-out 0.25s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
}

div.contents_top.feature a:hover .overlay span:after {
  margin-right: 0px;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}

/* h3
-------------------------------------------*/
div.contents_top.feature h3 {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

div.contents_top.feature h3 span {
  margin-right: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #e60012;
  border-right: 1px #e8e8e8;
  border-right-style: solid;
}

div.contents_top.feature li a {
  display: block;
}

div.contents_top.feature li p {
  margin-top: 15px;
}

div.contents_top.feature div.link_btn a {
  display: block;
  float: right;
  padding: 12px;
  width: 195px;
  font-size: 117%;
  font-weight: bold;
  line-height: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border: 3px solid #e60012;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e60012;
}

div.contents_top.feature div.link_btn a:hover {
  color: #e60012;
  background-color: #fff;
}

div.contents_top.feature div.link_btn a i {
  margin-left: 20px;
  font-weight: bold;
}

/* 左上訴求PNG画像 -------------------------------------------*/
img.poi {
  position: absolute;
  top: 0px;
  left: 0;
}
