@charset "UTF-8";
/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

.c-large-tile__link {
  box-sizing: border-box;
  padding: 0 0 10px;
  display: block;
  box-shadow: 1px 1px 20px 4px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  margin-bottom: 20px; }

.c-large-tile__img {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 46.5%;
  position: relative;
  background-color: #dedede; }
  .c-large-tile__img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #dedede; }

.c-large-tile__texts {
  padding: 14px 20px 0;
  position: relative; }
  @media print, screen and (min-width: 1024px) {
    .c-large-tile__texts {
      padding: 18px 30px 0; } }

.c-large-tile__title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000; }

.c-large-tile__separator {
  border: none;
  margin: 0;
  padding: 0;
  height: 1px;
  background-color: #e6e6e6; }

.c-large-tile__comment {
  font-size: 14px;
  margin: 4px 0 0;
  padding: 0;
  color: #666; }

/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

.c-product-large-tile {
  width: 100%; }

.c-product-large-tile__badge {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 10px;
  padding: 4px 5px 3px;
  color: #ffffff; }
  .c-product-large-tile__badge.limited {
    background-image: linear-gradient(112deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }
  .c-product-large-tile__badge.limited2 {
    background-image: linear-gradient(110deg, #1a63c2, #9bb73e 100%); }
  .c-product-large-tile__badge.sale {
    background-image: linear-gradient(112deg, #fd4536, #ec546e 35%, #c65f91 67%, #705fae); }
  .c-product-large-tile__badge.sale_sold {
    background-color: #b3b3b3; }

.c-product-large-tile__shoulder {
  font-size: 12px;
  line-height: 1.83;
  margin-bottom: 3px;
  margin-top: 10px; }

.c-product-large-tile__price {
  color: #f05163;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  margin-top: 10px;
  padding: 0; }
  .c-product-large-tile__price span {
    font-size: 10px;
    font-weight: 400; }

.c-main-recommend-area > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  margin-right: -20px; }
  @media print, screen and (min-width: 1024px) {
    .c-main-recommend-area > * {
      margin-right: -40px;
      margin-top: 78px; } }
  .c-main-recommend-area > * > * {
    width: calc(100% - 20px);
    margin-bottom: 40px; }
    @media print, screen and (min-width: 1024px) {
      .c-main-recommend-area > * > * {
        margin-right: 40px;
        margin-bottom: 40px;
        width: calc(50% - 40px); } }
