:root {
  --swl-font_weight: 600;
  --postList-op: 0.6;
}
p {
  line-height: 2.2;
}
.p-postList.-type-thumb .p-postList__item {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  opacity: var(--postList-op);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px;
}
.p-postList__link {
  box-shadow: 0px 0px 0 2px #000;
}
.p-postList.-type-thumb .p-postList__item:hover,
.p-postList.-type-thumb .p-postList__item.elm-fadeIn:hover {
  opacity: 1!important;
}
.p-postList.-type-thumb .p-postList__item .p-postList__body.hover,
.p-postList.-type-thumb .p-postList__item.elm-fadeIn .p-postList__body.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: space-between;
	-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;
	overflow: hidden;
}
.p-postList.-type-thumb .p-postList__body:hover{
  opacity: 1;
}
.p-postList.-type-thumb .p-postList__body .p-postList__title {
  letter-spacing: 0.05em;
  background-color: rgba(var(--rgb-color_main),0.6);
  padding: 0.2em 0.4em;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-postList.-type-thumb .p-postList__meta {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.2em;
  padding: 0.6em;
  width: 100%;
  position: absolute;
  bottom: 0;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.icon-posted:before {
  content: "";
}
.c-postTimes__modified, .c-postTimes__posted {
  font-weight: 500;
}
.p-postList.-type-thumb .p-postList__meta .c-postAuthor__name {
  display: none;
}
.p-postList.-type-thumb .p-postList__meta .c-postAuthor__figure {
  border-radius: 50%;
  height: 2em;
  margin-left: 1px;
  margin-right: 0.25em;
  overflow: hidden;
  width: 2em;
  background: #fff;
}
.-series .l-header__logo {
  padding: 0 10px 0 0;
  margin-right: auto;
  margin-left: auto;
}
.-series .c-headLogo {
  display: flex;
  align-items: center;
  column-gap: 3%;
  margin-right: 0;
  justify-content: center;
}
.logo__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #000!important;
  stroke: none;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[class*="logo-"] {
  height: 52px;
}
.c-headLogo__link {
  width: 180px;
  display: flex;
  align-items: center;
  font: 300 12px/1.4 "Bebas Neue";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.17em;
  text-decoration: none;
}
.logo__text {
  -webkit-animation: rotateReverse normal infinite 20s linear;
  animation: rotateReverse normal infinite 20s linear;
  transform-origin: 50% 50%;
}
.c-headLogo__link:hover .logo__text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.obj1 {
  transform-origin: 90px 85px;
  transition: transform .25s;
}
.obj2 {
  transform-origin: 115px 85px;
  transition: transform .25s;
}
.c-headLogo__link:hover .obj1 {
  transform: rotate(-45deg);
}
.c-headLogo__link:hover .obj2 {
  transform: rotate(45deg);
}
@-webkit-keyframes rotateReverse {to {transform: rotate(-360deg)}}
@keyframes rotateReverse {to {transform: rotate(-360deg)}}

.l-header {
    position: fixed!important;
    background: transparent;
}
.l-header .l-container {
  max-width: 100%!important;
}
nav#gnav {
  display: none;
}
@media (min-width: 600px) {
  .l-header__menuBtn.sp_ {
    display: block!important;
  }
  .-series .l-header__inner {
    align-items: stretch;
  }
  .p-spMenu {
    display: block;
  }
}
.p-spMenu__closeBtn .c-iconBtn__icon, .l-header__menuBtn .c-iconBtn__icon {
  scale: 1.2;
}
.p-spMenu__inner {
	--color_menu_text: #fff;
	--color_menu_bg: rgba(0, 0, 0, .8);
  width: 100vw;
}
.p-spMenu__overlay {
  background: transparent;
}
.-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  transition: opacity .45s;
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.p-spMenu__bottom ul.-list-flex {
  list-style: none;
  column-gap: 2em;
  max-width: 600px;
  display: flex;
  justify-content: center;
  padding-bottom: 2em!important;
  padding-left: 0;
}
.p-spMenu__bottom ul.-list-flex a {
  background-image: linear-gradient(90deg, #fff, #fff);
  padding-bottom: 0.5em;
}
.p-spMenu__body {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--color_menu_text);
  row-gap: 2em;
}
@media (max-width: 599px) {
  .p-spMenu__body {
    font-size: 5vw;
  }
}
.c-widget__title.-spmenu {
  display: none;  
}
.c-spnav a {
  border-bottom: none;
}
.c-gnav .sub-menu a:before, .c-listMenu a:before {
  content: none;
}
.p-spMenu__inner a {
  padding: 1em 0;
  text-align: center;
  transition: transform .5s;
}
.p-spMenu__inner a:not(.c-footerLogo__link):hover {
  padding-left: inherit;
  padding-right: inherit;
  background-color: inherit;
  transform: scale(1.1)
}
.c-iconBtn {
  color: var(--color_menu_text);
  height: var(--logo_size_sp);
  width: var(--logo_size_sp);
}
@media (min-width: 960px) {
  .-right .p-spMenu__closeBtn {
    right: var(--swl-pad_container,0);
    height: var(--logo_size_pc);
  }
}
[class*="page-numbers"] {
  background-color: #dedede22;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
  background-color: #ffffffdd;
  color: var(--color_text);
}
.c-fixBtn {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
}
.c-shareBtns__btn {
  border: var(--border02);
}
.c-shareBtns__item.-facebook, .c-shareBtns__item.-twitter, .c-shareBtns__item.-hatebu, .c-shareBtns__item.-pocket, .c-shareBtns__item.-pinterest, .c-shareBtns__item.-line, .c-shareBtns__item.-copy {
  color: var(--color_main);
}
.-fix .c-shareBtns__btn:not(:hover) {
  background: transparent;
}
.c-copyedPoppup {
  color: var(--color_main);
}
.post_content a:not(.c-blogLink,.p-blogCard__title,.p-postList__link,.c-footerLogo__link,.wp-block-social-link-anchor) {
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--color_link), var(--color_link));
  background-repeat: no-repeat;
  background-position: left bottom; 
  background-size: 0 2px;
  transition: background-size 0.5s;
}
.post_content a:not(.c-blogLink,.p-blogCard__title,.p-postList__link,.c-footerLogo__link,.wp-block-social-link-anchor)[target="_blank"]::after {
  --the-icon-svg: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjFlbSIgd2lkdGg9IjFlbSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBhcmlhLWhpZGRlbj0idHJ1ZSIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xOCAxM3Y2YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjhhMiAyIDAgMCAxIDItMmg2Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMTUgMyAyMSAzIDIxIDkiPjwvcG9seWxpbmU+PGxpbmUgeDE9IjEwIiB5MT0iMTQiIHgyPSIyMSIgeTI9IjMiPjwvbGluZT48L3N2Zz4=);
  content: var(--the-icon-svg);
  display: inline-block;
  background: currentColor;
  -webkit-mask-image: var(--the-icon-svg);
  mask-image: var(--the-icon-svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  max-width: 2ch;
  position: relative;
  top: -0.05em;
  margin-left: 0.1em;
  margin-right: 0.2em;
}
.post_content a:not(.c-blogLink, .p-blogCard__title, .p-postList__link, .c-footerLogo__link, .wp-block-social-link-anchor):hover {
  background-size: 100% 2px;
}
.widget_categories>ul>.cat-item>a, .wp-block-categories-list>li>a {
  padding-left: 0.5em;
  transition: padding .25s;
}
.widget_categories>ul>.cat-item>a:before, .wp-block-categories-list>li>a:before {
  content: none;
}
.widget_categories>ul>.cat-item>a:hover, .wp-block-categories-list>li>a:hover {
  padding-left: 1em;
}
.c-listMenu a {
  padding: 0.75em 1em 0.75em 0.5em;
}
.c-listMenu a:hover {
  padding-left: 1em;
}
#splash.loaded {
  animation: fade-out 0.3s ease-in-out 1.3s forwards;
}
#splash_logo.loaded {
  animation: fade-out 0.3s ease-in-out 1.0s forwards;
}
#splash {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: var(--color_main);
  text-align: center;
  top: 0;
  left: 0;
  pointer-events: none;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  transform: translate(-50%, -76.5%);
  width: 170px;
  height: 170px;
  display: inline-block;
  font: 300 12px/1.4 "Bebas Neue";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.17em;
  text-decoration: none;
}
.splash-logo__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #fff!important;
  stroke: none;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 959px) {
  #splash_logo {
    left: 49%;
    transform: translate(-50%, -64.0%); 
  }
}
@media (max-width: 599px){
  #splash_logo {
    width: 115px;
    top: 54.0svh;
  }
}
@keyframes fade-in {0% {opacity: 0}100% {opacity: 1}}
@keyframes fade-out {0% {opacity: 1}100% {opacity: 0}}
.sec-area h2.is-style-section_ttl, .sec-genre h2.is-style-section_ttl {
  color: #fff;
  font-size: 2.0em;
  margin-bottom: 4em;
}
.sec-genre .wp-block-tag-cloud {
  max-width: 900px;
  margin: 0 auto;
}
.sec-genre .tag-cloud-link {
  background-color: rgba(255, 255, 255, 0.2)!important;
  color: #fff!important;
}
.l-footer {
  --container_size: 1300px;
}
 .l-footer__foot, .l-footer__widgetArea {
  padding-bottom: 1em;
  padding-top: 3em;
}
.w-footer__box {
  position: relative;
}
.c-widget__title.-footer {
  margin-bottom: 0.5em;
}
.c-footerLogo {
  filter: invert(1);
  display: flex;
  align-items: center;
  column-gap: 3%;
  margin: auto;
  justify-content: center;
  max-width: 320px;
  padding-right: 7px;
}
.logo-set {
  filter: invert(1);
}
.c-footerLogo .logo__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #000!important;
  stroke: none;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.c-footerLogo [class*="logo-"] {
  height: 38px;
  fill: inherit;
}
.logo-txt-c {
  filter: invert();
}
@media (max-width: 599px) {
  .c-footerLogo {
    max-width: 80vw;
  }
}
.c-footerLogo__link {
  width: 150px;
  display: flex;
  align-items: center;
  font: 300 12px/1.4 "Bebas Neue";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.17em;
  text-decoration: none;
  justify-content: space-between;
}
.c-footerLogo__link:hover .obj1 {
  transform: rotate(-45deg);
}
.c-footerLogo__link:hover .obj2 {
  transform: rotate(45deg);
}
.l-footer #categories-2 {
  background-image: url(/wp-content/themes/swell_child/dev/img/tama-chizu.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 75% 90%;
}
.l-footer .c-widget__title {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.5em;
  letter-spacing: .15em;
  font-weight: 500;
}