#mainContent .mainContentInner {
  padding: 35px 0 110px; }
#mainContent h1 {
  position: relative;
  padding-bottom: 45px;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  #mainContent h1:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: #d2961e;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h1 {
      font-size: 48px; }
      #mainContent h1:before {
        height: 6px; } }

@media only screen and (min-width: 751px), print {
  .headBox {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between; }
    .headBox .dateWrap {
      font-size: 18px;
      font-weight: bold; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  .headBox .dateWrap {
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
  .headBox .btnWrap {
    margin-top: 50px; }
    .headBox .btnWrap .btnStyle {
      width: 440px;
      margin-right: 0; } }

@media only screen and (min-width: 751px), print {
  #selector {
    margin: 35px 0 20px;
    overflow: hidden; }
    #selector li {
      float: left;
      width: 118px;
      margin-left: 10px;
      cursor: pointer; }
      #selector li span {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        text-align: center;
        line-height: 14px; }
      #selector li:first-child {
        float: left;
        display: table;
        position: relative;
        width: 84px;
        height: 46px;
        margin: 0;
        background: #212121; }
        #selector li:first-child:before {
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -moz-box-shadow: 0 0 0 4px #c80000 inset;
          -webkit-box-shadow: 0 0 0 4px #c80000 inset;
          box-shadow: 0 0 0 4px #c80000 inset; }
        #selector li:first-child span {
          display: table-cell;
          margin: 0;
          color: #fff;
          font-size: 12px;
          vertical-align: middle; }
        #selector li:first-child.active:before, #selector li:first-child:hover:before {
          opacity: 1; }
      #selector li .logo {
        position: relative;
        font-size: 0; }
        #selector li .logo:before {
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          -moz-box-shadow: 0 0 0 4px #c80000 inset;
          -webkit-box-shadow: 0 0 0 4px #c80000 inset;
          box-shadow: 0 0 0 4px #c80000 inset; }
      #selector li.active .logo:before, #selector li:hover .logo:before {
        opacity: 1; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #selector {
    position: relative;
    margin: 40px 0 80px; }
    #selector .selectorTitle {
      display: table;
      position: relative;
      width: 100%;
      height: 80px;
      overflow: hidden;
      background: #0071bc; }
      #selector .selectorTitle:before, #selector .selectorTitle:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 80px;
        right: 26px;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #selector .selectorTitle:before {
        top: 0;
        background: url(../img/arw_accordion_white_sp.png) no-repeat center center; }
      #selector .selectorTitle:after {
        top: -80px;
        background: url(../img/arw_accordion_white_close_sp.png) no-repeat center center; }
      #selector .selectorTitle.active:before {
        top: 80px; }
      #selector .selectorTitle.active:after {
        top: 0; }
      #selector .selectorTitle span {
        display: table-cell;
        padding-left: 30px;
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        vertical-align: middle; }
    #selector .selectorList {
      position: absolute;
      width: 100%;
      top: 100%;
      border: 1px solid #0071bc;
      border-top: none;
      background: #fff;
      z-index: 10;
      -moz-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -webkit-transform-origin: center top;
      transform-origin: center top;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
      #selector .selectorList.active {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      #selector .selectorList li {
        display: table;
        width: 100%;
        height: 100px;
        border-top: 2px solid #ccc; }
        #selector .selectorList li.active {
          border: 8px solid #c80000; }
        #selector .selectorList li .logo {
          display: none; }
        #selector .selectorList li span {
          display: table-cell;
          padding: 0 30px;
          vertical-align: middle; }
          #selector .selectorList li span br {
            display: none; } }

@media only screen and (min-width: 751px), print {
  #discountList li {
    padding: 20px 0; }
  #discountList .discountBlock .discountTitle {
    display: table;
    width: 100%;
    position: relative;
    background: #c80000; }
    #discountList .discountBlock .discountTitle .logo {
      display: table-cell;
      width: 160px;
      font-size: 0; }
    #discountList .discountBlock .discountTitle .title {
      display: table-cell;
      padding: 0 20px;
      padding-right: 230px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      line-height: 26px;
      vertical-align: middle; }
    #discountList .discountBlock .discountTitle .deadline {
      position: absolute;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      top: 20px;
      right: 20px; }
  #discountList .discountBlock .discountBody {
    padding: 22px 30px 25px;
    border: 1px solid #1a1a1a;
    border-top: none;
    background: #fff; } }
@media only screen and (min-width: 1px) and (max-width: 750px) {
  #discountList .discountBlock {
    margin: 20px 0;
    border: 2px solid #1a1a1a; }
    #discountList .discountBlock .discountTitle {
      color: #fff;
      background: #C80000; }
      #discountList .discountBlock .discountTitle .logo {
        border-bottom: 2px solid #1a1a1a; }
      #discountList .discountBlock .discountTitle .title {
        padding: 30px 30px 0;
        font-size: 36px;
        font-weight: bold; }
      #discountList .discountBlock .discountTitle .deadline {
        padding: 0 30px 30px;
        font-weight: bold; }
    #discountList .discountBlock .discountBody {
      padding: 30px; } }
