@charset "UTF-8";
#kv {
  width: 100%;
}

:is(.s-news,
.s-calendar,
.s-page_nav) {
  border-bottom: var(--bdr-width) solid var(--color-black);
}

.s-about {
  border-bottom: var(--bdr-width) solid var(--color-black);
}
.s-about [data-border] {
  height: 60px;
  width: var(--innerW);
  margin: auto;
}

.s-harakado {
  border-bottom: var(--bdr-width) solid var(--color-black);
}
.s-harakado [data-border] {
  height: 60px;
  width: var(--innerW);
  margin: auto;
}

.s-pickup {
  border-bottom: var(--bdr-width) solid var(--color-black);
}
.s-pickup [data-border] {
  height: 60px;
  width: var(--innerW);
  margin: auto;
}
.s-pickup .c-list_post {
  width: var(--innerW);
}

.s-creative [data-border] {
  height: 80px;
  width: var(--innerW);
  margin: auto;
}

.s-area {
  border-bottom: var(--bdr-width) solid var(--color-black);
}
.s-area [data-border] {
  height: 100px;
  width: var(--innerW);
  margin: auto;
}

:is(.s-about,
.s-harakado,
.s-news) .c-wrap_more {
  width: 35.7%;
  margin: auto;
  aspect-ratio: 270/160;
  position: relative;
  margin-top: 13.33vw;
}
:is(.s-about,
.s-harakado,
.s-news) .c-wrap_more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  position: absolute;
}
:is(.s-about,
.s-harakado,
.s-news) .c-wrap_more a .inr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:is(.s-about,
.s-harakado,
.s-news) .c-wrap_more a p {
  font-size: var(--fs-more);
  position: relative;
  letter-spacing: -1.6px;
  font-family: "Soehne halbfett", "Noto Sans JP", sans-serif;
  font-variation-settings: "wght" 700;
}
:is(.s-about,
.s-harakado,
.s-news) .c-wrap_more a p span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:is(.s-about,
.s-harakado,
.s-news) .c-wrap_more a img.line {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  aspect-ratio: 540/320;
  transform: translate3d(0, 25%, 0);
}

:is(.s-about,
.s-harakado) .content {
  width: var(--innerW);
  margin: auto;
}
:is(.s-about,
.s-harakado) .content p {
  line-height: var(--lineH);
  font-size: var(--fs-body);
  margin-bottom: 1.5em;
}
:is(.s-about,
.s-harakado) .content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
:is(.s-about,
.s-harakado) .content p a {
  text-decoration: underline;
  font-size: var(--fs-20-25-30);
  display: block;
  width: fit-content;
  margin-top: 1em;
}

.s-about .scroll_text {
  width: 100%;
  overflow: hidden;
  margin-top: min(21.33vw,80px);
}
.s-about .scroll_text p {
  font-size: var(--fs-super-large);
  white-space: nowrap;
}

.s-schedule [data-carousel] {
  margin-top: 21.33vw;
}

.c-filter_posts .filter_blocks {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
}
.c-filter_posts .c-select_date {
  width: 100%;
}
.c-filter_posts .c-select_area,
.c-filter_posts .c-select_purpose {
  width: calc(50% - 5px);
  position: relative;
}
.c-filter_posts .block_submit {
  width: 100%;
}

[data-page=top] #kv {
  background: var(--color-white);
}
[data-page=top] #kv .section_inner {
  padding: 0px;
}
[data-page=top] #kv .c-fv {
  width: 100%;
  max-height: 635px;
  aspect-ratio: 375/635;
  position: relative;
  display: grid;
  justify-content: center;
}
[data-page=top] #kv .c-fv figure {
  width: 100%;
  max-width: 375px;
  background: var(--color-white);
  aspect-ratio: 375/635;
}
[data-page=top] #kv img {
  height: 100%;
  object-fit: cover;
}
[data-page=top] .s-pickup .c-ttl_h2 h2 {
  position: relative;
  left: -0.75vw;
}
[data-page=top] .c-list_news ul {
  border-top: none;
}
[data-page=top] .c-list_news ul li a {
  padding: 0px;
}

.c-slideshow {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh; /* aspect-ratio: 375 / 635;*/
}
.c-slideshow ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: transform 0.6s ease-in;
}
.c-slideshow ul.notransition {
  transition: transform 0s ease;
}
.c-slideshow ul.notransition li figure {
  transition: transform 0s ease;
}
.c-slideshow ul li {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.c-slideshow ul li figure {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0%;
  transform: translate3d(-50%, 0%, 0);
  transition: transform 0.6s linear;
  /* aspect-ratio: 954 / 635; */
}
.c-slideshow ul li figure img {
  width: 100%;
}
.c-slideshow ul li.active figure {
  transform: translate3d(-50%, 0%, 0);
}
.c-slideshow ul li.disable figure {
  transform: translate3d(-50%, 0%, 0);
}
.c-slideshow ul li:nth-child(1) {
  transform: translate3d(0, 0%, 0);
}
.c-slideshow ul li:nth-child(2) {
  transform: translate3d(0, 100%, 0);
}
.c-slideshow ul li:nth-child(3) {
  transform: translate3d(0, 200%, 0);
}
.c-slideshow ul li:nth-child(4) {
  transform: translate3d(0, 300%, 0);
}
.c-slideshow ul li:nth-child(5) {
  transform: translate3d(0, 400%, 0);
}
.c-slideshow ul li:nth-child(6) {
  transform: translate3d(0, 500%, 0);
}
.c-slideshow ul li:nth-child(7) {
  transform: translate3d(0, 600%, 0);
}
.c-slideshow ul li:nth-child(8) {
  transform: translate3d(0, 700%, 0);
}
.c-slideshow ul li:nth-child(9) {
  transform: translate3d(0, 800%, 0);
}
.c-slideshow ul li:nth-child(10) {
  transform: translate3d(0, 900%, 0);
}

.s-page_nav ul {
  width: 61.33%;
  margin-inline: auto;
}
.s-page_nav ul li {
  width: 100%;
  margin-bottom: 8vw;
}
.s-page_nav ul li:last-child {
  margin-bottom: 0px;
}
.s-page_nav ul li a {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  position: relative;
}
.s-page_nav ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.s-page_nav ul li a span {
  font-size: var(--fs-40-50);
}
.s-page_nav ul li a span.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 9.6vw 0 0 -3.47vw;
  width: 6.93vw;
  rotate: 0deg;
  mix-blend-mode: exclusion;
  display: block;
}
.s-page_nav ul li:nth-child(1) a:before {
  background-image: url(../images/top/pagenav/bg0.png);
}
.s-page_nav ul li:nth-child(2) a:before {
  background-image: url(../images/top/pagenav/bg1.png);
}
.s-page_nav ul li:nth-child(3) a:before {
  background-image: url(../images/top/pagenav/bg2.png);
}

@media all and (min-width: 768px) {
  .c-filter_posts .filter_blocks {
    gap: 0px;
  }
  .c-filter_posts .c-select_date {
    width: var(--grid3);
    box-sizing: border-box;
    margin-right: var(--gutter);
  }
  .c-filter_posts .c-select_area,
  .c-filter_posts .c-select_purpose {
    width: var(--grid2);
    margin-right: var(--gutter);
    box-sizing: border-box;
  }
  .c-filter_posts .block_submit {
    width: var(--grid2);
  }
  .c-filter_posts button[data-submit-filter] {
    margin-top: 0px;
  }
  :is(.s-about,
  .s-harakado,
  .s-news) .c-wrap_more {
    width: 30.33%;
    margin-top: 10.42vw;
  }
  :is(.s-about,
  .s-harakado,
  .s-news) .c-wrap_more a {
    width: 100%;
  }
  .s-schedule [data-carousel] {
    margin-top: 10.42vw;
  }
  .s-schedule .c-wrap_more {
    width: 30.33%;
    margin: auto;
  }
  .s-schedule .c-wrap_more a {
    width: 100%;
  }
  [data-page=top] #kv .c-fv {
    height: auto;
    max-height: 971px;
    aspect-ratio: 768/971;
  }
  [data-page=top] #kv .c-fv figure {
    width: 100%;
    max-width: 768px;
    aspect-ratio: 768/971;
  }
  [data-page=top] .s-pickup .c-ttl_h2 h2 {
    left: -0.52vw;
  }
  .s-page_nav ul {
    display: flex;
    width: var(--innerW);
    margin-inline: auto;
    column-gap: 2.615%;
  }
  .s-page_nav ul li {
    width: 31.59%;
    margin-bottom: 0;
  }
  .s-page_nav ul li a span.icon {
    margin: 4.69vw 0 0 -1.69vw;
    width: 3.39vw;
  }
}
@media all and (min-width: 1024px) {
  .s-news .section_inner {
    padding-top: 26.37vw;
  }
  .s-about .scroll_text {
    margin-top: 100px;
  }
  .s-schedule [data-carousel] {
    margin-top: 6.94vw;
  }
  .s-schedule .c-wrap_more {
    width: 15.42%;
  }
  .c-slideshow { /* aspect-ratio: 1024 / 715; */ }
  :is(.s-about,
  .s-harakado,
  .s-news) .c-wrap_more {
    width: 15.42%;
    margin-top: 7.81vw;
  }
  [data-page=top] #kv .c-fv {
    max-height: 768px;
    aspect-ratio: 1024/768;
  }
  [data-page=top] #kv .c-fv figure {
    max-width: 1024px;
    aspect-ratio: 1024/768;
  }
  [data-page=top] .s-pickup .c-ttl_h2 h2 {
    left: -0.42vw;
  }
  .s-page_nav ul {
    width: 86.32%;
    column-gap: 11%;
  }
  .s-page_nav ul li {
    width: 26%;
    margin-bottom: 0;
  }
  .s-page_nav ul li a span.icon {
    margin: 3.52vw 0 0 -1.27vw;
    width: 2.54vw;
  }
}
@media all and (min-width: 1440px) {
  .s-news .section_inner {
    padding-top: 22.92vw;
  }
  .s-schedule [data-carousel] {
    margin-top: 9.77vw;
  }
  .s-schedule .c-wrap_more {
    width: 14.72%;
  }
  .c-filter_posts .filter_blocks {
    justify-content: space-between;
  }
  .c-filter_posts .c-select_date {
    margin-right: 0;
  }
  .c-filter_posts .c-select_area,
  .c-filter_posts .c-select_purpose {
    margin-right: 0;
  }
  .c-filter_posts .block_submit {
    width: var(--grid2);
  }
  .c-filter_posts button[data-submit-filter] {
    margin-top: 0px;
  }
  :is(.s-about,
  .s-harakado,
  .s-news) .c-wrap_more {
    width: 14.72%;
    margin-top: 5.56vw;
  }
  .c-slideshow { /* aspect-ratio: 1440 / 971;*/ }
  [data-page=top] #kv .c-fv {
    height: 1024px;
  }
  [data-page=top] #kv .c-fv figure {
    width: 100%;
    max-width: 1440px;
    height: 1024px;
    aspect-ratio: inherit;
  }
  [data-page=top] .s-pickup .c-ttl_h2 h2 {
    left: 0;
  }
  .s-page_nav ul {
    width: 84.72%;
    column-gap: 10.175%;
  }
  .s-page_nav ul li {
    width: 26.55%;
    margin-bottom: 0;
  }
  .s-page_nav ul li a span.icon {
    margin: 3.89vw 0 0 -1.25vw;
    width: 2.5vw;
  }
}
section#events {
  position: relative;
}
section#events .c-ttl_h2 h2 {
  font-size: var(--fs-event-ttl);
  text-indent: -0.15em;
}
section#events .c-filter_posts {
  margin-bottom: 21.33vw;
  display: none;
}
section#events.is_schedule .c-filter_posts {
  display: block;
}
section#events .c-category_description {
  width: var(--innerW);
  margin: auto;
  position: relative;
}
section#events .c-category_description {
  margin-bottom: 21.33vw;
}
section#events .c-category_description p {
  font-size: var(--fs-25-30-30-40);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
section#events .c-category_description p a {
  color: #C8C8C8;
  font-size: var(--fs-20-25-30);
}
section#events .c-category_description p.description {
  line-height: 1.6;
  margin-top: 0.6em;
}
section#events .c-ttl_event h2 {
  font-size: var(--fs-ttl-h2);
  margin-bottom: 1em;
  font-family: "Soehne dreiviertelfett", "Noto Sans JP", sans-serif;
  font-variation-settings: "wght" 900;
}
section#events .c-map {
  padding-bottom: 26.67vw;
}
section#events .c-map.disable {
  display: none;
}
section#events .c-map ul li {
  margin-bottom: 10.67vw;
}
section#events .c-map ul li:last-child {
  margin-bottom: 0px;
}
section#events .c-map ul li figure {
  width: 100%;
  margin-bottom: 5.33vw;
}
section#events .c-map ul li p {
  font-size: var(--fs-20-25-30);
  line-height: 1.2;
}
section#events .c-pickup {
  margin-bottom: 17.07vw;
  position: relative;
}
section#events .c-pickup.disable {
  display: none;
}
section#events .c-pickup ul {
  padding-bottom: 0px;
}

#wrapper {
  width: 100%;
}

#section_post {
  width: 100%;
}
#section_post article {
  width: 100%;
  padding: 44.53vw 0 26.67vw 0;
  position: relative;
}
#section_post article header#article_header {
  margin-bottom: 21.87vw;
}
#section_post article header#article_header .header_inner {
  width: var(--articleW);
  margin: auto;
}
#section_post article header#article_header .c-hero {
  margin-bottom: 24.53vw;
}
#section_post article header#article_header .c-hero figure {
  box-sizing: border-box;
  border: var(--bdr-width) solid var(--color-black);
  background: var(--color-white);
}
#section_post article header#article_header h1 {
  font-size: var(--fs-article-h1);
  line-height: 1.2;
  margin-bottom: 6.4vw;
}
#section_post article header#article_header p.txt_date {
  font-size: var(--fs-15-15-20);
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#section_post article header#article_header .event_info {
  margin-bottom: 12.53vw;
}
#section_post article header#article_header:has(.c-list_tag) .event_info {
  margin-bottom: 0px;
}
#section_post article header#article_header:has(.c-list_tag) .c-list_tag {
  margin-bottom: 12.53vw;
}
#section_post article .event_info ul li {
  margin-bottom: 1.2em;
}
#section_post article .event_info ul li:last-child {
  margin-bottom: 0px;
}
#section_post article .event_info ul li dl dt {
  font-size: var(--fs-10-10-10-15);
  margin-bottom: 0.3em;
}
#section_post article .event_info ul li dl dd {
  font-size: var(--fs-15-15-20);
  line-height: var(--lineH);
  font-weight: 700;
}
#section_post article .article_body {
  width: var(--articleW);
  margin: auto;
  position: relative;
}
#section_post article .article_body h2,
#section_post article .article_body h3 {
  font-size: var(--fs-25-30-30-40);
  line-height: 1.2;
  font-family: "Soehne dreiviertelfett", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
#section_post article .article_body h2:nth-of-type(1) {
  margin-top: 0px;
}
#section_post article .article_body h2 {
  margin-top: 22.93vw;
  margin-bottom: 9.07vw;
}
#section_post article .article_body h3 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
#section_post article .article_body :is(h3, .wp-caption) {
  margin-top: 18.13vw;
}
#section_post article .article_body p {
  font-size: var(--fs-20-25-30);
  line-height: 1.85;
  margin-bottom: 1.5em;
}
#section_post article .article_body p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#section_post article .article_body p a {
  text-decoration: underline;
  padding-top: 0.6em;
  display: inline-block;
}
#section_post article .article_body figure {
  width: 71.64% !important;
  margin: auto;
  margin-top: 19.2vw;
  background: var(--color-white);
}
#section_post article .article_body figure img {
  width: 100%;
}
#section_post article .article_body figure figcaption {
  margin-top: 5.33vw;
  line-height: 1.2;
  font-weight: 700;
  font-size: var(--fs-15-15-20);
}
#section_post article .article_body .wp-caption {
  width: 71.64% !important;
  margin-inline: auto;
  margin-bottom: 14.4vw;
}
#section_post article .article_body .wp-caption img {
  box-sizing: border-box;
  border: 1px solid #000;
}
#section_post article .article_body .wp-caption p.wp-caption-text {
  font-size: var(--fs-15-15-20);
  line-height: 1.4;
  margin-top: 1em;
}
#section_post article .article_body .event_info {
  margin-top: 21.33vw;
}
#section_post article .article_body + .event_info {
  width: var(--articleW);
  margin-inline: auto;
  margin-top: 21.33vw;
}
#section_post article .map {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/500;
  margin-top: 8vw;
}
#section_post article .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#section_post #bdr_post {
  width: calc(100% - 40px);
  margin: auto;
  height: 40px;
}
#section_post .c-block-campaign {
  margin-top: 26.67vw;
}
#section_post .c-block-campaign h3 {
  width: 100%;
  font-size: var(--fs-25-30-30-40);
  margin-bottom: 13.33vw;
}
#section_post .c-block-campaign .gallery {
  margin-bottom: 13.33vw;
}
#section_post .c-block-campaign .gallery br {
  display: none;
}
#section_post .c-block-campaign .gallery .gallery-item {
  float: none;
  width: 71.64%;
  margin: auto;
  margin-bottom: 8vw;
}
#section_post .c-block-campaign .gallery .gallery-item:after {
  content: "";
  width: 6.93vw;
  height: 9.33vw;
  display: block;
  margin: auto;
  margin-top: 6.4vw;
  background: url(../images/common/arrow_post.gif) top left no-repeat;
  background-size: cover;
  rotate: 90deg;
}
#section_post .c-block-campaign .gallery .gallery-item a {
  pointer-events: none;
}
#section_post .c-block-campaign .gallery .gallery-item img {
  box-sizing: border-box;
  border: 5px solid var(--color-black);
}
#section_post .c-block-campaign .gallery .gallery-item dd {
  margin-top: 1em;
  font-size: var(--fs-15-15-20);
  line-height: 1.4;
}
#section_post .c-block-campaign .gallery .gallery-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#section_post .c-block-campaign .gallery .gallery-item:nth-last-of-type(1):after {
  display: none;
}

#s-relative_event .section_inner {
  padding-top: 0px;
}
#s-relative_event .c-ttl_h3 {
  margin-bottom: 9.33vw;
  position: relative;
}

@media all and (min-width: 768px) {
  section#events .c-ttl_h2 {
    margin-bottom: 3.91vw;
  }
  section#events .c-filter_posts {
    margin-bottom: 13.02vw;
  }
  section#events .c-category_description {
    margin-bottom: 16.93vw;
  }
  section#events .c-category_description p.description {
    line-height: 1.4;
    margin-top: 0.55em;
  }
  section#events .c-ttl_event h2 {
    margin-bottom: 1em;
  }
  section#events .c-pickup {
    margin-bottom: 16.93vw;
  }
  section#events .c-map {
    padding-bottom: 19.53vw;
  }
  section#events .c-map ul {
    display: flex;
    column-gap: 2.6vw;
  }
  section#events .c-map ul li {
    width: calc(50% - 2.6vw);
    margin-bottom: 0;
  }
  section#events .c-map ul li figure {
    width: 100%;
    margin-bottom: 2.6vw;
  }
  #section_post article {
    padding: 29.69vw 0 19.53vw 0;
  }
  #section_post article header#article_header {
    margin-bottom: 10.94vw;
  }
  #section_post article header#article_header .c-hero {
    margin-bottom: 12.11vw;
  }
  #section_post article header#article_header h1 {
    margin-bottom: 2.6vw;
  }
  #section_post article header#article_header .event_info {
    margin-bottom: 5.99vw;
  }
  #section_post article header#article_header .event_info ul li {
    margin-bottom: 0.8em;
  }
  #section_post article header#article_header:has(.c-list_tag) .event_info {
    margin-bottom: 0px;
  }
  #section_post article header#article_header:has(.c-list_tag) .c-list_tag {
    margin-bottom: 5.99vw;
  }
  #section_post article .article_body :is(h3, .wp-caption) {
    margin-top: 7.81vw;
  }
  #section_post article .article_body h2:nth-of-type(1) {
    margin-top: 0px;
  }
  #section_post article .article_body h2 {
    margin-bottom: 3.65vw;
    margin-top: 10.42vw;
  }
  #section_post article .article_body h3 {
    margin-bottom: 3.65vw;
  }
  #section_post article .article_body figure {
    width: 100% !important;
    margin-top: 10.42vw;
  }
  #section_post article .article_body figure figcaption {
    margin-top: 3.91vw;
  }
  #section_post article .article_body .wp-caption {
    width: 100% !important;
    margin-inline: auto;
    margin-bottom: 7.81vw;
  }
  #section_post article .article_body .wp-caption p.wp-caption-text {
    font-size: var(--fs-15-15-20);
    margin-top: 1.4em;
  }
  #section_post article .article_body p {
    line-height: 1.8;
  }
  #section_post article .article_body .event_info {
    margin-top: 10.42vw;
  }
  #section_post article .article_body + .event_info {
    margin-top: 10.42vw;
  }
  #section_post article .map {
    aspect-ratio: 768/500;
    margin-top: 5.73vw;
  }
  #section_post #bdr_post {
    width: calc(100% - 40px);
  }
  #section_post .c-block-campaign {
    margin-top: 13.02vw;
  }
  #section_post .c-block-campaign h3 {
    margin-bottom: 6.51vw;
  }
  #section_post .c-block-campaign .gallery {
    display: flex;
    width: 90.89vw;
    margin-left: -8.85vw;
    margin-bottom: 10.42vw;
    align-items: center;
  }
  #section_post .c-block-campaign .gallery br {
    display: none;
  }
  #section_post .c-block-campaign .gallery .gallery-item {
    width: 35.81%;
    margin: 0;
    position: relative;
  }
  #section_post .c-block-campaign .gallery .gallery-item:after {
    width: 3.39vw;
    height: 4.56vw;
    display: block;
    margin: 0;
    margin-top: 0;
    background-size: cover;
    rotate: 0deg;
    position: absolute;
    top: 9.77vw;
    right: 1.56vw;
  }
  #section_post .c-block-campaign .gallery .gallery-item dt, #section_post .c-block-campaign .gallery .gallery-item dd {
    width: 80%;
  }
  #section_post .c-block-campaign .gallery .gallery-item dd {
    margin-top: 1em;
    min-height: 4em;
    text-align: left;
  }
  #section_post .c-block-campaign .gallery .gallery-item:nth-last-of-type(1) {
    width: 28.65%;
    margin-bottom: 0px;
  }
  #section_post .c-block-campaign .gallery .gallery-item:nth-last-of-type(1):after {
    display: none;
  }
  #section_post .c-block-campaign .gallery .gallery-item:nth-last-of-type(1) dt, #section_post .c-block-campaign .gallery .gallery-item:nth-last-of-type(1) dd {
    width: 100%;
  }
  #s-relative_event .c-ttl_h3 {
    margin-bottom: 8.46vw;
  }
}
@media all and (min-width: 1024px) {
  section#events .c-ttl_h2 {
    margin-bottom: 7.23vw;
  }
  section#events .c-filter_posts {
    margin-bottom: 9.77vw;
  }
  section#events .c-category_description {
    margin-bottom: 12.7vw;
  }
  section#events .c-category_description p a {
    color: #C8C8C8;
    font-size: var(--fs-20-25-30);
  }
  section#events .c-category_description p.description {
    line-height: 1.4;
    margin-top: 1em;
  }
  section#events .c-ttl_event h2 {
    font-size: var(--fs-ttl-h2);
    margin-bottom: 1.27em;
  }
  section#events .c-map {
    padding-bottom: 14.65vw;
  }
  section#events .c-map ul {
    column-gap: 1.95vw;
  }
  section#events .c-map ul li {
    width: calc(50% - 1.95vw);
  }
  section#events .c-map ul li figure {
    margin-bottom: 1.95vw;
  }
  section#events .c-pickup {
    margin-bottom: 13.28vw;
    position: relative;
  }
  section#events .c-pickup ul {
    padding-bottom: 0px;
  }
  #section_post article {
    padding: 30.76vw 0 14.65vw 0;
  }
  #section_post article header#article_header {
    margin-bottom: 8.2vw;
  }
  #section_post article header#article_header .c-hero {
    margin-bottom: 8.5vw;
  }
  #section_post article header#article_header h1 {
    margin-bottom: 1.17vw;
    line-height: 1.4;
  }
  #section_post article header#article_header .event_info {
    margin-bottom: 4.3vw;
  }
  #section_post article header#article_header .event_info ul li {
    margin-bottom: 0.7em;
  }
  #section_post article header#article_header .event_info ul li dl dt {
    margin-bottom: 0.4em;
  }
  #section_post article header#article_header:has(.c-list_tag) .event_info {
    margin-bottom: 0px;
  }
  #section_post article header#article_header:has(.c-list_tag) .c-list_tag {
    margin-bottom: 4.3vw;
  }
  #section_post article .article_body :is(h3, .wp-caption) {
    margin-top: 7.42vw;
  }
  #section_post article .article_body h2 {
    margin-top: 12.11vw;
    margin-bottom: 2.44vw;
    line-height: 1.4;
  }
  #section_post article .article_body h3 {
    margin-bottom: 2.44vw;
    line-height: 1.4;
  }
  #section_post article .article_body figure {
    width: 75.97% !important;
    margin-top: 9.77vw;
  }
  #section_post article .article_body figure figcaption {
    margin-top: 1.95vw;
    margin-top: 1.2em;
  }
  #section_post article .article_body p {
    line-height: 1.78;
  }
  #section_post article .article_body p a:hover {
    text-decoration: none;
  }
  #section_post article .article_body .wp-caption {
    width: 75.8% !important;
    margin-top: 9.77vw;
  }
  #section_post article .article_body + .event_info {
    margin-top: 9.77vw;
  }
  #section_post article .map {
    aspect-ratio: 1024/500;
    margin-top: 4.3vw;
  }
  #section_post article .c-block-campaign {
    margin-top: 11.52vw;
  }
  #section_post article .c-block-campaign h3 {
    margin-bottom: 4.88vw;
  }
  #section_post article .c-block-campaign .gallery {
    display: flex;
    width: 89.45vw;
    margin-left: -8.4vw;
    margin-bottom: 9.77vw;
  }
  #section_post article .c-block-campaign .gallery .gallery-item {
    width: 35.8%;
    margin: 0;
    position: relative;
  }
  #section_post article .c-block-campaign .gallery .gallery-item:after {
    width: 3.91vw;
    height: 4.88vw;
    top: 9.77vw;
    right: 1.11vw;
  }
  #section_post article .c-block-campaign .gallery .gallery-item dt {
    width: 79.26%;
  }
  #section_post article .c-block-campaign .gallery .gallery-item dd {
    margin-top: 1em;
    min-height: 3em;
    text-align: left;
  }
  #section_post article .c-block-campaign .gallery .gallery-item:nth-of-type(3) {
    width: 28.38%;
  }
  #section_post #bdr_post {
    width: calc(100% - 60px);
  }
  #s-relative_event .c-ttl_h3 {
    margin-bottom: 8.3vw;
  }
}
@media all and (min-width: 1440px) {
  section#events .c-filter_posts {
    margin-bottom: 6.94vw;
  }
  section#events .c-ttl_h2 {
    margin-bottom: 4.31vw;
  }
  section#events .c-category_description {
    margin-bottom: 8.61vw;
  }
  section#events .c-category_description p a {
    color: #C8C8C8;
    font-size: var(--fs-20-25-30);
  }
  section#events .c-category_description p.description {
    line-height: 1.4;
    margin-top: 0.7em;
  }
  section#events .c-ttl_event h2 {
    font-size: var(--fs-ttl-h2);
    margin-bottom: 1.1em;
  }
  section#events .c-map {
    padding-bottom: 10.42vw;
  }
  section#events .c-map ul {
    column-gap: 1.39vw;
  }
  section#events .c-map ul li {
    width: calc(50% - 1.39vw);
  }
  section#events .c-map ul li figure {
    margin-bottom: 1.39vw;
  }
  section#events .c-pickup {
    margin-bottom: 13.28vw;
  }
  section#events .c-pickup ul {
    padding-bottom: 0px;
  }
  #section_post article {
    padding: 25.21vw 0 10.42vw 0;
  }
  #section_post article header#article_header {
    margin-bottom: 5.83vw;
  }
  #section_post article header#article_header .c-hero {
    margin-bottom: 0;
  }
  #section_post article header#article_header h1 {
    margin-bottom: 2.08vw;
  }
  #section_post article header#article_header .event_info {
    margin-bottom: 6.39vw;
  }
  #section_post article header#article_header .event_info ul li {
    margin-bottom: 0.55em;
  }
  #section_post article header#article_header .event_info ul li dl dt {
    margin-bottom: 0.76vw;
  }
  #section_post article header#article_header:has(.c-list_tag) .event_info {
    margin-bottom: 0px;
  }
  #section_post article header#article_header:has(.c-list_tag) .c-list_tag {
    margin-bottom: 6.39vw;
  }
  #section_post article .article_body :is(h3, .wp-caption) {
    margin-top: 4.86vw;
  }
  #section_post article .article_body h2 {
    margin-bottom: 1.46vw;
    margin-top: 8.33vw;
  }
  #section_post article .article_body h3 {
    margin-bottom: 1.39vw;
  }
  #section_post article .article_body figure {
    width: 74.9% !important;
    margin-top: 6.94vw;
  }
  #section_post article .article_body figure figcaption {
    margin-top: 1.39vw;
  }
  #section_post article .article_body .event_info {
    margin-top: 7.81vw;
  }
  #section_post article .article_body .wp-caption {
    width: 74.75% !important;
    margin: 5.56vw auto 5vw auto;
  }
  #section_post article .article_body .wp-caption p.wp-caption-text {
    margin-top: 1em;
  }
  #section_post article .map {
    aspect-ratio: 1440/500;
    margin-top: 2.93vw;
  }
  #section_post article .c-block-campaign {
    margin-top: 6.94vw;
  }
  #section_post article .c-block-campaign h3 {
    margin-bottom: 3.47vw;
  }
  #section_post article .c-block-campaign .gallery {
    width: 86.25vw;
    margin-left: -7.71vw;
    margin-bottom: 6.94vw;
  }
  #section_post article .c-block-campaign .gallery .gallery-item {
    width: 36.15%;
  }
  #section_post article .c-block-campaign .gallery .gallery-item:nth-of-type(3) {
    width: 28.15%;
  }
  #section_post article .c-block-campaign .gallery .gallery-item dt, #section_post article .c-block-campaign .gallery .gallery-item dd {
    width: 77.95%;
  }
  #section_post article .c-block-campaign .gallery .gallery-item:after {
    width: 40px;
    height: 50px;
    top: 10.07vw;
    right: 2.08vw;
  }
  #section_post article .c-block-campaign .gallery .gallery-item dd {
    margin-top: 1em;
    min-height: 3em;
    text-align: left;
  }
  #section_post #bdr_post {
    width: calc(100% - 120px);
  }
  #s-relative_event .c-ttl_h3 {
    margin-bottom: 6.6vw;
  }
}
:is([data-page=privacy],
[data-page=credit]) .c-ttl_h2 .ttl_inner {
  width: var(--infoW);
}

[data-page=privacy] .content {
  width: var(--infoW);
  margin: auto;
  padding-bottom: 40vw;
  position: relative;
}
[data-page=privacy] .block_p {
  margin-bottom: 16vw;
}
[data-page=privacy] .block_p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
[data-page=privacy] .block_p li, [data-page=privacy] .block_p p {
  word-break: break-all;
  word-wrap: break-word;
}
[data-page=privacy] .block_p h3 {
  font-size: var(--fs-20-25-30);
  line-height: var(--lineH);
  margin-bottom: 1em;
}
[data-page=privacy] .block_p p,
[data-page=privacy] .block_p ul li,
[data-page=privacy] .block_p ul li a {
  font-size: var(--fs-info);
  line-height: var(--lineH);
}
[data-page=privacy] .block_p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
[data-page=privacy] .block_p ul.links {
  margin-top: 1em;
}

[data-page=credit] .block_areas {
  width: var(--infoW);
  margin: auto;
  padding-bottom: 26.67vw;
}
[data-page=credit] .c-block_area {
  position: relative;
}
[data-page=credit] .c-block_area .ttl_area {
  margin-bottom: 8.53vw;
}
[data-page=credit] .c-block_area .ttl_area h3 {
  font-size: var(--fs-25-30-40-50);
  line-height: 1;
  margin-bottom: 4.27vw;
  letter-spacing: -0.02em;
}
[data-page=credit] .c-block_area .ttl_area h4.ja {
  font-size: var(--fs-18-18-25-30);
}
[data-page=credit] .c-block_area .list_credit {
  margin-bottom: 26.67vw;
}
[data-page=credit] .c-block_area .list_credit ul li {
  margin-bottom: 1.5em;
  font-size: var(--fs-15-15-20-20);
  line-height: 1.4;
}
[data-page=credit] .c-block_area .list_credit ul li:last-child {
  margin-bottom: 0px;
}
[data-page=credit] .c-block_logo {
  width: var(--infoW);
  margin: auto;
  padding-bottom: 26.67vw;
  position: relative;
  scroll-margin-top: 100px;
}
[data-page=credit] .c-block_logo .list_logo ul li {
  width: 100%;
  aspect-ratio: 427/150;
  overflow: hidden;
  margin-bottom: 5.33vw;
}
[data-page=credit] .c-block_logo .list_logo ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (min-width: 768px) {
  [data-page=privacy] .content {
    padding-bottom: 19.53vw;
  }
  [data-page=privacy] .block_p {
    margin-bottom: 7.81vw;
  }
  [data-page=credit] .block_areas {
    padding-bottom: 13.02vw;
  }
  [data-page=credit] .c-block_area .ttl_area {
    margin-bottom: 7.29vw;
  }
  [data-page=credit] .c-block_area .ttl_area h3 {
    margin-bottom: 3.13vw;
  }
  [data-page=credit] .c-block_area .list_credit {
    margin-bottom: 19.53vw;
  }
  [data-page=credit] .c-block_logo {
    padding-bottom: 13.02vw;
  }
  [data-page=credit] .c-block_logo .list_logo ul {
    display: flex;
    flex-wrap: wrap;
  }
  [data-page=credit] .c-block_logo .list_logo ul li {
    width: calc(50% - 1.3vw);
    margin-bottom: 5.21vw;
    margin-right: 2.6vw;
  }
  [data-page=credit] .c-block_logo .list_logo ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media all and (min-width: 1024px) {
  [data-page=privacy] .content {
    padding-bottom: 14.65vw;
  }
  [data-page=privacy] .block_p {
    margin-bottom: 5.86vw;
  }
  [data-page=credit] .block_areas {
    position: relative;
    padding-bottom: 9.77vw;
  }
  [data-page=credit] .c-block_area {
    padding-bottom: 9.77vw;
    position: absolute;
    width: calc(50% - var(--grid-d2));
  }
  [data-page=credit] .c-block_area.l {
    left: 0px;
  }
  [data-page=credit] .c-block_area.r {
    right: 0px;
  }
  [data-page=credit] .c-block_area .ttl_area {
    margin-bottom: 5.47vw;
  }
  [data-page=credit] .c-block_area .ttl_area h3 {
    margin-bottom: 2.34vw;
  }
  [data-page=credit] .c-block_area .list_credit {
    margin-bottom: 0px;
  }
  [data-page=credit] .c-block_logo {
    width: var(--innerW);
    margin: auto;
    padding-bottom: 10.42vw;
    scroll-margin-top: 240px;
  }
  [data-page=credit] .c-block_logo .list_logo ul {
    column-gap: 1.95vw;
    row-gap: 5.86vw;
  }
  [data-page=credit] .c-block_logo .list_logo ul li {
    width: calc((100% - 3.91vw) / 3);
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 1440px) {
  [data-page=privacy] .content {
    padding-bottom: 10.42vw;
  }
  [data-page=privacy] .block_p {
    margin-bottom: 4.17vw;
  }
  [data-page=credit] .c-block_area {
    padding-bottom: 6.94vw;
  }
  [data-page=credit] .c-block_area .ttl_area {
    margin-bottom: 3.89vw;
  }
  [data-page=credit] .c-block_area .ttl_area h3 {
    margin-bottom: 1.67vw;
  }
  [data-page=credit] .c-block_logo .list_logo ul {
    column-gap: 1.39vw;
    row-gap: 4.17vw;
  }
  [data-page=credit] .c-block_logo .list_logo ul li {
    width: calc((100% - 2.78vw) / 3);
    margin-bottom: 0;
    margin-right: 0;
  }
}
[data-page=news] section#news {
  min-height: 100vh;
  position: relative;
}

[data-page=about] {
  --nav-top: 26.67vw;
  --nav-about-top: 26.67vw;
  --fs-nav: 13.33vw;
  --about-content-w: 89.33%;
  --issueW: 89.33%;
  --fs-about-content-lead: 7.47vw;
  --fs-about-content-lead-en: 7.47vw;
}

body.resizing[data-page=about] .c-about_contents {
  opacity: 0;
}
body.resizing[data-page=about] .c-about_contents [data-about-content] {
  position: relative;
}

:lang(en) [data-page=about] .c-about_contents [data-about-content] h3 {
  font-size: var(--fs-about-content-lead-en);
}

[data-page=about] #bdr_footer {
  background: var(--color-dblue);
}
[data-page=about] .s-about_lead {
  border-bottom: var(--bdr-width) solid var(--color-black);
}
[data-page=about] .s-about_lead .section_inner {
  padding-top: 0px;
  padding-bottom: var(--section-pt);
}
[data-page=about] .s-about_lead .c-ttl_h2 {
  margin-bottom: 8vw;
}
[data-page=about] .s-about_lead .c-ttl_h2 h2 {
  font-size: 10.67vw;
}
[data-page=about] .s-about_lead .c-ttl_h2 h2 .br1 {
  display: none;
}
[data-page=about] .s-about_lead .c-ttl_h2 .lead {
  margin-top: 1em;
}
[data-page=about] .s-about_lead .c-ttl_h2 .lead p {
  font-weight: 900;
  font-size: var(--fs-25-30-30-40);
}
[data-page=about] .s-about_lead .content {
  width: var(--innerW);
  margin-inline: auto;
}
[data-page=about] .s-about_lead .content p {
  font-size: var(--fs-20-25-30);
  line-height: 1.8;
}
[data-page=about] .s-about_lead .content br.pc {
  display: none;
}
[data-page=about] .c-nav_about {
  position: sticky;
  top: 0px;
  padding-top: var(--nav-about-top);
  transition: opacity 0.6s ease;
}
[data-page=about] .c-nav_about.hide_nav {
  opacity: 0;
  pointer-events: none;
}
[data-page=about] .c-nav_about ul {
  width: var(--innerW);
  margin-inline: auto;
}
[data-page=about] .c-nav_about ul li {
  margin-bottom: 4vw;
}
[data-page=about] .c-nav_about ul li:last-child {
  margin-bottom: 0px;
}
[data-page=about] .c-nav_about ul li a {
  font-size: var(--fs-nav);
  line-height: 0.65;
  font-family: "Soehne dreiviertelfett", "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #c8c8c8;
}
[data-page=about] .c-nav_about ul li a.active {
  color: var(--color-black);
}
[data-page=about] .c-about_contents {
  padding-top: 0;
  transition: opacity 0.01s ease;
}
[data-page=about] .c-about_contents [data-about-content] {
  width: 100%;
  height: 150svh;
  position: sticky;
  top: 0px;
}
[data-page=about] .c-about_contents [data-about-content] .content_inner {
  width: var(--about-content-w);
  margin-inline: auto;
  padding-top: 74.67vw;
}
[data-page=about] .c-about_contents [data-about-content] h3 {
  font-size: var(--fs-about-content-lead);
  line-height: 1.6;
}
[data-page=about] .c-about_contents .c-about_content0 .content {
  text-align: center;
  width: 100%;
}
[data-page=about] .c-about_contents .c-about_content1 .content {
  text-align: center;
  width: 100%;
  text-align: left;
}
[data-page=about] .c-about_contents .c-about_content1 .content br {
  display: none;
}
[data-page=about] .c-about_contents .c-about_content2 {
  height: auto;
}
[data-page=about] .c-about_contents .c-about_content2 .content_inner {
  height: auto;
  display: block;
  align-items: revert;
  padding-top: 76.8vw;
  padding-bottom: var(--section-pt);
}
[data-page=about] .c-about_contents .c-about_content2 h3 {
  margin-bottom: 13.33vw;
}
[data-page=about] .c-about_contents .c-about_content2 br {
  display: none;
}
[data-page=about] .c-about_contents .c-about_content2 .br2 {
  display: none;
}
[data-page=about] section.s-issues {
  width: 100%;
}
[data-page=about] section.s-issues #bdr_issue {
  height: 100px;
  position: relative;
  bottom: -2px;
}
[data-page=about] section.s-issues .section_inner {
  background: var(--color-dblue);
}
[data-page=about] section.s-issues .c-ttl_h2 h2, [data-page=about] section.s-issues .c-ttl_h2 h3, [data-page=about] section.s-issues .c-ttl_h2 p {
  color: var(--color-white);
}
[data-page=about] section.s-issues .c-ttl_h2 .br1 {
  display: none;
}
[data-page=about] section.s-issues .c-ttl_h2 .lead {
  margin-top: 1em;
}
[data-page=about] section.s-issues .issue0 .c-issue_answer p br.br0 {
  display: none;
}
[data-page=about] section.s-issues .c-issue {
  width: var(--issueW);
  margin-inline: auto;
  padding-bottom: 26.67vw;
}
[data-page=about] section.s-issues .c-issue:nth-last-of-type(1) {
  padding-bottom: 0px;
}
[data-page=about] section.s-issues .c-issue .c-ttl_issue h3, [data-page=about] section.s-issues .c-issue .c-ttl_issue p {
  color: var(--color-white);
}
[data-page=about] section.s-issues .c-issue .c-ttl_issue h3 {
  font-size: 8vw;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
[data-page=about] section.s-issues .c-issue .c-ttl_issue p {
  font-size: 5.33vw;
  line-height: 1.2;
}
[data-page=about] section.s-issues .c-issue .icon_arrow {
  width: 8.27vw;
  margin: 1.2em 0 1em 0;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer {
  margin-bottom: 13.33vw;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer h3, [data-page=about] section.s-issues .c-issue .c-issue_answer h4, [data-page=about] section.s-issues .c-issue .c-issue_answer p {
  color: var(--color-white);
}
[data-page=about] section.s-issues .c-issue .c-issue_answer h3 {
  font-size: var(--fs-25-30-40-50);
  margin-bottom: 0.5em;
  line-height: 1.6;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer h4 {
  font-size: var(--fs-25-30-40-50);
  color: var(--color-black);
  line-height: 1;
  margin-bottom: 0.8em;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 {
  width: fit-content;
  display: block;
  background: var(--color-white);
  padding: 2.13vw 2.13vw 2.13vw 2.13vw;
  margin-bottom: 1.33vw;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4:nth-last-of-type(1) {
  margin-bottom: 0px;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 span.tab {
  display: none;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer br.tab {
  display: none;
}
[data-page=about] section.s-issues .c-issue .c-issue_answer p {
  font-size: 4vw;
  line-height: 1.4;
}
[data-page=about] section.s-issues .c-chart {
  background: var(--color-white);
  position: relative;
  box-sizing: border-box;
}
[data-page=about] section.s-issues .c-chart .c-q {
  width: 13.87vw;
  height: 13.87vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-shibuya);
  border-radius: 50%;
  position: absolute;
  left: -2.67vw;
  top: -5.33vw;
}
[data-page=about] section.s-issues .c-chart .c-q p {
  color: var(--color-white);
  font-size: 5.33vw;
}
[data-page=about] section.s-issues .c-chart .chart_inner {
  padding: 13.33vw 8vw;
}
[data-page=about] section.s-issues .c-chart .c-ttl_chart {
  margin-bottom: 8vw;
}
[data-page=about] section.s-issues .c-chart .c-ttl_chart h4 {
  font-size: 5.33vw;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
[data-page=about] section.s-issues .c-chart .c-ttl_chart .br1 {
  display: none;
}
[data-page=about] section.s-issues .c-chart .c-ttl_chart p {
  font-size: 4vw;
  line-height: 1.5;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul li {
  margin-bottom: 4vw;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul li.tokyo .c-cols_l p {
  color: var(--color-shibuya);
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul li:last-child {
  margin-bottom: 0px;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols {
  display: flex;
  align-items: center;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l {
  width: 36.36%;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l p {
  font-size: 4vw;
  line-height: 1.4;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_r {
  width: 63.63%;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar {
  box-sizing: border-box;
  display: flex;
  column-gap: 1.33vw;
  position: relative;
  align-items: center;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar span.bar {
  display: block;
  height: 5.87vw;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p {
  font-size: 4vw;
  line-height: 1.5;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p span {
  font-size: 3.2vw;
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar:nth-of-type(1) span.bar {
  background: var(--color-shibuya);
}
[data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar:nth-of-type(2) span.bar {
  background: #c8c8c8;
}
[data-page=about] section.s-issues .c-scale {
  width: 100%;
  display: flex;
  margin-top: 5.33vw;
}
[data-page=about] section.s-issues .c-scale .c-scales {
  display: flex;
  justify-content: space-between;
  width: calc(63.63% - 2.67vw);
  margin-left: 31%;
}
[data-page=about] section.s-issues .c-scale .c-scales span.c-s {
  width: 20%;
  display: block;
}
[data-page=about] section.s-issues .c-scale .c-scales span.c-s:before {
  width: 1px;
  height: 0.5em;
  background: var(--color-black);
  display: block;
  content: "";
  margin-inline: auto;
}
[data-page=about] section.s-issues .c-scale .c-scales span.c-s span {
  font-size: 4vw;
  text-align: center;
  width: 100%;
  display: block;
}
[data-page=about] section.s-issues .c-color_descriptions {
  margin-top: 5.33vw;
}
[data-page=about] section.s-issues .c-color_descriptions .color_description {
  display: flex;
  column-gap: 2.67vw;
  align-items: center;
  margin-bottom: 4.27vw;
}
[data-page=about] section.s-issues .c-color_descriptions .color_description span.color {
  width: 5.33vw;
  height: 5.33vw;
  display: block;
}
[data-page=about] section.s-issues .c-color_descriptions .color_description span.color.color-shibuya {
  background: var(--color-shibuya);
}
[data-page=about] section.s-issues .c-color_descriptions .color_description span.color.color-grey {
  background: #c8c8c8;
}
[data-page=about] section.s-issues .c-color_descriptions .color_description .description_r {
  width: calc(100% - 8vw);
}
[data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.ja {
  font-size: 4vw;
}
[data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.en {
  font-size: 3.2vw;
}
[data-page=about] section.s-issues .c-data_notes {
  margin-top: 1em;
}
[data-page=about] section.s-issues .c-data_notes h5 {
  font-size: 5.33vw;
  line-height: 1.4;
  color: var(--color-white);
}
[data-page=about] section.s-issues .c-data_notes .br1 {
  display: none;
}
[data-page=about] section.s-issues .c-data_notes ul li {
  color: var(--color-white);
  font-size: 5.33vw;
  line-height: 1.4;
  margin-top: 0.8em;
  position: relative;
}
[data-page=about] section.s-issues .c-data_notes ul li:before {
  content: "●";
  font-size: 2.67vw;
  color: var(--color-white);
  position: absolute;
  left: 0px;
  top: 0.7em;
}
[data-page=about] section.s-issues .c-data_notes ul li span {
  padding-left: 1.2em;
  display: block;
}

@media all and (min-width: 768px) {
  [data-page=about] {
    --nav-top: 19.53vw;
    --nav-about-top: 23.44vw;
    --fs-nav: 9.11vw;
    --about-content-w: 73.17%;
    --issueW: 73.17%;
    --fs-about-content-lead: 4.69vw;
    --fs-about-content-lead-en: 4.69vw;
  }
  [data-page=about] .sp {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 {
    margin-bottom: 7.29vw;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 {
    font-size: 7.81vw;
    width: 80%;
    line-height: 1.1;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br0 {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br2 {
    display: none;
  }
  [data-page=about] .c-nav_about ul {
    width: 90.88%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  [data-page=about] .c-nav_about ul li {
    margin-bottom: 0;
  }
  [data-page=about] .c-nav_about ul li:last-child {
    margin-bottom: 0px;
  }
  [data-page=about] .c-about_contents {
    padding-top: 0;
  }
  [data-page=about] .c-about_contents [data-about-content] .content_inner {
    padding-top: 36.46vw;
  }
  [data-page=about] .c-about_contents .c-about_content1 .br0 {
    display: none;
  }
  [data-page=about] .c-about_contents .c-about_content2 h3 {
    margin-bottom: 9.38vw;
  }
  [data-page=about] .c-about_contents .c-about_content2 .content_inner {
    padding-top: 36.46vw;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br2 {
    display: none;
  }
  [data-page=about] section.s-issues .c-ttl_h2 .ttl_inner {
    width: var(--issueW);
  }
  [data-page=about] section.s-issues .c-ttl_h2 h2 .br0 {
    display: none;
  }
  [data-page=about] section.s-issues .c-ttl_h2 h2 .br1 {
    display: block;
  }
  [data-page=about] section.s-issues .c-ttl_h2 .lead {
    margin-top: 1em;
  }
  [data-page=about] section.s-issues .c-issue {
    padding-bottom: 19.53vw;
  }
  [data-page=about] section.s-issues .c-issue .c-ttl_issue h3 {
    font-size: 5.21vw;
    line-height: 1.2;
    margin-bottom: 0.2em;
  }
  [data-page=about] section.s-issues .c-issue .c-ttl_issue p {
    font-size: 2.34vw;
    line-height: 1.2;
  }
  [data-page=about] section.s-issues .c-issue .icon_arrow {
    width: 5.34vw;
    margin: 1.2em 0 1em 0;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer {
    margin-bottom: 10.42vw;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h3 {
    margin-bottom: 0.25em;
    line-height: 1.6;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 {
    font-size: 5.21vw;
    margin-bottom: 0.4em;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 {
    padding: 1.04vw 1.04vw 1.04vw 1.04vw;
    margin-bottom: 0.65vw;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4.sp {
    display: none;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 span.tab {
    display: inline;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer p {
    font-size: 1.95vw;
    line-height: 1.4;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer br.tab {
    display: block;
  }
  [data-page=about] section.s-issues .c-chart .c-q {
    width: 10.16vw;
    height: 10.16vw;
    left: -3.91vw;
    top: -3.91vw;
  }
  [data-page=about] section.s-issues .c-chart .c-q p {
    font-size: 3.91vw;
  }
  [data-page=about] section.s-issues .c-chart .chart_inner {
    padding: 10.42vw 6.51vw;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart {
    margin-bottom: 6.51vw;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart h4 {
    font-size: 3.26vw;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart .br1 {
    display: block;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart .br0 {
    display: none;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart p {
    font-size: 1.95vw;
    line-height: 1.5;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul li {
    margin-bottom: 2.6vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul li:last-child {
    margin-bottom: 0px;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l {
    width: 26.4%;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l p {
    font-size: 1.95vw;
    line-height: 1;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l p br {
    display: none;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_r {
    width: 73.5%;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar {
    column-gap: 0.65vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar span.bar {
    height: 2.6vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p {
    font-size: 1.95vw;
    line-height: 1;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p span {
    font-size: 1.56vw;
  }
  [data-page=about] section.s-issues .c-scale {
    margin-top: 2.6vw;
  }
  [data-page=about] section.s-issues .c-scale .c-scales {
    width: calc(81.8% - 1.3vw);
    margin-left: 19.1%;
  }
  [data-page=about] section.s-issues .c-scale .c-scales span.c-s:before {
    width: 1px;
    height: 0.3em;
  }
  [data-page=about] section.s-issues .c-scale .c-scales span.c-s span {
    font-size: 1.95vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions {
    margin-top: 2.6vw;
    display: flex;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description {
    width: 50%;
    display: flex;
    column-gap: 1.3vw;
    margin-bottom: 0;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description span.color {
    width: 3.52vw;
    height: 3.52vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r {
    width: calc(100% - 4.82vw);
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.ja {
    font-size: 1.95vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.en {
    font-size: 1.95vw;
    margin-top: 0.2em;
    letter-spacing: -0.02em;
  }
  [data-page=about] section.s-issues .c-data_notes {
    margin-top: 1em;
  }
  [data-page=about] section.s-issues .c-data_notes h5 {
    font-size: 1.95vw;
  }
  [data-page=about] section.s-issues .c-data_notes .br1 {
    display: none;
  }
  [data-page=about] section.s-issues .c-data_notes ul li {
    font-size: 1.95vw;
  }
  [data-page=about] section.s-issues .c-data_notes ul li:before {
    font-size: 1.56vw;
    top: 0.2em;
  }
  [data-page=about] section.s-issues .c-data_notes ul li span {
    padding-left: 1.2em;
  }
}
@media all and (min-width: 1024px) {
  [data-page=about] {
    --nav-top: 14.65vw;
    --nav-about-top: 19.53vw;
    --fs-nav: 8.79vw;
    --about-content-w: 72.65%;
    --fs-about-content-lead: 3.52vw;
    --fs-about-content-lead-en: 2.93vw;
  }
  [data-page=about] .sp {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 {
    margin-bottom: 7.03vw;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 {
    font-size: 6.84vw;
    width: 80%;
    line-height: 1.1;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br0 {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br1 {
    display: block;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br2 {
    display: none;
  }
  [data-page=about] .s-about_lead .content br.pc {
    display: block;
  }
  [data-page=about] .c-nav_about ul {
    width: 90.88%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  [data-page=about] .c-nav_about ul li {
    margin-bottom: 0;
  }
  [data-page=about] .c-nav_about ul li:last-child {
    margin-bottom: 0px;
  }
  [data-page=about] .c-about_contents [data-about-content] .content_inner {
    min-height: 720px;
    display: block;
    padding-top: 31.25vw;
  }
  [data-page=about] .c-about_contents [data-about-content] .content {
    padding-top: 0px;
  }
  [data-page=about] .c-about_contents [data-about-content].c-about_content1 .content_inner {
    width: 63%;
    margin-inline: auto;
  }
  [data-page=about] .c-about_contents .c-about_content1 .br0, [data-page=about] .c-about_contents .c-about_content1 .br1 {
    display: block;
  }
  [data-page=about] .c-about_contents .c-about_content2 h3 {
    width: 94%;
    margin-inline: auto;
    margin-bottom: 7.03vw;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br0 {
    display: block;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br1 {
    display: block;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br2 {
    display: none;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br3 {
    display: block;
  }
  [data-page=about] section.s-issues .c-ttl_h2 .ttl_inner {
    width: var(--issueW);
  }
  [data-page=about] section.s-issues .c-ttl_h2 h2 .br0 {
    display: none;
  }
  [data-page=about] section.s-issues .c-ttl_h2 h2 .br1 {
    display: none;
  }
  [data-page=about] section.s-issues .c-ttl_h2 .lead {
    margin-top: 0.5em;
  }
  [data-page=about] section.s-issues .issue0 .c-issue_answer p br.br0 {
    display: block;
  }
  [data-page=about] section.s-issues .c-issue {
    padding-bottom: 14.65vw;
  }
  [data-page=about] section.s-issues .c-issue .c-ttl_issue h3 {
    font-size: 3.91vw;
    line-height: 1.2;
    margin-bottom: 0.2em;
  }
  [data-page=about] section.s-issues .c-issue .c-ttl_issue p {
    font-size: 2.44vw;
    line-height: 1.2;
  }
  [data-page=about] section.s-issues .c-issue .icon_arrow {
    width: 4vw;
    margin: 1.2em 0 1em 0;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer {
    margin-bottom: 7.81vw;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h3 {
    font-size: 2.93vw;
    margin-bottom: 0.25em;
    line-height: 1.6;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 {
    font-size: 3.91vw;
    margin-bottom: 0.4em;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 {
    padding: 0.78vw 0.78vw 0.78vw 0.78vw;
    margin-bottom: 0.49vw;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4.sp {
    display: none;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 span.tab {
    display: inline;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer p {
    font-size: 1.95vw;
    line-height: 1.4;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer br.tab {
    display: block;
  }
  [data-page=about] section.s-issues .c-chart .c-q {
    width: 8.59vw;
    height: 8.59vw;
    left: -2.93vw;
    top: -2.93vw;
  }
  [data-page=about] section.s-issues .c-chart .c-q p {
    font-size: 2.93vw;
  }
  [data-page=about] section.s-issues .c-chart .chart_inner {
    padding: 7.81vw 7.81vw 4.88vw 7.81vw;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart {
    margin-bottom: 4.88vw;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart h4 {
    font-size: 2.44vw;
    line-height: 1.2;
    margin-bottom: 0.25em;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart .br1 {
    display: none;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart .br0 {
    display: none;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart p {
    font-size: 1.95vw;
    line-height: 1.5;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul li {
    margin-bottom: 1.95vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul li:last-child {
    margin-bottom: 0px;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l {
    width: 37.67%;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l p {
    font-size: 1.95vw;
    line-height: 1;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_r {
    width: 62.32%;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar {
    column-gap: 0.49vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar span.bar {
    height: 1.95vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p {
    font-size: 1.95vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p span {
    font-size: 1.46vw;
  }
  [data-page=about] section.s-issues .c-scale {
    margin-top: 1.95vw;
  }
  [data-page=about] section.s-issues .c-scale .c-scales {
    width: calc(65% - 0.98vw);
    margin-left: 31.8%;
  }
  [data-page=about] section.s-issues .c-scale .c-scales span.c-s:before {
    width: 1px;
    height: 0.3em;
  }
  [data-page=about] section.s-issues .c-scale .c-scales span.c-s span {
    font-size: 1.46vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions {
    margin-top: 1.95vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description {
    column-gap: 0.98vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description span.color {
    width: 2.64vw;
    height: 2.64vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r {
    width: calc(100% - 3.61vw);
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.ja {
    font-size: 1.46vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.en {
    font-size: 1.46vw;
  }
  [data-page=about] section.s-issues .c-data_notes {
    margin-top: 0.8em;
  }
  [data-page=about] section.s-issues .c-data_notes h5 {
    font-size: 1.46vw;
  }
  [data-page=about] section.s-issues .c-data_notes ul li {
    font-size: 1.46vw;
    margin-top: 0.25em;
  }
  [data-page=about] section.s-issues .c-data_notes ul li:before {
    font-size: 1.17vw;
    top: 0.2em;
  }
  [data-page=about] section.s-issues .c-data_notes ul li span {
    padding-left: 1.2em;
  }
}
@media all and (min-width: 1440px) {
  [data-page=about] {
    --nav-top: 10.42vw;
    --nav-about-top: 19.44vw;
    --fs-nav: 9.03vw;
    --about-content-w: 70.83%;
    --issueW: 70.83%;
    --fs-about-content-lead: 3.19vw;
    --fs-about-content-lead-en: 2.64vw;
  }
  [data-page=about] .sp {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 {
    margin-bottom: 4.72vw;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 {
    font-size: 5.56vw;
    line-height: 1.2;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br0 {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br1 {
    display: block;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 h2 .br2 {
    display: none;
  }
  [data-page=about] .s-about_lead .c-ttl_h2 .lead {
    margin-top: 0.5em;
  }
  [data-page=about] .s-about_lead .content br.pc {
    display: none;
  }
  [data-page=about] .c-nav_about ul {
    width: 87.22%;
  }
  [data-page=about] .c-about_contents [data-about-content] .content_inner {
    padding-top: 30.56vw;
  }
  [data-page=about] .c-about_contents [data-about-content].c-about_content1 .content_inner {
    width: 55%;
    margin-inline: auto;
  }
  [data-page=about] .c-about_contents [data-about-content].c-about_content2 .content_inner {
    padding-top: 27.29vw;
  }
  [data-page=about] .c-about_contents .c-about_content2 h3 {
    width: 86.27%;
    margin-inline: auto;
    margin-bottom: 6.94vw;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br0 {
    display: block;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br1 {
    display: block;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br2 {
    display: none;
  }
  [data-page=about] .c-about_contents .c-about_content2 .br3 {
    display: block;
  }
  [data-page=about] section.s-issues .c-ttl_h2 .lead {
    margin-top: 0.5em;
  }
  [data-page=about] section.s-issues .issue0 .c-issue_answer p br.br0 {
    display: none;
  }
  [data-page=about] section.s-issues .c-issue {
    padding-bottom: 10.42vw;
  }
  [data-page=about] section.s-issues .c-issue .c-ttl_issue h3 {
    font-size: 3.47vw;
    line-height: 1.2;
    margin-bottom: 0.2em;
  }
  [data-page=about] section.s-issues .c-issue .c-ttl_issue p {
    font-size: 2.08vw;
    line-height: 1.2;
  }
  [data-page=about] section.s-issues .c-issue .icon_arrow {
    width: 2.85vw;
    margin: 1.2em 0 1em 0;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer {
    margin-bottom: 6.94vw;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h3 {
    font-size: 2.78vw;
    margin-bottom: 0.25em;
    line-height: 1.6;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 {
    font-size: 3.47vw;
    margin-bottom: 0.4em;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 {
    padding: 0.56vw 0.56vw 0.56vw 0.56vw;
    margin-bottom: 0.35vw;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4.sp {
    display: none;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4 span.tab {
    display: inline;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer h4 span.bg_h4:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer p {
    font-size: 1.39vw;
    line-height: 1.4;
  }
  [data-page=about] section.s-issues .c-issue .c-issue_answer br.tab {
    display: block;
  }
  [data-page=about] section.s-issues .c-chart .c-q {
    width: 6.67vw;
    height: 6.67vw;
    left: -2.08vw;
    top: -2.08vw;
  }
  [data-page=about] section.s-issues .c-chart .c-q p {
    font-size: 2.78vw;
  }
  [data-page=about] section.s-issues .c-chart .chart_inner {
    padding: 5.56vw 5.56vw 3.47vw 5.56vw;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart {
    margin-bottom: 3.47vw;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart h4 {
    font-size: 2.08vw;
    line-height: 1.2;
    margin-bottom: 0.25em;
  }
  [data-page=about] section.s-issues .c-chart .c-ttl_chart p {
    font-size: 1.39vw;
    line-height: 1.5;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul li {
    margin-bottom: 1.39vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul li:last-child {
    margin-bottom: 0px;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l {
    width: 26.97%;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l p {
    font-size: 1.39vw;
    line-height: 1;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-cols_r {
    width: 73%;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar {
    column-gap: 0.69vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar span.bar {
    height: 1.88vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p {
    font-size: 1.39vw;
  }
  [data-page=about] section.s-issues .c-chart .c-bar_chart ul .c-bar_cols .c-bar p span {
    font-size: 1.04vw;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l {
    width: 26.97%;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-cols_l p {
    font-size: 1.39vw;
    line-height: 1;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-cols_r {
    width: 68.5%;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-bar {
    column-gap: 0.69vw;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-bar span.bar {
    height: 1.88vw;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-bar p {
    font-size: 1.39vw;
  }
  [data-page=about] section.s-issues .issue1 .c-chart .c-bar_chart ul .c-bar_cols .c-bar p span {
    font-size: 1.04vw;
  }
  [data-page=about] section.s-issues .c-scale {
    margin-top: 2.08vw;
  }
  [data-page=about] section.s-issues .c-scale .c-scales {
    width: calc(78% - 0.69vw);
    margin-left: 20%;
  }
  [data-page=about] section.s-issues .c-scale .c-scales span.c-s:before {
    width: 1px;
    height: 0.3em;
  }
  [data-page=about] section.s-issues .c-scale .c-scales span.c-s span {
    font-size: 1.46vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions {
    margin-top: 2.08vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description {
    column-gap: 0.69vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description span.color {
    width: 1.88vw;
    height: 1.88vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r {
    width: calc(100% - 2.57vw);
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.ja {
    font-size: 1.39vw;
  }
  [data-page=about] section.s-issues .c-color_descriptions .color_description .description_r p.en {
    font-size: 1.04vw;
  }
  [data-page=about] section.s-issues .c-data_notes {
    margin-top: 0.8em;
  }
  [data-page=about] section.s-issues .c-data_notes h5 {
    font-size: 1.39vw;
  }
  [data-page=about] section.s-issues .c-data_notes ul li {
    font-size: 1.39vw;
    margin-top: 0.25em;
  }
  [data-page=about] section.s-issues .c-data_notes ul li:before {
    font-size: 1.04vw;
    top: 0.2em;
  }
  [data-page=about] section.s-issues .c-data_notes ul li span {
    padding-left: 1em;
  }
}
:lang(en) #b-glbnav .cols {
  width: auto;
  padding-left: 10.67vw;
}
:lang(en) #b-glbnav .cols .col_l {
  width: 47.65%;
  margin-right: 15%;
}
:lang(en) #b-glbnav .cols .col_r {
  width: 31.35%;
}
:lang(en) #b-glbnav .c-nav ul li a {
  font-size: var(--fs-25-30-40-50);
  letter-spacing: -0.02em;
}
:lang(en) #b-glbnav .c-nav.creative ul li a, :lang(en) #b-glbnav .c-nav.other ul li a {
  font-size: var(--fs-25-30-40-50);
  letter-spacing: 0em;
}
:lang(en) #b-glbnav .c-nav.creative, :lang(en) #b-glbnav .c-nav.other, :lang(en) #b-glbnav .c-nav.info {
  width: 91.22%;
}
:lang(en) #b-glbnav .c-nav.info ul li {
  margin-bottom: 0.5em;
}
:lang(en) #b-glbnav .c-nav.info ul li a {
  font-size: var(--fs-18-18-25-30);
  letter-spacing: 0em;
}
:lang(en) footer#global_footer .nav_footer ul.nav_post li .nav_child .inner {
  padding-right: 0px;
  padding-bottom: 0px;
}
:lang(en) footer#global_footer .nav_footer ul.nav_post li .nav_child ul li a {
  font-size: var(--fs-18-18-25-30);
  font-family: "Soehne halbfett", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
:lang(en) [data-page=about] .s-issues .c-issue .c-issue_answer p.fs-30 {
  font-size: 8vw;
}

@media all and (min-width: 768px) {
  :lang(en) #b-glbnav .cols {
    margin-bottom: 0;
    padding-left: 24.22vw;
    box-sizing: border-box;
  }
  :lang(en) #b-glbnav .cols .col_l {
    width: 33.5%;
    margin-right: 23.5%;
  }
  :lang(en) #b-glbnav .cols .col_r {
    width: 25.97%;
  }
  :lang(en) #b-glbnav .c-nav p {
    margin-bottom: 0.85em;
  }
  :lang(en) #b-glbnav .c-nav ul li {
    margin-bottom: 3.91vw;
  }
  :lang(en) #b-glbnav .c-nav ul li:last-child {
    margin-bottom: 0px;
  }
  :lang(en) #b-glbnav .c-nav.info ul li {
    margin-bottom: 0.5em;
  }
  :lang(en) #b-glbnav .nav_area ul {
    row-gap: 0.4em;
  }
  :lang(en) #b-glbnav .nav_area ul li {
    margin-bottom: 2.6vw;
  }
  :lang(en) footer#global_footer .nav_footer ul.nav_post li .nav_child .inner {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  :lang(en) [data-page=about] .s-issues .c-issue .c-issue_answer p.fs-30 {
    font-size: 3.91vw;
  }
}
@media all and (min-width: 1024px) {
  :lang(en) #b-glbnav .glbnav_content {
    width: 100%;
    padding-top: 128px;
    min-height: 62.5vw;
  }
  :lang(en) #b-glbnav p.logo_white {
    width: 19.43vw;
    top: 1.95vw;
    left: 1.95vw;
  }
  :lang(en) #b-glbnav .cols {
    margin: 0;
    padding-left: 34.96vw;
  }
  :lang(en) #b-glbnav .cols .col_l {
    width: 37.5%;
    margin-right: 11%;
  }
  :lang(en) #b-glbnav .cols .col_r {
    width: 31.2%;
  }
  :lang(en) #b-glbnav .c-nav p {
    margin-bottom: 1.17vw;
  }
  :lang(en) #b-glbnav .c-nav ul li {
    margin-bottom: 2.25vw;
  }
  :lang(en) #b-glbnav .c-nav ul li:last-child {
    margin-bottom: 0px;
  }
  :lang(en) #b-glbnav .c-nav.creative, :lang(en) #b-glbnav .c-nav.other, :lang(en) #b-glbnav .c-nav.info {
    width: 100%;
  }
  :lang(en) #b-glbnav .c-nav.creative {
    padding-bottom: 2.83vw;
    margin-bottom: 2.93vw;
  }
  :lang(en) #b-glbnav .c-nav.creative li {
    margin-bottom: 2.83vw;
  }
  :lang(en) #b-glbnav .c-nav.other {
    margin-bottom: 4.88vw;
  }
  :lang(en) #b-glbnav .c-nav.info ul li {
    margin-bottom: 0.45em;
  }
  :lang(en) #b-glbnav .c-nav.info ul li:last-child {
    margin-bottom: 0px;
  }
  :lang(en) #b-glbnav .nav_lang {
    margin-bottom: 1.25vw;
  }
  :lang(en) #b-glbnav .nav_area ul {
    row-gap: 0.2em;
  }
  :lang(en) #b-glbnav .nav_area ul li {
    width: 53%;
  }
  :lang(en) #b-glbnav .nav_area ul li:nth-child(2n) {
    width: 47%;
  }
  :lang(en) #b-glbnav .nav_bottom {
    bottom: 23px;
    left: 2.929%;
  }
  :lang(en) [data-page=about] .s-issues .c-issue .c-issue_answer p.fs-30 {
    font-size: 2.93vw;
  }
}
@media all and (min-width: 1440px) {
  :lang(en) #b-glbnav .glbnav_content {
    padding-top: 204px;
    min-height: 62.5vw;
  }
  :lang(en) #b-glbnav .cols {
    padding-left: 35.21vw;
  }
  :lang(en) #b-glbnav .cols .col_l {
    width: 33.5%;
    margin-right: 14.5%;
  }
  :lang(en) #b-glbnav .cols .col_r {
    width: 31.2%;
  }
  :lang(en) #b-glbnav .c-nav p {
    margin-bottom: 0.69vw;
  }
  :lang(en) #b-glbnav .c-nav ul li {
    margin-bottom: 1.25vw;
  }
  :lang(en) #b-glbnav .c-nav ul li:last-child {
    margin-bottom: 0px;
  }
  :lang(en) #b-glbnav .c-nav.creative, :lang(en) #b-glbnav .c-nav.other, :lang(en) #b-glbnav .c-nav.info {
    width: 100%;
  }
  :lang(en) #b-glbnav .c-nav.creative {
    padding-bottom: 2.22vw;
    margin-bottom: 2.22vw;
  }
  :lang(en) #b-glbnav .c-nav.creative li {
    margin-bottom: 1.81vw;
  }
  :lang(en) #b-glbnav .c-nav.other {
    margin-bottom: 4.72vw;
  }
  :lang(en) #b-glbnav .c-nav.info ul li {
    margin-bottom: 0.55em;
  }
  :lang(en) #b-glbnav .nav_lang {
    margin-bottom: 1.25vw;
  }
  :lang(en) #b-glbnav .nav_bottom {
    bottom: 23px;
    left: 2.929%;
  }
  :lang(en) [data-page=about] .s-issues .c-issue .c-issue_answer p.fs-30 {
    font-size: 2.78vw;
  }
}
@starting-style {}
[data-page=about] .c-about_contents [data-about-content] h3, [data-page=about] .c-about_contents [data-about-content] figure {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}
[data-page=about] .c-about_contents [data-about-content].active h3, [data-page=about] .c-about_contents [data-about-content].active figure {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-page=about] .c-about_contents [data-about-content].active figure {
  transition-delay: 0.1s;
}
[data-page=about] .s-issues .c-ttl_h2 h2, [data-page=about] .s-issues .c-ttl_h2 .lead {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}
[data-page=about] .s-issues .animate .c-ttl_h2 h2, [data-page=about] .s-issues .animate .c-ttl_h2 .lead {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-page=about] .s-issues .animate .c-ttl_h2 .lead {
  transition-delay: 0.1s;
}
[data-page=about] .s-issues .c-issue .c-ttl_issue h3, [data-page=about] .s-issues .c-issue .c-ttl_issue p {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}
[data-page=about] .s-issues .c-issue .icon_arrow {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}
[data-page=about] .s-issues .c-issue .c-issue_answer h3, [data-page=about] .s-issues .c-issue .c-issue_answer h4, [data-page=about] .s-issues .c-issue .c-issue_answer p {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}
[data-page=about] .s-issues .c-issue .c-chart,
[data-page=about] .s-issues .c-issue .c-data_notes {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}
[data-page=about] .s-issues .c-issue.animate .c-ttl_issue h3, [data-page=about] .s-issues .c-issue.animate .c-ttl_issue p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-page=about] .s-issues .c-issue.animate .icon_arrow {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-page=about] .s-issues .c-issue.animate .c-issue_answer h3, [data-page=about] .s-issues .c-issue.animate .c-issue_answer h4, [data-page=about] .s-issues .c-issue.animate .c-issue_answer p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-page=about] .s-issues .c-issue.animate .c-chart,
[data-page=about] .s-issues .c-issue.animate .c-data_notes {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-page=about] .s-issues .c-issue.animate .c-ttl_issue p {
  transition-delay: 0.1s;
}
[data-page=about] .s-issues .c-issue.animate .icon_arrow {
  transition-delay: 0.2s;
}
[data-page=about] .s-issues .c-issue.animate .c-issue_answer h3 {
  transition-delay: 0.3s;
}
[data-page=about] .s-issues .c-issue.animate .c-issue_answer h4 {
  transition-delay: 0.4s;
}
[data-page=about] .s-issues .c-issue.animate .c-issue_answer p {
  transition-delay: 0.5s;
}
[data-page=about] .s-issues .c-issue.animate .c-chart {
  transition-delay: 0.6s;
}
[data-page=about] .s-issues .c-issue.animate .c-data_notes {
  transition-delay: 0.7s;
}

[data-page=calendar] .c-list_calendar {
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
}
[data-page=calendar] .c-list_calendar.disable {
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  opacity: 0;
  transform: translate3d(0, var(--hide-y), 0);
}

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