#archive-blog .cate-menu {
  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: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

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

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

@media screen and (max-width: 959px) {
  #archive-blog .cate-menu {
    gap: 12px;
  }
}

#archive-blog .cate-menu__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 64px;
}

@media screen and (max-width: 959px) {
  #archive-blog .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-blog .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: #999999;
  color: #ffffff;
}

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

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

#archive-blog .wp-pagenavi .page,
#archive-blog .wp-pagenavi .current,
#archive-blog .wp-pagenavi .nextpostslink,
#archive-blog .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 #333333;
  background: #ffffff;
  color: #333333;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

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

#archive-blog .wp-pagenavi .page:not(.current):hover,
#archive-blog .wp-pagenavi .current:not(.current):hover,
#archive-blog .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-blog .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #333333;
  color: #ffffff;
}

#archive-blog .wp-pagenavi .current {
  background: #F7F7F7;
}

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

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

#archive-blog .wp-pagenavi .nextpostslink,
#archive-blog .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

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

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

#archive-blog .wp-pagenavi .nextpostslink::before,
#archive-blog .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-blog .wp-pagenavi .nextpostslink::before,
  #archive-blog .wp-pagenavi .previouspostslink::before {
    border-width: 4px 0 4px 8px;
  }
}

#archive-blog .wp-pagenavi .nextpostslink:hover::before,
#archive-blog .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

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

#archive-blog .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive-blog .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-blog .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 6px;
    bottom: 0;
    margin: 0;
  }
}

#archive-blog .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}

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

@media screen and (max-width: 959px) {
  #archive-blog .blog-list {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-list {
    gap: calc((8px * 2) * 0.5);
  }
}

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

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

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

@media screen and (max-width: 519px) {
  #archive-blog .blog-list {
    grid-template-columns: 1fr;
  }
}

#archive-blog .blog-list__item {
  padding: 16px;
  border: solid 2px #cccccc;
}

#archive-blog .blog-vsl {
  margin-bottom: calc(8px * 2);
}

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

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

#archive-blog .blog-vsl a {
  display: block;
  position: relative;
  aspect-ratio: 3/2;
}

#archive-blog .blog-vsl a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#archive-blog .blog-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) {
  #archive-blog .blog-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

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

#archive-blog .blog-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Inter", sans-serif;
}

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

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

#archive-blog .blog-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: #999999;
  color: #ffffff;
  font-size: 1.4rem;
}

#archive-blog .blog-ttl {
  margin-bottom: calc(8px * 2);
}

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

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

#archive-blog .blog-ttl a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  #archive-blog .blog-ttl a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-blog .blog-ttl a {
    font-size: 1.6rem;
  }
}

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

#archive-blog .blog-txt {
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#archive-blog .blog-tag__item a {
  color: #999999;
}

#single-blog .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-blog .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

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

#single-blog .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single-blog .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-blog .post-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

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

#single-blog .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959px) {
  #single-blog .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single-blog .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: #999999;
  color: #ffffff;
  font-size: 1.4rem;
}

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

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

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

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

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

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

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

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

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

#single-blog .post-dtl .editor-styles-wrapper {
  font-size: 1.6rem;
  font-family: "Inter", "Noto Sans JP", "Noto Serif JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #single-blog .post-dtl .editor-styles-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

#single-blog .post-dtl .editor-styles-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#single-blog .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 16px;
}

#single-blog .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0;
}

#single-blog .post-dtl .editor-styles-wrapper .wp-block-post-content {
  padding: 0 16px;
}

#single-blog .post-dtl .editor-styles-wrapper .wp-block-post-content .wp-block {
  max-width: none;
}

#single-blog .post-dtl h2 {
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
  padding: 16px;
  background: #F7F7F7;
  font-size: 2.8rem;
  font-weight: bold;
}

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

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

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h2 {
    margin-top: 36px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h2 {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 2rem;
  }
}

#single-blog .post-dtl h3 {
  margin-top: 40px;
  padding-bottom: 4px;
  margin-bottom: calc(8px * 3);
  border-bottom: solid 4px #F7F7F7;
  font-size: 2.4rem;
  font-weight: bold;
}

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

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

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h3 {
    margin-top: 36px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl h3 {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}

#single-blog .post-dtl h4 {
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
  padding-left: 6px;
  border-left: solid 4px #F7F7F7;
  font-size: 2rem;
  font-weight: bold;
}

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

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

@media screen and (max-width: 959px) {
  #single-blog .post-dtl h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}

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

#single-blog .post-dtl .has-blk-color {
  color: #333333;
}

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

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

#single-blog .post-dtl .has-main-color {
  color: #1F5388;
}

#single-blog .post-dtl .has-sub-color {
  color: #6B84A0;
}

#single-blog .post-dtl .has-blk-background-color {
  background-color: #333333;
}

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

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

#single-blog .post-dtl .has-main-background-color {
  background-color: #1F5388;
}

#single-blog .post-dtl .has-sub-background-color {
  background-color: #6B84A0;
}

#single-blog .post-dtl p {
  margin: 0 0 32px;
}

#single-blog .post-dtl p strong {
  font-weight: bold;
}

#single-blog .post-dtl p a {
  text-decoration: underline;
  color: #333333;
}

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

#single-blog .post-dtl ul {
  margin: 0 0 32px;
  list-style: none;
}

#single-blog .post-dtl ul li {
  position: relative;
  padding-left: 16px;
}

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

#single-blog .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1F5388;
  border-radius: 50%;
}

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

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

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

#single-blog .post-dtl ol li::marker {
  color: #1F5388;
}

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

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

#single-blog .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}

#single-blog .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}

#single-blog .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}

#single-blog .post-dtl .wp-block-image {
  margin: 0 0 32px;
}

#single-blog .post-dtl .wp-block-image img {
  width: auto;
}

#single-blog .post-dtl .wp-block-media-text {
  margin: 0 0 32px;
}

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

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

#single-blog .post-dtl .wp-block-file {
  margin: 0 0 32px;
}

#single-blog .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #1F5388;
  text-decoration: underline;
}

#single-blog .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  #single-blog .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}

#single-blog .post-dtl .wp-block-file .wp-block-file__button {
  background: #1F5388;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

#single-blog .post-dtl .wp-block-separator {
  margin: 40px 0;
}

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

#single-blog .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-blog .gallery {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .gallery {
    gap: calc((8px * 2) * 0.5);
  }
}

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

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

@media screen and (max-width: 959px) {
  #single-blog .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#single-blog .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #F7F7F7;
  cursor: pointer;
}

#single-blog .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-blog .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

@media screen and (max-width: 959px) {
  #single-blog .gallery__item .gallery-zoom {
    height: 28px;
  }
}

#single-blog .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-blog .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

#single-blog .gallery__item:hover .gallery-mask {
  opacity: 0;
}

#single-blog .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #333333;
}

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

#single-blog .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;
}

@media screen and (max-width: 959px) {
  #single-blog .pagelink {
    gap: 12px;
  }
}

#single-blog .pagelink__prev a, #single-blog .pagelink__next a, #single-blog .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 #333333;
  color: #333333;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

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

#single-blog .pagelink__prev a .ico-arrow, #single-blog .pagelink__next a .ico-arrow, #single-blog .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single-blog .pagelink__prev a:hover, #single-blog .pagelink__next a:hover, #single-blog .pagelink__back a:hover {
  background: #333333;
  color: #ffffff;
}

#single-blog .pagelink__prev a:hover .ico-arrow, #single-blog .pagelink__next a:hover .ico-arrow, #single-blog .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}

#single-blog .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 959px) {
  #single-blog .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #single-blog .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single-blog .pagelink__prev, #single-blog .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 959px) {
  #single-blog .pagelink__prev, #single-blog .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 519px) {
  #single-blog .pagelink__prev, #single-blog .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single-blog .pagelink__prev a .ico-arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#single-blog .blog {
  padding-top: calc(8px * 5);
  border-style: solid;
  border-width: 1px 0;
  border-color: #cccccc;
}

@media screen and (max-width: 959px) {
  #single-blog .blog {
    padding-top: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-blog .blog {
    padding-top: calc((8px * 5) * 0.5);
  }
}

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