@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
@font-face {
  font-family: "GRENDEL";
  src: url("../../assets/font/GRENDB.woff") format("woff"), url("../../assets/font/GRENDB.woff2") format("woff2"), url("../../assets/font/GRENDB.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HudsonNYSerif";
  src: url("../../assets/font/HudsonNYSerif.woff") format("woff"), url("../../assets/font/HudsonNYSerif.woff2") format("woff2"), url("../../assets/font/HudsonNYSerif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HiraginoSansGB";
  src: url("../../assets/font/hiragino-sans-gb.woff") format("woff"), url("../../assets/font/hiragino-sans-gb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "HiraginoSansGB", sans-serif;
  font-size: min(3.8333333333vw, 23px);
  line-height: 1.7;
  color: #000;
  font-weight: 500;
}

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

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 600px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 600px) {
  ._pc {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  body {
    background-image: url("../../assets/img/bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
body {
  text-align: center;
}
body .wrapper {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 0;
  position: relative;
}
body .button {
  width: min(62.1666666667vw, 373px);
  margin: 35px auto 0;
}
body .button a {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  font-size: min(3.5vw, 21px);
  line-height: 1;
  padding: 15px 0;
}
body .button-bl {
  width: min(68.5vw, 411px);
  margin: 28px auto 0;
}
body .button-bl img {
  width: min(5vw, 30px);
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
body .button-bl a {
  display: block;
  width: 100%;
  border: 1px solid #000;
  font-size: min(3.5vw, 21px);
  font-weight: 600;
  line-height: 1;
  padding: min(3.3333333333vw, 20px) 0;
}
body footer {
  background-color: #000;
  padding: 30px 20px 23px 24px;
  color: #fff;
}
body footer .f-inner__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body footer .f-inner__logo {
  width: min(26.6666666667vw, 160px);
}
body footer .f-inner__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
body footer .f-inner__insta {
  width: min(5.6666666667vw, 34px);
}
body footer .f-inner__top {
  width: min(15.3333333333vw, 92px);
  height: min(15.3333333333vw, 92px);
  border-radius: 50%;
  border: 1px solid #fff;
}
body footer .f-inner__top a {
  color: #fff;
  font-family: "GRENDEL";
  font-size: min(2.8333333333vw, 17px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: min(2.5vw, 15px);
  height: 100%;
}
body footer .f-inner__top img {
  width: min(2vw, 12px);
  margin-bottom: min(1.8333333333vw, 11px);
}
body footer .f-inner__copy {
  font-size: min(2.3333333333vw, 14px);
  text-align: left;
  margin-top: 47px;
  line-height: 1;
}

#page-home main h2 {
  font-family: "GRENDEL";
  font-size: min(5.8333333333vw, 35px);
  line-height: 1;
}
#page-home main .title-label {
  font-size: min(2.5vw, 15px);
  line-height: 1;
  margin-top: 10px;
}
#page-home main .title-label02 {
  font-size: min(2.5vw, 15px);
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 600;
}
#page-home main .movie-wrapper {
  background-color: #000;
  padding: 30px 37px 30px;
  margin-top: 30px;
}
#page-home main .movie-wrapper .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #000;
}
#page-home main .movie-wrapper .movie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#page-home main .movie-wrapper .play {
  width: min(45vw, 270px);
  margin: 30px auto 0;
}
#page-home main .movie-wrapper .play img {
  width: min(3.5vw, 21px);
  display: inline-block;
  margin-right: 7px;
}
#page-home main .movie-wrapper .play a {
  font-weight: 600;
}
#page-home main .movie-wrapper .youtube-inline {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 999;
  display: none;
}
#page-home main .movie-wrapper .youtube-inline iframe {
  width: 100%;
  height: 100%;
}
#page-home main .p-kv {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
#page-home main .p-kv__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -3;
}
#page-home main .p-kv__inner {
  position: relative;
  z-index: 1;
  height: 90vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(6.6666666667vw, 40px) min(3.3333333333vw, 20px);
}
#page-home main .p-kv__logo {
  width: min(84.5vw, 507px);
  margin: -200px auto 0;
}
#page-home main .p-kv__news {
  width: min(90vw, 540px);
  padding: min(4.1666666667vw, 25px) min(3.8333333333vw, 23px);
  background-color: rgba(255, 255, 255, 0.8078431373);
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-home main .p-kv__news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-home main .p-kv__news a:not([href]) {
  pointer-events: none;
  cursor: default;
}
#page-home main .p-kv__thumb {
  width: min(30.6666666667vw, 184px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#page-home main .p-kv__detail {
  width: calc(100% - min(30.6666666667vw, 184px));
  margin-left: 25px;
}
#page-home main .p-kv__title {
  font-size: min(3.3333333333vw, 20px);
  line-height: 1.4;
  font-family: "HiraginoSansGB", sans-serif;
}
#page-home main .p-kv__text {
  font-size: min(3vw, 18px);
  margin-top: 30px;
  line-height: 1.66;
}
#page-home main .sec-what {
  margin-top: -3px;
  padding: 55px 10px 94px;
  background: url(../../assets/img/what-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
#page-home main .sec-what__logo {
  width: min(74.8333333333vw, 449px);
  margin: 19px auto 0;
}
#page-home main .sec-what__text {
  font-size: min(3.8333333333vw, 23px);
  margin-top: 62px;
  line-height: 2.1;
}
#page-home main .sec-what__text p + p {
  margin-top: 35px;
}
#page-home main .sec-ambassador {
  background-color: #000;
  color: #fff;
  padding: 0 10px 75px;
  margin-top: -30px;
}
#page-home main .sec-ambassador__image {
  width: min(49.3333333333vw, 296px);
  margin: 36px auto 0;
}
#page-home main .sec-ambassador__logo {
  width: min(50.3333333333vw, 302px);
  margin: 29px auto 0;
}
#page-home main .sec-ambassador__name {
  margin-top: 16px;
}
#page-home main .sec-ambassador__name .title {
  font-size: min(5.3333333333vw, 32px);
  font-weight: 600;
  margin-top: 12px;
  line-height: 1;
}
#page-home main .sec-ambassador__text {
  margin-top: 30px;
  font-size: min(3.8333333333vw, 23px);
}
#page-home main .sec-project01 {
  margin-top: 30px;
}
#page-home main .sec-project01__logo {
  width: min(70.1666666667vw, 421px);
  margin: 20px auto 0;
}
#page-home main .sec-project01__image {
  margin: 30px auto 0;
}
#page-home main .sec-project01__text {
  font-size: min(3.8333333333vw, 23px);
  margin: 38px auto 0;
}
#page-home main .sec-project02 {
  margin-top: 35px;
}
#page-home main .sec-project02 h3 {
  font-family: "HudsonNYSerif";
  color: #0092E5;
  letter-spacing: 0.09em;
  line-height: 1;
  font-size: min(13.6666666667vw, 82px);
  margin-top: 25px;
}
#page-home main .sec-project02 .toilet-art__slide {
  margin-top: 32px;
}
#page-home main .sec-project02 .toilet-art .swiper-slide {
  width: min(80.9160305344vw, 486px);
}
#page-home main .sec-project02 .toilet-art__text {
  margin-top: 50px;
  font-size: min(3.8333333333vw, 23px);
}
#page-home main .sec-project02 .project02 {
  margin-top: 85px;
}
#page-home main .sec-project02 .project02-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
#page-home main .sec-project02 .project02-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-home main .sec-project02 .project02-list a {
  width: min(8.8333333333vw, 53px);
  height: min(8.8333333333vw, 53px);
  font-size: min(4.8333333333vw, 29px);
  font-family: "GRENDEL";
  border: 1px solid #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-home main .sec-project02 .project02-list a.current {
  background-color: #000;
  color: #fff;
}
#page-home main .sec-project02 .project02-list a:hover {
  background-color: #000;
  color: #fff;
}
#page-home main .sec-project02 .project02-floor {
  margin-top: 40px;
  padding: 0 19px;
  display: none;
}
#page-home main .sec-project02 .project02-floor__image01 {
  width: min(76.8333333333vw, 461px);
  margin: 0 auto;
}
#page-home main .sec-project02 .project02-floor__image {
  width: min(69.1666666667vw, 415px);
  margin: 0 auto;
}
#page-home main .sec-project02 .project02-floor__label {
  color: #fff;
  background-color: #000;
  font-size: min(2.8333333333vw, 17px);
  font-weight: 600;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 18px;
  margin: 17px auto 0;
  border-radius: min(2.8333333333vw, 17px);
}
#page-home main .sec-project02 .project02-floor__box + .project02-floor__box {
  margin-top: 37px;
}
#page-home main .sec-project02 .project02-floor.is-active {
  display: block;
}
#page-home main .sec-project02 .project02-artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  gap: 10px;
}
#page-home main .sec-project02 .project02-artist li {
  width: calc(33.3333333333% - 10px);
}
#page-home main .sec-project02 .project02-artist__icon {
  width: min(5.6666666667vw, 34px);
  margin: 0 auto;
}
#page-home main .sec-project02 .project02-artist__image {
  margin-top: 5px;
}
#page-home main .sec-project02 .project02-artist__name {
  font-size: min(3.5vw, 21px);
  font-weight: 600;
  margin-top: 13px;
  line-height: 1.3;
}
#page-home main .sec-project02 .project02-artist__prof a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2.8333333333vw, 17px);
  font-weight: 600;
  border-radius: min(3.8333333333vw, 23px);
  color: #fff;
  line-height: 1;
  background-color: #000;
  width: 100%;
  padding: 10px 0 8px;
  margin-top: 15px;
}
#page-home main .sec-project02 .project02-artist__prof img {
  width: 9px;
  display: inline-block;
  margin-right: 5px;
}
#page-home main .sec-project02 .project02-artist__prof--floor02 a {
  margin-top: 33px;
}
#page-home main .sec-project02 .project02-artist__art a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2.8333333333vw, 17px);
  font-weight: 600;
  border-radius: min(3.8333333333vw, 23px);
  color: #fff;
  line-height: 1;
  background-color: #000;
  width: 100%;
  padding: 10px 0 8px;
  margin-top: 12px;
}
#page-home main .sec-project02 .project02-artist__art img {
  width: 14px;
  display: inline-block;
  margin-right: 5px;
}
#page-home main .sec-project02 .workshop {
  margin-top: 90px;
}
#page-home main .sec-project02 .workshop__image {
  margin: 43px auto 0;
  width: min(81vw, 486px);
}
#page-home main .sec-project02 .workshop__text {
  margin: 45px auto 0;
  font-size: min(3.3333333333vw, 20px);
  width: min(79.1666666667vw, 475px);
  line-height: 1.84;
}
#page-home main .sec-project02 .workshop-artist {
  margin-top: 43px;
}
#page-home main .sec-project02 .workshop-artist__label {
  font-size: min(3.5vw, 21px);
  font-weight: 600;
}
#page-home main .sec-project02 .workshop-artist__name {
  margin-top: 30px;
  font-size: min(3.3333333333vw, 20px);
  line-height: 1.84;
}
#page-home main .sec-project03 {
  padding-top: 80px;
}
#page-home main .sec-project03__logo {
  width: min(85.5vw, 513px);
  margin: 0 auto;
}
#page-home main .sec-project03__image01 {
  margin-top: 5px;
}
#page-home main .sec-project03__text {
  margin: 37px auto 0;
  width: min(87.5vw, 525px);
  font-size: min(3.8333333333vw, 23px);
}
#page-home main .sec-news {
  margin-top: 54px;
}
#page-home main .sec-news .news {
  margin-top: 48px;
  padding: 0 23px;
}
#page-home main .sec-news .news li + li {
  margin-top: 30px;
}
#page-home main .sec-news .news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-home main .sec-news .news a:not([href]) {
  pointer-events: none;
  cursor: default;
}
#page-home main .sec-news .news-thumb {
  width: min(24.5vw, 147px);
  margin-right: 18px;
  border: 1px solid #A3A3A3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#page-home main .sec-news .news-detail {
  width: calc(100% - min(24.5vw, 147px) - 18px);
}
#page-home main .sec-news .news-detail__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-home main .sec-news .news-detail .date {
  font-size: min(3.3333333333vw, 20px);
  font-weight: 600;
}
#page-home main .sec-news .news-detail .cat {
  color: #fff;
  background-color: #000;
  font-size: min(2.3333333333vw, 14px);
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 3px 19px;
}
#page-home main .sec-news .news-detail h3 {
  text-align: left;
  font-size: min(3.3333333333vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  margin-top: 8px;
}
#page-home main .sec-news .button-bl {
  margin: 60px auto 0;
}
#page-home main .sec-contact {
  margin-top: 58px;
  padding: 0 34px;
}
#page-home main .sec-contact__read {
  margin-top: 37px;
  font-size: min(3.8333333333vw, 23px);
}
#page-home main .sec-contact__form {
  margin-top: 38px;
}
#page-home main .sec-contact .input-box {
  width: 100%;
  padding: min(3.3333333333vw, 20px) min(4vw, 24px);
  border: 1px solid #000;
  text-align: left;
  line-height: 1.3;
  font-size: min(3vw, 18px);
}
#page-home main .sec-contact .input-box + .input-box {
  margin-top: 15px;
}
#page-home main .sec-contact .input-box input::-webkit-input-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .input-box input::-moz-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .input-box input:-ms-input-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .input-box input::-ms-input-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .input-box input::placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .input-box input {
  width: 100%;
  height: auto;
}
#page-home main .sec-contact .input-box input:focus-visible {
  outline: none;
}
#page-home main .sec-contact .textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-home main .sec-contact .textarea textarea {
  width: 100%;
  height: 200px;
}
#page-home main .sec-contact .textarea textarea:focus-visible {
  outline: none;
}
#page-home main .sec-contact .textarea textarea::-webkit-input-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .textarea textarea::-moz-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .textarea textarea:-ms-input-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .textarea textarea::-ms-input-placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .textarea textarea::placeholder {
  font-size: min(3vw, 18px);
  color: #000;
  font-family: "Lora";
}
#page-home main .sec-contact .form-bottom {
  text-align: left;
  margin-top: 60px;
}
#page-home main .sec-contact .form-bottom__label {
  font-size: min(3.5vw, 21px);
  font-weight: 600;
  line-height: 1;
}
#page-home main .sec-contact .form-bottom__check {
  font-size: min(3.3333333333vw, 20px);
  letter-spacing: 0.05em;
  margin-top: 15px;
}
#page-home main .sec-contact .form-bottom .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-home main .sec-contact .form-bottom .checkbox__text {
  font-size: min(3.3333333333vw, 20px);
  letter-spacing: 0.05em;
  margin-left: min(1.6666666667vw, 10px);
}
#page-home main .sec-contact .form-bottom .checkbox__text .privacy {
  display: block;
  margin-top: 20px;
  margin-left: min(6.1666666667vw, 37px);
  font-size: min(3vw, 18px);
  margin-bottom: 18px;
}
#page-home main .sec-contact .form-bottom .checkbox__text .privacy a {
  text-decoration: underline;
}
#page-home main .sec-contact .form-bottom .checkbox__text .privacy .extarnal-privacy {
  position: relative;
}
#page-home main .sec-contact .form-bottom .checkbox__text .privacy .extarnal-privacy::before {
  content: "";
  background: url(../../assets/img/extarnal.svg) center center no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  vertical-align: sub;
}
#page-home main .sec-contact .form-bottom .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
  cursor: pointer;
  position: relative;
  margin: unset;
}
#page-home main .sec-contact .form-bottom .wpcf7-list-item input[type=checkbox] {
  width: min(4.5vw, 27px);
  height: min(4.5vw, 27px);
  border: 1px solid #000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  margin-top: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
}
#page-home main .sec-contact .form-bottom .wpcf7-list-item input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: #000;
}
#page-home main .sec-contact .submit {
  width: min(56vw, 336px);
  margin: 53px auto 0;
}
#page-home main .sec-contact .submit input {
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: min(3.5vw, 21px);
  background-color: #000;
  padding: 15px 0;
  width: 100%;
}
#page-home main .sec-credit {
  margin-top: 66px;
  padding: 48px 46px 53px;
  background-color: #535353;
  color: #fff;
  font-size: min(3.5vw, 21px);
}
#page-home main .sec-credit__label {
  font-size: min(4vw, 24px);
  font-weight: 600;
}
#page-home main .sec-credit .label {
  font-weight: 600;
}
#page-home main .sec-credit .list {
  margin-top: 5px;
}
#page-home main .sec-credit__head {
  margin-top: 42px;
}
#page-home main .sec-credit__bottom {
  margin-top: 35px;
}
#page-home main .sec-credit__bottom .list {
  line-height: 2.1;
}

/* ===== モーダル全体 ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.modal.is-active {
  display: block;
}

.modal.is-open {
  display: block;
}

/* 背景 */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.89);
}

/* 本体 */
.modal__content {
  position: relative;
  width: min(100%, 600px);
  height: 100dvh;
  margin: 0 auto;
  padding: 7vh 4.3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  color: #fff;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  right: 22px;
  top: 36px;
  width: 24px; /* 当たり判定 */
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1111;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px; /* 線の太さ */
  height: 23px; /* 線の長さ */
  background: #fff;
}
.modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* 上部（画像＋名前） */
.modal__header {
  text-align: center;
}

.modal__header img {
  width: min(37.5vw, 225px);
  height: auto;
}

.modal__name {
  font-size: min(4vw, 24px);
  margin-top: 17px;
  line-height: 1;
  font-weight: 600;
}

/* 下部（スクロールエリア） */
.modal__body {
  font-size: min(3.8333333333vw, 23px);
  margin-top: 36px;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  line-height: 1.66;
}
.modal__body p + p {
  margin-top: 20px;
}

.modal__bottom {
  width: min(5.6666666667vw, 34px);
  margin: 40px auto 0;
}

.modal--art .modal__content {
  padding: 5.3vh 0;
}

.art-main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 393px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.art-main .swiper-wrapper {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-main .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-main .is-landscape img {
  width: 100%;
  max-width: 393px;
  aspect-ratio: 393/262;
  -o-object-fit: contain;
     object-fit: contain;
}
.art-main .is-portrait img {
  max-height: 393px;
  aspect-ratio: 262/393;
  -o-object-fit: contain;
     object-fit: contain;
}
.art-main .is-square img {
  width: 262px;
  height: 262px;
  aspect-ratio: 1/1;
}

.art-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: 90%;
  margin: 30px auto 0;
  position: static;
}

.swiper-pagination {
  position: static;
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 19px;
  height: 19px;
  margin-top: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #676767;
  opacity: 1;
  margin: 0 2.5px !important;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.art-thumb {
  margin-top: 24px;
  display: grid;
  overflow-y: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.art-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal--privacy .modal__content {
  padding: 9vh 4.3vh 5vh;
}
.modal--privacy .modal__content div {
  margin-top: 40px;
}
.modal--privacy .modal__content .title-label02 {
  font-weight: 600;
}

#page-news main {
  padding: min(16.6666666667vw, 100px) 0 min(20vw, 120px);
}
#page-news main h2 {
  font-family: "GRENDEL";
  font-size: min(5.8333333333vw, 35px);
  line-height: 1;
}
#page-news main .title-label {
  font-size: min(2.5vw, 15px);
  line-height: 1;
  margin-top: 10px;
}
#page-news main .title-label02 {
  font-size: min(2.5vw, 15px);
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 600;
}
#page-news main .sec-news .news {
  margin-top: 48px;
  padding: 0 23px;
}
#page-news main .sec-news .news li + li {
  margin-top: 30px;
}
#page-news main .sec-news .news a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-news main .sec-news .news a:not([href]) {
  pointer-events: none;
  cursor: default;
}
#page-news main .sec-news .news-thumb {
  width: min(24.5vw, 147px);
  margin-right: 18px;
  border: 1px solid #A3A3A3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#page-news main .sec-news .news-detail {
  width: calc(100% - min(24.5vw, 147px) - 18px);
}
#page-news main .sec-news .news-detail__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-news main .sec-news .news-detail .date {
  font-size: min(3.3333333333vw, 20px);
  font-weight: 600;
}
#page-news main .sec-news .news-detail .cat {
  color: #fff;
  background-color: #000;
  font-size: min(2.3333333333vw, 14px);
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 3px 19px;
}
#page-news main .sec-news .news-detail h3 {
  text-align: left;
  font-size: min(3.3333333333vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  margin-top: 8px;
}
#page-news main .sec-news .button-bl {
  margin: 100px auto 0;
}