@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Lato:wght@700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, button,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

button {
  background-color: transparent;
  border: none;
  cursor: auto;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* parts
-----------------------------------------------------------------------------*/
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.5;
  height: calc(100% - 120px);
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
}

* {
  word-break: normal;
}

header {
  width: 100%;
}

.hdLink {
  width: 100%;
  height: 40px;
  background-color: #222222;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hdLink a {
  position: absolute;
  top: 14px;
  left: calc(50% - 583px);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.hdMv {
  width: 100%;
  height: 647px;
  background: url("../images/mv_pc.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.hdMvBlock {
  position: absolute;
  top: 51px;
  left: calc(50% - 622px);
  background-color: rgba(255, 255, 255, 0.9);
  width: 690px;
  height: 536px;
  padding: 32px 0 15px;
}

.hdMvTitle {
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
  width: 430px;
  height: 50px;
  background: url("../images/hdmvtitle_pc.png") no-repeat 0 0;
  background-size: 100%;
  margin: 0 0 22px 37px;
}

.hdMvLead {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 12px 47px;
}

.hdMvCopy {
  font-size: 5.2rem;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 31px 44px;
}
.hdMvCopy span {
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
}
.hdMvCopy strong {
  color: #C00003;
}

.hdMvList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 23px;
}
.hdMvList li {
  width: 160px;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.0005em;
  font-weight: 700;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 49px;
}
.hdMvList li span {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.0005em;
  font-weight: 700;
}
.hdMvList li:nth-child(1) {
  background-image: url("../images/hdmvlistitem_bg1.png");
}
.hdMvList li:nth-child(2) {
  background-image: url("../images/hdmvlistitem_bg2.png");
}
.hdMvList li:nth-child(3) {
  background-image: url("../images/hdmvlistitem_bg3.png");
}

.hdMvOrg {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.hdApply {
  position: fixed;
  z-index: 10;
  /* left: calc(50% + 481px);*/
  right: 20px;
  top: 578px;
  width: 219px;
  height: 219px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.hdApplyLink {
  display: block;
  width: 219px;
  height: 219px;
}
.hdApplyLink a {
  display: block;
  width: 219px;
  height: 219px;
  border-radius: 50%;
  padding-top: 45px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  background-color: #FF9011;
}
.hdApplyLink a span {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.hdApplyLink a::before {
  content: "";
  display: block;
  width: 219px;
  height: 219px;
  position: absolute;
  top: 141px;
  background-color: #FFB765;
}
.hdApplyLink a::after {
  content: "";
  display: block;
  width: 24px;
  height: 48px;
  background: url("../images/arrow_orange1.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  left: 100px;
  top: 150px;
}
.hdApplyLink a:hover {
  background-color: #C00003;
}
.hdApplyLink a:hover::before {
  background-color: #FFC2C3;
}
.hdApplyLink a:hover::after {
  background: url("../images/arrow_red1.png") no-repeat 0 0;
  background-size: 100%;
}

.pageTop {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 10;
  /* left: calc(50% + 551px);*/
  right: 89px;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pageTop.show {
  pointer-events: auto;
  opacity: 1;
}
.pageTop a {
  display: block;
  width: 80px;
  height: 80px;
  border: 2px solid #D9D9D9;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  background: url("../images/arrow_up_gray.png") no-repeat center 22px #D9D9D9;
  background-size: 60px;
}
.pageTop a:hover {
  border-color: #222222;
  background-color: #FFFFFF;
}

footer {
  background-color: #222222;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 30px 0 31px;
}

.ftLogo {
  width: 80px;
  margin: 0 auto 24px;
}

.ftTitle {
  width: 1180px;
  margin: 0 auto 31px;
  padding-bottom: 34px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}

.ftDetail {
  margin: 0 auto 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 116px;
  text-align: left;
}

.ftDetailAdd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

.ftDetailTel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

.ftCopy {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}

.apply {
  background: url("../images/closing_bg_pc.png") no-repeat center top #FFF6C3;
  background-size: cover;
  height: 233px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applyLead {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
.applyLead span {
  font-family: "Lato";
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}

.applyLink a {
  display: block;
  position: relative;
  width: 700px;
  height: 90px;
  text-align: center;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
.applyLink a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  width: 700px;
  height: 90px;
  border-radius: 20px;
  background-color: #CC6600;
}
.applyLink a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 700px;
  height: 90px;
  border-radius: 20px;
  background-color: #FF8A15;
}
.applyLink a div {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 90px;
  position: relative;
  padding-top: 25px;
}
.applyLink a div::after {
  content: "";
  display: block;
  width: 24px;
  height: 48px;
  background: url("../images/arrow_white1.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  right: 36px;
  top: 21px;
}
.applyLink a span {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}
.applyLink a:hover::before {
  background-color: #780002;
}
.applyLink a:hover::after {
  background-color: #C00003;
}

.about {
  padding: 48px 0 84px;
}

.aboutBlock {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #47760D;
  border-radius: 10px;
  padding: 0 47px 19px;
}

.aboutTitle {
  width: 332px;
  margin: -24px 0 5px -28px;
}

.aboutTxt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.aboutTxt strong {
  color: #C00003;
  font-weight: 700;
}

.exhibitor {
  background-color: #F4F4F4;
  padding-bottom: 100px;
}

.exTitle {
  padding-top: 95px;
  margin-bottom: 58px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  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;
}
.exTitle span {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
.exTitle::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 60px;
  background-color: #80B145;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-right: 40px;
}
.exTitle::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 60px;
  background-color: #80B145;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 40px;
}

.exNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
  margin-bottom: 100px;
}
.exNavList li {
  width: 300px;
  height: 170px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.exNavList li::before {
  content: "";
  display: block;
  width: 300px;
  height: 160px;
  border: 2px solid #376202;
  background-color: #376202;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exNavList li::after {
  content: "";
  display: block;
  width: 300px;
  height: 160px;
  border: 2px solid #376202;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 0;
  z-index: 2;
  background-image: url("../images/arrow_down_gray.png");
  background-repeat: no-repeat;
  background-position: center bottom 14px;
  background-size: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.exNavList li a {
  display: block;
  position: relative;
  z-index: 3;
  width: 300px;
  height: 170px;
  cursor: pointer;
  text-align: center;
  padding-top: 88px;
}
.exNavList li:nth-child(1) a {
  background: url("../images/exgenre_bg1.png") no-repeat center top 15px;
  background-size: 147px;
}
.exNavList li:nth-child(2) a {
  background: url("../images/exgenre_bg2.png") no-repeat center top 21px;
  background-size: 78px;
}
.exNavList li:nth-child(3) a {
  background: url("../images/exgenre_bg3.png") no-repeat center top 20px;
  background-size: 130px;
}
.exNavList li:nth-child(4) a {
  background: url("../images/exgenre_bg4.png") no-repeat center top 19px;
  background-size: 90px;
}

.exBlock {
  width: 1300px;
  margin: 0 auto 100px;
  padding: 78px 58px 99px;
  background-color: #FFFFFF;
  border: 2px solid #222222;
  border-radius: 10px;
  position: relative;
}
.exBlock:last-child {
  margin-bottom: 0;
}
.exBlock::before {
  content: "";
  display: block;
  width: 100px;
  height: 20px;
  background-color: #376202;
  position: absolute;
  left: calc(50% - 50px);
  top: 0;
}

.exBlockTitle {
  margin: 0 auto 77px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  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;
}
.exBlockTitle span {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 400;
}

#exhibitor1 .exBlockTitle::before {
  content: "";
  display: inline-block;
  width: 167px;
  height: 63px;
  background: url("../images/exgenre_bg1.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 30px;
}
#exhibitor1 .exBlockTitle::after {
  content: "";
  display: inline-block;
  width: 167px;
  height: 63px;
  background: url("../images/exgenre_bg1.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 30px;
}

#exhibitor2 .exBlockTitle::before {
  content: "";
  display: inline-block;
  width: 78px;
  height: 55px;
  background: url("../images/exgenre_bg2.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 30px;
}
#exhibitor2 .exBlockTitle::after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 55px;
  background: url("../images/exgenre_bg2.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 30px;
}

#exhibitor3 .exBlockTitle::before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 56px;
  background: url("../images/exgenre_bg3_2.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 30px;
}
#exhibitor3 .exBlockTitle::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 56px;
  background: url("../images/exgenre_bg3_2.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 30px;
}

#exhibitor4 .exBlockTitle::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 63px;
  background: url("../images/exgenre_bg4.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 30px;
}
#exhibitor4 .exBlockTitle::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 63px;
  background: url("../images/exgenre_bg4.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 30px;
}

.exList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.exListItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}

.exListItemImg {
  width: 360px;
  margin-bottom: 20px;
}

.exListItemTitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}

.exListItemName {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exListItemName dt {
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}

.exListItemDetail {
  margin-bottom: 22px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exListItemDetail dt {
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-weight: 700;
  margin-right: 10px;
  white-space: nowrap;
}

.exListItemLink {
  width: 238px;
  height: 42px;
  margin: 0 auto;
  display: block;
}
.exListItemLink a {
  width: 238px;
  height: 42px;
  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;
  border-radius: 10px;
  background-color: #222222;
  text-indent: -17px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  background: url("../images/arrow_white2.png") no-repeat right 20px center #222222;
  background-size: 16px;
}
.exListItemLink a:hover {
  background-image: url("../images/arrow_gray.png");
  background-color: #D9D9D9;
  color: #222222;
}

.recoTitle {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  padding-top: 116px;
  margin-bottom: 113px;
  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;
}
.recoTitle span {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
.recoTitle::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 60px;
  background-color: #80B145;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-right: 40px;
}
.recoTitle::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 60px;
  background-color: #80B145;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 40px;
}

.recoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

.recoListItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}

.recoListItemImg {
  width: 300px;
  margin: 0 auto 30px;
}

.recoListItemTitle {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #81B145;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0 16px;
  margin-bottom: 15px;
}

.recoListItemList {
  margin-bottom: 97px;
}
.recoListItemList li {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 400;
  padding-left: 42px;
  background: url("../images/recolistitem_check.png") no-repeat 2px 0;
  background-size: 30px 30px;
  margin-bottom: 15px;
  min-height: 30px;
}

.note {
  padding: 20px 0 60px;
  text-align: center;
}

.noteTxt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.noteTxt strong {
  color: #C00003;
  font-weight: 700;
}

@media screen and (max-width: 1440px) and (min-width: 751px) {
  .hdLink a {
    left: 137px;
  }
  .hdMvBlock {
    left: 98px;
  }
  .hdApply {
    left: auto;
    right: 20px;
  }
  .ftTitle {
    width: 81.94%;
  }
  .note {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .hdLink {
    width: 100%;
    height: 8vw;
    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;
  }
  .hdLink a {
    position: relative;
    top: auto;
    left: auto;
    font-size: 2.9333333333vw;
  }
  .hdMv {
    height: 154.4vw;
    background: url("../images/mv_sp.png") no-repeat center center;
    background-size: cover;
  }
  .hdMvBlock {
    position: absolute;
    top: 49.8666666667vw;
    left: 6.1333333333vw;
    background-color: rgb(255, 255, 255);
    width: 88vw;
    height: 96vw;
    padding: 0;
    border-bottom: 2px solid #80B145;
  }
  .hdMvTitle {
    width: 88vw;
    height: 13.3333333333vw;
    background: url("../images/hdmvtitle_sp.png") no-repeat 0 0;
    background-size: 100%;
    margin: 0 0 5.3333333333vw;
  }
  .hdMvLead {
    font-size: 4.2666666667vw;
    margin: 0 0 1.3333333333vw;
    text-align: center;
  }
  .hdMvCopy {
    font-size: 6.9333333333vw;
    margin: 0 0 7.2vw;
    text-align: center;
  }
  .hdMvCopy span {
    font-size: 4.8vw;
  }
  .hdMvList {
    gap: 1.6vw;
    margin-bottom: 5.3333333333vw;
  }
  .hdMvList li {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 3.4666666667vw;
    padding-top: 8.2666666667vw;
  }
  .hdMvList li span {
    font-size: 2.9333333333vw;
  }
  .hdMvOrg {
    font-size: 2.9333333333vw;
  }
  .pageTop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
  .pageTop a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background-position: center 3.2vw;
    background-size: 10.6666666667vw;
  }
  footer {
    padding: 8vw 0 3.4666666667vw;
  }
  .ftLogo {
    width: 13.3333333333vw;
    margin: 0 auto 8vw;
  }
  .ftTitle {
    width: 100%;
    margin: 0 auto 8vw;
    padding-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
  .ftDetail {
    margin: 0 6.1333333333vw 10.6666666667vw;
    display: block;
  }
  .ftDetailAdd {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
  .ftDetailTel {
    font-size: 3.2vw;
  }
  .ftCopy {
    font-size: 2.9333333333vw;
  }
  .apply {
    background: url("../images/closing_bg_sp.png") no-repeat center top #FFF6C3;
    background-size: 100% 100%;
    height: 49.0666666667vw;
    gap: 4vw;
  }
  .applyLead {
    font-size: 4.2666666667vw;
  }
  .applyLead span {
    font-size: 6.4vw;
  }
  .applyLink a {
    width: 85.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 7.4666666667vw;
  }
  .applyLink a::before {
    top: 2.6666666667vw;
    width: 85.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .applyLink a::after {
    width: 85.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .applyLink a div {
    height: 18.6666666667vw;
    padding-top: 4.8vw;
    text-indent: -3.2vw;
  }
  .applyLink a div::after {
    width: 5.3333333333vw;
    height: 10.6666666667vw;
    right: 9.0666666667vw;
    top: 4vw;
  }
  .applyLink a span {
    font-size: 5.3333333333vw;
  }
  .about {
    padding: 8vw 0 13.3333333333vw;
  }
  .aboutBlock {
    width: 88vw;
    border-radius: 2.6666666667vw;
    padding: 0 4vw 4.8vw;
  }
  .aboutTitle {
    width: 79.4666666667vw;
    margin: -5.6vw 0 3.7333333333vw;
  }
  .aboutTxt {
    font-size: 3.2vw;
  }
  .exhibitor {
    padding-bottom: 13.3333333333vw;
  }
  .exTitle {
    padding-top: 12vw;
    margin-bottom: 8.2666666667vw;
    font-size: 6.4vw;
  }
  .exTitle span {
    font-size: 5.3333333333vw;
  }
  .exTitle::before {
    width: 0.8vw;
    height: 8vw;
    margin-right: 5.3333333333vw;
  }
  .exTitle::after {
    width: 0.8vw;
    height: 8vw;
    margin-left: 5.3333333333vw;
  }
  .exNavList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw 5.8666666667vw;
    margin-bottom: 16.5333333333vw;
  }
  .exNavList li {
    width: 41.0666666667vw;
    height: 23.2vw;
    font-size: 3.4666666667vw;
  }
  .exNavList li::before {
    width: 41.0666666667vw;
    height: 21.8666666667vw;
    border-radius: 2.6666666667vw;
    top: 2.6666666667vw;
  }
  .exNavList li::after {
    width: 41.0666666667vw;
    height: 21.8666666667vw;
    border-radius: 2.6666666667vw;
    background-size: 3.2vw;
  }
  .exNavList li a {
    width: 41.0666666667vw;
    height: 21.8666666667vw;
    padding-top: 12vw;
  }
  .exNavList li:nth-child(1) a {
    background: url("../images/exgenre_bg1.png") no-repeat center top 2.0533333333vw;
    background-size: 22.9066666667vw;
  }
  .exNavList li:nth-child(2) a {
    background: url("../images/exgenre_bg2.png") no-repeat center top 2.8533333333vw;
    background-size: 10.6666666667vw;
  }
  .exNavList li:nth-child(3) a {
    background: url("../images/exgenre_bg3.png") no-repeat center top 2.7466666667vw;
    background-size: 17.7866666667vw;
  }
  .exNavList li:nth-child(4) a {
    background: url("../images/exgenre_bg4.png") no-repeat center top 2.6133333333vw;
    background-size: 12.24vw;
  }
  .exBlock {
    width: 88vw;
    margin: 0 auto 13.3333333333vw;
    padding: 9.8666666667vw 6.6666666667vw 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .exBlock::before {
    width: 21.3333333333vw;
    height: 4.2666666667vw;
    left: calc(50% - 10.6666666667vw);
    top: 0;
  }
  .exBlockTitle {
    margin: 0 auto 8.2666666667vw;
    font-size: 5.3333333333vw;
    display: block;
  }
  .exBlockTitle span {
    font-size: 4.8vw;
  }
  #exhibitor1 .exBlockTitle {
    background: url("../images/exgenre_bg1.png") no-repeat center top;
    background-size: 33.3333333333vw 12.6453333333vw;
    padding-top: 15.312vw;
    text-align: center;
  }
  #exhibitor1 .exBlockTitle::before, #exhibitor1 .exBlockTitle::after {
    display: none;
  }
  #exhibitor2 .exBlockTitle {
    background: url("../images/exgenre_bg2.png") no-repeat center top;
    background-size: 11.3466666667vw 8vw;
    padding-top: 10.6666666667vw;
    text-align: center;
  }
  #exhibitor2 .exBlockTitle::before, #exhibitor2 .exBlockTitle::after {
    display: none;
  }
  #exhibitor3 .exBlockTitle {
    background: url("../images/exgenre_bg3_2.png") no-repeat center top;
    background-size: 8.7146666667vw 8vw;
    padding-top: 10.6666666667vw;
    text-align: center;
  }
  #exhibitor3 .exBlockTitle::before, #exhibitor3 .exBlockTitle::after {
    display: none;
  }
  #exhibitor4 .exBlockTitle {
    background: url("../images/exgenre_bg4.png") no-repeat center top;
    background-size: 15.8666666667vw 11.1173333333vw;
    padding-top: 13.784vw;
    text-align: center;
  }
  #exhibitor4 .exBlockTitle::before, #exhibitor4 .exBlockTitle::after {
    display: none;
  }
  .exList {
    display: block;
  }
  .exListItem {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  .exListItem:last-child {
    margin-bottom: 0;
  }
  .exListItemImg {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  .exListItemTitle {
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
  }
  .exListItemName {
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }
  .exListItemName dt {
    font-size: 3.2vw;
    margin-right: 2.6666666667vw;
  }
  .exListItemDetail {
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
  .exListItemDetail dt {
    font-size: 3.2vw;
    margin-right: 2.6666666667vw;
  }
  .exListItemLink {
    width: 64vw;
    height: 9.0666666667vw;
  }
  .exListItemLink a {
    width: 64vw;
    height: 9.0666666667vw;
    border-radius: 2.6666666667vw;
    text-indent: -3.2vw;
    font-size: 3.4666666667vw;
    background-position: right 10vw center;
    background-size: 3.2vw;
  }
  .recoTitle {
    font-size: 6.4vw;
    line-height: 1.5;
    padding-top: 7.2vw;
    margin-bottom: 7.2vw;
  }
  .recoTitle span {
    font-size: 5.3333333333vw;
  }
  .recoTitle::before {
    width: 0.8vw;
    height: 16vw;
    margin-right: 8vw;
  }
  .recoTitle::after {
    width: 0.8vw;
    height: 16vw;
    margin-left: 8vw;
  }
  .recoList {
    display: block;
  }
  .recoListItem {
    width: 80vw;
    margin: 0 auto 8vw;
  }
  .recoListItem:last-child {
    margin-bottom: 0;
  }
  .recoListItemImg {
    width: 53.3333333333vw;
    margin: 0 auto 4vw;
  }
  .recoListItemTitle {
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
    padding: 2.4vw 0;
    margin-bottom: 2.6666666667vw;
  }
  .recoListItemList {
    margin-bottom: 13.3333333333vw;
  }
  .recoListItemList li {
    font-size: 3.4666666667vw;
    padding-left: 8vw;
    background-position: 0 0;
    background-size: 5.3333333333vw 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    min-height: 5.3333333333vw;
  }
  .note {
    padding: 20px 0 80px;
    text-align: center;
  }
  .noteTxt {
    font-size: 3.7333333333vw;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}
@media all and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 750px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}