@charset "UTF-8";
/*
Theme Name: awase-theme-Archives追加
*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2B2B2B;
  background: #F4F4F4;
}

body {
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

main:not(.top-page) {
  margin-top: 100px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #2B2B2B;
}

.u-en {
  font-family: "univers-next-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-menu {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1120px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.text-ja {
  font-size: min(1.1666666vw, 14px);
  font-weight: 500;
  line-height: 180%;
}

.text-en {
  font-size: min(1.1666666vw, 14px);
  font-weight: 400;
  line-height: 160%;
}
.text-en .italic {
  font-style: italic;
}

.title {
  font-size: min(3.66666666vw, 44px);
  font-weight: 400;
  line-height: 120%;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  gap: min(2.66666666vw, 32px);
}
.c-btn .text {
  font-size: min(1.333333vw, 16px);
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.c-btn .text::after {
  background-color: #2B2B2B;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}
.c-btn .arrow-wrap {
  width: min(3.333333vw, 40px);
  height: min(3.333333vw, 40px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-btn .arrow {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #1F1F1F;
  transition: transform 0.1s ease;
}
.c-btn:hover .arrow {
  width: 77.777%;
  height: 77.777%;
}
.c-btn:hover .text::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.page-header {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-header .page-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-header .page-header__inner.thanks-header {
  justify-content: flex-end;
}
.page-header .page-header__inner .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-header .page-header__inner .title-box .page-title {
  font-size: min(5vw, 60px);
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.16666em;
}
.page-header .page-header__inner .title-box .page-text span {
  padding-left: min(1.833333vw, 22px);
  position: relative;
}
.page-header .page-header__inner .title-box .page-text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2B2B2B;
}

.breadcrumb .breadcrumb__list {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  gap: 63px;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
  position: relative;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 47px;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  transform: translateY(-50%);
}
.breadcrumb .breadcrumb__list .breadcrumb__item a {
  color: #979797;
}

.js-slideup {
  display: inline-block;
  overflow: hidden;
}
.js-slideup span {
  display: inline-block;
  position: relative;
  top: 0;
  transform: translateY(110%);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.5s;
}
.js-slideup.action span {
  top: 0;
  transform: translateY(0%);
}

/*===========================================================================*/
/*  ヘッダー  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 60px;
  padding-right: 60px;
  transition: background 0.3s;
}
.p-header.js-active {
  background: #F4F4F4;
  transition: background 0.3s;
}
.p-header .p-logo {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.p-header .p-logo.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-header .p-logo.logo-active {
  opacity: 1;
  visibility: visible;
}
.p-header .p-menu-list {
  display: flex;
  align-items: center;
  gap: 60px;
}
.p-header .p-menu-list .p-menu-text {
  font-size: 16px;
}
.p-header .js-menu {
  display: none;
}

.menu-hover {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #2b2b2b, 0 0 0 #2b2b2b;
  transition: text-shadow 0.4s;
}
.menu-hover:hover {
  text-shadow: 0 0 0 #2b2b2b, 0 -1.5em 0 #2b2b2b;
}

/*===========================================================================*/
/*  MV  */
/*===========================================================================*/
.p-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
}
.p-mv .mv-scroll {
  position: absolute;
  bottom: 12px;
  left: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-mv .mv-scroll span {
  font-size: 16px;
  font-weight: 400;
}
.p-mv .mv-scroll svg {
  position: relative;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
.p-mv figure {
  width: 294px;
}

@keyframes floating-y {
  0% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(25%);
  }
}
/*===========================================================================*/
/*  About  */
/*===========================================================================*/
.p-about {
  padding-top: 140px;
  padding-bottom: 140px;
}
.p-about .p-about__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.p-about .p-about__inner .title-box {
  margin-right: min(12.166666vw, 146px);
}
.p-about .p-about__inner .p-about-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-about .p-about__inner .p-about-text .text-en {
  margin-top: 1.42857em;
}
.p-about .p-about__inner .btn-wrap {
  display: flex;
  margin-top: min(3.333333vw, 40px);
}

/*===========================================================================*/
/*  Information  */
/*===========================================================================*/
.p-information {
  padding-bottom: 140px;
}
.p-information .p-information__inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.p-information .p-information__inner .text-box {
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.p-information .p-information__inner .text-box .text-ja {
  margin-top: 1.42857em;
}
.p-information .p-information__inner .text-box .text-en {
  margin-top: 1.142857em;
}
.p-information .p-information__inner .text-box .c-btn {
  margin-top: min(3.333333vw, 40px);
}
.p-information .p-information__inner .p-information__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5vw, 60px) min(2.66666666vw, 32px);
  width: calc(100% - 310px);
  max-width: 736px;
}
.p-information .p-information__inner .p-information__list a:hover .thumbnail img{
  transform: scale(1.1);
  transition: 0.3s ease;
}
.p-information .p-information__inner .p-information__list a .thumbnail {
  overflow: hidden;
}
.p-information .p-information__inner .p-information__list a .thumbnail img{
  transition: 0.3s ease;
}
.p-information .p-information__inner .p-information__list .info-wrap {
  padding: 0 min(2vw, 24px);
}
.p-information .p-information__inner .p-information__list .info-wrap .info-top {
  margin-top: min(2vw, 24px);
  display: flex;
  gap: min(1.33333vw, 16px);
}
.p-information .p-information__inner .p-information__list .info-wrap .info-title {
  margin-top: min(1vw, 12px);
}

/*===========================================================================*/
/*  Contact  */
/*===========================================================================*/
.p-contact {
  padding-bottom: 140px;
}
.p-contact .contact-box {
  border-radius: 40px;
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 110px;
  padding-left: 40px;
  padding-right: 40px;
}
.p-contact .contact-box .contact-inner {
  width: 100%;
  max-width: min(61.166666vw, 734px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-contact .contact-box .contact-inner .left-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-contact .contact-box .contact-inner .contact-title {
  font-size: min(5vw, 60px);
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0.3333em;
}
.p-contact .contact-box .contact-inner .right-box {
  margin-top: min(0.916666666vw, 11px);
}
.p-contact .contact-box .contact-inner .right-box .contact-text {
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  line-height: 200%;
  margin-bottom: min(2.666666vw, 32px);
}

/*===========================================================================*/
/*  Footer  */
/*===========================================================================*/
.p-footer {
  overflow: hidden;
  background: #fff;
}
.p-footer .p-footer__inner {
  padding-top: 110px;
}
.p-footer .p-footer__inner .footer-top {
  display: flex;
  justify-content: space-between;
}
.p-footer .p-footer__inner .footer-top .footer-logo {
  width: 177px;
}
.p-footer .p-footer__inner .footer-top .footer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.5vw, 18px) min(3.83333vw, 46px);
}
.p-footer .p-footer__inner .footer-top .footer-list .footer-text {
  font-size: min(1.33333333vw, 16px);
  line-height: 1;
}
.p-footer .p-footer__inner .footer-top .footer-list .footer-text.external {
  position: relative;
  padding-right: 0.8125em;
}
.p-footer .p-footer__inner .footer-top .footer-list .footer-text.external::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  aspect-ratio: 23/18;
  width: 10px;
  background: url(../img/external.svg) no-repeat center center/contain;
}
.p-footer .p-footer__inner .footer-top .footer-list-wrap .policy {
  margin-top: 130px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid #2B2B2B;
  display: inline-block;
}
.p-footer .p-footer__inner .footer-top .address-box {
  display: flex;
  gap: min(3.83333vw, 54px);
}
.p-footer .p-footer__inner .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -29px;
}
.p-footer .p-footer__inner .footer-bottom .bottom-wrap {
  display: flex;
  align-items: center;
}
.p-footer .p-footer__inner .footer-bottom .bottom-wrap .copyright {
  color: #979797;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-right: 134px;
}
.p-footer .p-footer__inner .footer-bottom .bottom-wrap .policy {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid #2B2B2B;
  display: none;
}

.footer__container {
  padding-bottom: 80px;
  position: relative;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0%, -50%);
}

/*===========================================================================*/
/*  ページトランジション  */
/*===========================================================================*/
body {
  opacity: 0;
  transition: opacity 0.6s ease;
}
body.is-loaded {
  opacity: 1;
}

/*===========================================================================*/
/*  About  */
/*===========================================================================*/
.a-about {
  padding-bottom: 140px;
}
.a-about .a-about__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(11.666666vw, 140px);
}
.a-about .a-about__inner .text-en {
  max-width: 380px;
}

/*===========================================================================*/
/*  Map  */
/*===========================================================================*/
.a-map {
  padding-bottom: 140px;
}
.a-map .a-map__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 975px;
  gap: 40px;
}
.a-map .a-map__inner .left-box {
  flex-shrink: 0;
}
.a-map .a-map__inner .address-wrap {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  margin-top: 40px;
}
.a-map .a-map__inner .map-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
}
.a-map .a-map__inner .right-box {
  width: 100%;
  max-width: 478px;
}
.a-map .a-map__inner .right-box iframe {
  width: 100%;
  height: 267px;
}

/*===========================================================================*/
/*  Artist  */
/*===========================================================================*/
.a-artist {
  padding-bottom: 140px;
}
.a-artist .artist-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.66666666vw, 32px);
  margin-top: min(3.33333333vw, 40px);
}
.a-artist .artist-list a .thumbnail {
  transition: 0.3s;
}
.a-artist .artist-list a:hover .thumbnail {
  transform: scale(0.95);
}
.a-artist .artist-list li .artist-info {
  padding: min(2vw, 24px) min(2vw, 24px) 0;
}
.a-artist .artist-list li .artist-info .artist-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2727em;
  font-size: min(1.8333333333vw, 22px);
  font-weight: 500;
  line-height: 160%;
}

/*===========================================================================*/
/*  Information  */
/*===========================================================================*/
.h-information {
  padding-bottom: 140px;
}
.h-information .filter {
  display: flex;
  align-items: center;
  gap: min(3.666666vw, 44px);
}
.h-information .filter .filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
}
.h-information .filter .filter-list li {
  position: relative;
}
.h-information .filter .filter-list li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%) rotate(10deg);
  -webkit-transform: translateY(-50%) rotate(10deg);
  -ms-transform: translateY(-50%) rotate(10deg);
}
.h-information .filter .filter-list li .filter-text {
  color: #BEBEBE;
  position: relative;
}
.h-information .filter .filter-list li .filter-text.active {
  color: #2B2B2B;
}
.h-information .h-information__list {
  margin-top: min(3.3333333333vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(5vw, 60px) min(2.6666666667vw, 32px);
  width: 100%;
}
.h-information .h-information__list a .thumbnail {
  overflow: hidden;
}
.h-information .h-information__list a .thumbnail img{
  transition: 0.3s ease;
}
.h-information .h-information__list a:hover .thumbnail img{
  transform: scale(1.1);
  transition: 0.3s ease;
}
.h-information .h-information__list .info-wrap {
  padding: 0 min(2vw, 24px);
}
.h-information .h-information__list .info-wrap .info-top {
  margin-top: min(2vw, 24px);
  display: flex;
  gap: min(1.3333333333vw, 16px);
}
.h-information .h-information__list .info-wrap .info-title {
  margin-top: min(1vw, 12px);
}
.h-information .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(5vw, 60px);
  gap: min(2.6666666667vw, 32px);
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  line-height: 160%;
}
.h-information .pagination .prev,
.h-information .pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3vw, 36px);
  height: min(3vw, 36px);
  border-radius: 4px;
  border: 1px solid #2B2B2B;
}
.h-information .pagination .prev svg {
  transform: scaleX(-1);
}
.h-information .pagination .page-numbers {
  color: #979797;
}
.h-information .pagination .page-numbers.current {
  color: #2B2B2B;
}

/*===========================================================================*/
/*  Archive Single（詳細ページ）                                             */
/*===========================================================================*/
/* Back ボタン */
.archive-back {
  margin-top: min(3.3333333333vw, 40px);
}
.archive-back .back-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: min(1.1666666667vw, 14px);
  color: #2B2B2B;
  text-decoration: none;
}
.archive-back .back-arrow svg rect {
  transition: fill 0.2s;
}
.archive-back .back-btn:hover .back-arrow svg rect {
  fill: #2B2B2B;
}
.archive-back .back-btn:hover .back-arrow svg path {
  stroke: #fff;
}

/* タイトルエリア */
.archive-title-area {
  margin-top: min(5vw, 60px);
}
.archive-title-jp {
  font-size: min(4.1666666667vw, 60px);
  font-weight: 500;
  line-height: 1.3;
  color: #2B2B2B;
}
.archive-title-en {
  margin-top: 8px;
  font-size: min(2.0833333333vw, 30px);
  font-weight: 400;
  line-height: 1.3;
  color: #2B2B2B;
}

/* メタ情報（日付・会場・URL） */
.archive-meta-info {
  margin-top: min(2.6666666667vw, 32px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px 24px;
  font-size: min(1.1666666667vw, 14px);
  line-height: 160%;
  color: #2B2B2B;
}
.archive-meta-info .archive-url {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2B2B2B;
  text-decoration: none;
  word-break: break-all;
}
.archive-meta-info .archive-url:hover {
  text-decoration: underline;
}

/* 区切り線 */
.archive-divider {
  margin: min(3.3333333333vw, 40px) 0;
  border: none;
  border-top: 1px solid #2B2B2B;
}

/* Credits */
.archive-credits {
  margin-bottom: min(3.3333333333vw, 40px);
}
.archive-credits .credits-heading {
  font-size: min(1.6666666667vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  color: #2B2B2B;
  margin-bottom: 12px;
}
.archive-credits .credits-text {
  font-size: min(1.1666666667vw, 14px);
  line-height: 160%;
  color: #2B2B2B;
  white-space: pre-line;
}

/* 本文コンテンツ */
.archive-content {
  margin-bottom: min(5vw, 60px);
  font-size: min(1.1666666667vw, 14px);
  line-height: 180%;
  color: #2B2B2B;
}
.archive-content h2 {
  font-size: min(2.0833333333vw, 30px);
  font-weight: 500;
  margin: min(4vw, 48px) 0 min(1.6666666667vw, 20px);
}
.archive-content p {
  margin-bottom: min(1.6666666667vw, 20px);
}

/* Works・All Works 共通セクションヘッド */
.works-section-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: min(2.6666666667vw, 32px);
}
.works-heading {
  font-size: min(2.5vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  color: #2B2B2B;
}
.works-count {
  font-size: min(1vw, 14px);
  color: #2B2B2B;
  line-height: 1;
  vertical-align: super;
}

/* Works スライダー */
.archive-works {
  margin-bottom: min(7.5vw, 90px);
}
.works-slider .works-slide {
  outline: none;
  cursor: pointer;
}
.works-slider .slide-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.6666666667vw, 32px);
  align-items: center;
}
.slide-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #D9D9D9;
}
.slide-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slide-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
}
.slide-text {
  padding: min(2vw, 24px) 0;
}
.slide-description {
  font-size: min(1.1666666667vw, 14px);
  line-height: 180%;
  color: #2B2B2B;
  margin-bottom: min(1.6666666667vw, 20px);
}
.slide-caption {
  font-size: min(1vw, 12px);
  line-height: 160%;
  color: #2B2B2B;
  white-space: pre-line;
}

/* スライダーナビ */
.works-slider-nav {
  margin-top: min(2vw, 24px);
  display: flex;
  align-items: center;
  gap: 16px;
}
.slide-label {
  font-size: min(1.1666666667vw, 14px);
  color: #2B2B2B;
  white-space: nowrap;
}
.slide-progress {
  flex: 1;
}
.slide-progress__track {
  height: 1px;
  background: #D9D9D9;
  position: relative;
}
.slide-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #2B2B2B;
  transition: width 0.4s ease;
  width: 0%;
}
.slide-prev,
.slide-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.slide-prev svg {
  transform: scaleX(-1);
}

/* All Works グリッド */
.archive-all-works {
  margin-bottom: min(7.5vw, 90px);
}
.all-works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.6666666667vw, 20px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.all-works-item {
  aspect-ratio: 1;
  overflow: hidden;
  background: #D9D9D9;
}
.all-works-btn {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.all-works-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.all-works-btn:hover img {
  transform: scale(1.05);
}

/* AWASE gallery attribution */
.archive-attribution {
  margin-bottom: min(7.5vw, 90px);
}
.attribution-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.attribution-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  padding: 8px;
}
.attribution-circle img {
  width: 100%;
  height: auto;
  display: block;
}
.attribution-name {
  font-size: min(1.1666666667vw, 14px);
  color: #2B2B2B;
  line-height: 160%;
}

/* -------------------------------------------------------
 * Works ポップアップ
 * ------------------------------------------------------- */
.works-popup {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.works-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
body.popup-open {
  overflow: hidden;
}
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.popup-panel {
  position: relative;
  margin-left: auto;
  width: min(37.5vw, 540px);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(40px);
  transition: transform 0.3s ease;
}
.works-popup.is-open .popup-panel {
  transform: translateX(0);
}
.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1;
  line-height: 0;
}
.popup-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: min(3.3333333333vw, 40px);
  padding-top: 60px;
  gap: min(2vw, 24px);
}
.popup-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #D9D9D9;
  flex-shrink: 0;
}
.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popup-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup-description {
  font-size: 14px;
  line-height: 180%;
  color: #2B2B2B;
}
.popup-caption {
  font-size: 12px;
  line-height: 160%;
  color: #2B2B2B;
  white-space: pre-line;
}
.popup-nav {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-counter {
  font-size: 12px;
  color: #979797;
  line-height: 1;
}
.popup-arrows {
  display: flex;
  gap: 16px;
}
.popup-prev,
.popup-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.popup-prev svg {
  transform: scaleX(-1);
}

/*===========================================================================*/
/*  Archives（一覧）                                                          */
/*===========================================================================*/
.h-archives {
  padding-bottom: 140px;
}
.h-archives .filter {
  display: flex;
  align-items: center;
  gap: min(3.666666vw, 44px);
}
.h-archives .filter .filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
}
.h-archives .filter .filter-list li {
  position: relative;
}
.h-archives .filter .filter-list li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%) rotate(10deg);
  -webkit-transform: translateY(-50%) rotate(10deg);
  -ms-transform: translateY(-50%) rotate(10deg);
}
.h-archives .filter .filter-list li .filter-text {
  color: #BEBEBE;
  position: relative;
}
.h-archives .filter .filter-list li .filter-text.active {
  color: #2B2B2B;
}
.h-archives .h-archives__list {
  margin-top: min(3.3333333333vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(5vw, 60px) min(2.6666666667vw, 32px);
  width: 100%;
}
.h-archives .archives-item a {
  display: block;
}
/* サムネイルホバー切替 */
.h-archives .archives-thumb {
  position: relative;
  overflow: hidden;
  background: #D9D9D9;
  aspect-ratio: 352 / 198;
}
.h-archives .archives-thumb .thumb-main,
.h-archives .archives-thumb .thumb-hover,
.h-archives .archives-thumb .thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-archives .archives-thumb .thumb-placeholder {
  background: #D9D9D9;
}
.h-archives .archives-thumb .thumb-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.h-archives .archives-item a:hover .thumb-hover {
  opacity: 1;
}
.h-archives .archives-item a:hover .thumb-main {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}
.h-archives .archives-thumb .thumb-main {
  transition: transform 0.4s ease;
}
/* テキスト情報 */
.h-archives .archives-info {
  padding: 0 min(2vw, 24px);
}
.h-archives .archives-meta {
  margin-top: min(2vw, 24px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: min(1.1666666667vw, 14px);
  line-height: 160%;
  color: #2B2B2B;
}
.h-archives .archives-meta .archives-arrow {
  display: flex;
  align-items: center;
}
.h-archives .archives-meta .archives-sep {
  color: #2B2B2B;
}
.h-archives .archives-title {
  margin-top: min(1vw, 12px);
  font-size: min(1.1666666667vw, 14px);
  line-height: 180%;
  color: #2B2B2B;
}
/* ページネーション（h-informationと共通スタイル） */
.h-archives .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(5vw, 60px);
  gap: min(2.6666666667vw, 32px);
  font-size: min(1.1666666667vw, 14px);
  font-weight: 400;
  line-height: 160%;
}
.h-archives .pagination .prev,
.h-archives .pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3vw, 36px);
  height: min(3vw, 36px);
  border-radius: 4px;
  border: 1px solid #2B2B2B;
}
.h-archives .pagination .prev svg {
  transform: scaleX(-1);
}
.h-archives .pagination .page-numbers {
  color: #979797;
}
.h-archives .pagination .page-numbers.current {
  color: #2B2B2B;
}

/*===========================================================================*/
/*  Article  */
/*===========================================================================*/
.article-head {
  padding-top: 80px;
  padding-bottom: 100px;
}
.article-head .article-head__inner .article-head__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-head .article-head__inner .article-head__top .info-top {
  display: flex;
  gap: 16px;
}
.article-head .article-head__inner .article-title {
  margin-top: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
}
.article-head .article-head__inner .article-title-en {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

/*===========================================================================*/
/*  Article  */
/*===========================================================================*/
.article-content {
  padding-bottom: 140px;
}
.article-content .article-content__inner {
  max-width: 800px;
}
.article-content .article-content__inner .thumbnail {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article-content .article-content__inner .content-area {
  margin-top: 80px;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
.article-content .article-content__inner .content-area a {
  border-bottom: 1px solid #2B2B2B;
}
.article-content .article-content__inner .content-area h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
}
.article-content .article-content__inner .content-area h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
.article-content .article-content__inner .content-area *:not(:first-child) {
  margin-top: 16px;
}
.article-content .article-content__inner .content-area ul li, .article-content .article-content__inner .content-area ol li {
  margin-top: 0 !important;
}
.article-content .article-content__inner .content-area ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.article-content .article-content__inner .content-area ul {
  list-style-type: disc;
  padding-left: 1em;
}
.article-content .article-content__inner .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.article-content .article-content__inner .wp-block-quote {
  border-left: 1px solid #B0B0B0;
  padding-left: 40px;
}

/*===========================================================================*/
/*  Contactform  */
/*===========================================================================*/
.form-content .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.form-content .wpcf7-spinner {
  display: none;
}
.form-content .required {
  color: #C60C0C;
}
.form-content .form-item {
  margin-bottom: 60px;
}
.form-content .form-item .form-heading {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.form-content .form-item .radio-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-content .form-item .radio-wrap .wpcf7-list-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
.form-content .form-item .radio-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.form-content .form-item .radio-wrap .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-content .form-item .radio-wrap .wpcf7-list-item input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #979797;
  vertical-align: -2px;
}
.form-content .form-item .radio-wrap .wpcf7-list-item input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #2B2B2B;
  content: "";
}
.form-content .form-item .input-text,
.form-content .form-item textarea {
  width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #979797;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.form-content .form-item .input-text::placeholder,
.form-content .form-item textarea::placeholder {
  color: #979797;
}
.form-content .form-item .input-text:focus-visible,
.form-content .form-item textarea:focus-visible {
  border: 1px solid #2B2B2B;
}
.form-content .form-item .form-half {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.form-content .form-item .form-half > span {
  width: 100%;
}
.form-content .form-privacy {
  text-align: center;
}
.form-content .form-privacy .form-privacy__label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.form-content .form-privacy input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-content .form-privacy input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #979797;
  vertical-align: -2px;
}
.form-content .form-privacy input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #2B2B2B;
  content: "";
}
.form-content .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.form-content .submit-btn .c-btn {
  cursor: pointer;
}
.form-content .submit-btn .c-btn:not(.confirm).disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-content .submit-btn .c-btn:not(.confirm).disabled:hover .arrow {
  transform: translate(0, 0) !important;
}

.artist-info {
  padding-bottom: 80px;
}
.artist-info .artist-info__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 40px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.artist-info .artist-info__inner .img-box {
  flex-shrink: 0;
  width: min(25vw, 300px);
  position: absolute;
  left: 0;
  top: 0;
}
.artist-info .artist-info__inner .content-box {
  width: 100%;
  max-width: 465px;
}
.artist-info .artist-info__inner .content-box p {
  margin-bottom: min(2vw, 24px);
}
.artist-info .artist-info__inner .content-box h2, .artist-info .artist-info__inner .content-box h3 {
  font-size: min(3.6666666666vw, 44px);
  font-weight: 400;
  line-height: 120%;
  margin-top: 1.8181em;
  margin-bottom: 0.7272em;
}
.artist-info .artist-info__inner .content-box .instagram-link {
  display: flex;
  align-items: center;
  gap: 19px;
}

.artist-works {
  padding-bottom: 140px;
}
.artist-works .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.66666666vw, 32px);
}
.artist-works .works-list li .work-title {
  padding: 1.3333em 1.3333em 0;
  font-size: min(1vw, 16px);
  font-weight: 400;
  line-height: 160%;
}

.policy-section {
  padding-bottom: 140px;
}
.policy-section .policy-section__inner {
  max-width: 850px;
}
.policy-section .policy-section__inner .policy-content {
  margin-top: min(6.6666666vw, 80px);
}
.policy-section .policy-section__inner .policy-content .content-wrap:not(:first-child) {
  margin-top: min(5vw, 60px);
}
.policy-section .policy-section__inner .policy-content .content-wrap h3 {
  font-size: min(2.6666666667vw, 32px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: min(2vw, 24px);
}

.contact-section {
  padding-bottom: 140px;
}
.contact-section .red {
  color: #C60C0C;
}
.contact-section .form-content {
  margin-top: 60px;
  border-radius: 40px;
  background: #FFF;
  padding: 80px 40px;
}
.contact-section .form-content .form-inner {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
}

.thanks-section {
  padding-bottom: 140px;
  text-align: center;
}
.thanks-section .thanks-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 18px;
}
.thanks-section .btn-wrap {
  margin-top: 40px;
}

@media (max-width: 768px) {
  main:not(.top-page) {
    margin-top: 68px;
  }
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 100%;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline-block;
  }
  .text-ja {
    font-size: 3.73333vw;
  }
  .text-en {
    font-size: 3.73333vw;
  }
  .c-btn {
    gap: 8.533333333vw;
  }
  .c-btn .text {
    font-size: 4.266666666vw;
  }
  .c-btn .arrow-wrap {
    width: 10.666666666vw;
    height: 10.666666666vw;
  }
  .title {
    font-size: 8.5333333vw;
  }
  .page-header {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .page-header .page-header__inner {
    flex-direction: column-reverse;
  }
  .page-header .page-header__inner .title-box {
    margin-top: 10.6666666vw;
  }
  .page-header .page-header__inner .title-box .page-title {
    font-size: 12.8vw;
    margin-bottom: 0.25em;
  }
  .page-header .page-header__inner .title-box .page-text::before {
    width: 4px;
    height: 4px;
  }
  .breadcrumb .breadcrumb__list {
    gap: 10.666666666vw;
  }
  .breadcrumb .breadcrumb__list .breadcrumb__item:not(:first-child)::before {
    width: 8vw;
    right: calc(100% + 5px);
  }
  /*===========================================================================*/
  /*  ヘッダー  */
  /*===========================================================================*/
  .p-header {
    height: 68px;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-header .p-logo {
    width: 100px;
  }
  .p-header .p-menu-list {
    display: none;
  }
  .p-header .p-contact {
    font-size: 15px;
    padding: 0 20px;
    height: 58px;
    margin-right: -1px;
    border-radius: 0 0 0 20px;
    border-left: 8px solid #ff5d30;
    border-bottom: 8px solid #ff5d30;
  }
  .p-header .p-contact span {
    position: relative;
  }
  .p-header .p-contact img {
    position: absolute;
    top: -70%;
    left: -8%;
    width: 100px;
  }
  .p-header .js-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .p-header .js-menu.js-active {
    opacity: 1;
    visibility: visible;
  }
  .ham-btn {
    position: relative;
    width: 62px;
    height: 10px;
    cursor: pointer;
  }
  .ham-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2B2B2B;
  }
  .ham-btn span:nth-of-type(1) {
    top: 0;
    -webkit-animation: ham-bar-1 0.5s forwards;
    animation: ham-bar-1 0.5s forwards;
  }
  .ham-btn span:nth-of-type(2) {
    bottom: 0;
    -webkit-animation: ham-bar-2 0.5s forwards;
    animation: ham-bar-2 0.5s forwards;
  }
  .ham-btn.js-active span:nth-of-type(1) {
    -webkit-animation: active-ham-bar-1 0.5s forwards;
    animation: active-ham-bar-1 0.5s forwards;
  }
  .ham-btn.js-active span:nth-of-type(2) {
    -webkit-animation: active-ham-bar-2 0.5s forwards;
    animation: active-ham-bar-2 0.5s forwards;
  }
  .ham-btn, .ham-btn span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  @-webkit-keyframes ham-bar-1 {
    0% {
      -webkit-transform: translateY(4px) rotate(7.352deg);
    }
    50% {
      -webkit-transform: translateY(4px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes ham-bar-1 {
    0% {
      transform: translateY(4px) rotate(7.352deg);
    }
    50% {
      transform: translateY(4px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes ham-bar-2 {
    0% {
      -webkit-transform: translateY(-5px) rotate(-7.352deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes ham-bar-2 {
    0% {
      transform: translateY(-5px) rotate(-7.352deg);
    }
    50% {
      transform: translateY(-5px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-ham-bar-1 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(4px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(4px) rotate(7.352deg);
    }
  }
  @keyframes active-ham-bar-1 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(4px) rotate(0);
    }
    100% {
      transform: translateY(4px) rotate(7.352deg);
    }
  }
  @-webkit-keyframes active-ham-bar-2 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-7.352deg);
    }
  }
  @keyframes active-ham-bar-2 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-5px) rotate(0);
    }
    100% {
      transform: translateY(-5px) rotate(-7.352deg);
    }
  }
  .ham-menu {
    display: block;
    position: absolute;
    top: 67px;
    background: #F4F4F4;
    left: 0;
    width: 100vw;
    height: calc(100vh - 66px);
    overflow-y: auto !important;
  }
  .ham-menu .ham-menu__inner {
    padding: 40px 25px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  .ham-menu .ham-menu__inner .ham-menu-top {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .ham-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 0;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .ham-menu-list .ham-menu-text {
    font-size: 20px;
    line-height: 1;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .ham-menu-list .ham-menu-text.external {
    position: relative;
    padding-right: 17px;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .ham-menu-list .ham-menu-text.external::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    aspect-ratio: 23/18;
    width: 13px;
    background: url(img/external.svg) no-repeat center center/contain;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .address-box {
    margin-top: 40px;
    display: flex;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .address-box .address-text {
    width: 50%;
    font-size: 14px;
    line-height: 2;
  }
  .ham-menu .ham-menu__inner .ham-menu-top .address-box .address-text.u-en {
    line-height: 160%;
  }
  .ham-menu .ham-menu__inner .ham-menu-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .ham-menu .ham-menu__inner .ham-menu-bottom .bottom-wrap .policy {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    border-bottom: 1px solid #2B2B2B;
  }
  .ham-menu .ham-menu__inner .ham-menu-bottom .bottom-wrap .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 16px;
    color: #979797;
  }
  .ham-menu .ham-menu__inner .ham-menu-bottom .instagram {
    flex-shrink: 0;
    width: 32px;
  }
  /*===========================================================================*/
  /*  MV  */
  /*===========================================================================*/
  .p-mv {
    padding-top: 142px;
    padding-bottom: 183px;
  }
  .p-mv figure {
    max-width: 208px;
    width: 100%;
  }
  /*===========================================================================*/
  /*  About  */
  /*===========================================================================*/
  .p-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-about .p-about__inner {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-about .p-about__inner .title-box {
    margin-right: 0;
  }
  .p-about .p-about__inner .btn-wrap {
    display: flex;
    margin-top: 10.6666666667vw;
  }
  /*===========================================================================*/
  /*  Information  */
  /*===========================================================================*/
  .p-information {
    padding-bottom: 100px;
  }
  .p-information .p-information__inner {
    flex-direction: column;
    gap: 60px;
  }
  .p-information .p-information__inner .text-box {
    position: relative;
  }
  .p-information .p-information__inner .p-information__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 100%;
  }
  .p-information .p-information__inner .p-information__list .info-wrap {
    padding: 0 20px;
  }
  .p-information .p-information__inner .p-information__list .info-wrap .info-top {
    margin-top: 28px;
    gap:16px;
  }
  .p-information .p-information__inner .p-information__list .info-wrap .info-title {
    margin-top: 12px;
  }
  /*===========================================================================*/
  /*  Contact  */
  /*===========================================================================*/
  .p-contact {
    padding-bottom: 100px;
  }
  .p-contact .contact-box {
    padding-top: 40px;
    padding-bottom: 52px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .p-contact .contact-box .contact-inner {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .p-contact .contact-box .contact-inner .contact-title {
    font-size: 10.6666666667vw;
    margin-bottom: 0.25em;
  }
  .p-contact .contact-box .contact-inner .left-box {
    align-items: center;
  }
  .p-contact .contact-box .contact-inner .right-box {
    margin-top: 10.6666666667vw;
  }
  .p-contact .contact-box .contact-inner .right-box .contact-text {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
 /*===========================================================================*/
  /*  Footer  */
  /*===========================================================================*/
  .p-footer {
    padding-bottom: 25px;
  }
  .p-footer .p-footer__inner {
    padding-top: 60px;
  }
  .p-footer .p-footer__inner .footer-top {
    flex-direction: column;
  }
  .p-footer .p-footer__inner .footer-top .footer-logo {
    width: 177px;
  }
  .p-footer .p-footer__inner .footer-top .footer-list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
  }
  .p-footer .p-footer__inner .footer-top .footer-list .footer-text {
    font-size: 20px;
  }
  .p-footer .p-footer__inner .footer-top .footer-list .footer-text.external {
    padding-right: 17px;
  }
  .p-footer .p-footer__inner .footer-top .footer-list .footer-text.external::after {
    bottom: 5px;
    width: 13px;
  }
  .p-footer .p-footer__inner .footer-top .footer-list-wrap .policy {
    display: none;
  }
  .p-footer .p-footer__inner .footer-top .address-box {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .p-footer .p-footer__inner .footer-bottom {
    margin-top: 60px;
    align-items: flex-end;
  }
  .p-footer .p-footer__inner .footer-bottom .bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .p-footer .p-footer__inner .footer-bottom .bottom-wrap .copyright {
    color: #979797;
    margin-top: 16px;
    margin-right: 0;
  }
  /*===========================================================================*/
  /*  About  */
  /*===========================================================================*/
  .a-about {
    padding-bottom: 100px;
  }
  .a-about .a-about__inner {
    flex-direction: column;
    gap: 6.4vw;
  }
  .a-about .a-about__inner .text-en {
    max-width: 100%;
  }
  /*===========================================================================*/
  /*  Map  */
  /*===========================================================================*/
  .a-map {
    padding-bottom: 100px;
  }
  .a-map .a-map__inner {
    flex-direction: column-reverse;
    gap: 8.5333333333vw;
  }
  .a-map .a-map__inner .address-wrap {
    gap: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
  .a-map .a-map__inner .map-link {
    margin-top: 5.3333333333vw;
  }
  .a-map .a-map__inner .right-box {
    max-width: 100%;
  }
  .a-map .a-map__inner .right-box iframe {
    height: 42.4vw;
  }
  /*===========================================================================*/
  /*  Artist  */
  /*===========================================================================*/
  .a-artist {
    padding-bottom: 100px;
  }
  .a-artist .artist-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 11.466666vw;
    margin-top: 10.6666666667vw;
  }
  .a-artist .artist-list li .artist-info {
    padding: 6.4vw 4vw 0;
  }
  .a-artist .artist-list li .artist-info .artist-name {
    font-size: 5.8666666vw;
  }
  /*===========================================================================*/
  /*  Archive Single SP                                                       */
  /*===========================================================================*/
  .archive-title-jp {
    font-size: 8vw;
  }
  .archive-title-en {
    font-size: 5.3333333vw;
  }
  .archive-meta-info {
    font-size: 3.7vw;
    gap: 4px 16px;
  }
  .archive-credits .credits-heading {
    font-size: 5.3333333vw;
  }
  .archive-credits .credits-text {
    font-size: 3.7vw;
  }
  .archive-content {
    font-size: 3.7vw;
  }
  .archive-content h2 {
    font-size: 5.3333333vw;
  }
  .works-heading {
    font-size: 7.466666vw;
  }
  /* Works スライダー SP */
  .works-slider .slide-inner {
    grid-template-columns: 1fr;
  }
  .slide-description,
  .slide-caption {
    font-size: 3.7vw;
  }
  .slide-label {
    font-size: 3.7vw;
  }
  /* All Works グリッド SP：2カラム */
  .all-works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .attribution-name {
    font-size: 3.7vw;
  }
  /* ポップアップ SP：全画面 */
  .popup-panel {
    width: 100%;
    margin-left: 0;
  }
  .popup-inner {
    padding: 60px 24px 32px;
  }
  .popup-description,
  .popup-caption {
    font-size: 3.7vw;
  }

  /*===========================================================================*/
  /*  Archives（一覧）SP                                                       */
  /*===========================================================================*/
  .h-archives {
    padding-bottom: 100px;
  }
  .h-archives .h-archives__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .h-archives .archives-info {
    padding: 0 20px;
  }
  .h-archives .archives-meta {
    font-size: 3.7vw;
  }
  .h-archives .archives-title {
    font-size: 3.7vw;
  }
  .h-archives .pagination {
    margin-top: 16vw;
    gap: 6vw;
    font-size: 3.7vw;
  }
  .h-archives .pagination .prev,
  .h-archives .pagination .next {
    width: 9vw;
    height: 9vw;
  }
  /*===========================================================================*/
  /*  Information  */
  /*===========================================================================*/
  .h-information {
    padding-bottom: 100px;
  }
  .h-information .h-information__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .h-information .h-information__list .info-wrap {
    padding: 0 20px;
  }
  .h-information .pagination {
    margin-top: 16vw;
    gap: 6vw;
    font-size: 3.7vw;
  }
  .h-information .pagination .prev,
  .h-information .pagination .next {
    width: 9vw;
    height: 9vw;
  }
  /*===========================================================================*/
  /*  Article  */
  /*===========================================================================*/
  .article-head {
    padding-top: 20px;
    padding-bottom: 67px;
  }
  .article-head .article-head__inner .article-head__top {
    flex-direction: column-reverse;
  }
  .article-head .article-head__inner .article-head__top .info-top {
    margin-top: 10.66666vw;
  }
  .article-head .article-head__inner .article-title {
    margin-top: 5.33333vw;
    font-size: 6.93333vw;
  }
  .article-head .article-head__inner .article-title-en {
    margin-top: 5.33333vw;
    font-size: 4.8vw;
  }
  /*===========================================================================*/
  /*  Article  */
  /*===========================================================================*/
  .article-content {
    padding-bottom: 100px;
  }
  .article-content .article-content__inner .content-area {
    margin-top: 12.2666666667vw;
  }
  .article-content .article-content__inner .content-area h2 {
    font-size: 6.4vw;
  }
  .article-content .article-content__inner .content-area h3 {
    font-size: 4.8vw;
  }
  .article-content .article-content__inner .wp-block-quote {
    padding-left: 5.3333333333vw;
  }
  /*===========================================================================*/
  /*  Contactform  */
  /*===========================================================================*/
  .form-content .form-item {
    margin-bottom: 50px;
  }
  .form-content .form-item .radio-wrap {
    margin-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .form-content .form-item .input-text,
  .form-content .form-item textarea {
    width: 100%;
    display: block;
    border-radius: 8px;
    border: 1px solid #979797;
    padding: 15px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
  }
  .form-content .form-item .form-half {
    gap: 10px;
  }
  .form-content .form-privacy {
    text-align: center;
  }
  .form-content .form-privacy .form-privacy__label {
    font-size: 14px;
  }
  .form-content .submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .form-content .submit-btn .c-btn {
    cursor: pointer;
  }
  .artist-info {
    padding-bottom: 40px;
  }
  .artist-info .artist-info__inner {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .artist-info .artist-info__inner .img-box {
    width: 100%;
    position: relative;
  }
  .artist-info .artist-info__inner .content-box {
    width: 100%;
    max-width: 100%;
  }
  .artist-info .artist-info__inner .content-box p {
    margin-bottom: 6.4vw;
  }
  .artist-info .artist-info__inner .content-box h2, .artist-info .artist-info__inner .content-box h3 {
    font-size: 8.53333333vw;
  }
  .artist-works {
    padding-bottom: 100px;
  }
  .artist-works .works-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.5333333333vw;
  }
  .artist-works .works-list li .work-title {
    padding: 1.3333em 1.3333em 0;
    font-size: 3.2vw;
  }
  .policy-section {
    padding-bottom: 100px;
  }
  .policy-section .policy-section__inner .policy-content {
    margin-top: 16vw;
  }
  .policy-section .policy-section__inner .policy-content .content-wrap:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
  .policy-section .policy-section__inner .policy-content .content-wrap h3 {
    font-size: 6.93333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .contact-section {
    padding-bottom: 100px;
  }
  .contact-section .form-content {
    margin-top: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .thanks-section {
    padding-bottom: 100px;
  }
  .thanks-section .thanks-title {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */