/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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;
}

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

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;
  text-decoration: none;
  color: #1f1f1f;
}

/* 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;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* noto-sans-jp-300 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../font/noto-sans-jp-v40-japanese-300.woff2") format("woff2"), url("../font/noto-sans-jp-v40-japanese-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../font/noto-sans-jp-v40-japanese-500.woff2") format("woff2"), url("../font/noto-sans-jp-v40-japanese-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  font-size: 62.5%;
  color: white;
  background-color: #090B17;
  font-family: museo-sans, "Noto Sans JP";
  font-weight: 300;
}
html body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block !important;
  }
}

.loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 9999;
}
.loading .img {
  width: 20px;
  height: 20px;
}

.main {
  position: relative;
  z-index: 10;
  background-color: #090B17;
  padding: clamp(80px,16vw,200px) 0;
}
.main a {
  color: white;
}

.inner {
  width: min(1250px, 90%);
  margin: 0 auto;
}

.area-title {
  font-size: 1.8rem;
}
.area-title span {
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}
.area-title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.area-title span:hover::after {
  transform-origin: left top;
  transform: scale(0, 1);
}
.area-title.light span::after {
  background: #090B17;
}

.button {
  position: relative;
  text-align: center;
  margin-top: min(300px, 28vw);
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .button__inner {
    width: 90%;
    margin: 0 auto;
  }
}
.button__link {
  transition: all 0.2s;
}
.button__link::before, .button__link::after {
  transition: all 0.2s;
}
.button__link::before {
  content: attr(data-area-name);
  position: absolute;
  top: clamp(-180px,-10vw,-100px);
  left: 0;
  z-index: 0;
  padding-left: 100%;
  font-weight: 700;
  font-size: clamp(18rem,16.25vw, 26rem);
  color: white;
  white-space: nowrap;
  animation: text-scroll 30s linear infinite;
}
.button__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  font-size: 1.4rem;
  border-radius: 50vw;
  color: white;
  background-color: #272727;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  transition: all 0.2s;
}
.button__link span::before, .button__link span::after {
  transition: all 0.2s;
}
.button__link span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50vw;
  background-color: white;
  margin-bottom: 12px;
}
.button__link:hover::before {
  color: #9B9B9B;
  animation-play-state: paused;
}
.button__link:hover span {
  color: #090B17;
  background-color: #E8E7E8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(255, 255, 255, 0.16);
}
.button__link:hover span::before {
  background-color: #090B17;
}
.button__text {
  font-size: 1.8rem;
  margin-top: 30px;
  z-index: 10;
  position: relative;
  line-height: 1.6;
}
.button.light .button__link::before {
  color: #E1E0E1;
}
.button.light .button__link span {
  color: #090B17;
  background-color: #E8E7E8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), inset 0 3px 6px rgba(255, 255, 255, 0.16);
}
.button.light .button__link span::before {
  background-color: #090B17;
}
.button.light .button__link:hover::before {
  color: white;
}
.button.light .button__link:hover span {
  color: white;
  background-color: #272727;
}
.button.light .button__link:hover span::before {
  background-color: white;
}

@keyframes text-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.banner__inner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: clamp(400px,37.5vw,600px);
}
.banner__inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fdfdfd url("../img/base/banner_gallery_bg.jpg") no-repeat center/cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .banner__inner::before {
    background-position: right bottom;
    background-size: auto 120%;
  }
}
.banner__inner:hover::before {
  transform: scale(1.02);
}
.banner__block {
  position: absolute;
  right: 50px;
  bottom: 47px;
  color: white;
  padding-right: 61px;
}
@media screen and (max-width: 1024px) {
  .banner__block {
    right: 5.2vw;
    bottom: 5.2vw;
  }
}
.banner__block .title {
  font-family: kepler-std, serif;
  font-size: clamp(2.5rem,2.5vw,4rem);
  letter-spacing: 0.2em;
}
.banner__block .text {
  font-size: clamp(1.6rem,1.1vw,1.8rem);
  letter-spacing: 0.2em;
  margin-top: 3px;
}
.banner__block::before {
  content: "";
  position: absolute;
  right: 19px;
  bottom: 22px;
  display: block;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #090B17;
}
@media screen and (max-width: 599px) {
  .banner__block::before {
    bottom: 17px;
  }
}
.banner__block::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50vw;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 599px) {
  .banner__block::after {
    bottom: -2px;
  }
}
.banner img {
  width: 100vw;
}

.card {
  display: grid;
  grid-template-columns: 28% 28% 28%;
  grid-template-rows: auto;
  grid-column-gap: 8%;
  grid-row-gap: 90px;
  justify-items: stretch;
  align-items: stretch;
  color: white;
}
@media screen and (max-width: 1024px) {
  .card {
    grid-template-columns: 46% 46%;
    grid-row-gap: 45px;
  }
}
.card__inner {
  display: block;
  color: white;
}
.card__inner .title {
  position: relative;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(1.4rem,1.28vw,1.6rem);
}
.card__inner .title span {
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}
.card__inner .title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.card__inner .title span:hover::after {
  transform-origin: left top;
  transform: scale(0, 1);
}
.card__inner .image {
  width: 100%;
  height: clamp(115px,32vw,250px);
  object-fit: cover;
  margin-top: clamp(18px,2.4vw,30px);
}
.card__inner .text {
  font-size: clamp(1rem,2.5vw,1.4rem);
  line-height: 2;
  margin-top: 20px;
}
.card__inner:hover .title span::after {
  transform-origin: left top;
  transform: scale(0, 1);
}

form ::placeholder {
  color: #999;
}
form input, form select, form textarea {
  font-size: 1.6rem;
}
form .form-text, form .form-textarea {
  width: min(600px, 100%);
  padding: 20px;
  border-radius: 10px;
  color: #090B17;
  background-color: #EAEAEA;
  font-family: museo-sans, "Noto Sans JP";
  font-weight: 300;
  font-size: 16px;
  outline: 0;
  border: 0;
}
form .form-textarea {
  width: 100%;
  height: 200px;
}
form .form-select {
  width: min(300px, 20vw);
  position: relative;
  font-family: museo-sans, "Noto Sans JP";
  font-weight: 300;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
form .form-select::after {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 6px);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
form .form-select select {
  color: #090B17;
  width: 100%;
  padding: 16px 18px;
  background-color: #EAEAEA;
  border-radius: 10px;
}
form .form-select.small {
  width: min(250px, 17vw);
}
form input[type=checkbox] {
  width: 30px;
  height: 30px;
  border-radius: clamp(5px,0.8vw,10px);
  background-color: #EAEAEA;
  margin-right: 5px;
}
form input[type=checkbox]:checked {
  position: relative;
  border-color: #090B17;
  background-color: #090B17;
}
form input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.header {
  width: 100vw;
  height: clamp(325px,48vw,600px);
  position: relative;
  background-color: #090B17;
}
.header__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 154px;
  background: linear-gradient(#656565, rgba(101, 101, 101, 0));
  mix-blend-mode: multiply;
  z-index: 2;
}
.header__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1250px, 90%);
  color: white;
}
.header__title .title {
  font-family: kepler-std, serif;
  font-size: clamp(2rem,2.4vw,3rem);
  letter-spacing: 0.2em;
}
.header__title .catch {
  font-weight: 900;
  font-size: clamp(3.2rem,8vw,10rem);
  margin-top: clamp(14px,3.2vw,40px);
  line-height: 1.05;
}
.header__title .catch span {
  display: inline-block;
}
.header .global-nav {
  position: absolute;
  width: calc(100vw - 10px);
  top: 5px;
  left: 5px;
  z-index: 100;
  font-weight: 300;
  font-size: 1.4rem;
}
.header .global-nav__inner {
  width: 100%;
  padding: clamp(17px,2vw,25px);
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.header .global-nav__button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__button {
    width: 50px;
    height: 50px;
  }
}
.header .global-nav__button svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__button svg {
    width: 20px;
    height: 20px;
  }
}
.header .global-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__list {
    display: none;
  }
}
.header .global-nav__item {
  margin-left: 5px;
}
.header .global-nav__item a {
  display: block;
  color: white;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s ease-in-out;
}
.header .global-nav__menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100px;
  width: 100%;
  transition: 0.3s ease-in-out;
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(3, calc((100vw - 20px) / 3));
  grid-template-rows: 3.5fr 1fr 1fr;
  gap: 5px 5px;
  grid-template-areas: "work artist gallery" "work artist company" "work artist contact";
}
@media screen and (max-width: 1024px) {
  .header .global-nav__menu {
    grid-template-columns: 100%;
    grid-template-rows: repeat(5, auto);
    gap: 5px 0;
    grid-template-areas: "top" "work" "artist" "gallery" "company" "contact";
  }
}
.header .global-nav__menu > * {
  position: relative;
  background-color: white;
  border-radius: 5px;
  color: #090B17;
}
.header .global-nav__menu > * a {
  display: block;
  color: #090B17;
}
.header .global-nav__menu > *::after {
  position: absolute;
  bottom: clamp(20px,2.48vw,31px);
  right: clamp(15px,1.6vw,20px);
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/base/arrow.svg") no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__menu > *::after {
    top: clamp(20px,2.48vw,31px);
    bottom: inherit;
  }
}
.header .global-nav__menu > * .title {
  font-size: clamp(1.4rem,1.44vw,1.8rem);
  padding: clamp(20px,2.48vw,31px) clamp(15px,1.6vw,20px);
}
.header .global-nav__menu > * .body {
  padding: 0 clamp(15px,1.6vw,20px) clamp(20px,2.48vw,31px);
}
@media screen and (max-width: 1024px) {
  .header .global-nav__menu > * .body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.header .global-nav__menu > * .body .block {
  display: block;
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__menu > * .body .block {
    width: min(180px, (100% - 15px) / 2);
  }
}
.header .global-nav__menu > * .body .block:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__menu > * .body .block:not(:first-of-type) {
    margin-top: 0;
    margin-left: 15px;
  }
}
.header .global-nav__menu > * .body .block .image {
  width: 100%;
  height: min(120px, 9.6vw);
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .header .global-nav__menu > * .body .block .image {
    height: 115px;
  }
}
.header .global-nav__menu > * .body .block .text {
  font-size: clamp(1.2rem,1.28vw,1.6rem);
  font-weight: 500;
  margin-top: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .global-nav__top {
  grid-area: top;
}
.header .global-nav__work {
  grid-area: work;
}
.header .global-nav__artist {
  grid-area: artist;
}
.header .global-nav__gallery {
  grid-area: gallery;
}
.header .global-nav__company {
  grid-area: company;
}
.header .global-nav__contact {
  grid-area: contact;
}
.header .drawer-hidden {
  display: none;
}
.header #drawer-check:checked ~ .global-nav {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}
.header #drawer-check:checked ~ .global-nav .global-nav__inner {
  background-color: white;
}
.header #drawer-check:checked ~ .global-nav .global-nav__button {
  background-color: rgba(0, 0, 0, 0.5);
}
.header #drawer-check:checked ~ .global-nav .global-nav__item a {
  background-color: rgba(0, 0, 0, 0.5);
}
.header #drawer-check:checked ~ .global-nav .global-nav__menu {
  visibility: visible;
  opacity: 1;
  bottom: inherit;
}
.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: clamp(325px,48vw,600px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-work .header__bg {
  background-image: url("../img/work/header_bg.jpg");
}

.page-artist .header__bg {
  background-image: url("../img/artist/header_bg.jpg");
}

.page-company .header__bg {
  background-image: url("../img/company/header_bg.jpg");
}

.page-gallery .header__bg {
  background-image: url("../img/gallery/header_bg.jpg");
}

.footer {
  position: relative;
  color: white;
  background-color: #222222;
  padding: min(75px, 9.3vw) 0 min(95px, 10.8vw);
  font-size: 1.4rem;
  z-index: 10;
}
.footer__inner {
  width: 90%;
  margin: 0 auto;
}
.footer .sitemap__item:not(:first-of-type) {
  margin-top: 35px;
}
@media screen and (max-width: 599px) {
  .footer .sitemap__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.footer .sitemap__item .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .footer .sitemap__item .list {
    margin-top: 25px;
  }
}
.footer .sitemap__item .list .item {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .footer .sitemap__item .list .item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.footer .sitemap__item .list .item a {
  display: block;
  color: white;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.footer__copy {
  margin-top: min(75px, 5.8vw);
}

/*/--------------------------------------------------
header
--------------------------------------------------/*/
.header__title {
  color: #090B17;
}

/*/--------------------------------------------------
main
--------------------------------------------------/*/
.gallery__list {
  margin-top: 20px;
}
.gallery__list li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.87;
}
.gallery__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0 5px 3px;
  background-color: white;
  border-radius: 50vw;
}

.viewer {
  width: 100%;
  height: clamp(218px,64vw,800px);
  background-color: gray;
}
.viewer + .area-title {
  margin-top: 50px;
}

/*# sourceMappingURL=gallery.css.map */
