@charset "UTF-8";
/*
 * 変数
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

img {
  width: 100%;
}

/*
 * トランジション
 */
.archive_box {
  width: 70%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 907px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .archive_box {
    width: 100%;
    padding-bottom: 3%;
  }
}

.arc-top-bunner {
  width: 93%;
  display: inline-block;
  border: 2px solid #EB6101;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.arc-top-bunner a {
  display: inline-block;
}
.arc-top-bunner img {
  width: 100%;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.arc-top-bunner:hover img {
  opacity: 0.8;
}
@media (max-width: 530px) {
  .arc-top-bunner {
    width: 87%;
    margin-top: 8%;
  }
}

.arc-list {
  width: 100%;
  margin-bottom: 3%;
  position: relative;
  pointer-events: none;
  position: relative;
}
.arc-list::after {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  content: "";
  width: 93%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  border-bottom: 3px solid #F7B500;
}
@media (max-width: 1025px) {
  .arc-list {
    margin-bottom: 4%;
  }
}
@media (max-width: 530px) {
  .arc-list {
    width: 95%;
  }
  .arc-list:after {
    transform: none;
    width: 99%;
  }
}

.arc-list:hover .tit-p {
  color: #EB6101;
}
.arc-list:hover .list_img_box img {
  transform: scale(1.05);
}
.arc-list:hover .more-btn-box .c-btn--text {
  color: #fff;
}
.arc-list:hover .more-btn-box .c-btn--dot {
  background: #fff;
}
.arc-list:hover .more-btn-box .c-btn--overlay {
  transform: scale(1);
}

a.arc-wrap-link {
  pointer-events: auto;
}
a.arc-wrap-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}

.list_box {
  display: flex;
  padding: 5% 7%;
  justify-content: stretch;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
}
@media (max-width: 530px) {
  .list_box {
    padding: 7%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.list_img_box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #EB6101;
}
.list_img_box img {
  max-width: 200px;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
}

.arc-text-box {
  width: 100%;
  max-width: 420px;
  margin-top: 7%;
  margin-left: 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .arc-text-box {
    margin-top: 0;
    margin-left: 0;
    align-items: center;
  }
}

.more-btn-box {
  width: 210px;
  height: 48px;
}
.more-btn-box a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  padding-left: 32px;
  border-radius: 56px;
}
.more-btn-box a .c-btn--text {
  position: relative;
  z-index: 2;
  color: #EB6101;
}
.more-btn-box a .c-btn--dot, .more-btn-box a .c-btn--overlay {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.more-btn-box a .c-btn--dot {
  z-index: 2;
  right: 25px;
  background: #EB6101;
  transition: background 0.3s;
}
.more-btn-box a .c-btn--overlay {
  left: -19px;
  width: 400px;
  height: 400px;
  transition: 0.3s;
  transform: scale(0);
  background: #EB6101;
  pointer-events: none;
}
.more-btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 56px;
  border: 1px solid #EB6101;
}
.more-btn-box a:hover .c-btn--text {
  color: #fff;
}
.more-btn-box a:hover .c-btn--dot {
  background: #fff;
}
.more-btn-box a:hover .c-btn--overlay {
  transform: scale(1);
}
@media (max-width: 1025px) {
  .more-btn-box a {
    width: 90%;
    height: 50px;
  }
}
@media (max-width: 530px) {
  .more-btn-box a {
    margin: 6% 0;
  }
}
.more-btn-box {
  align-self: end;
}
@media (max-width: 530px) {
  .more-btn-box {
    align-self: center;
  }
  .more-btn-box a {
    margin: 0;
    width: 100%;
  }
}

p.archive-day {
  color: #AFAFAF;
  display: inline-block;
  vertical-align: middle;
}

.arc-cat {
  display: inline-block;
  background-color: white;
  color: #EB6101;
  font-size: 13px;
  padding: 1px 3px;
  white-space: nowrap;
  position: relative;
}
.arc-cat::before {
  content: "";
  background-image: url(../images/folder-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}

.text-sp {
  margin-bottom: 6px;
}
@media (max-width: 530px) {
  .text-sp {
    padding-top: 6%;
    text-align: center;
  }
}

p.tit-p {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  p.tit-p {
    margin-top: 5px;
  }
}

.category-select {
  overflow: hidden;
  width: 63%;
  margin-left: 34%;
  margin-bottom: 2%;
  position: relative;
  border-bottom: 2px solid #EB6101;
}
.category-select::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #EB6101;
  pointer-events: none;
}
@media (max-width: 1025px) {
  .category-select {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
}

/*カテゴリーページ*/
.category-select select {
  padding: 8px 38px 8px 8px;
  color: #EB6101;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #F7B500;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}

.category-select select::-ms-expand {
  display: none;
}

.m-pagenation {
  width: 100%;
  margin-top: 2%;
}
@media (max-width: 530px) {
  .m-pagenation {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}

.m-pagenation__body {
  display: flex;
  justify-content: center;
}
.m-pagenation__body li {
  margin: 0 5px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.3s ease;
}
.m-pagenation__body li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  color: white;
}
.m-pagenation__body li a:after {
  background: #EB6101;
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  transition: all 0.3s ease;
}
.m-pagenation__body li:hover a:after {
  background: #F7B500;
}
.m-pagenation__body li.-current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EB6101;
}
.m-pagenation__body li.-current:after {
  background: white;
  border: 1px solid #EB6101;
  position: absolute;
  z-index: -1;
  content: "";
  width: 98%;
  height: 98%;
  top: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  transition: all 0.3s ease;
}
.m-pagenation__body li.notNumbering {
  border: none;
  pointer-events: none;
}
.m-pagenation__body svg.pager-svg {
  fill: currentColor;
}

.m-pagenation__result {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}
