#archive .cate-menu {
  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);
  }
}

#archive .cate-menu__item {
  height: 40px;
}

#archive .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%;
  background: #ffffff;
  border: 1px solid rgba(163, 163, 255, 0.4);
  border-radius: 2px;
}

#archive .cate-menu__item a:hover {
  background: #A3A3FF;
  color: #ffffff;
}

#archive .cate-menu__item.current a {
  color: #ffffff;
  background: #A3A3FF;
  pointer-events: none;
}

#archive .pagenation,
#archive .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;
}

@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive .pagenation .page,
#archive .pagenation .current,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .pagenation .page-numbers,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink,
#archive .wp-pagenavi .page-numbers {
  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: 40px;
  height: 40px;
  border: solid 1px rgba(163, 163, 255, 0.4);
  background: #ffffff;
  color: #37373B;
  font-size: 1.6rem;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .pagenation .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink,
  #archive .wp-pagenavi .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .pagenation .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink,
  #archive .wp-pagenavi .page-numbers {
    font-size: 1.2rem;
  }
}

#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 .pagenation .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,
#archive .wp-pagenavi .page-numbers:not(.current):hover {
  color: #ffffff;
  background: #A3A3FF;
}

#archive .pagenation .current,
#archive .wp-pagenavi .current {
  color: #ffffff;
  background: #A3A3FF;
}

#archive .pagenation .page,
#archive .pagenation .current,
#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 519px) {
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive .pagenation .prev,
#archive .pagenation .next,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .prev,
#archive .wp-pagenavi .next,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 88px;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #archive .pagenation .prev,
  #archive .pagenation .next,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .prev,
  #archive .wp-pagenavi .next,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  #archive .pagenation .prev,
  #archive .pagenation .next,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .prev,
  #archive .wp-pagenavi .next,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive .pagenation .prev::before,
#archive .pagenation .next::before,
#archive .pagenation .nextpostslink::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .prev::before,
#archive .wp-pagenavi .next::before,
#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background: #A3A3FF;
}

#archive .pagenation .prev::after,
#archive .pagenation .next::after,
#archive .pagenation .nextpostslink::after,
#archive .pagenation .previouspostslink::after,
#archive .wp-pagenavi .prev::after,
#archive .wp-pagenavi .next::after,
#archive .wp-pagenavi .nextpostslink::after,
#archive .wp-pagenavi .previouspostslink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(163, 163, 255, 0.24);
}

#archive .pagenation .prev:hover,
#archive .pagenation .next:hover,
#archive .pagenation .nextpostslink:hover,
#archive .pagenation .previouspostslink:hover,
#archive .wp-pagenavi .prev:hover,
#archive .wp-pagenavi .next:hover,
#archive .wp-pagenavi .nextpostslink:hover,
#archive .wp-pagenavi .previouspostslink:hover {
  background: #A3A3FF;
  color: #ffffff;
}

#archive .pagenation .prev:hover::before,
#archive .pagenation .next:hover::before,
#archive .pagenation .nextpostslink:hover::before,
#archive .pagenation .previouspostslink:hover::before,
#archive .wp-pagenavi .prev:hover::before,
#archive .wp-pagenavi .next:hover::before,
#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  background: #ffffff;
}

#archive .pagenation .prev:hover::after,
#archive .pagenation .next:hover::after,
#archive .pagenation .nextpostslink:hover::after,
#archive .pagenation .previouspostslink:hover::after,
#archive .wp-pagenavi .prev:hover::after,
#archive .wp-pagenavi .next:hover::after,
#archive .wp-pagenavi .nextpostslink:hover::after,
#archive .wp-pagenavi .previouspostslink:hover::after {
  background: rgba(255, 255, 255, 0.24);
}

#archive .pagenation .prev,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .prev,
#archive .wp-pagenavi .previouspostslink {
  padding-left: 24px;
}

@media screen and (max-width: 519px) {
  #archive .pagenation .prev,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .prev,
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 6px;
    margin: 0;
  }
}

#archive .pagenation .prev::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .prev::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
}

#archive .pagenation .prev::after,
#archive .pagenation .previouspostslink::after,
#archive .wp-pagenavi .prev::after,
#archive .wp-pagenavi .previouspostslink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
}

#archive .pagenation .next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .next,
#archive .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 24px;
}

@media screen and (max-width: 519px) {
  #archive .pagenation .next,
  #archive .pagenation .nextpostslink,
  #archive .wp-pagenavi .next,
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 6px;
    bottom: 0;
    margin: 0;
  }
}

#archive .cate-menu {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

@media screen and (max-width: 959px) {
  #archive .cate-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 519px) {
  #archive .cate-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

#archive .news-list {
  margin-bottom: calc(8px * 5);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media screen and (max-width: 959px) {
  #archive .news-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive .news-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #archive .news-list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

#archive .news-list__item {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(163, 163, 255, 0.4);
}

#archive .news-list__item .news-vsl {
  width: 180px;
}

@media screen and (max-width: 519px) {
  #archive .news-list__item .news-vsl {
    width: 140px;
  }
}

#archive .news-list__item .news-vsl a {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}

#archive .news-list__item .news-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#archive .news-list__item .news-vsl a:hover img {
  scale: 1.05;
}

#archive .news-list__item .news-dtl {
  width: calc(100% - 196px);
}

@media screen and (max-width: 519px) {
  #archive .news-list__item .news-dtl {
    width: calc(100% - 156px);
  }
}

#archive .news-list__item:nth-last-of-type(1), #archive .news-list__item:nth-last-of-type(2) {
  border-bottom: 1px solid rgba(163, 163, 255, 0.4);
}

@media screen and (max-width: 959px) {
  #archive .news-list__item:nth-last-of-type(1), #archive .news-list__item:nth-last-of-type(2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 959px) {
  #archive .news-list__item:last-child {
    border-bottom: 1px solid rgba(163, 163, 255, 0.4);
  }
}

#archive .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  #archive .news-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive .news-meta {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#archive .news-meta__date {
  font-family: "Lora", serif;
  font-size: 1.5rem;
  color: #5757BC;
}

#archive .news-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: 26px;
  padding: 0 8px;
  font-size: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(163, 163, 255, 0.4);
  border-radius: 2px;
}

#archive .news-meta__cate:hover {
  color: #ffffff;
  background: #A3A3FF;
}

#archive .news-ttl a {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#archive .news-ttl a:hover {
  text-decoration: underline;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@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 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .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 .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__date {
  margin-right: calc(8px * 2);
  font-family: "Lora", serif;
  color: #5757BC;
}

@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__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: 26px;
  padding: 0 8px;
  font-size: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(163, 163, 255, 0.4);
  border-radius: 2px;
}

#single .post-meta__cate:hover {
  color: #ffffff;
  background: #A3A3FF;
}

#single .post-tag {
  margin-bottom: calc(8px * 5);
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#single .post-tag__item a {
  color: #999999;
}

#single .post-tag__item a::before {
  content: "#";
  margin-right: 2px;
  color: #A3A3FF;
}

#single .post-ttl {
  margin-bottom: calc(8px * 5);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-ttl {
    font-size: 2rem;
  }
}

#single .post-dtl h2 {
  position: relative;
  margin-top: 80px;
  margin-bottom: calc(8px * 4);
  padding: 20px 64px 20px 20px;
  background: #F0EAFF;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1.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);
  }
}

@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 60px;
    padding: 16px 64px 16px 16px;
    font-size: 2.2rem;
    border-radius: 4px;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    font-size: 2rem;
  }
}

#single .post-dtl h2::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/post-ttl-l-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h2::before {
    width: 32px;
    height: 32px;
  }
}

#single .post-dtl h3 {
  position: relative;
  margin-top: 32px;
  padding-bottom: 8px;
  padding-left: 26px;
  margin-bottom: 22px;
  border-bottom: solid 3px #A3A3FF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: 16px;
    padding-left: 22px;
    font-size: 1.8rem;
  }
}

#single .post-dtl h3::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/post-ttl-m-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h3::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
  }
}

#single .post-dtl h4 {
  position: relative;
  margin-top: 22px;
  margin-bottom: 14px;
  padding-left: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: 8px;
  }
}

#single .post-dtl h4::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/post-ttl-s-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h4::before {
    width: 12px;
    height: 12px;
  }
}

#single .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}

@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.6rem;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .has-normal-font-size {
    font-size: 1.4rem;
  }
}

#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.6rem;
  }
}

#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-l-beg-color {
  color: #F9F8F3;
}

#single .post-dtl .has-beg-color {
  color: #B4A785;
}

#single .post-dtl .has-d-beg-color {
  color: #A59260;
}

#single .post-dtl .has-red-color {
  color: #E04645;
}

#single .post-dtl .has-grn-color {
  color: #2C893B;
}

#single .post-dtl .has-l-pnk-color {
  color: #F7A6BE;
}

#single .post-dtl .has-pnk-color {
  color: #FF6290;
}

#single .post-dtl .has-d-pnk-color {
  color: #EA668D;
}

#single .post-dtl .has-l-ppl-color {
  color: #EFD2FE;
}

#single .post-dtl .has-ppl-color {
  color: #DDA1FC;
}

#single .post-dtl .has-vio-color {
  color: #A3A3FF;
}

#single .post-dtl .has-d-vio-color {
  color: #5757BC;
}

#single .post-dtl .has-blk-color {
  color: #37373B;
}

#single .post-dtl .has-wht-color {
  color: #ffffff;
}

#single .post-dtl .has-l-gry-color {
  color: #eeeeee;
}

#single .post-dtl .has-gry-color {
  color: #cccccc;
}

#single .post-dtl .has-d-gry-color {
  color: #999999;
}

#single .post-dtl .has-l-beg-background-color {
  background-color: #F9F8F3;
}

#single .post-dtl .has-beg-background-color {
  background-color: #B4A785;
}

#single .post-dtl .has-d-beg-background-color {
  background-color: #A59260;
}

#single .post-dtl .has-red-background-color {
  background-color: #E04645;
}

#single .post-dtl .has-grn-background-color {
  background-color: #2C893B;
}

#single .post-dtl .has-l-pnk-background-color {
  background-color: #F7A6BE;
}

#single .post-dtl .has-pnk-background-color {
  background-color: #FF6290;
}

#single .post-dtl .has-d-pnk-background-color {
  background-color: #EA668D;
}

#single .post-dtl .has-l-ppl-background-color {
  background-color: #EFD2FE;
}

#single .post-dtl .has-ppl-background-color {
  background-color: #DDA1FC;
}

#single .post-dtl .has-vio-background-color {
  background-color: #A3A3FF;
}

#single .post-dtl .has-d-vio-background-color {
  background-color: #5757BC;
}

#single .post-dtl .has-blk-background-color {
  background-color: #37373B;
}

#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}

#single .post-dtl .has-l-gry-background-color {
  background-color: #eeeeee;
}

#single .post-dtl .has-gry-background-color {
  background-color: #cccccc;
}

#single .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}

#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-weight: bold;
}

#single .post-dtl em {
  font-style: italic;
}

#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: #A3A3FF;
}

#single .post-dtl a:hover {
  text-decoration: none;
}

#single .post-dtl ul {
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 519px) {
  #single .post-dtl ul {
    margin-top: 12px;
  }
}

#single .post-dtl ul li {
  position: relative;
  padding-left: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 959px) {
  #single .post-dtl ul li {
    padding-left: 10px;
  }
}

#single .post-dtl ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  #single .post-dtl ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
  }
}

#single .post-dtl ul li:nth-of-type(2n - 1)::before {
  background: #A3A3FF;
}

#single .post-dtl ul li:nth-of-type(2n)::before {
  background: #DDA1FC;
}

#single .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/common/list-deco.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/common/list-deco.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  #single .post-dtl ul li::before {
    top: 8px;
  }
}

#single .post-dtl ul li ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

#single .post-dtl ul li ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single .post-dtl ul li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

#single .post-dtl ul li ol li {
  padding-left: 0;
}

#single .post-dtl ul li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single .post-dtl ul li ol li::before {
  display: none;
}

#single .post-dtl ol {
  margin-top: 14px;
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

@media screen and (max-width: 519px) {
  #single .post-dtl ol {
    margin-top: 12px;
  }
}

#single .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}

#single .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.4;
}

#single .post-dtl ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #single .post-dtl ol li:not(:nth-last-of-type(1)) {
    margin-bottom: 4px;
  }
}

#single .post-dtl ol li::marker {
  font-weight: bold;
  color: #5757BC;
  line-height: 1;
}

#single .post-dtl ol li div {
  display: inline;
}

#single .post-dtl ol li ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

#single .post-dtl ol li ul li {
  margin-left: 0;
  text-indent: 0;
}

#single .post-dtl ol li ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single .post-dtl ol li ol {
  margin-top: 8px;
  margin-bottom: 8px;
}

#single .post-dtl ol li ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

#single .post-dtl .wp-block-buttons {
  margin-top: 24px;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-buttons {
    margin-top: 16px;
  }
}

#single .post-dtl .wp-block-buttons .wp-block-button__link {
  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;
  padding: 0 40px 0 16px;
  width: 100%;
  min-height: 56px;
  background: #ffffff;
  border: solid 1px #A3A3FF;
  border-radius: 2px;
  font-weight: normal;
  color: #37373B;
  line-height: 1.4;
  text-decoration: none;
}

#single .post-dtl .wp-block-buttons .wp-block-button__link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background: #A3A3FF;
}

#single .post-dtl .wp-block-buttons .wp-block-button__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(163, 163, 255, 0.24);
}

#single .post-dtl .wp-block-buttons .wp-block-button__link:hover {
  background: #A3A3FF;
  color: #ffffff;
}

#single .post-dtl .wp-block-buttons .wp-block-button__link:hover::before {
  background: #ffffff;
}

#single .post-dtl .wp-block-buttons .wp-block-button__link:hover::after {
  background: rgba(255, 255, 255, 0.24);
}

#single .post-dtl .wp-block-table {
  margin-top: 16px;
}

#single .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

#single .post-dtl .wp-block-table table thead {
  border-bottom: none;
}

#single .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #F0EAFF;
  border-right: solid 1px #D3D3FF;
  border-bottom: solid 1px #D3D3FF;
  border: 1px solid #D3D3FF;
  color: #37373B;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table table thead tr th {
    padding: 12px;
  }
}

#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  vertical-align: middle;
  padding: 16px;
  border-right: solid 1px #D3D3FF;
  border-bottom: solid 1px #D3D3FF;
  border: 1px solid #D3D3FF;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table table tbody tr th,
  #single .post-dtl .wp-block-table table tbody tr td {
    padding: 12px;
  }
}

#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #eeeeee;
}

#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.4rem;
  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: 8px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#single .post-dtl .wp-block-media-text__content {
  padding: 0;
}

#single .post-dtl .wp-block-columns {
  margin-top: 16px;
  gap: 16px;
}

#single .post-dtl .wp-block-columns .wp-block-image {
  margin: 0;
}

#single .post-dtl .wp-block-columns .wp-block-image img {
  width: 100%;
}

#single .post-dtl .wp-block-columns h2,
#single .post-dtl .wp-block-columns h3,
#single .post-dtl .wp-block-columns h4 {
  margin-top: 0;
}

#single .post-dtl .wp-block-columns p:last-of-type {
  margin-bottom: 0;
}

#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.6rem;
  color: #A3A3FF;
  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.4rem;
  }
}

@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: #A3A3FF;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

#single .post-dtl .wp-block-separator {
  margin: 40px 0;
  border: 1px solid rgba(163, 163, 255, 0.48);
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}

#single .post-dtl .wp-block-embed-youtube {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-embed-youtube {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#single .post-dtl .wp-block-embed-youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
  margin-bottom: calc(8px * 5);
}

@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);
  }
}

@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 #eeeeee;
  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(55, 55, 59, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single .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: #37373B;
  border: solid 1px #37373B;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  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));
  -webkit-transition: 0.3s ease-out;
  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: #37373B;
}

#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #37373B calc(50% - 1px), #37373B calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #37373B calc(50% - 1px), #37373B calc(50% + 1px), transparent calc(50% + 1px));
}

#single .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: 8px;
}

#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: solid 1px rgba(163, 163, 255, 0.4);
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 2px;
}

@media screen and (max-width: 519px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #A3A3FF;
  color: #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::before, #single .pagelink__next a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background: #A3A3FF;
}

#single .pagelink__prev a::after, #single .pagelink__next a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(163, 163, 255, 0.24);
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover {
  background: #A3A3FF;
  color: #ffffff;
}

#single .pagelink__prev a:hover::before, #single .pagelink__next a:hover::before {
  background: #ffffff;
}

#single .pagelink__prev a:hover::after, #single .pagelink__next a:hover::after {
  background: rgba(255, 255, 255, 0.24);
}

#single .pagelink__next a {
  padding-right: 24px;
}

#single .pagelink__prev a {
  padding-left: 24px;
}

#single .pagelink__prev a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
}

#single .pagelink__prev a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
}

#single .news {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single .news {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .news {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .wrap {
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  #single .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  #single .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  #single .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/*# sourceMappingURL=../../maps/pages/news.css.map */
