@charset "UTF-8";

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: .15s;
  transition-property: background, color, border, opacity, transform;
}

/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
svg.icon {
  fill: currentColor;
}

picture,
figure {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._jacket {
  aspect-ratio: 1/1!important;
}
._no-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--border1);
}
._no-img::before {
  content: '';
  width: min(30%, 6em);
  aspect-ratio: 1/1;
  background: url(../img/logo-b.svg) no-repeat center / 100%;
  opacity: .1;
}

/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { position: relative; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }

h1, .h1 { font-size: max(5em, 9vw); line-height: 1.125; }
h2, .h2 { font-size: max(3.5em, 7vw); line-height: 1.25; }
h3, .h3 { font-size: max(2.5em, 5vw); line-height: 1.375; }
h4, .h4 { font-size: 1.5em; line-height: 1.5; }
h5, .h5 { font-size: 1.25em; line-height: 1.75; }
h6, .h6 { font-size: 1em; }

small, .small { font-size: .75em; }
sup, sub { font-size: .688em; }
.big { font-size: 1.25em; }

.fw-100, .text-normal { font-weight: 100 !important; }
.fw-400, .text-normal { font-weight: 400 !important; }
.fw-500, .text-medium { font-weight: 500 !important; }
.fw-600, .text-semibold { font-weight: 600 !important; }
.fw-700, .text-bold { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }
.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

.gothic { 
  font-family: var(--gothic)!important; 
}
.font-cond {
  font-family: var(--font-cond)!important;
}
.font1 {
  font-family: var(--font1)!important;
}
.font2 {
  font-family: var(--font2)!important;
  font-weight: 400!important;
  letter-spacing: 0!important;
}
.name { 
  font-family: var(--font-cond)!important;
  line-height: 1;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.lh-xxs { line-height: .5; }
.lh-1 { line-height: 1; }
.lh-sm { line-height: 1.25; }
.lh-base { line-height: 1.5; }
.lh-lg { line-height: 2; }

.h6.fw-800 {
  letter-spacing: .08em;
  line-height: 2;
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: .75em;
  text-align: left;
  font-family: var(--font-cond);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.25;
  padding: 1em .75em;
  width: 12em;
  max-width: 100%;
  background: transparent;
  color: var(--black);
  border: none;
  border-bottom: 1px solid var(--color1);
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: .2s ease-in-out;
  transition-property: border,letter-spacing;
}
.btn.text-center {
  justify-content: center;
}
.btn > span {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--color1), 0 0 0 var(--black);
  transition: text-shadow .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.btn::before,
.btn::after {
  content: '';
  display: block;
  width: 3em;
  aspect-ratio: 3 / 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20625%20260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fb637e%22%3E%3Cpath%20d%3D%22m195%20260c-15.39-111.43-27.86-119.74-195-130%20167.14-10.26%20179.61-18.57%20195-130%2015.39%20111.43%2027.86%20119.74%20195%20130-167.14%2010.26-179.61%2018.57-195%20130z%22%2F%3E%3Cpath%20d%3D%22m505%20210c-9.47-68.57-17.14-73.69-120-80%20102.86-6.31%20110.53-11.43%20120-80%209.47%2068.57%2017.14%2073.69%20120%2080-102.86%206.31-110.53%2011.43-120%2080z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-25%, calc((100% + 1px)/2));
}
.btn::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20300%20200%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%20200%20300-100-300-100s70%2069.48%2070%20100-70%20100-70%20100z%22%20fill%3D%22%23fb637e%22%2F%3E%3C%2Fsvg%3E');
  width: 1.25em;
  left: 100%;
  transform: translate(-50%, calc((100% + 1px)/2));
}
.btn:hover > span,
a:hover .btn > span {
  text-shadow: 0 0 0 var(--color1), 0 1.5em 0 var(--black);
}



.link-text {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  width: auto;
  text-align: center;
  font-family: var(--gothic);
  font-size: .813em;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .04em;
  padding: .5em 0;
  color: var(--black);
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  transition: border-bottom .2s;
}
.link-text::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color1);
  position: absolute;
  top: 100%;
  left: 0;
}
.link-text svg {
  width: .9em;
  height: .9em;
  object-fit: contain;
  fill: currentColor;
  transition: fill .2s;
}

.link-text:hover::after {
  animation: blink .3s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}
.link-text:hover svg {
  fill: var(--color1);
}


.more {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  width: auto;
  text-align: center;
  font-family: var(--font-cond);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  padding: .5em 1em;
  background: var(--black);
  color: var(--white);
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
  transition: border-bottom .2s;
}
.more > span {
  display: block;
  position: relative;
  z-index: 1;
}
.more::before {
  content: '';
  display: block;
  background-image: linear-gradient(var(--color1), var(--color1));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: background-size 0.3s;
  position: absolute;
  inset: 0;
}
.more:hover::before {
  background-position: bottom left;
  background-size: 100% 100%;
}

/* ==========================================================================
   Page header
========================================================================== */
.headline {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  position: relative;
}
.headline .en_ttl,
.headline .font1 {
  font-family: var(--font1);
  line-height: 1;
  font-weight: 700;
}
.headline sub {
  color: var(--gray);
  align-self: center;
}


.page-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: .75rem;
}
.page-header .en_ttl {
  font-family: var(--font1);
  line-height: 1;
  font-weight: 700;
}



/* ==========================================================================
   MV
========================================================================== */
.mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--section-gy) 0;
  position: relative;
}
.mv:has(.mv-video)::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 16.84%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
._full-screen {
  height: 100svh;
}
.mv .mv-video {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.mv .mv-video video {
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-video .mv-logo {
  height: var(--header-height);
  position: absolute;
  top: 3%;
  right: 0;
  left: 0;
  pointer-events: none;
}
.mv .mv-video .mv-logo img {
  display: block;
  margin-right: auto;
  height: 100%;
  object-fit: contain;
}

.mv .mv-inner {
  padding-bottom: 3rem;
}
.mv .mv-inner img.logo {
  width: min(90%, 60rem);
  height: calc(100svh - 18rem);
  object-fit: contain;
}

.mv:has(.mv-video) {
  background: var(--black);
  color: var(--white);
}
.mv:has(.mv-video) .mv-inner {
  display: none;
}



.mv a.big-text-link {
  display: inline-block;
}
.mv a.big-text-link .btn {
  letter-spacing: .08em;
}
.mv a.big-text-link:hover {
  color: var(--color1);
}


.scroll-down {
  display: inline-block;
  width: 8rem;
  height: 3rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
}
.scroll-down span {
  display: inline-block;
  font-family: var(--font1);
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 3;
  text-decoration: none;
  color: currentColor;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down:before {
  content: "";
  width: 1px;
  height: 100%;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color1);
  animation:
    down 1.6s ease-in-out infinite,
    fadeout 1.6s ease-out infinite;
}


.to-right-animetion {
  animation:
    toRight 1.6s ease-in-out infinite alternate-reverse;
}


/* ==========================================================================
   Meta
========================================================================== */
.meta {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  font-weight: 700;
  color: var(--color1);
}
.meta time {
  display: block;
  font-family: var(--font-cond);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--black);
}
.meta .category .cat {
  display: block;
  font-family: var(--font1);
  font-weight: 600;
  letter-spacing: .04em;
}
.meta .notes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: .5rem;
  letter-spacing: .04em;
}
.meta .note {
  font-size: .813rem;
  letter-spacing: .04em;
}


.date-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: var(--font-cond);
  font-weight: 500;
  line-height: 1;
}
.date-box .y {
  letter-spacing: -.02em;
  color: var(--black);
}
.date-box .md {
  font-size: 2.5em;
  letter-spacing: -.02em;
  margin-bottom: .1em;
  color: var(--color1);
  transform: translateX(-.05em);
}
.date-box .d {
  color: var(--color1);
}
@media (min-width: 768px) {
  .date-box {
    font-size: 1.25em;
    line-height: .8;
  }
  .date-box .md {
    font-size: 3.5em;
  }
}

.badge {
  background: var(--color1);
  color: var(--white);
  font-family: var(--font-cond);
  font-weight: 500;
  line-height: 1;
  padding: .125em .5em;
}


/* ==========================================================================
   List
========================================================================== */
ul.row,
ol.row,
.lists {
  list-style-type: none;
}
.lists .list {
  line-height: 1.5;
  border-top: 1px dotted var(--color1);
}
.lists li:last-of-type .list {
  border-bottom: 1px dotted var(--color1);
}
.lists .list {
  display: block;
}
.lists .list .list-inner {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1.25rem 0;
  position: relative;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.lists .list .list-inner .cont {
  flex-basis: 100%;
}
.lists .list .cont .meta {
  margin-bottom: .5em;
  color: var(--color1);
}
.lists .list .ttl {
  font-weight: 600;
  line-height: 1.5;
}
.list small {
  margin: .5em 0 0;
}
.lists .list:hover .list-inner {
  transform: translateX(1.5rem);
}


.lists .list .list-inner:has(.date-box) {
  flex-direction: row;
  gap: 1.5rem;
}
.lists .list .list-inner:has(.date-box) > .meta {
  width: max(11em,15%);
  border-right: 1px dotted var(--color1);
  align-items: flex-start;
}


@media (min-width: 768px) {
  .lists .list .list-inner {
    flex-direction: row;
    gap: 2rem!important;
    padding: .75rem 0;
  }
  .lists .list .list-inner > .meta {
    width: max(14em,15%);
    padding: .75rem 0;
    gap: 2rem;
  }
  .lists .list .list-inner > .meta:has(.category) {
    width: max(14em,25%);
  }
  .lists .list .list-inner > .meta > * {
    flex-basis: 100%;
  }
  .lists .list .list-inner > .meta time {
    padding: 1.25em 0;
    border-right: 1px dotted var(--color1);
  }
  .lists .list .list-inner > .meta .category {
    flex-basis: 50%;
    text-align: center;
  }
  .lists .list .cont .meta {
    margin-bottom: .75em;
  }
  .lists .list .list-inner .cont {
    align-self: center;
  }
}



/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.card-img {
  aspect-ratio: 4/5;
  position: relative;
}
.card-img::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid var(--color1);
  transition: .2s cubic-bezier(0.76, 0, 0.24, 1);
}
.card-img._jacket::before {
  border: none;
}
.card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .name {
  margin-top: .5rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.card-meta {
  font-size: 0.857em;
  line-height: 1.5;
}
.card .en_ttl {
  font-family: var(--font-cond);
  font-weight: 600;
  line-height: 1.5;
}
.card p {
  font-size: .923em;
  line-height: 1.5;
  margin: 0;
}
a.card:hover {
  color: var(--color1);
}
.card:hover .card-img::before {
  box-shadow: rgba(251, 99, 126, 0.25) 0px 0px 0px 0.25rem;
}



/* ==========================================================================
   Profile
========================================================================== */
.profile.profile-box {
  background: var(--white);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  border-radius: .75rem;
  padding: max(1.5rem, 4%);
}
.profile .profile-photo {
  height: 100%;
  position: relative;
}
.profile .profile-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.profile .profile-cont {
  display: grid;
  grid-template-rows: max-content max-content; 
  grid-template-columns: 1fr 13.5em;
  gap: 1.5rem; 
  grid-template-areas: 
    "a a"
    "b c";
  .grid-a { grid-area: a; }
  .grid-b { grid-area: b; }
  .grid-c { grid-area: c; }
}
.profile .profile-cont .name {
  font-weight: 800;
}
.profile .social-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
  row-gap: .5rem;
}
.profile .social-links a {
  display: flex;
  align-items: center;
  gap: .25em;
  font-size: .813rem;
  font-weight: 600;
}
.profile .social-links a svg {
  width: 1.375em;
  height: 1.375em;
}
.profile .social-links a:hover {
  color: var(--color1);
}

@media (min-width: 576px) {
  .profile .profile-cont {
    grid-template-rows: max-content 1fr; 
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
      "a c"
      "b c";
  }
}
@media (min-width: 768px) {
  .profile .profile-cont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .profile .hr {
    margin-top: 2.5vw!important;
    margin-bottom: 2.5vw!important;
  }
}




@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: var(--header-height);
  }
}


/* ==============
   Detail
================= */
dl.detail {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.25;
}
dl.detail dt {
  flex: 0 0 7.5rem;
  font-family: var(--font-cond);
  font-weight: 600;
  color: var(--color1);

  display: flex;
  gap: .25em;
  margin-bottom: .5em;
}
dl.detail dt svg {
  display: block;
  width: 1.125em;
  height: 1.125em;
}
dl.detail dd {
  flex: 0 0 calc(100% - 7.5rem);
  margin-bottom: .5em;
}


/* ==============
   Comments
================= */
.comments {
  --bs-gutter-x: .75rem;
}
.comments .item {
  display: flex;
  gap: .75rem;
  padding: 1rem 0;
  position: relative;
}
.comments li:not(:last-child) .item {
  border-bottom: 1px solid var(--border1);
}
.comments .item .head {
  flex: 0 0 min(6em, 27.5%);
  display: block;
  text-align: center;
}
.comments .item .head .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: .25rem;
  position: relative;
}
.comments .item .head .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}
.comments .item .head .img::before {
  content: '';
  display: block;
  width: calc(100% - .5rem);
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1px solid var(--color1);
  transition: .2s cubic-bezier(0.76, 0, 0.24, 1);
}
.comments .item .head .name {
  color: var(--color1);
  margin-top: .25rem;
  position: relative;
  z-index: 2;
  opacity: .75;
  transition: opacity .2s;
}
.comments .item .head:hover .img::before {
  box-shadow: rgba(251, 99, 126, 0.25) 0px 0px 0px 0.25rem;
}
.comments .item .head:hover .name {
  opacity: 1;
}
.comments .item .say {
  flex-basis: 100%;
  align-self: center;
}


@media (min-width: 768px) {
  .comments .item {
    display: block;
    border: 1px solid var(--border1);
    border-radius: .25rem;
    height: calc(100% - 2.5rem);
    padding: 1rem;
    margin-top: 2.5rem;
  }
  .comments .item .head {
    margin-top: -4rem;
    margin-bottom: .5rem;
  }
  .comments .item .head .img {
    width: 6rem;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .comments .item {
    height: calc(100% - (2.5rem + 1vw));
    margin-top: calc(2.5rem + 1vw);
  }
}


/* ==========================================================================
   Slider
========================================================================== */
.slider-wrapper {
  position: relative;
  z-index: 5;
}

.splide__slide a {
  display: block;
}

.auto-slider .splide__slide a {
  transform: scale(.92);
}
.auto-slider .splide__slide a:hover {
  transform: scale(1);
}


.splide__controller {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  position: absolute;
  top: 100%;
}
.splide__controller .splide__pagination {
  position: static;
}
.splide__controller .splide__arrows {
  display: flex;
  position: static;
}
.splide__controller .splide__arrow {
  transform: translateY(0);
  position: static;
}


.splide__pagination {
  top: calc(100% + .5rem);
  display: flex;
  align-items: center;
}
.splide__pagination__page {
  width: 4px;
  height: 4px;
  margin: 6px;
  background: var(--color1);
  opacity: 1;
}
.splide__pagination__page.is-active {
  background: var(--color1);
}

.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.splide__arrow {
  background: transparent;
  color: var(--color1);
}
.splide__arrow svg {
  fill: currentColor;
  height: .8em;
  width: .8em;
}


.splide__pagination--ttb {
  top: 0;
  right: 1em;
  justify-content: flex-end;
}
.splide__pagination--ttb .splide__pagination__page {

}

/* ==========================================================================
   YouTube
========================================================================== */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}


/* ==========================================================================
   Box
========================================================================== */
.box {
  padding: max(2.5rem, 4%);
  border: 1px dotted var(--color1);
}



/* ==========================================================================
   Archive
========================================================================== */
.archive-menu:has(.tabs) {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.archive-menu .tabs {
  list-style-type: none;
  display: flex;
  justify-content: center;
  column-gap: 1.75em;
  row-gap: .5em;
  font-family: var(--font-cond);
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}
.archive-menu .tabs a {
  display: block;
  padding: .5em .25em;
  background-image: linear-gradient(var(--color1), var(--color1));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 3px;
  transition: background-size .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.archive-menu .tabs .active a,
.archive-menu .tabs a:hover {
  background-position: bottom left;
  background-size: 100% 3px;
}

/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination {
  text-align: center;
  font-family: var(--font1);
}
.pagination ul {
  display: flex;
  justify-content: center;
  column-gap: 2%;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.pagination li .page-numbers:not(.current):not(.next):not(.prev) {
  opacity: .5;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
  opacity: 1;
}
.pagination li .page-numbers.current {
  cursor: default;
}

.pagination li .page-numbers.prev {
  padding-left: 1.125em;
  color: var(--color1);
}
.pagination li .page-numbers.next {
  padding-right: 1.125em;
  color: var(--color1);
}
.pagination li .page-numbers.prev::after,
.pagination li .page-numbers.next::after {
  content: '';
  display: block;
  width: .75em;
  height: .75em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}
.pagination li .page-numbers.prev::after {
  transform: scale(-1,1) translateY(-50%);
  left: 0;
  right: auto;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav li a:not(.btn) {
  display: inline-block;
  margin: 1em 0;
}


/* ==========================================================================
   Color
========================================================================== */
.bg-l-gray { background: var(--l-gray); }
.bg-color1 { background: var(--color1); color: var(--white); }

.white { color: var(--white); }
.black { color: var(--black); }
.gray { color: var(--gray); }
.color1 { color: var(--color1); }
.color2 { color: var(--color2); }


/* ==========================================================================
   Form
========================================================================== */
input[type="text"], input[type="search"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 1em;
  color: inherit;
  max-width: 100%;
  transition: border 0.2s ease-out;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--gray);
}
input[type="text"], input[type="search"] {
  width: 100%;
  height: 48px;
  padding: 0 1em;
}
button.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: none;
  background: var(--color2);
  color: var(--white);
}
::placeholder {
  color: #dee2e6;
}


/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after, a:visited:after { content: " (" attr(href) ")"; }
  a abbr[title]:after, a:visited abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav { display: none; }
}

