#archive .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    width: calc(100% / 2 - 8px / 2);
  }
}
#archive .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 24px;
  border: solid 1px #EB831E;
  background: #EB831E;
  color: #ffffff;
  border-radius: 8px 24px;
}
@media screen and (max-width: 519px) {
  #archive .cate-menu__item a {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
#archive .cate-menu__item a:hover {
  background: #ffffff;
  color: #EB831E;
}
#archive .cate-menu__item.is-current a {
  background: #ffffff;
  color: #EB831E;
}
#archive .cate-type {
  text-align: center;
  border: 1px solid rgba(235, 131, 30, 0.2);
  padding: 12px;
  margin-bottom: 24px;
}
#archive .pagenation,
#archive .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #EB831E;
  background: #ffffff;
  color: #EB831E;
  font-size: 1.7rem;
  border-radius: 2px 12px;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}
#archive .pagenation .page-numbers:not(.current):hover,
#archive .pagenation .page:not(.current):hover,
#archive .pagenation .current:not(.current):hover,
#archive .pagenation .nextpostslink:not(.current):hover,
#archive .pagenation .previouspostslink:not(.current):hover,
#archive .wp-pagenavi .page-numbers:not(.current):hover,
#archive .wp-pagenavi .page:not(.current):hover,
#archive .wp-pagenavi .current:not(.current):hover,
#archive .wp-pagenavi .nextpostslink:not(.current):hover,
#archive .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #EB831E;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #EB831E;
  color: #ffffff;
}
#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .wp-pagenavi .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    flex-grow: 1;
  }
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .page-numbers.prev,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc(50% - 4px);
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .nextpostslink::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #EB831E;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .pagenation .page-numbers.next::before,
  #archive .pagenation .page-numbers.prev::before,
  #archive .pagenation .nextpostslink::before,
  #archive .pagenation .previouspostslink::before,
  #archive .wp-pagenavi .page-numbers.next::before,
  #archive .wp-pagenavi .page-numbers.prev::before,
  #archive .wp-pagenavi .nextpostslink::before,
  #archive .wp-pagenavi .previouspostslink::before {
    border-width: 4px 0 4px 8px;
  }
}
#archive .pagenation .page-numbers.next:hover::before,
#archive .pagenation .page-numbers.prev:hover::before,
#archive .pagenation .nextpostslink:hover::before,
#archive .pagenation .previouspostslink:hover::before,
#archive .wp-pagenavi .page-numbers.next:hover::before,
#archive .wp-pagenavi .page-numbers.prev:hover::before,
#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  transform: rotateZ(180deg);
}
#archive .pagenation .page-numbers.next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .nextpostslink {
  flex-direction: row-reverse;
}
@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .nextpostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}
#archive .pagenation .page-numbers.next::before,
#archive .pagenation .nextpostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}
#archive .column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 519px) {
  #archive .column-list {
    gap: 28px;
    margin-bottom: 24px;
  }
}
#archive .column-list__item {
  position: relative;
  width: calc(100% / 3 - 24px / 3);
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  #archive .column-list__item {
    width: calc(100% / 2 - 12px / 2);
  }
}
@media screen and (max-width: 519px) {
  #archive .column-list__item {
    width: 100%;
  }
}
#archive .column-list__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#archive .column-list__item .column-vsl {
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  #archive .column-list__item .column-vsl {
    margin-bottom: 14px;
  }
}
#archive .column-list__item .column-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}
#archive .column-list__item .column-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#archive .column-list__item .column-vsl a:hover {
  opacity: 0.6;
}
#archive .column-list__item .column-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#archive .column-list__item .column-meta__date {
  font-size: 1.9rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #archive .column-list__item .column-meta__date {
    font-size: 1.3rem;
  }
}
#archive .column-list__item .column-meta__cate {
  position: relative;
  z-index: 2;
  padding-left: 12px;
  color: #EB831E;
  text-decoration: underline;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 959px) {
  #archive .column-list__item .column-meta__cate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #archive .column-list__item .column-meta__cate {
    font-size: 1.4rem;
  }
}
#archive .column-list__item .column-meta__cate::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #EB831E;
}
#archive .column-list__item .column-meta__cate:hover {
  text-decoration: none;
}
#archive .column-list__item .column-ttl {
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  #archive .column-list__item .column-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #archive .column-list__item .column-ttl {
    font-size: 1.6rem;
  }
}
#archive .column-list__item .column-ttl a {
  display: block;
  width: 100%;
}
#archive .column-list__item .column-ttl a:hover {
  color: #EB831E;
  text-decoration: underline;
}
#archive .column-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#archive .column-tag__item a {
  position: relative;
  padding-left: 10px;
  color: #999999;
  font-size: 1.3rem;
}
#archive .column-tag__item a::before {
  content: "#";
  position: absolute;
  top: -3px;
  left: 0;
}
#archive .column-tag__item a:hover {
  text-decoration: underline;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-eyecatch {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-eyecatch {
  margin-left: auto;
  margin-right: auto;
}
#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#single .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
#single .post-meta {
  gap: 12px;
}
#single .post-meta__date {
  margin-right: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .post-meta__date {
    margin-right: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__date {
    margin-right: calc(8px * 2 * 0.5);
  }
}
#single .post-meta__date {
  font-family: "Red Hat Display", sans-serif;
}
#single .post-meta__cate {
  padding: 2px 12px;
  border: 1px solid #EB831E;
  border-radius: 2px 10px 2px 10px;
  color: #EB831E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single .post-meta__cate {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-meta__cate {
    font-size: 1.4rem;
  }
}
#single .post-meta__cate:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .post-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-tag {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
#single .post-tag__item a {
  position: relative;
  padding-left: 12px;
  color: #999999;
}
#single .post-tag__item a::before {
  content: "#";
  position: absolute;
  left: 0;
}
#single .post-tag__item a:hover {
  text-decoration: underline;
}
#single .post-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2.2rem;
  }
}
#single .post-dtl {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
#single .post-dtl h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#single .post-dtl h2 {
  padding: 24px 6px 24px 64px;
  background: #F8F6F5;
  font-size: 2.8rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  border-radius: 2px;
  line-height: 1.3;
}
#single .post-dtl h2::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 16px;
  width: 42px;
  height: 23px;
  background: url("/wp/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2::before {
    top: 29px;
    width: 34px;
    height: 21px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2::before {
    top: 17px;
    left: 12px;
    width: 26px;
    height: 16px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2 {
    padding: 24px 6px 24px 59px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 8px 12px 44px;
    border-radius: 4px;
    font-size: 2rem;
  }
}
#single .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h3 {
  border-bottom: solid 4px #EB831E;
  font-size: 2.4rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3::before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#single .post-dtl h4 {
  position: relative;
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h4 {
  padding-left: 16px;
  font-size: 2rem;
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #EB831E;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4::before {
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4::before {
    top: 9px;
  }
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    font-size: 1.7rem;
  }
}
#single .post-dtl .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl .wp-block-group {
  margin: 40px 0;
  background: rgba(245, 171, 24, 0.16);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    margin: 24px 0;
  }
}
#single .post-dtl .wp-block-group h2:first-child,
#single .post-dtl .wp-block-group h3:first-child,
#single .post-dtl .wp-block-group h4:first-child {
  margin-top: 0;
}
#single .post-dtl .has-small-font-size {
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}
#single .post-dtl .has-normal-font-size {
  font-size: 1.7rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.3rem;
  }
}
#single .post-dtl .has-medium-font-size {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-medium-font-size {
    font-size: 1.7rem;
  }
}
#single .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-large-font-size {
    font-size: 2rem;
  }
}
#single .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}
#single .post-dtl .has-red-color {
  color: #CE102C;
}
#single .post-dtl .has-pnk-color {
  color: #FF2828;
}
#single .post-dtl .has-orn-color {
  color: #F5AB18;
}
#single .post-dtl .has-d-orn-color {
  color: #EB831E;
}
#single .post-dtl .has-d-beg-color {
  color: #F0E9E5;
}
#single .post-dtl .has-grn-color {
  color: #83BA0D;
}
#single .post-dtl .has-beg-color {
  color: #F8F6F5;
}
#single .post-dtl .has-brn-color {
  color: #F1EDEB;
}
#single .post-dtl .has-blk-color {
  color: #222222;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-l-gry-color {
  color: #FAFAFA;
}
#single .post-dtl .has-gry-color {
  color: #E8E8E8;
}
#single .post-dtl .has-d-gry-color {
  color: #999999;
}
#single .post-dtl .has-grad-2-color {
  color: #D93B27;
}
#single .post-dtl .has-grad-3-color {
  color: #E05824;
}
#single .post-dtl .has-grad-4-color {
  color: #E77320;
}
#single .post-dtl .has-grad-5-color {
  color: #EC881E;
}
#single .post-dtl .has-grad-6-color {
  color: #EF911D;
}
#single .post-dtl .has-grad-7-color {
  color: #F19C1A;
}
#single .post-dtl .has-grad-8-color {
  color: #F29E1B;
}
#single .post-dtl .has-red-background-color {
  background-color: #CE102C;
}
#single .post-dtl .has-pnk-background-color {
  background-color: #FF2828;
}
#single .post-dtl .has-orn-background-color {
  background-color: #F5AB18;
}
#single .post-dtl .has-d-orn-background-color {
  background-color: #EB831E;
}
#single .post-dtl .has-d-beg-background-color {
  background-color: #F0E9E5;
}
#single .post-dtl .has-grn-background-color {
  background-color: #83BA0D;
}
#single .post-dtl .has-beg-background-color {
  background-color: #F8F6F5;
}
#single .post-dtl .has-brn-background-color {
  background-color: #F1EDEB;
}
#single .post-dtl .has-blk-background-color {
  background-color: #222222;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #FAFAFA;
}
#single .post-dtl .has-gry-background-color {
  background-color: #E8E8E8;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}
#single .post-dtl .has-grad-2-background-color {
  background-color: #D93B27;
}
#single .post-dtl .has-grad-3-background-color {
  background-color: #E05824;
}
#single .post-dtl .has-grad-4-background-color {
  background-color: #E77320;
}
#single .post-dtl .has-grad-5-background-color {
  background-color: #EC881E;
}
#single .post-dtl .has-grad-6-background-color {
  background-color: #EF911D;
}
#single .post-dtl .has-grad-7-background-color {
  background-color: #F19C1A;
}
#single .post-dtl .has-grad-8-background-color {
  background-color: #F29E1B;
}
#single .post-dtl .marker-highlight {
  background-color: rgba(245, 171, 24, 0.5);
}
#single .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
}
#single .post-dtl p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}
#single .post-dtl strong {
  font-family: YakuHanJP, "MFW-PA1GothicStdN-Bold";
}
#single .post-dtl em {
  font-weight: YakuHanJP, "MFW-PA1GothicStdN-Medium";
  color: #EB831E;
}
#single .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}
#single .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}
#single .post-dtl a {
  text-decoration: underline;
  color: #F5AB18;
}
#single .post-dtl a:hover {
  text-decoration: none;
}
#single .post-dtl ul {
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ul {
    margin-top: 12px;
  }
}
#single .post-dtl ul > li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#single .post-dtl ul > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #F5AB18;
  border-radius: 50%;
}
#single .post-dtl ul > li ul,
#single .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single .post-dtl ol {
  counter-reset: list-num;
  margin-top: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl ol {
    margin-top: 12px;
  }
}
#single .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}
#single .post-dtl ol > li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
#single .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}
#single .post-dtl ol > li > div {
  display: inline;
}
#single .post-dtl ol > li ul,
#single .post-dtl ol > li ol {
  margin: 8px 0 0;
}
#single .post-dtl .wp-block-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button {
    gap: 12px;
  }
}
#single .post-dtl .wp-block-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 14px 56px 14px 26px;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #EB831E;
  border-radius: 80px;
  color: #222222;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s ease-out;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    min-height: 48px;
    font-size: 1.3rem;
  }
}
#single .post-dtl .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: solid 1px #EB831E;
  border-radius: 100%;
  background: #ffffff;
}
#single .post-dtl .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #EB831E;
  border-right: 0;
}
#single .post-dtl .wp-block-button__link:hover {
  background: #EB831E;
  color: #ffffff;
}
#single .post-dtl .wp-block-button__link:hover::after {
  background: #ffffff;
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #E8E8E8;
  border-left: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table thead {
  border-bottom: solid 1px #EB831E;
  border-top: solid 1px #EB831E;
}
#single .post-dtl .wp-block-table table thead tr {
  padding: 16px;
  background: #EB831E;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr:first-of-type td {
  border-top: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border-right: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}
#single .post-dtl .wp-block-table table tbody tr th {
  background: #EB831E;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr td:first-of-type {
  border-left: solid 1px #E8E8E8;
  background: rgba(245, 171, 24, 0.03);
}
#single .post-dtl .wp-block-table.is-style-stripes tbody tr td:first-of-type {
  background: none;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #FAFAFA;
}
#single .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}
#single .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #999999;
}
#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}
#single .post-dtl .wp-block-image {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
#single .post-dtl .wp-block-image img {
  width: auto;
}
#single .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 8px;
  }
}
#single .post-dtl .wp-block-media-text__content {
  padding: 0;
}
#single .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}
#single .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}
#single .post-dtl .wp-block-file {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
#single .post-dtl .wp-block-file a {
  font-size: 1.7rem;
  color: #EB831E;
  text-decoration: underline;
}
#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}
#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #EB831E;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  min-width: 200px;
}
#single .post-dtl .wp-block-separator {
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}
#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    gap: calc(8px * 2 * 0.5);
  }
}
#single .gallery {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .gallery {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #single .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
#single .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #FAFAFA;
  cursor: pointer;
}
#single .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 .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
  transition: 0.3s ease-out;
}
#single .gallery__item .gallery-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #222222;
  border: solid 1px #222222;
  color: #ffffff;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom {
    height: 28px;
  }
}
#single .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));
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}
#single .gallery__item:hover .gallery-mask {
  opacity: 0;
}
#single .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #222222;
}
#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #222222 calc(50% - 1px), #222222 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #222222 calc(50% - 1px), #222222 calc(50% + 1px), transparent calc(50% + 1px));
}
#single .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  #single .pagelink {
    gap: 12px;
  }
}
#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #222222;
  color: #222222;
  font-size: 1.7rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.3rem;
  }
}
#single .pagelink__prev a .ico-arrow, #single .pagelink__next a .ico-arrow, #single .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #222222;
  transition: 0.3s ease-out;
}
#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #222222;
  color: #ffffff;
}
#single .pagelink__prev a:hover .ico-arrow, #single .pagelink__next a:hover .ico-arrow, #single .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}
#single .pagelink__back {
  width: 400px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__back {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}
#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}
#single .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}
#single [id*=autoid_] {
  margin-top: -104px;
  padding-top: 104px;
}
@media screen and (max-width: 959px) {
  #single [id*=autoid_] {
    margin-top: -64px;
    padding-top: 64px;
  }
}
#single .page-layout {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #single .page-layout {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    overflow-y: auto;
    padding: 104px 24px 136px;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  #single .page-layout__toc {
    padding: 88px 24px 136px;
  }
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
}
#single .page-layout__toc .toc {
  position: sticky;
  padding: 3px;
  top: 112px;
  width: 264px;
  background: #EB831E;
  border-radius: 6px;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc {
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}
#single .page-layout__toc .toc .toc-inner {
  max-height: calc(100vh - 160px);
  height: 100%;
  overflow-y: scroll;
  padding: 16px;
  background: #ffffff;
}
#single .page-layout__toc .toc .toc-inner::-webkit-scrollbar {
  width: 4px;
}
#single .page-layout__toc .toc .toc-inner::-webkit-scrollbar-track {
  background: #FAFAFA;
  border-radius: 2px;
}
#single .page-layout__toc .toc .toc-inner::-webkit-scrollbar-thumb {
  background: #EB831E;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner {
    height: 100%;
    overflow-y: scroll;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-ttl {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
#single .page-layout__toc .toc .toc-inner .toc-list__item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(235, 131, 30, 0.48);
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner .toc-list__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-list__item a {
  position: relative;
  padding-left: 18px;
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner .toc-list__item a {
    padding: 4px 0 4px 20px;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-list__item a:hover {
  transform: translateX(2px);
}
#single .page-layout__toc .toc .toc-inner .toc-list__item a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #F5AB18;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner .toc-list__item a::before {
    top: 13px;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-list__item a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #F5AB18;
  transition: opacity 0.3s ease;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner .toc-list__item a::after {
    top: 13px;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist {
    margin-top: 8px;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist__item:not(:last-child) {
  margin-bottom: 4px;
}
#single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist__item a {
  position: relative;
  padding-right: 0;
  padding-left: 18px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #F5AB18;
}
#single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist__item a::before {
  position: absolute;
  top: 10px;
  right: auto;
  left: 0;
}
@media screen and (max-width: 959px) {
  #single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist__item a::before {
    top: 13px !important;
  }
}
#single .page-layout__toc .toc .toc-inner .toc-list__item .toc-sublist__item a::after {
  content: none;
}
#single .page-layout__content {
  width: calc(100% - 320px);
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  #single .page-layout__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #single .page-layout__content {
    padding-right: 0;
  }
}
#single #toc-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
}
@media (min-width: 960px) {
  #single #toc-toggle-btn {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  #single #toc-toggle-btn {
    position: relative;
    display: block;
    position: fixed;
    bottom: calc(88px + env(safe-area-inset-bottom) / 1.5);
    left: 24px;
    z-index: 1002;
    padding: 12px 16px 12px 32px;
    font-weight: bold;
    border: solid 1px #ffffff;
    background: #EB831E;
    font-size: 1.3rem;
    color: #ffffff;
    border-radius: 4px;
    transition: none;
  }
}
@media screen and (max-width: 959px) and (max-width: 519px) {
  #single #toc-toggle-btn {
    bottom: calc(64px + env(safe-area-inset-bottom) / 1.5);
    padding: 8px 13px 8px 28px;
  }
}
@media screen and (max-width: 959px) {
  #single #toc-toggle-btn::before {
    content: "";
    position: absolute;
    top: 49%;
    left: 10px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    -webkit-mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/toc.svg");
    mask-image: url("/wp/wp-content/themes/itreat_base/dist/img/icon/toc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
#single #toc-overlay.is-open {
  display: block;
  opacity: 1;
}
#single .column-txt {
  padding: 24px 0;
  border-top: 3px dotted #F5AB18;
  border-bottom: 3px dotted #F5AB18;
  color: rgba(34, 34, 34, 0.75);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #single .column-txt {
    padding: 16px 0;
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=../../maps/pages/column.css.map */
