@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Roboto:wght@500&display=swap');

h1 {
  display: none;
}

/* 使用禁止マーク置換（アクセシビリティ対策） */
.kome_mark:before {
  content: "※";
}

.asterisk_mark:before {
  content: "＊";
}

/* PC */
.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

body.fixd {
  overflow: hidden;
  overscroll-behavior: none;
}

#expo {
  font-family: "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 8%;
  overflow: hidden;
}

#expo li {
  background: none;
}

#expo h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: none !important;
}

#expo rt {
  position: relative;
  top: -0.3vw;
  letter-spacing: 0;
}

#expo #fvArea {
  margin: 0 auto;
  padding: 20px 0 120px;
  width: 940px;
  position: relative;
}

#expo #fvArea p {
  margin: 0;
  padding: 0 0 30px;
  width: 817px;
  background-color: #fff;
}

#expo #fvArea p img {
  width: 100%;
  height: auto;
}

#expo #fvArea .expo {
  width: 114px;
  min-width: 80px;
  height: auto;
  position: absolute;
  top: 20px;
  right: -1px;
}

#expo #fvArea #fv {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#expo #fvArea #fv p {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 85.5%;
  line-height: 180%;
  text-align: right;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 2;
  white-space: nowrap;
  background: transparent;
}

#expo #fvArea #fv p rt {
  font-size: 70%;
}

#expo #fvArea #fv p span {
  font-size: 90%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

#expo #fvArea #fv .splide__track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

#expo #fvArea #fv .splide__track .splide__list {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#expo #fvArea #fv .splide__slide {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 655px;
  background-image: none;
  position: relative;
}

#expo #fvArea #fv .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#expo #fvArea #fv .splide__slide .fv {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
}

#expo #fvArea #fv .splide__slide.is-active .fv {
  animation-delay: 0s;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 0.8;
    transform: translateY(-200%);
  }
}

#expo #fvArea #fv .dot-pagination {
  margin: 0;
  padding: 0;
  width: 80px;
  height: 10px;
  bottom: -42px;
  right: 50px;
  left: auto;
}

@-moz-document url-prefix() {
  #expo #fvArea #fv .dot-pagination {
    bottom: -37px;
  }
}

#expo #fvArea #fv .dot-pagination li {
  margin: 0 5px;
  padding: 0;
  width: 10px;
  height: 10px;
  background-image: none;
}

#expo #fvArea #fv .dot-page {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  transition: .3s all;
}

#expo #fvArea #fv .dot-page:hover {
  opacity: .5;
}

#expo #fvArea #fv .dot-page.is-active {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #0068B7;
  opacity: 1;
  transform: scale(1, 1);
}

#expo #fvArea #fv .splide__arrows {
  width: 112px;
  position: absolute;
  height: 10px;
  bottom: -47px;
  right: 34px;
}

#expo #fvArea #fv .button {
  background-color: transparent;
  padding: 0;
  width: 24px;
  height: auto;
  transition: .3s;
  border-radius: 0;
}

#expo #fvArea #fv .button:hover {
  opacity: .5;
}

#expo #fvArea #fv .button::before {
  content: "";
  width: 100%;
  height: 100%;
  font-size: 120%;
  line-height: 100%;
  text-align: center;
  color: #000;
}

#expo #fvArea #fv .prev {
  position: absolute;
  top: 0;
  left: 0;
}

#expo #fvArea #fv .prev::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/arrowL.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #fvArea #fv .next {
  position: absolute;
  top: 0;
  right: 0;
}

#expo #fvArea #fv .next::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/arrowR.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #fvArea #fv .button:disabled::before {
  opacity: .5;
}

#expo #fvArea .slider-controls {
  margin: 24px 0 0 auto;
  padding: 0;
  width: 24px;
  display: flex;
  gap: 0.5rem;
}

#expo #fvArea .slider-controls__button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: .3s;
}

#expo #fvArea .slider-controls__button:hover {
  opacity: .5;
}

#expo #fvArea .slider-controls__button[aria-pressed="true"] {
  display: block;
}

#expo #fvArea .slider-controls__button[disabled] {
  display: none;
  position: relative;
  z-index: -10;
}

#expo #fvArea .js-autoplay-on {
  background-image: url(../img/slide_play.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #fvArea .js-autoplay-off {
  background-image: url(../img/slide_pause.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #prologue {
  width: 100%;
}

#expo #prologue h2 {
  margin: 0 auto;
  padding: 0;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: relative;
}

#expo #prologue h2::before {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #0068B7;
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: -1;
}

#expo #prologue p {
  margin: 0;
  padding: 48px 0;
  width: 100%;
  height: auto;
  font-size: 143%;
  line-height: 240%;
  text-align: center;
  font-weight: 400;
  color: #000;
}

#expo #prologue .en {
  margin: 0 auto;
  padding: 0 0 110px;
  width: 610px;
  /* font-size: 85.6%; */
  font-size: 100%;/* maff */
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo #exhibition {
  margin: 0 auto;
  padding: 0 0 183px;
  width: 960px;
}

#expo #exhibition .exBox {
  margin: 0 auto;
  padding: 100px 55px 90px;
  width: 100%;
  border-radius: 60px;
  /* background-color: #e4e7e9; */
  background-color: #ebf1f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#expo #exhibition .exBox h3 {
  margin: 0;
  padding: 0 0 55px;
  font-size: 229%;
  line-height: 100%;
  text-align: left;
  font-weight: 700;
  color: #0068B7;
  border: none;
  padding: 0;/* maff */
}

#expo #exhibition .exBox .enh3 {
  margin: 15px 0 50px;
  padding: 0 0 0 14px;
  /* font-size: 50%; */
  font-size: 120%;/* maff */
  line-height: 100%;
  text-align: left;
  font-weight: 400;
  color: #E60012;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../img/dot.svg);
  background-position: left center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

#expo #exhibition .exBox p {
  margin: 0;
  padding: 5px 0 15px;
  width: 100%;
  font-size: 128.6%;
  line-height: 260%;
  text-align: left;
  font-weight: 400;
  color: #000;
}

#expo #exhibition .exBox p span {
  width: 100%;
  font-size: 66.6%;
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  color: #000;
}

#expo #exhibition .exBox p span rt {
  font-size: 70%;
}

#expo #exhibition .exBox .en {
  /* font-size: 85.6%; */
  /* color: #6b6c6e; */
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1em;/* maff */
  color: #000;/* maff */
  padding: 0;/* maff */
  line-height: 1.5;
  font-size: 100%;
}

#expo #exhibition .exBox .mov {
  width: 100%;
  height: auto;
  position: relative;
}

#expo #exhibition .exBox .mov img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#expo #exhibition .exBox .mov video {
  margin: auto;
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#expo #exhibition .exBox .mov .play {
  width: 64px;
  margin: auto;
  height: auto;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: .3s;
  cursor: pointer;
}

#expo #exhibition .exBox .mov .play:hover {
  opacity: .6;
}

#expo #exhibition .exBox .mov .play.active {
  display: none;
}

#expo #exhibition .exBox .txt {
  padding: 50px 0 0;
  font-size: 115%;
  line-height: 160%;
  text-align: center;
  font-weight: 400;
  color: #E60012;
}

#expo #exhibition .exBox .txt .en {
  font-size: 75%;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

#expo #exhibit1 {
  margin: 0 0 183px;
  padding: 145px 55px 80px;
  width: 100%;
  border-radius: 60px;
  background-color: #FFE7E9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#expo .ex {
  margin: auto;
  width: 114px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 1;
}

#expo .ex .circle {
  padding: 21px 0 0;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: #0068B7;
  font-size: 142%;
  line-height: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#expo .ex .circle .s {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #E60012;
  position: absolute;
  right: -13px;
  bottom: -12px;
  z-index: -1;
}

#expo .ex .circle span {
  font-size: 200%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  display: block;
}

#expo .ex .no {
  padding: 30px 0 0;
  width: 100%;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #E60012;
}

#expo h3 {
  padding: 0 0 50px;
  font-size: 229%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #0068B7;
}

#expo .box {
  padding: 0 0 35px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

#expo .box img {
  width: 100%;
  height: auto;
}

#expo .box .cap {
  padding: 23px 15px 0 0;
  font-size: 85.6%;
  line-height: 140%;
  text-align: right;
  font-weight: 400;
  color: #000000;
}

@-moz-document url-prefix() {
  #expo .box .cap {
    padding: 15px 15px 0 0;
  }
}

#expo .box .cap rt {
  font-size: 70%;
}

#expo .box .cap span {
  font-size: 90%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

#expo .box p {
  margin: 0 auto;
  padding: 60px 0 0;
  width: 88%;
  font-size: 114.2%;
  line-height: 260%;
  text-align: left;
  font-weight: 400;
  color: #000;
}

#expo .box .link {
  margin: 0 auto;
  padding: 0;
  width: 39.04%;
  border-radius: 40px;
  border: 1px solid #0068B7;
  overflow: hidden;
}

#expo .box .link a {
  padding: 14px 0 12px;
  width: 100%;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #0068B7;
  display: block;
  text-decoration: none;
  transition: .3s;
  background-image: url(../img/arrow.png);
  background-position: right 16px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

#expo .box .link a span {
  padding: 5px 0 0;
  font-size: 62%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  display: block;
  letter-spacing: 0;
}

#expo .box .link a:hover {
  color: #0068B7;
  background-color: #fff;
  background-image: url(../img/arrow2.png);
}

#expo .box .link a:hover span {
  color: #0068B7;
}

#expo .box .en {
  margin: 0 auto;
  padding: 30px 0 0;
  width: 88%;
  /* font-size: 86%; */
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  /* color: #6b6c6e; */
  font-size: 1em;
  color: #000;
}

#expo #exhibit1 h4 {
  padding: 75px 0 32px;
  font-size: 172%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #0068B7;
  border: none;
}

#expo #exhibit1 .en {
  padding: 30px 0 0;
  /* font-size: 50%; */
  line-height: 180%;
  text-align: center;
  font-weight: 400;
  color: #000000;
  font-size: 1em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo #exhibit1 .titleB {
  margin: 0 auto 40px;
  /* padding: 25px 0 30px; */
  padding: 25px 0 5px;
  width: 100%;
  border-radius: 10px;
  background-color: #0068B7;
  position: relative;
}

#expo #exhibit1 .titleB::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 28px 20px 0 20px;
  border-color: #0068B7 transparent transparent;
  translate: -50% 100%;
}

#expo #exhibit1 .titleB h5 {
  margin: 0;
  /* padding: 0; */
  padding: 0 0 25px;
  font-size: 143%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

#expo #exhibit1 .titleB .en {
  /* padding: 15px 0 0; */
  padding: 0;/* maff */
  margin: -10px auto 20px;/* maff */
  /* font-size: 60%; */
  font-size: 100%;/* maff */
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo #exhibit1 #slide {
  margin: 0 auto 40px;
  width: 92.5%;
  position: relative;
}

#expo #exhibit1 #slide .splide__track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#expo #exhibit1 #slide .splide__track .splide__list {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

#expo #exhibit1 #slide .splide__slide {
  margin: 0;
  padding: 0;
  width: 387px;
  height: auto;
}

#expo #exhibit1 #slide .splide__slide img {
  margin: 0;
  width: 100%;
  height: auto;
}

#expo #exhibit1 #slide .splide__arrows {
  margin: 0 0 0 49%;
  padding: 0;
  width: 55px;
  position: relative;
}

#expo #exhibit1 #slide .button {
  background-color: transparent;
  padding: 0;
  width: 24px;
  height: auto;
  transition: .3s;
  border-radius: 0;
}

#expo #exhibit1 #slide .button:hover {
  opacity: .5;
}

#expo #exhibit1 #slide .button::before {
  content: "";
  width: 100%;
  height: 100%;
  font-size: 140%;
  line-height: 100%;
  text-align: center;
  color: #000;
}

#expo #exhibit1 #slide .prev {
  position: absolute;
  top: 28px;
  left: 0;
}

#expo #exhibit1 #slide .prev::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/arrowL.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #exhibit1 #slide .next {
  position: absolute;
  top: 28px;
  right: 0;
}

#expo #exhibit1 #slide .next::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/arrowR.svg);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #exhibit1 #slide .button:disabled::before {
  opacity: .5;
}

#expo #exhibit1 #slide .pagination {
  text-align: right;
  z-index: 1;
  position: absolute;
  bottom: -40px;
  right: 53%;
}

#expo #exhibit1 #slide .pagination span {
  font-size: 130%;
  line-height: 100%;
  font-weight: 700;
  color: #0068B7;
}

#expo #exhibit1 #slide .slider-controls {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  gap: 0.5rem;
  position: absolute;
  bottom: -40px;
  left: 57%;
  display: flex;
}

#expo #exhibit1 #slide .slider-controls__button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: .3s;
}

#expo #exhibit1 #slide .slider-controls__button:hover {
  opacity: .5;
}

#expo #exhibit1 #slide .slider-controls__button[aria-pressed="true"] {
  display: block;
}

#expo #exhibit1 #slide .slider-controls__button[disabled] {
  display: none;
  position: relative;
  z-index: -10;
}

#expo #exhibit1 #slide .js-autoplay-on2 {
  width: 24px;
  height: 24px;
  background-image: url(../img/slide_play.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #exhibit1 #slide .js-autoplay-off2 {
  width: 24px;
  height: 24px;
  background-image: url(../img/slide_pause.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
}

#expo #exhibit2 {
  margin: 0 0 120px;
  padding: 145px 55px 80px;
  width: 100%;
  border-radius: 60px;
  background-color: #DAEFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#expo #exhibit2 .ex .circle {
  background-color: #E60012;
}

#expo #exhibit2 .ex .circle .s {
  background-color: #0068B7;
}

#expo #exhibit3 {
  margin: 0;
  padding: 145px 55px 80px;
  width: 100%;
  border-radius: 60px;
  background-color: #FFE7E9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#expo #exhibit3 .ex .circle {
  background-color: #0068B7;
}

#expo #exhibit3 .ex .circle .s {
  background-color: #E60012;
}

#expo #exhibit3 h4 {
  padding: 75px 0 28px;
  font-size: 172%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #0068B7;
  border: none;
}

#expo #exhibit3 .en {
  padding: 30px 0 0;
  /* font-size: 50%; */
  line-height: 180%;
  text-align: center;
  /* font-weight: 400; */
  /* color: #6b6c6e; */
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #0068b7;
}

#expo #exhibit3 .tab {
  margin: 0 auto;
  padding: 0;
  width: 88.09%;
}

#expo #exhibit3 .tab .tabBt {
  margin: 0;
  padding: 0 0 8px;
  width: 100%;
}

#expo #exhibit3 .tab .tabBt li {
  float: left;
  margin: 0 1.97% 15px 0;
  padding: 0;
  width: 32.02%;
  height: auto;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: .3s;
  background-image: url(../img/tab1On.png);
  background-position: left top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#expo #exhibit3 .tab .tabBt li:nth-child(2) {
  background-image: url(../img/tab2On.png);
}

#expo #exhibit3 .tab .tabBt li:nth-child(3) {
  background-image: url(../img/tab3On.png);
}

#expo #exhibit3 .tab .tabBt li:nth-child(4) {
  background-image: url(../img/tab4On.png);
}

#expo #exhibit3 .tab .tabBt li:nth-child(5) {
  background-image: url(../img/tab5On.png);
}

#expo #exhibit3 .tab .tabBt li:nth-child(6) {
  background-image: url(../img/tab6On.png);
}

#expo #exhibit3 .tab .tabBt li:nth-child(3n) {
  margin: 0 0 15px 0;
}

#expo #exhibit3 .tab .tabBt li img {
  width: 100%;
  height: auto;
}

#expo #exhibit3 .tab .tabBt li.active img,
#expo #exhibit3 .tab .tabBt li:hover img {
  opacity: 0;
  transition: opacity .7s;
}

#expo #exhibit3 .tab .tabBt li.active::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 16px 9.5px 0 9.5px;
  border-color: #0068B7 transparent transparent;
  translate: -50% 100%;
  z-index: 2;
}

#expo #exhibit3 .tab .tab-contents {
  margin: 0;
  padding: 30px 0 25px;
  width: 100%;
  border-radius: 30px;
  border: 3px solid #0068B7;
  background-color: #fff;
}

#expo #exhibit3 .tab .tab-contents .contents {
  display: none;
  animation: fadeIn2 0.5s ease-in-out;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#expo #exhibit3 .tab .tab-contents .contents.active {
  display: block;
}

#expo #exhibit3 .tab .tab-contents .contents .playBox {
  margin: 0 auto;
  width: 25.94%;
  position: relative;
}

#expo #exhibit3 .tab .tab-contents .contents .playBox img {
  width: 100%;
  height: auto;
}

#expo #exhibit3 .tab .tab-contents .contents .playBox .modal_open {
  transition: .3s;
  text-decoration: none;
  cursor: pointer;
}

#expo #exhibit3 .tab .tab-contents .contents .playBox .modal_open:hover {
  opacity: .6;
}

#expo #exhibit3 .tab .tab-contents .contents .playBox .play {
  margin: auto;
  width: 64px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

#expo #exhibit3 .tab .tab-contents .contents .playBox p {
  margin: 0;
  padding: 42px 0 0;
  width: 100%;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #E60012;
}

#expo #recipe {
  margin: 0 auto 120px;
  /* padding: 92px 0 80px; */
  padding: 40px 0;/* maff */
  width: 87.5%;
  border-radius: 20px;
  border: 1px solid #2C2D31;
}

#expo #recipe h3 {
  /* padding: 0 0 65px; */
  font-size: 172%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #2C2D31;
  padding: 50px;
}

#expo #recipe .en {
  padding: 15px 0 0;
  /* font-size: 70%; */
  /* line-height: 100%; */
  text-align: center;
  font-weight: 400;
  /* color: #2C2D31; */
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 0 39px;
  font-size: 1em;
  color: #000;
  line-height: 1.5;
  width: 88%;
  margin: 0 auto;
}

#expo #recipe p {
  margin: 0 auto;
  padding: 0 0 30px;
  width: 88.09%;
  height: auto;
  font-size: 114.4%;
  line-height: 260%;
  text-align: left;
  font-weight: 400;
  color: #2C2D31;
}

/* #expo #recipe .en {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 88.09%;
  font-size: 85.7%;
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */

#expo #recipe h4 {
  padding: 0 0 60px;
  font-size: 143%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #0068B7;
}

/* #expo #recipe .en {
  padding: 30px 0 0;
  font-size: 60%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */

#expo #recipe h5 {
  margin: 0;
  /* padding: 0 0 30px; */
  font-size: 143%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #2C2D31;
  padding: 0 0 50px;
}

/* #expo #recipe .en {
  padding: 12px 0 0;
  font-size: 60%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */

#expo #recipe .pBox {
  margin: 0 auto;
  padding: 0 0 55px;
  width: 88.09%;
}

#expo #recipe .pBox.pBox2 {
  padding: 0 0 48px;
}

#expo #recipe .pBox li {
  float: left;
  margin: 0;
  padding: 0;
  width: 47.83%;
}

#expo #recipe .pBox li:last-child {
  float: right;
}

#expo #recipe .pBox li .photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

#expo #recipe .pBox li .photo img {
  width: 100%;
  height: auto;
}

#expo #recipe .pBox li a img {
  transition: .3s
}

#expo #recipe .pBox li a:hover img {
  transform: scale(1.1, 1.1);
  opacity: .7;
}

#expo #recipe .pBox li h6 {
  margin: 0;
  padding: 20px 0 15px;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #0068B7;
  float: none;
}

#expo #recipe .pBox li .pref {
  padding: 0 0 24px;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #0068B7;
}

#expo #recipe .pBox li .en {
  padding: 0;
  font-size: 75%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo #recipe .bt {
  margin: 0 auto;
  padding: 0;
  width: 39.04%;
  border-radius: 35px;
  border: 1px solid #0068B7;
  overflow: hidden;
}

#expo #recipe .bt a {
  padding: 10px 0 12px;
  width: 100%;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #0068B7;
  display: block;
  text-decoration: none;
  transition: .3s;
  background-image: url(../img/arrow.png);
  background-position: right 16px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}

#expo #recipe .bt a span {
  padding: 5px 0 0;
  font-size: 62%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  display: block;
  letter-spacing: 0;
}

#expo #recipe .bt a:hover {
  color: #0068B7;
  background-color: #fff;
  background-image: url(../img/arrow2.png);
}

#expo #recipe .bt a:hover span {
  color: #0068B7;
}

#expo #access {
  margin: 0 auto;
  padding: 118px 0 244px;
  width: 100%;
}

#expo #access .accessL {
  float: left;
  padding: 0 0 0 5%;
  width: 45%;
}

#expo #access .accessL h3 {
  margin: 0;
  /* padding: 0 0 65px; */
  font-size: 229%;
  line-height: 100%;
  text-align: left;
  font-weight: 700;
  color: #0068B7;
  padding: 0;/* maff */
}

#expo #access .accessL .h3en { /* maff */
  padding: 15px 0 0 13px;
  font-size: 1em;
  line-height: 100%;
  text-align: left;
  font-weight: 400;
  color: #E60012;
  background-image: url(../img/dot.svg);
  background-position: left bottom 2px;
  background-size: 8px auto;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 50px;
}

#expo #access .accessL dl {
  margin: 0;
  padding: 0 0 8px;
  width: 90%;
}

#expo #access .accessL dt {
  float: left;
  padding: 0 0 0 17px;
  width: 93px;
  font-size: 114%;
  line-height: 260%;
  text-align: left;
  font-weight: 400;
  color: #000;
  position: relative;
}

#expo #access .accessL dt::after {
  margin: auto;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #9c2133;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
}

#expo #access .accessL dd {
  margin: 0 0 0 115px;
  font-size: 114%;
  line-height: 260%;
  text-align: left;
  font-weight: 400;
  color: #000
}

#expo #access .accessL .cap {
  margin: 0;
  padding: 0 0 48px;
  width: 100%;
  font-size: 100%;
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  color: #000;
}

#expo #access .accessL .en {
  width: 85%;
  font-size: 86%;
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo #access .map {
  float: right;
  width: 54.68%;
}

#expo #access .map img {
  width: 100%;
  height: auto;
}

#expo #green {
  margin: 0 auto;
  padding: 0 0 150px;
  width: 77.08%;
}

#expo #green h4 {
  margin: 0;
  padding: 0 0 45px;
  font-size: 143%;
  line-height: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

#expo #green .en {
  padding: 30px 0 0;
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo #green .ban {
  width: 100%;
}

#expo #green .ban img {
  width: 100%;
  height: auto;
}

#expo #green .ban a {
  transition: .3s;
}

#expo #green .ban a:hover {
  opacity: .5;
}

#expo .modal_box {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1000;
  display: none;
  width: 740px;
  height: 110vh;
  margin: -20px auto 0;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#expo .modal_box .modal_close {
  width: 42px;
  height: 42px;
  background-image: url(../img/close.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: -50px;
  cursor: pointer;
  z-index: 1001;
  transition: .3s;
}

#expo .modal_box .modal_close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#expo .modal_box .modal_boxIn {
  width: 100%;
  height: 100vh;
  padding: 0 0 50px;
  overflow-y: auto;
}

#expo .modal_box .inner {
  z-index: 1002;
  margin: 20px 0 0;
  padding: 30px 0 13px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#expo .modal_box .inner .mov {
  margin: 0 auto;
  padding: 0 0 29px;
  width: 305px;
  border: none;
  outline: none;
}

#expo .modal_box .inner .mov img {
  width: 100%;
  height: auto;
}

#expo .modal_box .inner .more {
  margin: 0 auto 37px;
  padding: 0;
  width: 39.04%;
  border-radius: 35px;
  border: 1px solid #0068B7;
  overflow: hidden;
  cursor: pointer;
}

#expo .modal_box .inner .more a {
  padding: 12px 0 12px;
  width: 100%;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #0068B7;
  display: block;
  text-decoration: none;
  position: relative;
  transition: .3s;
  margin: 0;/* maff */
}

#expo .modal_box .inner .more a .en {
  padding: 5px 0 10px;/* maff */
  font-size: 62%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  display: block;
  letter-spacing: 0;
  margin: 0;
}

#expo .modal_box .inner .more.open a {
  color: #0068B7;
  background-color: #fff;
}

#expo .modal_box .inner .more.open a .en {
  color: #0068B7;
}

#expo .modal_box .inner .more a .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  margin: auto;
  transition-duration: 0.2s;
}

#expo .modal_box .inner .more a .icon_wrap .icon {
  display: block;
  width: 14px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

#expo .modal_box .inner .more.open a,
#expo .modal_box .inner .more a .icon_wrap {}

#expo .modal_box .inner .more a .icon_wrap .icon:before,
#expo .modal_box .inner .more a .icon_wrap .icon:after {
  display: flex;
  content: '';
  background-color: #fff;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition: .3s;
}

#expo .modal_box .inner .more a .icon_wrap .icon:before {
  width: 1px;
  height: 14px;
  top: 0;
  left: 7px;
}

#expo .modal_box .inner .more.open a .icon_wrap .icon:before {
  content: none;
  background-color: #0068B7;
}

#expo .modal_box .inner .more.open a .icon_wrap .icon:after {
  background-color: #0068B7;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#expo .modal_box .inner .acc {
  display: none;
  margin: 0 auto;
  width: 86.48%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#expo .modal_box .inner .acc .q {
  padding: 0 0 22px;
  font-size: 115%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #0068B7;
}

#expo .modal_box .inner .acc .q .en {
  padding: 15px 0 0;
  font-size: 74%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
}

#expo .modal_box .inner .acc .g {
  font-size: 230%;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #0068B7;
}

#expo .modal_box .inner .acc .gen {
  padding: 15px 0 0; /* maff */
  /* font-size: 74%; */
  font-size: 100%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo .modal_box .inner .acc .g rt {
  font-size: 40%;
}

#expo .modal_box .inner .acc .g span {
  font-size: 125%;
  font-weight: 700;
}

#expo .modal_box .inner .acc .line {
  margin: 0 0 40px;
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #66a4d4;
}

#expo .modal_box .inner .acc h5 {
  margin: 0;
  padding: 0;
  font-size: 128.6%;
  line-height: 100%;
  text-align: left;
  font-weight: 500;
  color: #000;
}

#expo .modal_box .inner .acc p {
  margin: 0;
  padding: 40px 0;
  font-size: 114.2%;
  line-height: 220%;
  text-align: left;
  font-weight: 400;
  color: #000;
}

#expo .modal_box .inner .acc p rt {
  position: relative;
  top: -0.2vw;
}

#expo .modal_box .inner .acc .en {
  padding: 0 0 29px;
  font-size: 86%;
  line-height: 180%;
  text-align: left;
  font-weight: 400;
  color: #6b6c6e;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#expo .modal_box .inner .acc .en b {
  font-weight: 500;
}

#expo .modal_box .copy {
  padding: 20px 0 0;
  font-size: 86%;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(44, 45, 49, 0.7);
}



@media screen and (max-width: 959px) {
  #expo #fvArea {
    padding: 2.1vw 0 12.4vw;
    width: 97.91%;
  }

  #expo #fvArea p {
    padding: 0 0 3.1vw;
    width: 86.91%;
  }

  #expo #fvArea .expo {
    width: 12%;
    top: 2.1vw;
    right: -0.1vw;
  }

  #expo #fvArea #fv p {
    right: 2%;
    bottom: 1.6vw;
  }

  #expo #fvArea #fv .splide__slide {
    height: 68.4vw;
  }

  #expo #fvArea #fv .dot-pagination {
    width: 8.51%;
    bottom: -4.2vw;
    right: 5.31%;
  }

  @-moz-document url-prefix() {
    #expo #fvArea #fv .dot-pagination {
      bottom: -3.8vw;
    }
  }

  #expo #fvArea #fv .dot-pagination li {
    margin: 0 6%;
    width: 1.1vw;
    height: 1.1vw;
  }

  #expo #fvArea #fv .dot-page {
    width: 1.1vw;
    height: 1.1vw;
  }

  #expo #fvArea #fv .dot-page.is-active {
    width: 1.1vw;
    height: 1.1vw;
  }

  #expo #fvArea #fv .splide__arrows {
    width: 11.91%;
    height: 1.1vw;
    bottom: -4.8vw;
    right: 3.67%;
  }

  #expo #fvArea #fv .button {
    width: 2.5vw;
  }

  #expo #fvArea #fv .prev::before,
  #expo #fvArea #fv .next::before {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #fvArea .slider-controls {
    margin: 2.5vw 0 0 auto;
    width: 2.5vw;
  }

  #expo #fvArea .slider-controls__button {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #prologue h2 {
    width: 11.9vw;
    height: 11.9vw;
  }

  #expo #prologue h2::before {
    width: 5.64vw;
    height: 5.64vw;
    right: -1.33vw;
    bottom: -1.33vw;
  }

  #expo #prologue p {
    padding: 5vw 0;
  }

  #expo #prologue .en {
    padding: 0 0 11.5vw;
    width: 64.89%;
  }

  #expo #exhibition {
    padding: 0 0 19.1vw;
    width: 100%;
  }

  #expo #exhibition .exBox {
    padding: 10.4vw 5.85% 9.4vw;
  }

  #expo #exhibition .exBox h3 {
    padding: 0 0 5.7vw;
  }

  #expo #exhibition .exBox h3 .en {
    margin: 1.62vw 0 0;
    padding: 0 0 0 1.52vw;
    background-size: 0.88vw auto;
  }

  #expo #exhibition .exBox p {
    padding: 0.54vw 0 1.6vw;
  }

  #expo #exhibition .exBox .mov .play {
    width: 7.61%;
    bottom: -3.24vw;
  }

  #expo #exhibition .exBox .txt {
    padding: 5.2vw 0 0;
  }

  #expo #exhibit1 {
    margin: 0 0 18.6vw;
    padding: 15.1vw 5.85% 8.4vw;
  }

  #expo .ex {
    width: 12.12%;
    top: -6.2vw;
  }

  #expo .ex .circle {
    padding: 2vw 0 0;
    width: 11.8vw;
    height: 11.8vw;
  }

  #expo .ex .circle .s {
    width: 7.4vw;
    height: 7.4vw;
    right: -1.4vw;
    bottom: -1.3vw;
  }

  #expo .ex .no {
    padding: 3.14vw 0 0;
  }

  #expo h3 {
    padding: 0 0 5.2vw;
  }

  #expo h3 .en {
    padding: 2.2vw 0 0;
  }

  #expo .box {
    padding: 0 0 3.7vw;
  }

  #expo .box .cap {
    padding: 2.5vw 1.56vw 0 0;
  }

  @-moz-document url-prefix() {
    #expo .box .cap {
      padding: 1.56vw 1.56vw 0 0;
    }
  }

  #expo .box p {
    padding: 6.3vw 0 0;
    width: 88%;
  }

  #expo .box .link a {
    padding: 1.48vw 0 1.28vw;
    background-position: right 5.3% center;
    background-size: 0.8vw auto;
  }

  #expo .box .link a span {
    padding: 0.5vw 0 0;
  }

  #expo .box .en {
    padding: 3.2vw 0 0;
  }

  #expo #exhibit1 h4 {
    padding: 7.8vw 0 3.4vw;
  }

  #expo #exhibit1 h4 .en {
    padding: 3.2vw 0 0;
  }

  #expo #exhibit1 .titleB {
    margin: 0 auto 4.2vw;
    padding: 2.6vw 0 3.1vw;
  }

  #expo #exhibit1 .titleB::after {
    border-width: 3vw 2.2vw 0 2.2vw;
  }

  #expo #exhibit1 .titleB h5 .en {
    padding: 1.56vw 0 0;
  }

  #expo #exhibit1 #slide {
    margin: 0 auto 4.2vw;
  }

  #expo #exhibit1 #slide .splide__slide {
    width: 82.65%;
  }

  #expo #exhibit1 #slide .splide__arrows {
    width: 55px;
  }

  #expo #exhibit1 #slide .button {
    width: 2.5vw;
  }

  #expo #exhibit1 #slide .prev {
    top: 3vw;
  }

  #expo #exhibit1 #slide .prev::before {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #exhibit1 #slide .next {
    top: 3vw;
  }

  #expo #exhibit1 #slide .next::before {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #exhibit1 #slide .pagination {
    bottom: -4.2vw;
  }

  #expo #exhibit1 #slide .slider-controls {
    width: 2.5vw;
    height: 2.5vw;
    bottom: -4.4vw;
  }

  #expo #exhibit1 #slide .slider-controls__button {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #exhibit1 #slide .js-autoplay-on2 {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #exhibit1 #slide .js-autoplay-off2 {
    width: 2.5vw;
    height: 2.5vw;
  }

  #expo #exhibit2 {
    margin: 0 0 12.6vw;
    padding: 15.1vw 5.85% 8.5vw;
  }

  #expo #exhibit3 {
    margin: 0;
    padding: 15.1vw 5.85% 8.5vw;
  }

  #expo #exhibit3 h4 {
    padding: 7.6vw 0 2.9vw;
  }

  #expo #exhibit3 h4 .en {
    padding: 3.2vw 0 0;
  }

  #expo #exhibit3 .tab .tabBt {
    padding: 0 0 0.82vw;
  }

  #expo #exhibit3 .tab .tabBt li.active::after {
    border-width: 1.6vw 0.96vw 0 0.96vw;
  }

  #expo #exhibit3 .tab .tab-contents {
    padding: 3.2vw 0 2.7vw;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox .play {
    width: 33.68%;
    bottom: 3.2vw;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox p {
    padding: 4.4vw 0 0;
  }

  #expo #recipe {
    margin: 0 auto 12.6vw;
    padding: 9.6vw 0 8.3vw;
  }

  #expo #recipe h3 {
    padding: 0 0 6.8vw;
  }

  #expo #recipe h3 .en {
    padding: 1.6vw 0 0;
  }

  #expo #recipe p {
    padding: 0 0 3.1vw;
  }

  #expo #recipe .en {
    padding: 0 0 5.2vw;
  }

  #expo #recipe h4 {
    padding: 0 0 6.3vw;
  }

  #expo #recipe h4 .en {
    padding: 3.16vw 0 0;
  }

  #expo #recipe h5 {
    padding: 0 0 3.2vw;
  }

  #expo #recipe h5 .en {
    padding: 1.3vw 0 0;
  }

  #expo #recipe .pBox {
    padding: 0 0 5.74vw;
  }

  #expo #recipe .pBox.pBox2 {
    padding: 0 0 5.1vw;
  }

  #expo #recipe .pBox li h6 {
    padding: 2.1vw 0 1.6vw;
  }

  #expo #recipe .pBox li .pref {
    padding: 0 0 2.5vw;
  }

  #expo #recipe .bt a {
    padding: 1.06vw 0 1.28vw;
    background-position: right 5.3% center;
    background-size: 0.8vw auto;
  }

  #expo #recipe .bt a span {
    padding: 0.5vw 0 0;
  }

  #expo #access {
    padding: 12.4vw 0 25.4vw;
  }

  #expo #access .accessL h3 {
    padding: 0 0 6.8vw;
  }

  #expo #access .accessL .h3en {/* maff */
    padding: 1.6vw 0 0 1.52vw;
    background-position: left bottom 0.1vw;
    background-size: 0.88vw auto;
    margin: -40px auto 30px;
  }

  #expo #access .accessL dl {
    padding: 0 0 0.86vw;
  }

  #expo #access .accessL dt {
    padding: 0 0 0 1.8vw;
    width: 27.5%;
  }

  #expo #access .accessL dt::after {
    width: 1.3vw;
  }

  #expo #access .accessL dd {
    margin: 0 0 0 12vw;
  }

  #expo #access .accessL .cap {
    padding: 0 0 48px;
  }

  #expo #green {
    padding: 0 0 15.6vw;
  }

  #expo #green h4 {
    padding: 0 0 4.7vw;
  }

  #expo #green h4 .en {
    padding: 3.1vw 0 0;
  }

  #expo .modal_box {
    width: 77.08%;
  }

  #expo .modal_box .modal_close {
    width: 4.4vw;
    height: 4.4vw;
    top: -3vw;
    right: -4.5vw;
  }

  #expo .modal_box .modal_boxIn {
    padding: 0 0 10vw;
  }

  #expo .modal_box .inner {
    padding: 3.2vw 0 1.5vw;
  }

  #expo .modal_box .inner .mov {
    padding: 0 0 3vw;
    width: 41.21%;
  }

  #expo .modal_box .inner .more {
    margin: 0 auto 3.8vw;
  }

  #expo .modal_box .inner .more a {
    padding: 1.3vw 0 1.3vw;
  }

  #expo .modal_box .inner .more a .en {
    padding: 0.54vw 0 0;
    margin: 10px 0px 0; /* maff */
  }

  #expo .modal_box .inner .more a .icon_wrap {
    width: 1.5vw;
    height: 1.5vw;
  }

  #expo .modal_box .inner .more a .icon_wrap .icon {
    width: 1.5vw;
    height: 1.5vw;
  }

  #expo .modal_box .inner .more a .icon_wrap .icon:before,
  #expo .modal_box .inner .more a .icon_wrap .icon:after {
    width: 1.5vw;
    top: 0.75vw;
  }

  #expo .modal_box .inner .more a .icon_wrap .icon:before {
    width: 1px;
    height: 1.5vw;
    top: 0;
    left: 0.75vw;
  }

  #expo .modal_box .inner .acc .q {
    padding: 0 0 2.4vw;
  }

  #expo .modal_box .inner .acc .q .en {
    padding: 1.64vw 0 0;
  }

  #expo .modal_box .inner .acc .gen {
    padding: 1.64vw 0 0;
  }

  #expo .modal_box .inner .acc .line {
    margin: 0 0 4.18vw;
    height: 3.46vw;
  }

  #expo .modal_box .inner .acc p {
    padding: 4.14vw 0;
  }

  #expo .modal_box .inner .acc .en {
    padding: 0 0 3vw;
  }

  #expo .modal_box .copy {
    padding: 2.1vw 0 0;
  }


}



@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  body {
    overflow-x: hidden;
  }

  #expo {
    overflow: visible;
  }

  #expo #fvArea {
    margin: 0 auto;
    padding: 0 0 33vw;
    width: 100%;
    position: relative;
  }

  #expo #fvArea p {
    margin: 0;
    padding: 0 0 3vw;
    width: 92%;
    position: relative;
    z-index: 1;
  }

  #expo #fvArea p img {
    width: 100%;
    height: auto;
  }

  #expo #fvArea .expo {
    width: 17%;
    height: auto;
    position: absolute;
    top: -3vw;
    right: 0;
    z-index: 2;
  }

  #expo #fvArea #fv {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }

  #expo #fvArea #fv p {
    margin: 0;
    padding: 0;
    width: 75%;
    height: auto;
    font-size: 80%;
    line-height: 160%;
    text-align: left;
    font-weight: 400;
    color: #fff;
    position: absolute;
    right: 3%;
    bottom: 4vw;
    z-index: 2;
  }

  #expo #fvArea #fv p span {
    padding: 0.6vw 0 0;
    font-size: 85%;
    line-height: 160%;
    font-weight: 400;
  }

  #expo #fvArea #fv .splide__track {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 6vw;
  }

  #expo #fvArea #fv .splide__track .splide__list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #expo #fvArea #fv .splide__slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 170vw;
    background-image: none;
    position: relative;
  }

  #expo #fvArea #fv .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #expo #fvArea #fv .splide__slide .fv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #expo #fvArea #fv .splide__slide.is-active .fv {
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-name: fadeIn;
  }

  #expo #fvArea #fv .dot-pagination {
    margin: 0;
    padding: 0;
    width: 26%;
    bottom: -9.5vw;
    right: 9%;
    left: auto;
  }

  #expo #fvArea #fv .dot-pagination li {
    margin: 0 2.2vw;
    padding: 0;
    width: 2.2vw;
    height: 2.2vw;
    background-image: none;
  }

  #expo #fvArea #fv .dot-page {
    margin: 0;
    padding: 0;
    width: 2.2vw;
    height: 2.2vw;
    transition: .5s all;
  }

  #expo #fvArea #fv .dot-page.is-active {
    margin: 0;
    padding: 0;
    width: 2.2vw;
    height: 2.2vw;
    background-color: #0068B7;
    opacity: 1;
    transform: scale(1, 1);
  }

  #expo #fvArea #fv .splide__arrows {
    width: 32%;
    position: absolute;
    height: auto;
    bottom: -8.5vw;
    right: 6%;
  }

  #expo #fvArea #fv .button {
    background-color: transparent;
    padding: 0;
    width: 6.5vw;
    height: auto;
    transition: .2s;
    border-radius: 0;
  }

  #expo #fvArea #fv .button::before {
    content: "";
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    color: #000;
  }

  #expo #fvArea #fv .prev {
    position: absolute;
    top: 0;
    left: 0;
  }

  #expo #fvArea #fv .prev::before {
    content: "";
    width: 6.5vw;
    height: 6.5vw;
    background-image: url(../img/arrowL.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #fvArea #fv .next {
    position: absolute;
    top: 0;
    right: 0;
  }

  #expo #fvArea #fv .next::before {
    content: "";
    width: 6.5vw;
    height: 6.5vw;
    background-image: url(../img/arrowR.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #fvArea #fv .button:disabled::before {
    opacity: .5;
  }

  #expo #fvArea .slider-controls {
    margin: 5vw 0 0 auto;
    padding: 0;
    width: 6.5vw;
    display: flex;
    gap: 0.5rem;
  }

  #expo #fvArea .slider-controls__button {
    width: 6.5vw;
    height: 6.5vw;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  #expo #fvArea .slider-controls__button[aria-pressed="true"] {
    display: block;
  }

  #expo #fvArea .slider-controls__button[disabled] {
    display: none;
    position: relative;
    z-index: -10;
  }

  #expo #fvArea .js-autoplay-on {
    background-image: url(../img/slide_play.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #fvArea .js-autoplay-off {
    background-image: url(../img/slide_pause.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #prologue {
    width: 100%;
  }

  #expo #prologue h2 {
    margin: 0 auto;
    padding: 0;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    background-color: #E60012;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    position: relative;
  }

  #expo #prologue h2::before {
    content: "";
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    background-color: #0068B7;
    position: absolute;
    right: -3.5vw;
    bottom: -3.5vw;
    z-index: -1;
  }

  #expo #prologue p {
    margin: 0;
    padding: 14vw 0 10vw;
    width: 100%;
    height: auto;
    font-size: 145%;
    line-height: 260%;
    text-align: center;
    font-weight: 400;
    color: #000;
  }

  #expo #prologue .en {
    margin: 0 auto;
    padding: 0 0 30vw;
    width: 89.18%;
    /* font-size: 85%; */
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    /* color: #6b6c6e; */
    font-size: 1em;
    color: #000;
  }

  #expo #exhibition {
    margin: 0 auto;
    padding: 0 0 46vw;
    width: 100%;
  }

  #expo #exhibition .exBox {
    margin: 0 auto 0 -2%;
    padding: 30vw 8% 0;
    width: 104%;
    border-radius: 12vw;
    background-color: #e4e7e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #expo #exhibition .exBox h3 {
    margin: 0;
    padding: 0 0 5vw;
    font-size: 200%;
    line-height: 100%;
    text-align: left;
    font-weight: 700;
    color: #0068B7;
    border: none;
  }

  #expo #exhibition .exBox h3 .en {
    margin: 4vw 0 0;
    padding: 0 0 0 3.4vw;
    font-size: 50%;
    line-height: 100%;
    text-align: left;
    font-weight: 400;
    color: #E60012;
    background-image: url(../img/dot.svg);
    background-position: left top 1.5vw;
    background-size: 2vw auto;
    background-repeat: no-repeat;
  }

  #expo #exhibition .exBox p {
    margin: 0;
    padding: 8vw 0 10vw;
    width: 100%;
    font-size: 120%;
    line-height: 260%;
    text-align: left;
    font-weight: 400;
    color: #000;
  }

  #expo #exhibition .exBox p span {
    width: 100%;
    font-size: 67%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #000;
  }

  #expo #exhibition .exBox .en {
    padding: 0 0 26vw;
    font-size: 100%;
    line-height: 180%;
    color: #6b6c6e;
    font-weight: 400;
  }

  #expo #exhibition .exBox .mov {
    margin: 0 auto 0 -5%;
    padding: 5vw 0 0;
    width: 110%;
    position: relative;
  }

  #expo #exhibition .exBox .mov img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  #expo #exhibition .exBox .mov video {
    margin: auto;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
    z-index: 1;
  }

  #expo #exhibition .exBox .mov .play {
    width: 16.5vw;
    margin: auto;
    height: auto;
    position: absolute;
    bottom: -8.5vw;
    left: 0;
    right: 0;
  }

  #expo #exhibition .exBox .txt {
    padding: 14vw 0 18vw;
    font-size: 130%;
    line-height: 160%;
    text-align: center;
    font-weight: 400;
    color: #E60012;
  }

  #expo #exhibition .exBox .txt .en {
    padding: 0.5vw 0 0;
    font-size: 54%;
    color: #6b6c6e;
    font-weight: 400;
  }

  #expo #exhibit1 {
    margin: 0 0 48vw -2%;
    padding: 25vw 0 26vw;
    width: 104%;
    border-radius: 12vw;
    background-color: #FFE7E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #expo .ex {
    margin: auto;
    width: 32.56%;
    position: absolute;
    top: -14vw;
    left: 0;
    right: 0;
    z-index: 1;
  }

  #expo .ex .circle {
    padding: 3vw 0 0;
    width: 28.2vw;
    height: 28.2vw;
    border-radius: 50%;
    background-color: #0068B7;
    font-size: 140%;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #expo .ex .circle .s {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    background-color: #E60012;
    position: absolute;
    right: -3.5vw;
    bottom: -3vw;
    z-index: -1;
  }

  #expo .ex .circle span {
    font-size: 200%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    display: block;
  }

  #expo .ex .no {
    padding: 6.5vw 0 0;
    width: 100%;
    font-size: 120%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #E60012;
  }

  #expo h3 {
    padding: 11vw 0 13vw;
    font-size: 210%;
    line-height: 180%;
    text-align: center;
    font-weight: 700;
    color: #0068B7;
  }

  #expo h3 .en {
    padding: 2vw 0 0;
    font-size: 52%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #0068B7;
  }

  #expo .box {
    margin: 0 auto;
    padding: 0 0 8vw;
    width: 95%;
    border-radius: 5vw;
    background-color: #fff;
    overflow: hidden;
  }

  #expo .box img {
    width: 100%;
    height: auto;
  }

  #expo .box .cap {
    padding: 4vw 2.5% 0 0;
    font-size: 85%;
    line-height: 150%;
    text-align: right;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo .box .cap span {
    font-size: 90%;
    font-weight: 400;
  }

  #expo .box p {
    margin: 0 auto;
    padding: 10vw 0 0;
    width: 88%;
    font-size: 115%;
    line-height: 280%;
    text-align: left;
    font-weight: 400;
    color: #000;
  }

  #expo .box .link {
    margin: 2vw auto 0;
    padding: 0;
    width: 88.64%;
    border-radius: 17vw;
    border: 1px solid #0068B7;
    overflow: hidden;
  }

  #expo .box .link a {
    padding: 1.6vw 0 2.6vw;
    width: 100%;
    font-size: 130%;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    background-color: #0068B7;
    display: block;
    text-decoration: none;
    transition: .3s;
    background-image: url(../img/arrow.png);
    background-position: right 6% center;
    background-size: 2vw auto;
    background-repeat: no-repeat;
  }

  #expo .box .link a span {
    padding: 1vw 0 0;
    font-size: 62%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }

  #expo .box .link a:hover {
    color: #0068B7;
    background-color: #fff;
    background-image: url(../img/arrow2.png);
  }

  #expo .box .link a:hover span {
    color: #0068B7;
  }

  #expo .box .en {
    margin: 0 auto;
    padding: 8vw 0 0;
    width: 88%;
    font-size: 94%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #exhibit1 h4 {
    padding: 16vw 0 5vw;
    font-size: 150%;
    line-height: 220%;
    text-align: center;
    font-weight: 700;
    color: #0068B7;
    border: none;
  }

  #expo #exhibit1 h4 .en {
    margin: 0 auto;
    padding: 2vw 0 0;
    width: 88%;
    font-size: 65%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #exhibit1 .titleB {
    margin: 0 auto 10vw;
    padding: 5vw 0 8vw;
    width: 95%;
    border-radius: 3vw;
    background-color: #0068B7;
    position: relative;
  }

  #expo #exhibit1 .titleB::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 5vw 4vw 0 4vw;
    border-color: #0068B7 transparent transparent;
    translate: -50% 100%;
  }

  #expo #exhibit1 .titleB h5 {
    margin: 0;
    padding: 0;
    font-size: 140%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }

  #expo #exhibit1 .titleB h5 .en {
    padding: 4vw 0 0;
    font-size: 60%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #fff;
  }

  #expo #exhibit1 #slide {
    margin: 0 auto 40px;
    width: 92.5%;
    position: relative;
  }

  #expo #exhibit1 #slide .splide__track {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #expo #exhibit1 #slide .splide__track .splide__list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #expo #exhibit1 #slide .splide__slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #expo #exhibit1 #slide .splide__slide img {
    margin: 0;
    width: 100%;
    height: auto;
  }

  #expo #exhibit1 #slide .splide__arrows {
    margin: 0 0 0 48%;
    padding: 0;
    width: 17%;
    position: relative;
  }

  #expo #exhibit1 #slide .button {
    background-color: transparent;
    padding: 0;
    width: 6.5vw;
    height: auto;
    transition: .2s;
    border-radius: 0;
  }

  #expo #exhibit1 #slide .button::before {
    content: "";
    width: 100%;
    height: 100%;
    font-size: 150%;
    line-height: 100%;
    text-align: center;
    color: #000;
  }

  #expo #exhibit1 #slide .prev {
    position: absolute;
    top: 7vw;
    left: 0;
  }

  #expo #exhibit1 #slide .prev::before {
    content: "";
    width: 6.5vw;
    height: 6.5vw;
    background-image: url(../img/arrowL.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #exhibit1 #slide .next {
    position: absolute;
    top: 7vw;
    right: 0;
  }

  #expo #exhibit1 #slide .next::before {
    content: "";
    width: 6.5vw;
    height: 6.5vw;
    background-image: url(../img/arrowR.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #exhibit1 #slide .button:disabled::before {
    opacity: .5;
  }

  #expo #exhibit1 #slide .pagination {
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: -10vw;
    right: 57%;
  }

  #expo #exhibit1 #slide .pagination span {
    font-size: 178%;
    line-height: 100%;
    font-weight: 700;
    color: #0068B7;
  }

  #expo #exhibit1 #slide .slider-controls {
    margin: 0;
    padding: 0;
    width: 7vw;
    height: 7vw;
    gap: 0.5rem;
    position: absolute;
    bottom: -10.5vw;
    left: 66%;
    display: flex;
  }

  #expo #exhibit1 #slide .slider-controls__button {
    width: 7vw;
    height: 7vw;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }

  #expo #exhibit1 #slide .slider-controls__button[aria-pressed="true"] {
    display: block;
  }

  #expo #exhibit1 #slide .slider-controls__button[disabled] {
    display: none;
    position: relative;
    z-index: -10;
  }

  #expo #exhibit1 #slide .js-autoplay-on2 {
    width: 7vw;
    height: 7vw;
    background-image: url(../img/slide_play.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #exhibit1 #slide .js-autoplay-off2 {
    width: 7vw;
    height: 7vw;
    background-image: url(../img/slide_pause.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
  }

  #expo #exhibit2 {
    margin: 0 0 34vw -2%;
    padding: 25vw 0 20vw;
    width: 104%;
    border-radius: 12vw;
    background-color: #DAEFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #expo #exhibit2 .ex .circle {
    background-color: #E60012;
  }

  #expo #exhibit2 .ex .circle .s {
    background-color: #0068B7;
  }

  #expo #exhibit3 {
    margin: 0 0 0 -2%;
    padding: 25vw 0 20vw;
    width: 104%;
    border-radius: 12vw;
    background-color: #FFE7E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  #expo #exhibit3 .ex .circle {
    background-color: #0068B7;
  }

  #expo #exhibit3 .ex .circle .s {
    background-color: #E60012;
  }

  #expo #exhibit3 h4 {
    padding: 19vw 0 4vw;
    font-size: 140%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #0068B7;
    border: none;
  }

  #expo #exhibit3 h4 .en {
    padding: 4vw 0 0;
    font-size: 60%;
    line-height: 180%;
    text-align: center;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #exhibit3 .tab {
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }

  #expo #exhibit3 .tab .tabBt {
    margin: 0;
    padding: 0 0 1vw;
    width: 100%;
  }

  #expo #exhibit3 .tab .tabBt li {
    float: left;
    margin: 0 0 4vw;
    padding: 0;
    width: 48.37%;
    height: auto;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-image: url(../img/tab1SpOn.png);
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(2) {
    background-image: url(../img/tab2SpOn.png);
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(3) {
    background-image: url(../img/tab3SpOn.png);
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(4) {
    background-image: url(../img/tab4SpOn.png);
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(5) {
    background-image: url(../img/tab5SpOn.png);
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(6) {
    background-image: url(../img/tab6SpOn.png);
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(3n) {
    margin: 0 0 4vw;
  }

  #expo #exhibit3 .tab .tabBt li:nth-child(2n) {
    float: right;
    margin: 0 0 4vw;
  }

  #expo #exhibit3 .tab .tabBt li img {
    width: 100%;
    height: auto;
  }

  #expo #exhibit3 .tab .tabBt li.active img,
  #expo #exhibit3 .tab .tabBt li:hover img {
    opacity: 0;
    transition: opacity .7s;
  }

  #expo #exhibit3 .tab .tabBt li.active::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 4vw 3vw 0 3vw;
    border-color: #0068B7 transparent transparent;
    translate: -50% 100%;
    z-index: 2;
  }

  #expo #exhibit3 .tab .tab-contents {
    margin: 0;
    padding: 8vw 0 6vw;
    width: 100%;
    border-radius: 7vw;
    border: 4px solid #0068B7;
    background-color: #fff;
  }

  #expo #exhibit3 .tab .tab-contents .contents {
    display: none;
    animation: fadeIn2 0.5s ease-in-out;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #expo #exhibit3 .tab .tab-contents .contents.active {
    display: block;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox {
    margin: 0 auto;
    width: 51.35%;
    position: relative;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox img {
    width: 100%;
    height: auto;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox .modal_open {
    transition: .3s;
    text-decoration: none;
    cursor: pointer;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox .modal_open:hover {
    opacity: .6;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox .play {
    margin: auto;
    width: 33.68%;
    height: auto;
    position: absolute;
    bottom: 7vw;
    left: 0;
    right: 0;
  }

  #expo #exhibit3 .tab .tab-contents .contents .playBox p {
    margin: 0;
    padding: 9vw 0 0;
    width: 100%;
    font-size: 120%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #E60012;
  }

  #expo #recipe {
    margin: 0 auto 34vw;
    padding: 20vw 0 20vw;
    width: 100%;
    border-radius: 5vw;
    border: 1px solid #2C2D31;
  }

  #expo #recipe h3 {
    padding: 0 0 8vw;
    font-size: 150%;
    line-height: 220%;
    text-align: center;
    font-weight: 700;
    color: #2C2D31;
  }

  #expo #recipe h3 .en {
    padding: 2vw 0 0;
    font-size: 64%;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    color: #2C2D31;
  }

  #expo #recipe p {
    margin: 0 auto;
    padding: 0 0 6vw;
    width: 88.09%;
    height: auto;
    font-size: 120%;
    line-height: 260%;
    text-align: left;
    font-weight: 400;
    color: #2C2D31;
  }

  #expo #recipe .en {
    margin: 0 auto;
    padding: 0 0 11vw;
    width: 88.09%;
    font-size: 85%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #recipe h4 {
    padding: 0 0 12vw;
    font-size: 159%;
    line-height: 220%;
    text-align: center;
    font-weight: 700;
    color: #0068B7;
  }

  #expo #recipe h4 .en {
    margin: 0 auto;
    padding: 4vw 0 0;
    width: 88.09%;
    font-size: 60%;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #recipe h5 {
    margin: 0;
    padding: 0 0 8vw;
    font-size: 159%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #2C2D31;
    letter-spacing: 0;
  }

  #expo #recipe h5 .en {
    padding: 2vw 0 0;
    font-size: 60%;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #recipe .pBox {
    margin: 0 auto;
    padding: 0 0 15vw;
    width: 88.09%;
  }

  #expo #recipe .pBox.pBox2 {
    padding: 0 0 13vw;
  }

  #expo #recipe .pBox li {
    float: left;
    margin: 0;
    padding: 0;
    width: 47.83%;
  }

  #expo #recipe .pBox li:last-child {
    float: right;
  }

  #expo #recipe .pBox li .photo {
    width: 100%;
    border-radius: 5vw;
    overflow: hidden;
  }

  #expo #recipe .pBox li .photo img {
    width: 100%;
    height: auto;
  }

  #expo #recipe .pBox li a img {
    transition: .3s
  }

  #expo #recipe .pBox li a:hover img {
    transform: scale(1.1, 1.1);
    opacity: .7;
  }

  #expo #recipe .pBox li h6 {
    margin: 0;
    padding: 3vw 0 3.5vw;
    font-size: 112%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #0068B7;
    float: none;
  }

  #expo #recipe .pBox li .pref {
    padding: 0 0 3.5vw;
    font-size: 112%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #0068B7;
  }

  #expo #recipe .pBox li .en {
    padding: 0;
    font-size: 75%;
    line-height: 180%;
    text-align: center;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #recipe .bt {
    margin: 0 auto;
    padding: 0;
    width: 88.64%;
    border-radius: 15vw;
    border: 1px solid #0068B7;
    overflow: hidden;
  }

  #expo #recipe .bt a {
    padding: 1.5vw 0 2.6vw;
    width: 100%;
    font-size: 130%;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #0068B7;
    display: block;
    text-decoration: none;
    transition: .3s;
    background-image: url(../img/arrow.png);
    background-position: right 6% center;
    background-size: 2vw auto;
    background-repeat: no-repeat;
  }

  #expo #recipe .bt a span {
    padding: 1vw 0 0;
    font-size: 62%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }

  #expo #recipe .bt a:hover {
    color: #0068B7;
    background-color: #fff;
    background-image: url(../img/arrow2.png);
  }

  #expo #recipe .bt a:hover span {
    color: #0068B7;
  }

  #expo #access {
    margin: 0 auto;
    padding: 35vw 0 32vw;
    width: 89.18%;
  }

  #expo #access .accessL {
    float: none;
    padding: 0;
    width: 100%;
  }

  #expo #access .accessL h3 {
    margin: 0;
    padding: 0 0 14vw;
    font-size: 200%;
    line-height: 100%;
    text-align: left;
    font-weight: 700;
    color: #0068B7;
  }

  #expo #access .accessL h3 .en {
    margin: 3.5vw 0 0;
    padding: 0 0 0 3.4vw;
    font-size: 59%;
    line-height: 100%;
    text-align: left;
    font-weight: 400;
    color: #E60012;
    background-image: url(../img/dot.svg);
    background-position: left top 1.7vw;
    background-size: 2vw auto;
    background-repeat: no-repeat;
  }

  #expo #access .accessL dl {
    margin: 0;
    padding: 0 0 3vw;
    width: 100%;
  }

  #expo #access .accessL dt {
    float: left;
    padding: 0 0 0 6%;
    width: 35%;
    font-size: 120%;
    line-height: 260%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
    position: relative;
  }

  #expo #access .accessL dt::after {
    margin: auto;
    content: "";
    width: 10%;
    height: 1px;
    background-color: #9c2133;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
  }

  #expo #access .accessL dd {
    margin: 0 0 0 35%;
    font-size: 120%;
    line-height: 260%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #access .accessL .cap {
    margin: 0;
    padding: 2vw 0 10vw;
    width: 100%;
    font-size: 108%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #access .accessL .en {
    width: 100%;
    font-size: 88%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #access .map {
    float: none;
    padding: 10vw 0 0;
    width: 100%;
  }

  #expo #access .map img {
    width: 100%;
    height: auto;
  }

  #expo #green {
    margin: 0 auto;
    padding: 0 0 25vw;
    width: 89.18%;
  }

  #expo #green h4 {
    margin: 0;
    padding: 0 0 9vw;
    font-size: 143%;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    color: #000;
  }

  #expo #green h4 .en {
    padding: 7vw 0 0;
    font-size: 75%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo #green .ban {
    width: 100%;
  }

  #expo #green .ban img {
    width: 100%;
    height: auto;
  }

  #expo .modal_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 67%;
    z-index: 1000;
    display: none;
    width: 90%;
    height: auto;
    margin: -5vw auto 0;
    padding: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #expo .modal_box .modal_close {
    width: 10vw;
    height: 10vw;
    background-image: url(../img/close.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 7vw;
    right: 0;
    cursor: pointer;
    z-index: 1001;
    transition: .3s;
  }

  #expo .modal_box .modal_close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #expo .modal_box .modal_boxIn {
    width: 100%;
    height: 100vh;
    padding: 10vw 0 50vw;
    overflow-y: auto;
  }

  #expo .modal_box .inner {
    z-index: 1002;
    margin: 5vw 0 0;
    padding: 6.5vw 0 4vw;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;
  }

  #expo .modal_box .inner .mov {
    margin: 0 auto;
    padding: 0 0 12vw;
    width: 87.14%;
  }

  #expo .modal_box .inner .mov img {
    width: 100%;
    height: auto;
  }

  #expo .modal_box .inner .more {
    margin: 0 auto 5vw;
    padding: 0;
    width: 87.14%;
    border-radius: 15vw;
    border: 1px solid #0068B7;
    overflow: hidden;
    cursor: pointer;
  }

  #expo .modal_box .inner .more a {
    padding: 1vw 0 3vw;
    width: 100%;
    font-size: 150%;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #0068B7;
    display: block;
    text-decoration: none;
    position: relative;
    transition: .3s;
  }

  #expo .modal_box .inner .more a .en {
    padding: 1vw 0 0;
    font-size: 55%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }

  #expo .modal_box .inner .more.open a {
    color: #0068B7;
    background-color: #fff;
  }

  #expo .modal_box .inner .more.open a .en {
    color: #0068B7;
  }

  #expo .modal_box .inner .more a .icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8%;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    margin: auto;
    transition-duration: 0.2s;
  }

  #expo .modal_box .inner .more a .icon_wrap .icon {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }

  #expo .modal_box .inner .more.open a,
  #expo .modal_box .inner .more a .icon_wrap {}

  #expo .modal_box .inner .more a .icon_wrap .icon:before,
  #expo .modal_box .inner .more a .icon_wrap .icon:after {
    display: flex;
    content: '';
    background-color: #fff;
    width: 24px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition: .3s;
  }

  #expo .modal_box .inner .more a .icon_wrap .icon:before {
    width: 1px;
    height: 24px;
    top: 0;
    left: 12px;
  }

  #expo .modal_box .inner .more.open a .icon_wrap .icon:before {
    content: none;
    background-color: #0068B7;
  }

  #expo .modal_box .inner .more.open a .icon_wrap .icon:after {
    background-color: #0068B7;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #expo .modal_box .inner .acc {
    display: none;
    margin: 0 auto;
    width: 86.48%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #expo .modal_box .inner .acc .q {
    padding: 9vw 0 8vw;
    font-size: 144%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #0068B7;
  }

  #expo .modal_box .inner .acc .q .en {
    padding: 4vw 0 0;
    font-size: 60%;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo .modal_box .inner .acc .g {
    font-size: 320%;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    color: #0068B7;
  }

  #expo .modal_box .inner .acc .g span {
    font-size: 135%;
    font-weight: 700;
  }

  #expo .modal_box .inner .acc .gen {
    padding: 4vw 0 0;
    font-size: 60%;
    line-height: 100%;
    text-align: center;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo .modal_box .inner .acc .line {
    margin: 0 0 6vw;
    width: 100%;
    height: 12vw;
    border-bottom: 1px solid #66a4d4;
  }

  #expo .modal_box .inner .acc h5 {
    margin: 0;
    padding: 0;
    font-size: 140%;
    line-height: 260%;
    text-align: left;
    font-weight: 500;
    color: #000;
  }

  #expo .modal_box .inner .acc p {
    margin: 0;
    padding: 5vw 0;
    font-size: 130%;
    line-height: 260%;
    text-align: left;
    font-weight: 400;
    color: #000;
  }

  #expo .modal_box .inner .acc p rt {
    position: static;
    top: auto;
  }

  #expo .modal_box .inner .acc .en {
    padding: 0 0 3vw;
    font-size: 90%;
    line-height: 180%;
    text-align: left;
    font-weight: 400;
    color: #6b6c6e;
  }

  #expo .modal_box .inner .acc .en b {
    font-weight: 500;
  }

  #expo .modal_box .copy {
    padding: 3vw 0 0;
    font-size: 90%;
    line-height: 107%;
    text-align: center;
    font-weight: 400;
    color: #fff;
  }


}




/* other
---------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */