/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*レスポンシブ用*/
:root {
  --container-width: 100vw;
  --side-margin: 3.2rem;
}
@media only screen and (max-width: 767px) {
  :root {
    --side-margin: 2.2rem;
  }
}

:root {
  --header-height: 9.3rem;
  --footer-height: 12.2rem;
  --footer-height-home: 8.4rem;
}
@media only screen and (max-width: 767px) {
  :root {
    --header-height: 6.4rem;
    --footer-height: 8.4rem;
    --footer-height-home: 6.4rem;
  }
}

:root {
  --color-main: #FFDB4F;
  --color-txt: #727171;
  --color-white: #ffffff;
  --color-gray: #d9d9d9;
}

:root {
  --font-main: "Helvetica", "Arial", "Noto Sans JP",sans-serif;
}

:root {
  --default-margin: 1.6rem;
  --margin-xs: calc(var(--default-margin) / 4);
  --margin-s: calc(var(--default-margin) / 2);
  --margin-m: var(--default-margin);
  --margin-l: calc(var(--default-margin) * 1.5);
  --margin-2l: calc(var(--default-margin) * 2);
  --margin-3l: calc(var(--default-margin) * 3);
  --margin-4l: calc(var(--default-margin) * 4);
  --margin-5l: calc(var(--default-margin) * 5);
  --margin-6l: calc(var(--default-margin) * 6);
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0;
  box-sizing: border-box;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: normal;
  outline: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

br {
  font-size: 0;
}

::-moz-selection {
  background: var(--color-gray);
  color: #FFFFFF;
}

::selection {
  background: var(--color-gray);
  color: #FFFFFF;
}

input::-moz-selection, textarea::-moz-selection {
  color: #DDDDDD;
}

input::selection, textarea::selection {
  color: #DDDDDD;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  padding: 0;
  scroll-behavior: smooth;
  /* レスポンシブフォント */
  /*
  @media screen and (min-width: 1023px) {
      font-size: .8vw;
  }

  @media screen and (min-width: 1281px) {
      font-size: .8vw;
  }

  @media screen and (min-width: 1401px) {
      font-size: .7vw;
  }

  @media screen and (min-width: 2001px) {
      font-size: 87.5%;
  }

  @include tab{
      font-size: 62.5%;
  }

  @include spl{
      font-size: 62.5%;
  }
  */
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 2;
  font-family: var(--font-main);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-size: 1.4rem;
  color: var(--color-txt);
  background-color: #FFF;
}
body.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.4rem;
}

input,
button,
select,
textarea {
  font-family: var(--font-main);
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none;
}

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

a.is-hover {
  text-decoration: none;
}

br.is-pcbr {
  display: block;
}

br.is-spbr {
  display: none;
}

br.is-tabbr {
  display: none;
}

br.is-spsbr {
  display: none;
}

@media screen and (max-width: 1023px) {
  br.is-pcbr {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  br.is-tabbr {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.is-spbr {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  br.is-spsbr {
    display: block;
  }
}
/*レスポンシブ用*/
body {
  /*---------------------------------------------------
  layout
  -----------------------------------------------------*/
  /*---------------------------------------------------
  styles
  -----------------------------------------------------*/
}
body .editor-styles-wrapper > * {
  max-width: 684px;
  margin-inline: auto;
  margin-top: 120px;
}
body .gutenberg-content,
body .wp-block-post-content {
  width: 100%;
  overflow-x: hidden;
}
body .gutenberg-content > *,
body .wp-block-post-content > * {
  margin-top: 56px;
}
body .gutenberg-content > *:first-child,
body .wp-block-post-content > *:first-child {
  margin-top: 0;
}
body .wp-block-heading + * {
  margin-top: 0;
}
body .wp-block-heading + .wp-block-heading {
  margin-top: 0;
}
body .wp-block-columns > * {
  margin-top: 0;
}
body .wp-block-columns > *:first-child {
  margin-top: 0;
}
body .gutenberg-content,
body .editor-styles-wrapper,
body .wp-block-post-content {
  font-family: var(--font-main);
  color: var(--color-txt);
  font-size: 14px;
}
body .gutenberg-content strong,
body .editor-styles-wrapper strong,
body .wp-block-post-content strong {
  font-weight: bold;
}
body .gutenberg-content strong *,
body .editor-styles-wrapper strong *,
body .wp-block-post-content strong * {
  font-weight: bold;
}
body .gutenberg-content p,
body .editor-styles-wrapper p,
body .wp-block-post-content p {
  line-height: 2;
}
body .gutenberg-content a,
body .editor-styles-wrapper a,
body .wp-block-post-content a {
  color: var(--color-txt);
}
body h1.wp-block-post-title {
  font-family: var(--font-main);
  color: var(--color-txt);
}
body h2.wp-block-heading {
  font-size: 16px;
}
body h3.wp-block-heading {
  font-size: 14px;
}
body h4.wp-block-heading {
  font-size: 14px;
}
body h5.wp-block-heading {
  font-size: 14px;
}
body h6.wp-block-heading {
  font-size: 14px;
}
body .wp-block-list {
  counter-reset: list-item;
}
body .wp-block-list li {
  line-height: 1.8;
  position: relative;
  list-style: none;
}
body .wp-block-buttons {
  gap: 12px;
  align-items: flex-start;
}
body .wp-block-image {
  display: flex;
  justify-content: center;
}
body .wp-block-image img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  body .wp-block-image.is-sp-scroll {
    overflow-x: scroll;
  }
  body .wp-block-image.is-sp-scroll img {
    min-width: 500px;
    width: 100%;
  }
}
body .wp-element-caption {
  color: var(--color-txt);
  font-size: 14px;
}
body .wp-block-group > * {
  margin-top: 0;
}
body .wp-block-group.is-style-has-indent {
  padding-left: 1em;
}
body .wp-block-group.is-style-is-content-bottom {
  margin-top: 8rem;
}
body .wp-block-columns > * {
  margin-top: 0;
}
body .wp-block-columns > *:first-child {
  margin-top: 0;
}
body .wp-block-columns.is-style-is-layout-flex {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  body .wp-block-columns.is-style-is-layout-flex {
    grid-template-columns: 100%;
  }
}
body .wp-block-columns.is-style-is-1fr1fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  body .wp-block-columns.is-style-is-1fr1fr {
    grid-template-columns: 100%;
  }
}
body .wp-block-columns.is-style-is-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  body .wp-block-columns.is-style-is-3col {
    grid-template-columns: 100%;
  }
}
body .wp-block-columns .wp-block-image {
  display: block;
  width: 100%;
  aspect-ratio: 248/175;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
body .wp-block-columns .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .wp-block-columns .wp-block-image > * {
  min-height: 100% !important;
}
body .wp-block-columns .wp-block-image.is-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
body .wp-block-columns.planetarium-program {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 20px;
}
body .wp-block-columns.planetarium-program .wp-block-image {
  display: block;
  width: 100%;
  aspect-ratio: unset;
  height: auto;
  border-radius: 0;
}
body .wp-block-columns.planetarium-program .wp-block-image img {
  position: relative;
}
body .wp-block-columns.planetarium-program .wp-element-caption {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  body .wp-block-columns.planetarium-program {
    grid-template-columns: 100%;
    gap: 8px;
  }
}
body .wp-block-flexible-table-block-table th {
  border-color: transparent;
}
body .wp-block-flexible-table-block-table td {
  border-color: transparent;
  padding: 16px !important;
}

/*レスポンシブ用*/
.js-accordion-modalnav-target,
.js-accordion-soburi-target {
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .js-accordion-news-target {
    height: 0;
    overflow: hidden;
  }
}

.l-container {
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
}
.l-container > * {
  display: inline-block;
}

.l-container__main {
  min-width: 100vw;
  min-height: 100svh;
  width: 100%;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}

.l-main {
  min-height: calc(100svh - var(--header-height) - var(--footer-height));
}

/*レスポンシブ用*/
/*---------------------------------------------------
instagram
-----------------------------------------------------*/
.c-btn__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-main);
  -webkit-mask-image: url("../img/icon-triangle.svg");
          mask-image: url("../img/icon-triangle.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-btn__instagram.is-hover {
  background-color: var(--color-gray);
}
.is-modal-open .c-btn__instagram {
  background-color: var(--color-txt);
}

/*---------------------------------------------------
arrow
-----------------------------------------------------*/
.c-btn__arrow {
  width: 2.6rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-btn__arrow.is-prev {
  transform: scaleX(-1);
}
.c-btn__arrow.is-hover {
  opacity: 0.4;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
.c-hamb {
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: var(--color-txt);
  -webkit-mask-image: url("../img/icon-hamb.svg");
          mask-image: url("../img/icon-hamb.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  position: fixed;
  top: 2.4rem;
  right: 3.2rem;
  z-index: 901;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-hamb.is-hover {
  background-color: var(--color-main);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.c-hamb.is-open {
  -webkit-mask-image: url("../img/icon-hamb-active.svg");
          mask-image: url("../img/icon-hamb-active.svg");
}
.c-hamb.is-open.is-hover {
  background-color: var(--color-white);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 767px) {
  .c-hamb {
    top: 1.6rem;
    right: 1.6rem;
  }
}

/*レスポンシブ用*/
/*レスポンシブ用*/
/*レスポンシブ用*/
.c-icon__accordion {
  display: inline-block;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.c-icon__accordion::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-txt);
  border-left: none;
  border-top: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: rotate(45deg) translate(-50%, -50%);
}

/*---------------------------------------------------
plus
-----------------------------------------------------*/
.c-icon__plus {
  display: inline-block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.c-icon__plus::before, .c-icon__plus::after {
  content: "";
  display: inline-block;
  background-color: var(--color-txt);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-icon__plus::before {
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.c-icon__plus::after {
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.is-open .c-icon__plus::before, .is-open .c-icon__plus::after {
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.is-open .c-icon__plus::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.is-open .c-icon__plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

/*---------------------------------------------------
arrow
-----------------------------------------------------*/
.c-icon__arrow {
  display: inline-block;
  width: 2.6rem;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.c-icon__arrow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-txt);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

/*レスポンシブ用*/
/*レスポンシブ用*/
/*---------------------------------------------------
exhibitions
-----------------------------------------------------*/
.c-card__exhibitions {
  color: var(--color-txt);
  text-decoration: none;
  line-height: 1.4;
}

.c-card__exhibitions__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.c-card__exhibitions__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.is-hover .c-card__exhibitions__img img {
  transform: scale(1.05);
  filter: grayscale(100%);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.c-card__exhibitions__ttl {
  margin-top: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .c-card__exhibitions__ttl {
    padding: 0 var(--side-margin);
  }
}

.c-card__exhibitions__period {
  margin-top: 0.9rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-card__exhibitions__period {
    padding: 0 var(--side-margin);
  }
}

/*レスポンシブ用*/
.c-navitem.has-total {
  display: block;
  text-decoration: none;
  padding: 0.6rem 0;
  color: var(--color-txt);
}
.c-navitem.has-total span {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 1rem;
  line-height: 1;
  vertical-align: text-top;
}

/*レスポンシブ用*/
.c-ticket__news {
  display: block;
  text-decoration: none;
  padding: 3.2rem 0;
  color: var(--color-txt);
  font-size: 1.6rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.c-ticket__news time, .c-ticket__news span {
  display: inline-block;
  margin-right: 1.6rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  .c-ticket__news {
    font-size: 1.4rem;
    padding: 2.4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-ticket__news {
    padding: 1.6rem 0;
  }
}
.c-ticket__news.is-hover {
  opacity: 0.4;
  padding-left: 0.8rem;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
.g-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  padding: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .g-header {
    padding: 2rem 1.6rem;
  }
}

.g-header__ttl {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .g-header__ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.g-header__ttl a {
  color: var(--color-txt);
  text-decoration: none;
  font-size: min(2rem, 1.5625vw);
}
@media only screen and (max-width: 1023px) {
  .g-header__ttl a {
    font-size: min(1.8rem, 2.34375vw);
  }
}
@media only screen and (max-width: 767px) {
  .g-header__ttl a {
    font-size: min(1.6rem, 4.3243243243vw);
  }
}

.g-header__ttl__current {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .g-header__ttl__current {
    gap: 2rem;
  }
}
.g-header__ttl__current h1 {
  font-size: min(2rem, 1.5625vw);
}
@media only screen and (max-width: 1023px) {
  .g-header__ttl__current h1 {
    font-size: min(1.8rem, 2.34375vw);
  }
}
@media only screen and (max-width: 767px) {
  .g-header__ttl__current h1 {
    font-size: min(1.6rem, 4.3243243243vw);
  }
}

.g-header__ttl__arrow {
  display: inline-block;
  width: 0.8rem;
  height: 1em;
  position: relative;
}
.g-header__ttl__arrow::before, .g-header__ttl__arrow::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-txt);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transform: rotate(45deg) translateY(-50%);
}
.g-header__ttl__arrow::before {
  right: 40%;
}
.g-header__ttl__arrow::after {
  right: 0;
}

/*レスポンシブ用*/
.g-footer {
  padding: 3.2rem 0;
}
@media only screen and (max-width: 767px) {
  .g-footer {
    padding: 2.4rem 1.6rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.home .g-footer {
  position: absolute;
  bottom: 3.2rem;
  left: var(--side-margin);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home .g-footer {
    bottom: 2.4rem;
    left: 1.6rem;
  }
}

/*---------------------------------------------------
comment
-----------------------------------------------------*/
.g-footer__nav__list {
  display: flex;
}
.g-footer__nav__list li {
  border-right: 1px solid var(--color-txt);
}
.g-footer__nav__list li:first-child .g-footer__nav__link {
  padding-left: 0;
}
.g-footer__nav__list li:last-child {
  border-right: none;
}
.g-footer__nav__list li:last-child .g-footer__nav__link {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .g-footer__nav__list {
    display: none;
  }
}

.g-footer__nav__link {
  display: block;
  line-height: 1.2;
  padding: 0 2em;
  color: var(--color-txt);
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-footer__nav__link.is-hover {
  color: var(--color-main);
}

/*---------------------------------------------------
copy
-----------------------------------------------------*/
.g-footer__copy {
  font-size: 1rem;
  margin-top: 2rem;
}
.home .g-footer__copy {
  margin-top: 0;
}

/*レスポンシブ用*/
.g-modalnav {
  display: block;
  width: 50.4rem;
  height: 100dvh;
  background-color: var(--color-main);
  padding: 9.4rem 3.2rem;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.g-modalnav * {
  color: var(--color-txt);
  line-height: 1.4;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .g-modalnav {
    width: 100vw;
    padding: 6.4rem 2.4rem;
  }
}

/*---------------------------------------------------
name
-----------------------------------------------------*/
.g-modalnav__name {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-modalnav__name.is-hover {
  color: var(--color-white);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 767px) {
  .g-modalnav__name {
    font-size: 2rem;
  }
}

/*---------------------------------------------------
新着
-----------------------------------------------------*/
.g-modalnav__newest {
  margin-top: 4rem;
  font-size: 1.2rem;
}

.g-modalnav__newest__inner {
  display: block;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-modalnav__newest__inner.is-hover {
  color: var(--color-white);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.g-modalnav__newest__date {
  margin-right: 0.8rem;
  font-family: var(--font-main);
  color: inherit;
}

.g-modalnav__newest__posttype {
  font-family: var(--font-main);
  color: inherit;
}

.g-modalnav__newest__title {
  margin-top: 0.4rem;
  color: inherit;
}

/*---------------------------------------------------
nav
-----------------------------------------------------*/
.g-modalnav__nav {
  margin-top: 1.6rem;
}
.g-modalnav__nav > ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.g-modalnav__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 2.4rem;
  margin: 0.8rem 0 0 0;
  position: relative;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-modalnav__link:has(i) {
  padding-right: 1.2em;
}
.g-modalnav__link.is-hover {
  color: var(--color-white);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
.g-modalnav__link i {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center center;
  transform: scaleY(1) translateY(-50%);
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-modalnav__link.is-open i {
  transform: scaleY(-1);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

.g-modalnav__subnav {
  display: none;
  font-size: 2rem;
  padding-left: 3.2rem;
  padding-top: 2.4rem;
}
.g-modalnav__subnav.is-open {
  display: block;
}

.g-modalnav__subnav__link {
  display: block;
  text-decoration: none;
  padding: 0.6rem 0;
  color: var(--color-txt);
}
.g-modalnav__subnav__link span {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 1rem;
  line-height: 1;
  vertical-align: text-top;
}

/*レスポンシブ用*/
.g-widget__instagram {
  position: fixed;
  bottom: 2.4rem;
  right: var(--side-margin);
  z-index: 901;
}
@media only screen and (max-width: 767px) {
  .g-widget__instagram {
    bottom: 1.6rem;
    right: 1.6rem;
  }
}

/*レスポンシブ用*/
/*---------------------------------------------------
archive navigation
-----------------------------------------------------*/
.g-nav__archive {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .g-nav__archive {
    gap: 0;
  }
  .g-nav__archive > li {
    border-bottom: 1px solid var(--color-gray);
  }
}

.g-nav__archive__ttl {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .g-nav__archive__ttl {
    display: none;
  }
}
.g-nav__archive__ttl.is-sp {
  display: none;
  width: 100%;
  text-align: left;
  padding: 2.4rem 0;
  color: var(--color-txt);
}
@media only screen and (max-width: 767px) {
  .g-nav__archive__ttl.is-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2.4rem;
  }
}
@media only screen and (max-width: 520px) {
  .g-nav__archive__ttl.is-sp {
    padding: 1.6rem 0;
    padding-right: 1.6rem;
  }
}

.g-nav__archive__list {
  margin-top: 1.2rem;
}
.g-nav__archive__list a {
  font-size: 2.4rem;
  line-height: 1.4;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-nav__archive__list a.is-hover {
  color: var(--color-main);
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 1023px) {
  .g-nav__archive__list a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-nav__archive__list {
    display: none;
    margin-top: 0;
    padding-bottom: 2.4rem;
  }
  .g-nav__archive__list.is-open {
    display: block;
  }
}

.g-nav__archive__sublist {
  display: flex;
  flex-direction: column;
  padding-left: 2em;
}
.g-nav__archive__sublist a {
  font-size: 1rem;
  color: var(--color-txt);
  text-decoration: none;
}

/*レスポンシブ用*/
.g-page {
  margin-top: calc(var(--header-height));
  padding-top: 3.6rem;
  padding-bottom: 4.8rem;
}
.home .g-page {
  margin-top: var(--header-height);
  padding-bottom: 0;
  padding-top: 0;
  height: calc(100svh - var(--header-height) - var(--footer-height-home));
}

/*レスポンシブ用*/
.g-home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.g-home__img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.g-home__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*レスポンシブ用*/
.g-works {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 4.4rem;
  height: calc(100vh - var(--header-height) - var(--footer-height));
}
@media only screen and (max-width: 767px) {
  .g-works {
    height: auto;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}

/*---------------------------------------------------
navigation
-----------------------------------------------------*/
.g-works__nav {
  max-width: 26.8rem;
  width: 100%;
  overflow-y: scroll;
  padding-right: 1.2rem;
}

.g-works__nav__list {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .g-works__nav__list {
    flex-direction: row;
    gap: 1.2rem;
  }
}

.g-works__nav__year {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.2rem;
}

.g-works__nav__year__icon {
  display: block;
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: default;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .g-works__nav__year__icon {
    opacity: 0.6;
  }
  .g-works__nav__year__icon.is-current {
    opacity: 1;
  }
}

/*---------------------
Works Thumbnails
-----------------------*/
.g-works__nav__thumbs {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .g-works__nav__thumbs {
    display: none;
  }
}

.g-works__nav__thumb {
  display: block;
  width: 2.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.g-works__nav__thumb.is-current {
  border: 2px solid var(--color-txt);
}

/*---------------------------------------------------
content
-----------------------------------------------------*/
.g-works__content {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .g-works__content {
    height: auto;
    padding: 0;
  }
}

.g-works__items {
  width: 100%;
  height: 100%;
  position: relative;
}
.g-works__items li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
@media only screen and (max-width: 767px) {
  .g-works__items li {
    opacity: 1;
  }
}
.g-works__items li.is-current {
  opacity: 1;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}
@media only screen and (max-width: 767px) {
  .g-works__items {
    height: auto;
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    gap: 2.4rem;
  }
  .g-works__items li {
    position: relative;
    display: none;
  }
}

.g-works__item {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1.6rem;
  width: 100%;
  height: 100%;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .g-works__item {
    display: block;
  }
}
.g-works__item picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.g-works__item picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .g-works__item picture {
    display: block;
    width: 100%;
    height: auto;
  }
  .g-works__item picture img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.g-works__item figcaption {
  display: flex;
  gap: 1em;
  color: var(--color-txt);
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .g-works__item figcaption {
    margin-top: 0.4rem;
    padding: 0 var(--side-margin);
  }
}
.g-works__item figcaption * {
  font-size: 1.2rem;
}

.g-works__btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .g-works__btns {
    display: none;
  }
}

/*レスポンシブ用*/
.g-about__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12.8rem;
}
@media only screen and (max-width: 1440px) {
  .g-about__inner {
    gap: 8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .g-about__inner {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}

.g-about__img {
  display: block;
  width: auto;
  height: calc(100vh - var(--header-height) - var(--footer-height));
}
@media only screen and (max-width: 1440px) {
  .g-about__img {
    width: min(36vw, 40rem);
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .g-about__img {
    max-width: 40rem;
    width: 100%;
    height: auto;
    margin-top: 5.6rem;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 520px) {
  .g-about__img {
    max-width: 20.8rem;
  }
}

.g-about__name {
  font-size: 1.6rem;
}

.g-about__profile {
  margin-top: 3.2rem;
}

.g-about__exhibition {
  margin-top: 11.2rem;
}
@media only screen and (max-width: 767px) {
  .g-about__exhibition {
    margin-top: 7.2rem;
  }
}

.g-about__exhibition__ttl {
  font-size: 2rem;
}

.g-about__exhibition__list {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem 4.8rem;
}
@media only screen and (max-width: 767px) {
  .g-about__exhibition__list {
    margin-top: 4.2rem;
  }
}

/*レスポンシブ用*/
/*---------------------------------------------------
archive
-----------------------------------------------------*/
.g-exhibitions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-exhibitions__list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/*---------------------------------------------------
single
-----------------------------------------------------*/
.g-exhibitions__single {
  max-width: 83.2rem;
  width: 100%;
  margin-inline: auto;
}

.g-exhibitions__single__head {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .g-exhibitions__single__head {
    padding-top: 4rem;
  }
}
.g-exhibitions__single__head span {
  font-size: 1rem;
}

.g-exhibitions__single__ttl {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .g-exhibitions__single__ttl {
    font-size: 1.4rem;
  }
}

.g-exhibitions__single__img {
  display: block;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .g-exhibitions__single__img {
    margin-top: 1.6rem;
  }
}

.g-exhibitions__single__content {
  margin-top: 8.8rem;
}

.g-exhibitions__single__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 4.8rem;
}
.g-exhibitions__single__nav a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  line-height: 1;
  color: var(--color-txt);
}
.g-exhibitions__single__nav a.is-hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .g-exhibitions__single__nav {
    margin-top: 5.6rem;
  }
}

.g-exhibitions__single__nav__prev {
  display: flex;
  justify-content: flex-start;
  align-self: center;
}
.g-exhibitions__single__nav__prev i {
  transform: scaleX(-1);
}

.g-exhibitions__single__nav__next {
  align-self: center;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

/*レスポンシブ用*/
/*---------------------------------------------------
archive
-----------------------------------------------------*/
.g-news {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12.8rem;
}
@media only screen and (max-width: 1023px) {
  .g-news {
    gap: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-news {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .single .g-news__navs {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .single .g-news__main {
    order: 1;
  }
}

/*---------------------
list
-----------------------*/
.g-news__list {
  display: flex;
  flex-direction: column;
  max-width: 76.9rem;
  margin-inline: 0 auto;
  width: 100%;
  gap: 0;
}
.g-news__list li {
  border-bottom: 1px solid var(--color-gray);
}
.g-news__list li:first-child a {
  padding-top: 0;
}

/*---------------------------------------------------
single
-----------------------------------------------------*/
.g-news__single {
  max-width: 73.6rem;
  width: 100%;
  margin-inline: 0 auto;
}

.g-news__single__content {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .g-news__single__content {
    margin-top: 3.2rem;
  }
}

.g-news__back {
  margin-top: 3.2rem;
  text-align: center;
}
.g-news__back a {
  font-size: 1.2rem;
  color: var(--color-txt);
  text-decoration: none;
}
.g-news__back a.is-hover {
  text-decoration: underline;
}

.g-news__single__ttl {
  display: block;
  text-decoration: none;
  padding: 0 0 3.2rem;
  color: var(--color-txt);
  font-size: 1.6rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1) all;
}
.g-news__single__ttl time, .g-news__single__ttl a {
  display: inline-block;
  margin-right: 1.6rem;
  font-size: 1.2rem;
  color: var(--color-txt);
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .g-news__single__ttl {
    font-size: 1.4rem;
    padding: 2.4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .g-news__single__ttl {
    padding: 1.6rem 0;
  }
}
.g-news__single__ttl.is-hover {
  opacity: 0.4;
  padding-left: 1.6rem;
  transition: 0.25s cubic-bezier(0.18, 0.06, 0.23, 1) all;
}

/*レスポンシブ用*/
/*---------------------------------------------------
archive
-----------------------------------------------------*/
.g-soburi {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24rem;
}
@media only screen and (max-width: 1023px) {
  .g-soburi {
    gap: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .g-soburi {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .g-soburi__navs {
    order: 2;
  }
}
.g-soburi__navs button {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .g-soburi__navs button {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .g-soburi__main {
    order: 1;
  }
}

.g-soburi__content {
  max-width: 92rem;
  width: 100%;
  margin-inline: 0 auto;
}

.g-soburi__latest__ttl {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.6rem;
}

/*---------------------------------------------------
single
-----------------------------------------------------*/
.g-soburi__single {
  max-width: 73.6rem;
  width: 100%;
  margin-inline: 0 auto;
}

.g-soburi__single__content {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .g-soburi__single__content {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .g-soburi__latest {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.g-soburi__back {
  margin-top: 3.2rem;
  text-align: center;
}
.g-soburi__back a {
  font-size: 1.2rem;
  color: var(--color-txt);
  text-decoration: none;
}
.g-soburi__back a.is-hover {
  text-decoration: underline;
}

.u-mat {
  padding: var(--margin-4l) 0;
  position: relative;
}
.u-mat > * {
  position: relative;
}
.u-mat::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .u-mat::before {
    margin-left: calc(var(--side-margin) * -1);
    margin-right: calc(var(--side-margin) * -1);
  }
}

.u-m__xs {
  margin: var(--margin-xs);
}

.u-m__s {
  margin: var(--margin-s);
}

.u-m__m {
  margin: var(--margin-m);
}

.u-m__l {
  margin: var(--margin-l);
}

.u-m__2l {
  margin: var(--margin-2l);
}

.u-m__3l {
  margin: var(--margin-3l);
}

.u-m__4l {
  margin: var(--margin-4l);
}

.u-m__5l {
  margin: var(--margin-5l);
}

.u-mt__xs {
  margin-top: var(--margin-xs);
}

.u-mt__s {
  margin-top: var(--margin-s);
}

.u-mt__m {
  margin-top: var(--margin-m);
}

.u-mt__l {
  margin-top: var(--margin-l);
}

.u-mt__2l {
  margin-top: var(--margin-2l);
}

.u-mt__3l {
  margin-top: var(--margin-3l);
}

.u-mt__4l {
  margin-top: var(--margin-4l);
}

.u-mt__5l {
  margin-top: var(--margin-5l);
}

.u-mb__xs {
  margin-bottom: var(--margin-xs);
}

.u-mb__s {
  margin-bottom: var(--margin-s);
}

.u-mb__m {
  margin-bottom: var(--margin-m);
}

.u-mb__l {
  margin-bottom: var(--margin-l);
}

.u-mb__2l {
  margin-bottom: var(--margin-2l);
}

.u-mb__3l {
  margin-bottom: var(--margin-3l);
}

.u-mb__4l {
  margin-bottom: var(--margin-4l);
}

.u-mb__5l {
  margin-bottom: var(--margin-5l);
}

.u-margin-ia {
  margin-inline: auto;
}

.u-p__xs {
  padding: var(--margin-xs);
}

.u-p__s {
  padding: var(--margin-s);
}

.u-p__m {
  padding: var(--margin-m);
}

.u-p__l {
  padding: var(--margin-l);
}

.u-p__2l {
  padding: var(--margin-2l);
}

.u-p__3l {
  padding: var(--margin-3l);
}

.u-p__4l {
  padding: var(--margin-4l);
}

.u-p__5l {
  padding: var(--margin-5l);
}

.u-pt__xs {
  padding-top: var(--margin-xs);
}

.u-pt__s {
  padding-top: var(--margin-s);
}

.u-pt__m {
  padding-top: var(--margin-m);
}

.u-pt__l {
  padding-top: var(--margin-l);
}

.u-pt__2l {
  padding-top: var(--margin-2l);
}

.u-pt__3l {
  padding-top: var(--margin-3l);
}

.u-pt__4l {
  padding-top: var(--margin-4l);
}

.u-pt__5l {
  padding-top: var(--margin-5l);
}

.u-pb__xs {
  padding-bottom: var(--margin-xs);
}

.u-pb__s {
  padding-bottom: var(--margin-s);
}

.u-pb__m {
  padding-bottom: var(--margin-m);
}

.u-pb__l {
  padding-bottom: var(--margin-l);
}

.u-pb__2l {
  padding-bottom: var(--margin-2l);
}

.u-pb__3l {
  padding-bottom: var(--margin-3l);
}

.u-pb__4l {
  padding-bottom: var(--margin-4l);
}

.u-pb__5l {
  padding-bottom: var(--margin-5l);
}

.u-fs__p10s10 {
  font-size: 1rem;
}

.u-fs__p10s11 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p10s12 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p10s13 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p10s14 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p10s15 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p10s16 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p10s17 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p10s18 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p10s19 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p10s20 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p10s20 {
    font-size: 2rem;
  }
}

.u-fs__p11s10 {
  font-size: 1.1rem;
}

.u-fs__p11s11 {
  font-size: 1.1rem;
}

.u-fs__p11s12 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p11s13 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p11s14 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p11s15 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p11s16 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p11s17 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p11s18 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p11s19 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p11s20 {
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p11s20 {
    font-size: 2rem;
  }
}

.u-fs__p12s10 {
  font-size: 1.2rem;
}

.u-fs__p12s11 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p12s12 {
  font-size: 1.2rem;
}

.u-fs__p12s13 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p12s14 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p12s15 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p12s16 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p12s17 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p12s18 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p12s19 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p12s20 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p12s20 {
    font-size: 2rem;
  }
}

.u-fs__p13s10 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s10 {
    font-size: 1rem;
  }
}

.u-fs__p13s11 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p13s12 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p13s13 {
  font-size: 1.3rem;
}

.u-fs__p13s14 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p13s15 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p13s16 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p13s17 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p13s18 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p13s19 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p13s20 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p13s20 {
    font-size: 2rem;
  }
}

.u-fs__p14s10 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s10 {
    font-size: 1rem;
  }
}

.u-fs__p14s11 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p14s12 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p14s13 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p14s14 {
  font-size: 1.4rem;
}

.u-fs__p14s15 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p14s16 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p14s17 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p14s18 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p14s19 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p14s20 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p14s20 {
    font-size: 2rem;
  }
}

.u-fs__p15s10 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s10 {
    font-size: 1rem;
  }
}

.u-fs__p15s11 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p15s12 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p15s13 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p15s14 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p15s15 {
  font-size: 1.5rem;
}

.u-fs__p15s16 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p15s17 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p15s18 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p15s19 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p15s20 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p15s20 {
    font-size: 2rem;
  }
}

.u-fs__p16s10 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s10 {
    font-size: 1rem;
  }
}

.u-fs__p16s11 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p16s12 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p16s13 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p16s14 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p16s15 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p16s16 {
  font-size: 1.6rem;
}

.u-fs__p16s17 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p16s18 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p16s19 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p16s20 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p16s20 {
    font-size: 2rem;
  }
}

.u-fs__p17s10 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s10 {
    font-size: 1rem;
  }
}

.u-fs__p17s11 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p17s12 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p17s13 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p17s14 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p17s15 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p17s16 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p17s17 {
  font-size: 1.7rem;
}

.u-fs__p17s18 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p17s19 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p17s20 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p17s20 {
    font-size: 2rem;
  }
}

.u-fs__p18s10 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s10 {
    font-size: 1rem;
  }
}

.u-fs__p18s11 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p18s12 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p18s13 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p18s14 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p18s15 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p18s16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p18s17 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p18s18 {
  font-size: 1.8rem;
}

.u-fs__p18s19 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p18s20 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p18s20 {
    font-size: 2rem;
  }
}

.u-fs__p19s10 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s10 {
    font-size: 1rem;
  }
}

.u-fs__p19s11 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p19s12 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p19s13 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p19s14 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p19s15 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p19s16 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p19s17 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p19s18 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p19s19 {
  font-size: 1.9rem;
}

.u-fs__p19s20 {
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p19s20 {
    font-size: 2rem;
  }
}

.u-fs__p20s10 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s10 {
    font-size: 1rem;
  }
}

.u-fs__p20s11 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s11 {
    font-size: 1.1rem;
  }
}

.u-fs__p20s12 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s12 {
    font-size: 1.2rem;
  }
}

.u-fs__p20s13 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s13 {
    font-size: 1.3rem;
  }
}

.u-fs__p20s14 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s14 {
    font-size: 1.4rem;
  }
}

.u-fs__p20s15 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s15 {
    font-size: 1.5rem;
  }
}

.u-fs__p20s16 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s16 {
    font-size: 1.6rem;
  }
}

.u-fs__p20s17 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s17 {
    font-size: 1.7rem;
  }
}

.u-fs__p20s18 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s18 {
    font-size: 1.8rem;
  }
}

.u-fs__p20s19 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .u-fs__p20s19 {
    font-size: 1.9rem;
  }
}

.u-fs__p20s20 {
  font-size: 2rem;
}

.u-color__blue {
  color: var(--color-main);
}

.u-color__black {
  color: var(--color-txt);
}

.u-width__short {
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}

.u-home__messagemat {
  padding-top: 5.46875vw;
  padding-bottom: 5.46875vw;
}
@media only screen and (max-width: 767px) {
  .u-home__messagemat {
    padding-top: 18.9189189189vw;
    padding-bottom: 18.9189189189vw;
  }
}

.u-home__policymat {
  padding-bottom: 5.46875vw;
}
@media only screen and (max-width: 767px) {
  .u-home__policymat {
    padding-bottom: 18.9189189189vw;
  }
}

.u-home__profilemat {
  padding-right: var(--margin-5l);
  padding-left: var(--margin-5l);
}
@media only screen and (max-width: 767px) {
  .u-home__profilemat {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.u-home__topicsmat {
  text-align: center;
}

.u-home__sns {
  display: block;
}
@media only screen and (max-width: 767px) {
  .u-home__sns {
    display: none;
  }
}
