@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);

body {
  background-color: var(--color_bg);
}
#body_wrap {
  user-select: none
}

p {
  line-height: 2;
  letter-spacing: .05em;
}

.l-content {
  margin: 0 auto;
  padding-top: 2em;
  position: relative;
  z-index: 1;
  padding-bottom: 6em;
}

[class*="page-numbers"] {
  background-color: #dedede22
}

[class*=page-numbers].current, [class*=page-numbers]:hover {
  background-color: #fffd;
  color: var(--color_text)
}

.c-shareBtns__item.-facebook, .c-shareBtns__item.-twitter, .c-shareBtns__item.-hatebu, .c-shareBtns__item.-pocket, .c-shareBtns__item.-pinterest, .c-shareBtns__item.-line {
  color: var(--color_main)
}

.c-fixBtn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff
}

.p-postList.-type-thumb .p-postList__item {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  opacity: .4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.p-postList.-type-thumb .p-postList__item:hover {
  opacity: 1
}

.p-postList__thumb:before {
  background: transparent;
  z-index: 0
}

.p-postList.-type-thumb .p-postList__body {
  background: transparent;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; /* あとで0に戻す */
  overflow: hidden
}

.p-postList.-type-thumb .p-postList__body:hover {
  opacity: 1
}

.p-postList.-type-thumb .p-postList__body .p-postList__title {
  letter-spacing: .05em;
  background-color: rgba(var(--rgb-color_title_bg), .6);
  padding: .2em .4em
}

.p-postList.-type-thumb .p-postList__meta {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: .2em;
  padding: .6em
}

.icon-posted:before {
  content: ""
}

.l-header {
  background: transparent;
  margin-top: 2em
}

@media (min-width:960px) {
  .-parallel-bottom .l-header__inner {
    padding-top: 0
  }
}

.l-header__gnav {
  display: none!important
}

.p-spMenu, .p-spMenu__inner, .p-spMenu__overlay, .p-spMenu__closeBtn, .c-widget__title.-spmenu {
  display: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.p-spMenu__inner {
  width: 100vw
}

.p-spMenu__inner::before {
  background: transparent
}

.-right .p-spMenu__inner {
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-top: 0
}

.p-spMenu__body {
  padding: 0
}

.menu {
  height: 20px;
  position: fixed;
  right: 40px;
  top: 20px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  user-select: none;
  mix-blend-mode: difference
}

@media (max-width:599px) {
  .menu {
    height: 20px;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 26px
  }
}

.menu__line {
  background: var(--color_bg);
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%
}

.menu__line--center {
  top: 9px
}

.menu__line--bottom {
  bottom: 0
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg)
}

.menu__line--center.active {
  transform: scaleX(0)
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg)
}

.p-spMenu__body {
  background: rgba(0, 0, 0, .8);
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98
}

.p-spMenu__nav {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%
}

.menu-item {
  margin: 40px 0
}

.menu-item a {
  color: #fff;
  font-size: 2em;
  padding: 1em;
  text-decoration: none;
  transition: .5s;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: .2em
}

.menu-item a:hover {
  color: #666
}

.c-spnav {
  text-align: center
}

.c-spnav a {
  border-bottom: 0 solid var(--color_border)
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
  content: none
}

.c-listMenu a:hover {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0
}

.p-spMenu__bottom {
  margin-top: 5em
}

.w-beforeFooter {
  color: var(--color_footer_text);
  margin: 0 auto;
  background-color: var(--color_footer_bg);
  padding: 2em 0;
}

.c-widget__title.-profile {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: .15em;
  padding: 0;
  margin-bottom: 1em
}

.p-profileBox {
  border: 0 solid var(--color_border)
}