@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@use "sass:math";
html {
  font-size: 62.5%; }

img,
video,
iframe {
  width: 100%;
  height: 100%;
  object-fit: cover; }

body {
  background-color: #f4f4f4;
  color: #000;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }

.flex {
  display: flex; }

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

li {
  list-style: none; }

.sp-br {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-br {
      display: block; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: difference;
  color: #FFF;
  width: 100%;
  font-size: 1.8rem;
  line-height: 0.55556;
  letter-spacing: 0.1em; }
  header ul {
    mix-blend-mode: difference;
    display: flex;
    justify-content: space-between; }
    header ul li a {
      mix-blend-mode: difference;
      color: #FFF; }

.o-header-modal {
  position: relative; }

.modal-btn-header {
  position: relative;
  cursor: pointer;
  z-index: 5; }

.close-btn-header {
  cursor: pointer;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em; }

.modal-content-header {
  position: fixed;
  width: 30%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all .5s;
  background-color: #000;
  color: #FFF;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .modal-content-header {
      width: 70%; } }
  .modal-content-header.active {
    transform: translateY(0);
    top: 0; }

.modal-content-header__contents {
  margin-top: 30px;
  padding: 0 40px 30px 0; }

.modal-content-header__contents table {
  margin-top: 30px; }

.modal-content-header__contents th {
  text-align: left;
  padding-right: 20px; }

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

footer {
  color: #000;
  text-align: center;
  position: absolute;
  /* ←絶対位置 */
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto; }

body {
  min-height: 100vh;
  /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative;
  /* ←相対位置 */
  padding-bottom: 60px;
  /* ←フッターの高さを指定 */
  box-sizing: border-box; }

main {
  padding: 100px 0 0; }

.p-page__inner h2 {
  padding-right: 50px; }
  .p-page__inner h2 span {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-decoration: underline;
    overflow-wrap: anywhere;
    /* 収まらない場合に折り返す */
    word-break: normal;
    /* 単語の分割はデフォルトに依存 */
    line-break: strict; }

.p-top-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  gap: 80px; }
  .p-top-list li {
    width: calc(100% / 2 - 80px);
    transition: all .3s; }
    .p-top-list li:hover {
      filter: blur(2px); }
    @media screen and (max-width: 480px) {
      .p-top-list li {
        width: 80%;
        margin: 0 auto; } }

.p-top-list__img {
  background-color: #FFF;
  aspect-ratio: 1/1;
  text-align: center; }
  .p-top-list__img img {
    width: 90%;
    margin: 0 auto;
    object-fit: contain; }
  .p-top-list__img video {
    width: 60%;
    margin: 0 auto;
    object-fit: contain; }

.p-top-list__txt {
  margin-top: 15px; }
  .p-top-list__txt h2 {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.33333;
    letter-spacing: 0.05em; }
  .p-top-list__txt p {
    margin-top: 10px;
    font-size: 1.5rem; }

/* .img-nishijin{
    background-color:#fff200;
}
.img-thetime{
    background-color:#82ff7b;
} */
.img-drp {
  background-color: #FFF; }

.img-kodutsu {
  background-color: #FFF; }

.p-page__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .p-page__inner h2 {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em; }

.modal-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 30px; }

.close-btn {
  cursor: pointer;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em; }

.modal-content {
  position: absolute;
  top: 0;
  right: -100%;
  width: 70%;
  transition: all .5s;
  background-color: #000;
  color: #FFF; }
  @media screen and (max-width: 480px) {
    .modal-content {
      width: 100%; } }
  .modal-content.active {
    right: 0; }

.p-pages-info {
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.1em; }

.p-pages-info__contents {
  margin-top: 20px;
  padding-right: 50px; }
  .p-pages-info__contents table {
    margin-top: 30px; }
  .p-pages-info__contents th {
    text-align: left;
    padding-right: 20px; }
  .p-pages-info__contents a {
    color: #FFF; }

.p-pages__img {
  margin: 10px 0; }

.p-page__backbtn {
  margin: 30px 0 0 0;
  text-align: center; }
  .p-page__backbtn a {
    font-size: 1.8rem;
    line-height: 0.55556;
    letter-spacing: 0.1em; }

.p-work-gallery {
  margin: 40px 0; }

.p-work-gallery__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }

.p-work-gallery__image {
  margin: 0 20px 60px;
  width: 20%;
  display: flex; }
  @media screen and (max-width: 768px) {
    .p-work-gallery__image {
      width: 25%;
      margin: 0 10px 60px; } }
  @media screen and (max-width: 480px) {
    .p-work-gallery__image {
      width: 100%; } }

.p-work-gallery__video {
  margin: 0 40px 60px;
  width: 40%;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column; }
  .p-work-gallery__video h3 {
    color: white;
    text-align: center;
    font-size: 2.0rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    margin: 15px 0;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 768px) {
      .p-work-gallery__video h3 {
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .p-work-gallery__video {
      margin: 0 auto 40px;
      width: 100%; } }

.p-video-gallery__inner {
  justify-content: center; }
