﻿@charset "UTF-8";

/* ---- reset ---- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
	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;
}
li {
	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;
}
:focus {
  outline: 0;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* ---- base ---- */
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  overflow-x: hidden;
}
a {
  color: #000;
  transition: .3s ease;
}
a:link,
a:visited {
  color: #000;
}
.default-price span {
  font-size: 12px;
}
.price::after,
.default-price::after {
  content: "(税込)";
  font-size: 12px;
}
.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}
img {
  max-width: 100%;
}
h3 {
  font-weight: bold;
}
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ---- fonts ---- */
.roboto {
  font-family: "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ---- slider ---- */
.swiper-button-disabled {
  display: none !important;
}
.swiper-button-prev {
  top: calc(50% - 40px);
  left: -40px;
  width: 80px;
  height: 80px;
  background: url(../../img/usr/common/prev.png);
}
.swiper-button-next {
  top: calc(50% - 40px);
  right: -40px;
  width: 80px;
  height: 80px;
  background: url(../../img/usr/common/next.png);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* ---- thumbnail-t ---- */
.block-thumbnail-t {
  width: 1400px;
  margin: 0 auto;
}
.block-thumbnail-t--items {
  display: flex;
}
.block-thumbnail-t--goods {
  width: 264px;
  margin: 0 20px 0 0;
}
.block-thumbnail-t--goods:last-child {
  margin: 0;
}
.block-thumbnail-t--goods-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 8px;
  width: 264px;
  height: 264px;
}
.block-thumbnail-t--goods-image img {
  transition: .3s ease;
}
.block-thumbnail-t--goods-image a:hover img {
  transform: scale(1.1);
}
.block-thumbnail-t--goods-brand {
  color: #333;
  font-size: 12px;
  margin: 0 0 2px;
}
.block-thumbnail-t--goods-name {
  margin: 0 0 3px;
}
.block-thumbnail-t--goods-name a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-thumbnail-t--price {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
}
.block-thumbnail-t--price span {
  font-size: 12px;
}

/* ---- pickup-p ---- */
.block-pickup-list-p {
  width: 1400px;
  margin: 0 auto;
}
.block-pickup-list-p--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-pickup-list-p--item-body {
  display: flex;
  width: 690px;
  margin: 0 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.block-pickup-list-p--item:last-child .block-pickup-list-p--item-body:nth-last-child(-n+2) {
  margin: 0;
}
.block-pickup-list-p--image {
  width: 345px;
  overflow: hidden;
}
.block-pickup-list-p--image img {
  transition: .5s ease;
}
.block-pickup-list-p--image a:hover img {
  transform: scale(1.1);
}
.block-pickup-list-p--item-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 345px;
  height: 100%;
  background: #F4F4F4;
  padding: 0 25px;
}
.block-pickup-list-p--goods-brand {
  color: #333;
  font-size: 12px;
  margin: 0 0 5px;
}
.block-pickup-list-p--goods-name {
  margin: 0 0 10px;
}
.block-pickup-list-p--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
.block-pickup-list-p--goods-name a:hover {
  opacity: 1;
}
.block-pickup-list-p--price {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.block-pickup-list-p--price span {
  font-size: 12px;
}

/* ---- ranking-r ---- */
.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
}

.block-ranking-r--goods,
.block-ranking-r--item {
  width: 264px;
  margin: 0 20px 60px 0;
}

.block-ranking-r--goods:nth-child(5n),
.block-ranking-r--item:nth-child(5n) {
  margin-right: 0;
}

.block-ranking-r--goods:nth-last-child(-n+5) {
  margin-bottom: 0;
}

.block-ranking-r--goods:nth-child(n+11),
.block-ranking-r--item:nth-child(n+11) {
  display: none;
}

.block-ranking-r--goods-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 8px;
}

.block-ranking-r--goods-image img {
  transition: .5s ease;
}

.block-ranking-r--goods-image a:hover img {
  transform: scale(1.1);
}

.block-ranking-r--rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 50%;
  border: 1px solid #EEE;
  text-align: center;
  padding: 2px 0 0;
  font-family: 'Roboto', sans-serif;
}

.block-ranking-r--rank.block-ranking-r--rank-1 {
  border-color: #AF981D;
  background: #AF981D;
  color: #FFF;
}

.block-ranking-r--rank.block-ranking-r--rank-2 {
  border-color: #888;
  background: #888;
  color: #FFF;
}

.block-ranking-r--rank.block-ranking-r--rank-3 {
  border-color: #9B493E;
  background: #9B493E;
  color: #FFF;
}

.block-ranking-r--goods-brand {
  color: #333;
  font-size: 12px;
  margin: 0 0 2px;
}

.block-ranking-r--goods-name {
  margin: 0 0 3px;
}

.block-ranking-r--goods-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-ranking-r--goods-name a:hover {
  opacity: .8;
}

.block-ranking-r--price {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
}

.block-ranking-r--price span {
  font-size: 12px;
}

.block-icon {
  display: flex;
  flex-wrap: wrap;
}
.block-icon span:not(:last-child) {
  margin: 0 5px 0 0;
}
.block-icon span img {
  height: 24px;
}

/* ---- history ---- */
.forcms_block.itemhistory {
  width: 1200px;
  margin: 100px auto 0;
  padding: 90px 0 0 !important;
  border-top: 1px solid #D8D8D8;
}
.block-recent-item--header {
  text-align: center;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  padding: 0 0 30px;
}
.block-recent-item--header span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.block-recent-item--items {
  position: relative;
  width: 1396px;
  margin: 0 auto;
}
.block-thumbnail-h {
  display: flex;
  overflow: hidden;
}
.block-thumbnail-h--item {
  width: 184px;
  margin: 0 18px 0 0;
}
.block-thumbnail-h--item:nth-child(7n) {
  margin: 0;
}
.block-thumbnail-h--goods-image figure {
  width: 184px;
  height: 184px;
  border-radius: 5px;
  overflow: hidden;
}
.block-thumbnail-h--goods-image figure img {
  transition: .3s ease;
}
.block-thumbnail-h--goods-image a:hover figure img {
  transform: scale(1.1);
}
.block-thumbnail-h--goods-description {
  margin: 8px 0 0;
  text-align: center;
}
.block-thumbnail-h--goods-description .block-thumbnail-h--price {
  font-size: 14px;
}
.block-thumbnail-h--goods-description .block-thumbnail-h--price span,
.block-thumbnail-h--goods-description .block-thumbnail-h--price:after {
  font-size: 10px;
}
#historyCaution {
  text-align: center;
}
#itemHistoryButton {
  text-align: right;
  margin: 20px 0 0;
}
#itemHistoryButton a {
  font-size: 14px;
  text-decoration: underline;
}
#itemHistoryButton a:hover {
  text-decoration: none;
}
