body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.content {
  /*
    @media screen and (max-width: $sp-size) {
        /*border-left: 6px solid #D138B0;*/
    }
    */
}

.content .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.content .mv {
  background: url(../images/mv_shop_list_pc.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin: -1px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .content .mv {
    background: url(../images/mv_shop_list_sp.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
}

.content .mv .title-box {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: 20%;
  height: 19vw;
  text-align: center;
  display: table;
  margin-left: 10vw;
  font-size: 1.5vw;
}

@media screen and (max-width: 1024px) {
  .content .mv .title-box {
    float: none;
    height: 20vw;
    width: 24%;
  }
}

.content .mv .title-box .inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 67%;
}

.content .mv .title-box .inner .more_btn {
  border: solid 1px #fff;
  margin: 0 12%;
  padding: 1% 0;
}

@media screen and (max-width: 1024px) {
  .content .mv .title-box .inner h2 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .content .mv .title-box .inner p {
    font-size: 2vw;
  }
}

.content section {
  /*border-left: 16px solid #D138B0;*/
}

@media screen and (max-width: 1024px) {
  .content section {
    /*border-left: 6px solid #D138B0;*/
  }
}

.content section:nth-child(even) {
  background-color: #D4D3D2;
}

.content section.seq_shop {
  background-color: white;
  padding-bottom: 6%;
}

@media screen and (max-width: 1024px) {
  .content section.seq_shop {
    padding-bottom: 9%;
  }
}

.content section .section-box {
  width: 940px;
  margin: 0 auto;
  padding: 2vh 0 0 0;
}

@media screen and (max-width: 1024px) {
  .content section .section-box {
    width: auto;
    margin: 0 2%;
  }
}

.content section .section-box .free-img img {
  width: 25%;
  background-color: #CFCECD;
  padding: 1%;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .free-img img {
    width: 38%;
  }
}

.content section .section-box .title-box {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: 23%;
  height: 21vw;
  text-align: center;
  display: table;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .title-box {
    float: none;
    height: 47vw;
    width: 48%;
    font-size: 3.3vw;
  }
}

.content section .section-box .title-box .inner {
  display: table-cell;
  vertical-align: middle;
}

.content section .section-box .title-box .inner .more_btn {
  border: solid 1px #fff;
  margin: 0 12%;
  padding: 1% 0;
}

.content section .section-box .box-content {
  width: 23%;
  height: 27vw;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content {
    width: 48%;
    height: 70vw;
    font-size: 10vw;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 428px) {
  .content section .section-box .box-content {
    height: 85vw;
  }
}

.content section .section-box .box-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content img {
    height: 164px;
  }
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt {
    padding: 4px;
  }
}

.content section .section-box .box-content .txt .cat {
  display: block;
  background: #000;
  color: #fff;
  width: 86%;
  position: relative;
  padding-left: 1%;
  top: -10px;
  left: -2px;
  height: 26px;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .cat {
    width: 100%;
    left: -6px;
    font-size: 2vw;
    top: -2.5vw;
  }
}

.content section .section-box .box-content .txt .cat:before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-bottom: solid 30px #fff;
  border-left: solid 17px transparent;
  top: -3px;
  z-index: 2;
}

.content section .section-box .box-content .txt .cat:after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-bottom: solid 10px transparent;
  border-left: solid 10px transparent;
  top: -2px;
}

.content section .section-box .box-content .txt .title {
  margin: 0;
  font-size: 95%;
}

.content section .section-box .box-content .link {
  font-size: 90%;
  text-align: center;
  position: absolute;
  bottom: -9px;
  width: 90%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .link {
    width: initial;
  }
}

.content section .section-box .box-content .link a {
  color: #DA5FBF;
}

@media screen and (max-width: 767px) {
  .bnr {
    width: 100%;
  }
}
.txt cite {
    background: url(../images/logo.png) no-repeat;
    background-position: left center;
    background-size: auto 60%;
    color: #000;
    font-style: normal;
    letter-spacing: 1px;
    margin: 4% auto;
    padding-left: 170px;
    display: block;
    font-size: 25px;
    width: 120px;
}
/*# sourceMappingURL=shop_list.css.map */
