/* Scss Document */
#mainCatch {
  margin-top: 20px;
  text-align: center; }

#campaignList > li {
  margin-top: 20px;
  background: #000;
  border: solid 3px #000; }
  #campaignList > li.chance02 {
    background: #f1d8d9; }
    #campaignList > li.chance02 .btn {
      float: right;
      width: 62%; }
    #campaignList > li.chance02.form {
      margin-top: 10px !important; }
  #campaignList > li + li {
    margin-top: 60px;
    position: relative; }
    #campaignList > li + li:before {
      content: '';
      display: block;
      position: absolute;
      top: -55px;
      width: 100%;
      height: 50px;
      background: url(../../images/campaign/18aw_special01/ico_arw01.png) no-repeat 50% 50%;
      background-size: auto 50px; }
#campaignList .tit {
  position: relative;
}
  #campaignList .tit:after {
    content: '';
    display: block;
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0; }
  #campaignList .tit .num {
    display: block;
    text-align: center;
    background: #ffca00;
    position: relative; }
    #campaignList .tit .num:after {
      content: '';
      display: block;
      background: #000;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -3px;
      left: 0; }
    #campaignList .tit .num img {
      height: 30px; }
#campaignList .catch {
  padding: 5px 10px;
  text-align: center; }
#campaignList .btn {
  text-align: center; }
#campaignList .img {
  width: 38%;
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 10px; }
#campaignList .notice {
  clear: both;
  padding: 5px 5px 0; }
  #campaignList .notice li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px; }
#campaignList + .attention {
  color: #fff;
  font-size: 10px; }

#itemList > .tit {
  padding: 20px;
  text-align: center; }
#itemList .subTit {
  padding: 0 20px 10px; }
#itemList .items {
  padding: 15px;
  background: #000; }
#itemList .series {
  background: url(../../images/campaign/18aw_special01/bg.png) no-repeat 0 0 #ccc;
  background-size: cover;
  padding: 15px; }
  #itemList .series + .series {
    margin-top: 20px; }
  #itemList .series .img {
    background: #000;
    text-align: center;
    margin: 10px 0 5px; }
    #itemList .series .img img {
      width: 50%;
      margin: 0 auto; }
  #itemList .series h4 img {
    height: 22px; }
  #itemList .series .itemData {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #itemList .series .itemData li {
      margin-top: 10px;
      background: rgba(255, 255, 255, 0.8);
      width: calc(50% - 5px); }
      #itemList .series .itemData li:nth-child(even) {
        margin-left: 10px; }
      #itemList .series .itemData li .pic {
        position: relative; }
        #itemList .series .itemData li .pic:before {
          content: '';
          display: block;
          position: absolute;
          width: 22%;
          height: 22%;
          background: url(../../images/campaign/18aw_special01/ico_point01.png) no-repeat 50% 0%;
          background-size: 100%;
          top: 4px;
          left: 4px; }
      #itemList .series .itemData li .name, #itemList .series .itemData li .price {
        font-size: 12px;
        padding: 5px 5px 0;
        font-weight: bold; }
      #itemList .series .itemData li .name {
        min-height: 7em; }
      #itemList .series .itemData li .price {
        color: #ff1c00; }
      #itemList .series .itemData li .btn a {
        display: block;
        background: #0062ff;
        padding: 0 5px 5px; }
    #itemList .series .itemData.shoes {
      justify-content: end; }
      #itemList .series .itemData.shoes li {
        position: relative;
        margin-top: 44px; }
        #itemList .series .itemData.shoes li .pic {
          position: relative; }
          #itemList .series .itemData.shoes li .pic:before {
            content: '';
            display: block;
            position: absolute;
            width: 33%;
            height: 33%;
            background: url(../../images/campaign/18aw_special01/ico_point01.png) no-repeat 0% 0%;
            background-size: 100%;
            top: 4px;
            left: 4px; }
        #itemList .series .itemData.shoes li h4 {
          position: absolute;
          margin-top: -30px; }

#term {
  background: #000;
  padding: 1em 1em 1em;
  position: relative; }
  #term .tit, #term .txt {
    color: #fff; }
  #term .txt {
    padding-left: 1em; }
  #term .termList li {
    color: #fff;
    padding-left: 1em;
    text-indent: -1em; }
  #term:before {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 0; }
  #term:after {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: 2px;
    background: #fff;
    position: absolute;
    left: 5px;
    bottom: 0; }

#otherCampaign {
  background: #000;
  padding: 1em; }
  #otherCampaign h3, #otherCampaign .txt {
    color: #fff; }
  #otherCampaign .txt {
    padding-left: 1em;
    text-indent: -1em; }
    #otherCampaign .txt a {
      color: #fff;
      text-decoration: underline; }

@media screen and (min-width: 961px) {
  #mainCatch {
    margin-top: 20px; }

  #campaignList > li {
    margin-top: 20px;
    background: #000;
    border: solid 6px #000; }
    #campaignList > li + li {
      position: relative; }
      #campaignList > li + li:before {
        content: '';
        display: block;
        position: absolute;
        top: -95px;
        width: 100%;
        height: 80px;
        background: url(../../images/campaign/18aw_special01/ico_arw01.png) no-repeat 50% 50%;
        background-size: auto 80px; }
    #campaignList > li.chance01 .tit .num {
      display: inline-block;
      text-align: center;
      background: #ffca00;
      position: relative;
      width: 80px; }
      #campaignList > li.chance01 .tit .num:after {
        content: '';
        display: block;
        background: #000;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: -3px;
        left: 0; }
      #campaignList > li.chance01 .tit .num img {
        height: 80px; }
      #campaignList > li.chance01 .tit .num + span {
        width: calc(100% - 80px);
        background: #ff0022; }
    #campaignList > li.chance01 .catch {
      padding: 20px;
      text-align: center; }
    #campaignList > li.chance02 {
      background: #f1d8d9;
      width: 70%;
      margin: 100px auto 0; }
      #campaignList > li.chance02 .btn {
        float: right;
        width: 62%; }
      #campaignList > li.chance02 .tit {
        background: #fff; }
        #campaignList > li.chance02 .tit:after {
          content: '';
          display: block;
          background: #000;
          width: 100%;
          height: 6px;
          position: absolute;
          bottom: -3px;
          left: 0; }
        #campaignList > li.chance02 .tit .num {
          display: inline-block;
          text-align: center;
          background: #ffca00;
          position: relative;
          width: 70px; }
          #campaignList > li.chance02 .tit .num img {
            height: 70px; }
          #campaignList > li.chance02 .tit .num + span {
            width: calc(100% - 70px);
            background: #000; }
      #campaignList > li.chance02 .catch {
        padding: 10px;
        text-align: center; }
      #campaignList > li.chance02:after {
        content: '';
        display: block;
        clear: both; }
  #campaignList .tit {
    position: relative;
    display: flex; }
    #campaignList .tit:after {
      content: '';
      display: block;
      background: #000;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -1px;
      left: 0; }
    #campaignList .tit .num {
      border-right: 6px solid #000; }
  #campaignList .catch {
    padding: 5px 10px;
    text-align: center; }
  #campaignList .btn {
    text-align: center; }
  #campaignList .img {
    width: 38%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px 10px 10px; }
  #campaignList .notice {
    clear: none;
    width: 62%;
    box-sizing: border-box;
    padding: 5px 5px 0;
    float: right; }
    #campaignList .notice li {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 10px; }
  #campaignList + .attention {
    color: #fff;
    font-size: 11px;
    margin: 5px auto;
    width: 70%;
    text-align: right; }

  #itemList > .tit {
    width: 600px;
    padding: 40px 0 20px;
    text-align: center;
    margin: 0 auto; }
  #itemList .subTit {
    width: 500px;
    margin: 0 auto;
    padding: 20px 0; }
  #itemList .items {
    padding: 15px;
    background: #000; }
  #itemList .series {
    padding: 15px; }
    #itemList .series + .series {
      margin-top: 20px; }
    #itemList .series:after {
      content: '';
      clear: both;
      display: block; }
    #itemList .series .catch {
      padding: 10px 30px 0;
      text-align: center; }
      #itemList .series .catch img {
        width: auto;
        height: 70px; }
      #itemList .series .catch.shoes img {
        height: 45px;
        min-height: auto; }
    #itemList .series .img {
      width: calc(33.3% - 5px);
      float: left;
      margin: 20px 0 0; }
      #itemList .series .img img {
        width: 100%;
        margin: 0 auto; }
    #itemList .series .data {
      width: calc(66.6% - 5px);
      margin: 20px 0 0 10px;
      float: right; }
    #itemList .series h4 {
      margin-bottom: 10px; }
      #itemList .series h4 img {
        height: 30px; }
    #itemList .series .comingsoon img {
      width: 100%; }
    #itemList .series .itemData {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #itemList .series .itemData li {
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.8);
        width: calc(50% - 5px); }
        #itemList .series .itemData li + li {
          margin-left: 10px; }
        #itemList .series .itemData li .name, #itemList .series .itemData li .price {
          font-size: 16px;
          padding: 5px 5px 0;
          font-weight: bold;
          text-align: center; }
        #itemList .series .itemData li .name {
          min-height: 7em; }
        #itemList .series .itemData li .price {
          color: #ff1c00; }
        #itemList .series .itemData li .btn a {
          display: block;
          background: #0062ff;
          padding: 10px 5px;
          text-align: center; }
          #itemList .series .itemData li .btn a img {
            width: 200px;
            max-width: 100%; }
      #itemList .series .itemData.shoes {
        flex-wrap: nowrap; }
        #itemList .series .itemData.shoes li {
          position: relative;
          margin-top: 54px; }
          #itemList .series .itemData.shoes li h4 {
            position: absolute;
            margin-top: -40px; }

  #term {
    background: #000;
    padding: 1em 1em 1em; }
    #term .tit, #term .txt {
      color: #fff; }
    #term .txt {
      padding-left: 1em; }
    #term .termList li {
      color: #fff;
      padding-left: 1em;
      text-indent: -1em; }

  #otherCampaign {
    background: #000;
    padding: 1em; }
    #otherCampaign h3, #otherCampaign .txt {
      color: #fff; }
    #otherCampaign .txt {
      padding-left: 1em;
      text-indent: -1em; }
      #otherCampaign .txt a {
        color: #fff;
        text-decoration: underline; } }
@media screen and (min-width: 1366px) {
  #mainCatch {
    margin: 20px auto;
    width: 1200px;
    padding-bottom: 20px; }

  #campaignList > li {
    margin-top: 20px;
    background: #000;
    border: solid 6px #000; }
    #campaignList > li + li {
      position: relative; }
      #campaignList > li + li:before {
        content: '';
        display: block;
        position: absolute;
        top: -200px;
        width: 100%;
        height: 180px;
        background: url(../../images/campaign/18aw_special01/ico_arw01.png) no-repeat 50% 50%;
        background-size: auto 180px; }
    #campaignList > li.chance01 {
      width: 1100px;
      margin: 20px auto; }
      #campaignList > li.chance01 .tit .num {
        display: inline-block;
        text-align: center;
        background: #ffca00;
        position: relative;
        width: 100px; }
        #campaignList > li.chance01 .tit .num:after {
          content: '';
          display: block;
          background: #000;
          width: 100%;
          height: 3px;
          position: absolute;
          bottom: -3px;
          left: 0; }
        #campaignList > li.chance01 .tit .num img {
          height: 100px; }
        #campaignList > li.chance01 .tit .num + span {
          width: calc(100% - 100px);
          background: #ff0022; }
      #campaignList > li.chance01 .catch {
        padding: 20px;
        text-align: center; }
    #campaignList > li.chance02 {
      width: 900px;
      margin: 200px auto 0; }
      #campaignList > li.chance02 .btn {
        float: right;
        width: 52%;
        text-align: left; }
      #campaignList > li.chance02 .tit {
        background: #fff; }
        #campaignList > li.chance02 .tit:after {
          content: '';
          display: block;
          background: #000;
          width: 100%;
          height: 6px;
          position: absolute;
          bottom: -3px;
          left: 0; }
        #campaignList > li.chance02 .tit .num {
          display: inline-block;
          text-align: center;
          background: #ffca00;
          position: relative;
          width: 80px; }
          #campaignList > li.chance02 .tit .num img {
            height: 80px; }
          #campaignList > li.chance02 .tit .num + span {
            width: calc(100% - 80px);
            background: #000; }
      #campaignList > li.chance02 .catch {
        padding: 20px;
        text-align: center; }
      #campaignList > li.chance02:after {
        content: '';
        display: block;
        clear: both; }
  #campaignList .tit {
    position: relative;
    display: flex; }
    #campaignList .tit:after {
      content: '';
      display: block;
      background: #000;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -1px;
      left: 0; }
    #campaignList .tit .num {
      border-right: 6px solid #000; }
  #campaignList .catch {
    padding: 5px 10px;
    text-align: center; }
  #campaignList .btn {
    text-align: center; }
  #campaignList .img {
    width: 48%;
    box-sizing: border-box;
    float: left;
    text-align: right;
    padding: 0 10px 10px 60px; }
  #campaignList .notice {
    clear: none;
    width: 52%;
    box-sizing: border-box;
    padding: 5px 5px 0;
    float: right; }
    #campaignList .notice li {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 10px; }
  #campaignList + .attention {
    width: 900px; }

  #itemList {
    width: 1200px;
    margin: auto; }
    #itemList > .tit {
      width: 800px;
      padding: 80px 0 40px;
      text-align: center;
      margin: 0 auto; }
    #itemList .subTit {
      width: 700px;
      margin: 0 auto;
      padding: 30px 0; }
    #itemList .items {
      padding: 30px 50px;
      background: #000; }
    #itemList .series {
      padding: 15px; }
      #itemList .series + .series {
        margin-top: 20px; }
      #itemList .series:after {
        content: '';
        clear: both;
        display: block; }
      #itemList .series .catch {
        padding: 10px 0 0;
        text-align: center; }
        #itemList .series .catch img {
          height: 92px; }
        #itemList .series .catch.shoes img {
          width: 100%;
          height: auto; }
      #itemList .series .img {
        width: calc(37% - 5px);
        float: left;
        margin: 20px 0 0; }
        #itemList .series .img img {
          width: 100%;
          margin: 0 auto; }
      #itemList .series .data {
        width: calc(63% - 5px);
        margin: 20px 0 0 10px;
        float: right; }
      #itemList .series h4 {
        margin-bottom: 10px; }
        #itemList .series h4 img {
          height: 49px; }
      #itemList .series .comingsoon img {
        width: 100%; }
      #itemList .series .itemData {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #itemList .series .itemData li {
          margin-top: 22px;
          background: rgba(255, 255, 255, 0.8);
          width: calc(50% - 5px); }
          #itemList .series .itemData li + li {
            margin-left: 10px; }
          #itemList .series .itemData li .name, #itemList .series .itemData li .price {
            font-size: 16px;
            padding: 5px 5px 0;
            font-weight: bold; }
          #itemList .series .itemData li .name {
            min-height: 7em; }
          #itemList .series .itemData li .price {
            color: #ff1c00; }
          #itemList .series .itemData li .btn a {
            display: block;
            background: #0062ff;
            padding: 10px 5px;
            text-align: center; }
            #itemList .series .itemData li .btn a img {
              width: 200px;
              max-width: 100%; }
        #itemList .series .itemData.shoes {
          flex-wrap: nowrap; }
          #itemList .series .itemData.shoes li {
            position: relative;
            margin-top: 117px; }
            #itemList .series .itemData.shoes li h4 {
              position: absolute;
              margin-top: -75px;
              width: 100%;
              text-align: center; }
              #itemList .series .itemData.shoes li h4 img {
                height: 35px; }

  #term {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #000;
    padding: 100px 100px 50px; }
    #term .tit, #term .txt {
      color: #fff;
      font-size: 16px; }
    #term .txt {
      padding-left: 1em; }
    #term .termList li {
      color: #fff;
      padding-left: 1em;
      text-indent: -1em; }
    #term:before {
      content: '';
      display: block;
      width: calc(100% - 50px);
      height: 2px;
      background: #fff;
      position: absolute;
      left: 25px;
      top: 50px; }
    #term:after {
      content: '';
      display: block;
      width: calc(100% - 50px);
      height: 2px;
      background: #fff;
      position: absolute;
      left: 25px;
      bottom: 0; }

  #otherCampaign {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #000;
    padding: 50px; }
    #otherCampaign h3, #otherCampaign .txt {
      font-size: 20px;
      color: #fff; }
    #otherCampaign .txt {
      padding-left: 4em;
      text-indent: -1em; }
      #otherCampaign .txt a {
        color: #fff;
        font-size: 20px;
        text-decoration: underline; } }
.contents {
  top: 10px; }
  .contents input[type="text"], .contents textarea, .contents select {
    display: block;
    width: 100%; }

/*180920追加　買い物ボタン*/
.arrival{
color: #FB0000;
    display: inline-block;
    background: #FFF;
    padding: 0.1em 0.65em;
    border: 1px solid #FB0000;
    margin-left: 10px;
    margin-top: 10px;
}

#itemList .series .itemData li .btn_ a {
   display: block;
    background: #7db100;
    padding: 0 5px 5px;
}
@media screen and (min-width: 961px){
#itemList .series .itemData li .btn_ a {
    display: block;
    background: #7db100;

    padding: 10px 5px;
    text-align: center;
}
}
@media screen and (min-width: 1366px){
#itemList .series .itemData li .btn_ a {
    display: block;
    background: #7db100;
    padding: 10px 5px;
    text-align: center;
}
}
@media screen and (max-width: 480px) {
.arrival{
color: #FB0000;
    display: inline;
    background: #FFF;
    padding: 0.1em 0.65em;
    border: 1px solid #FB0000;
    margin-left: 10px;
    margin-top: -3px;
}
}
/*============================
#contactForm
============================*/
#contactForm { background-color: #fff; padding: 25px; }
#contactForm dl, #contactForm dd { padding-bottom: 15px; }
#contactForm input[type="text"], #contactForm textarea, #contactForm select { display: block; max-width: 100%; border: 1px solid #999; }
#contactForm select, #contactForm textarea { width: 100%; }
#contactForm .zipcode input, #contactForm .tel input { display: inline-block; width: 28%; }
#contactForm .birth { position: relative; }
#contactForm .birth input, #contactForm .birth select { width: 60px; display: inline-block; }
#contactForm .birth .error { position: absolute; left: 0; bottom: -25px; }
#contactForm .tit { font-weight: 700; padding-top: 15px; }
#contactForm input[type="submit"] { padding: 10px 15px; border: 1px solid #999; }
@media all and (min-width: 600px) { #contactForm { margin: 0 40px; } }
@media all and (min-width: 960px) { #contactForm { max-width: 800px; margin: auto; } }
