.mv {
  background: url(/wp/wp-content/themes/idc/assets/images/shop/mv_sp.jpg) no-repeat center /cover;
}
@media only screen and (min-width: 750px) {
  .mv {
    background: url(/wp/wp-content/themes/idc/assets/images/shop/mv.jpg) no-repeat center /cover;
  }
}
/* ------------------------------
- archive__wrap
------------------------------ */
.archive__wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 750px) {
  .archive__wrap {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .archive__wrap {
    padding: 60px 0;
  }
  .archive__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .archive__main {
    width: 80%;
  }
}
/* ------------------------------
- side
------------------------------ */
.side {
  padding: 30px 0 0;
}
.side__block + .side__block {
  margin-top: 20px;
}
.side__heading {
  border-left: 2px solid #ca0000;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media only screen and (min-width: 1000px) {
  .side {
    padding: 0;
    min-width: 270px;
    max-width: 270px;
    margin-right: 50px;
  }
  .side__block + .side__block {
    margin-top: 30px;
  }
  .side__heading {
    margin-bottom: 15px;
  }
  .side__item {
    background: #f7f7f7 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-g.svg) no-repeat center right 20px/7px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    padding: 10px 30px;
    position: relative;
    min-height: 50px;
    line-height: 1.3;
  }
  .side__item::before,
  .side__item:nth-child(n+2)::after {
    content: '';
    display: block;
    position: absolute;
  }
  .side__item::before {
    width: 4px;
    height: 4px;
    background: #ca0000;
    top: 50%;
    left: 15px;
    border-radius: 50%;
    margin-top: -2px;

  }
  .side__item:nth-child(n+2)::after {
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    width: calc(100% - 30px);
    height: 1px;
    background: #ddd;
    margin: auto;
  }
  .side__item:hover {
    background: #fdedf0 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-g.svg) no-repeat center right 20px/7px;
  }
}
/* ------------------------------
- archive__main
------------------------------ */
.archive__main {
  padding: 30px 0;
}
.archive__block {
  background: #f7f7f7;
}
.archive__img {
  margin-bottom: 10px;
}
.archive__heading {
  font-size: 14px;
}
.archive__btn {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 30px;
  border-radius: 30px;
}
.archive__btn__event {
  color: #545454;
  border: 1px solid #ddd;
  background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-b.svg) no-repeat center right 10px/20px;
}
.archive__btn__detail {
  margin-top: 5px;
  border: 1px solid #ddd;
  color: #ca0000;
  background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 10px/20px;
  order: -1;
}
@media only screen and (max-width: 749px) {
  .archive__blockwrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archive__block {
    width: 48.5%;
    padding-bottom: 90px;
    position: relative;
  }
  .archive__block:nth-child(n+3) {
    margin-top: 10px;
  }
  .archive__content {
    padding: 0 10px;
  }
  .archive__address,
  .archive__other,
  .archive__category {
    display: none;
  }
  .category__block__foot {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 750px) {
  .archive__blockwrap {
    margin-bottom: 40px;
  }
  .archive__block {
    padding: 35px;
  }
  .archive__block + .archive__block {
    margin-top: 15px;
  }
  .archive__block__head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .archive__img {
    max-width: 240px;
    min-width: 240px;
    margin-bottom: 0;
  }
  .archive__img a {
    pointer-events: none;
    cursor: default;
  }
  .archive__content {
    width: calc(100% - 260px);
  }
  .archive__heading {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .archive__heading::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #ca0000;
    margin-top: 15px;
  }
  .archive__address,
  .archive__other__item,
  .archive__other__item a {
    color: #999;
    font-size: 12px;
    line-height: 1.3;
  }
  .archive__other {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 15px;
  }
  .archive__other__item + .archive__other__item {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid;
  }
  .archive__category {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .archive__category__item {
    font-size: 11px;
    color: #fff;
    padding: 2px 15px;
    border-radius: 5px;
    background: #c3c2c2;
    margin: 5px 5px 0 0;
  }
  .category__block__foot {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 540px;
    margin: 30px auto 0;
  }
  .archive__btn {
    font-size: 13px;
    padding: 11px 30px;
    width: 48.5%;
  }
  .archive__btn__detail {
    margin: 0;
  }
  .archive__btn__event {
    color: #fff;
    background: #545454 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-w.svg) no-repeat center right 10px/20px;
  }
  .archive__btn__event:hover {
    color: #545454;
    border: 1px solid #ddd;
    background: #ddd url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 10px/20px;
  }
  .archive__btn__detail:hover {
    background: #fdedf0 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 10px/20px;
    border: 1px solid #fdedf0;
  }
}
@media only screen and (min-width: 1000px) {
}
/* ------------------------------
- pager
------------------------------ */
.pager {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.pager__number {
  color: #666;
  font-size: 13px;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}
.is-current {
  background: #ca0000;
  color: #fff;
}
.pager__prev,
.pager__next {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.pager__prev::before,
.pager__next::before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  top: 11px;
}
.pager__prev::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 12px;
}
.pager__next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 9px;
}
@media only screen and (min-width: 1000px) {
  .pager__number:hover,
  .pager__prev:hover,
  .pager__next:hover {
    background: #ca0000;
    color: #fff;
  }
  .pager__prev:hover::before,
  .pager__next:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
