@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --black: #111111;
  --blue: #1454cc;
  --white: #FDFDFD;
  --gray: #888888;
  --gray_dark: #9F9F9F;
  --gray_light: #EDEDED; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

select {
  -webkit-appearance: button;
  appearance: button; }

html {
  font-size: 62.5%;
  overscroll-behavior: none; }

.pagewrap::before {
  /*遷移前、左から*/
  content: "";
  display: block;
  background: #FDFDFD;
  width: 0vw;
  height: 100svh;
  position: fixed;
  left: 0;
  transition: .4s;
  opacity: 0;
  z-index: 999; }
.pagewrap.show-left::before {
  width: 100vw;
  opacity: 1; }
.pagewrap::after {
  /*遷移前、下から*/
  content: "";
  display: block;
  background: #111111;
  width: 100vw;
  height: 0;
  position: fixed;
  bottom: 0;
  transition: .4s;
  opacity: 0;
  z-index: 999; }
.pagewrap.show-btm::after {
  height: 100svh;
  opacity: 1; }

.det_wrap::before {
  content: "";
  display: block;
  background: #111111;
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  transition: .4s;
  opacity: 1;
  z-index: 999;
  animation: fadeup .4s .6s ease-out forwards; }

@keyframes fadeup {
  0% {
    opacity: 1;
    height: 100svh; }
  100% {
    opacity: 0;
    height: 0; } }
.moveanim_lr {
  /*遷移後（ロード時）左から*/ }
  .moveanim_lr::before {
    content: "";
    display: block;
    background: #FDFDFD;
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 0;
    transition: .4s;
    opacity: 1;
    z-index: 990;
    animation: fade_lr .4s .6s ease-out forwards; }
  .moveanim_lr.archive_wrap::before {
    animation: fade_lr .8s 1s ease-out forwards; }

@keyframes fade_lr {
  0% {
    opacity: 1;
    height: 100lvw; }
  90% {
    height: 100lvh; }
  100% {
    opacity: 0;
    height: 0; } }
.material-icons-outlined {
  font-family: 'Material Icons' !important;
  vertical-align: middle; }

body {
  overscroll-behavior: none; }

div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
aside,
figure {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #111111; }

.basic_width {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto; }

.pad16 {
  padding-left: 16px;
  padding-right: 16px; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeintb {
  0% {
    transform: translate(0px, -16px) rotate(45deg);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes up {
  0% {
    height: 80svh; }
  100% {
    height: 60svh; } }
@media screen and (max-width: 818px) {
  @keyframes up {
    0% {
      height: 50svh; }
    100% {
      height: 30svh; } } }
@keyframes fadeinhalf {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.4; } }
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

.for_sp {
  display: none; }

@media screen and (max-width: 818px) {
  .for_sp {
    display: block; } }
.for_pc {
  display: block; }

@media screen and (max-width: 818px) {
  .for_pc {
    display: none; } }
body {
  color: #222222;
  font-family: urw-din, dnp-shuei-gothic-gin-std, sans-serif; }

.eng {
  font-family: urw-din, dnp-shuei-gothic-gin-std, sans-serif; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600; }

.sa {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s; }
  .sa.show {
    opacity: 1; }
  .sa.slidein {
    transform: translate(0, 24px);
    transition-property: opacity, transform;
    transition-duration: .8s;
    transition-timing-function: ease; }
    .sa.slidein.show {
      opacity: 1;
      transform: translate(0, 0px); }
    @media screen and (min-width: 1024px) {
      .sa.slidein {
        transform: translate(0, 24px);
        transition-property: opacity, transform; }
        .sa.slidein:nth-child(odd) {
          transition-delay: 0s; }
        .sa.slidein:nth-child(even) {
          transition-delay: 0.4s; }
        .sa.slidein.show {
          opacity: 1;
          transform: translate(0, 0px); } }

header {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 998; }
  header .hamburger {
    display: none; }
  header nav.menuarea ul {
    list-style: none;
    padding-left: 8px; }
    header nav.menuarea ul li {
      text-align: left;
      margin: 4px 0;
      opacity: 0; }
      header nav.menuarea ul li:nth-child(1) {
        animation: fadein .8s 1.45s forwards; }
      header nav.menuarea ul li:nth-child(2) {
        animation: fadein .8s 1.5s forwards; }
      header nav.menuarea ul li:nth-child(3) {
        animation: fadein .8s 1.55s forwards; }
      header nav.menuarea ul li:nth-child(4) {
        animation: fadein .8s 1.6s forwards; }
      header nav.menuarea ul li:nth-child(5) {
        animation: fadein .8s 1.65s forwards; }
      header nav.menuarea ul li:nth-child(6) {
        animation: fadein .8s 1.7s forwards; }
      header nav.menuarea ul li:nth-child(7) {
        animation: fadein .8s 1.8s forwards; }
      header nav.menuarea ul li a {
        text-decoration: none;
        color: #111111;
        padding: 0 0 0 0px;
        line-height: 1;
        font-size: 2.8rem;
        transition: .4s;
        display: inline-block; }
        header nav.menuarea ul li a nav.contactarea {
          position: fixed;
          opacity: 0;
          top: 0px;
          right: 0px;
          z-index: 998;
          animation: fadein .8s 1.45s forwards;
          animation-timing-function: steps(12, end); }
          header nav.menuarea ul li a nav.contactarea ul li a {
            display: block;
            width: 24px;
            height: 24px;
            margin-bottom: 12px;
            transition: .8s; }
            header nav.menuarea ul li a nav.contactarea ul li a img {
              width: 100%; }
        header nav.menuarea ul li a span.nav_a_inner {
          display: inline-block;
          border-bottom: 1px solid #111111; }
      header nav.menuarea ul li.totop {
        margin-top: 24px; }
        header nav.menuarea ul li.totop a {
          font-size: 1.8rem; }
          header nav.menuarea ul li.totop a span.material-symbols-outlined {
            font-size: 1.6rem;
            vertical-align: bottom; }
  header nav.contactarea {
    position: fixed;
    opacity: 0;
    top: 8px;
    right: 16px;
    z-index: 998;
    animation: fadein .8s 1.45s forwards;
    animation-timing-function: steps(12, end); }
    header nav.contactarea ul li a {
      display: block;
      width: 24px;
      height: 24px;
      margin-bottom: 0px;
      transition: .8s; }
      header nav.contactarea ul li a img {
        width: 100%; }

@media (hover: hover) {
  header nav.menuarea ul li a:hover {
    background: #111111;
    color: #fff; }

  header nav.menuarea ul li a nav.contactarea ul li a:hover {
    opacity: 0.5; }

  header nav.contactarea ul li a:hover {
    opacity: 0.5; } }
body.home header nav.menuarea ul li.totop {
  display: none; }

body.page-template-page-works-graphic-editorial header .header_inner .menuarea ul li a {
  opacity: 0.4; }
  body.page-template-page-works-graphic-editorial header .header_inner .menuarea ul li a:hover {
    opacity: 1; }
body.page-template-page-works-graphic-editorial header .header_inner .menuarea ul li a.menu_graphic {
  opacity: 1;
  pointer-events: none; }

body.page-template-page-works-web header .header_inner .menuarea ul li a {
  opacity: 0.4; }
  body.page-template-page-works-web header .header_inner .menuarea ul li a:hover {
    opacity: 1; }
body.page-template-page-works-web header .header_inner .menuarea ul li a.menu_web {
  opacity: 1;
  pointer-events: none; }

body.page-template-page-works-illustration header .header_inner .menuarea ul li a {
  opacity: 0.4; }
  body.page-template-page-works-illustration header .header_inner .menuarea ul li a:hover {
    opacity: 1; }
body.page-template-page-works-illustration header .header_inner .menuarea ul li a.menu_illust {
  opacity: 1;
  pointer-events: none; }

body.page-template-page-works-movie header .header_inner .menuarea ul li a {
  opacity: 0.4; }
  body.page-template-page-works-movie header .header_inner .menuarea ul li a:hover {
    opacity: 1; }
body.page-template-page-works-movie header .header_inner .menuarea ul li a.menu_movie {
  opacity: 1;
  pointer-events: none; }

body.page-template-page-works header .header_inner .menuarea ul li a {
  opacity: 0.4; }
  body.page-template-page-works header .header_inner .menuarea ul li a:hover {
    opacity: 1; }
body.page-template-page-works header .header_inner .menuarea ul li a.menu_all {
  opacity: 1;
  pointer-events: none; }

@media screen and (max-width: 818px) {
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .hamburger {
      display: block;
      transition: .4s;
      cursor: pointer;
      position: fixed;
      top: 0;
      left: 0;
      width: 48px;
      height: 32px;
      z-index: 9999;
      opacity: 0;
      animation: fadein .6s .4s forwards; }
      header .hamburger span {
        transition-duration: .4s;
        transition-timing-function: ease;
        display: block;
        position: absolute;
        top: 16px;
        left: 8px;
        width: 32px;
        height: 3px;
        background-color: #111111;
        transition-duration: .2s; }
      header .hamburger::before, header .hamburger::after {
        transition-timing-function: ease;
        display: block;
        content: "";
        position: absolute;
        margin: auto;
        left: 8px;
        height: 3px;
        background-color: #111111; }
      header .hamburger::before {
        transition-duration: .3s;
        top: 8px;
        width: 40px; }
      header .hamburger::after {
        transition-duration: .4s;
        top: 24px;
        width: 24px; }
      header .hamburger.show span {
        top: 20px;
        right: 8px;
        transform: rotate(135deg);
        transform-origin: center;
        width: 32px; }
      header .hamburger.show::before, header .hamburger.show::after {
        top: 20px;
        right: 8px;
        transform: rotate(225deg);
        width: 32px;
        transform-origin: center; }
    header::before {
      display: block;
      opacity: 0;
      width: 0;
      content: "";
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 100svh;
      background-color: #FDFDFD;
      transition-duration: .4s;
      transition-timing-function: ease; }
    header nav.menuarea {
      position: relative;
      display: none;
      max-width: 216px;
      margin: 0 auto; }
      header nav.menuarea ul {
        list-style: none; }
        header nav.menuarea ul li {
          margin: 16px 0; }
          header nav.menuarea ul li a {
            padding: 0;
            font-size: 2rem; }
          header nav.menuarea ul li:nth-child(1) {
            animation: fadein .8s 0.6s forwards; }
          header nav.menuarea ul li:nth-child(2) {
            animation: fadein .8s 0.7s forwards; }
          header nav.menuarea ul li:nth-child(3) {
            animation: fadein .8s 0.8s forwards; }
          header nav.menuarea ul li:nth-child(4) {
            animation: fadein .8s .9s forwards; }
          header nav.menuarea ul li:nth-child(5) {
            animation: fadein .8s 1s forwards; }
          header nav.menuarea ul li:nth-child(6) {
            animation: fadein .8s 1.1s forwards; }
          header nav.menuarea ul li:nth-child(7) {
            animation: fadein .8s 1.2s forwards; }
          header nav.menuarea ul li a {
            font-size: 2rem; }
    header nav.contactarea {
      display: block;
      position: fixed;
      top: 0px;
      right: 0px;
      padding-top: 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header nav.contactarea ul {
        display: block; }
        header nav.contactarea ul li {
          margin-left: 0;
          margin-right: 0; }
          header nav.contactarea ul li a {
            width: 22px;
            height: 22px; }
    header.show {
      height: 100svh; }
      header.show::before {
        width: 100vw;
        opacity: 0.9; }
      header.show nav.menuarea {
        display: block; }

  /*TOPページだけヘッダー系出す*/
  body.home header .totop_sp,
  body.home header .hamburger {
    display: none; }
  body.home header nav.menuarea {
    display: block;
    position: fixed;
    top: 0;
    left: 0; }
    body.home header nav.menuarea ul {
      list-style: none; }
      body.home header nav.menuarea ul li {
        margin: 8px 0; }
        body.home header nav.menuarea ul li a {
          font-size: 1.8rem;
          padding-left: 8px; }
        body.home header nav.menuarea ul li.totop {
          margin-top: 16px; }
          body.home header nav.menuarea ul li.totop a {
            font-size: 1.4rem; }
            body.home header nav.menuarea ul li.totop a span.material-symbols-outlined {
              font-size: 1.2rem; } }
@keyframes h1_wrap_fadeout {
  0% {
    background-color: white; }
  100% {
    background-color: rgba(255, 255, 255, 0); } }
.h1_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100svh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
  pointer-events: none;
  background-color: white;
  animation: h1_wrap_fadeout 1.8s 2.2s forwards; }

h1.logo {
  width: 8vw;
  height: initial;
  opacity: 0;
  animation: fadein .8s .8s forwards;
  animation-timing-function: steps(12, end);
  display: flex;
  align-items: center;
  justify-content: center; }
  h1.logo img {
    width: calc(100% - 32px); }
  @media screen and (max-width: 818px) {
    h1.logo {
      width: 184px;
      height: 184px;
      margin-top: -24px;
      margin: auto;
      z-index: 900;
      opacity: 0;
      transition: 1.2s;
      animation: fadein .8s .8s forwards;
      animation-timing-function: steps(12, end); }
      h1.logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      h1.logo.small {
        transform: scale(0.75); } }
  h1.logo .scroll {
    width: 32px;
    height: 32px;
    bottom: 16px; }

.scroll {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 32px;
  right: 0;
  left: 0;
  margin: auto;
  transition: .8s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .scroll a {
    display: block; }
  .scroll .scroll_inner {
    width: 16px;
    height: 16px;
    transition: .8s;
    border-bottom: 4px solid #111111;
    border-right: 4px solid #111111;
    transform: translate(0, -16px) rotate(45deg);
    opacity: 0;
    animation: fadeintb .8s 2.2s forwards; }
  .scroll.small {
    transform: translate(0px, 120px) scale(0.5);
    opacity: 0; }

main,
.wrap {
  height: 100svh; }

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8vw;
  padding: 8vw; }
  .content .item {
    width: calc((100% - 8vw)/2);
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative; }
    .content .item a {
      cursor: pointer;
      display: block;
      aspect-ratio: 1/1; }
      .content .item a .img {
        width: 100%;
        height: 100%;
        transition-property: opacity;
        transition-duration: .8s;
        display: flex;
        align-items: center;
        justify-content: center; }
        .content .item a .img img {
          width: 100%;
          object-fit: cover;
          height: 100%;
          transition: .8s; }
      .content .item a .item_title {
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 16px;
        width: calc(100% - 104px); }
        .content .item a .item_title .item_title_inner {
          transition: .4s; }
          .content .item a .item_title .item_title_inner h2 {
            font-size: 1.3rem;
            line-height: 1.5;
            margin: 0 0 0px 0;
            transition: .4s; }
          .content .item a .item_title .item_title_inner h3 {
            font-size: 1.1rem;
            line-height: 1;
            font-weight: 500;
            margin: 0;
            transition: .4s; }
            .content .item a .item_title .item_title_inner h3 span {
              padding-right: 0.25em; }
              .content .item a .item_title .item_title_inner h3 span::after {
                content: ",";
                display: inline; }
              .content .item a .item_title .item_title_inner h3 span:last-child {
                padding-right: 0em; }
                .content .item a .item_title .item_title_inner h3 span:last-child::after {
                  display: none; }
          .content .item a .item_title .item_title_inner h2 span,
          .content .item a .item_title .item_title_inner h3 span {
            transition-property: color , background-color;
            transition-duration: .4s;
            padding: 0 2px;
            background-color: #FDFDFD;
            color: #111111;
            width: fit-content; }
      .content .item a .detail {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 16px;
        right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border: 1px solid #111111;
        border-radius: 50%;
        transition: .4s; }
  .content::after {
    content: "";
    display: block;
    width: calc((100% - 8vw)/2);
    height: 0; }
  @media screen and (max-width: 818px) {
    .content {
      gap: 40px;
      padding: 40px; }
      .content .item {
        width: 100%;
        aspect-ratio: initial;
        width: 100vw;
        max-width: 100svh; } }

@media (hover: hover) {
  .content .item a .img .img_inner .img_child img {
    opacity: 0.8; } }
@media (hover: hover) {
  .content .item a:hover .img img {
    opacity: 1;
    transform: scale(1.025); }
  .content .item a:hover .item_title .item_title_inner h2 span,
  .content .item a:hover .item_title .item_title_inner h3 span {
    background-color: #111111;
    color: #FDFDFD; }
  .content .item a:hover .detail {
    background-color: #111111;
    color: #FDFDFD;
    transform: scale(1.1); } }
@media screen and (max-width: 818px) and (hover: hover) {
  .content .item a .img .img_inner .img_child img {
    opacity: 0.8; } }
@media screen and (max-width: 818px) {
  .content .item a .item_title {
    position: absolute;
    bottom: 8px;
    left: 0;
    padding: 0px 0px 0px 8px;
    width: calc(100% - 64px); }
    .content .item a .item_title .item_title_inner {
      transition: .4s; }
      .content .item a .item_title .item_title_inner h2 {
        font-size: 1.4rem; }
      .content .item a .item_title .item_title_inner h3 {
        font-size: 1.1rem; }
      .content .item a .item_title .item_title_inner h2 span,
      .content .item a .item_title .item_title_inner h3 span {
        background-color: #FDFDFD;
        color: #111111;
        width: fit-content; }
  .content .item a .detail {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 48px;
    right: 8px; }
    .content .item a .detail .inner {
      transform: scale(0.9);
      text-align: center;
      font-weight: bold;
      padding-top: 2px; }
      .content .item a .detail .inner .icon {
        height: 1em;
        display: block; } }
.clear::after {
  clear: both; }

.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden; }

/*詳細*/
.det_wrap .det_wrap_inner {
  opacity: 0;
  animation: fadein .8s .4s forwards; }
.det_wrap main {
  width: 100%;
  height: 100svh;
  min-height: 240px;
  animation: up .8s .6s forwards;
  position: relative; }
  .det_wrap main::before {
    content: "";
    display: block;
    background-color: #111111;
    opacity: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: fadeinhalf .8s 1s forwards; }
  .det_wrap main figure {
    width: 100%;
    height: 100svh;
    min-height: 240px;
    animation: up .8s .6s forwards; }
    .det_wrap main figure img {
      width: 100%;
      height: 100svh;
      min-height: 240px;
      animation: up .8s .6s forwards;
      object-fit: cover; }
  .det_wrap main .det_titlearea {
    position: absolute;
    z-index: 10;
    color: #FDFDFD;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    opacity: 0;
    animation: fadein .8s 1.2s forwards; }
    .det_wrap main .det_titlearea h2 {
      font-size: 2.4rem;
      line-height: 1.4;
      margin-bottom: 4px; }
    .det_wrap main .det_titlearea h3 {
      font-size: 1.5rem;
      line-height: 1.5;
      margin-bottom: 14px; }
    .det_wrap main .det_titlearea .det_data {
      display: flex;
      align-items: center;
      justify-content: start;
      font-size: 1.3rem; }
      .det_wrap main .det_titlearea .det_data .separator {
        display: block;
        margin: 0 0.25em; }
      .det_wrap main .det_titlearea .det_data .category span {
        padding-right: 0.25em; }
        .det_wrap main .det_titlearea .det_data .category span::after {
          content: ",";
          display: inline; }
        .det_wrap main .det_titlearea .det_data .category span:last-child {
          padding-right: 0; }
          .det_wrap main .det_titlearea .det_data .category span:last-child::after {
            display: none; }
.det_wrap .det_content_wrap .wp-block-image {
  margin: 40px 0; }
  .det_wrap .det_content_wrap .wp-block-image img {
    width: 100%; }
.det_wrap .det_content_wrap .wp-block-video,
.det_wrap .det_content_wrap .wp-block-embed {
  margin: 40px 0; }
.det_wrap .det_content_wrap h2 {
  margin: 40px 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5; }
.det_wrap .det_content_wrap h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 40px auto;
  max-width: 800px; }
.det_wrap .det_content_wrap p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 40px auto;
  max-width: 800px; }
  .det_wrap .det_content_wrap p a {
    text-decoration: underline; }

@media screen and (max-width: 818px) {
  .det_wrap main .det_titlearea h2 {
    font-size: 2.2rem; }
  .det_wrap main .det_titlearea h3 {
    font-size: 1.3rem;
    margin-bottom: 8px; }
  .det_wrap main .det_titlearea .det_data {
    font-size: 1.2rem; }
  .det_wrap .det_content_wrap .wp-block-image,
  .det_wrap .det_content_wrap .wp-block-video {
    margin: 24px 0; }
  .det_wrap .det_content_wrap h2 {
    margin: 424x 0;
    font-size: 1.8rem; }
  .det_wrap .det_content_wrap h3 {
    font-size: 1.6rem;
    margin: 24px auto; }
  .det_wrap .det_content_wrap p {
    font-size: 1.3rem;
    margin: 24px auto; } }
.det_btn_area {
  margin-top: 80px;
  border-top: 1px solid #111111;
  padding-top: 80px;
  padding-bottom: 80px; }
  .det_btn_area .post-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .det_btn_area .post-navigation .next-post,
    .det_btn_area .post-navigation .previous-post {
      width: calc(100% / 3);
      max-width: 300px; }
    .det_btn_area .post-navigation .next-post a,
    .det_btn_area .post-navigation .previous-post a {
      display: block;
      aspect-ratio: 1/1; }
    .det_btn_area .post-navigation .next-post a .img,
    .det_btn_area .post-navigation .previous-post a .img {
      aspect-ratio: 1/1; }
    .det_btn_area .post-navigation .next-post a .img img,
    .det_btn_area .post-navigation .previous-post a .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .det_btn_area .post-navigation .next-post a h2,
    .det_btn_area .post-navigation .previous-post a h2 {
      font-size: 1.4rem;
      line-height: 1.4;
      margin: 16px 0 8px 0;
      padding: 0 16px; }
    .det_btn_area .post-navigation .next-post a .cat,
    .det_btn_area .post-navigation .previous-post a .cat {
      font-size: 1.2rem;
      line-height: 1.4;
      padding: 0 16px; }
    .det_btn_area .post-navigation .next-post {
      margin-right: auto; }
    .det_btn_area .post-navigation .previous-post {
      margin-left: auto; }

@media screen and (max-width: 818px) {
  .det_btn_area {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 80px; }
    .det_btn_area .post-navigation .next-post,
    .det_btn_area .post-navigation .previous-post {
      width: calc(100% / 2);
      max-width: 300px; }
    .det_btn_area .post-navigation .next-post a,
    .det_btn_area .post-navigation .previous-post a {
      padding: 0 8px 0 16px; }
    .det_btn_area .post-navigation .next-post a h2,
    .det_btn_area .post-navigation .previous-post a h2 {
      font-size: 1.2rem;
      margin: 8px 0 4px 0;
      padding: 0; }
    .det_btn_area .post-navigation .next-post a .cat,
    .det_btn_area .post-navigation .previous-post a .cat {
      font-size: 1rem;
      line-height: 1.4;
      padding: 0; }
    .det_btn_area .post-navigation .next-post {
      margin-right: auto; }
    .det_btn_area .post-navigation .previous-post {
      margin-left: auto; } }
.archive_wrap .archive_h1 {
  opacity: 0;
  animation: fadein .6s .4s forwards;
  pointer-events: none;
  font-size: 6.4rem;
  height: 1em;
  overflow: hidden;
  text-align: center;
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .archive_wrap .archive_h1 span.inner {
    animation: fadeouthalf .6s 1.2s forwards;
    mix-blend-mode: color-burn; }
.archive_wrap ul.archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadein .8s 1.2s forwards;
  gap: 4vw;
  padding: 8vw; }
  .archive_wrap ul.archive li {
    list-style: none;
    padding: 0;
    position: relative;
    width: calc((100% - 8vw)/3);
    box-sizing: border-box; }
    .archive_wrap ul.archive li a {
      width: 100%;
      display: block;
      aspect-ratio: 4/3;
      overflow: hidden; }
      .archive_wrap ul.archive li a div.img {
        aspect-ratio: 4/3;
        overflow: hidden; }
        .archive_wrap ul.archive li a div.img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .archive_wrap ul.archive li a .titlearea {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 8px; }
        .archive_wrap ul.archive li a .titlearea h2 {
          font-size: 1.3rem;
          line-height: 1.4;
          font-weight: 600;
          margin-bottom: 0.125em;
          overflow: hidden; }
          .archive_wrap ul.archive li a .titlearea h2 span {
            transition: .4s;
            background-color: #FDFDFD; }
        .archive_wrap ul.archive li a .titlearea h3.category {
          font-size: 1.1rem; }
          .archive_wrap ul.archive li a .titlearea h3.category span {
            transition: .4s;
            background-color: #FDFDFD;
            padding-right: 0.25em; }
            .archive_wrap ul.archive li a .titlearea h3.category span::after {
              content: ",";
              display: inline; }
            .archive_wrap ul.archive li a .titlearea h3.category span:last-child {
              padding-right: 0em; }
              .archive_wrap ul.archive li a .titlearea h3.category span:last-child::after {
                display: none; }
  .archive_wrap ul.archive::after {
    content: "";
    display: block;
    width: calc((100% - 8vw)/3);
    height: 0; }
  @media screen and (max-width: 818px) {
    .archive_wrap ul.archive {
      gap: 40px;
      padding: 40px; } }

@media screen and (max-width: 818px) {
  .archive_wrap .archive_h1 {
    font-size: 2.2rem; } }
@media (hover: hover) {
  .archive_wrap ul.archive li a div.img {
    opacity: 0.9;
    transition: .8s; }
  .archive_wrap ul.archive li a:hover div.img {
    opacity: 1; }
  .archive_wrap ul.archive li a:hover .titlearea h2,
  .archive_wrap ul.archive li a:hover .titlearea h3.category {
    color: #FDFDFD; }
    .archive_wrap ul.archive li a:hover .titlearea h2 span,
    .archive_wrap ul.archive li a:hover .titlearea h3.category span {
      background-color: #111111; } }
@media screen and (max-width: 818px) {
  .archive_wrap ul.archive li {
    width: 100%; }
    .archive_wrap ul.archive li a .titlearea {
      padding: 4px; }
      .archive_wrap ul.archive li a .titlearea h2 {
        font-size: 1.1rem;
        font-weight: 600; }
        .archive_wrap ul.archive li a .titlearea h2 span {
          transition: .4s; }
      .archive_wrap ul.archive li a .titlearea h3.category {
        font-size: 1rem; }
        .archive_wrap ul.archive li a .titlearea h3.category span {
          transition: .4s; } }
@keyframes fadeouthalf {
  /*archive_h1*/
  0% {
    opacity: 1;
    letter-spacing: 0em; }
  100% {
    opacity: 0;
    letter-spacing: 0.1em; } }
.openbtn {
  cursor: pointer; }

.profile {
  padding: 80px 0;
  z-index: 999;
  overflow: hidden;
  transition: .8s;
  max-width: 480px;
  margin: 0 auto; }
  .profile .inner {
    padding: 16px; }
    .profile .inner .img {
      margin: 0 auto 24px auto;
      max-width: 104px; }
      .profile .inner .img img {
        width: 100%; }
    .profile .inner .text h3 {
      font-size: 1.4rem;
      margin-bottom: 0.75em;
      letter-spacing: 0.05em; }
    .profile .inner .text p {
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: justify; }
    .profile .inner .sns {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px; }
      .profile .inner .sns a {
        display: block;
        width: 32px;
        height: 32px; }
        .profile .inner .sns a img {
          width: 32px;
          height: 32px;
          object-fit: contain; }
  .profile .contact {
    padding: 16px; }
    .profile .contact h2 {
      font-size: 1.4rem;
      margin-bottom: 0.75em;
      letter-spacing: 0.05em;
      margin-bottom: 16px;
      margin-top: 24px;
      padding-top: 40px;
      border-top: 1px solid #111111; }
    .profile .contact .contact_inner label {
      font-size: 1.3rem;
      margin: 1em 0 00;
      display: block; }
    .profile .contact .contact_inner input,
    .profile .contact .contact_inner textarea {
      box-sizing: border-box;
      width: 100%;
      border-radius: 1px;
      border: 1px solid #111111;
      display: block;
      margin-top: 8px; }
    .profile .contact .contact_inner input {
      height: 32px; }
      .profile .contact .contact_inner input[type="submit"] {
        color: #FDFDFD;
        background-color: #111111;
        border: none;
        outline: none;
        margin-top: 16px;
        cursor: pointer; }
    .profile .contact aside {
      font-size: 1rem; }
      .profile .contact aside a {
        opacity: 0.8;
        text-decoration: underline; }

@media screen and (max-width: 818px) {
  .profile .contact .contact_inner label {
    font-size: 1.3rem;
    margin: 1em 0 00;
    display: block; }
  .profile .contact .contact_inner input,
  .profile .contact .contact_inner textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 1px;
    border: 1px solid #111111;
    display: block;
    margin-top: 8px; }
  .profile .contact .contact_inner input {
    height: 32px; }
    .profile .contact .contact_inner input[type="submit"] {
      color: #FDFDFD;
      background-color: #111111;
      border: none;
      outline: none;
      margin-top: 16px;
      cursor: pointer; } }
.wpcf7 form .wpcf7-response-output {
  padding: 0.5em;
  margin: 1em 0;
  margin-bottom: 8px; }
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #111111; }

.grecaptcha-badge {
  visibility: hidden; }

footer {
  height: 50vh; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

span[data-pin-log] {
  display: none; }
