@charset "UTF-8";

/*
Theme Name:  BLACKDIA
Theme URI: https://blackdia.info/
Description: BLACKDIA Theme
Author: 
Author URI: 
Version: 0.1
*/

/* font NotoSansCJKjp
-------------------------------------------------- */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 100;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Thin.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Thin.eot') format('embedded-opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Light.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Light.eot') format('embedded-opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-DemiLight.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Regular.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Medium.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Bold.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Black.woff') format('woff'), url('https://blackdia.info/wp/wp-content/themes/bd//lib/fonts/noto/NotoSansCJKjp-Black.eot') format('embedded-opentype');
  font-display: swap;
}


/* reset
-------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

p {
  line-height: 2;
}

ul, li {
  list-style-type: none;
}


/* Barba.js (transition Animation)
-------------------------------------------------- */

#container {
  transform: none !important;
}
.transition {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	pointer-events: none;
	overflow: hidden;
}

.transition .item {
	position: absolute;
	width: 100%;
	height: 100vh;
	transform: scaleY(0);
  z-index: 99999;
}
.transition .item.top {
	background: rgba(2, 3, 10, .98);
}
.transition .item.middle {
	background: rgba(2, 3, 10, 1);
}
.transition .item.bottom {
	background: rgba(2, 3, 10, 90);
}
.transition > .item:nth-child(n+4) {
	display: none;
}

.headline {
  font-size: 1.6rem;
  line-height: 1.6rem;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 138px;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
  z-index: 99;
}
.headline span {
  display: block;
  transform: translateY(30px);
  z-index: 99;
  text-transform: uppercase;
  text-align: center;
}
.headline .underline {
  margin-top: 8px;
  border-bottom: 1px solid #ffffff;
  transform: scaleX(0);
  opacity: 0;
}


/* all display
-------------------------------------------------- */

#main {
  width: 100%;
  float: left;
}


/* ----------------------------------------
* all
---------------------------------------- */

::selection {
  background: #02030a;
  color: #ffffff;
}
::-moz-selection {
  background: #02030a;
  color: #ffffff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overscroll-behavior: none;
}

body {
  color: #02030a;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #02030a;
  transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

p {
  letter-spacing: .03em;
  text-align: justify;
  line-height: 2;
}

img {
  width: 100%;
}

.pin-spacer {
  padding: auto !important;
}

.p-spacer {
  display: block;
  width: 100%;
}

.p-spacer-1 {
  height: 2vw;
}

.p-spacer-2 {
  height: 4vw;
}

.p-spacer-3 {
  height: 8vw;
}

.p-spacer-4 {
  height: 12vw;
}

.p-color-black {
  color: #02030a !important;
}

.p-color-white {
  color: #ffffff !important;
}

.b-color-black {
  background: #02030a !important;
}

.b-color-white {
  background: #ffffff !important;
}

.js-trigger {
  transition: all 0.4s ease-in-out;
}

.is-show {
  display: block !important;
  transition: all 0.4s ease-in-out;
}

.is-hide {
  opacity: 0;
  display: none;
  transition: all 0.4s ease-in-out;
}

.en {
  font-family: 'Poppins', sans-serif !important;
}

.p-text-type-1 {
  overflow: hidden;
  font-size: 7.2vw;
  white-space: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01vw;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 960px) {
  .p-text-type-1 {
    font-size: 6vw;
    font-weight: 700;
  }  
}

.home .p-text-type-1 {
  white-space: nowrap;
}

.home .kv .p-text-type-1 span {
  justify-content: flex-start;
}

.p-text-type-2 {
  font-size: 5.4vw;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .p-text-type-2 {
    font-size: 4vw;
  }
}

.p-text-type-3 {
  font-size: 4.4vw;
  font-weight: 700;
  letter-spacing: .01vw;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .p-text-type-3 {
    font-size: 3vw;
    font-weight: 700;
  }
}

.p-text-type-4 {
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
  margin: 0 auto;
}

.p-label-default, .p-labels-default {
  font-weight: 500;
  font-size: 2.8vw;
  line-height: 1;
  height: 1.84rem;
}

@media screen and (min-width: 960px) {
  .p-label-default, .p-labels-default {
    height: 6.04rem;
  }
}

.p-label {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  line-height: 0;
}

.p-label-border {
  padding: 0.05em 1em;
  box-shadow: inset 0 0 0 1px currentColor;
}

@media screen and (min-width: 960px) {
  .p-label-border {
    padding: 3.4rem 1.6rem;
    box-shadow: inset 0 0 0 1px currentColor;
  }
}

.p-works-list__preview__overlay .p-label.p-label-default.p-label-border.en {
  font-size: 3vw;
}

@media screen and (min-width: 960px) {
  .p-works-list__preview__overlay .p-label.p-label-default.p-label-border.en {
    font-size: 2vw;
  }
}

/* button */

.more {
  text-align: center;
}

.link-btn {
  border: none;
  background: none;
}

.link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.link-btn span {
  padding-bottom: 0;
}

.link-btn i {
  transform: translateX(-8px);
  transition: all 0.4s ease-in-out;
}

.link-btn:hover i {
  transform: translateX(0);
}

.link-btn:active i {
  transform: scale(0.9);
}

.hover-ani-line {
  position: relative;
  color: #02030a;
  padding-bottom: 20px;
}

.hover-ani-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #02030a;
  transform-origin: bottom right;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.link-btn:hover .hover-ani-line:after {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scroll-right {
  display: block;
  position: relative;
  width: 40px;
  padding-top: 0;
  text-align: center;
}


/* ----------------------------------------
* header
---------------------------------------- */

.header-logo {
  line-height: 0;
  position: fixed;
  width: 12vw;
  height: 12vw;
  top: 5vw;
  left: 5vw;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .header-logo {
    width: 5vw;
    height: 5vw;
    top: 2vw;
    left: 2vw;
  }
}

.header-logo a {
  display: block;
}

  .header-logo img {
    width: 12vw;
    height: 12vw;
  }

@media screen and (min-width: 960px) {
.header-logo img {
  width: 5vw;
  height: 5vw;
}
}

.header-logo .wave {
  display: block;
  position: fixed;
  width: 12vw;
  height: 12vw;
  top: 5vw;
  left: 5vw;
  border-radius: 50%;
  background-color: #0C0C0C;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  animation: Waveeffects 1.5s linear infinite;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .header-logo .wave {
    width: 5vw;
    height: 5vw;
    top: 2.5vw;
    left: 2.5vw;
  }
}

@keyframes Waveeffects {
  from {
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

.header-logo:hover .wave {
  animation: Waveeffects_h 1.1s linear infinite;
}

@media screen and (min-width: 960px) {
  .header-logo:hover .wave {}
}

@keyframes Waveeffects_h {
  from {
    opacity: 0.2;
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}


/*scroll*/

.header-scroll {
  position: fixed;
  width: 13px;
  bottom: 3.6rem;
  left: 1.4rem;
  z-index: 9;
  background-color: transparent;
  mix-blend-mode: darken;
  transition: all 0.4s ease-in-out;
  mix-blend-mode: exclusion;
}

@media screen and (min-width: 960px) {
  .header-scroll {
    bottom: 4.5vw;
    left: 4.5vw;
  }
}

.header-scroll-totop {
  display: none;
  position: fixed;
  width: 13px;
  bottom: 3.6rem;
  left: 1.4rem;
  z-index: 9;
  background-color: transparent;
  mix-blend-mode: darken;
  transition: all 0.4s ease-in-out;
  mix-blend-mode: exclusion;
}

@media screen and (min-width: 960px) {
  .header-scroll-totop {
    bottom: 4.5vw;
    left: 4.5vw;
  }
}

.header-scroll-totop a {
  text-decoration: none;
}

.header-scroll_ttl {
  color: #ffffff;
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1;
}

.header-scroll_bar {
  display: block;
  margin: 16px auto 0;
  width: .1rem;
  height: 78px;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .header-scroll_bar {
    width: .1rem;
  }
}

.header-scroll_bar:before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -24.155vw;
  right: -24.155vw;
  margin: 0 auto;
  animation: 3.4s scrollani1 ease infinite .32s;
  transform: translate(0, -50%) scale(0);
}

.header-scroll_bar:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -24.155vw;
  right: -24.155vw;
  margin: 0 auto;
  animation: 3.4s scrollani2 ease infinite .32s;
  transform: translate(0, -50%) scale(0);
}

@keyframes scrollani1 {
  0% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(.3);
  }
  5% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(.3);
  }
  75% {
    top: 100%;
    opacity: 1;
    transform: translate(0, -50%) scale(.3);
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translate(0, -50%) scale(0);
  }
}

@keyframes scrollani2 {
  0% {
    top: 0;
    transform: translate(0, -50%) scale(0);
  }
  5% {
    top: 0;
    transform: translate(0, -50%) scale(0);
  }
  75% {
    top: 100%;
    opacity: .1;
    transform: translate(0, -50%) scale(3.4);
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translate(0, -50%) scale(0);
  }
}

.header-scroll-totop .header-scroll_bar:before {
  animation: 3.2s scrollani3 ease infinite .32s;
}

.header-scroll-totop .header-scroll_bar:after {
  animation: 3.2s scrollani4 ease infinite .32s;
}

@keyframes scrollani3 {
  0% {
    top: 100%;
    opacity: 0;
    transform: translate(0, -50%) scale(.3);
  }
  5% {
    top: 100%;
    opacity: 1;
    transform: translate(0, -50%) scale(.3);
  }
  75% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(.3);
  }
  100% {
    top: 0;
    opacity: 1;
    transform: translate(0, -50%) scale(0);
  }
}

@keyframes scrollani4 {
  0% {
    top: 100%;
    opacity: 0;
  }
  5% {
    top: 100%;
  }
  75% {
    top: 0;
    opacity: .1;
    transform: translate(0, -50%) scale(3.4);
  }
  100% {
    top: 0;
    transform: translate(0, -50%) scale(0);
  }
}


/*sns*/

.header-sns {
  display: none;
  position: fixed;
  width: 13px;
  bottom: 3.6rem;
  right: 1.4rem;
  z-index: 10;
  mix-blend-mode: exclusion;
  /*background-color: transparent;
    mix-blend-mode: darken;*/
}

@media screen and (min-width: 960px) {
  .header-sns {
    display: block;
    bottom: 3.8vw;
    right: 4.5vw;
  }
}

.header-sns_ttl {
  color: #ffffff;
  writing-mode: vertical-rl;
  font-size: 1.1rem;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1;
}

.header-sns_bar {
  display: block;
  margin: 16px auto 0;
  width: .1rem;
  height: 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .header-sns_bar {
    width: .01rem;
  }
}

.header-sns .sns-list {
  text-align: center;
  margin-top: 8px;
}

.header-sns .sns-list>li {
  padding: 5px 0;
  color: #ffffff;
}

.header-sns .sns-list>li a {
  padding: 0;
  color: #ffffff;
}


/* ----------------------------------------
* menu
---------------------------------------- */


/*
.drawer {
  overflow: hidden;
}
*/

.menu-trigger {
  mix-blend-mode: exclusion;
}

.menu-trigger, .close-trigger {
  position: fixed;
  top: 3.2rem;
  right: 2rem;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  z-index: 99999;
}

@media screen and (min-width: 960px) {
  .menu-trigger, .close-trigger {
    top: 5.2rem;
    right: 3.4vw;
    width: 4.2rem;
    height: 4.2rem;
  }
}

.menu-trigger:hover .menu-trigger-bar:before, .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}

.menu-trigger:hover .close-trigger-bar:before, .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

.close-trigger {
  z-index: 5;
  top: 4rem;
}

@media screen and (min-width: 960px) {
  .close-trigger {
    z-index: 5;
    top: 5.6rem;
  }
}

.menu-trigger-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 6px;
  transform: rotate(-45deg);
  position: relative;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  mix-blend-mode: exclusion;
}

.menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgb(2, 3, 10 / .2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.menu-trigger-bar.top {
  width: 50%;
}

.menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}

.menu-trigger-bar.bottom {
  width: 50%;
  margin-left: 50%;
}

.close-trigger-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #02030a;
  position: relative;
}

.close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}

.close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: -1px;
}

.inner-container, .menu-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.inner-container.is-show, .inner-container.is-show .menu-container {
  z-index: 20;
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-container {
  position: fixed;
}

.inner-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 700%;
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.inner-container.is-show::before {
  width: 250%;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
}

.inner-container .menu {
  display: block;
  width: 100%;
  opacity: 0;
}

.inner-container.is-show .menu {
  opacity: 1;
}

.menu li {
  text-align: left;
  display: block;
}

.menu a {
  text-decoration: none;
  display: inline-flex;
  padding: 1rem 0;
  position: relative;
}

.menu a .hover-ani-line:after {
  width: 100%;
}

.menu .current-menu-item a,
.menu .current-menu-item a span {
  cursor: default;
  color: rgba(2, 3, 10, .1);
  background-image: linear-gradient(#02030a, #02030a);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
}

.menu .current-menu-item .link-btn:hover .hover-ani-line:after {
  display: none;
}

/* ----------------------------------------
* kv
---------------------------------------- */

.kv {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.kv .image {
  position: relative;
  width: 100vw;
  height: calc(100vh + 200px);
  margin-top: -200px;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.p-cmn-container {
  position: relative;
  transition: all 0.4s ease-in-out;
}

.p-cmn-container__title {
  content: "";
  display: block;
  overflow: hidden;
  text-align: center;
}

.kv .p-title-container {
  text-align: center;
}

.kv .p-title-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmn-kv {
  width: 100vw;
  height: auto;
}

@media screen and (min-width: 960px) {
  .cmn-kv {
    height: 100vh;
  }
}

.cmn-kv-image {
  width: 100vw;
  height: auto;
  /*height: calc(100vh - 9.2vw);*/
  overflow: hidden;
}

.cmn-kv-image img {
  max-width: 100vw;
  vertical-align: middle;
  border: 0;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 960px) {
  .cmn-kv-image img {
    max-width: 100vw;
    height: calc(100vh - 8.2vw);
  }
}

.cmn-kv .p-cmn-container__title {
  position: relative;
  width: 100%;
  top: calc(-9.7vw / 2);
  left: 0;
  overflow: visible;
  padding-left: 10vw;
  padding-right: 10vw;
  height: auto;
  text-align: left;
}

.cmn-kv .p-cmn-container__title .p-text-type-1 {
  background: -webkit-linear-gradient(#02030a 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmn-kv .p-cmn-container__title .p-text-type-1,
.cmn-kv .p-cmn-container__title .p-text-type-4 {
  text-transform: initial;
  line-height: 1.4;
}
.cmn-kv .p-cmn-container__title .p-text-type-4 {
  font-weight: normal;
}



/* ----------------------------------------
* footer
---------------------------------------- */

footer {
}

.p-2cols-cta-horizon-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  z-index: 2;
}

.p-2cols-cta-vertical-line {
  position: relative;
  width: auto;
  height: 1px;
  background-color: currentColor;
  z-index: 2;
}

@media screen and (min-width: 960px) {
  .p-2cols-cta-vertical-line {
    width: 1px;
    height: auto;
  }
}

.p-2cols-cta {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}

@media screen and (min-width: 960px) {
  .p-2cols-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }
}

.p-2cols-cta__cta {
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}

@media screen and (min-width: 960px) {
  .p-2cols-cta__cta {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.footer-copy {
  text-align: center;
  font-size: 1.2rem;
}


/* ----------------------------------------
* content
---------------------------------------- */

#content {
  content: "";
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: visible;
  background: #ffffff;
}

#content .wp-caption {}

.p-center-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.p-center-content {
  text-align: center;
}


/* ----------------------------------------
* main
---------------------------------------- */

.p-wrap-small {
  width: 80vw;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .p-wrap-small {
    width: 80vw;
    margin: 0 auto;
  }
}


/* ----------------------------------------
* archive
---------------------------------------- */

.p-works-list__preview {
  display: block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 16px 46px 4px rgb(2 3 10 / 3%);
}

.p-works-list__preview:hover, .p-works-list__preview:active {
  box-shadow: none;
}

.p-works-list__preview .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.p-works-list__preview .overlay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)/*rotate(45deg)*/
  ;
  transition: all 0.4s ease-in-out;
}

.p-works-list__preview:hover .overlay::before, .p-works-list__preview:active .overlay::before {
  transform: translate(-50%, -50%)/*rotate(45deg)*/
  ;
  width: 150%;
  color: #ffffff;
  background: rgb(2 3 10 / 50%);
}

.p-works-list__preview .p-works-list__preview__overlay {
  transition: all 0.4s ease-in-out;
}

.p-works-list__preview:hover .p-works-list__preview__overlay, .p-works-list__preview:active .p-works-list__preview__overlay {
  transition: all 0.4s ease-in-out;
  color: #ffffff !important;
}
.p-works-list__preview picture img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  }
.p-works-list__preview:hover picture img {
-webkit-transform: scale(1.02);
transform: scale(1.02);
transition: all 0.4s ease-in-out;
}

.p-works-list__preview .overlay .plus-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 10vw;
  height: 10vw;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transform: translateY(-40%) translateX(-50%);
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 960px) {
.p-works-list__preview .overlay .plus-minus {
  width: 5vw;
  height: 5vw;
}
}
.p-works-list__preview:hover .plus-minus, .p-works-list__preview:active .plus-minus {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.plus-minus:focus {
  outline: none;
}

.plus-minus:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.p-works-list__preview .overlay .plus-minus span {
  position: absolute;
  display: inline-block;
  width: 2.5vw;
  height: 2px;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: rotate(0deg);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 960px) {
.p-works-list__preview .overlay .plus-minus span {
  width: 1.5vw;
}
}
.p-works-list__preview .overlay .plus-minus span:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  width: 2px;
  height: 2.5vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 960px) {
.p-works-list__preview .overlay .plus-minus span:after {
  height: 1.5vw;
}
}
.p-picture {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-picture-landscape {
  height: 0;
  padding-bottom: 60%;
}

.p-picture-innner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.s-img-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-works-list__preview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem;
  z-index: 1;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 960px) {
  .p-works-list__preview__overlay {
    padding: 6rem;
  }
}

.s-clients__grid, .p-works-list__preview__overlay {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* ----------------------------------------
* service
---------------------------------------- */

/* Category Section */
.m-categorySection {
}

.m-container {
  margin: 0 auto;
}

.m-cardGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

/* Default to 1 column (for small screens) */
.m-card {
  overflow: hidden;
  width: 100%; /* Full width for small screens */
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
}

.m-card a {
  text-decoration: none;
  color: inherit;
}

.m-card_img {
  position: relative;
}

.m-card_imgWrapper {
  overflow: hidden;
}

.m-card_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.m-card:hover .m-card_img img {
  transform: scale(1.05);
}

.m-card_body {
  padding: 15px;
}

.m-card_meta {
  margin-bottom: 10px;
}

.m-card_badge {
  background: #02030a;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
}

.m-card_text {
  font-size: 16px;
  margin: 0;
}

.m-card {
  box-shadow: 8px 8px 0px #02030a;
}

.m-card:hover {
  box-shadow: none;
}

/* Media query for larger screens (960px and above) */
@media screen and (min-width: 960px) {
  .m-card {
    width: calc(50% - 20px); /* Two cards per row with gap */
  }
}

/* ----------------------------------------
* post-loop-wrap
---------------------------------------- */

/* Container for the posts */
.post-loop-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Each post item styling */
.post-loop-wrap .post-item {
  background-color: #fff;
  border: 1px solid #02030a;
  border-radius: 8px;
  overflow: hidden;
  width: calc(33.333% - 20px); /* 3 posts per row with gap */
  box-sizing: border-box;
}

.post-loop-wrap article {
  width: 100%;
  border-bottom: 1px solid #02030a;
}

.post-loop-wrap .post-content {
  padding: 20px;
}

.post-loop-wrap .post-header {
  margin-bottom: 20px;
}

.post-loop-wrap .post-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 15px;
}

.post-loop-wrap .post-meta li {
  font-size: 14px;
}

.post-loop-wrap .post-meta .date {
}

.post-loop-wrap .post-meta .category a {
  text-decoration: none;
}

.post-loop-wrap .post-title {
  margin: 0;
  font-size: 18px;
}

.post-loop-wrap .post-title a {
  text-decoration: none;
}

.post-loop-wrap .post-title a:hover {
  text-decoration: underline;
}

/* Pagination styling */
.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination a,
.pagination .current {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pagination a.inactive {
  color: #007bff;
}

.pagination .current {
  background-color: #007bff;
  color: #fff;
}

/* ----------------------------------------
* pagination
---------------------------------------- */

.archive-pagination {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-pagination .current, .archive-pagination a {
  width: 6rem;
  height: 6rem;
  line-height: 1;
  display: flex;
  border: solid 1px #02030a;
  color: #02030a;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0.8rem;
  justify-content: center;
  align-items: center;
}

.archive-pagination .current {
  color: #ffffff;
  background-color: #02030a;
  border: solid 1px #02030a;
}

.archive-pagination a:hover {
  color: #ffffff;
  background-color: #02030a;
  border: solid 1px #02030a;
}

.prev-link {
  display: none;
  position: fixed;
  left: -.1vw;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 10vw;
  z-index: 10;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  mix-blend-mode: exclusion;
}

.prev-link:after {
  content: "";
  position: absolute;
  top: 50%;
  /*left: -10vw;*/
  width: 4vw;
  display: block;
  height: 1px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  mix-blend-mode: exclusion;
}

.prev-link:hover:after {
  left: 2vw;
}

.prev-link .pagination-bg {
  left: -10vw;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
}

.prev-link:hover .pagination-bg {
  left: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.next-link {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 10vw;
  z-index: 10;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  mix-blend-mode: exclusion;
}

.next-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4vw;
  width: 4vw;
  display: block;
  height: 1px;
  background: #ffffff;
  mix-blend-mode: exclusion;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
}

.prev-link:hover, .next-link:hover {
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  -o-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  text-decoration: none;
}

.next-link:hover:after {
  right: -2vw;
}

.pagination-bg {
  z-index: -1;
  width: 10.1vw;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff;
}

.next-link .pagination-bg {
  right: -10.1vw;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
}

.next-link:hover .pagination-bg {
  right: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prev-link a, .next-link a {
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  letter-spacing: 0.1rem;
  padding: 0;
  margin: 0;
}

.prev-text, .next-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  mix-blend-mode: exclusion;
  z-index: 9;
}

.prev-link:hover .prev-text, .next-link:hover .next-text {
  letter-spacing: 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  transition: all 0.6s cubic-bezier(0.55, 0.04, 0.2, 0.9);
  mix-blend-mode: exclusion;
}


/* ----------------------------------------
* form
---------------------------------------- */

/* iOS zoom off*/
select {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  transform: scale(calc(16 / 16));
}

/* Chrome off*/
*:focus {
  outline: none;
}

.form_input {
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 960px) {
  .form_input {
    margin-bottom: 3.2rem;
  }
}

/* inputの影と角丸を消すCSS */
form input[type=text], form input[type=email], form input[type=url], form input[type=tel], form input[type=number], form input[type=date], form textarea, textarea, .select {
  -webkit-appearance: none;
  border-radius: 0;
}

form input[type=text], form input[type=email], form input[type=url], form input[type=tel], form input[type=number], form input[type=date], form textarea, textarea, .select {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-bottom: solid 1px #e2e6ea;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.6rem;
  position: relative;
  z-index: 10;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 960px) {
  form input[type=text], form input[type=email], form input[type=url], form input[type=tel], form input[type=number], form input[type=date], form textarea, textarea, .select {
    padding: 3.2rem;
  }
}

.form_input input[type=text]:focus,
.form_input textarea:focus {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.4s ease-in-out;
}
.form_input input[type=text]:focus ~ .input-border,
.form_input textarea:focus ~ .input-border {
  background-color: #ffffff;
}
.form_input .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.form_input .input-border:before, .form_input .input-border:after {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  transition: 0.3s ease-in-out all;
}
.form_input .input-border:after {
  display: none;
}
.form_input.circle input[type=text]:focus ~ .input-border:first-of-type:before,
.form_input.circle textarea:focus ~ .input-border:first-of-type:before {
  transition: 0.15s ease-in-out all;
  transition-delay: 0.3s;
  width: 100%;
}
.form_input.circle input[type=text]:focus ~ .input-border:first-of-type:after,
.form_input.circle textarea:focus ~ .input-border:first-of-type:after {
  height: 100%;
  transition: 0.15s ease-in-out all;
  transition-delay: 0.45s;
}
.form_input.circle input[type=text]:focus ~ .input-border:last-of-type,
.form_input.circle textarea:focus ~ .input-border:last-of-type {
  background: transparent;
}
.form_input.circle input[type=text]:focus ~ .input-border:last-of-type:before,
.form_input.circle textarea:focus ~ .input-border:last-of-type:before {
  transition: 0.15s ease-in-out all;
  transition-delay: 0s;
  width: 100%;
}
.form_input.circle input[type=text]:focus ~ .input-border:last-of-type:after,
.form_input.circle textarea:focus ~ .input-border:last-of-type:after {
  height: 100%;
  transition: 0.15s ease-in-out all;
  transition-delay: 0.15s;
  top: 0;
}
.form_input.circle .input-border {
  bottom: auto;
  height: 100%;
  width: 100%;
}
.form_input.circle .input-border:before, .form_input.circle .input-border:after {
  background-color: #02030a;
  content: "";
  display: block;
  position: absolute;
}
.form_input.circle .input-border:first-of-type:before {
  height: 1px;
  left: 0;
  top: 0;
  width: 0;
}
.form_input.circle .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 1px;
}
.form_input.circle .input-border:last-of-type:before {
  background-color: #02030a;
  height: 1px;
  top: calc(100% - 1px);
  right: 0;
  width: 0;
}
.form_input.circle .input-border:last-of-type:after {
  background-color: #02030a;
  height: 0;
  top: calc(100% - 1px);
  left: 0;
  width: 1px;
}


.contact-button-set {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-id-13 .submit1 {
  display: none;
}

.page-id-19 .submit1 {
  margin-right: 3.2rem;
}


button, input[type="submit"] {
  border: none;
  display: block;
  position: relative;
  padding: 1.4rem 2rem;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: #02030a;
  z-index: 1;
  font-family: inherit;
  font-weight: 600;
}

button span {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: transparent;
  z-index: -1;
  border: 1px solid #02030a;
}

button span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 500%;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.4s ease-in-out;
}

button:hover span::before {
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  color: #ffffff;
  background: #02030a;
}

button:hover input, button:active input {
  color: #ffffff;
}

button:hover span::before, button:active span::before {
  background: #02030a;
}


/* ----------------------------------------
* single works
---------------------------------------- */

.ul__table .th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-start;
  width: 50%;
  box-sizing: border-box;
  padding: 1.6rem 0;
}

@media screen and (min-width: 960px) {
  .ul__table .th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: flex-start;
    width: 20%;
    box-sizing: border-box;
    padding: 1.6rem 0;
  }
}

.ul__table .tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  line-height: 1.6;
  flex-direction: row;
}

.ul__table .tr.flex-column {
  flex-direction: column;
  text-align: justify;
}

@media screen and (min-width: 960px) {
  .ul__table .tr.flex-column {
    flex-direction: row;
  }
}

.ul__table .td {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
  width: 90%;
  box-sizing: border-box;
  padding: 1.6rem 0;
  flex-direction: column;

}

.ul__table .tr.flex-column .td {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .ul__table .td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 1.6rem 0;
  }
}

@media screen and (min-width: 960px) {
  .ul__table .tr.flex-column .td {
  width: 100%;
  }
}

.works-images {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}


/* ----------------------------------------
* service
---------------------------------------- */
.point-box ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.point-box ul li {
  background: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 .6rem;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .point-box ul li {
    padding: 0 40px;
  }
}

.point-box ul li h3 {
  font-size: var(--16px);
  font-weight: bold;
  position: relative;
}

.point-box ul li figure {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .point-box ul li figure {
    width: 160px;
    height: 160px;
    margin-top: 20px;
  }
}


.point-box ul li img {
  border: 1px solid rgb(0 66 149 / 10%);
}

.point-box ul li p {
  font-size: 1.4rem;
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.point-box .copy {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* ----------------------------------------
* about
---------------------------------------- */

@media (min-width: 960px) {
  .p-about-flow_inner {
    max-width: 100%;
    /*padding-left: 8%;
    padding-right: 8%;*/
  }
}

@media (min-width: 960px) {
  .p-about-flow_inner:after, .p-about-flow_inner:before {
    content: " ";
    display: table;
  }
}

.p-about-flow_item {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
}

.p-about-flow_step {
  align-items: flex-start;
  display: flex;
  flex: 0 1 19%;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: flex-end;
  letter-spacing: 0;
  line-height: 1.3;
  padding-right: 18px;
  text-align: right;
  width: 19%;
  text-align: center;
}

@media (min-width: 960px) {
  .p-about-flow_step {
    flex: 1;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.66666;
    padding-right: 50px;
    text-align: left;
  }
}

.p-about-flow_step span {
  display: block;
}

.p-about-flow_body {
  flex: 0 1 81%;
  padding-bottom: 40px;
  padding-left: 20px;
  position: relative;
  width: 81%;
}

@media (min-width: 960px) {
  .p-about-flow_body {
    flex: 10;
    padding-bottom: 80px;
    padding-left: 60px;
  }
}

.p-about-flow_body:before {
  background: rgba(2, 3, 10, 1);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -3px;
  position: absolute;
  top: 10px;
  width: 8px;
}

@media (min-width: 960px) {
  .p-about-flow_body:before {
    top: 16px;
  }
}

.p-about-flow_body:after {
  border-right: 1px solid rgba(2, 3, 10, 1);
  bottom: -7px;
  content: "";
  left: -1px;
  position: absolute;
  top: 19px;
  width: 1px;
}

@media (min-width: 960px) {
  .p-about-flow_body:after {
    bottom: -10px;
    top: 33px;
  }
}

.p-about-flow_body_description {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 960px) {
  .p-about-flow_body_description {
    margin-top: 6px;
  }
}