@charset "UTF-8";
#archive-photoreport .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive-photoreport .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-photoreport .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive-photoreport .cate-menu {
    gap: 12px;
  }
}
#archive-photoreport .cate-menu__item {
  width: calc(100% / 4 - 48px / 4);
  height: 52px;
}
@media screen and (max-width: 959px) {
  #archive-photoreport .cate-menu__item {
    width: calc(100% / 2 - 12px / 2);
  }
}
#archive-photoreport .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #0b75de;
  background: #ffffff;
  border-radius: 50px;
  color: #0b75de;
}
#archive-photoreport .cate-menu__item a:hover {
  background: #0b75de;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.is-current a {
  background: #0b75de;
  color: #ffffff;
}
#archive-photoreport .intro-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (max-width: 959px) {
  #archive-photoreport .intro-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  #archive-photoreport .intro-unit {
    gap: 24px;
  }
}
#archive-photoreport .intro-unit__txt {
  width: calc(100% - 464px);
}
@media screen and (max-width: 767px) {
  #archive-photoreport .intro-unit__txt {
    width: calc(100% - 448px);
  }
}
@media screen and (max-width: 767px) {
  #archive-photoreport .intro-unit__txt {
    width: 100%;
  }
}
#archive-photoreport .intro-unit__vsl {
  margin-inline: auto;
  width: 100%;
  max-width: 400px;
}
#archive-photoreport .menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 959px) {
  #archive-photoreport .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  #archive-photoreport .menu-list {
    grid-template-columns: 1fr;
  }
}
#archive-photoreport .menu-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#archive-photoreport .menu-list__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
}
#archive-photoreport .menu-list__item a {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 28px 20px;
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  #archive-photoreport .menu-list__item a {
    padding: 14px 10px;
  }
}
#archive-photoreport .menu-list__item a::before {
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#archive-photoreport .menu-list__item a::after {
  position: absolute;
  top: 50%;
  right: 23px;
  translate: 0 -50%;
  content: "";
  width: 15px;
  height: 10px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#archive-photoreport .menu-list__item a:hover {
  background: #1E90FF;
  color: #ffffff;
}
#archive-photoreport .menu-list__item a:hover::before {
  background: #ffffff;
}
#archive-photoreport .menu-list__item a:hover::after {
  background: #1E90FF;
}
#archive-photoreport .pagenation,
#archive-photoreport .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding-top: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive-photoreport .pagenation,
  #archive-photoreport .wp-pagenavi {
    padding-top: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation,
  #archive-photoreport .wp-pagenavi {
    padding-top: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation,
  #archive-photoreport .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#archive-photoreport .pagenation .page-numbers,
#archive-photoreport .pagenation .page,
#archive-photoreport .pagenation .current,
#archive-photoreport .pagenation .nextpostslink,
#archive-photoreport .pagenation .previouspostslink,
#archive-photoreport .wp-pagenavi .page-numbers,
#archive-photoreport .wp-pagenavi .page,
#archive-photoreport .wp-pagenavi .current,
#archive-photoreport .wp-pagenavi .nextpostslink,
#archive-photoreport .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #1E90FF;
  background: #ffffff;
  color: #1E90FF;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive-photoreport .pagenation .page-numbers,
  #archive-photoreport .pagenation .page,
  #archive-photoreport .pagenation .current,
  #archive-photoreport .pagenation .nextpostslink,
  #archive-photoreport .pagenation .previouspostslink,
  #archive-photoreport .wp-pagenavi .page-numbers,
  #archive-photoreport .wp-pagenavi .page,
  #archive-photoreport .wp-pagenavi .current,
  #archive-photoreport .wp-pagenavi .nextpostslink,
  #archive-photoreport .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation .page-numbers,
  #archive-photoreport .pagenation .page,
  #archive-photoreport .pagenation .current,
  #archive-photoreport .pagenation .nextpostslink,
  #archive-photoreport .pagenation .previouspostslink,
  #archive-photoreport .wp-pagenavi .page-numbers,
  #archive-photoreport .wp-pagenavi .page,
  #archive-photoreport .wp-pagenavi .current,
  #archive-photoreport .wp-pagenavi .nextpostslink,
  #archive-photoreport .wp-pagenavi .previouspostslink {
    font-size: 1.3rem;
  }
}
#archive-photoreport .pagenation .page-numbers:not(.current):hover,
#archive-photoreport .pagenation .page:not(.current):hover,
#archive-photoreport .pagenation .current:not(.current):hover,
#archive-photoreport .pagenation .nextpostslink:not(.current):hover,
#archive-photoreport .pagenation .previouspostslink:not(.current):hover,
#archive-photoreport .wp-pagenavi .page-numbers:not(.current):hover,
#archive-photoreport .wp-pagenavi .page:not(.current):hover,
#archive-photoreport .wp-pagenavi .current:not(.current):hover,
#archive-photoreport .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-photoreport .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #1E90FF;
  color: #ffffff;
}
#archive-photoreport .pagenation .current,
#archive-photoreport .wp-pagenavi .current {
  background: #1E90FF;
  color: #ffffff;
}
#archive-photoreport .pagenation .page-numbers,
#archive-photoreport .pagenation .page,
#archive-photoreport .pagenation .current,
#archive-photoreport .wp-pagenavi .page-numbers,
#archive-photoreport .wp-pagenavi .page,
#archive-photoreport .wp-pagenavi .current {
  max-width: 80px;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation .page-numbers,
  #archive-photoreport .pagenation .page,
  #archive-photoreport .pagenation .current,
  #archive-photoreport .wp-pagenavi .page-numbers,
  #archive-photoreport .wp-pagenavi .page,
  #archive-photoreport .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
#archive-photoreport .pagenation .page-numbers.next,
#archive-photoreport .pagenation .page-numbers.prev,
#archive-photoreport .pagenation .nextpostslink,
#archive-photoreport .pagenation .previouspostslink,
#archive-photoreport .wp-pagenavi .page-numbers.next,
#archive-photoreport .wp-pagenavi .page-numbers.prev,
#archive-photoreport .wp-pagenavi .nextpostslink,
#archive-photoreport .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive-photoreport .pagenation .page-numbers.next,
  #archive-photoreport .pagenation .page-numbers.prev,
  #archive-photoreport .pagenation .nextpostslink,
  #archive-photoreport .pagenation .previouspostslink,
  #archive-photoreport .wp-pagenavi .page-numbers.next,
  #archive-photoreport .wp-pagenavi .page-numbers.prev,
  #archive-photoreport .wp-pagenavi .nextpostslink,
  #archive-photoreport .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation .page-numbers.next,
  #archive-photoreport .pagenation .page-numbers.prev,
  #archive-photoreport .pagenation .nextpostslink,
  #archive-photoreport .pagenation .previouspostslink,
  #archive-photoreport .wp-pagenavi .page-numbers.next,
  #archive-photoreport .wp-pagenavi .page-numbers.prev,
  #archive-photoreport .wp-pagenavi .nextpostslink,
  #archive-photoreport .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
  }
}
#archive-photoreport .pagenation .page-numbers.next::before,
#archive-photoreport .pagenation .page-numbers.prev::before,
#archive-photoreport .pagenation .nextpostslink::before,
#archive-photoreport .pagenation .previouspostslink::before,
#archive-photoreport .wp-pagenavi .page-numbers.next::before,
#archive-photoreport .wp-pagenavi .page-numbers.prev::before,
#archive-photoreport .wp-pagenavi .nextpostslink::before,
#archive-photoreport .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 12px;
  height: 11px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#archive-photoreport .pagenation .page-numbers.next:hover::before,
#archive-photoreport .pagenation .page-numbers.prev:hover::before,
#archive-photoreport .pagenation .nextpostslink:hover::before,
#archive-photoreport .pagenation .previouspostslink:hover::before,
#archive-photoreport .wp-pagenavi .page-numbers.next:hover::before,
#archive-photoreport .wp-pagenavi .page-numbers.prev:hover::before,
#archive-photoreport .wp-pagenavi .nextpostslink:hover::before,
#archive-photoreport .wp-pagenavi .previouspostslink:hover::before {
  background: #ffffff;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation .page-numbers.prev,
  #archive-photoreport .pagenation .previouspostslink,
  #archive-photoreport .wp-pagenavi .page-numbers.prev,
  #archive-photoreport .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive-photoreport .pagenation .page-numbers.prev::before,
#archive-photoreport .pagenation .previouspostslink::before,
#archive-photoreport .wp-pagenavi .page-numbers.prev::before,
#archive-photoreport .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#archive-photoreport .pagenation .page-numbers.next,
#archive-photoreport .pagenation .nextpostslink,
#archive-photoreport .wp-pagenavi .page-numbers.next,
#archive-photoreport .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .pagenation .page-numbers.next,
  #archive-photoreport .pagenation .nextpostslink,
  #archive-photoreport .wp-pagenavi .page-numbers.next,
  #archive-photoreport .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive-photoreport .pagenation .page-numbers.next::before,
#archive-photoreport .pagenation .nextpostslink::before,
#archive-photoreport .wp-pagenavi .page-numbers.next::before,
#archive-photoreport .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}
#archive-photoreport .cate-menu__item {
  width: calc(100% / 3 - 32px / 3);
}
#archive-photoreport .cate-menu__item.--activity a {
  border-color: #00C029;
  color: #00C029;
}
#archive-photoreport .cate-menu__item.--activity a:hover {
  background: #00C029;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.--exchange a {
  border-color: #E27E03;
  color: #E27E03;
}
#archive-photoreport .cate-menu__item.--exchange a:hover {
  background: #E27E03;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.--association a {
  border-color: #F65A80;
  color: #F65A80;
}
#archive-photoreport .cate-menu__item.--association a:hover {
  background: #F65A80;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.--district a {
  border-color: #A44BD5;
  color: #A44BD5;
}
#archive-photoreport .cate-menu__item.--district a:hover {
  background: #A44BD5;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.is-current.--activity a {
  background: #00C029;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.is-current.--exchange a {
  background: #E27E03;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.is-current.--association a {
  background: #F65A80;
  color: #ffffff;
}
#archive-photoreport .cate-menu__item.is-current.--district a {
  background: #A44BD5;
  color: #ffffff;
}
#archive-photoreport .photoreport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
#archive-photoreport .photoreport-list__item {
  width: calc(25% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 1px #D5E3EA;
}
@media screen and (max-width: 959px) {
  #archive-photoreport .photoreport-list__item {
    width: calc(50% - 7px);
  }
}
#archive-photoreport .photoreport-vsl a {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
  background: rgba(213, 227, 234, 0.2);
}
#archive-photoreport .photoreport-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#archive-photoreport .photoreport-vsl a:hover img {
  scale: 1.08;
}
#archive-photoreport .photoreport-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .photoreport-dtl {
    padding: 10px;
  }
}
#archive-photoreport .photoreport-date {
  margin-bottom: 10px;
  color: #999999;
  font-size: 1.3rem;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .photoreport-date {
    margin-bottom: 2px;
    font-size: 1rem;
  }
}
#archive-photoreport .photoreport-ttl {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .photoreport-ttl {
    margin-bottom: 5px;
  }
}
#archive-photoreport .photoreport-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.7rem;
}
#archive-photoreport .photoreport-ttl a:hover {
  text-decoration: underline;
}
#archive-photoreport .photoreport-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 8px;
}
#archive-photoreport .photoreport-cate__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px;
  background: #1E90FF;
  border: solid 1px #1E90FF;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  #archive-photoreport .photoreport-cate__item {
    padding: 1px 12px;
  }
}
#archive-photoreport .photoreport-cate__item:hover {
  color: #1E90FF;
}
#archive-photoreport .photoreport-cate__item.--activity {
  background: #00C029;
  border-color: #00C029;
}
#archive-photoreport .photoreport-cate__item.--activity:hover {
  color: #00C029;
}
#archive-photoreport .photoreport-cate__item.--exchange {
  background: #E27E03;
  border-color: #E27E03;
}
#archive-photoreport .photoreport-cate__item.--exchange:hover {
  color: #E27E03;
}
#archive-photoreport .photoreport-cate__item.--association {
  background: #F65A80;
  border-color: #F65A80;
}
#archive-photoreport .photoreport-cate__item.--association:hover {
  color: #F65A80;
}
#archive-photoreport .photoreport-cate__item.--district {
  background: #A44BD5;
  border-color: #A44BD5;
}
#archive-photoreport .photoreport-cate__item.--district:hover {
  color: #A44BD5;
}
#archive-photoreport .photoreport-cate__item:hover {
  background: #ffffff;
}
#archive-photoreport .photoreport-txt {
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#archive-photoreport .photoreport-tag__item a {
  color: #999999;
}

#single-photoreport .page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
}
#single-photoreport .page-layout__post {
  width: calc(100% - 304px);
}
#single-photoreport .sidebar {
  position: sticky;
  top: 16px;
  width: 240px;
  padding: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .sidebar {
    padding: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .sidebar {
    padding: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .sidebar {
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 4px;
}
#single-photoreport .sidebar .sidebar-ttl {
  position: relative;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .sidebar .sidebar-ttl {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .sidebar .sidebar-ttl {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .sidebar .sidebar-ttl::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "";
  width: 4px;
  height: 100%;
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
}
#single-photoreport .sidebar .sidebar-list {
  display: grid;
  gap: 12px;
}
#single-photoreport .sidebar .sidebar-list__item a {
  position: relative;
  display: block;
  padding-left: 30px;
}
#single-photoreport .sidebar .sidebar-list__item a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1E90FF;
  border: solid 2px #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .sidebar .sidebar-list__item a::after {
  position: absolute;
  top: 9px;
  left: 5px;
  content: "";
  width: 10px;
  height: 8px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .sidebar .sidebar-list__item.is-current {
  position: relative;
}
#single-photoreport .sidebar .sidebar-list__item.is-current::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  translate: -50% 0;
  content: "";
  width: calc(100% + 32px);
  height: 100%;
  background: #ECF7FD;
}
#single-photoreport .sidebar .sidebar-list__item.is-current a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #1E90FF;
}
#single-photoreport .sidebar .sidebar-list__item.is-current a::before {
  top: 15px;
  background: #ffffff;
}
#single-photoreport .sidebar .sidebar-list__item.is-current a::after {
  top: 21px;
  background: #1E90FF;
}
#single-photoreport .sidebar .sidebar-list__item:not(.is-current) a:hover {
  color: #1E90FF;
}
#single-photoreport .sidebar .sidebar-list__item:not(.is-current) a:hover::before {
  background: #ffffff;
}
#single-photoreport .sidebar .sidebar-list__item:not(.is-current) a:hover::after {
  background: #1E90FF;
}
#single-photoreport .post-toc .toc-headline {
  padding: 14px 32px;
  background: #1E90FF;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
}
#single-photoreport .post-toc .toc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 8px;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-toc .toc-list {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-toc .toc-list {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
#single-photoreport .post-toc .toc-list {
  padding: 24px;
  background: rgba(213, 227, 234, 0.16);
  border-radius: 0 0 4px 4px;
}
#single-photoreport .post-toc .toc-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single-photoreport .post-toc .toc-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4px 56px 4px 8px;
  border-bottom: solid 1px #CADDE7;
  color: #1E90FF;
  line-height: 1.4;
}
#single-photoreport .post-toc .toc-list__item a::before {
  position: absolute;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: dashed 1px rgba(30, 144, 255, 0.48);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .post-toc .toc-list__item a::after {
  position: absolute;
  top: 50%;
  right: 11.5px;
  translate: 0 -50%;
  rotate: 90deg;
  content: "";
  width: 10px;
  height: 8px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .post-toc .toc-list__item a:hover::before {
  background: #1E90FF;
  border: none;
}
#single-photoreport .post-toc .toc-list__item a:hover::after {
  background: #ffffff;
}
#single-photoreport .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-photoreport .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single-photoreport .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-photoreport .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .post-meta__date {
  margin-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-meta__date {
    margin-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-meta__date {
    margin-right: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  background: #1E90FF;
  border: solid 1px #1E90FF;
  border-radius: 20px;
  color: #ffffff;
  font-size: 1.4rem;
}
#single-photoreport .post-meta__cate:hover {
  background: #ffffff;
  color: #1E90FF;
}
#single-photoreport .post-meta__date,
#single-photoreport .post-date {
  color: #999999;
  font-family: "Montserrat", sans-serif;
}
#single-photoreport .post-tag {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-photoreport .post-tag__item a {
  color: #999999;
}
#single-photoreport .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single-photoreport .post-ttl {
  padding-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-ttl {
    padding-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-ttl {
    padding-bottom: calc(8px * 3 * 0.5);
  }
}
#single-photoreport .post-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 1px #1E90FF;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-ttl {
    font-size: 2rem;
  }
}
#single-photoreport .post-dtl h2 {
  position: relative;
  margin: 80px 0 40px;
  padding-bottom: 24px;
  font-size: 2.8rem;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  #single-photoreport .post-dtl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl h2 {
    font-size: 2rem;
  }
}
#single-photoreport .post-dtl h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 10px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headline-deco.svg") center/contain no-repeat;
}
#single-photoreport .post-dtl h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: calc(100% - 20px);
  height: 1px;
  background: #D5E3EA;
}
#single-photoreport .post-dtl h3 {
  position: relative;
  margin: 64px 0 32px;
  padding-left: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  #single-photoreport .post-dtl h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl h3 {
    font-size: 1.8rem;
  }
}
#single-photoreport .post-dtl h3::before, #single-photoreport .post-dtl h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 3px;
  background: linear-gradient(45deg, #1E90FF, #28C3F2 50%);
  border-radius: 0 4px 4px 0;
  -webkit-transform: translate(0 -50%);
  transform: translate(0 -50%);
}
#single-photoreport .post-dtl h3::before {
  top: calc(50% - 3px);
}
#single-photoreport .post-dtl h3::after {
  top: calc(50% + 3px);
}
#single-photoreport .post-dtl h4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single-photoreport .post-dtl h4 {
  padding: 10px 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl h4 {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
#single-photoreport .post-dtl h4::before, #single-photoreport .post-dtl h4::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#28C3F2), to(#D5E3EA));
  background: linear-gradient(to right, #28C3F2, #D5E3EA);
}
#single-photoreport .post-dtl h4::before {
  top: 0;
}
#single-photoreport .post-dtl h4::after {
  bottom: 0;
}
#single-photoreport .post-dtl h5 {
  position: relative;
  margin-top: 40px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h5 {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl h5 {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .post-dtl h5 {
  padding-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h5 {
    padding-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl h5 {
    padding-bottom: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .post-dtl h5 {
  border-bottom: solid 1px #D5E3EA;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h5 {
    margin-top: 36px;
  }
}
#single-photoreport .post-dtl h5::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #F65A80;
}
#single-photoreport .post-dtl h6 {
  margin-top: 32px;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h6 {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl h6 {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .post-dtl h6 {
  padding-left: 8px;
  border-left: solid 2px #1E90FF;
  color: #1E90FF;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl h6 {
    margin-top: 36px;
  }
}
#single-photoreport .post-dtl h2 + :is(h3, h4, h5, h6),
#single-photoreport .post-dtl h3 + :is(h4, h5, h6),
#single-photoreport .post-dtl h4 + :is(h5, h6),
#single-photoreport .post-dtl h5 + h6 {
  margin-top: 0;
}
#single-photoreport .post-dtl h2:first-child,
#single-photoreport .post-dtl h3:first-child,
#single-photoreport .post-dtl h4:first-child,
#single-photoreport .post-dtl h5:first-child,
#single-photoreport .post-dtl h6:first-child {
  margin-top: 0;
}
#single-photoreport .post-dtl .wp-block-group {
  position: relative;
  padding: 20px 16px 16px 20px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .wp-block-group {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-group {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single-photoreport .post-dtl .wp-block-group {
  border: solid 1px rgba(30, 144, 255, 0.4);
  border-radius: 2px;
}
#single-photoreport .post-dtl .wp-block-group::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px rgba(30, 144, 255, 0.2);
  border-radius: 2px;
}
#single-photoreport .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .has-small-font-size {
    font-size: 1.3rem;
  }
}
#single-photoreport .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}
#single-photoreport .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .has-medium-font-size {
    font-size: 1.6rem;
  }
}
#single-photoreport .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single-photoreport .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single-photoreport .post-dtl .has-blu-color {
  color: #1E90FF;
}
#single-photoreport .post-dtl .has-d-blu-color {
  color: #0b75de;
}
#single-photoreport .post-dtl .has-l-blu-color {
  color: #ECF7FD;
}
#single-photoreport .post-dtl .has-aqu-color {
  color: #28C3F2;
}
#single-photoreport .post-dtl .has-l-aqu-color {
  color: #52C0E7;
}
#single-photoreport .post-dtl .has-pnk-color {
  color: #F65A80;
}
#single-photoreport .post-dtl .has-red-color {
  color: #E24400;
}
#single-photoreport .post-dtl .has-orn-color {
  color: #E27E03;
}
#single-photoreport .post-dtl .has-yel-color {
  color: #e2d303;
}
#single-photoreport .post-dtl .has-grn-color {
  color: #00C029;
}
#single-photoreport .post-dtl .has-ppl-color {
  color: #A44BD5;
}
#single-photoreport .post-dtl .has-blk-color {
  color: #282A2B;
}
#single-photoreport .post-dtl .has-wht-color {
  color: #ffffff;
}
#single-photoreport .post-dtl .has-gry-aqu-color {
  color: #aac5d5;
}
#single-photoreport .post-dtl .has-l-gry-aqu-color {
  color: #D5E3EA;
}
#single-photoreport .post-dtl .has-gry-color {
  color: #DADADA;
}
#single-photoreport .post-dtl .has-l-gry-color {
  color: #F9F9F9;
}
#single-photoreport .post-dtl .has-d-gry-color {
  color: #999999;
}
#single-photoreport .post-dtl .has-blu-background-color {
  background-color: #1E90FF;
}
#single-photoreport .post-dtl .has-d-blu-background-color {
  background-color: #0b75de;
}
#single-photoreport .post-dtl .has-l-blu-background-color {
  background-color: #ECF7FD;
}
#single-photoreport .post-dtl .has-aqu-background-color {
  background-color: #28C3F2;
}
#single-photoreport .post-dtl .has-l-aqu-background-color {
  background-color: #52C0E7;
}
#single-photoreport .post-dtl .has-pnk-background-color {
  background-color: #F65A80;
}
#single-photoreport .post-dtl .has-red-background-color {
  background-color: #E24400;
}
#single-photoreport .post-dtl .has-orn-background-color {
  background-color: #E27E03;
}
#single-photoreport .post-dtl .has-yel-background-color {
  background-color: #e2d303;
}
#single-photoreport .post-dtl .has-grn-background-color {
  background-color: #00C029;
}
#single-photoreport .post-dtl .has-ppl-background-color {
  background-color: #A44BD5;
}
#single-photoreport .post-dtl .has-blk-background-color {
  background-color: #282A2B;
}
#single-photoreport .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single-photoreport .post-dtl .has-gry-aqu-background-color {
  background-color: #aac5d5;
}
#single-photoreport .post-dtl .has-l-gry-aqu-background-color {
  background-color: #D5E3EA;
}
#single-photoreport .post-dtl .has-gry-background-color {
  background-color: #DADADA;
}
#single-photoreport .post-dtl .has-l-gry-background-color {
  background-color: #F9F9F9;
}
#single-photoreport .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single-photoreport .post-dtl .marker-highlight {
  background-color: rgba(226, 211, 3, 0.5);
}
#single-photoreport .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: bold;
}
#single-photoreport .post-dtl p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
#single-photoreport .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single-photoreport .post-dtl strong {
  font-weight: bold;
}
#single-photoreport .post-dtl em {
  font-style: italic;
}
#single-photoreport .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single-photoreport .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single-photoreport .post-dtl .note-txt {
  margin-top: 24px;
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .note-txt {
    margin-top: 16px;
  }
}
#single-photoreport .post-dtl .note-txt::before {
  content: "※";
  color: #E24400;
}
#single-photoreport .post-dtl a {
  text-decoration: underline;
  color: #1E90FF;
}
#single-photoreport .post-dtl a:hover {
  text-decoration: none;
}
#single-photoreport .post-dtl .point {
  border: solid 1px #D5E3EA;
  border-radius: 2px;
}
#single-photoreport .post-dtl .point .point-ttl {
  margin: 0;
  padding: 16px;
  background: rgba(246, 90, 128, 0.16);
  color: #F65A80;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .point .point-ttl {
    padding: 12px;
  }
}
#single-photoreport .post-dtl .point .point-ttl::before, #single-photoreport .post-dtl .point .point-ttl::after {
  display: none;
}
#single-photoreport .post-dtl .point .point-txt {
  margin: 0;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .point .point-txt {
    padding: 12px;
  }
}
#single-photoreport .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl ul {
    margin-top: 12px;
  }
}
#single-photoreport .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 22px;
  line-height: 1.4;
  text-indent: 0;
}
#single-photoreport .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single-photoreport .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1E90FF;
  border: solid 3px #D5E3EA;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
}
#single-photoreport .post-dtl ul > li ul,
#single-photoreport .post-dtl ul > li ol {
  margin: 16px 0 0;
}
#single-photoreport .post-dtl ul > li ul li {
  padding-left: 16px;
}
#single-photoreport .post-dtl ul > li ul li::before {
  top: 7px;
  background: #28C3F2;
  border: none;
}
#single-photoreport .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl ol {
    margin-top: 12px;
  }
}
#single-photoreport .post-dtl ol > li {
  position: relative;
  gap: 12px;
  padding-left: 44px;
  list-style: none;
  line-height: 1.4;
}
#single-photoreport .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
#single-photoreport .post-dtl ol > li::before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background: #ECF7FD;
  border-radius: 50%;
}
#single-photoreport .post-dtl ol > li::after {
  position: absolute;
  top: 5px;
  left: 8px;
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #1E90FF;
}
#single-photoreport .post-dtl ol > li > div {
  display: inline;
}
#single-photoreport .post-dtl ol > li ul,
#single-photoreport .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single-photoreport .post-dtl .wp-block-buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-buttons {
    gap: 12px;
  }
}
#single-photoreport .post-dtl .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 400px;
}
#single-photoreport .post-dtl .wp-block-buttons .wp-block-button__width-50 {
  width: calc(50% - 16px);
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-buttons .wp-block-button__width-50 {
    width: 100%;
  }
}
#single-photoreport .post-dtl .wp-block-buttons .wp-block-button__link {
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 4px 16px;
  min-height: 60px;
  background: linear-gradient(45deg, #1E90FF -20%, #28C3F2 50%);
  border-radius: 50px;
  color: #ffffff;
  font-family: YakuHanJP, "MFW-TBUDGoStd-ExBold";
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-buttons .wp-block-button__link {
    min-height: 48px;
    font-size: 1.4rem;
  }
}
#single-photoreport .post-dtl .wp-block-buttons .wp-block-button__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #1E90FF, #28C3F2 120%);
  border-radius: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .post-dtl .wp-block-buttons .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  content: "";
  width: 14px;
  height: 11px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}
#single-photoreport .post-dtl .wp-block-buttons .wp-block-button__link:hover::before {
  opacity: 1;
}
#single-photoreport .post-dtl .wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#single-photoreport .post-dtl .wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
#single-photoreport .post-dtl h2 + .wp-block-buttons,
#single-photoreport .post-dtl h3 + .wp-block-buttons,
#single-photoreport .post-dtl h4 + .wp-block-buttons,
#single-photoreport .post-dtl h5 + .wp-block-buttons {
  margin-top: 0;
}
#single-photoreport .post-dtl .wp-block-table {
  margin-top: 40px;
}
#single-photoreport .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #D5E3EA;
  border-left: solid 1px #D5E3EA;
}
#single-photoreport .post-dtl .wp-block-table table thead {
  border: none;
}
#single-photoreport .post-dtl .wp-block-table table thead tr th {
  padding: 20px;
  background: #1E90FF;
  border: none;
  color: #ffffff;
}
#single-photoreport .post-dtl .wp-block-table table thead tr th:not(:last-of-type) {
  border-right: solid 1px #ffffff;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .wp-block-table table thead {
    display: none;
  }
}
#single-photoreport .post-dtl .wp-block-table table tbody tr th,
#single-photoreport .post-dtl .wp-block-table table tbody tr td {
  padding: 20px;
  border-style: solid;
  border-color: #D5E3EA;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-table table tbody tr th,
  #single-photoreport .post-dtl .wp-block-table table tbody tr td {
    display: block;
  }
}
#single-photoreport .post-dtl .wp-block-table table tbody tr th {
  width: 316px;
  background: #F9F9F9;
  border-width: 0 0 1px 1px;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .wp-block-table table tbody tr th {
    width: 250px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-table table tbody tr th {
    width: 100%;
    border-width: 0 1px 0 0;
  }
}
#single-photoreport .post-dtl .wp-block-table table tbody tr td {
  border-width: 0 1px 1px 0;
}
#single-photoreport .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #F9F9F9;
}
#single-photoreport .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
#single-photoreport .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}
#single-photoreport .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single-photoreport .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-photoreport .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single-photoreport .post-dtl .wp-block-image img {
  width: auto;
  border-radius: 4px;
}
#single-photoreport .post-dtl .wp-block-image .wp-element-caption {
  font-size: 1.4rem;
}
#single-photoreport .post-dtl .wp-block-image .aligncenter .wp-element-caption {
  text-align: center;
}
#single-photoreport .post-dtl .wp-block-media-text {
  gap: 64px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  #single-photoreport .post-dtl .wp-block-media-text {
    gap: 48px;
  }
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .wp-block-media-text {
    gap: 32px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-media-text {
    gap: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-photoreport .post-dtl .wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}
#single-photoreport .post-dtl .wp-block-media-text > .wp-block-media-text__media img {
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media img {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
#single-photoreport .post-dtl .youtube-block {
  margin-top: 40px;
}
#single-photoreport .post-dtl .youtube-block .youtube-iframe-wrap iframe {
  width: 100%;
  max-width: 460px;
  height: 100%;
  aspect-ratio: 16/9;
}
#single-photoreport .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single-photoreport .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single-photoreport .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single-photoreport .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #00C029;
  text-decoration: underline;
}
#single-photoreport .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}
#single-photoreport .post-dtl .wp-block-file .wp-block-file__button {
  background: #00C029;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}
#single-photoreport .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single-photoreport .post-dtl .flow-chart__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  #single-photoreport .post-dtl .flow-chart__step {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart__step {
    gap: 24px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step {
    gap: 16px;
  }
}
#single-photoreport .post-dtl .flow-chart__step .flow-chart-col {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  border-style: solid;
  border-width: 4px 1px 1px 1px;
  border-color: #0b75de #D5E3EA #D5E3EA #D5E3EA;
  border-radius: 2px;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart__step .flow-chart-col {
    padding: 16px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step .flow-chart-col {
    padding: 12px;
  }
}
#single-photoreport .post-dtl .flow-chart__step .step-ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart__step .step-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step .step-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step .step-txt {
    font-size: 1.4rem;
  }
}
#single-photoreport .post-dtl .flow-chart__step:has(.--right) .flow-chart-col {
  width: calc(100% / 2 - 40px / 2);
}
@media screen and (max-width: 1279px) {
  #single-photoreport .post-dtl .flow-chart__step:has(.--right) .flow-chart-col {
    width: calc(100% / 2 - 32px / 2);
  }
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart__step:has(.--right) .flow-chart-col {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step:has(.--right) .flow-chart-col {
    width: calc(100% / 2 - 16px / 2);
  }
}
#single-photoreport .post-dtl .flow-chart__step:not(:nth-last-of-type(1)) {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}
#single-photoreport .post-dtl .flow-chart__step:not(:nth-of-type(1)) .flow-chart-col::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 24px);
  left: 50%;
  width: 18px;
  aspect-ratio: 18/20;
  background: #F65A80;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart__step:not(:nth-of-type(1)) .flow-chart-col::before {
    bottom: calc(100% + 18px);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart__step:not(:nth-of-type(1)) .flow-chart-col::before {
    width: 12px;
    bottom: calc(100% + 12px);
  }
}
#single-photoreport .post-dtl .flow-chart .block-editor-inner-blocks .block-editor-block-list__block:not(:nth-last-of-type(1)) {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart .block-editor-inner-blocks .block-editor-block-list__block:not(:nth-last-of-type(1)) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart .block-editor-inner-blocks .block-editor-block-list__block:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}
#single-photoreport .post-dtl .flow-chart .block-editor-inner-blocks .block-editor-block-list__block:not(:nth-of-type(1)) .flow-chart-col::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 24px);
  left: 50%;
  width: 18px;
  aspect-ratio: 18/20;
  background: #F65A80;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/flow-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .flow-chart .block-editor-inner-blocks .block-editor-block-list__block:not(:nth-of-type(1)) .flow-chart-col::before {
    bottom: calc(100% + 18px);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .flow-chart .block-editor-inner-blocks .block-editor-block-list__block:not(:nth-of-type(1)) .flow-chart-col::before {
    width: 12px;
    bottom: calc(100% + 12px);
  }
}
#single-photoreport .post-dtl .menu-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 959px) {
  #single-photoreport .post-dtl .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-dtl .menu-list {
    grid-template-columns: 1fr;
  }
}
#single-photoreport .post-dtl .menu-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 28px 56px 28px 20px;
  border: solid 1px rgba(30, 144, 255, 0.24);
  border-radius: 2px;
  color: #282A2B;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #single-photoreport .post-dtl .menu-list__item {
    padding: 14px 48px 14px 10px;
  }
}
#single-photoreport .post-dtl .menu-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% - 20px);
  background: #1E90FF;
  border-radius: 0 1px 1px 0;
  translate: 0 -50%;
}
#single-photoreport .post-dtl .menu-list__item .ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 32px;
  aspect-ratio: 32/32;
  background: #1E90FF;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .post-dtl .menu-list__item .ico-arrow::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/10;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/menu-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .post-dtl .menu-list__item:hover {
  background: #1E90FF;
  color: #ffffff;
}
#single-photoreport .post-dtl .menu-list__item:hover .ico-arrow {
  background: #ffffff;
}
#single-photoreport .post-dtl .menu-list__item:hover .ico-arrow::before {
  background: #1E90FF;
}
#single-photoreport .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single-photoreport .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single-photoreport .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-photoreport .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-photoreport .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single-photoreport .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #F9F9F9;
  cursor: pointer;
}
#single-photoreport .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-photoreport .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(40, 42, 43, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .gallery__item .gallery-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #282A2B;
  border: solid 1px #282A2B;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single-photoreport .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single-photoreport .gallery__item .gallery-zoom::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single-photoreport .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single-photoreport .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single-photoreport .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #282A2B;
}
#single-photoreport .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #282A2B calc(50% - 1px), #282A2B calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #282A2B calc(50% - 1px), #282A2B calc(50% + 1px), transparent calc(50% + 1px));
}
#single-photoreport .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-top: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single-photoreport .pagelink {
    padding-top: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .pagelink {
    padding-top: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single-photoreport .pagelink {
    gap: 8px;
  }
}
#single-photoreport .pagelink__prev a, #single-photoreport .pagelink__next a, #single-photoreport .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #1E90FF;
  border-radius: 50px;
  color: #1E90FF;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single-photoreport .pagelink__prev a, #single-photoreport .pagelink__next a, #single-photoreport .pagelink__back a {
    height: 40px;
    font-size: 1.4rem;
  }
}
#single-photoreport .pagelink__prev a:hover, #single-photoreport .pagelink__next a:hover, #single-photoreport .pagelink__back a:hover {
  background: #1E90FF;
  color: #ffffff;
}
#single-photoreport .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single-photoreport .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single-photoreport .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .pagelink__back {
    width: calc(40% - 4px);
  }
}
#single-photoreport .pagelink__prev, #single-photoreport .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single-photoreport .pagelink__prev, #single-photoreport .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single-photoreport .pagelink__prev, #single-photoreport .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single-photoreport .pagelink__prev a::before, #single-photoreport .pagelink__next a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 11px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #1E90FF;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-photoreport .pagelink__prev a:hover::before, #single-photoreport .pagelink__next a:hover::before {
  background: #ffffff;
}
#single-photoreport .pagelink__prev a::before {
  left: 20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 519px) {
  #single-photoreport .pagelink__prev a::before {
    left: 12px;
  }
}
#single-photoreport .pagelink__next a::before {
  right: 20px;
}
@media screen and (max-width: 519px) {
  #single-photoreport .pagelink__next a::before {
    right: 12px;
  }
}
#single-photoreport .post-meta .photoreport-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 8px;
}
#single-photoreport .post-meta .photoreport-cate__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px;
  background: #1E90FF;
  border: solid 1px #1E90FF;
  border-radius: 50px;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  #single-photoreport .post-meta .photoreport-cate__item {
    padding: 1px 12px;
  }
}
#single-photoreport .post-meta .photoreport-cate__item:hover {
  color: #1E90FF;
}
#single-photoreport .post-meta .photoreport-cate__item.--activity {
  background: #00C029;
  border-color: #00C029;
}
#single-photoreport .post-meta .photoreport-cate__item.--activity:hover {
  color: #00C029;
}
#single-photoreport .post-meta .photoreport-cate__item.--exchange {
  background: #E27E03;
  border-color: #E27E03;
}
#single-photoreport .post-meta .photoreport-cate__item.--exchange:hover {
  color: #E27E03;
}
#single-photoreport .post-meta .photoreport-cate__item.--association {
  background: #F65A80;
  border-color: #F65A80;
}
#single-photoreport .post-meta .photoreport-cate__item.--association:hover {
  color: #F65A80;
}
#single-photoreport .post-meta .photoreport-cate__item.--district {
  background: #A44BD5;
  border-color: #A44BD5;
}
#single-photoreport .post-meta .photoreport-cate__item.--district:hover {
  color: #A44BD5;
}
#single-photoreport .post-meta .photoreport-cate__item:hover {
  background: #ffffff;
}
/*# sourceMappingURL=../../maps/pages/photoreport.css.map */
