@charset "utf-8";
/*
Theme Name: minatoartscenter
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");

/*reset*/
/*******************************************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
i {
  vertical-align: middle;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
ul,
ol {
  list-style: none;
}
i,
em {
  font-style: normal;
}
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
a {
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a {
    transition: all 0.2s ease-out;
  }
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
*:focus {
  outline: none;
}

/*LAYOUT*/
/*******************************************************************/
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: "Noto Sans JP", sans-serif;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: url(img/common/loading.svg) center no-repeat;
  z-index: 10;
}
#container {
  position: relative;
  width: 100%;
  overflow: clip;
  opacity: 0;
}
body.is-show {
  background: none;
}
body.is-show #loading {
  display: none;
}
body.is-show #container {
  opacity: 1;
  transition: opacity 1100ms;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
i,
time,
#copyright {
  font-family: "Figtree", sans-serif;
  line-height: 1;
  font-style: normal;
}
figure {
  margin: 0;
}
#container .m-symbol .read {
  transform: scale(0, 0);
  position: absolute;
}

/*HEADER*/
/*******************************************************************/
#header {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 68px;
  padding: 8px 20px;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  z-index: 1000;
}
.logo a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  white-space: nowrap;
}
.logo a span {
  font-size: clamp(1.6rem, 1.6vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.1em;
}
.logo a i {
  font-size: clamp(0.8rem, 0.8vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.2em;
}
.languages {
  position: relative;
  margin-right: auto;
  font-size: 1.2rem;
}
.languages::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(45deg) translateY(-100%);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 10;
  pointer-events: none;
}
.languages select {
  height: 33px;
  padding: 4px 28px 4px 8px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px) {
  #nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px 24px;
  }
  #nav .btn {
    order: 2;
  }
  #nav .btn a {
    font-size: clamp(1rem, 1vw, 1.4rem);
  }
  #nav .menu {
    order: 1;
    display: flex;
    align-items: center;
    gap: 4px 24px;
    font-size: clamp(1rem, 1vw, 1.5rem);
    white-space: nowrap;
  }
  #nav .sns {
    order: 1;
    min-width: 29px;
  }
  #contact {
    display: none;
  }
  #open {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #header {
    padding: 0 0 0 16px;
    gap: 4px;
  }
  #contact {
    margin-left: auto;
  }
  #contact a {
    padding: 8px;
    font-size: 0.9rem;
    transform: scale(0.9);
  }
  .logo a i {
    transform-origin: left top;
    transform: scale(0.8);
  }
  #nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    height: 100svh;
    padding: 96px 30px;
    background: #333;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 1000;
    transition: 0.2s ease-out;
  }
  #nav .menu a {
    display: block;
    padding: 24px 40px 24px 10px;
    background: url(img/common/arr.svg) right center no-repeat;
    border-bottom: 1px solid #707070;
    font-size: 1.5rem;
    color: #fff;
  }

  #nav .menu li.menu__parent {
    display: block;
    padding: 24px 0 24px 0;
    border-bottom: 1px solid #707070;
    font-size: 1.5rem;
    color: #fff;
  }

  #nav .menu li.menu__parent .menu__list {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    background-color: transparent;
  }

  #nav .menu li.menu__parent .menu__list .menu__list-item .menu__list-link {
    padding: 16px 40px 16px 10px;
    border-bottom: none;
  }

  #nav .btn a {
    display: block;
    font-size: 1.5rem;
  }
  .languages {
    margin: 0 auto;
  }
  .sns {
    text-align: center;
  }
  #open {
    position: relative;
    width: 68px;
    height: 68px;
    background: #222;
    z-index: 5000;
    cursor: pointer;
    pointer-events: auto;
  }
  #open span {
    position: absolute;
    display: block;
    height: 2px;
    background: #b2b2b2;
    border-radius: 2px;
    transition: 0.2s linear;
  }
  #open span:nth-child(1) {
    top: calc(50% - 5px);
    left: calc(50% - 15px);
    width: 30px;
  }
  #open span:nth-child(2) {
    top: calc(50% + 5px);
    left: 50%;
    width: 15px;
  }
  .open #open span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .open #open span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) rotate(-135deg);
    width: 30px;
  }
  .open #nav {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 374px) {
  .logo a span {
    font-size: 1.1rem;
  }
  .logo a i {
    transform: scale(0.6);
  }
}

/*FOOTER*/
/*******************************************************************/
#footer {
  position: relative;
  margin-top: 96px;
  padding: 80px 60px;
  background: #666;
  color: #fff;
  z-index: 500;
}
#footer a {
  color: #fff;
}
#info {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#info .logo a span {
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
}
#info .logo a i {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
#info .pagetop {
  position: absolute;
  bottom: 80px;
  right: 60px;
}
#footerlink {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 56px;
  padding-right: 40px;
  font-size: 1.1rem;
}
#footerlink a[target="_blank"] {
  display: inline-block;
  padding-right: 16px;
  background: url(img/common/blank_w.svg) right center no-repeat;
}
#copyright {
  margin-top: 16px;
  font-size: 1.2rem;
  color: #bababa;
}
@media only screen and (max-width: 950px) {
  #footer {
    margin-top: 64px;
    padding: 40px 20px;
  }
  #info .sns {
    margin-left: auto;
  }
  #info .pagetop {
    position: relative;
    bottom: 0;
    right: 0;
  }
  #footerlink {
    margin-top: 40px;
    padding-right: 0;
  }
}

/*CONTENTS*/
/*******************************************************************/
article {
  position: relative;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}
article#news {
  padding: 72px 0 40px;
}
article + article {
  margin-top: 64px;
}
article header {
  opacity: 0;
  position: relative;
  margin-bottom: 48px;
}
article header i {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(5rem, 6.5vw, 6.5rem);
  font-weight: 600;
}
article header h2 {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #666;
}
article header p {
  margin-top: 24px;
}
section {
  opacity: 0;
  position: relative;
}
section + header,
section + section {
  margin-top: 120px;
}
section h3 {
  margin-bottom: 1em;
}
article p,
section dl,
section p,
section table {
  line-height: 2;
}
article p:not(:first-of-type) {
  margin-top: 1em;
}
.narrow {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
figure {
  position: relative;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left;
}
.hide {
  display: none !important;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 8px 32px;
  text-align: center;
  background: #575757;
  border: 1px solid #575757;
  border-radius: 40px;
  font-weight: 500;
  text-decoration: none !important;
  color: #fff !important;
  overflow: hidden;
}
.btn a span {
  position: relative;
  white-space: nowrap;
}
.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  z-index: 0;
  transition: 0.4s ease-out;
}
.btn a.invertion {
  background: none;
  font-size: 1.4rem;
  color: #575757 !important;
}
@media screen and (min-width: 951px) {
  .btn a:hover {
    opacity: 1;
    color: #000 !important;
  }
  .btn a:hover::before {
    right: 50%;
    width: 250px;
    height: 250px;
    background-color: #fff;
  }
  .btn a.invertion:hover {
    color: #fff !important;
  }
  .btn a.invertion:hover::before {
    background-color: #575757;
  }
}
.marker {
  display: inline;
  padding: 0 1px 0px;
  background: linear-gradient(transparent 60%, rgba(252, 225, 79, 0.53) 0%);
}
a.underline {
  text-decoration: underline !important;
  color: #1a30ac;
}
.fs12 {
  font-size: 1.2rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs20 {
  font-size: 2rem;
}
.fs24 {
  font-size: 2.4rem;
}
.blue {
  color: #1da1f2 !important;
}
.green {
  color: #575757 !important;
}
.black {
  color: #000 !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt64 {
  margin-top: 64px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb64 {
  margin-bottom: 64px !important;
}
.sp {
  display: none;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/*TOP*/
#mv {
  width: auto;
  max-width: initial;
}
#mv .swiper-slide h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 0.25em;
  color: #fff;
  z-index: 10;
}
#mv .slide-img {
  position: relative;
  width: 100%;
  padding-top: calc(724 / 1366 * 100%);
  text-align: center;
  filter: blur(4px);
  overflow: hidden;
}
#mv .slide-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .slide-img figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  letter-spacing: 0.25em;
  color: #fff;
  z-index: 50;
  text-shadow: 0 0 20px #000;
}
#mv .slide-img figcaption.rt {
  bottom: auto;
  top: 30px;
  right: 30px;
  width: 110px;
}
@keyframes zoomUp {
  0% {
    filter: blur(4px);
  }
  20% {
    filter: blur(0);
  }
  100% {
    filter: blur(0);
  }
}
#mv .swiper-slide-active .slide-img,
#mv .swiper-slide-duplicate-active .slide-img,
#mv .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
  top: 12%;
  left: auto;
  right: 3.2%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
  z-index: 10;
}
.swiper-pagination-bullet {
  background: #575757;
  opacity: 0.25;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.snsbtn {
  position: absolute;
  bottom: 56px;
  right: 32px;
  z-index: 100;
}
.snsbtn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 110px;
  min-height: 113px;
  padding: 8px 4px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #dd30b8;
  z-index: 1000;
}
.snsbtn a em {
  font-size: 1.8rem;
}
.snsbtn a img {
  width: 40px;
}
.snsbtnclose {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.snsbtnclose img {
  width: 32px;
}
#about {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0 64px;
}
#about header {
  grid-column: 1 / 3;
}
#about h3 {
  font-size: 2.8rem;
}
#about p {
  font-size: 1.8rem;
}
#about figure {
  margin-right: calc(93% - 50vw);
}
#about figure img {
  width: 100%;
}
#about .news {
  margin-top: 3em;
}
#event {
  padding: 72px 0 160px;
}
#event::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #fbfaf8;
  z-index: -1;
}
#event .swiper-nav {
  position: absolute;
  bottom: -560%;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
#event .swiper-news-button-next,
#event .swiper-news-button-prev {
  width: 33px;
  height: 33px;
  background: url("img/common/arr.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}
#event .swiper-news-button-next::after,
#event .swiper-news-button-prev::after {
  display: none;
}
#event .swiper-news-button-prev {
  transform: scale(-1);
}
#event .event {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.event .swiper-slide {
  height: auto;
}
.event .swiper-slide a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: inherit;
}
.event a:hover {
  opacity: 1;
}
.event a:hover figure img {
  transform: scale(1.05);
}
.event a:hover h2,
.event .swiper-slide a:hover h3 {
  color: #575757;
}
.event figure {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: calc(220 / 300 * 100%);
  background: #f4f4f4;
  border-radius: 30px;
  overflow: hidden;
}
.event figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event time {
  display: block;
  margin: 16px 4% 0;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.event li h2,
.event h3 {
  margin: 8px 4%;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  line-height: 1;
}
.event .tag {
  margin: auto 4% 0;
}
.tag li span,
.tag li a {
  display: inline-block;
  padding-left: 16px;
  background: url("img/common/tag.svg") left center no-repeat;
  font-size: 1.2rem;
  text-decoration: none !important;
  color: #727272 !important;
}
#news .btn {
  position: absolute;
  bottom: -80px;
  right: 0;
}
.news li:not(:first-child) {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
.news li a {
  display: block;
  padding-right: 48px;
  background: url("img/common/arr.svg") right 3px center no-repeat;
  text-decoration: none !important;
}
.news li a span.mm {
  display: inline-block;
  margin: 0 4px;
}
.news li a time {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #666;
  white-space: nowrap;
}
.news li a h3 {
  margin-top: 8px !important;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}
/* .news li a h3.--new:before {
  content: "【New!】";
  display: inline-block;
} */

.news li a h3 span.new,
.event h3 span.new {
  display: none;
}

.news li a h3 span.new,
.event h3 span.new {
  color: #e14141;
  /* display: inline-block; */
  margin: 0 4px 0 0;
}

.news li a h3.--new span,
.event h3.--new span {
  display: inline-block;
}

/* バナー */

.fv-banner {
  position: absolute;
  bottom: -96px;
  right: 24px;
  z-index: 100;
  width: 221px;
  height: 83px;
}

.fv-banner__link {
  display: block;
  width: 100%;
  height: auto;
}

.fv-banner__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 950px) {
  .fv-banner {
    position: absolute;
    bottom: 56px;
    right: 162px;
    z-index: 100;
    width: 302px;
    height: 113px;
  }
}

/* @media screen and (min-width: 1100px) {
  .fv-banner {
    position: absolute;
    bottom: 56px;
    right: 162px;
    z-index: 100;
    width: 302px;
    height: 113px;
  }
  .fv-banner__link {
    display: block;
    width: 100%;
    height: auto;
  }

  .fv-banner__link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
} */

/*PAGE*/
#breadcrumb {
  padding: 8px 16px 0;
  font-size: 1.2rem;
}
.catlist {
  margin: 48px auto;
  padding-bottom: 16px;
  text-align: center;
  overflow-x: auto;
}
.catlist ul {
  display: flex;
  gap: 8px;
}
.catlist li {
  width: 20%;
}
.catlist li a,
.tab li {
  display: block;
  padding-bottom: 24px;
  border-bottom: 3px solid #e6e6e6;
  white-space: nowrap;
}
.catlist li.on a,
.tab li.on {
  border-bottom-color: #575757;
  font-weight: 700;
  color: #575757;
}
.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px;
}
.cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: -6px;
}
.cat a {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #575757;
}
.taglist {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #eae8e5;
}
.taglist h3 {
  margin-bottom: 24px;
  font-size: 2rem;
}
.taglist .tag {
  gap: 16px 24px;
}
.taglist .tag li a {
  background-size: 12px auto;
  font-size: 1.4rem;
}
.optout {
  margin-top: 32px;
  padding: 32px 48px;
  background: #f8fcf2;
}
.columns {
  columns: 2;
  column-gap: 24px;
  margin-left: 1.5em;
  list-style: disc;
}
.columns li {
  padding-top: 12px;
}

#title {
  margin: 64px 0;
  text-align: center;
}
#title h1 {
  font-size: clamp(2.8rem, 3.2vw, 3.2rem);
  letter-spacing: 0.1em;
}
#title i {
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
#page h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}
#page h3 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 3px solid #000;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
#page h4 {
  margin-bottom: 24px;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
#page h5 {
  margin-bottom: 24px;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}
#page * + h2,
#page * + h3 {
  margin-top: 64px;
}
#page * + h4,
#page * + h5,
#page * + ul:not(.tag):not(.columns):not(.disc),
#page * + ol,
#page * + blockquote,
#page * + .wp-block-columns {
  margin-top: 40px;
}
#page * + p,
#page * + ul.disc,
#page * + .wp-block-table.is-style-stripes,
#page * + .wp-block-flexible-table-block-table.is-style-default,
#page * + .wp-block-flexible-table-block-table.is-style-stripes,
.wp-block-buttons,
#page * + .wp-block-details,
#page * + .box {
  margin-top: 24px;
}
#page * + figure {
  margin-top: 32px;
}
#page .mainimg {
  text-align: center;
}
#page .meta {
  margin: 16px 0 32px;
}
#page ul:not(.tag):not(.columns):not(.disc):not(.anchor):not(.tab) li {
  padding-left: 24px;
  background: url("img/common/checked.svg") 0 center no-repeat;
  line-height: 2;
}
#page
  ul:not(.tag):not(.columns):not(.disc):not(.anchor):not(.tab)
  li:not(:first-child) {
  margin-top: 8px;
}
#page ul.disc li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
#page ul.disc li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#page ol {
  display: grid;
  gap: 1em;
  list-style: none;
  counter-reset: number;
  line-height: 2;
}
#page ol li {
  position: relative;
  counter-increment: number;
}
#page dt {
  font-size: 1.8rem;
  font-weight: 700;
}
#page dd + dt {
  margin-top: 24px;
}
#page dd {
  padding-left: 3em;
}
#page .wp-block-flexible-table-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#page .wp-block-flexible-table-block-table th {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  background: none;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 400;
}
#page .wp-block-flexible-table-block-table td {
  padding: 16px 0;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
#page
  .wp-block-flexible-table-block-table:not(.is-style-stripes)
  tr:first-of-type
  th,
#page
  .wp-block-flexible-table-block-table:not(.is-style-stripes)
  tr:first-of-type
  td {
  padding-top: 0;
}
#page .wp-block-flexible-table-block-table.is-style-stripes th {
  background: #fafafa;
  border: 1px solid #e1e1e1;
}
#page .wp-block-flexible-table-block-table.is-style-stripes td {
  padding: 16px;
  background: none;
  border: 1px solid #e1e1e1;
}
#page p:not(:last-child) {
  padding-bottom: 0;
}
#page blockquote {
  position: relative;
  padding: 0 60px;
}
#page blockquote::before,
#page blockquote::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 49px;
  height: 46px;
  background: url("img/common/blockquote.svg") center no-repeat;
  background-size: cover;
}
#page blockquote::before {
  top: 0;
  left: 0;
}
#page blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
#page a {
  text-decoration: underline;
  color: #575757;
}
#page .download {
  padding-left: 16px;
  background: url("img/common/download.svg") left center no-repeat;
}
#page .addtoany_list a[target="_blank"] {
  padding-right: 0;
  background: none;
}
#page .wp-block-button {
  text-align: center;
}
#page .wp-block-button a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  min-height: 58px;
  margin: 0 auto;
  padding: 4px 32px !important;
  text-align: center;
  background-image: none !important;
  border-radius: 48px;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
}
#page .wp-block-button a:not(.has-background) {
  background: #575757 !important;
}
#page .wp-block-button.invertion a {
  background: none !important;
  border: 1px solid #575757;
  color: #575757 !important;
}
#page .wp-block-button.vertical a {
  flex-direction: column;
  padding: 12px 16px !important;
  border-radius: 15px;
  font-size: 2rem;
}
#page .wp-block-button.vertical a span {
  font-size: 1.5rem;
}
#page .wp-block-column .wp-block-buttons,
#page .wp-block-column .wp-block-button {
  display: block;
}
#page .box {
  padding: 24px 40px;
  background: #f8fcf2;
}
#page .anchor {
  display: flex;
  border-left: 1px solid #707070;
}
#page .anchor li {
  flex: 1;
  padding: 8px;
  border-right: 1px solid #707070;
}
#page .anchor a {
  position: relative;
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.2em;
  text-decoration: none;
  white-space: nowrap;
}

#page .anchor a::after {
  content: "";
  position: relative;
  transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  margin: 4px auto 0;
  border-right: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.screen-reader-text {
  display: none;
}
.pagination {
  margin: 64px auto;
  text-align: center;
  white-space: nowrap;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.pagination a:not(.top):not([rel="prev"]):not([rel="next"]),
.pagination .post-page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #585858 !important;
}
.pagination a.prev,
.pagination a.next {
  width: 33px;
  height: 12px;
  background: url(img/common/arr.svg) center no-repeat;
  background-size: contain;
  border: none !important;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination a.prev,
.pagination a[rel="prev"] strong {
  transform: scale(-1);
}
.pagination a[rel="prev"],
.pagination a[rel="next"] {
  gap: 8px;
  letter-spacing: 0.1em;
}
.pagination a[rel="prev"] strong,
.pagination a[rel="next"] strong {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 12px;
  background: url(img/common/arr.svg) center no-repeat;
  background-size: contain;
  border: none !important;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination a.top {
  padding: 0 16px;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  border-radius: 0;
}
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 700;
}
.pagination span.current {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border: 1px solid #666;
  border-radius: 50%;
  color: #585858 !important;
}
#page.single {
  max-width: 790px;
  margin-top: 64px;
}
#page.single h1 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}
#page.single h2,
.title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
#page.single h2::after,
.title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #000;
}
#page.single .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
#page.single time {
  margin-left: auto;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 600;
  color: #666;
}
#page.single time + h1 {
  margin-top: 16px;
}
#page.single .wp-block-flexible-table-block-table th {
  border-bottom-color: #000;
}
.sns-button {
  margin-top: 40px;
  text-align: center;
}

#page .philosophy {
  display: grid;
  gap: 40px;
  list-style: none;
  counter-reset: number;
}
#page .philosophy li {
  position: relative;
  counter-increment: number;
  line-height: 1.4;
}

#page .philosophy li strong {
  display: block;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.functions-table th {
  border-bottom: none !important;
  vertical-align: middle !important;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 200 !important;
  white-space: nowrap;
}
.functions-table td {
  padding: 16px !important;
  border: 1px solid #e1e1e1 !important;
  vertical-align: middle !important;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}
#functions h3.wp-block-heading {
  display: flex;
  align-items: center;
  padding: 24px;
  background: #f4f4f4;
  border-left: none;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem) !important;
  font-weight: 400;
}
#functions h3.wp-block-heading em {
  margin-left: auto;
  font-size: clamp(2.8rem, 3.2vw, 3.2rem);
  font-weight: 100;
}
#functions .wp-block-image {
  max-width: 900px;
  margin: 40px auto 0;
}
#functions .wp-block-image figcaption {
  text-align: right;
}
.flat-table {
  margin-top: 0 !important;
}
.flat-table th {
  padding: 0 !important;
  border: none !important;
}
.flat-table td {
  padding: 0 !important;
  border: none !important;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.map {
  margin-top: 64px;
}
.map iframe {
  width: 100%;
}

@media only screen and (max-width: 950px) {
  article + article {
    margin-top: 60px;
  }
  article header {
    margin-bottom: 0px;
  }
  section + header,
  section + section {
    margin-top: 64px;
  }
  .fs12 {
    font-size: 1.1rem;
  }
  .fs14 {
    font-size: 1.2rem;
  }
  .fs16 {
    font-size: 1.4rem;
  }
  .fs20 {
    font-size: 1.8rem;
  }
  .fs24 {
    font-size: 2rem;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /*TOP*/
  #mv .swiper-slide h1 {
    font-size: 4vw;
  }
  #mv .slide-img figcaption.rt {
    top: 10px;
    right: 10px;
    width: 50px;
  }
  .snsbtn {
    bottom: -200px;
    right: 24px;
  }
  .snsbtn a {
    width: 80px;
    min-height: 83px;
    font-size: 1.1rem;
  }
  .snsbtn a em {
    font-size: 1.2rem;
  }
  .snsbtn a img {
    width: 29px;
  }
  .snsbtnclose img {
    width: 18px;
  }
  #about {
    grid-template-columns: 100%;
  }
  #about header {
    grid-column: auto;
  }
  #about figure {
    margin-top: 3em;
    margin-right: calc(50% - 50vw);
    margin-left: 1em;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  #about .news {
    margin-left: 2em;
  }
  #event {
    padding: 64px 0 160px;
  }
  #event .swiper-nav {
    position: absolute;
    bottom: -400px;
    /* top: 410px; */
  }
  #event .swiper-nav .btn {
    margin-left: auto;
  }
  #news .btn {
    position: relative;
    top: 0;
    margin-top: 56px;
    text-align: center;
  }

  /*PAGE*/
  #breadcrumb::before {
    height: 80px;
  }
  #breadcrumb li {
    font-size: 1rem;
  }
  .catlist {
    margin-bottom: 40px;
  }
  .catlist ul {
    display: flex;
    gap: 8px;
  }
  .catlist li {
    margin: 0;
  }
  .catlist li a,
  .tab li {
    padding-bottom: 8px;
    font-size: 1.2rem;
  }
  .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .list h2 {
    font-size: 1.6rem;
  }
  .optout {
    padding: 24px;
  }
  .columns {
    columns: 1;
  }

  #page * + h2,
  #page * + h3 {
    margin-top: 48px;
  }
  #page * + h4,
  #page * + h5,
  #page * + ul:not(.tag):not(.columns):not(.disc),
  #page * + ol,
  #page * + blockquote {
    margin-top: 24px;
  }
  #page
    .wp-block-flexible-table-block-table:not(.is-style-stripes)
    tr:first-of-type
    th {
    padding-top: 0;
  }
  #page blockquote {
    padding: 0 30px;
  }
  #page blockquote::before,
  #page blockquote::after {
    width: 24px;
    height: 24px;
  }
  #page .box {
    padding: 24px;
  }
  #page .wp-block-button a {
    min-height: 48px;
    padding: 4px 24px !important;
    font-size: 1.6rem;
  }
  .pagination {
    font-size: 1.3rem;
  }
  .pagination a:not(.top):not([rel="prev"]):not([rel="next"]) {
    width: 32px;
    height: 32px;
  }
  .pagination a.top {
    order: -1;
    width: 100%;
    border: none;
  }
  .pagination span {
    height: 32px;
  }
  .pagination span.current {
    width: 32px;
    height: 32px;
  }

  #page .philosophy li {
    padding-left: 0;
  }
  #functions h3.wp-block-heading {
    padding: 16px;
  }
  #functions .wp-block-image figcaption {
    text-align: center;
  }
  #page
    .wp-block-flexible-table-block-table:not(.is-style-stripes)
    .is-stacked-on-mobile
    th {
    padding: 16px 0 8px;
    border-bottom: none;
  }
  #page
    .wp-block-flexible-table-block-table:not(.is-style-stripes)
    .is-stacked-on-mobile
    tr:first-of-type
    th {
    padding-top: 0;
  }
  #page
    .wp-block-flexible-table-block-table:not(.is-style-stripes)
    .is-stacked-on-mobile
    td {
    padding: 0 1em 16px;
  }
  #page .wp-block-flexible-table-block-table.is-style-stripes th {
    border-bottom: none;
  }
  #page
    .wp-block-flexible-table-block-table.is-style-stripes
    tr:not(:first-of-type)
    th {
    border-top: none;
  }
}

/* TOPスライダーの透過抑制（スライドの透明化を禁止）20251114更新 */
#mv .swiper-slide a:hover,
#mv .swiper-slide .slide-link:hover {
  opacity: 1 !important;
  filter: none !important;
}

@media print {
  #container {
    width: 1024px;
  }
}

/* 動画セクション */

.home-movie {
  aspect-ratio: 16 / 9;
  width: 80%;
  height: auto;
  position: relative;
  margin: 240px auto 64px;
  overflow: hidden;
  border-radius: 16px;
  border: 0.1rem solid #c9c6c2;
}

.home-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .home-movie {
    aspect-ratio: 16 / 9;
    width: 800px;
    height: auto;
    position: relative;
    margin: 120px auto;
    border-radius: 40px;
  }

  #page .anchor a br {
    display: none;
  }
}

/* ヘッダーメニュー */

#nav .menu li {
  position: relative;
}

#nav .menu li:hover .menu__list {
  opacity: 1;
  pointer-events: auto;
}

#nav .menu li .menu__list {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 8px 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  transition: opacity 0.3s;
  /* init */
  opacity: 0;
  pointer-events: none;
}

#nav .menu li .menu__list .menu__list-item .menu__list-link {
  padding: 12px 8px;
  display: block;
}

/* フッターSNS */

#footer .sns {
  display: flex;
  align-items: center;
  row-gap: 4px;
  flex-direction: column;
}

#footer .sns a {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 540px) {
  article#news {
    padding: 160px 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  #footer .sns {
    column-gap: 10px;
    flex-direction: row;
  }

  #footer .sns a {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 540px) {
  #event .swiper-nav {
    bottom: -500px;
  }
}

@media only screen and (min-width: 640px) {
  #event .swiper-nav {
    bottom: -600px;
  }
}

@media only screen and (min-width: 769px) {
  #event .swiper-nav {
    bottom: -400px;
  }
}

@media only screen and (min-width: 1000px) {
  #event .swiper-nav {
    bottom: -490px;
  }
}

@media only screen and (min-width: 1300px) {
  #event .swiper-nav {
    bottom: -520px;
  }
}

@media only screen and (min-width: 1600px) {
  #event .swiper-nav {
    bottom: -550px;
  }
}

@media only screen and (min-width: 1920px) {
  #event .swiper-nav {
    bottom: -600px;
  }
}

@media only screen and (min-width: 1100px) {
  #header {
    padding: 0 20px;
  }

  #header #nav {
    height: 68px;
  }

  #header #nav .menu {
    height: 100%;
  }

  #header #nav .menu li {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.sns a {
  height: 30px;
  display: block;
}

.sns a img {
  max-height: 100%;
  display: block;
}
