@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background: url(../imgs/common/main_bg.jpg);
  background-size: 160px auto;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  color: #272727;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li,
.main-content dt,
.main-content dd {
  line-height: 1.7;
}
.main-content a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *,
.main-content *::before,
.main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content picture {
  display: inline-block;
}
.main-content br.pc-br {
  display: none;
}
.main-content .word-wrap {
  display: inline !important;
  word-wrap: break-word;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__intro {
  margin: 20px 18px 30px;
}
.page__intro p a {
  color: #e14a00;
  text-decoration: underline;
}

.page__nav {
  width: calc(100% - 18px);
  max-width: var(--sp-group-max-width);
  margin: 10px auto 10px;
}
.page__nav--footer {
  margin: 60px auto 40px;
}
.page__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 6px;
}
.page__nav__item {
  position: relative;
  width: calc(50% - 3px);
}
.page__nav__item a {
  display: block;
  height: 42px;
  position: relative;
  background-color: #fff;
  border: 1px solid #00994e;
  text-align: center;
  color: #00994e;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.page__nav__item a > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page__nav__item a .sub {
  display: block;
  font-size: 0.95rem;
}
.page__nav__item.current a {
  background-color: #00994e;
  color: #fff;
}
.page__nav__item[data-status="0"] a {
  pointer-events: none;
  color: rgba(0, 153, 78, 0.6);
}
.page__nav__item[data-status="0"]::before {
  content: "";
  display: block;
  width: 105px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../imgs/common/icon_comingSoon.png) no-repeat;
  background-size: contain;
}

:root {
  --sp-group-max-width: 520px;
  --sp-group-width: calc(100% - 20px);
  --pc-group-width: calc(100% - 48px);
  --sp-group-inner-padding: 32px 16px;
  --pc-group-inner-padding: 40px 36px;
  --sp-group-border-radius: 24px;
  --pc-group-border-radius: 48px;
  --sp-group-margin: 40px auto;
  --pc-group-margin: 60px auto;
  --page02-group01-color: #e4007f;
  --page02-group02-color: #977451;
  --page02-group03-color: #d01616;
  --page02-group04-color: #00974e;
  --page02-group05-color: #7900b2;
}

.group {
  width: var(--sp-group-width);
  max-width: var(--sp-group-max-width);
  margin: var(--sp-group-margin);
  padding: var(--sp-group-inner-padding);
  border-radius: var(--sp-group-border-radius);
  background-color: #fff;
}

.section:not(.sec-meta) .section__header {
  margin-bottom: 30px;
}

.page__content__header {
  margin: -5px 0 -10px;
}
.page__content__title {
  width: 100%;
  margin: 0 auto;
}
.page__content > p {
  margin: 36px 18px;
}
.page__content .btn a {
  display: block;
  max-width: 347px;
  height: 46px;
  margin: 0 auto;
  position: relative;
  border-radius: 23px;
  background-color: #00994e;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 46px;
}
.page__content .btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.page__content .btn--deco {
  margin: 50px auto 80px;
  text-align: center;
}
.page__content .btn--deco > p {
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
  font-weight: 700;
}
.page__content .btn--deco > p::before, .page__content .btn--deco > p::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 16px;
  background-color: #272727;
}
.page__content .btn--deco > p::before {
  left: -24px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.page__content .btn--deco > p::after {
  right: -24px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.page__content .btn--deco.disabled p {
  margin-bottom: 16px;
}
.page__content .btn--deco.disabled::before {
  top: 25px !important;
}
.page__content .btn.disabled {
  position: relative;
}
.page__content .btn.disabled a {
  pointer-events: none;
  opacity: 0.3;
}
.page__content .btn.disabled::before {
  content: "";
  display: block;
  width: 105px;
  height: 30px;
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../imgs/common/icon_comingSoon.png) no-repeat;
  background-size: contain;
}
.page__content .btn.noicon::before {
  content: none;
}

.sec-entry {
  max-width: var(--sp-group-max-width);
  width: var(--sp-group-width);
  margin: 30px auto 40px;
  padding: 36px 24px;
  background-color: #fff;
  border: 1px solid #00994e;
  border-radius: 6px;
}
.sec-entry__title {
  margin-bottom: 28px;
  font-size: 2rem;
  font-weight: 700;
  color: #00994e;
}
.sec-entry__title span {
  font-size: 1.6rem;
}
.sec-entry p br {
  display: none;
}
.sec-entry p.note {
  margin-top: 6px;
  position: relative;
  padding-left: 1em;
}
.sec-entry p.note::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sec-entry .btn {
  margin-top: 20px;
}

.main-content.index .section:not(.sec-meta) .section__title span {
  display: inline-block;
  min-width: 216px;
  padding: 10px 15px;
  background-color: #ebfcee;
  border-top: 2px solid #00994e;
  border-bottom: 2px solid #00994e;
  font-size: 1.7rem;
  font-weight: 700;
  color: #00994e;
  letter-spacing: 0.08em;
}
.main-content.index .section .comingsoon {
  margin: 30px 0;
  text-align: center;
}
.main-content.index .section .comingsoon img {
  max-width: 280px;
}
.main-content.index .intro {
  width: var(--sp-group-width);
  max-width: var(--sp-group-max-width);
  margin: 16px auto 30px;
}
.main-content.index .intro__concept__image {
  margin-bottom: 16px;
}
.main-content.index .intro__concept__text {
  position: relative;
  margin: 0 calc(8vw - 30px);
  padding: 30px 0 33px;
  background: url(../imgs/page01/intro_bg_sp.png) center center no-repeat;
  background-size: 100% 100%;
}
.main-content.index .intro__concept__text p {
  margin: 0 10px;
  text-align: center;
  color: #00994e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-content.index .intro__concept__text p span {
  display: inline-block;
  margin-bottom: 12px;
  border-bottom: 1px solid #00994e;
}
.main-content.index .intro__concept__title {
  width: 57px;
  height: 21px;
  position: absolute;
  top: 10px;
  left: 0;
  padding-top: 19px;
  overflow: hidden;
  background: url(../imgs/common/icon_concept.png) no-repeat;
  background-size: contain;
}
.main-content.index .intro__info {
  margin: 30px 10px;
  font-weight: 700;
}
.main-content.index .intro__info__title {
  text-align: left;
  margin: 24px 0 8px;
}
.main-content.index .intro__info__date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  line-height: 1.5;
  letter-spacing: 0;
}
.main-content.index .intro__info__date p span {
  display: block;
}
.main-content.index .intro__info__date p span.year {
  width: 4.2em;
}
.main-content.index .intro__info__date p span.date {
  width: 8em;
}
.main-content.index .intro__info__date p span.time {
  width: calc(100% - 12.2em);
}
.main-content.index .intro__info__venue .location {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.25rem;
}
.main-content.index .intro__info__venue .access__list {
  font-size: 1.25rem;
}
.main-content.index .intro__info__venue .access__item span:first-of-type {
  margin-right: 1em;
}
.main-content.index .intro__map {
  margin: 30px 0;
}
.main-content.index .intro__map iframe {
  width: 100%;
  height: 242px;
}
.main-content.index .intro .sec-entry {
  width: 100%;
}
.main-content.index .intro .btn--venue-map {
  margin: 50px auto;
}
.main-content.index .intro .btn--venue-map a {
  width: calc(100% - 40px);
}
.main-content.index .intro .btn--pamphlet {
  margin-top: 20px;
}
.main-content.index .intro .btn--pamphlet a {
  width: calc(100% - 40px);
}
.main-content.index .sec00 {
  margin-bottom: 40px;
}
.main-content.index .sec00__inner .block {
  margin: 45px 0 46px;
}
.main-content.index .sec00__inner h3 {
  text-align: left;
  margin: 24px 0 12px;
}
.main-content.index .sec00__inner h3 .small {
  display: inline-block;
  margin-left: 4px;
  font-size: 1.2rem;
}
.main-content.index .sec00__inner .guest-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.main-content.index .sec00__inner .guest-stage__item {
  width: 100%;
}
.main-content.index .sec00__inner .guest-stage__item figure {
  margin-bottom: 8px;
}
.main-content.index .sec00__inner .guest-stage__item p {
  font-weight: 700;
  line-height: 1.7;
}
.main-content.index .sec00__inner .guest-stage__item p span {
  font-size: 0.8em;
}
.main-content.index .sec00__comingsoon {
  text-align: center;
}
.main-content.index .sec00__comingsoon p {
  padding: 0 20px;
}
.main-content.index .sec00__comingsoon p span {
  display: inline-block;
}
.main-content.index .sec00__comingsoon figure {
  margin: 20px auto 60px;
}
.main-content.index .sec00__comingsoon figure img {
  width: 290px;
}
.main-content.index .sec01__inner figure {
  margin-bottom: 20px;
}
.main-content.index .sec01__inner figure figcaption {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.main-content.index .sec01__inner .block {
  margin: 0 0 50px;
}
.main-content.index .sec01__inner .block:last-of-type {
  margin-bottom: 0;
}
.main-content.index .sec01__inner .figure-box {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 16px;
}
.main-content.index .sec01__inner .figure-box figure {
  margin-bottom: 0;
  width: calc(50% - 8px);
}
.main-content.index .sec01__inner .figure-box figure span {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-top-color: #008d47;
  border-right-color: #aac742;
  border-left-color: #61c0b3;
  border-bottom-color: #fdf151;
  background-color: gray;
}
.main-content.index .sec01__inner .figure-box--text {
  row-gap: 40px;
}
.main-content.index .sec01__inner .figure-box--text figure {
  width: 100%;
}
.main-content.index .sec01__inner .figure-box--text figure span {
  margin-bottom: 20px;
}
.main-content.index .sec02__header .lead {
  font-weight: 700;
}
.main-content.index .sec02__title {
  margin: 0 -10px 30px;
}
.main-content.index .sec02__title img {
  max-width: 308px;
}
.main-content.index .sec02 p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.main-content.index .sec02 .present {
  padding: 34px 15px 38px;
  background-color: #f5f1eb;
}
.main-content.index .sec02 .present__item {
  max-width: 320px;
  margin: 0 auto;
}
.main-content.index .sec02 .present__item:not(:last-of-type) {
  margin-bottom: 45px;
}
.main-content.index .sec02 .present__item__header {
  position: relative;
  margin-bottom: 20px;
  padding: 0 12px 0 40px;
  text-align: left;
}
.main-content.index .sec02 .present__item__header img {
  width: 57px;
  height: 48px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.main-content.index .sec02 .present__item__header span {
  padding: 6px 12px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 3px;
  background-color: #d3dfa5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.main-content.index .sec02 .present__item__content {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}
.main-content.index .sec02 .present__item__content .image {
  display: inline-block;
  margin-bottom: 6px;
  text-align: left;
}
.main-content.index .sec02 .present__item__content .image:not(.inline-block) {
  min-width: 265px;
}
.main-content.index .sec02 .present__item__content span {
  display: inline-block;
}
.main-content.index .sec02 .present__item__content .em {
  color: #00994e;
}
.main-content.index .sec02 .present__item__content .middle {
  font-size: 1.5rem;
}
.main-content.index .sec02 .present__item__content .large {
  font-size: 2.4rem;
}
.main-content.index .sec02 .present__item__content .italic {
  font-style: italic;
}
.main-content.index .sec02 .present__item__content .note {
  margin-left: 6px;
  font-size: 1.2rem;
  font-weight: 400;
}
.main-content.index .sec02 .present__item__content__ps {
  margin-top: 14px;
  padding: 8px 16px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
}
.main-content.index .sec02 .present__item__content__ps span {
  position: absolute;
  top: -0.8em;
  left: 10px;
  color: #db5e73;
  font-size: 1.05rem;
}
.main-content.index .sec02 .present__item01 .present__item__content > span {
  display: inline;
}
.main-content.index .sec02 .present__item01 .present__item__content img {
  width: 164px;
}
.main-content.index .sec02 .present__item02 .present__item__content img {
  width: 267px;
}
.main-content.index .sec02 .present__item03 .present__item__content img {
  width: 233px;
}
.main-content.index .sec02 > p.note {
  margin-top: 6px;
  font-weight: 400;
  font-size: 1.3rem;
}
.main-content.index .sec03 figure {
  margin: 20px 0 40px;
}
.main-content.index .sec03 .btn {
  margin-bottom: 20px;
}
.main-content.index .sec03 .btn a {
  width: calc(100% - 20px);
}
.main-content.index .group--01 {
  margin-top: 50px;
}
.main-content.index .group--02 {
  padding: 32px 10px 16px;
}
.main-content.index .group--banner {
  margin: 50px auto;
  background-color: #fff;
  text-align: center;
}
.main-content.index .group--banner p {
  display: inline-block;
  text-align: left;
}
.main-content.index .group--banner .hashtag {
  margin: 16px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-content.index .group--banner .hashtag dt {
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
  background-color: #ea5647;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 23px;
}
.main-content.index .group--banner .hashtag dd {
  font-size: 1.8rem;
  font-weight: 700;
}
.main-content.index .group--banner .banner__list {
  text-align: center;
}
.main-content.index .group--banner .banner__item {
  max-width: 360px;
  margin: 30px auto;
  background-color: #ecf2dc;
  border-radius: 6px;
  overflow: hidden;
}
.main-content.index .group--banner .banner__item:last-of-type {
  margin-bottom: 0;
}
.main-content.index .group--banner .banner__item__inner {
  padding: 25px;
}
.main-content.index .group--banner .banner__item__title {
  height: 28px;
  background-color: #b7cf5e;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 28px;
}
.main-content.index .group--banner .banner__item__btn {
  margin-top: 25px;
}
.main-content.index .group--banner .banner__item__btn button {
  position: relative;
  width: 100%;
  height: 50px;
  padding-right: 12px;
  background-color: #272727;
  border-radius: 25px;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 50px;
}
.main-content.index .group--banner .banner__item__btn button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.main-content.index .sec-meta {
  width: var(--sp-group-width);
  max-width: var(--sp-group-max-width);
  margin: 50px auto;
}
.main-content.index .sec-meta__header {
  position: relative;
  font-size: 1.7rem;
}
.main-content.index .sec-meta__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: url(../imgs/common/dot-line_3px.png) repeat-x;
  background-size: 6px 3px;
}
.main-content.index .sec-meta__title {
  display: inline-block;
  width: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-content.index .sec-meta__title > span {
  display: inline-block;
  padding: 0 10px;
  background: url(../imgs/common/main_bg.jpg);
}
.main-content.index .sec-meta__inner {
  padding: 30px 10px 0;
}
.main-content.index .sec-meta .sec-meta__header {
  height: 1.3em;
}
.main-content.index .sec-meta--01 .sec-meta__header {
  height: 3.9em;
}
.main-content.index .sec-meta--01 .btn {
  margin-top: 24px;
}
.main-content.index .sec-meta--01 .btn.disabled::before {
  content: none;
}
.main-content.index .sec-meta--02 {
  text-align: center;
}
.main-content.index .sec-meta--02 .org-list__item:first-of-type {
  margin-bottom: 24px;
}
.main-content.index .sec-meta--02 .org-list__item span {
  display: inline-block;
}
.main-content.index .sec-meta--02 .org-list__item .org-name {
  font-weight: 700;
}
.main-content.index .sec-meta--02 .org-list__item .mail {
  letter-spacing: 0;
}
.main-content.index .sec-meta--02 .org-list__item .mail::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-right: 6px;
  background: url("../imgs/common/icon_mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.main-content.index .sec-meta--03 dt {
  margin: 16px 0 6px;
}
.main-content.index .sec-meta--03 dt:first-of-type {
  margin-top: 0;
}
.main-content.index .sec-meta--04 .sec-meta__header {
  height: 2.6em;
}
.main-content.index .sec-meta .past-fair__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.main-content.index .sec-meta .past-fair__item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.main-content.index .sec-meta .past-fair__item__title {
  margin: 0 2px 8px;
  height: 46px;
  position: relative;
  background-color: #00994e;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.main-content.index .sec-meta .past-fair__item__title > span {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-content.index .sec-meta .past-fair__item__title > span span {
  display: inline-block;
}

.main-content.page02 {
  background-color: #fff;
}
.main-content.page02 p {
  line-height: 1.8;
}
.main-content.page02 .page__content__title {
  height: 51px;
  margin: 18px auto;
  padding-top: 14px;
  background: url(../imgs/page02/page_title_bg_sp.png) calc(50% - 5px) top no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
.main-content.page02 .section__header {
  margin-bottom: 24px !important;
}
.main-content.page02 .section__title {
  width: 100%;
  font-size: 1.8rem;
}
.main-content.page02 .section__title span {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.main-content.page02 .section__inner .figure-box {
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main-content.page02 .section__inner p a {
  color: #008ec2;
}
.main-content.page02 .section__inner .note {
  padding-left: 1.2em;
  position: relative;
  font-size: inherit;
}
.main-content.page02 .section__inner .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.main-content.page02 .group {
  padding: 24px 16px 32px;
  border-radius: 8px;
}
.main-content.page02 .group .btn {
  margin: 20px 0 0;
}
.main-content.page02 .group .btn a {
  width: 100%;
  max-width: 230px;
  background-color: #272727;
  font-size: 1.5rem;
}
.main-content.page02 .group .btn a::after {
  right: 18px;
}
.main-content.page02 .sec01 {
  margin-top: 18px;
}
.main-content.page02 .sec01 figure figcaption {
  text-align: center;
  margin: 6px 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.main-content.page02 .sec01 figure figcaption span {
  font-size: 1rem;
}
.main-content.page02 .sec01 figure.soon {
  width: 187px;
  margin: 45px auto;
}
.main-content.page02 .sec01 .event {
  margin-bottom: 30px;
}
.main-content.page02 .sec01 .event:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--page02-group01-color);
}
.main-content.page02 .sec01 .event p {
  margin-top: 0;
}
.main-content.page02 .sec01 .event p.link {
  margin-top: 10px;
  text-align: center;
}
.main-content.page02 .sec01 .event p.link a {
  font-size: 1.3rem;
  text-decoration: underline;
}
.main-content.page02 .sec01 .event__title {
  margin: 16px 0;
  padding: 8px 10px;
  background-color: #fceaf4;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
}
.main-content.page02 .sec01 .event__date {
  margin: 16px 0 12px !important;
  font-size: 1.4rem;
  font-weight: 700;
}
.main-content.page02 .sec01 .event__date span {
  display: inline-block;
  margin-right: 5px;
}
.main-content.page02 .sec01 .btn--deco p {
  font-size: 1.5rem;
}
.main-content.page02 .sec01 .btn--deco p::before, .main-content.page02 .sec01 .btn--deco p::after {
  width: 26px;
  top: 12px;
}
.main-content.page02 .sec01 .btn--deco p::before {
  left: -30px;
}
.main-content.page02 .sec01 .btn--deco p::after {
  right: -30px;
}
.main-content.page02 .sec01 .btn--deco a {
  max-width: none;
  height: 53px;
  background-color: var(--page02-group01-color);
  border-radius: 27px;
  line-height: 53px;
}
.main-content.page02 .sec01 .btn--deco.disabled::before {
  content: none;
}
.main-content.page02 .sec05__inner figure figcaption {
  text-align: right;
  font-size: 1.2rem;
}
.main-content.page02 .sec05__inner p {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
.main-content.page02 .sec05__inner p span {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 2px dotted #7900b2;
  color: #7900b2;
  font-weight: 700;
  line-height: 2;
}
.main-content.page02 .sec05__inner .btn {
  margin-top: 30px;
}
.main-content.page02 .sec05__inner .btn p {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.main-content.page02 .sec05__inner .btn a {
  max-width: none;
}
.main-content.page02 .sec-entry {
  width: calc(100% - 20px);
}

.main-content.page02 .group--01 {
  border: 1px solid var(--page02-group01-color);
}

.main-content.page02 .group--02 {
  border: 1px solid var(--page02-group02-color);
}

.main-content.page02 .group--03 {
  border: 1px solid var(--page02-group03-color);
}

.main-content.page02 .group--04 {
  border: 1px solid var(--page02-group04-color);
}

.main-content.page02 .group--05 {
  border: 1px solid var(--page02-group05-color);
}

.main-content.page02 .group--06 {
  border: 1px solid var(--page02-group06-color);
}

.main-content.page03 {
  position: relative;
  background-color: #fff;
}
.main-content.page03 .page__content__title {
  height: 58px;
  margin: 40px auto 36px;
  padding: 10px 0;
  background: url(../imgs/page03/page_title_bg_sp.png) calc(50% + 5px) bottom no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.main-content.page03 .local-nav {
  margin: 10px auto 60px;
}
.main-content.page03 .local-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: calc(100% - 18px);
  margin: 0 auto;
}
.main-content.page03 .local-nav__item {
  width: 100%;
  height: 44px;
  text-align: center;
}
.main-content.page03 .local-nav__item a {
  display: inline-block;
  width: 220px;
  height: 44px;
  padding: 8px 0;
  position: relative;
  background-color: #505050;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
.main-content.page03 .local-nav__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 7px solid #fff;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}
.main-content.page03 .local-nav__item a > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-content.page03 .local-nav__item a > span span {
  display: block;
  font-size: 1.2rem;
}
.main-content.page03 .group {
  margin-bottom: 35px;
  padding-top: 18px;
  border-radius: 8px;
}
.main-content.page03 .group:last-of-type {
  margin-bottom: 20px;
}
.main-content.page03 .section__header {
  min-height: 36px;
  margin-bottom: 18px;
  padding-top: 6px;
  position: relative;
}
.main-content.page03 .section__title {
  font-size: 1.9rem;
}
.main-content.page03 .section__title span {
  display: block;
  font-size: 1.4rem;
}
.main-content.page03 .section__title__index {
  display: inline-block;
  padding: 3px 6px;
  position: absolute;
  top: 0;
  left: -22px;
  background-color: #fc7700;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.2;
}
.main-content.page03 .section__title__index::after {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: url(../imgs/page03/sec_title_index_serif-orange.png) left top no-repeat;
  background-size: contain;
}
.main-content.page03 .section__title__index.index06 {
  background-color: #68b120;
}
.main-content.page03 .section__title__index.index06::after {
  background-image: url(../imgs/page03/sec_title_index_serif-green.png);
}
.main-content.page03 .section__inner .main-fig {
  width: calc(100% + 12px);
  margin: 0 -6px 20px;
}
.main-content.page03 .section__inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 12px);
  margin: 16px -6px 30px;
}
.main-content.page03 .section__inner .flex img {
  width: calc(50% - 5px);
}
.main-content.page03 .section__inner .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 12px);
  margin: 30px -6px;
}
.main-content.page03 .section__inner .voice__photo {
  width: 74px;
}
.main-content.page03 .section__inner .voice__content {
  position: relative;
  width: calc(100% - 84px);
  padding: 18px 14px;
  background: url("../imgs/page03/voice_bg.png");
  background-size: 14px auto;
  border-radius: 7px;
}
.main-content.page03 .section__inner .voice__content::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  left: -9px;
  background: url(../imgs/page03/voice_horn.png) no-repeat;
  background-size: contain;
}
.main-content.page03 .section__inner .voice__content__title {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: left;
}
.main-content.page03 .section__inner .voice__content p {
  font-size: 1.4rem;
}
.main-content.page03 .section__footer {
  background-color: #eaf4cc;
  margin: 0 -6px -22px;
}
.main-content.page03 .section__footer a {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.main-content.page03 .section__footer .info {
  padding: 0 15px 10px;
}
.main-content.page03 .section__footer .info__title {
  display: inline-block;
  height: 32px;
  margin: 0 0 16px -15px;
  padding: 0 16px;
  background-color: #a3d900;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 32px;
}
.main-content.page03 .section__footer .info__address p {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.main-content.page03 .section__footer .info__address__name a {
  color: #ad6600;
  text-decoration: underline;
}
.main-content.page03 .section__footer .info__address__email a {
  font-size: 0.86em;
}
.main-content.page03 .section__footer .info__sns li {
  margin-bottom: 10px;
  line-height: 1.2;
}
.main-content.page03 .section__footer .info__sns li a {
  color: #ad6600;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header .page__title {
    text-align: center;
  }
  .page__header .page__title picture {
    display: block;
  }
  .page__header .page__title img {
    max-width: 738px;
  }
  .page__intro {
    margin: 30px 32px;
  }
  .page__intro p {
    line-height: 1.8;
  }
  .page__nav {
    width: auto;
    max-width: none;
    margin: 20px 22px 10px;
  }
  .page__nav--footer {
    margin: 80px 22px 20px;
  }
  .page__nav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
  .page__nav__item {
    width: auto;
  }
  .page__nav__item:first-of-type {
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
  }
  .page__nav__item:not(:first-of-type) {
    -ms-flex-preferred-size: calc((100% - 100px) / 3);
    flex-basis: calc((100% - 100px) / 3);
  }
  .page__nav__item a {
    height: 57px;
  }
  .page__nav__item a .sub {
    font-size: 1.3rem;
  }
  .page__nav__item a .main {
    font-size: 1.7rem;
  }
  .page__nav__item[data-status="0"]::before {
    top: -16px;
  }
  .group {
    width: var(--pc-group-width);
    max-width: none;
    margin: var(--pc-group-margin);
    padding: var(--pc-group-inner-padding);
    border-radius: var(--pc-group-border-radius);
  }
  .section:not(.sec-meta) .section__header {
    margin-bottom: 46px;
  }
  .page__content__header {
    margin: -8px auto -24px;
  }
  .page__content > p {
    margin: 24px 32px;
  }
  .page__content .btn a {
    height: 51px;
    border-radius: 26px;
    line-height: 51px;
  }
  .page__content .btn--deco > p {
    font-size: 1.8rem;
  }
  .page__content .btn--deco > p::before, .page__content .btn--deco > p::after {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 12px;
    background-color: #272727;
  }
  .sec-entry {
    max-width: none;
    width: calc(100% - 96px);
    padding: 40px 66px;
    border-radius: 10px;
  }
  .sec-entry__title {
    font-size: 2.2rem;
  }
  .sec-entry__title span {
    font-size: 1.8rem;
  }
  .sec-entry p br {
    display: inline;
  }
  .sec-entry .btn {
    margin-top: 24px;
  }
  .main-content.index .section:not(.sec-meta) .section__title span {
    padding: 10px 30px;
    font-size: 2rem;
  }
  .main-content.index .section:not(.sec-meta) .section__title span br {
    display: none;
  }
  .main-content.index .intro {
    max-width: none;
    width: calc(100% - 96px);
  }
  .main-content.index .intro__concept {
    width: calc(100% + 80px);
    margin: 30px -40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .main-content.index .intro__concept__image {
    width: 358px;
    margin: 0 24px 0 0;
  }
  .main-content.index .intro__concept__text {
    margin: 0;
    padding: 40px 0;
    background-image: url(../imgs/page01/intro_bg.png);
    background-size: contain;
    background-position: left center;
  }
  .main-content.index .intro__concept__text p {
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 1.6;
  }
  .main-content.index .intro__concept__text p span {
    border-bottom-width: 2px;
  }
  .main-content.index .intro__concept__title {
    width: 65px;
    height: 22px;
    top: 14px;
    left: 10px;
  }
  .main-content.index .intro__info {
    width: calc(100% - 120px);
    margin: 30px auto 40px;
  }
  .main-content.index .intro__info .flex {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-content.index .intro__info__title {
    margin: 0;
    width: 100px;
    font-size: 1.8rem;
    line-height: 1.7 !important;
  }
  .main-content.index .intro__info__inner {
    width: calc(100% - 100px);
  }
  .main-content.index .intro__info__date p {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .main-content.index .intro__info__venue {
    font-size: 1.8rem;
  }
  .main-content.index .intro__info__venue .location {
    font-size: 1.5rem;
  }
  .main-content.index .intro__info__venue .access__list {
    font-size: 1.4rem;
  }
  .main-content.index .intro .sec-entry {
    width: 100%;
    margin-top: 60px;
  }
  .main-content.index .sec00 {
    margin-bottom: 80px;
  }
  .main-content.index .sec00__title {
    margin-bottom: 40px;
  }
  .main-content.index .sec00__inner .block {
    margin-top: 6px;
    margin-bottom: 0;
  }
  .main-content.index .sec00__inner .meta {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .main-content.index .sec00__inner .meta .notice {
    width: 130px;
    margin: 0;
  }
  .main-content.index .sec00__inner .meta .note {
    width: calc(100% - 150px);
  }
  .main-content.index .sec00__inner h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-content.index .sec00__inner .guest-stage {
    gap: 50px 44px;
  }
  .main-content.index .sec00__inner .guest-stage__item {
    width: calc(50% - 22px);
  }
  .main-content.index .sec00__comingsoon p {
    margin: 60px auto 30px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2em;
  }
  .main-content.index .sec00__comingsoon figure img {
    width: 480px;
  }
  .main-content.index .sec01__inner {
    margin: 40px 0 0;
  }
  .main-content.index .sec01__inner figure figcaption {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .main-content.index .sec01__inner .block {
    margin-bottom: 46px;
  }
  .main-content.index .sec01__inner .figure-box {
    margin-bottom: 30px;
    gap: 40px 36px;
  }
  .main-content.index .sec01__inner .figure-box figure {
    -ms-flex-preferred-size: calc(50% - 18px);
    flex-basis: calc(50% - 18px);
  }
  .main-content.index .sec02 {
    font-size: 1.6rem;
  }
  .main-content.index .sec02__header {
    margin-bottom: 36px;
  }
  .main-content.index .sec02__header .lead {
    text-align: center;
  }
  .main-content.index .sec02__title {
    margin-bottom: 36px;
  }
  .main-content.index .sec02__title img {
    max-width: 400px;
  }
  .main-content.index .sec02 p {
    margin: 30px 0;
    font-size: 1.8rem;
    line-height: 2;
  }
  .main-content.index .sec02 p br:nth-child(1), .main-content.index .sec02 p br:nth-child(3) {
    display: none;
  }
  .main-content.index .sec02 .present {
    padding: 45px 44px 30px;
  }
  .main-content.index .sec02 .present__item {
    max-width: none;
  }
  .main-content.index .sec02 .present__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .main-content.index .sec02 .present__item__header {
    margin-bottom: 28px;
    padding-left: 45px;
  }
  .main-content.index .sec02 .present__item__header img {
    width: 73px;
    height: 62px;
    top: -16px;
    left: -16px;
  }
  .main-content.index .sec02 .present__item__header span {
    font-size: 1.8rem;
    padding: 8px 12px 8px 20px;
  }
  .main-content.index .sec02 .present__item__content {
    text-align: left;
    font-size: 1.6rem;
  }
  .main-content.index .sec02 .present__item__content > span {
    vertical-align: middle;
  }
  .main-content.index .sec02 .present__item__content .image {
    min-width: auto !important;
    margin: 0 4px 0 0;
  }
  .main-content.index .sec02 .present__item__content .middle {
    font-size: 2rem;
  }
  .main-content.index .sec02 .present__item__content .large {
    font-size: 31px;
  }
  .main-content.index .sec02 .present__item__content .note {
    margin-left: 0;
  }
  .main-content.index .sec02 .present__item__content__ps {
    display: inline-block;
    margin: -16px 40px 0;
    padding: 8px 16px;
    font-size: 1.6rem;
  }
  .main-content.index .sec02 .present__item__content__ps span {
    top: -1.2em;
    font-size: 1.3rem;
  }
  .main-content.index .sec02 .present__item01 .present__item__content img {
    width: 226px;
  }
  .main-content.index .sec02 .present__item02 .present__item__content img {
    width: 356px;
  }
  .main-content.index .sec02 .present__item03 .present__item__content img {
    width: 307px;
  }
  .main-content.index .sec02 > p.note {
    margin-bottom: 0;
  }
  .main-content.index .sec03__inner {
    height: 236px;
    position: relative;
    padding-left: 382px;
  }
  .main-content.index .sec03__title span {
    padding: 10px 80px;
  }
  .main-content.index .sec03 figure {
    width: 340px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-content.index .sec03 .btn {
    margin-top: 40px;
  }
  .main-content.index .sec03 .btn a {
    width: 100%;
  }
  .main-content.index .group--01 {
    margin-top: 60px;
  }
  .main-content.index .group--02 {
    padding: 40px 38px 25px;
  }
  .main-content.index .group--banner {
    max-width: none;
  }
  .main-content.index .group--banner p {
    display: block;
  }
  .main-content.index .group--banner .hashtag {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 4px;
  }
  .main-content.index .group--banner .banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
    margin-top: 30px;
  }
  .main-content.index .group--banner .banner__item {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    margin: 0;
  }
  .main-content.index .sec-meta {
    width: var(--pc-group-width);
    max-width: none;
    margin: 60px auto;
  }
  .main-content.index .sec-meta__header {
    font-size: 2.4rem;
  }
  .main-content.index .sec-meta__title br:first-of-type {
    display: none;
  }
  .main-content.index .sec-meta__inner {
    padding: 30px 36px 0;
  }
  .main-content.index .sec-meta .past-fair__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .main-content.index .sec-meta .past-fair__item__title {
    height: 30px;
    border-radius: 0;
  }
  .main-content.index .sec-meta--01 {
    text-align: center;
  }
  .main-content.index .sec-meta--01 .sec-meta__header {
    height: 2.6em;
  }
  .main-content.index .sec-meta--03 dt {
    float: left;
    width: 8em;
    margin: 0 0 16px;
  }
  .main-content.index .sec-meta--03 dd {
    padding-left: 8em;
    margin: 0 0 16px;
  }
  .main-content.index .sec-meta--04 .sec-meta__header {
    height: 1.3em;
  }
  .main-content.index .sec-meta--05 {
    text-align: center;
  }
  .main-content.index .sec-meta--05 img {
    width: 418px;
  }
  .main-content.page02 .page__content__title {
    height: 64px;
    margin: 34px 0 24px;
    padding: 24px 0 0 6px;
    background-image: url(../imgs/page02/page_title_bg.png);
    font-size: 2.6rem;
  }
  .main-content.page02 .section__title {
    font-size: 2.4rem;
  }
  .main-content.page02 .section__title br {
    display: none;
  }
  .main-content.page02 .section__title span {
    font-size: 1.4rem;
  }
  .main-content.page02 .section__inner .figure-box:not(.simple) figure {
    width: calc(50% - 8px);
  }
  .main-content.page02 .group {
    padding: 32px 30px 40px;
    width: calc(100% - 64px);
  }
  .main-content.page02 .group .btn a {
    max-width: none;
    width: 280px;
  }
  .main-content.page02 .sec01 .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .main-content.page02 .sec01 .event:not(:last-of-type) {
    padding-bottom: 24px;
    border-bottom-width: 2px;
  }
  .main-content.page02 .sec01 .event:last-of-type {
    margin-bottom: 50px;
  }
  .main-content.page02 .sec01 .event__title {
    margin: 0 0 12px;
  }
  .main-content.page02 .sec01 .event__date {
    margin: 16px 0 8px !important;
  }
  .main-content.page02 .sec01 figure {
    width: 280px;
  }
  .main-content.page02 .sec01 figure.soon {
    width: 280px;
    margin: 70px auto;
  }
  .main-content.page02 .sec01 .block {
    width: calc(100% - 310px);
  }
  .main-content.page02 .sec01 .btn--deco a {
    width: 347px;
  }
  .main-content.page02 .sec04__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .main-content.page02 .sec04 .figure-box {
    width: 327px;
    margin: 0;
  }
  .main-content.page02 .sec04 p {
    width: calc(100% - 347px);
  }
  .main-content.page02 .sec05__inner {
    padding: 0 36px;
  }
  .main-content.page02 .sec05__inner figure figcaption {
    margin-top: 6px;
  }
  .main-content.page02 .sec05__inner p {
    margin: 24px auto 0;
    max-width: 400px;
    font-size: 1.8rem;
  }
  .main-content.page02 .sec05__inner p span {
    margin-bottom: 10px;
  }
  .main-content.page02 .sec05__inner .btn p {
    font-size: 1.3rem;
  }
  .main-content.page02 .sec-entry {
    width: calc(100% - 64px);
  }
  .main-content.page03 .page__content__title {
    width: calc(100% - 44px);
    height: 65px;
    margin-bottom: 30px;
    padding-top: 20px;
    background-image: url(../imgs/page03/page_title_bg.png);
    background-position: 53% bottom;
    font-size: 2.8rem;
  }
  .main-content.page03 .page__content__title br {
    display: none;
  }
  .main-content.page03 .local-nav {
    margin-bottom: 46px;
  }
  .main-content.page03 .local-nav__list {
    width: calc(100% - 44px);
    row-gap: 20px;
  }
  .main-content.page03 .local-nav__item {
    width: auto;
  }
  .main-content.page03 .group {
    padding: 24px 30px 32px;
    margin-bottom: 50px;
  }
  .main-content.page03 .section__inner .main-fig {
    width: 100%;
    margin: 0 0 30px;
  }
  .main-content.page03 .section__inner .flex {
    width: 100%;
    margin: 24px 0 36px;
  }
  .main-content.page03 .section__inner .flex img {
    width: calc(50% - 10px);
  }
  .main-content.page03 .section__inner .voice {
    width: calc(100% - 40px);
    margin: 40px 20px;
  }
  .main-content.page03 .section__inner .voice__photo {
    width: 148px;
  }
  .main-content.page03 .section__inner .voice__content {
    width: calc(100% - 170px);
    padding: 20px 28px;
    border-radius: 15px;
    border-width: 2px;
  }
  .main-content.page03 .section__inner .voice__content::before {
    width: 14px;
    height: 14px;
    left: -14px;
  }
  .main-content.page03 .section__header {
    min-height: auto;
    margin-bottom: 24px;
    padding-top: 0;
  }
  .main-content.page03 .section__title {
    font-size: 2.8rem;
  }
  .main-content.page03 .section__title span {
    display: inline-block;
    font-size: 2rem;
  }
  .main-content.page03 .section__title br {
    display: none;
  }
  .main-content.page03 .section__title__index {
    top: 8px;
    left: -36px;
    padding: 4px 8px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
  .main-content.page03 .section__title__index br {
    display: none;
  }
  .main-content.page03 .section__footer {
    margin: 0 -20px -22px;
  }
  .main-content.page03 .section__footer .info {
    padding: 0 20px 15px;
  }
  .main-content.page03 .section__footer .info__title {
    width: 96px;
    margin: 0 0 0 -20px;
    padding: 0;
  }
  .main-content.page03 .section__footer .info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    margin: -12px 0 0 111px;
  }
  .main-content.page03 .section__footer .info__address {
    width: 250px;
  }
  .main-content.page03 .section__footer .info__sns {
    width: 270px;
  }
  .main-content.page03 .section__footer .info__sns li a {
    overflow-wrap: break-word;
    letter-spacing: 0.04em;
  }
  .main-content.page03 .section__footer .info--03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .main-content.page03 .section__footer .info--03 li {
    width: calc(40% - 10px);
  }
  .main-content.page03 .section__footer .info--03 li:first-of-type, .main-content.page03 .section__footer .info--03 li:nth-of-type(2), .main-content.page03 .section__footer .info--03 li:last-of-type {
    width: 100%;
  }
  .main-content.page03 .section__footer .info--04 .flex {
    display: block;
    margin-right: 10px;
    -webkit-column-width: 230px;
    -moz-column-width: 230px;
    column-width: 230px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .main-content.page03 .section__footer .info--04 .info__address {
    width: auto;
  }
  .main-content.page03 .section__footer .info--04 .info__sns {
    width: auto;
  }
  .main-content.page03 .section__footer .info--04 .info__sns li:nth-of-type(3), .main-content.page03 .section__footer .info--04 .info__sns li:nth-of-type(4), .main-content.page03 .section__footer .info--04 .info__sns li:nth-of-type(5), .main-content.page03 .section__footer .info--04 .info__sns li:nth-of-type(6) {
    margin-left: -50px;
  }
}/*# sourceMappingURL=style.min.css.map */
