@charset "UTF-8";
/******************************************************************************
商品の定型スニペットを使用する場合に読み込みが必要
bodyタグに「parts」クラスを適用すると、各スニペットが使用可能
******************************************************************************/
.parts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  .parts .itemOff {
    font-family: Verdana, Geneva, "sans-serif"; }
  .parts .itemPrice {
    letter-spacing: -2px; }
  .parts .itemSnipet01 {
    background: #e8e2dd;
    border: 1px solid #b5b5b5;
    padding: 10px;
    width: 100%;
    max-width: 350px; }
    .parts .itemSnipet01 a {
      display: block; }
    .parts .itemSnipet01 .itemCatch {
      color: #cfa972;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5px; }
    .parts .itemSnipet01 .itemPhoto {
      width: 100%; }
    .parts .itemSnipet01 .itemInfo {
      padding: 15px 10px 20px;
      background: white;
      position: relative; }
      .parts .itemSnipet01 .itemInfo .itemLimit {
        width: 134px;
        height: 20px;
        background: #cfa972;
        color: white;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px; }
      .parts .itemSnipet01 .itemInfo .itemName {
        font-size: 9px;
        width: 50%;
        position: absolute;
        right: 10px;
        top: 15px;
        word-break: keep-all;
        overflow: hidden; }
      .parts .itemSnipet01 .itemInfo .itemPriceBefore {
        font-size: 13px;
        color: #666666;
        text-align: center;
        width: 134px; }
      .parts .itemSnipet01 .itemInfo .itemShip {
        position: absolute;
        left: 150px;
        top: 34px;
        width: 36px;
        height: 36px;
        color: white;
        background: #e0603a;
        font-size: 13px;
        text-align: center;
        line-height: 1.5; }
      .parts .itemSnipet01 .itemInfo .itemPrice {
        position: absolute;
        right: 10px;
        top: 25px; }
        .parts .itemSnipet01 .itemInfo .itemPrice .item_price {
          font-size: 16px;
          color: #cc0000; }
          .parts .itemSnipet01 .itemInfo .itemPrice .item_price span {
            font-size: 38px; }
  .parts .itemSnipet02 {
    background: #cfa972;
    padding: 10px;
    width: 100%; }
    .parts .itemSnipet02 a {
      display: block; }
    .parts .itemSnipet02 .itemCatch {
      color: white;
      font-size: 34px;
      font-weight: normal;
      text-align: center;
      margin-bottom: 5px;
      line-height: 1.2; }
    .parts .itemSnipet02 .itemWrap {
      background: white; }
      .parts .itemSnipet02 .itemWrap .itemLeft {
        float: left;
        width: 370px; }
        .parts .itemSnipet02 .itemWrap .itemLeft .itemPhoto {
          width: 100%; }
      .parts .itemSnipet02 .itemWrap .itemRight {
        float: left;
        padding: 20px 10px;
        width: calc(100% - 370px); }
        .parts .itemSnipet02 .itemWrap .itemRight .itemPhoto {
          width: 100%;
          margin-bottom: 15px;
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemPhoto img {
            width: calc(50% - 3px);
            height: auto; }
        .parts .itemSnipet02 .itemWrap .itemRight .itemInfo {
          position: relative; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemLimit {
            width: 270px;
            height: 40px;
            margin: 0 auto;
            background: #cfa972;
            color: white;
            text-align: center;
            font-size: 27px;
            line-height: 40px;
            margin-bottom: 15px; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemName {
            font-size: 9px;
            width: 50%;
            position: absolute;
            right: 10px;
            top: 10px;
            word-break: keep-all;
            overflow: hidden; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPriceBefore {
            font-size: 16px;
            color: #666666;
            text-align: right;
            padding-right: 40px; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemShip {
            left: 150px;
            top: 34px;
            width: 72px;
            height: 72px;
            color: white;
            background: #e0603a;
            font-size: 26px;
            text-align: center;
            line-height: 1.3;
            margin-left: 10px;
            padding-top: 3px; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPrice {
            position: absolute;
            right: 10px;
            bottom: 0; }
            .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPrice .item_price {
              font-size: 25px;
              color: #cc0000;
              line-height: 1; }
              .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPrice .item_price span {
                font-size: 60px; }
  .parts .itemSnipet03 {
    background: white;
    border: 1px solid #b5b5b5;
    padding: 10px 20px 20px;
    width: 100%;
    max-width: 350px; }
    .parts .itemSnipet03 a {
      display: block; }
    .parts .itemSnipet03 .itemPhoto {
      width: 100%;
      margin-bottom: 6px; }
    .parts .itemSnipet03 .itemInfo {
      background: white;
      position: relative; }
      .parts .itemSnipet03 .itemInfo .itemName {
        font-size: 19px;
        color: #666666;
        word-break: keep-all;
        overflow: hidden;
        margin-bottom: 20px; }
      .parts .itemSnipet03 .itemInfo .itemLeft {
        float: left;
        width: 70px;
        margin-right: 30px; }
        .parts .itemSnipet03 .itemInfo .itemLeft .itemShip {
          width: 70px;
          height: 70px;
          color: white;
          background: #e0603a;
          font-size: 20px;
          text-align: center;
          line-height: 1.2;
          padding: 10px; }
      .parts .itemSnipet03 .itemInfo .itemRight {
        float: left;
        width: calc(100% - 100px);
        position: relative; }
        .parts .itemSnipet03 .itemInfo .itemRight .itemLimit {
          width: 100%;
          height: 30px;
          background: #e8e2dd;
          color: #222222;
          text-align: center;
          font-size: 19.5px;
          line-height: 30px;
          margin-bottom: 15px; }
        .parts .itemSnipet03 .itemInfo .itemRight .itemPriceBefore {
          font-size: 16px;
          color: #666666; }
        .parts .itemSnipet03 .itemInfo .itemRight .itemPrice {
          position: absolute;
          right: 0;
          bottom: 0; }
          .parts .itemSnipet03 .itemInfo .itemRight .itemPrice .item_price {
            font-size: 19px;
            line-height: 1;
            color: #cc0000; }
            .parts .itemSnipet03 .itemInfo .itemRight .itemPrice .item_price span {
              font-size: 41px;
              letter-spacing: -2px; }
  .parts .itemSnipet04 {
    background: #e8e2dd;
    border: 1px solid #b5b5b5;
    padding: 10px;
    width: 100%;
    max-width: 400px; }
    .parts .itemSnipet04 a {
      display: block; }
    .parts .itemSnipet04 .itemCatch {
      color: #cfa972;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5px; }
    .parts .itemSnipet04 .itemPhoto {
      width: 100%; }
    .parts .itemSnipet04 .itemInfo {
      padding: 15px 10px 10px;
      background: white;
      position: relative; }
      .parts .itemSnipet04 .itemInfo .itemLimit {
        color: #cfa972;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        margin-bottom: 5px; }
      .parts .itemSnipet04 .itemInfo .box {
        display: flex;
        justify-content: space-between;
        width: 220px;
        margin: 0 auto; }
        .parts .itemSnipet04 .itemInfo .box .itemShip {
          display: block;
          height: 32px;
          padding: 0 5px;
          font-size: 16px;
          color: white;
          background: #e0603a;
          text-align: center;
          line-height: 2;
          margin-top: 20px; }
        .parts .itemSnipet04 .itemInfo .box .itemPrice .item_price {
          font-size: 16px;
          line-height: 2;
          color: #cc0000; }
          .parts .itemSnipet04 .itemInfo .box .itemPrice .item_price span {
            font-size: 38px;
            font-weight: bold; }
  .parts .itemSnipet10 {
    position: relative;
    background: #cc0000;
    padding: 5px 10px 20px;
    overflow: hidden; }
    .parts .itemSnipet10 a {
      display: block; }
    .parts .itemSnipet10 .itemOff {
      position: relative;
      color: white;
      font-size: 70px;
      transform: rotate(-15deg);
      width: 150px;
      z-index: 10; }
      .parts .itemSnipet10 .itemOff span {
        font-size: 51px; }
      .parts .itemSnipet10 .itemOff:after {
        position: absolute;
        top: 87px;
        left: 30px;
        content: 'OFF';
        font-size: 27px; }
    .parts .itemSnipet10 .itemCatcharea {
      height: 80px; }
      .parts .itemSnipet10 .itemCatcharea .circle {
        content: '';
        position: absolute;
        background: #cc0000;
        border-radius: 50%;
        width: 170px;
        height: 170px;
        left: 0;
        z-index: 2;
        top: -20px; }
      .parts .itemSnipet10 .itemCatcharea .itemCatch {
        position: absolute;
        top: 8px;
        left: 175px;
        font-size: 35px;
        color: white;
        line-height: 80px;
        height: 80px; }
    .parts .itemSnipet10 .itemWrap {
      background: white; }
      .parts .itemSnipet10 .itemWrap .itemLeft {
        float: left;
        width: 430px; }
      .parts .itemSnipet10 .itemWrap .itemRight {
        float: right;
        width: calc(100% - 430px);
        padding: 20px 20px;
        box-sizing: border-box; }
        .parts .itemSnipet10 .itemWrap .itemRight .itemPhoto {
          margin-bottom: 20px; }
          .parts .itemSnipet10 .itemWrap .itemRight .itemPhoto p {
            float: left;
            width: 180px; }
            .parts .itemSnipet10 .itemWrap .itemRight .itemPhoto p:nth-child(1) {
              margin-right: 10px; }
        .parts .itemSnipet10 .itemWrap .itemRight .itemInfo {
          position: relative; }
          .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .box1 {
            color: white;
            font-size: 26px;
            text-align: right;
            margin-bottom: 24px;
            padding-right: 10px; }
            .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .box1 .itemSize {
              background: black;
              margin-right: 20px;
              display: inline-block;
              padding: 0 8px; }
            .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .box1 .itemShip {
              background: #f23e2e;
              display: inline-block;
              padding: 0 8px; }
          .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPriceBefore {
            text-align: right;
            padding-right: 10px;
            margin-bottom: 8px;
            font-size: 20px; }
          .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemIcon {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100px; }
          .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPrice {
            text-align: right; }
            .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPrice .item_price {
              font-size: 32px;
              text-align: right;
              color: #f23e2e;
              font-weight: bold;
              line-height: 1; }
              .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPrice .item_price span {
                font-size: 78px; }
  .parts .itemSnipet11 {
    width: 420px;
    background: white;
    padding: 20px; }
    .parts .itemSnipet11 .itemPhoto {
      margin-bottom: 10px; }
    .parts .itemSnipet11 .itemInfo .itemOff {
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/code/coordinate/css/../../img/common/snipet11-1.png") no-repeat;
      background-size: cover;
      width: 118px;
      height: 94px;
      font-size: 50px;
      color: #ff3333;
      transform: rotate(-8deg);
      padding-left: 15px; }
      .parts .itemSnipet11 .itemInfo .itemOff span {
        font-size: 40px; }
      .parts .itemSnipet11 .itemInfo .itemOff:after {
        content: 'OFF';
        font-size: 26px;
        position: absolute;
        left: 47px;
        bottom: 6px; }
    .parts .itemSnipet11 .itemInfo .itemName {
      font-size: 20px;
      white-space: nowrap;
      overflow-x: hidden;
      margin-bottom: 5px; }
    .parts .itemSnipet11 .itemInfo .itemPriceBefore {
      text-align: right;
      font-size: 18px;
      padding-right: 10px;
      margin-bottom: 10px; }
    .parts .itemSnipet11 .itemInfo .box {
      margin-left: auto;
      width: 65%;
      padding-right: 5px; }
      .parts .itemSnipet11 .itemInfo .box .itemShip {
        background: #e0603a;
        color: white;
        width: 50px;
        height: 50px;
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
        padding-top: 3px; }
      .parts .itemSnipet11 .itemInfo .box .itemPrice {
        color: #cd1b71;
        font-size: 23px;
        font-weight: bold;
        line-height: 1; }
        .parts .itemSnipet11 .itemInfo .box .itemPrice .item_price span {
          font-size: 47px; }
  .parts .itemSnipet12 {
    background: white;
    padding: 10px 10px 10px;
    width: 32%; }
    .parts .itemSnipet12 .itemPhoto {
      margin-bottom: 10px; }
    .parts .itemSnipet12 .itemInfo .itemName {
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 10px; }
    .parts .itemSnipet12 .itemInfo .box .fl {
      color: white;
      font-size: 16px;
      width: 87px;
      padding-left: 5px; }
      .parts .itemSnipet12 .itemInfo .box .fl .itemShip {
        text-align: center;
        width: 100%;
        background: #e0603a;
        margin-bottom: 10px; }
      .parts .itemSnipet12 .itemInfo .box .fl .itemOff {
        text-align: center;
        width: 100%;
        background: #27658c; }
    .parts .itemSnipet12 .itemInfo .box .fr .itemPriceBefore {
      font-size: 13px;
      text-align: right;
      margin-bottom: 5px; }
    .parts .itemSnipet12 .itemInfo .box .fr .itemPrice {
      text-align: right;
      color: #cc3366;
      font-size: 19px;
      font-weight: bold; }
      .parts .itemSnipet12 .itemInfo .box .fr .itemPrice .item_price span {
        font-size: 37px;
        letter-spacing: -1px;
        line-height: 1; }
  .parts .itemSnipet13 {
    width: 210px;
    border: 3px solid crimson;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: white; }
    .parts .itemSnipet13 .itemOff {
      background: crimson;
      height: 24px;
      color: white;
      font-size: 17px;
      text-align: center;
      font-weight: bold;
      position: absolute;
      top: 20px;
      width: 300px;
      left: -118px;
      transform: rotate(-45deg);
      line-height: 24px; }
    .parts .itemSnipet13 .itemInfo {
      padding: 10px 10px 0; }
      .parts .itemSnipet13 .itemInfo .box .fl .itemShip {
        background: #cd1b71;
        color: white;
        font-size: 11px;
        text-align: center;
        padding: 4px 5px; }
      .parts .itemSnipet13 .itemInfo .box .fr .itemPriceBefore {
        font-size: 12px;
        text-align: right;
        line-height: 2; }
      .parts .itemSnipet13 .itemInfo .itemPrice {
        color: #cc3366;
        font-size: 36px;
        font-weight: bold;
        text-align: center; }
        .parts .itemSnipet13 .itemInfo .itemPrice .item_price {
          font-size: 14px; }
          .parts .itemSnipet13 .itemInfo .itemPrice .item_price span {
            font-size: 37px; }
  .parts .itemSnipet14 {
    width: 420px;
    padding: 10px 20px 20px;
    background: white; }
    .parts .itemSnipet14 .itemPhoto {
      margin-bottom: 10px; }
    .parts .itemSnipet14 .itemInfo .itemName {
      white-space: nowrap;
      overflow: hidden;
      font-size: 22px;
      margin-bottom: 15px; }
    .parts .itemSnipet14 .itemInfo .box {
      padding: 0 5px;
      margin-bottom: 10px; }
      .parts .itemSnipet14 .itemInfo .box .fl {
        color: white;
        font-size: 24px;
        width: 135px;
        padding-left: 5px; }
        .parts .itemSnipet14 .itemInfo .box .fl p {
          padding-top: 5px;
          padding-bottom: 5px; }
        .parts .itemSnipet14 .itemInfo .box .fl .itemShip {
          text-align: center;
          width: 100%;
          background: #e0603a;
          margin-bottom: 10px; }
        .parts .itemSnipet14 .itemInfo .box .fl .itemOff {
          text-align: center;
          width: 100%;
          background: #27658c; }
      .parts .itemSnipet14 .itemInfo .box .fr .itemPriceBefore {
        font-size: 18px;
        text-align: right;
        margin-bottom: 10px; }
      .parts .itemSnipet14 .itemInfo .box .fr .itemPrice {
        text-align: right;
        color: #cc3366;
        font-size: 28px;
        font-weight: bold;
        line-height: 1; }
        .parts .itemSnipet14 .itemInfo .box .fr .itemPrice .item_price span {
          font-size: 56px;
          letter-spacing: -1px; }
  .parts .itemSnipet15 {
    width: 420px;
    padding: 20px 20px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background: white;
    border: 1px solid #666666; }
    .parts .itemSnipet15 .itemPhoto {
      margin-bottom: 20px; }
    .parts .itemSnipet15 .itemInfo .box1 {
      padding-right: 20px; }
      .parts .itemSnipet15 .itemInfo .box1 .fl {
        width: 40%; }
        .parts .itemSnipet15 .itemInfo .box1 .fl .itemPriceBefore {
          text-decoration: line-through;
          text-align: right;
          font-size: 26px;
          color: #666666;
          padding-right: 40px; }
      .parts .itemSnipet15 .itemInfo .box1 .fm {
        width: 35%;
        float: left; }
        .parts .itemSnipet15 .itemInfo .box1 .fm .itemOff {
          color: white;
          font-size: 23px;
          text-align: center;
          background: #cd1b71;
          border-radius: 9px;
          position: relative;
          padding: 5px 0; }
          .parts .itemSnipet15 .itemInfo .box1 .fm .itemOff:before {
            position: absolute;
            left: -17px;
            top: 37%;
            content: '▼';
            transform: rotate(90deg) translateX(-50%);
            color: #cd1b71; }
      .parts .itemSnipet15 .itemInfo .box1 .fr {
        width: 18%;
        text-align: left; }
        .parts .itemSnipet15 .itemInfo .box1 .fr .itemFavorite {
          width: 42px; }
    .parts .itemSnipet15 .itemInfo .box2 {
      padding: 15px 30px 0;
      position: relative; }
      .parts .itemSnipet15 .itemInfo .box2 .itemShip {
        position: absolute;
        left: 5%;
        width: 78px; }
      .parts .itemSnipet15 .itemInfo .box2 .itemPrice {
        text-align: right;
        font-size: 36px; }
        .parts .itemSnipet15 .itemInfo .box2 .itemPrice .item_price {
          color: #cc3366;
          font-weight: bold; }
          .parts .itemSnipet15 .itemInfo .box2 .itemPrice .item_price span {
            font-size: 68px; }
  .parts .itemSnipet16 {
    background: #dbd6b8; }
    .parts .itemSnipet16 .box1 .itemPhoto {
      width: 50%;
      padding: 20px 0 20px 20px; }
    .parts .itemSnipet16 .box1 .itemInfo {
      position: relative;
      width: 50%;
      position: relative;
      padding: 65px 10px 20px 20px; }
      .parts .itemSnipet16 .box1 .itemInfo .itemBadge {
        width: 90%;
        margin: -100px auto 15px; }
      .parts .itemSnipet16 .box1 .itemInfo .itemPhoto2 {
        margin-bottom: 10px; }
        .parts .itemSnipet16 .box1 .itemInfo .itemPhoto2 p {
          float: left;
          width: 49%;
          margin-right: 2%; }
          .parts .itemSnipet16 .box1 .itemInfo .itemPhoto2 p:nth-child(2) {
            margin-right: 0; }
      .parts .itemSnipet16 .box1 .itemInfo .itemName {
        font-size: 12px;
        white-space: nowrap;
        margin-bottom: 10px;
        overflow: hidden; }
      .parts .itemSnipet16 .box1 .itemInfo .box2 {
        padding-right: 20px; }
        .parts .itemSnipet16 .box1 .itemInfo .box2 .fl {
          width: 50%; }
          .parts .itemSnipet16 .box1 .itemInfo .box2 .fl .itemPriceBefore {
            text-decoration: line-through;
            text-align: right;
            font-size: 26px;
            color: #666666;
            padding-right: 30px; }
        .parts .itemSnipet16 .box1 .itemInfo .box2 .fr {
          width: 35%;
          float: left; }
          .parts .itemSnipet16 .box1 .itemInfo .box2 .fr .itemOff {
            color: white;
            font-size: 23px;
            text-align: center;
            background: #cd1b71;
            border-radius: 9px;
            position: relative;
            padding: 5px 0; }
            .parts .itemSnipet16 .box1 .itemInfo .box2 .fr .itemOff:before {
              position: absolute;
              left: -15px;
              top: 37%;
              content: '▼';
              transform: rotate(90deg) translateX(-50%);
              color: #cd1b71; }
      .parts .itemSnipet16 .box1 .itemInfo .box3 {
        padding: 5px 30px 0;
        position: relative; }
        .parts .itemSnipet16 .box1 .itemInfo .box3 .itemShip {
          position: absolute;
          left: 5%;
          width: 80px; }
        .parts .itemSnipet16 .box1 .itemInfo .box3 .itemPrice {
          text-align: right;
          line-height: 1.2; }
          .parts .itemSnipet16 .box1 .itemInfo .box3 .itemPrice .item_price {
            font-size: 28px;
            color: #cc3366;
            font-weight: bold; }
            .parts .itemSnipet16 .box1 .itemInfo .box3 .itemPrice .item_price span {
              font-size: 72px; }
  .parts .itemSnipet17 {
    position: relative;
    background: #f23e2e;
    padding: 5px 10px 20px;
    overflow: hidden; }
    .parts .itemSnipet17 a {
      display: block; }
    .parts .itemSnipet17 .itemOff {
      position: relative;
      color: white;
      font-size: 70px;
      transform: rotate(-15deg);
      width: 150px;
      z-index: 10; }
      .parts .itemSnipet17 .itemOff span {
        font-size: 51px; }
      .parts .itemSnipet17 .itemOff:after {
        position: absolute;
        top: 87px;
        left: 30px;
        content: 'OFF';
        font-size: 27px; }
    .parts .itemSnipet17 .itemCatcharea {
      height: 80px; }
      .parts .itemSnipet17 .itemCatcharea .circle {
        content: '';
        position: absolute;
        background: #f23e2e;
        border-radius: 50%;
        width: 170px;
        height: 170px;
        left: 0;
        z-index: 2;
        top: -20px; }
      .parts .itemSnipet17 .itemCatcharea .itemCatch {
        position: absolute;
        top: 8px;
        left: 175px;
        font-size: 35px;
        color: white;
        line-height: 80px;
        height: 80px; }
    .parts .itemSnipet17 .itemWrap {
      background: white; }
      .parts .itemSnipet17 .itemWrap .itemLeft {
        float: left;
        width: 430px; }
      .parts .itemSnipet17 .itemWrap .itemRight {
        float: right;
        width: calc(100% - 430px);
        padding: 20px 20px;
        box-sizing: border-box; }
        .parts .itemSnipet17 .itemWrap .itemRight .itemPhoto {
          margin-bottom: 20px; }
          .parts .itemSnipet17 .itemWrap .itemRight .itemPhoto p {
            float: left;
            width: 180px; }
            .parts .itemSnipet17 .itemWrap .itemRight .itemPhoto p:nth-child(1) {
              margin-right: 10px; }
        .parts .itemSnipet17 .itemWrap .itemRight .itemInfo {
          position: relative; }
          .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .box1 {
            color: white;
            font-size: 26px;
            text-align: right;
            margin-bottom: 24px;
            padding-right: 10px; }
            .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .box1 .itemSize {
              background: black;
              margin-right: 20px;
              display: inline-block;
              padding: 0 8px; }
            .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .box1 .itemShip {
              background: #cd1b71;
              display: inline-block;
              padding: 0 8px; }
          .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPriceBefore {
            text-align: right;
            padding-right: 10px;
            margin-bottom: 8px;
            font-size: 20px; }
          .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemIcon {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100px; }
          .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPrice {
            text-align: right; }
            .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPrice .item_price {
              font-size: 32px;
              text-align: right;
              color: #cd1b71;
              font-weight: bold;
              line-height: 1; }
              .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPrice .item_price span {
                font-size: 78px; }

@media screen and (max-width: 980px) {
  .parts .itemSnipet01 {
    max-width: none; }
    .parts .itemSnipet01 .itemInfo .itemName {
      color: #666666; }
    .parts .itemSnipet01 .itemInfo .itemShip {
      margin-left: 10px; }
    .parts .itemSnipet01 .itemInfo .itemPrice {
      padding-top: 8px; }
      .parts .itemSnipet01 .itemInfo .itemPrice .item_price span {
        font-size: 27px;
        font-weight: bold; }
  .parts .itemSnipet02 .itemCatch {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 9px; }
  .parts .itemSnipet02 .itemWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .parts .itemSnipet02 .itemWrap .itemLeft {
      width: 55%;
      float: none;
      margin-right: 8px; }
      .parts .itemSnipet02 .itemWrap .itemLeft .itemPhoto img {
        width: 100%;
        height: auto; }
    .parts .itemSnipet02 .itemWrap .itemRight {
      float: none;
      width: calc(45% - 8px);
      padding: 0 5px 0 0; }
      .parts .itemSnipet02 .itemWrap .itemRight .itemPhoto {
        margin-bottom: 12px; }
      .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemLimit {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 1.5; }
      .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPriceBefore {
        font-size: 8px;
        text-align: right;
        padding-right: 0;
        margin-bottom: 15px; }
      .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemShip {
        position: absolute;
        top: 32px;
        left: 0;
        margin-left: 0;
        font-size: 10px;
        display: inline-block;
        height: auto;
        width: auto;
        padding: 2px 5px; }
      .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPrice {
        position: static;
        text-align: center;
        padding-left: 10px; }
        .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPrice .item_price {
          font-size: 10px; }
          .parts .itemSnipet02 .itemWrap .itemRight .itemInfo .itemPrice .item_price span {
            font-size: 25px;
            font-weight: bold; }
  .parts .itemSnipet03 {
    padding: 5px 10px; }
    .parts .itemSnipet03 .itemInfo .itemName {
      font-size: 9px;
      margin-bottom: 10px; }
    .parts .itemSnipet03 .itemInfo .itemLeft {
      width: 35px;
      margin-right: 10px; }
      .parts .itemSnipet03 .itemInfo .itemLeft .itemShip {
        font-size: 11px;
        width: 35px;
        height: 35px;
        padding: 5px; }
    .parts .itemSnipet03 .itemInfo .itemRight {
      width: calc(100% - 45px); }
      .parts .itemSnipet03 .itemInfo .itemRight .itemLimit {
        font-size: 9.5px;
        height: auto;
        line-height: 1.8;
        margin-bottom: 5px; }
      .parts .itemSnipet03 .itemInfo .itemRight .itemPriceBefore {
        font-size: 8px; }
      .parts .itemSnipet03 .itemInfo .itemRight .itemPrice .item_price {
        font-weight: bold;
        font-size: 9px; }
        .parts .itemSnipet03 .itemInfo .itemRight .itemPrice .item_price span {
          font-size: 18px; } }
@media screen and (max-width: 860px) {
  .parts .itemSnipet10 {
    padding: 5px; }
    .parts .itemSnipet10 .itemCatcharea {
      height: 50px; }
      .parts .itemSnipet10 .itemCatcharea .circle {
        width: 100px;
        height: 100px; }
      .parts .itemSnipet10 .itemCatcharea .itemCatch {
        left: 105px;
        font-size: 15px;
        line-height: 1.4;
        padding-right: 10px; }
    .parts .itemSnipet10 .itemOff {
      font-size: 40px;
      width: 20px; }
      .parts .itemSnipet10 .itemOff:after {
        font-size: 18px;
        left: 19px;
        top: 46px; }
      .parts .itemSnipet10 .itemOff span {
        font-size: 30px; }
    .parts .itemSnipet10 .itemWrap .itemLeft {
      float: none;
      width: 100%; }
    .parts .itemSnipet10 .itemWrap .itemRight {
      float: none;
      width: 100%;
      padding: 10px; }
      .parts .itemSnipet10 .itemWrap .itemRight .itemPhoto p {
        width: calc((100% - 10px) / 2 ); }
      .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .box1 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 10px; }
      .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPriceBefore {
        font-size: 16px; }
      .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemIcon {
        width: 70px;
        padding-left: 10px; }
      .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPrice {
        padding-right: 10px; }
        .parts .itemSnipet10 .itemWrap .itemRight .itemInfo .itemPrice .item_price span {
          font-size: 50px; }
  .parts .itemSnipet11 {
    padding: 5px; }
    .parts .itemSnipet11 .itemInfo .itemName {
      font-size: 10px; }
    .parts .itemSnipet11 .itemInfo .itemPriceBefore {
      font-size: 10px;
      padding-right: 0; }
    .parts .itemSnipet11 .itemInfo .itemOff {
      top: 43px;
      right: 0;
      left: auto;
      width: 69px;
      height: 54px;
      font-size: 30px; }
      .parts .itemSnipet11 .itemInfo .itemOff span {
        font-size: 10px; }
      .parts .itemSnipet11 .itemInfo .itemOff:after {
        font-size: 13px;
        left: 23px;
        bottom: 2px; }
    .parts .itemSnipet11 .itemInfo .box {
      margin-left: auto;
      width: 100%; }
      .parts .itemSnipet11 .itemInfo .box .itemShip {
        margin-bottom: 5px;
        float: none; }
      .parts .itemSnipet11 .itemInfo .box .itemPrice {
        font-size: 13px;
        float: none;
        text-align: center; }
        .parts .itemSnipet11 .itemInfo .box .itemPrice .item_price span {
          font-size: 37px; }
  .parts .itemSnipet12 {
    padding: 5px; }
    .parts .itemSnipet12 .itemInfo .itemName {
      font-size: 9px;
      margin-bottom: 5px; }
    .parts .itemSnipet12 .itemInfo .box .fl, .parts .itemSnipet12 .itemInfo .box .fr {
      float: none; }
    .parts .itemSnipet12 .itemInfo .box .fl {
      font-size: 12px;
      margin-bottom: 5px;
      width: auto; }
      .parts .itemSnipet12 .itemInfo .box .fl .itemShip {
        width: 80%;
        margin: 0 auto 5px; }
      .parts .itemSnipet12 .itemInfo .box .fl .itemOff {
        width: 80%;
        margin: 0 auto 5px; }
    .parts .itemSnipet12 .itemInfo .box .fr .itemPriceBefore {
      font-size: 8px; }
    .parts .itemSnipet12 .itemInfo .box .fr .itemPrice {
      font-size: 10px; }
      .parts .itemSnipet12 .itemInfo .box .fr .itemPrice .item_price span {
        font-size: 21px;
        letter-spacing: 0; }
  .parts .itemSnipet13 {
    padding: 5px; }
    .parts .itemSnipet13 .itemOff {
      font-size: 10px;
      height: 20px;
      line-height: 20px;
      top: 9px;
      left: -132px; }
    .parts .itemSnipet13 .itemInfo {
      padding: 5px; }
      .parts .itemSnipet13 .itemInfo .box .fl .itemShip {
        font-size: 10px;
        padding: 4px 2px; }
      .parts .itemSnipet13 .itemInfo .itemPrice {
        font-size: 10px; }
        .parts .itemSnipet13 .itemInfo .itemPrice .item_price span {
          font-size: 31px;
          letter-spacing: 0; }
  .parts .itemSnipet14 {
    padding: 5px; }
    .parts .itemSnipet14 .itemInfo .itemName {
      font-size: 10px;
      margin-bottom: 5px; }
    .parts .itemSnipet14 .itemInfo .box {
      padding: 0; }
      .parts .itemSnipet14 .itemInfo .box .fl, .parts .itemSnipet14 .itemInfo .box .fr {
        float: none; }
      .parts .itemSnipet14 .itemInfo .box .fl {
        font-size: 10px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding-left: 0; }
        .parts .itemSnipet14 .itemInfo .box .fl p {
          padding: 3px 0; }
        .parts .itemSnipet14 .itemInfo .box .fl .itemShip {
          margin-bottom: 5px;
          width: 48%; }
        .parts .itemSnipet14 .itemInfo .box .fl .itemOff {
          width: 48%;
          margin-bottom: 5px; }
      .parts .itemSnipet14 .itemInfo .box .fr .itemPriceBefore {
        font-size: 12px; }
      .parts .itemSnipet14 .itemInfo .box .fr .itemPrice {
        font-size: 16px;
        text-align: center; }
        .parts .itemSnipet14 .itemInfo .box .fr .itemPrice .item_price span {
          font-size: 36px;
          letter-spacing: 0; }
  .parts .itemSnipet15 {
    padding: 5px; }
    .parts .itemSnipet15 .itemPhoto {
      margin-bottom: 10px; }
    .parts .itemSnipet15 .itemInfo .box1 {
      padding-right: 0; }
      .parts .itemSnipet15 .itemInfo .box1 .fl {
        width: 43%;
        padding-top: 5px; }
        .parts .itemSnipet15 .itemInfo .box1 .fl .itemPriceBefore {
          font-size: 12px;
          padding-right: 0;
          text-align: right; }
      .parts .itemSnipet15 .itemInfo .box1 .fm {
        float: right;
        width: 50%; }
        .parts .itemSnipet15 .itemInfo .box1 .fm .itemOff {
          font-size: 13px;
          padding: 2px 0; }
          .parts .itemSnipet15 .itemInfo .box1 .fm .itemOff:before {
            left: -8px; }
      .parts .itemSnipet15 .itemInfo .box1 .fr {
        float: none;
        width: 100%;
        padding-top: 25px; }
        .parts .itemSnipet15 .itemInfo .box1 .fr .itemFavorite {
          display: none;
          width: 100%;
          text-align: center; }
          .parts .itemSnipet15 .itemInfo .box1 .fr .itemFavorite img {
            width: 40px; }
    .parts .itemSnipet15 .itemInfo .box2 {
      padding: 10px 0; }
      .parts .itemSnipet15 .itemInfo .box2 .itemShip {
        width: 30px; }
      .parts .itemSnipet15 .itemInfo .box2 .itemPrice {
        font-size: 13px; }
        .parts .itemSnipet15 .itemInfo .box2 .itemPrice .item_price span {
          font-size: 23px;
          letter-spacing: 0; }
  .parts .itemSnipet16 {
    padding: 5px; }
    .parts .itemSnipet16 .box1 .itemPhoto {
      width: 100%;
      float: none;
      padding: 0; }
    .parts .itemSnipet16 .box1 .itemInfo {
      width: 100%;
      float: none;
      padding: 65px 0 10px; }
      .parts .itemSnipet16 .box1 .itemInfo .itemBadge {
        margin-top: -53px; }
      .parts .itemSnipet16 .box1 .itemInfo .itemName {
        font-size: 10px; }
      .parts .itemSnipet16 .box1 .itemInfo .box2 .fl .itemPriceBefore {
        font-size: 14px;
        padding-top: 5px; }
      .parts .itemSnipet16 .box1 .itemInfo .box2 .fr .itemOff {
        font-size: 14px; }
        .parts .itemSnipet16 .box1 .itemInfo .box2 .fr .itemOff:before {
          left: -10px; }
      .parts .itemSnipet16 .box1 .itemInfo .box3 {
        padding: 5px 0; }
        .parts .itemSnipet16 .box1 .itemInfo .box3 .itemShip {
          left: 10px;
          width: 60px; }
        .parts .itemSnipet16 .box1 .itemInfo .box3 .itemPrice {
          font-size: 13px;
          padding-right: 10px; }
          .parts .itemSnipet16 .box1 .itemInfo .box3 .itemPrice .item_price span {
            font-size: 54px;
            letter-spacing: 0; }
  .parts .itemSnipet17 {
    padding: 5px; }
    .parts .itemSnipet17 .itemCatcharea {
      height: 25px; }
      .parts .itemSnipet17 .itemCatcharea .circle {
        width: 85px;
        height: 85px;
        top: -33px;
        left: -5px; }
      .parts .itemSnipet17 .itemCatcharea .itemCatch {
        left: 80px;
        top: 6px;
        font-size: 13px;
        line-height: 1.4;
        padding-right: 10px; }
    .parts .itemSnipet17 .itemOff {
      font-size: 34px;
      width: 20px;
      top: -10px; }
      .parts .itemSnipet17 .itemOff:after {
        font-size: 15px;
        left: 13px;
        top: 36px; }
      .parts .itemSnipet17 .itemOff span {
        font-size: 15px; }
    .parts .itemSnipet17 .itemWrap .itemLeft {
      width: 50%; }
    .parts .itemSnipet17 .itemWrap .itemRight {
      width: 50%;
      padding: 5px; }
      .parts .itemSnipet17 .itemWrap .itemRight .itemPhoto {
        margin-bottom: 5px; }
        .parts .itemSnipet17 .itemWrap .itemRight .itemPhoto p {
          width: calc((100% - 10px) / 2 ); }
      .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .box1 {
        text-align: left;
        margin-bottom: 3px;
        font-size: 100%; }
        .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .box1 .itemSize {
          display: none; }
        .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .box1 .itemShip {
          font-size: 12px; }
      .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPriceBefore {
        font-size: 10px;
        margin-bottom: 3px; }
      .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemIcon {
        display: none; }
      .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPrice {
        padding-right: 10px; }
        .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPrice .item_price {
          font-size: 11px; }
          .parts .itemSnipet17 .itemWrap .itemRight .itemInfo .itemPrice .item_price span {
            font-size: 30px; } }