/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.more {
  text-align: center;
  margin-top: 40px; }
  .more a {
    font-size: 18px;
    width: 280px;
    color: #000;
    border: 1px solid #000; }
    .more a:before {
      border-left: solid 1px #000;
      border-top: solid 1px #000; }
    .more a:after {
      border-right: solid 1px #000;
      border-bottom: solid 1px #000; }
  @media screen and (max-width: 750px) {
    .more {
      margin-top: 5.3333333333vw; } }

#sale {
  padding: 140px 0 100px;
  text-align: left; }
  #sale .box_in .ttl .item {
    top: -88px;
    left: -8px;
    width: 218px; }
  #sale .box_in .ttl:after {
    background: #000; }
  #sale .box_in .contents_area {
    background: #fff;
    padding: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold; }

@media screen and (max-width: 750px) {
  #sale {
    padding: 18.6666666667vw 0 13.3333333333vw; }
    #sale .box_in .ttl .item {
      left: -1.0666666667vw; }
    #sale .box_in .contents_area {
      padding: 5.3333333333vw;
      font-size: 18px; } }
