@charset "utf-8";

:root {
  --font-en: "Cormorant Garamond", "Times New Roman", "Georgia", serif;
  --font-ja: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, Meiryo, sans-serif;
  --font-ja-b: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "游ゴシック", YuGothic, Meiryo, sans-serif;
  --font-min: ten-mincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  --font-r: 400;
  --font-b: 700;
  --c-primary: #D9A746;
  --c-black: #333;
  --c-gray: #5E5E5E;
  --c-lightgray: #8F8F8F;
  --text-black: #333333;
  --text-gray: #5E5E5E;
  --text-lightgray: #8F8F8F;
  --text-primary: #D9A746;
  --bg: #F2F2F2;
  --tag: #D9A746;
  --border: #B1B1B1;
  --border-black: #333333;
  --container-sm: 40rem;
  --container-md: 48rem;
  --container-base: 64rem;
  --container-lg: 80rem;
  --text-12: 0.75rem;
  --text-13: 0.8125rem;
  --text-15: 0.9375rem;
  --text-17: 1.0625rem;
  --text-13to12: min(3.2vw, 0.8125rem);
  --text-14to13: min(3.4vw, 0.875rem);
  --text-15to13: min(3.4vw, 0.9375rem);
  --text-15to14: min(3.7vw, 0.9375rem);
  --text-16to15: min(4vw, 1rem);
  --text-17to16: min(4.2vw, 1.0625rem);
  --sectionHeading-sp: min(11vw, 3.2rem);
  --sectionHeading: min(6.65vw, 3.75rem);
  --sectionHeading-sub-sp: min(4.2vw, 1.125rem);
  --sectionHeading-sub: min(2.3vw, 1.1875rem);
  --tabbar-text: min(3.75vw, 0.875rem);
  --article-title: min(6.2vw, 1.875rem);
  --cardTitle: min(3.5vw, 1.125rem);
  --cardTitle02: min(4.5vw, 1.125rem);
  --cardTitle--tb: min(2.25vw, 1.0625rem);
  --cardTitle--md: min(2.8vw, 1.375rem);
  --cardTitle--lg: min(4.2vw, 1.5rem);
  --time: min(4vw, 1rem);
  --time--lg: min(4vw, 1.125rem);
  --tag-text: 0.6875rem;
  --tag-text--md: min(1.8vw, 0.8125rem);
  --button-text: min(calc(0.78125rem + 0.8vw), 1.0625rem);
  --button-default: #000000;
  --button-primary: #D9A746;
  --button-primary--darker: #B27600;
  --button-primary--light: #fff6e6;
  --button-secondary: #333333;
  --button-secondary-hover: #c2c2c2;
  --lh-sm: 1.35;
  --lh-base: 1.5;
  --lh-md: 1.65;
  --lh-lg: 1.85;
  --lh-xl: 2;
  --lh-xxl: 2.2;
  --ls-none: 0em;
  --ls-sm: 0.05em;
  --ls-wide: 0.2em;
  --padding-X-sp: 5.5vw;
  --padding-X: min(8vw, 200px);
  --padding-right-article: 1.5rem;
  --padding-left-article: 90px;
  --space-150-80-FB: min(19vw, 9.35rem);
  --space-150-80: clamp(5rem, 16vw, 9.35rem);
  --space-150-70-FB: min(16.6vw, 9.35rem);
  --space-150-70: clamp(4.375rem, 14vw, 9.35rem);
  --space-130-70-FB: min(16.6vw, 8.125rem);
  --space-130-70: clamp(4.375rem, 14vw, 8.125rem);
  --space-120-72-FB: min(17.14vw, 8.125rem);
  --space-120-72: clamp(4.5rem, 16vw, 7.5rem);
  --space-120-64-FB: min(15.2vw, 8.125rem);
  --space-120-64: clamp(4rem, 13vw, 7.5rem);
  --space-90-70-FB: min(16.6vw, 5.625rem);
  --space-90-70: clamp(4.375rem, 14vw, 5.625rem);
  --space-80-60-FB: min(14.2vw, 5rem);
  --space-80-60: clamp(3.75rem, 12vw, 5rem);
  --space-70-50-FB: min(11.9vw, 4.375rem);
  --space-70-50: clamp(3.125rem, 10vw, 4.375rem);
  --space-60-50-FB: min(11.9vw, 3.75rem);
  --space-60-50: clamp(3.125rem, 10vw, 3.75rem);
  --space-56-35-FB: min(8.5vw, 3.5rem);
  --space-56-35: clamp(2.2rem, 5.5vw, 3.5rem);
  --space-56-30-FB: min(7.14vw, 3.5rem);
  --space-56-30: clamp(1.875rem, 6vw, 3.5rem);
  --space-40-30-FB: min(7.14vw, 2.5rem);
  --space-40-30: clamp(1.875rem, 6vw, 2.5rem);
  --space-50: 3.125rem;
  --header-height: 5.5rem;
  --header-height-sp: 4.5rem;
  --footer-bg: #333;
  --z-FV: 50;
  --z-drawer: 100;
  --z-header: 200;
  --z-drawerButton: 300;
  --z-load: 1000
}

html {
  background-color: var(--bg);
  color: var(--text-black);
  font-weight: var(--font-r);
  font-size: 1rem;
  line-height: var(--lh-base);
  font-family: var(--font-ja)
}

.article,
.section {
  margin: 0 auto
}

.notice__table__item__tag,
.sectionHeading__sub,
.articlePageHeading__info__author,
.drawerNav__list__item__link__text--ja {
  font-weight: var(--font-r);
  font-family: var(--font-ja)
}

.articleArea__title,
.articleArea__time,
.wp-block-table.exhibition2023-table table tr td:first-child,
.sideTagLinks h2,
.sideProfile__name,
.sideProfile__link,
.profileSummary__title,
.profileSummary__content__list li h3,
.branch__list__item,
.articleList--special .articlePageHeading__info__company .company,
.cardTitle,
.time,
.tabbar__item__button,
.link__text,
.link02__text,
.sectionHeading__description,
.articlePageHeading__title,
.articlePageHeading__info li,
.footerNav__list__item__link__text,
.footerAddress__company,
.drawerAddress__item__text--company,
.headerNav__list__item {
  font-weight: var(--font-b);
  font-family: var(--font-ja-b)
}

.centerBlock__heading__sub,
.pageHeading__sub,
.sectionHeading,
.drawerNav__list__item__link__text--en {
  font-weight: var(--font-b);
  font-family: var(--font-en)
}

.fullScreenImg__lead,
.centerBlock__heading__title,
.notice__title,
.notice__period__time,
.notice__period__from,
.notice__table__item__text,
.brokenGridHeading,
.pageHeading__title {
  font-style: normal;
  font-weight: var(--font-r);
  font-family: var(--font-min)
}

.header {
  z-index: var(--z-header);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.header--top {
  -webkit-transition: top 1.2s ease-out .8s;
  -o-transition: top 1.2s ease-out .8s;
  top: calc(var(--header-height-sp)*-1);
  transition: top 1.2s ease-out .8s
}

.header--top.is-show {
  top: 0
}

.header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: calc(var(--z-header) + 1);
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height-sp);
  padding: 0 1rem;
  border-bottom: solid 1px #fff;
  background-color: var(--bg);
  transition: background-color .4s ease-in-out
}

.header--top .header__inner {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0)
}

.header--top .header__inner.is-show {
  border-bottom: solid 1px #fff;
  background-color: var(--bg)
}

.headerLogo__link__img {
  width: 10rem;
  height: auto
}

.headerNav {
  display: none;
  height: 100%
	  padding-top:20px;
}

.headerNav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%
}

.headerNav__list__item {
  height: 100%;
  margin-right: 1.35vw;
  font-size: var(--text-15);
  line-height: 1
}

.headerNav__list__item:last-child {
  margin-right: 0
}

.headerNav__list__item__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: .75rem;
  padding-left: .75rem
}

.headerNav__list__item__link span {
  display: inline-block;
  position: relative;
  color: var(--text-black)
}

.headerNav__list__item__link span::after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background-color: var(--c-primary);
  content: "";
  mix-blend-mode: normal;
  transition: width .3s ease-in-out
}

.headerNav__list__item:not(.headerNav__list__item--current):focus-within .headerNav__list__item__link span::after,
.headerNav__list__item:not(.headerNav__list__item--current):hover .headerNav__list__item__link span::after,
.headerNav__list__item__link:focus span::after,
.headerNav__list__item__link:hover span::after {
  width: 100%
}

.headerNav__list__item--current .headerNav__list__item__link span::after,
.headerNav__list__item--current .headerNav__list__item__link:focus span::after,
.headerNav__list__item--current .headerNav__list__item__link:hover span::after {
  bottom: -12px;
  width: 5px;
  height: 5px
}

.headerNav__list__item{
	position:relative;
}

.headerSubNav {
	position:absolute;
	top:calc(100% - 8px);
	left:-15%;
	width:130%;
	background-color:#FFF;
	border-radius:6px;
	box-shadow:0 2px 3px #0000004d;
	opacity:0;
	transform: translateY(15px);
	visibility:hidden;
	transition:all 0.4s ease-in-out;
}

.headerNav__list__item:focus-within .headerSubNav,
.headerNav__list__item:hover .headerSubNav,
.headerNav__list__item__link:focus + .headerSubNav
.headerNav__list__item__link:hover + .headerSubNav {
	opacity:1;
	transform: translateY(0);
	visibility:visible;
}

.headerSubNav__item a{
	display:block;
	padding:1rem;
	text-align: center;
	border-top: solid 1px #ccc;
	line-height:var(--lh-sm);
}

.headerSubNav__item:first-child a{
	border-top: none;
}

.headerSubNav__item a:hover{
}
.headerSubNav__item a>span{
	font-size:0.9375rem;
	transition:color 0.3s ease-in-out;
}
.headerSubNav__item a:hover>span{
	color:var(--text-primary);
}


html.js-scrollLock {
  overflow: hidden
}

.drawer__bg {
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  display: block;
  z-index: var(--z-drawer);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transform: translateY(100vh);
  background-color: var(--bg)
}

.drawerContainer {
  display: block;
  visibility: hidden;
  z-index: calc(var(--z-drawer) + 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  opacity: 0
}

.drawerContainer__inner {
  display: table;
  width: 100%;
  height: 100vh
}

.drawerContainer__inner__contentsArea {
  display: table-cell;
  padding: 6.5rem 6.5vw 5rem;
  vertical-align: middle
}

.drawerNav {
  width: 100%;
  max-width: var(--container-sm);
  margin: 0 auto
}

.drawerNav__list__item__link {
  display: block;
  height: 100%;
  padding: 1rem 0
}

.drawerNav__list__item__link__text {
  display: block
}

.drawerNav__list__item__link__text--en {
  -webkit-clip-path: inset(0 0 0);
  padding: .3rem 0;
  color: var(--text-black);
  font-size: 2rem;
  line-height: 1;
  text-transform: capitalize;
  clip-path: inset(0 0 0)
}

.drawerNav__list__item__link__text--ja {
  -webkit-clip-path: inset(0 0 0 0);
  display: block;
  margin-top: 0;
  color: var(--text-gray);
  font-size: var(--text-15);
  clip-path: inset(0 0 0 0)
}

.drawerNav__list__item__link__text span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  display: inline-block;
  transform: translateY(100%);
  opacity: 0
}

.drawerSubNav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  max-width: var(--container-sm);
  margin: 2.5rem auto 0
}

.drawerSubNav__item {
  -webkit-clip-path: inset(0 0 0);
  padding: .15rem .15rem;
  color: var(--text-black);
  font-size: var(--text-12);
  clip-path: inset(0 0 0)
}

.drawerSubNav__item a {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  display: inline-block;
  position: relative;
  padding: 0 .5rem;
  transform: translateY(100%);
  opacity: 0
}

.drawerSubNav__item a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.5rem;
  content: "｜"
}

.drawerSubNav__item:last-child a:after {
  content: ""
}

.drawer__hr {
  width: 0%;
  max-width: var(--container-sm);
  margin: 1.5rem auto 2rem;
  border-top-width: 1px;
  color: var(--border);
  opacity: 0
}

.drawerAddress {
  width: 100%;
  max-width: var(--container-sm);
  margin: 0 auto;
  font-size: var(--text-15)
}

.drawerAddress__item {
  -webkit-clip-path: inset(0 0 0);
  padding: .3rem 0;
  clip-path: inset(0 0 0)
}

.drawerAddress__item+.drawerAddress__item {
  margin-top: -0.3rem
}

.drawerAddress__item__text {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  display: inline-block;
  transform: translateY(100%);
  opacity: 0
}

.drawerAddress__item__text--logo {
  width: 100%;
　max-width:13rem;
　height: auto;
  margin-bottom: 1rem
}

.drawerButton {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  appearance: none;
  z-index: var(--z-drawerButton);
  position: fixed;
  top: 0;
  right: 1rem;
  align-items: center;
  justify-content: center;
  width: var(--header-height-sp);
  height: var(--header-height-sp);
  cursor: pointer
}

.drawerButton.drawerButton--top {
  -webkit-transition: top 1.2s ease-out .8s;
  -o-transition: top 1.2s ease-out .8s;
  top: calc(var(--header-height-sp)*-1);
  transition: top 1.2s ease-out .8s
}

.drawerButton.drawerButton--top.is-show {
  top: 0
}

.drawerButton__inner {
  position: relative;
  width: 3.75rem;
  height: 62%;
  text-align: center
}

.drawerButton__line {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #000
}

.drawerButton__line--01 {
  top: .375rem
}

.drawerButton__line--02 {
  top: 1rem
}

.drawerButton__label {
  position: relative;
  width: 3.75rem;
  height: 1.125rem;
  margin-top: 1.625rem;
  overflow: hidden
}

.drawerButton__label__text {
  position: absolute;
  top: 2px;
  left: 0;
  color: #000;
  font-weight: var(--font-b);
  font-size: 15px;
  line-height: 1;
  font-family: var(--font-en);
  letter-spacing: .35em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap
}

.drawerButton__label__text--close {
  letter-spacing: .2em
}

.drawerButton__label__text--open .drawerButton__label__text__eachText--open {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  display: inline-block;
  transform: translateY(0%);
  opacity: 1
}

.drawerButton__label__text--close .drawerButton__label__text__eachText--close {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  display: inline-block;
  transform: translateY(100%);
  opacity: 0
}

.footer {
  z-index: calc(var(--z-FV) + 1);
  position: relative;
  margin-top: var(--space-150-80-FB);
  margin-top: var(--space-150-80);
  background-color: var(--footer-bg)
}

.footer.footer--top {
  margin-top: 0
}

.footer__inner {
  padding-top: var(--space-80-60-FB);
  padding-top: var(--space-80-60);
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.footer__inner__container {
  width: 100%;
  max-width: var(--container-base);
  margin: 0 auto
}

.copyright {
  width: 100%;
  padding: .8rem;
  border-top: solid 1px #fff;
  text-align: center
}

.copyright__text {
  color: #fff;
  font-size: var(--text-12)
}

.footer__inner__container__subLinks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: var(--space-70-50-FB);
  margin-top: var(--space-70-50)
}

.footer__inner__container__subLinks li {
  margin-bottom: 1.5em;
  color: #fff;
  font-size: var(--text-12)
}

.footer__inner__container__subLinks li::after {
  content: "｜"
}

.footer__inner__container__subLinks li:last-child:after {
  content: ""
}

.footer__inner__container__subLinks li a {
  display: inline-block;
  padding: 0 .5rem
}

.footerNav__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

.footerNav__list__item {
  display: block;
  width: 100%;
  text-align: center
}

.footerNav__list__item__link {
  display: block;
  width: 100%;
  padding: .75rem;
  border-bottom: solid 1px var(--border)
}

.footerNav__list__item:first-child .footerNav__list__item__link {
  padding-top: 0
}

.footerNav__list__item__link__text {
  color: #fff;
  font-size: var(--text-14to13)
}

.footerNav__list__item__link__text::after {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out
}

.footerAddress {
  margin-top: var(--space-60-50-FB);
  margin-top: var(--space-60-50);
  text-align: center
}

.footerAddress__logo img {
  width: 55%;
  max-width: 13.75rem;
  height: auto
}

.footerAddress__company {
  margin-top: 1.75rem;
  color: #fff;
  font-size: var(--text-16to15)
}

.footerAddress__text {
  color: #fff;
  font-size: var(--text-14to13)
}

.footerAddress__company+.footerAddress__text {
  margin-top: 1em
}

.footerAddress__text+.footerAddress__text {
  margin-top: .25em
}

/*▼pageTopの上　出展募集中*/
.info {
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease;
  /*visibility: hidden;*/
  z-index: 30;
  position: fixed;
  right: -40px;
  bottom: 100px;
  cursor: pointer;
  opacity: 1;
  /*opacity: 0;*/
  transition: opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease;
  transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
}

.info img {
  width: 30%;
  /*max-width: 13.75rem;*/
  max-width: 15.625rem;
  height: auto;
  position: inherit;
  /*bottom: 100px;*/
  /*  right: 20px;*/
  bottom: 80px;
  right: 15px;
}
/*
.info.is-show {
  visibility: visible;
  opacity: 1;
}*/
/*▲pageTopの上　出展募集中*/

/*▼pageTopの上　出展募集中*/
.info2 {
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease;
  visibility: hidden;
  z-index: 30;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease;
  transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
}

.info2 img {
  width: 30%;
  max-width: 13.75rem;
  height: auto;
  position: inherit;
  bottom: 100px;
  right: 20px;
}

.info2.is-show2 {
  visibility: visible;
  opacity: 1;
  font-weight: bold;
  bottom: 30px;
  right: 90px;
  background: #D9A746;
  color : #ffffff;
  padding: 2px 10px;
  border-radius: 20px;
}
/*▲pageTopの上　出展募集中*/
.pageTop {
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease;
  visibility: hidden;
  z-index: 30;
  position: fixed;
  right: 15px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease;
  transition: transform .4s ease, opacity 1.2s ease, visibility 1.2s ease, -webkit-transform .4s ease
}

.pageTop.is-show {
  visibility: visible;
  opacity: 1
}

.pageTop__inner {
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, .45);
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, .45);
  color: #fff;
  text-align: center;
  transition: background-color .4s ease
}

.pageTop:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.pageTop:hover .pageTop__inner {
  background-color: #fff
}

.pageTop__inner::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  display: inline-block;
  position: absolute;
  top: 42%;
  left: 37%;
  width: 13px;
  height: 13px;
  transform: rotate(-135deg);
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #333;
  content: ""
}

.pageTop__sr {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  white-space: nowrap
}

.pageHeadingArea {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  padding-right: var(--padding-X-sp);
  padding-bottom: 80px;
  padding-left: var(--padding-X-sp)
}

.pageHeadingArea--article {
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.pageHeading {
  width: 100%;
  max-width: var(--container-base);
  margin: 0 auto;
  line-height: var(--lh-sm)
}

.pageHeadingArea.pageHeadingArea--article .pageHeading {
  max-width: calc(var(--container-base) + 60px)
}


.pageHeadingArea.pageHeadingArea--page .pageHeading,
.pageHeadingArea.pageHeadingArea--contact .pageHeading {
  max-width: var(--container-md)
}

.pageHeading__title {
  color: var(--text-black);
  font-size: min(10vw, 3rem)
}

.pageHeading__sub {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  color: var(--text-primary);
  font-size: min(6vw, 1.85rem);
  letter-spacing: var(--ls-sm)
}

.pageHeading__sub::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--text-primary);
  content: ""
}

.sectionHeading {
  color: var(--text-black);
  font-size: var(--sectionHeading-sp);
  line-height: 0;
  text-transform: capitalize
}

.sectionHeading--center {
  text-align: center
}

.sectionHeading__title {
  display: block;
  line-height: 1
}

.sectionHeading__sub {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  color: var(--text-lightgray);
  font-size: var(--sectionHeading-sub-sp);
  line-height: var(--lh-base)
}

.sectionHeading__sub::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -2.75rem;
  width: 2rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--c-primary);
  content: ""
}

.sectionHeading--center .sectionHeading__sub::after {
  position: static;
  margin: .6em auto 0
}

.sectionHeading__description {
  margin-top: 1.5em;
  color: var(--text-gray);
  font-size: var(--text-16to15);
  line-height: var(--lh-md)
}

.sectionHeading--center+.sectionHeading__description {
  text-align: center
}

.articlePageHeadingArea {
  padding-top: var(--space-80-60-FB);
  padding-top: var(--space-80-60);
  padding-right: var(--padding-X-sp);
  padding-bottom: var(--space-80-60-FB);
  padding-bottom: var(--space-80-60);
  padding-left: var(--padding-X-sp)
}

.articlePageHeading {
  max-width: calc(var(--container-base) + 60px);
  margin: 0 auto
}

.articlePageHeading.articlePageHeading--noSide {
  max-width: calc(var(--container-md) + 60px);
  margin: 0 auto
}

.articlePageHeading__title {
  color: var(--text-black);
  font-size: var(--article-title);
  text-align: left
}

.articlePageHeading__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: min(4.5vw, 2rem)
}

.articlePageHeading__info li {
  position: relative
}

.articlePageHeading__info li {
  padding: 0;
  color: var(--text-lightgray)
}

.articlePageHeading__info li:first-child {
  padding: 0 1rem 0 0
}

.articlePageHeading__info__time {
  margin-left: 1rem
}

.articlePageHeading__info__time time {
  font-size: var(--text-17to16);
  letter-spacing: var(--ls-sm)
}

.articlePageHeading__info li::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1rem;
  transform: translateY(-50%);
  background-color: var(--border);
  content: ""
}

.articlePageHeading__info li:nth-child(2):before {
  display: none
}

.articlePageHeading__info li:last-child::before {
  display: none !important
}

.articlePageHeading__info__company {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--text-15to14)
}

.articlePageHeading__info__company .avatar {
  width: min(10.6vw, 3rem);
  height: min(10.6vw, 3rem)
}

.articlePageHeading__info__company .company {
  margin-left: .5em;
  line-height: var(--lh-sm)
}

.articlePageHeading__info__author {
  width: 100%;
  margin-top: .5rem;
  font-size: var(--text-15to13)
}

.articlePageHeading__info__category {
  font-size: var(--text-13)
}

.articlePageHeading__info__category a {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  width: 100%;
  padding: .25em 1rem !important;
  overflow: hidden;
  border: solid 1px var(--text-primary);
  border-radius: 999px;
  background-color: #fff;
  color: var(--text-primary);
  line-height: 1;
  cursor: pointer;
  transition: background-color .3s ease-in-out
}

.articlePageHeading__info__category a:hover {
  background-color: var(--button-primary--light)
}

.button {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition-property: background-color, color, fill, border-color;
  -o-transition-property: background-color, color, fill, border-color;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 20rem;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border: solid 1px;
  border-radius: 999px;
  font-size: var(--button-text);
  cursor: pointer;
  transition-duration: .3s;
  transition-property: background-color, color, fill, border-color;
  transition-timing-function: ease-in-out
}

.button__text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 1em;
  color: inherit;
  font-size: inherit;
  line-height: var(--lh-sm);
  text-align: center
}

.button.button--reverse .button__text {
  margin-right: 1em;
  margin-left: 0
}

.button svg {
  fill: currentColor;
  width: auto;
  height: 1em;
  margin-left: 1em
}

.button path {
  fill: currentColor
}

.button.button--reverse svg {
  margin-right: 1em;
  margin-left: 0
}

.button--default {
  border-color: var(--button-default);
  background-color: var(--button-default);
  color: #fff
}

.button--default:focus,
.button--default:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--button-default)
}

.button--primary {
  border-color: var(--button-primary);
  background-color: var(--button-primary);
  color: #fff
}

.button--primary:focus,
.button--primary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--button-primary)
}

.button--secondary {
  border-color: var(--button-secondary);
  background-color: rgba(0, 0, 0, 0);
  color: var(--button-secondary)
}

.button--secondary:focus,
.button--secondary:hover {
  background-color: var(--button-default);
  color: #fff
}

.button--fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.link__text {
  position: relative;
  font-size: var(--text-16to15);
  line-height: 1
}

.link__text::after {
  -webkit-transition: width .65s cubic-bezier(0.45, 0.12, 0.05, 0.95);
  -o-transition: width .65s cubic-bezier(0.45, 0.12, 0.05, 0.95);
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: var(--button-primary);
  content: "";
  transition: width .65s cubic-bezier(0.45, 0.12, 0.05, 0.95)
}

.link:hover .link__text::after {
  left: 0;
  width: 100%
}

.link__text+.iconRight {
  margin-left: .8em
}

.link02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.link02__text {
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  font-size: var(--text-16to15);
  line-height: 1;
  transition: opacity .4s ease-in-out
}

.link02__text+.iconRight {
  margin-left: .8em
}

.iconRight {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 999px;
  background-color: var(--button-primary);
  transition: background-color .3s ease-in-out
}

a:hover .iconRight {
  background-color: var(--button-primary--darker)
}

.iconRight__icon {
  display: inline-block;
  width: 4px;
  height: auto;
  margin-left: 1px
}

a:hover .iconRight__icon {
  -webkit-animation: moveRight forwards 1.2s cubic-bezier(0.65, 0.045, 0.35, 0.85);
  animation: moveRight forwards 1.2s cubic-bezier(0.65, 0.045, 0.35, 0.85)
}

@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1
  }

  35% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    opacity: 0
  }

  36% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    opacity: 0
  }

  70% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1
  }

  35% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    opacity: 0
  }

  36% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    opacity: 0
  }

  70% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

.tabbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 2.5rem;
  border-bottom: solid 2px;
  border-color: var(--border)
}

.tabbar__item {
  color: var(--border);
  font-size: var(--tabbar-text);
  line-height: 1
}

.tabbar__item__button {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 37.78px;
  padding: .85em min(4.5vw, 1.5em);
  transition: color .3s ease-in-out
}

.tabbar__item__button::after {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: background-color .3s ease-in-out
}

.tabbar__item__button:hover {
  color: var(--text-primary)
}

.tabbar__item__button:hover::after {
  background-color: currentColor
}

.tabbar__item__button.is-current {
  color: var(--text-primary)
}

.tabbar__item__button.is-current::after {
  background-color: currentColor
}

.load {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .1s .4s;
  -o-transition: opacity .3s ease-in-out, transform .1s .4s;
  z-index: var(--z-load);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(0);
  background-color: var(--bg);
  opacity: 1;
  transition: opacity .3s ease-in-out, -webkit-transform .1s .4s;
  transition: opacity .3s ease-in-out, transform .1s .4s;
  transition: opacity .3s ease-in-out, transform .1s .4s, -webkit-transform .1s .4s
}

.load.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0
}

.FV {
  z-index: var(--z-FV);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh
}

.FV__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh
}

.FVbg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-grow: 1;
  flex-shrink: 1;
  width: 85%;
  height: calc(100vh - var(--header-height-sp) - .3rem);
  overflow: hidden;
  border-top-right-radius: calc(35px + 2vw)
}

.FVbg__img {
  -o-object-fit: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-filter: blur(1rem) saturate(175%);
  -webkit-transition: opacity 1.5s linear, -webkit-transform 2.3s ease-out, -webkit-filter 1.5s ease-in-out;
  -o-transition: opacity 1.5s linear, transform 2.3s ease-out, filter 1.5s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  filter: blur(1rem) saturate(175%);
  opacity: 0;
  transition: opacity 1.5s linear, -webkit-transform 2.3s ease-out, -webkit-filter 1.5s ease-in-out;
  transition: opacity 1.5s linear, transform 2.3s ease-out, filter 1.5s ease-in-out;
  transition: opacity 1.5s linear, transform 2.3s ease-out, filter 1.5s ease-in-out, -webkit-transform 2.3s ease-out, -webkit-filter 1.5s ease-in-out
}

.FVbg__img.is-show {
  -webkit-filter: blur(0px) saturate(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: blur(0px) saturate(100%);
  opacity: 1
}

.FVtext {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  top: calc(45% + var(--header-height-sp)/2);
	/*  top: calc(50% + var(--header-height-sp)/2);*/
  right: 6vw;
  flex-direction: column;
  transform: translateY(-50%)
}

.FVtext__hidden {
  overflow: hidden
}

.FVtext__main {
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -webkit-transition: opacity 1s ease-out .8s, -webkit-transform 1.2s ease-out .8s;
  -o-transition: transform 1.2s ease-out .8s, opacity 1s ease-out .8s;
  width: min(65vw, 270px);
  height: auto;
  transform: translateY(105%);
  opacity: 0;
  transition: opacity 1s ease-out .8s, -webkit-transform 1.2s ease-out .8s;
  transition: transform 1.2s ease-out .8s, opacity 1s ease-out .8s;
  transition: transform 1.2s ease-out .8s, opacity 1s ease-out .8s, -webkit-transform 1.2s ease-out .8s
}

.FVtext__main.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.FVtext__sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  -webkit-transition: opacity .6s ease-out 1.2s, -webkit-transform .8s ease-out 1.2s;
  -o-transition: transform .8s ease-out 1.2s, opacity .6s ease-out 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: min(8%, 2rem);
  transform: translateY(105%);
  opacity: 0;
  transition: opacity .6s ease-out 1.2s, -webkit-transform .8s ease-out 1.2s;
  transition: transform .8s ease-out 1.2s, opacity .6s ease-out 1.2s;
  transition: transform .8s ease-out 1.2s, opacity .6s ease-out 1.2s, -webkit-transform .8s ease-out 1.2s
}

.FVtext__sub.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.FVtext__sub__text {
  display: inline-block;
  margin-top: -0.25rem;
  margin-right: 1em;
  color: #fff;
  font-size: min(3vw, 1rem);
  line-height: 1
}

.FVtext__sub__img {
  width: min(32vw, 145px);
  height: auto;
  line-height: 1
}

.FVinfo {
	display:block;
	margin-top:30px;
	text-align:center;
	/*
  -webkit-transform: translateY(calc(-50% - 28vw));
  -ms-transform: translateY(calc(-50% - 28vw));
  z-index: 2;
  position: absolute;
  top: max(50% - 25px, 48vh);
  right: 7vw;
  transform: translateY(calc(-50% - 28vw))
	*/
}

.FVinfo__dl{
	display : grid;
	grid-template-columns: 1fr 1fr;
}

.FVinfo__img {
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -webkit-transition: opacity 1s ease-in-out 2.2s, -webkit-transform 1.2s ease-in-out 2s;
  -o-transition: opacity 1s ease-in-out 2.2s, transform 1.2s ease-in-out 2s;
  width: 62vw;
  max-width: 270px;
  height: auto;
  transform: translateY(35px);
  opacity: 0;
  transition: opacity 1s ease-in-out 2.2s, -webkit-transform 1.2s ease-in-out 2s;
  transition: opacity 1s ease-in-out 2.2s, transform 1.2s ease-in-out 2s;
  transition: opacity 1s ease-in-out 2.2s, transform 1.2s ease-in-out 2s, -webkit-transform 1.2s ease-in-out 2s
}

.FVinfo__img.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.FVinfo__button {
	padding: 1em 1.5em 1em 1.5em;
	margin: 1rem auto 0;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -webkit-transition: opacity 1s ease-in-out 2.2s, -webkit-transform 1.2s ease-in-out 2s;
  -o-transition: opacity 1s ease-in-out 2.2s, transform 1.2s ease-in-out 2s;
  transform: translateY(35px);
  opacity: 0;
  transition: opacity 1s ease-in-out 2.2s, -webkit-transform 1.2s ease-in-out 2s;
  transition: opacity 1s ease-in-out 2.2s, transform 1.2s ease-in-out 2s;
  transition: opacity 1s ease-in-out 2.2s, transform 1.2s ease-in-out 2s, -webkit-transform 1.2s ease-in-out 2s
}

.FVinfo__button.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.FVinfo__button:focus,
.FVinfo__button:hover {
	background-color:#fff;
}

.brokenGrid {
  display: grid;
  grid-template-rows: auto min(11vw, 3.125rem) auto min(13vw, 3.125rem) auto 2.5rem auto;
  grid-template-columns: 50% 5.75rem 1fr;
  width: 100%;
  max-width: 76.5rem;
  height: 100%;
  margin: 0 auto
}

.brokenGrid__item01 {
  grid-row: 1/2;
  grid-column: 1/-1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

.brokenGridHeading {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  color: var(--text-black);
  font-weight: var(--font-r);
  font-size: min(5.5vw, 1.75rem);
  line-height: 2.8;
  letter-spacing: var(--ls-wide);
  writing-mode: vertical-rl
}

.brokenGridHeading__text01 {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  display: inline-block;
  transform: translateY(60px);
  white-space: nowrap;
  opacity: 0;
  transition: all 1.2s ease-out
}

.brokenGrid.is-show .brokenGridHeading__text01 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.brokenGridHeading__text02 {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transition: all 1.2s ease-out .7s;
  -o-transition: all 1.2s ease-out .7s;
  display: inline-block;
  margin-top: 4em;
  transform: translateY(60px);
  white-space: nowrap;
  opacity: 0;
  transition: all 1.2s ease-out .7s
}

.brokenGrid.is-show .brokenGridHeading__text02 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
/*
.brokenGridHeading__text02 ruby[data-ruby] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.brokenGridHeading__text02 ruby::before {
  position: absolute;
  top: -0.1em;
  right: -1em;
  height: auto;
  background: #fff;
  content: attr(data-ruby);
  font-size: .45em;
  line-height: 1;
  letter-spacing: .25em;
  text-align: center
}

_::-webkit-full-page-media,
_:future,
:root .brokenGridHeading__text02 ruby::before {
  right: 2em
}

rt {
  display: none
}
*/
.brokenGrid__item02 {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transition: all 1.2s ease-out 1.3s;
  -o-transition: all 1.2s ease-out 1.3s;
  grid-row: 3/4;
  grid-column: 1/-1;
  transform: translateY(60px);
  opacity: 0;
  transition: all 1.2s ease-out 1.3s
}

.brokenGrid.is-show .brokenGrid__item02 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.brokenGridText {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp);
  color: var(--text-gray);
  font-size: min(4vw, 1.0625rem);
  line-height: var(--lh-xl);
  text-align: justify
}

.brokenGridText+.brokenGridText {
  margin-top: 1em
}

.brokenGrid__item03 {
  grid-row: 5/7;
  grid-column: 1/3
}

.brokenGrid__item03__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.brokenGrid__item03__frame::after {
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  content: "";
  transition: all .8s ease-out
}

.brokenGrid__item03.is-show .brokenGrid__item03__frame::after {
  height: 0
}

.brokenGridImg01 {
  -o-object-fit: contain;
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 2s ease-out, -webkit-filter 1.2s ease-out;
  -o-transition: transform 2s ease-out, filter 1.2s ease-out, opacity 1.2s ease-out;
  -webkit-filter: blur(6px);
  width: 100%;
  max-width: 38.75rem;
  height: auto;
  object-fit: contain;
  transform: scale(1.18);
  filter: blur(6px);
  opacity: 0;
  transition: opacity 1.2s ease-out, -webkit-transform 2s ease-out, -webkit-filter 1.2s ease-out;
  transition: transform 2s ease-out, filter 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 2s ease-out, filter 1.2s ease-out, opacity 1.2s ease-out, -webkit-transform 2s ease-out, -webkit-filter 1.2s ease-out
}

.brokenGrid__item03.is-show .brokenGridImg01 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-filter: blur(0);
  transform: scale(1);
  filter: blur(0);
  opacity: 1
}

.brokenGrid__item04 {
  grid-row: 6/8;
  grid-column: 2/4
}

.brokenGrid__item04__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.brokenGrid__item04__frame::after {
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  content: "";
  transition: all .8s ease-out
}

.brokenGrid__item03.is-show+.brokenGrid__item04 .brokenGrid__item04__frame::after {
  height: 0
}

.brokenGridImg02 {
  -o-object-fit: contain;
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 2s ease-out, -webkit-filter 1.2s ease-out;
  -o-transition: transform 2s ease-out, filter 1.2s ease-out, opacity 1.2s ease-out;
  -webkit-filter: blur(6px);
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 1.25rem;
  object-fit: contain;
  transform: scale(1.18);
  filter: blur(6px);
  opacity: 0;
  transition: opacity 1.2s ease-out, -webkit-transform 2s ease-out, -webkit-filter 1.2s ease-out;
  transition: transform 2s ease-out, filter 1.2s ease-out, opacity 1.2s ease-out;
  transition: transform 2s ease-out, filter 1.2s ease-out, opacity 1.2s ease-out, -webkit-transform 2s ease-out, -webkit-filter 1.2s ease-out
}

.brokenGrid__item03.is-show+.brokenGrid__item04 .brokenGridImg02 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-filter: blur(0);
  transform: scale(1);
  filter: blur(0);
  opacity: 1
}

.brokenGrid__item05 {
  grid-row: 6/8;
  grid-column: 1/3
}

.brokenGridImg03 {
  -webkit-transform: translate(7%, 60px);
  -ms-transform: translate(7%, 60px);
  -webkit-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  display: inline-block;
  width: 100%;
  max-width: 40.625rem;
  height: auto;
  transform: translate(7%, 60px);
  opacity: 0;
  transition: all 1.2s ease-out
}

.brokenGridImg03.is-show {
  -webkit-transform: translate(7%, 0);
  -ms-transform: translate(7%, 0);
  transform: translate(7%, 0);
  opacity: 1
}

.logoList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: auto;
  margin-left: auto;
  gap: 1rem 3%
}

.logoList__item {
  --n: 1;
  --d: 1.618;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 4px 6px -1px, rgba(0, 0, 0, .06) 0px 2px 4px -1px;
  position: relative;
  width: 100%;
  padding-bottom: calc(var(--n)/var(--d)*100%);
  overflow: hidden;
  border-radius: min(.5vw, 5px);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0px 4px 6px -1px, rgba(0, 0, 0, .06) 0px 2px 4px -1px
}

.logoList__item:nth-child(9) {
  display: none
}

.logoList__item__link {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: min(4vw, 2rem);
  transform: translate(-50%, -50%);
  transition: background-color .3s ease-in-out
}

.logoList__item__link:focus,
.logoList__item__link:hover {
  background-color: rgba(0, 0, 0, .035)
}

.logoList__item__link__img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken
}

.logoListAnchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: auto;
  margin-left: auto;
  gap: .75rem 3%
}

.logoListAnchor__item {
  --n: 1;
  --d: 2.2;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 4px 6px -1px, rgba(0, 0, 0, .06) 0px 2px 4px -1px;
  position: relative;
  width: 100%;
  padding-bottom: calc(var(--n)/var(--d)*100%);
  overflow: hidden;
  border-radius: min(.5vw, 5px);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0px 4px 6px -1px, rgba(0, 0, 0, .06) 0px 2px 4px -1px
}

.logoListAnchor__item__link {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: min(1.5vw, 1rem) min(2vw, 1.5rem);
  transform: translate(-50%, -50%);
  transition: background-color .3s ease-in-out
}

.logoListAnchor__item__link:focus,
.logoListAnchor__item__link:hover {
  background-color: var(--button-primary--light)
}

.logoListAnchor__item__link__img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken
}

.centerBlock {
  margin: 0 auto;
  text-align: center
}

.centerBlock__heading {
  position: relative
}

.centerBlock__heading__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  max-width: 34rem;
  transform: translate(-50%, -50%)
}

.centerBlock__heading__title {
  display: block;
  z-index: 2;
  position: relative;
  font-size: min(6.5vw, 2.1rem)
}

.centerBlock__heading__sub {
  display: block;
  z-index: 2;
  position: relative;
  margin-top: .45em;
  color: var(--text-primary);
  font-size: min(5.5vw, 1.5rem);
  line-height: 1;
  letter-spacing: var(--ls-sm)
}

.centerBlock__heading+.centerBlock__description {
  margin-top: var(--space-56-30-FB);
  margin-top: var(--space-56-30)
}

.centerBlock__description {
  color: var(--text-gray);
  font-size: var(--text-16to15);
  line-height: var(--lh-lg);
  text-align: center
}

.centerBlock__description+.centerBlock__description {
  margin-top: 1.25em
}

.centerBlock__description span {
  display: inline-block
}

.notice {
  margin: 0 auto;
  padding: .25rem 0;
  border-top: solid 1px var(--c-primary);
  border-bottom: solid 1px var(--c-primary)
}

.centerBlock__description+.notice {
  margin-top: var(--space-56-30-FB);
  margin-top: var(--space-56-30)
}

.notice__inner {
  padding: min(9vw, 2.5rem) min(6vw, 2.125rem);
  border-top: solid 2px var(--c-primary);
  border-bottom: solid 2px var(--c-primary);
  background-color: #fff
}

.notice__title {
  margin-bottom: .75em;
  color: var(--text-primary);
  font-size: min(6.5vw, 1.75rem);
  line-height: var(--lh-sm)
}

.notice__title span {
  display: inline-block
}

.notice__period {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.notice__period__time {
  font-size: min(7vw, 1.875rem);
  line-height: 1;
  letter-spacing: var(--ls-sm)
}

.notice__period__time__week {
  margin-left: .5rem;
  font-size: .5em
}

.notice__period__from {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  display: inline-block;
  margin: .75em 0;
  transform: rotate(90deg);
  font-size: min(6vw, 1.125rem);
  line-height: 1
}

.notice__table {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto
}

.notice__period+.notice__table {
  margin-top: 1.5rem
}

.notice__table__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start
}

.notice__table__item+.notice__table__item {
  margin-top: .5rem
}

.notice__table__item__tag {
  display: inline-block;
  min-width: 4rem;
  margin-right: 1em;
  padding: .3em .5em;
  background-color: var(--text-black);
  color: #fff;
  font-size: var(--text-13to12);
  line-height: 1;
  text-align: center
}

.notice__table__item__text {
  display: inline-block;
  font-size: var(--text-16to15);
  line-height: var(--lh-sm);
  text-align: left
}

.notice__table__item__text span {
  display: inline-block
}

.notice__section {
  margin-top: 1.75rem
}

.notice__section__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  color: var(--text-black);
  font-style: normal;
  font-weight: var(--font-r);
  font-size: min(5vw, 1.25rem);
  font-family: var(--font-min)
}

.notice__section__heading:before,
.notice__section__heading:after {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: var(--text-black);
  content: ""
}

.notice__section__heading:before {
  margin-right: 1rem
}

.notice__section__heading:after {
  margin-left: 1rem
}

.notice__section__cardlayout {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center
}

.notice__section__cardlayout li {
  width: calc(50% - .5rem)
}

.notice__section__cardlayout h5 {
  margin-top: .5em;
  margin-bottom: .35em;
  font-weight: bold;
  font-size: 14px;
  text-align: justify
}

.notice__section__cardlayout h5 span {
  display: block;
  color: var(--text-primary);
  font-style: normal;
  font-weight: var(--font-r);
  font-size: 18px;
  font-family: var(--font-min);
  text-align: center
}

.notice__section__cardlayout p {
  font-size: 13px;
  text-align: left
}

.notice__section__cardlayout img {
  -o-object-fit: contain;
  width: 100%;
  height: auto;
  object-fit: contain
}

.frame {
  position: relative;
  width: 100%;
  padding-bottom: calc(var(--n)/var(--d)*100%)
}

.frame--gold {
  --n: 1;
  --d: 1.618
}

.frame--fullImgCard {
  --n: 1;
  --d: 1
}

.frame__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: min(2vw, 5px)
}

.frame__inner[data-round=lg] {
  border-radius: min(2vw, 25px)
}

.frame__inner__img {
  -o-object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, filter .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: transform .3s ease-in-out, filter .3s ease-in-out;
  transition: transform .3s ease-in-out, filter .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-filter .3s ease-in-out
}

a:hover .frame__inner__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.fullScreenImg {
  display: grid;
  grid-template-rows: min(8.5vw, 3.5rem) max(20rem, 30vw);
  grid-template-columns: 1fr auto 5.5fr;
  width: 100%;
  margin: 0 auto
}

.fullScreenImg__frame {
  z-index: 1;
  position: relative;
  grid-row: 2/-1;
  grid-column: 1/-1;
  height: max(20rem, 33vw);
  overflow: hidden
}

.fullScreenImg__frame__img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  object-fit: cover
}

.fullScreenImg__lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 2;
  position: relative;
  grid-row: 1/-1;
  grid-column: 2/3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  color: var(--text-black);
  font-size: min(5.5vw, 1.5rem);
  line-height: 1;
  letter-spacing: var(--ls-wide);
  writing-mode: vertical-rl
}

.fullScreenImg__lead__text {
  display: inline-block;
  padding: .5rem;
  background-color: #fff;
  white-space: nowrap
}

.fullScreenImg__lead .fullScreenImg__lead__text:nth-of-type(2) {
  margin-top: 4em;
  margin-right: 1.2em;
  background-color: #fff
}

.time {
  display: inline-block;
  margin-right: .8em;
  color: var(--text-lightgray);
  font-size: var(--time);
  line-height: 1;
  letter-spacing: var(--ls-sm)
}

.time[data-color=white] {
  color: #fff
}

.time[data-size=lg] {
  font-size: var(--time--lg)
}

.tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .25em .7em;
  border: solid 1px var(--tag);
  border-radius: 999px;
  background-color: #fff
}

.tag__text {
  color: var(--tag);
  font-size: var(--tag-text);
  line-height: 1
}

.cardTitle {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--text-black);
  font-size: var(--text-16to15);
  line-height: var(--lh-base);
  text-align: justify
}

.cardTitle[data-color=white] {
  color: #fff
}

.cardTitle[data-size=md] {
  font-size: var(--cardTitle)
}

.cardTitle[data-size=lg] {
  font-size: var(--cardTitle--lg)
}

.card__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.card .frame {
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 38%;
  flex-shrink: 0;
  flex-basis: 38%;
  padding-bottom: calc(var(--n)/var(--d)*40%)
}

.card__link__textBlock {
  margin-left: 4%
}

.card .time {
  margin-top: 0
}

.card .cardTitle {
  margin-top: .2em
}

.card__link:hover img {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75)
}

.rowCard__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.rowCard .frame {
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 38%;
  flex-shrink: 0;
  flex-basis: 38%;
  padding-bottom: calc(var(--n)/var(--d)*40%)
}

.rowCard__link__textBlock {
  margin-left: 4%
}

.rowCard__link__textBlock__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

.rowCard .cardTitle {
  margin-top: .5em
}

.rowCard__link:hover img {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75)
}

.articleList {
  -webkit-column-gap: min(5vw, 1.5rem);
  -moz-column-gap: min(5vw, 1.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(5vw, 1.5rem);
  row-gap: min(6vw, 2rem);
  margin: 0 auto
}

.articleList.articleList--special {
  -webkit-column-gap: min(5vw, 1.5rem);
  -moz-column-gap: min(5vw, 1.5rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: min(5vw, 1.5rem);
  row-gap: 2.5rem;
  margin: 0 auto
}

.articleList__card__link {
  display: block
}

.articleList__card .frame {
  width: 100%;
  padding-bottom: calc(var(--n)/var(--d)*100%)
}

.articleList__card__link__textBlock {
  margin-top: .65rem
}

.articleList__card__link__textBlock__items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.articleList__card .cardTitle {
  -webkit-line-clamp: 3 !important;
  margin-top: .5em
}

.articleList__card .tag__text {
  font-size: min(2.5vw, .75rem)
}

.articleList--special .cardTitle {
  font-size: var(--cardTitle02) !important
}

.articleList--special .articlePageHeading__info__company {
  margin-top: .5rem
}

.articleList--special .articlePageHeading__info__company .avatar {
  width: min(10.6vw, 2.5rem);
  height: min(10.6vw, 2.5rem)
}

.articleList--special .articlePageHeading__info__company .company {
  color: var(--text-gray);
  font-size: var(--text-15to14)
}

.articleList__card__link:hover img:not(.avatar__img) {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75)
}

.cardLayout {
  display: grid;
  margin: 0 auto;
  gap: min(5vw, 1.5rem)
}

.cardLayout[data-columns="4"] {
  grid-template-columns: repeat(1, 1fr)
}

.cardLayout[data-columns="3"] {
  grid-template-columns: repeat(1, 1fr)
}

.cardLayout[data-columns="2"] {
  grid-template-columns: repeat(1, 1fr)
}

.colCardLayout {
  -webkit-column-gap: min(4vw, 2.5rem);
  -moz-column-gap: min(4vw, 2.5rem);
  display: none;
  grid-template-columns: repeat(1, 1fr);
  column-gap: min(4vw, 2.5rem);
  row-gap: min(5vw, 1.5rem);
  margin: 0 auto
}

.colCardLayout.is-current {
  display: grid
}

.fullImgCard {
  margin: 0 auto
}

.fullImgCard__link {
  display: block;
  position: relative
}

.fullImgCard__link__textBlock {
  z-index: 2;
  position: absolute;
  bottom: min(3vw, 1.875rem);
  left: min(4vw, 2.5rem);
  padding-right: min(4vw, 2.5rem)
}

.fullImgCard .frame__inner__img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7)
}

.fullImgCard__link:hover .frame__inner__img {
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

.fullImgCard .cardTitle {
  -webkit-line-clamp: 3;
  margin-top: min(.5vw, .25rem)
}

.fullImgCard .authorArea {
  margin-top: min(2vw, .75rem)
}

.authorArea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.authorArea .avatar {
  margin-right: .625rem
}

.authorName {
  display: inline-block;
  color: #fff;
  font-size: var(--text-15to13)
}

.avatar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(9.5vw, 3.5rem);
  height: min(9.5vw, 3.5rem);
  padding: .25rem;
  overflow: hidden;
  border-radius: 999px;
  background-color: #fff
}

.avatar.avatar--full {
  padding: 0;
  overflow: hidden
}

.avatar__img {
  width: 85%;
  height: auto
}

.avatar.avatar--full .avatar__img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.swiperBlock__inner {
  position: relative
}

.swiper-pagination {
  margin-top: min(3.5vw, 20px);
  text-align: center
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border: solid 1px var(--border);
  border-radius: 999px;
  background-color: #fff;
  cursor: pointer
}

.swiper-pagination-bullet[aria-current=true] {
  border: solid 1px var(--border-black);
  background-color: var(--border-black)
}

.swiper-button-prev,
.swiper-button-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  display: none;
  z-index: 5;
  position: absolute;
  top: 50%;
  width: calc(30px + 2vw);
  height: calc(30px + 2vw);
  transform: translateY(-50%);
  cursor: pointer;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: translateY(-50%) scale(1.25);
  -ms-transform: translateY(-50%) scale(1.25);
  transform: translateY(-50%) scale(1.25)
}

.swiper-button-prev {
  left: calc(15.8% - (30px + 2vw))
}

.swiper-button-next {
  right: calc(15.8% - (30px + 2vw))
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: inline-block;
  width: calc(30px + 2vw);
  height: calc(30px + 2vw);
  border-radius: 999px;
  background-position: center center;
  background-size: 15%;
  background-repeat: no-repeat;
  background-color: var(--button-default);
  content: ""
}

.swiper-button-prev:after {
  background-image: url(./img/icon-left.svg)
}

.swiper-button-next:after {
  background-image: url(./img/icon-right.svg)
}

.branch {
  width: 100%;
  padding-top: calc(var(--header-height-sp) + .75rem);
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.branch__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  max-width: var(--container-base);
  margin: 0 auto;
  color: var(--text-black)
}

.branch.branch--article .branch__list {
  max-width: calc(var(--container-base) + 60px)
}

.branch.branch--article.branch--noSide .branch__list {
  max-width: calc(var(--container-md) + 60px)
}

.branch__list__item {
  position: relative;
  margin-top: .2rem;
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: var(--text-13to12);
  letter-spacing: var(--ls-sm)
}

.branch__list .branch__list__item:first-child {
  margin-left: 0
}

.branch__list__item__link {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  color: var(--text-lightgray);
  transition: opacity .3s ease
}

.branch__list__item__link:focus,
.branch__list__item__link:hover {
  opacity: .5
}

.branch__list__item::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: .5em;
  left: -1.25rem;
  width: .5rem;
  height: .5rem;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid var(--text-lightgray);
  border-right: 2px solid var(--text-lightgray);
  content: ""
}

.branch__list__item:first-child::before {
  display: none
}

.branch__list__item:last-child:before {
  border-color: var(--text-black)
}

.profile {
  margin: 1.25rem auto 0
}

.profile__item {
  margin: 0 auto;
  padding-top: var(--space-80-60-FB);
  padding-top: var(--space-80-60);
  padding-bottom: var(--space-90-70-FB);
  padding-bottom: var(--space-90-70);
  background-image: url(./img/dot.svg);
  background-position: left bottom;
  background-size: 12px 4px;
  background-repeat: repeat-x
}

.profile .profile__item:last-child {
  padding-bottom: 0;
  background-image: none;
  background-size: 0px;
  background-repeat: no-repeat
}

.profile__item__mainBlock {
  display: block
}

.profileSummary {
  width: 100%
}

.profileSummary__title {
  color: var(--text-primary);
  font-size: min(7vw, 2rem)
}

.profileSummary__content {
  margin-top: 1rem
}

.profileSummary__content p {
  color: var(--text-black);
  font-size: var(--text-16to15);
  line-height: var(--lh-lg)
}

.profileSummary__content p+p {
  margin-top: .8em
}

.profileSummary__content__list {
  margin-top: 1rem
}

.profileSummary__content__list li {
  display: block
}

.profileSummary__content__list>li+li {
  margin-top: .75rem
}

.profileSummary__content__list li p {
  color: var(--text-black);
  font-size: var(--text-15);
  line-height: var(--lh-base);
  word-break: break-all
}

.profileSummary__content__list li h3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
  margin-right: 1rem;
  margin-bottom: .3em;
  padding: .2rem .5rem;
  border-radius: .25rem;
  background-color: var(--text-black);
  color: #fff;
  font-size: var(--text-13);
  line-height: var(--lh-base);
  text-align: center
}

.profileSummary__content__list li p>a {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  text-decoration: underline;
  transition: opacity .3s ease-in-out
}

.profileSummary__content__list li p>a:focus,
.profileSummary__content__list li p>a:hover {
  opacity: .65
}

.profileMainImg {
  display: block;
  width: 100%;
  margin-top: 2rem
}

.profileMainImg img {
  -o-object-fit: contain;
  width: 100%;
  height: auto;
  object-fit: contain
}

.profile__item__imageBlock {
  display: grid;
  margin-top: 1rem
}

.profile__item__imageBlock[data-col="2"] {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem
}

.profile__item__imageBlock[data-col="3"] {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3%
}

.profile__item__imageBlock[data-col="3"] picture:last-child {
  grid-column: span 2
}

.profile__item__imageBlock[data-col="4"] {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1rem
}

.profile__item__imageBlock__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.profile__item__imageBlock__img img {
  -o-object-fit: contain;
  width: 100%;
  height: auto;
  object-fit: contain
}

.sticky {
  display: block
}

.sticky.sticky--noSide {
  display: block
}

.sticky.sticky--noSide .sticky__main {
  padding-right: 0
}

.sticky__sub {
  margin-top: 2rem
}

.articleArea {
  width: 100%;
  padding: min(7vw, 3rem) min(4.5vw, 3rem);
  border-radius: 10px;
  background-color: #fff
}

.articleArea__title {
  color: var(--text-black);
  font-size: var(--article-title)
}

.articleArea__time {
  display: inline-block;
  color: var(--text-lightgray);
  font-size: var(--text-17to16);
  letter-spacing: var(--ls-sm)
}

.articleArea__title+.articleArea__time {
  margin-top: 1.5rem
}

.articleArea *+h6::before {
  margin-top: 2rem
}

.articleArea * {
  word-break: break-all
}

.articleArea__content>*+*:not(h2):not(.shareButton--row) {
  margin-top: 1.75rem
}

.articleArea__content *+h2.wp-block-heading {
  margin-top: 4.5rem
}

figure {
  margin: 0
}

.wp-element-caption {
  margin-top: .25em !important;
  margin-bottom: 0 !important;
  color: var(--text-black);
  font-weight: var(--font-b);
  font-size: min(4vw, 1rem) !important;
  font-family: var(--font-ja-b)
}

.aligncenter .wp-element-caption {
  text-align: center
}

.articleArea .has-background:not(.wp-block-pullquote):not(.wp-block-button__link) {
  padding: .5rem .8rem !important;
  border-radius: 6px
}

.articleArea .wp-block-media-text__content p,
.articleArea .wp-block-column p,
.articleArea p {
  min-height: 1px;
  margin-bottom: 0;
  color: var(--text-black);
  font-size: min(4vw, 1rem);
  line-height: 1.8
}

.articleArea .wp-block-media-text__content p a,
.articleArea .wp-block-column p a,
.articleArea p a {
  color: var(--c-primary);
  text-decoration: underline
}

.articleArea .wp-block-media-text__content p a:hover,
.articleArea .wp-block-column p a:hover,
.articleArea p a:hover {
  opacity: .6
}

.articleArea .wp-block-media-text__content p mark,
.articleArea .wp-block-column p mark,
.articleArea p mark {
  padding: 0 .15em;
  border-radius: 3px
}

.articleArea p+p {
  margin-top: 1em !important
}

.articleArea h3.wp-block-heading+p,
.articleArea h4.wp-block-heading+p,
.articleArea h2.wp-block-heading+p,
.articleArea h1.wp-block-heading+p {
  margin-top: .75em !important
}

.articleArea h5.wp-block-heading+p,
.articleArea h6.wp-block-heading+p {
  margin-top: .5em !important
}

.articleArea .wp-block-media-text__content h1,
.articleArea .wp-block-media-text__content h2,
.articleArea .wp-block-media-text__content h3,
.articleArea .wp-block-media-text__content h4,
.articleArea .wp-block-media-text__content h5,
.articleArea .wp-block-media-text__content h6,
.articleArea .wp-block-column h1,
.articleArea .wp-block-column h2,
.articleArea .wp-block-column h3,
.articleArea .wp-block-column h4,
.articleArea .wp-block-column h5,
.articleArea .wp-block-column h6,
.articleArea h1.wp-block-heading,
.articleArea h2.wp-block-heading,
.articleArea h3.wp-block-heading,
.articleArea h4.wp-block-heading,
.articleArea h5.wp-block-heading,
.articleArea h6.wp-block-heading {
  color: var(--text-black);
  font-weight: var(--font-b);
  font-family: var(--font-ja-b)
}

.articleArea .wp-block-media-text__content h1,
.articleArea .wp-block-media-text__content h2,
.articleArea .wp-block-column h1,
.articleArea .wp-block-column h2,
.articleArea h2.wp-block-heading,
.articleArea h1.wp-block-heading {
  margin-bottom: 0;
  font-size: min(5.3vw, 1.5625rem);
  line-height: 1.5
}

.articleArea .wp-block-media-text__content h2,
.articleArea .wp-block-column h2,
.articleArea h2.wp-block-heading {
  margin-bottom: 0;
  padding: .3em .5em;
  border-left: solid 3px var(--text-primary);
  background-color: var(--button-primary--light);
  line-height: 1.5
}

.articleArea .wp-block-media-text__content h3,
.articleArea .wp-block-column h3,
.articleArea h3.wp-block-heading {
  margin-bottom: 0;
  padding: .3em .5em;
  border-left: solid 3px var(--text-primary);
  background-color: #fff;
  font-size: min(4.75vw, 1.3rem);
  line-height: 1.5
}

.articleArea .wp-block-media-text__content h4,
.articleArea .wp-block-column h4,
.articleArea h4.wp-block-heading {
  margin-bottom: 0;
  padding: 0 .1em .2em;
  border-bottom: solid 2px var(--text-primary);
  font-size: min(4.75vw, 1.3rem);
  line-height: 1.5
}

.articleArea h1.wp-block-heading+h3,
.articleArea h1.wp-block-heading+h4,
.articleArea h1.wp-block-heading+h5,
.articleArea h1.wp-block-heading+h6::before,
.articleArea h2.wp-block-heading+h3,
.articleArea h2.wp-block-heading+h4,
.articleArea h2.wp-block-heading+h5,
.articleArea h2.wp-block-heading+h6::before,
.articleArea h3.wp-block-heading+h3,
.articleArea h3.wp-block-heading+h4,
.articleArea h3.wp-block-heading+h5,
.articleArea h3.wp-block-heading+h6::before,
.articleArea h4.wp-block-heading+h5,
.articleArea h4.wp-block-heading+h6::before,
.articleArea h5.wp-block-heading+h6::before,
.articleArea h6.wp-block-heading+h5 {
  margin-top: 1.25rem !important
}

.articleArea .wp-block-media-text__content h5,
.articleArea .wp-block-media-text__content h6,
.articleArea .wp-block-column h5,
.articleArea .wp-block-column h6,
.articleArea h6.wp-block-heading,
.articleArea h5.wp-block-heading {
  font-size: min(4.35vw, 1.2rem)
}

.articleArea .wp-block-media-text__content h5,
.articleArea .wp-block-column h5,
.articleArea h5.wp-block-heading {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 1.65
}

.articleArea .wp-block-media-text__content h5::before,
.articleArea .wp-block-column h5::before,
.articleArea h5.wp-block-heading::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: var(--text-primary);
  content: ""
}

.articleArea .wp-block-media-text__content h6,
.articleArea .wp-block-column h6,
.articleArea h6.wp-block-heading {
  display: inline;
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--text-primary)));
  background: -o-linear-gradient(transparent 70%, var(--text-primary) 70%);
  background: linear-gradient(transparent 70%, var(--text-primary) 70%);
  line-height: 1.65
}

.articleArea .wp-block-media-text__content h6::before,
.articleArea .wp-block-column h6::before,
.articleArea h6.wp-block-heading::before {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0);
  content: ""
}

.articleArea .wp-block-image.size-full,
.articleArea .wp-block-image.size-full {
  width: 100%;
  height: auto
}

.articleArea .wp-block-image.size-full:not(.is-resized) img,
.articleArea .wp-block-image.size-full:not(.is-resized) img {
  -o-object-fit: contain;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain
}

.articleArea .wp-block-media-text__content>ul>li,
.articleArea .wp-block-column>ul>li,
.articleArea__content>ul>li {
  margin: .5em 0;
  padding-left: 1.75em;
  color: var(--text-black);
  font-size: min(4vw, 1rem);
  line-height: 1.65;
  list-style-type: none;
  text-indent: -0.5em
}

.articleArea .wp-block-media-text__content>ul>li::before,
.articleArea .wp-block-column>ul>li::before,
.articleArea__content>ul>li::before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: -1em;
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background: var(--text-primary);
  content: ""
}

.articleArea .wp-block-media-text__content>ol>li>ul,
.articleArea .wp-block-media-text__content>ul>li>ul,
.articleArea .wp-block-column>ol>li>ul,
.articleArea .wp-block-column>ul>li>ul,
.articleArea__content>ol>li>ul,
.articleArea__content>ul>li>ul {
  padding-left: 1.5em
}

.articleArea .wp-block-media-text__content>ol>li>ul>li::before,
.articleArea .wp-block-media-text__content>ul>li>ul>li::before,
.articleArea .wp-block-column>ol>li>ul>li::before,
.articleArea .wp-block-column>ul>li>ul>li::before,
.articleArea__content>ol>li>ul>li::before,
.articleArea__content>ul>li>ul>li::before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: -0.75em;
  width: .5em;
  height: .5em;
  border: solid 1px var(--text-primary);
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  content: ""
}

.articleArea .wp-block-media-text__content>ol>li>ul>li,
.articleArea .wp-block-media-text__content>ul>li>ul>li,
.articleArea .wp-block-column>ol>li>ul>li,
.articleArea .wp-block-column>ul>li>ul>li,
.articleArea__content>ol>li>ul>li,
.articleArea__content>ul>li>ul>li {
  margin: .35em 0;
  color: var(--text-lightgray)
}

.articleArea .wp-block-media-text__content>ol>li>ul>li,
.articleArea .wp-block-column>ol>li>ul>li,
.articleArea__content>ol>li>ul>li {
  text-indent: -0.5em
}

.articleArea .wp-block-media-text__content>ol,
.articleArea .wp-block-column>ol,
.articleArea__content>ol {
  padding-left: .25rem;
  counter-reset: counter
}

.articleArea .wp-block-media-text__content>ol>li>ol,
.articleArea .wp-block-column>ol>li>ol,
.articleArea__content>ol>li>ol {
  counter-reset: counter2
}

.articleArea .wp-block-media-text__content>ul>li>ol,
.articleArea .wp-block-column>ul>li>ol,
.articleArea__content>ul>li>ol {
  counter-reset: counter3
}

.articleArea .wp-block-media-text__content>ol>li,
.articleArea .wp-block-column>ol>li,
.articleArea__content>ol>li {
  position: relative;
  margin: .5em 0;
  padding-left: 1.5em;
  color: var(--text-black);
  font-size: min(4vw, 1rem);
  line-height: 1.65;
  list-style-type: none;
  text-indent: 0
}

.articleArea .wp-block-media-text__content>ol>li::before,
.articleArea .wp-block-column>ol>li::before,
.articleArea__content>ol>li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  content: counter(counter) ".";
  color: var(--text-primary);
  font-weight: bold;
  counter-increment: counter
}

.articleArea .wp-block-media-text__content>ul>li>ol>li,
.articleArea .wp-block-media-text__content>ol>li>ol>li,
.articleArea .wp-block-column>ul>li>ol>li,
.articleArea .wp-block-column>ol>li>ol>li,
.articleArea__content>ol>li>ol>li,
.articleArea__content>ul>li>ol>li {
  position: relative;
  margin: .35em 0;
  padding-left: 1.5em;
  color: var(--text-black);
}

.articleArea .wp-block-media-text__content>ul>li>ol>li,
.articleArea .wp-block-column>ul>li>ol>li,
.articleArea__content>ul>li>ol>li {
  text-indent: 0
}

.articleArea .wp-block-media-text__content>ol>li>ol>li::before,
.articleArea .wp-block-column>ol>li>ol>li::before,
.articleArea__content>ol>li>ol>li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: .2em;
  width: 2em;
  content: counter(counter2) ".";
  color: var(--text-gray);
  font-weight: bold;
  counter-increment: counter2
}

.articleArea .wp-block-media-text__content>ul>li>ol>li::before,
.articleArea .wp-block-column>ul>li>ol>li::before,
.articleArea__content>ul>li>ol>li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: .2em;
  width: 2em;
  content: counter(counter3) ".";
  color: var(--text-gray);
  font-weight: bold;
  counter-increment: counter3
}

.articleArea .wp-block-column>*+h6::before,
.articleArea .wp-block-column *+*,
.articleArea .wp-block-media-text__content>*+h6::before,
.articleArea .wp-block-media-text__content *+* {
  margin-top: .5rem !important
}

.articleArea .wp-block-media-text .wp-block-media-text__content {
  margin-top: 0;
  padding: .75rem 0 0 0 !important
}

.articleArea .wp-embedded-content {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0
}

.articleArea .twitter-tweet {
  margin: 0 auto
}

.articleArea .wp-block-embed-youtube iframe {
  width: 1600vw;
  height: 45vw;
  max-height: 378px
}

.articleArea__content {
  width: 100%;
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35)
}

.articleArea__content.articleArea__content--noTitle {
  margin-top: 0
}

.wp-block-table th,
.wp-block-table td {
	border-color:var(--c-lightgray);
}

.exhibition2022-table {
  margin: 0 auto;
  border: solid 1px #d4d4d4;
  border-width: 1
}

.exhibition2022-table th {
  padding: .5em 1em;
  border: solid 1px #d4d4d4;
  border-width: 1;
  background-color: var(--bg);
  color: var(--text-black);
  font-weight: 400;
  font-size: var(--text-16to15);
  line-height: var(--lh-lg)
}

.exhibition2022-table tr:last-child th {
  font-weight: 700
}

.exhibition2022-table td {
  padding: .5em 1em;
  border: solid 1px #d4d4d4;
  border-width: 1;
  font-weight: 700;
  font-size: var(--text-16to15);
  line-height: var(--lh-lg);
  letter-spacing: .05em
}

.exhibition2022-table tr:last-child td {
  color: var(--text-primary)
}

.wp-block-table.exhibition2023-table table {
  margin: 0 auto
}

.wp-block-table.exhibition2023-table table tr {
  margin: 0 auto
}

.wp-block-table.exhibition2023-table table td {
  padding: 1.25em 1em;
  border-top: 0px;
  border-right: 0px;
  border-bottom: solid 1px #d4d4d4;
  border-left: 0px;
  font-size: var(--text-16to15);
  line-height: var(--lh-md);
  vertical-align: middle
}

.wp-block-table.exhibition2023-table table td span {
  display: inline-block;
  margin-top: 0 !important
}

.wp-block-table.exhibition2023-table table tr td:first-child {
  min-width: 5em;
  padding: 1.25em 1em;
  border-bottom: solid 1px var(--text-primary);
  font-size: var(--text-16to15)
}

.wp-block-table.left-header tr td:first-child{
	background-color:var(--bg);
	width:25%;
}

.wp-block-columns {
  gap: .75rem !important
}

.articleArea iframe {
  width: 100%
}

.articleArea iframe.googleMap {
  height: 60vw
}

.wp-block-button__link {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  min-width: 280px;
  font-size: 1.15rem;
  transition: opacity .3s ease-in-out
}

.wp-block-button__link:hover {
  opacity: .6
}

:root {
  --editor-main-blacks: #333333;
  --editor-gray: #5E5E5E;
  --editor-light-gray: #8F8F8F;
  --editor-white: #ffffff;
  --editor-brass: #D9A746;
  --editor-brown: #965900;
  --editor-light-brass: #fff6e6;
  --editor-red: #dd5e56;
  --editor-light-red: #FFF3EF;
  --editor-blue: #6A8ACB;
  --editor-light-blue: #EFF4FF
}

.has-black-color {
  color: var(--editor-main-blacks) !important;
}

.has-gray-color {
  color: var(--editor-gray) !important;
}

.has-light-gray-color {
  color: var(--editor-light-gray) !important;
}

.has-white-color {
  color: var(--editor-white) !important;
}

.has-brass-color {
  color: var(--editor-brass) !important;
}

.has-brown-color {
  color: var(--editor-brown) !important;
}

.has-light-brass-color {
  color: var(--editor-light-brass) !important;
}

.has-red-color {
  color: var(--editor-red) !important;
}

.has-light-red-color {
  color: var(--editor-light-red) !important;
}

.has-blue-color {
  color: var(--editor-blue) !important;
}

.has-light-blue-color {
  color: var(--editor-light-blue) !important;
}

.has-black-background-color {
  background-color: var(--editor-main-blacks) !important;
}

.has-gray-background-color {
  background-color: var(--editor-gray) !important;
}

.has-light-gray-background-color {
  background-color: var(--editor-light-gray) !important;
}

.has-white-background-color {
  background-color: var(--editor-white) !important;
}

.has-brass-background-color {
  background-color: var(--editor-brass) !important;
}

.has-brown-background-color {
  background-color: var(--editor-brown) !important;
}

.has-light-brass-background-color {
  background-color: var(--editor-light-brass) !important;
}

.has-red-background-color {
  background-color: var(--editor-red) !important;
}

.has-light-red-background-color {
  background-color: var(--editor-light-red) !important;
}

.has-blue-background-color {
  background-color: var(--editor-blue) !important;
}

.has-light-blue-background-color {
  background-color: var(--editor-light-blue) !important;
}

.has-small-font-size {
  font-size: 13px !important
}

.has-regular-font-size {
  font-size: 16px !important
}

.has-large-font-size {
  font-size: 18px !important
}

.has-huge-font-size {
  font-size: 22px !important
}

.has-background.wp-block-button__link.has-black-background-color {
  border-color: var(--editor-main-blacks)
}

.has-background.wp-block-button__link.has-gray-background-color {
  border-color: var(--editor-gray)
}

.has-background.wp-block-button__link.has-light-gray-background-color {
  border-color: var(--editor-light-gray)
}

.has-background.wp-block-button__link.has-white-background-color {
  border-color: var(--editor-white)
}

.has-background.wp-block-button__link.has-brass-background-color {
  border-color: var(--editor-brass)
}

.has-background.wp-block-button__link.has-brown-background-color {
  border-color: var(--editor-brown)
}

.has-background.wp-block-button__link.has-light-brass-background-color {
  border-color: var(--editor-light-brass)
}

.has-background.wp-block-button__link.has-red-background-color {
  border-color: var(--editor-red)
}

.has-background.wp-block-button__link.has-light-red-background-color {
  border-color: var(--editor-light-red)
}

.has-background.wp-block-button__link.has-blue-background-color {
  border-color: var(--editor-blue)
}

.has-background.wp-block-button__link.has-light-blue-background-color {
  border-color: var(--editor-light-blue)
}

.has-background:not(.wp-block-button__link) {
  padding: .25em .5em;
  border-radius: 3px
}

.sideTagLinks {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff
}

.sideTagLinks h2 {
  padding: 1rem 1.5rem;
  background-color: var(--text-primary);
  color: #fff;
  font-size: 1rem;
  letter-spacing: var(--ls-sm)
}

.sideTagLinks ul li {
  border-bottom: solid 1px var(--bg)
}

.sideTagLinks ul li:last-child {
  border-bottom: none
}

.sideTagLinks ul li a {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  display: block;
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: var(--text-lightgray);
  font-size: 1rem;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.sideTagLinks ul li a:focus,
.sideTagLinks ul li a:hover {
  background-color: var(--button-primary--light);
  color: var(--text-primary)
}

.sideTagLinks ul li a.current {
  background-color: var(--button-primary--light);
  color: var(--text-primary)
}

.sideProfile {
  width: 100%;
  padding: 1.25rem;
  overflow: hidden;
  border: solid 1px #fff;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0)
}

.sideProfile__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.sideProfile__head__heading {
  margin-top: 0;
  text-align: left
}

.sideProfile__name {
  font-size: 1rem;
  line-height: var(--lh-sm)
}

.sideProfile .avatar {
  width: min(22vw, 8.125rem);
  height: min(22vw, 8.125rem);
  margin: 0 1rem 0 0;
  flex-shrink:0;
}

.sideProfile__link {
  margin-top: .25em;
  color: var(--text-lightgray);
  font-size: var(--text-13to12);
  line-height: var(--lh-sm);
  word-break: break-all
}

.sideProfile__link a {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  word-break: break-all;
  opacity: 1;
  transition: opacity .3s ease
}

.sideProfile__link a:hover {
  opacity: .65
}

.sideProfile__text {
  margin-top: 1rem;
  color: var(--text-gray);
  font-size: var(--text-15);
  line-height: var(--lh-md);
  text-align: justify
}

article+.buttonArea {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35);
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto
}

article+.buttonArea .button {
  margin: 0 auto
}

.fa-hatena:before {
  content: "B!";
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

.shareButton {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-transform: translateX(-65px);
  -ms-transform: translateX(-65px);
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  transform: translateX(-65px);
  border: none;
  list-style: none
}

.shareButton--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 3rem;
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0)
}

.shareButton li {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  width: 45px;
  height: 45px;
  font-size: .8rem;
  text-align: center;
  transition: .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.shareButton--row.shareButton li {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  width: auto;
  height: auto
}

.shareButton li+li {
  margin-top: 1rem
}

.shareButton.shareButton--row li+li {
  margin-top: 0;
  margin-left: .5rem
}

.shareButton li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0);
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out
}

.shareButton li i {
  display: inline;
  font-size: 1.4rem
}

.shareButton.shareButton--row li i {
  font-size: 1.25rem
}

.shareButton.shareButton--row li a {
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none
}

.shareButton.shareButton--row li a:focus,
.shareButton.shareButton--row li a:hover {
  opacity: 1 !important
}

.snsIcon {
  width: 1.25rem
}

.snsIcon rect,
.snsIcon path {
  fill: #fff;
  -webkit-transition: fill .3s ease-in-out;
  -o-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out
}

.facebookIcon {
  width: auto;
  height: 1.35rem
}

li.twitter a {
  background-color: #000;
  color: #fff
}

li.facebook a {
  background-color: #3a8df7;
  color: #fff
}

li.hatena a {
  background-color: #45b5f7;
  color: #fff
}

li.line a {
  background-color: #06c755;
  color: #fff
}

li.pocket a {
  background-color: #ff7b7b;
  color: #fff
}

li.twitter a:focus,
li.twitter a:hover {
  border: solid 1px currentColor;
  color: #000
}

li.twitter a:focus .snsIcon path,
li.twitter a:hover .snsIcon path {
  fill: #000
}

li.facebook a:focus,
li.facebook a:hover {
  border: solid 1px currentColor;
  color: #3a8df7
}

li.facebook a:focus .snsIcon path,
li.facebook a:hover .snsIcon path {
  fill: #3a8df7
}

li.hatena a:focus,
li.hatena a:hover {
  border: solid 1px currentColor;
  color: #45b5f7
}

li.hatena a:focus .snsIcon rect,
li.hatena a:hover .snsIcon rect,
li.hatena a:focus .snsIcon path,
li.hatena a:hover .snsIcon path {
  fill: #45b5f7
}

li.line a:focus,
li.line a:hover {
  border: solid 1px currentColor;
  color: #06c755
}

li.line a:focus .snsIcon path,
li.line a:hover .snsIcon path {
  fill: #06c755
}

li.pocket a:focus,
li.pocket a:hover {
  border: solid 1px currentColor;
  color: #ff7b7b
}

li.pocket a:focus .snsIcon path,
li.pocket a:hover .snsIcon path {
  fill: #ff7b7b
}

.shareButton li a:focus,
.shareButton li a:hover {
  background-color: #fff
}

ul.snsshare li a {
  text-decoration: none
}

.pager {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35);
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

ul.page-numbers {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--container-base);
  margin: 0 auto
}

ul.page-numbers li {
  margin: .5em .35em
}

a.page-numbers {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  padding: .3em .5em;
  font-size: 1rem;
  line-height: 1;
  transition: opacity .3s ease
}

.next.page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: .5rem;
  padding: 15px;
  border-radius: 999px;
  background-color: var(--text-black);
  color: #fff;
  font-size: var(--text-13);
  line-height: 1
}

.prev.page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: .5rem;
  padding: 15px;
  border-radius: 999px;
  background-color: var(--text-black);
  color: #fff;
  font-size: var(--text-13);
  line-height: 1
}

a.page-numbers:hover {
  opacity: .6
}

.current.page-numbers {
  margin: 0 .35em;
  padding: .3em .5em;
  border-bottom: solid 1px #333;
  font-size: 1rem
}

.wpcf7-spinner {
  display: none
}

.page-page.section-page,
.page-contact.section-contact {
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.section-page__inner,
.section-contact__inner {
  width: 100%;
  max-width: var(--container-md);
  margin: 0 auto
}

.wpcf7-form p {
  margin-bottom: 0
}

.contactForm {
  width: 100%;
  margin: 0 auto
}

.contact_item {
  margin-bottom: 2.5rem
}

.label {
  display: block;
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .05em
}

.label_tag {
  margin-right: 1rem;
  padding: .25em .85em;
  border-radius: 3px;
  color: #fff;
  font-size: .8rem
}

.label_must {
  background-color: #d9a746
}

.label_option {
  background-color: #b1b1b1
}

.inputs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: .4rem;
  border: solid 1px var(--border);
  border-radius: 3px;
  background-color: #fff;
  font-size: 1rem
}

textarea {
  width: 100%;
  height: 200px;
  padding: .4rem;
  overflow: auto;
  border: solid 1px var(--border);
  border-radius: 3px;
  background-color: #fff
}

.btnArea {
  margin-top: 2rem;
  text-align: center
}

input[type=submit] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition-property: background-color, color, fill, border-color;
  -o-transition-property: background-color, color, fill, border-color;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 20rem;
  padding: 1.2em 1.5em 1.2em 1.5em;
  border: solid 1px;
  border-radius: 999px;
  border-color: var(--button-default);
  background-color: var(--button-default);
  color: #fff;
  font-size: var(--button-text);
  cursor: pointer;
  transition-duration: .3s;
  transition-property: background-color, color, fill, border-color;
  transition-timing-function: ease-in-out
}

input[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--button-default)
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: .5em;
  color: #d94646;
  font-weight: bold;
  font-size: 14px
}

.screen-reader-response {
  margin-bottom: 2rem
}

.screen-reader-response ul {
  display: none
}

.contact_item.policy {
  margin-bottom: 1rem;
  text-align: center
}

[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border: solid 1px #333;
  background-color: #fff
}

.wpcf7-list-item-label {
  margin-left: .75em;
  font-weight: bold;
  vertical-align: middle
}

.policyLink {
  font-size: 15px;
  text-align: center
}

.policyLink a {
  color: #d9a746;
  text-decoration: underline
}

.wpcf7-response-output {
  display: none
}

.articleArea.articleArea--confirmation,
.articleArea.articleArea--completed {
  padding: 0;
  background-color: rgba(0, 0, 0, 0)
}

.confirmation>p {
  display: block;
  margin-bottom: 35px
}

.confirmation>p>br {
  display: none
}

.confirmation>p>label {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 200px;
  padding: .5em;
  background-color: #7c7c7c;
  color: #fff;
  font-weight: bold;
  text-align: center
}

.confirmation>p>span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .5em 1em;
  background-color: #fff
}

.wpcf7-previous {
  display: inline-block;
  margin: 40px auto 35px;
  text-align: center
}

.article-exhibition.page-exhibition {
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.article-news.page-blog {
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.article-exhibition.page-exhibition .sticky {
  max-width: var(--container-base);
  margin: 0 auto
}

.article-news.page-blog .sticky {
  max-width: var(--container-md);
  margin: 0 auto
}

.page-special.section-articleList,
.page-blog.section-articleList,
.page-exhibitors.section-exhibitors {
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.section-articleList__inner,
.section-exhibitors__inner {
  width: 100%;
  max-width: var(--container-base);
  margin: 0 auto
}

.section-articleList__inner .tabbar {
  margin-bottom: min(6vw, 2rem)
}

.contentWrapper {
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  z-index: calc(var(--z-FV) + 1);
  position: relative;
  padding-bottom: var(--space-150-80-FB);
  padding-bottom: var(--space-150-80);
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .3s ease
}

.page-index.section-introduction {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-top: 100vh;
  padding-top: 170px;
}

.page-index.section-newsColumn {
  margin-top: var(--space-120-72-FB);
  margin-top: var(--space-120-72);
  padding-top: min(14vw, 7rem);
  padding-top: clamp(3.75rem, 12vw, 7rem);
  padding-right: var(--padding-X-sp);
  padding-bottom: min(16vw, 7rem);
  padding-bottom: clamp(4.75rem, 14vw, 7rem);
  padding-left: var(--padding-X-sp);
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(70%, #fff), color-stop(70%, transparent), to(transparent));
  background: -o-linear-gradient(left, #fff 0%, #fff 70%, transparent 70%, transparent 100%);
  background: linear-gradient(90deg, #fff 0%, #fff 70%, transparent 70%, transparent 100%)
}

.page-index.section-newsColumn .section-newsColumn__inner {
  max-width: var(--container-base);
  margin: 0 auto
}

.page-index.section-newsColumn .tabArea {
  margin-top: var(--space-40-30-FB);
  margin-top: var(--space-40-30)
}

.page-index.section-newsColumn .tabArea .link02 {
  display: none
}

.page-index.section-newsColumn .colCardLayout {
  margin-top: min(5vw, 2rem)
}

.page-index.section-newsColumn .button {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35);
  margin-right: auto;
  margin-left: auto
}

.page-index.section-special {
  margin-top: var(--space-150-80-FB);
  margin-top: var(--space-150-80)
}

.page-index.section-special .section-special__inner {
  margin: 0 auto
}

.page-index.section-special .sectionHeadingArea {
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.page-index.section-special .swiperBlock {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35)
}

.page-index.section-special .buttonArea {
  margin-top: var(--space-40-30-FB);
  margin-top: var(--space-40-30);
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.page-index.section-special .button {
  margin: 0 auto
}

.page-index.section-overseasInfo {
  margin-top: var(--space-120-72-FB);
  margin-top: var(--space-120-72);
  margin-bottom: -3.5rem;
  padding-top: min(13vw, 6.5rem);
  padding-top: clamp(3.5rem, 12vw, 6.5rem);
  padding-right: var(--padding-X-sp);
  padding-bottom: min(23vw, 7rem);
  padding-bottom: clamp(7.5rem, 16vw, 9rem);
  padding-left: var(--padding-X-sp);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(32%, transparent), color-stop(32%, #fff), to(#fff));
  background: -o-linear-gradient(left, transparent 0%, transparent 32%, #fff 32%, #fff 100%);
  background: linear-gradient(90deg, transparent 0%, transparent 32%, #fff 32%, #fff 100%)
}

.page-index.section-overseasInfo .section-overseasInfo__inner {
  max-width: var(--container-base);
  margin: 0 auto
}

.page-index.section-overseasInfo .cardLayout {
  margin-top: var(--space-56-30-FB);
  margin-top: var(--space-56-30)
}

.page-index.section-overseasInfo .button {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35);
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto
}

.page-index.section-exhibition {
  margin-top: var(--space-130-70-FB);
  margin-top: var(--space-130-70);
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.page-index.section-exhibition .section-exhibition__inner {
  max-width: 50rem;
  margin: 0 auto
}

.page-index.section-exhibition .buttonAreaDouble {
  margin-top: var(--space-40-30-FB);
  margin-top: var(--space-40-30)
}

.page-index.section-exhibition .buttonAreaDouble .button {
  margin: 0 auto
}

.page-index.section-exhibition .buttonAreaDouble .button:nth-child(2) {
  margin: 1.25rem auto 0
}

.page-index.section-exhibitors {
  margin-top: var(--space-150-70-FB);
  margin-top: var(--space-150-70);
  padding-right: var(--padding-X-sp);
  padding-left: var(--padding-X-sp)
}

.page-index.section-exhibitors .section-exhibitors__inner {
  max-width: var(--container-base);
  margin: 0 auto;
  padding-right: min(var(--padding-X-sp), 5.5rem);
  padding-bottom: min(11vw, 5.5rem);
  padding-left: min(var(--padding-X-sp), 5.5rem);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#fff), to(#fff));
  background: -o-linear-gradient(top, transparent 0%, transparent min(5.5vw, 2rem), #fff min(5.5vw, 2rem), #fff 100%);
  background: linear-gradient(180deg, transparent 0%, transparent min(5.5vw, 2rem), #fff min(5.5vw, 2rem), #fff 100%)
}

.page-index.section-exhibitors .logoList {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35)
}

.page-index.section-exhibitors .button {
  margin-top: var(--space-56-35-FB);
  margin-top: var(--space-56-35);
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto
}

@media screen and (min-width: 420px) {
  .tabbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .tabbar__item__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }

  .FVinfo {
	/*
    right: 6vw
	*/
  }
}

@media screen and (min-width: 601px) {
  .articleArea .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 8% !important
  }

  .articleArea .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0 !important
  }
}

@media screen and (min-width: 640px) {
  .footerNav__list__item {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: .5rem 1.5rem
  }

  .footerNav__list__item__link {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    border-bottom: 0
  }

  .footerNav__list__item__link__text {
    position: relative
  }

  .footerNav__list__item__link__text::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 1px;
    transform: translateX(-50%);
    background-color: #fff;
    content: ""
  }

  .footerNav__list__item__link:focus .footerNav__list__item__link__text::after,
  .footerNav__list__item__link:hover .footerNav__list__item__link__text::after {
    width: 100%
  }

  .pageTop {
    right: 20px;
    bottom: 20px
  }

  .pageTop__inner {
    width: 55px;
    height: 55px
  }

  .pageTop__inner::before {
    top: 42%;
    left: 37%;
    width: 14px;
    height: 14px
  }

  .FVtext__main {
    width: min(42vw, 300px)
  }

  .FVinfo {
	/*
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    top: calc(var(--header-height-sp) - 12px);
    left: 15px;
    transform: translateY(0)
	*/
  }

  .FVinfo__img {
	/*
    -webkit-transform: rotate(-15deg) translateY(35px);
    -ms-transform: rotate(-15deg) translateY(35px);
    transform: rotate(-15deg) translateY(35px);
	*/
	max-width: 300px;
  }

  .FVinfo__img.is-show {
	  /*
    -webkit-transform: rotate(-15deg) translateY(0);
    -ms-transform: rotate(-15deg) translateY(0);
    transform: rotate(-15deg) translateY(0);
    opacity: 1
	  */
  }

  .brokenGrid {
    grid-template-rows: 3.125rem auto min(8vw, 5rem) auto 6.25rem auto;
    grid-template-columns: 9% min(20vw, 123px) 9% auto 9.375rem auto 1fr
  }

  .brokenGrid__item01 {
    grid-row: 1/-1;
    grid-column: 2/3
  }

  .brokenGridHeading {
    line-height: var(--lh-xxl)
  }

  _::-webkit-full-page-media,
  _:future,
  :root .brokenGridHeading__text02 ruby::before {
    right: .5em
  }

  .brokenGrid__item02 {
    grid-row: 2/3;
    grid-column: 4/7
  }

  .brokenGridText {
    width: 85%;
    max-width: 56.25rem;
    margin: 0;
    padding-right: 0;
    padding-left: 0
  }

  .brokenGrid__item03 {
    grid-row: 4/6;
    grid-column: 4/6
  }

  .brokenGrid__item04 {
    grid-row: 5/7;
    grid-column: 5/8
  }

  .brokenGrid__item05 {
    grid-row: 5/7;
    grid-column: 2/5
  }

  .brokenGridImg03 {
    -webkit-transform: translate(4rem, 60px);
    -ms-transform: translate(4rem, 60px);
    transform: translate(4rem, 60px)
  }

  .brokenGridImg03.is-show {
    -webkit-transform: translate(4rem, 0);
    -ms-transform: translate(4rem, 0);
    transform: translate(4rem, 0);
    opacity: 1
  }

  .logoList {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2%
  }

  .logoList__item:nth-child(9) {
    display: block
  }

  .notice__period {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .notice__period__from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    margin: 0 .75em;
    transform: rotate(0deg)
  }

  .fullScreenImg__lead {
    font-size: min(3.8vw, 1.75rem)
  }

  .cardTitle {
    -webkit-line-clamp: 2
  }

  .card__link {
    display: block
  }

  .card .frame {
    width: 100%;
    padding-bottom: calc(var(--n)/var(--d)*100%)
  }

  .card__link__textBlock {
    margin-left: 0
  }

  .card .time {
    margin-top: .85em
  }

  .rowCard .frame {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding-bottom: calc(var(--n)/var(--d)*35%)
  }

  .rowCard .cardTitle {
    font-size: var(--cardTitle--tb)
  }

  .articleList {
    -webkit-column-gap: min(4vw, 2.25rem);
    -moz-column-gap: min(4vw, 2.25rem);
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(4vw, 2.25rem);
    row-gap: min(5vw, 3.5rem)
  }

  .articleList.articleList--special {
    -webkit-column-gap: min(4vw, 2.25rem);
    -moz-column-gap: min(4vw, 2.25rem);
    grid-template-columns: repeat(2, 1fr);
    column-gap: min(4vw, 2.25rem);
    row-gap: min(7vw, 3.5rem)
  }

  .articleList__card__link__textBlock {
    margin-top: .8rem
  }

  .cardLayout {
    gap: min(2vw, 1.75rem)
  }

  .cardLayout[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr)
  }

  .cardLayout[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr)
  }

  .cardLayout[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr)
  }

  .colCardLayout {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 47% 50%
  }

  .colCardLayout .rowCard:nth-child(1) {
    grid-row: 1/-1;
    grid-column: 1/2
  }

  .colCardLayout .rowCard:nth-child(1) .rowCard__link {
    display: block
  }

  .colCardLayout .rowCard:nth-child(1) .frame {
    width: 100%;
    padding-bottom: calc(var(--n)/var(--d)*100%)
  }

  .colCardLayout .rowCard:nth-child(1) .rowCard__link__textBlock {
    margin-left: 0
  }

  .colCardLayout .rowCard:nth-child(1) .rowCard__link__textBlock__items {
    margin-top: 1rem
  }

  .colCardLayout .rowCard:nth-child(1) .time {
    font-size: var(--time--lg)
  }

  .colCardLayout .rowCard:nth-child(1) .tag {
    padding: .3em .8em
  }

  .colCardLayout .rowCard:nth-child(1) .tag__text {
    font-size: var(--tag-text--md)
  }

  .colCardLayout .rowCard:nth-child(1) .cardTitle {
    font-size: var(--cardTitle--md)
  }

  .colCardLayout .rowCard:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3
  }

  .colCardLayout .rowCard:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3
  }

  .colCardLayout .rowCard:nth-child(4) {
    grid-row: 3/4;
    grid-column: 2/3
  }

  .wp-block-button__link {
    min-width: 320px
  }

  .confirmation>p {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 0
  }

  .confirmationArea {
    border-bottom: solid 1px #a1a1a1
  }

  .confirmation>p>label {
    border-top: solid 1px #a1a1a1;
    border-left: solid 1px #a1a1a1
  }

  .confirmation>p>span {
    border-top: solid 1px #a1a1a1;
    border-right: solid 1px #a1a1a1
  }

  .wpcf7-previous {
    margin: 70px auto 35px
  }

  .page-index.section-newsColumn {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X);
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, #fff), color-stop(60%, transparent), to(transparent));
    background: -o-linear-gradient(left, #fff 0%, #fff 60%, transparent 60%, transparent 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 60%, transparent 60%, transparent 100%)
  }

  .page-index.section-special .sectionHeadingArea {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-index.section-special .buttonArea {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-index.section-overseasInfo {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-index.section-exhibition {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-index.section-exhibitors {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-index.section-exhibitors .section-exhibitors__inner {
    padding-right: min(var(--padding-X), 5.5rem);
    padding-left: min(var(--padding-X), 5.5rem)
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .pageHeadingArea {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .pageHeadingArea--article {
    padding-right: var(--padding-right-article);
    padding-left: var(--padding-right-article)
  }

  .pageHeading__sub {
    padding: 0 0 0 2.7rem
  }

  .pageHeading__sub::before {
    width: 2rem
  }

  .sectionHeading {
    font-size: var(--sectionHeading)
  }

  .sectionHeading__sub {
    font-size: var(--sectionHeading-sub)
  }

  .articlePageHeadingArea {
    padding-right: var(--padding-right-article);
    padding-left: var(--padding-right-article)
  }

  .articlePageHeading__title {
    text-align: center
  }

  .articlePageHeading__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .articlePageHeading__info li {
    padding: 0 1rem
  }

  .articlePageHeading__info__time {
    margin-left: 0
  }

  .articlePageHeading__info li:nth-child(2):before {
    display: block
  }

  .articlePageHeading__info__author {
    width: auto;
    margin-top: 0
  }

  .FVtext__main {
    width: min(40vw, 320px)
  }

  .FVtext__sub {
    margin-top: min(6%, 1.75rem)
  }

  .FVtext__sub__img {
    width: min(25vw, 160px)
  }

  .logoListAnchor {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 2%
  }

  .notice__section__cardlayout li {
    width: calc(25% - .75rem)
  }

  .frame--fullImgCard {
    --n: 1;
    --d: 1.618
  }

  .articleList.articleList--special {
    -webkit-column-gap: min(4vw, 2.25rem);
    -moz-column-gap: min(4vw, 2.25rem);
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(4vw, 2.25rem);
    row-gap: min(5vw, 3.5rem)
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block
  }

  .branch {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .branch.branch--article {
    padding-right: var(--padding-right-article);
    padding-left: var(--padding-right-article)
  }

  .profile__item__mainBlock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .profileSummary {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%
  }

  .profileSummary__content__list li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
  }

  .profileSummary__content__list>li+li {
    margin-top: .5rem
  }

  .profileSummary__content__list li h3 {
    margin-bottom: 0
  }

  .profileMainImg {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    margin-top: 0
  }

  .profile__item__imageBlock {
    margin-top: 3rem
  }

  .profile__item__imageBlock[data-col="2"] {
    gap: 1rem 3%
  }

  .profile__item__imageBlock[data-col="3"] {
    grid-template-columns: repeat(3, 1fr)
  }

  .profile__item__imageBlock[data-col="3"] picture:last-child {
    grid-column: span 1
  }

  .profile__item__imageBlock[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1.5%
  }

  .sticky {
    display: grid;
    grid-template-columns: 1px 3fr 1fr;
    width: 100%
  }

  .sticky.sticky--noSide {
    display: grid;
    grid-template-columns: 1px 1fr;
    width: 100%
  }

  .sticky__main {
    padding-right: min(3vw, 2rem)
  }

  .sticky__sub {
    margin-top: 0
  }

  .sticky__sub__inner {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height-sp) + 1.5rem)
  }

  .sticky__share__inner {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height-sp) + 1.5rem)
  }

  .articleArea iframe.googleMap {
    height: 450px
  }

  .sideProfile__head {
    display: block
  }

  .sideProfile__head__heading {
    margin-top: .75rem;
    text-align: center
  }

  .sideProfile .avatar {
    width: min(12vw, 8.125rem);
    height: min(12vw, 8.125rem);
    margin: 0 auto;
	flex-shrink:0;
  }

  .shareButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .shareButton--row {
    display: none
  }

  .pager {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-page.section-page,
  .page-contact.section-contact {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .article-exhibition.page-exhibition {
    padding-right: var(--padding-right-article);
    padding-left: var(--padding-left-article)
  }

  .article-news.page-blog {
    padding-right: var(--padding-right-article);
    padding-left: var(--padding-left-article)
  }

  .page-special.section-articleList,
  .page-blog.section-articleList,
  .page-exhibitors.section-exhibitors {
    padding-right: var(--padding-X);
    padding-left: var(--padding-X)
  }

  .page-index.section-newsColumn .tabArea {
    margin-top: calc(var(--space-40-30-FB) - 1rem);
    margin-top: calc(var(--space-40-30) - 1rem)
  }

  .page-index.section-newsColumn .tabArea .link02 {
    -webkit-transform: translateY(1.8rem);
    -ms-transform: translateY(1.8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    transform: translateY(1.8rem)
  }

  .page-index.section-newsColumn .colCardLayout {
    margin-top: min(3.5vw, 2rem)
  }

  .page-index.section-newsColumn .button {
    display: none
  }

  .page-index.section-exhibition .buttonAreaDouble {
    -ms-flex-pack: distribute;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-around
  }

  .page-index.section-exhibition .buttonAreaDouble .button {
    width: 45%
  }

  .page-index.section-exhibition .buttonAreaDouble .button:nth-child(2) {
    margin: 0 auto
  }
}

@media screen and (min-width: 782px) {
  .wp-block-columns {
    gap: 2rem !important
  }
}

@media screen and (min-width: 1024px) {
  .header--top {
    top: calc(var(--header-height)*-1)
  }

  .header__inner {
    position: static;
    height: var(--header-height);
    padding: 0px 1.5rem
  }

  .headerLogo__link__img {
	  width:13rem;
    height: auto
  }

  .headerNav {
    display: block
  }

  .drawerButton {
    display: none
  }

  .pageTop:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
  }

  .pageTop:hover .pageTop__inner {
    background-color: #fff
  }

  .FVbg {
    height: calc(100% - var(--header-height))
  }

  .FVtext {
    top: calc(50% + var(--header-height)/2)
		/*
	top: calc(30% + var(--header-height)/2)
	  */
	}
	
  .FVtext__main {
    width: min(30vw, 350px)
  }

  .FVtext__sub__text {
    font-size: min(1.5vw, 1.0625rem)
  }

  .FVtext__sub__img {
    width: min(13vw, 190px)
  }

  .FVinfo {
	  /*
    top: calc(var(--header-height) - 17px);
    left: 25px
	  */
  }

  .FVinfo__img {
    width: 29vw;
    max-width: 380px;
	max-height: 50vh;
	object-fit:contain;
  }

  .logoListAnchor {
    grid-template-columns: repeat(5, 1fr)
  }

  .notice__section__cardlayout li {
    width: calc(20% - .8rem)
  }

  .cardTitle {
    -webkit-line-clamp: 3
  }

  .swiper-button-prev {
    left: calc(23.5% - (30px + 2vw) - (30px + 2vw)/3)
  }

  .swiper-button-next {
    right: calc(23.5% - (30px + 2vw) - (30px + 2vw)/3)
  }

  .branch {
    padding-top: calc(var(--header-height) + .75rem)
  }

  .sticky__sub__inner {
    top: calc(var(--header-height) + 1.5rem)
  }

  .sticky__share__inner {
    top: calc(var(--header-height) + 1.5rem)
  }

  .page-index.section-exhibitors .section-exhibitors__inner {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(2.375rem, transparent), color-stop(2.375rem, #fff), to(#fff));
    background: -o-linear-gradient(top, transparent 0%, transparent 2.375rem, #fff 2.375rem, #fff 100%);
    background: linear-gradient(180deg, transparent 0%, transparent 2.375rem, #fff 2.375rem, #fff 100%)
  }
}

@media screen and (min-width: 1280px) {
  .FVtext__main {
    width: min(28vw, 400px)
  }
}

.article-exhibition-bg {
	width: 100%;
    z-index: -1;
	position:fixed;
	top:0;
	left:0;
	filter: opacity(0.85);
}
