/* 
Eric Meyer's CSS Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
CSSresetr.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
  color: #1b1b1b;
  background-color: #fff; }

a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1; }

a[href]:not(.img-hover):hover {
  opacity: 0.6; }

#isSize {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 0px;
  height: 0px; }

.container {
  display: none; }

.ie-only {
  display: none !important; }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .ie-only {
    display: block !important; } }
/*------------------------------------------
 any
------------------------------------------*/
#preload-wrapper {
  display: none; }

.hidding {
  display: none !important; }

.spElm {
  display: none !important; }

#isSize {
  top: -10px; }

body {
  min-width: 1024px; }

#sp_order_top {
  width: 1024px;
  margin: 0 auto; }
  #sp_order_top .bg {
    background: url("../../img/top/sec03_04_bg.png"); }
  #sp_order_top img {
    vertical-align: top; }
  #sp_order_top .sec01 {
    text-align: center; }
  #sp_order_top .sec02 .campaign01 {
    background-image: url("../../img/top/sec02_bg.png"); }
    #sp_order_top .sec02 .campaign01 ul {
      display: flex;
      width: 1024px;
      margin: 0 auto;
      justify-content: space-between; }
  #sp_order_top .sec03 {
    text-align: center; }
    #sp_order_top .sec03 .campaign01 {
      padding-top: 15px; }
    #sp_order_top .sec03 .campaign02 {
      margin: 30px auto 50px; }
  #sp_order_top .sec04 .campaign01 {
    text-align: center; }
    #sp_order_top .sec04 .campaign01 p {
      font-size: 35px;
      font-weight: bold; }
  #sp_order_top .sec04 .campaign02 {
    width: 888px;
    margin: 20px auto 30px;
    padding: 30px 54px 30px;
    background-color: #ffffff; }
    #sp_order_top .sec04 .campaign02 p {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center; }
      #sp_order_top .sec04 .campaign02 .prefecture {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 12px;
        padding-bottom: 8px;
        text-align: center;
        /* border-bottom: solid 1px #E4E4E4;  */
      }
        #sp_order_top .sec04 .campaign02 .shoplist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px; }
        #sp_order_top .sec04 .campaign02 .shoplist .shop {
          position: relative;
          font-size: 22px;
          padding-left: 25px;
          display:inline-block;
          margin: 0 18px 18px 0;}
          #sp_order_top .sec04 .campaign02 .shoplist .shop::before {
            position: absolute;
            content: "";
            /*background: url(../../img/top/sec04_icon.png) no-repeat left top;*/
            background-size: cover;
            width: 20px;
            height: 18px;
            top: 2px;
            margin: auto;
            left: 0; }
          #sp_order_top .sec04 .campaign02 .shoplist .shop a:hover {
            color: #e60213;
            text-decoration: underline; }
    #sp_order_top .sec04 .campaign03 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 65px; }
    #sp_order_top .sec04 .campaign03 .btn {
      position: relative;
      width: 442px;
      margin: 20px auto;
      padding: 53px 105px 48px;
      /* background: url("../../img/top/sec04_btn.png"); */
      background-color: #ca1c2a;
      color: #ffffff;
      border-radius: 10px; }
      #sp_order_top .sec04 .campaign03 .btn::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 22px;
        width: 20px;    /* くの字を山なりに見た時、左側の長さ */
        height: 20px;   /* くの字を山なりに見た時、右側の長さ */
        border-top: 4px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
        border-right: 4px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
        transform: rotate(45deg);    /* くの字の向き */
      }
      #sp_order_top .sec04 .campaign03 .btn:hover {
        opacity: 0.6; }
  #sp_order_top .attention {
    width: 976px;
    margin: 10px auto;
    font-size: 13px;
    line-height: 1.5em;
  }
