@charset "UTF-8";
/* CSS Document */

.frontContents {
  display: block;
}
/* ---------- Top Slider ---------- */
.topSlider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}
.topSlider .swiper-wrapper {
  transition-timing-function: linear;
  position: relative;
}
.topSlider .swiper-slide {
  width: 530px !important;
}
.topSlider .swiper-slide a {
  display: block;
  padding-bottom: 44px;
  background: #041d35;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.topSlider .swiper-slide a:hover {
  opacity: 1;
}
.topSlider .swiper-slide a img {
  transition: all .25s ease-in;
}
.topSlider .swiper-slide a:hover img {
  transition: all .25s ease-in;
  transform:scale(1.04,1.04);
}
.topSlider .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  background: #041d35;
  line-height: 1.429;
  padding: 9px 60px 10px 33px;
  letter-spacing: 0.8px;
}
.topSlider .swiper-pagination {
  position: relative;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding: 0 1.6%;
  z-index: 3;
}
.topSlider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  max-width: 120px;
  width: 100%;
  height: 3px;
  background: #ddd;
  margin: 0 0 0 10px;
  opacity: 1;
}
.topSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #041d35;
}
@media only screen and (max-width: 749px) {
  .topSlider {
    margin-bottom: 3%;
  }
  .topSlider .swiper-slide {
    width: 85.33vw !important;
  }
  .topSlider .swiper-slide a {
    padding-bottom: 0;
  }
  .topSlider .swiper-slide p {
    position: relative;
    line-height: 1.429;
    padding: 2.5vw 14vw 2.5vw 4vw;
    font-size: 2.93vw;
  }
}
/* ---------- 次回のブース出店情報 ---------- */
.nextBooth {
  padding: 0 3% 28px;
  position: relative;
  z-index: 3;
}
.nextBooth a {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border: 1px solid #041d35;
  background: #fff;
  border-radius: 10px;
  padding: 34px 3% 30px;
}
.nextBooth a:hover {
  background: #041d35;
  color: #fff;
  opacity: 1;
}
.nextBooth dl {
  display: flex;
  align-items: center;
}
.nextBooth dt {
  font-weight: bold;
  color: #333;
  text-align: right;
  white-space: nowrap;
  width: 175px;
  letter-spacing: 0.6px;
  margin-right: 18px;
  position: relative;
  top: -1px;
  transition: all .25s ease-in;
}
.nextBooth a:hover dt {
  color: #fff;
}
.nextBooth dd {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  background: #041d35;
  padding: 7px 14px;
  letter-spacing: 1px;
  width: calc(100% - 193px);
  line-height: 1.4;
  transition: all .25s ease-in;
}
.nextBooth a:hover dd {
  color: #041d35;
  background: #fff;
}
.nextBooth dd time {
  display: block;
  white-space: nowrap;
  margin-right: 10px;
}
.nextBooth .linkTxt {
  font-size: 1.3rem;
  margin: 0 0 0 auto;
  padding-left: 3%;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.nextBooth a:hover .linkTxt::after {
  background: #fff;
}
.xLink {
  padding: 0 3%;
  position: relative;
  z-index: 4;
}
.xLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 385px;
  width: 100%;
  border: 1px solid #333;
  margin: 0 auto;
  font-size: 1.3rem;
  padding: 10px 0;
  border-radius: 100px;
  background: #fff;
}
.xLink a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.xLink a figure {
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
.xLink a figure img {
  max-width: 16px;
}
@media only screen and (max-width: 749px) {
  .nextBooth {
    padding: 0 3% 4%;
  }
  .nextBooth a {
    max-width: none;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 4% 5.5% 4.2%;
  }
  .nextBooth dl {
    display: block;
    margin-bottom: 4%;
  }
  .nextBooth dt {
    text-align: center;
    width: 100%;
    margin: 0 0 3%;
    top: 0;
    font-size: 3.46vw;
  }
  .nextBooth dd {
    font-size: 3.46vw;
    padding: 3%;
    width: 100%;
    display: block;
  }
  .nextBooth dd time {
    margin-right: 0;
    font-size: 2.93vw;
    letter-spacing: 0;
    margin-bottom: 1.5%;
  }
  .nextBooth .linkTxt {
    font-size: 3.46vw;
    padding-left: 5vw;
    justify-content: center;
  }
  .xLink {
    padding: 0 5%;
  }
  .xLink a {
    max-width: none;
    font-size: 3.2vw;
    padding: 2.3% 0;
  }
  .xLink a figure {
    width: 8.75vw;
    height: 8.75vw;
    margin-right: 3vw;
  }
  .xLink a figure img {
    max-width: 4.26vw;
  }
}
/* ---------- Info Block ---------- */
.infoBlock {
  margin-top: -20px;
  padding: 50px 3% 58px;
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.infoWrap {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.infoWrap .box {
  width: 48%;
  border-radius: 15px;
  padding: 28px 0 35px;
  position: relative;
  background: #fff;
  font-size: 1.2rem;
}
.infoWrap .box h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #041d35;
}
.infoWrap .box.information h2::before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2046%2026%22%20style%3D%22enable-background%3Anew%200%200%2046%2026%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23041d35%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M35.9%2C6.5c-1.3%2C0-2.5%2C0.3-3.7%2C0.7L29.5%2C2h3.8C33.7%2C2%2C34%2C2.3%2C34%2C2.7c0%2C0.4-0.3%2C0.7-0.8%2C0.7h-0.8%20c-0.4%2C0-0.8%2C0.3-0.8%2C0.8C31.7%2C4.6%2C32%2C5%2C32.5%2C5h0.8c1.3%2C0%2C2.3-1%2C2.3-2.3c0-1.3-1-2.3-2.3-2.3h-5c-0.3%2C0-0.5%2C0.1-0.7%2C0.4%20c-0.1%2C0.2-0.1%2C0.5%2C0%2C0.8l1.3%2C2.6H17.8L16.6%2C2l2.5%2C0v0c0-0.9-0.7-1.5-1.5-1.5h-4.3c-0.4%2C0-0.8%2C0.3-0.8%2C0.8c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8h1.5%20l1.5%2C2.9l-1.8%2C2.7c-1.3-0.7-2.9-1.1-4.5-1.1c-5.3%2C0-9.6%2C4.3-9.6%2C9.6c0%2C5.3%2C4.3%2C9.5%2C9.6%2C9.5c5%2C0%2C9.1-3.9%2C9.5-8.8l1.3%2C0%20c0.4%2C0.8%2C1.2%2C1.3%2C2.1%2C1.3c1.3%2C0%2C2.3-1%2C2.3-2.3c0-0.5-0.2-0.9-0.4-1.3l5.2-8l0.7%2C1.4c-2.7%2C1.7-4.5%2C4.7-4.5%2C8.1c0%2C5.3%2C4.3%2C9.6%2C9.6%2C9.6%20c5.3%2C0%2C9.6-4.3%2C9.6-9.6C45.4%2C10.8%2C41.1%2C6.5%2C35.9%2C6.5z%20M10.1%2C24c-4.4%2C0-8-3.6-8-8c0-4.4%2C3.6-8%2C8-8c1.3%2C0%2C2.6%2C0.3%2C3.7%2C0.9L10.5%2C14%20c-0.1%2C0-0.2%2C0-0.3%2C0c-1.1%2C0-2.1%2C0.9-2.1%2C2.1c0%2C1.1%2C0.9%2C2.1%2C2.1%2C2.1c0.9%2C0%2C1.6-0.5%2C1.9-1.3h5.9C17.7%2C20.9%2C14.3%2C24%2C10.1%2C24z%20M12.2%2C15.3c-0.1-0.2-0.2-0.4-0.3-0.5l3.2-5c1.7%2C1.3%2C2.8%2C3.3%2C3%2C5.5H12.2z%20M15.9%2C8.4l1.3-2l4%2C7.8c-0.2%2C0.3-0.4%2C0.6-0.5%2C1h-1.1%20C19.4%2C12.5%2C18%2C10.1%2C15.9%2C8.4z%20M23.7%2C13.5c-0.2-0.1-0.4-0.1-0.7-0.1c-0.2%2C0-0.3%2C0-0.5%2C0l-4-7.8h10.2L23.7%2C13.5z%20M35.9%2C24%20c-4.4%2C0-8-3.6-8-8c0-2.8%2C1.5-5.3%2C3.7-6.7l2.8%2C5.4C34%2C15%2C33.8%2C15.5%2C33.8%2C16c0%2C1.1%2C0.9%2C2.1%2C2.1%2C2.1s2.1-0.9%2C2.1-2.1%20c0-1.1-0.9-2.1-2.1-2.1c-0.1%2C0-0.1%2C0-0.2%2C0l-2.8-5.4c0.9-0.4%2C1.9-0.6%2C3-0.6c4.4%2C0%2C8%2C3.6%2C8%2C8C43.9%2C20.4%2C40.3%2C24%2C35.9%2C24z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.infoWrap .box.notice h2 {
  margin-bottom: 22px;
  padding: 0 19%;
}
.infoWrap .box.notice h2::before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2036%2022%22%20style%3D%22enable-background%3Anew%200%200%2036%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23041d35%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.9%2C21.6c0%2C0-0.1%2C0-0.1%2C0L3.2%2C15.8L1%2C18.1c-0.1%2C0.1-0.4%2C0.2-0.5%2C0.1c-0.2-0.1-0.3-0.3-0.3-0.5V4.2%20c0-0.2%2C0.1-0.4%2C0.3-0.5c0.2-0.1%2C0.4%2C0%2C0.5%2C0.1l2.2%2C2.3l20.5-5.7c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1c0.1%2C0.1%2C0.2%2C0.2%2C0.2%2C0.4v20.2%20c0%2C0.2-0.1%2C0.3-0.2%2C0.4C24.1%2C21.5%2C24%2C21.6%2C23.9%2C21.6z%20M3.1%2C14.8c0%2C0%2C0.1%2C0%2C0.1%2C0l20.2%2C5.6V1.6L3.2%2C7.2C3%2C7.3%2C2.8%2C7.2%2C2.7%2C7.1%20L1.2%2C5.5v11l1.5-1.6C2.8%2C14.8%2C2.9%2C14.8%2C3.1%2C14.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M27.2%2C9c-0.2%2C0-0.3-0.1-0.4-0.2c-0.1-0.2-0.1-0.5%2C0.1-0.7l8.1-5.3c0.2-0.1%2C0.5-0.1%2C0.7%2C0.1%20c0.1%2C0.2%2C0.1%2C0.5-0.1%2C0.7l-8.1%2C5.3C27.4%2C9%2C27.3%2C9%2C27.2%2C9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M35.3%2C19.3c-0.1%2C0-0.2%2C0-0.3-0.1l-8.1-5.3c-0.2-0.2-0.3-0.5-0.1-0.7c0.2-0.2%2C0.5-0.3%2C0.7-0.1l8.1%2C5.3%20c0.2%2C0.2%2C0.3%2C0.5%2C0.1%2C0.7C35.7%2C19.2%2C35.5%2C19.3%2C35.3%2C19.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 14px;
  margin-right: 10px;
  transform: scale(-1, 1);
  position: relative;
  top: 2px;
}
.infoWrap .box time {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 200;
  color: #666;
}
.infoWrap .box.notice .campaign img {
  width: 104px;
  width: clamp(94px,8.25vw,104px);
  height: 104px;
  height: clamp(94px,8.25vw,104px);
  position: absolute;
  right: max(-30px,-2.5vw);
  top: -35px;
  z-index: 2;
}
.infoWrap .box.notice .campaign .circleImg {
  animation: rotate 16s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.infoWrap .box.notice time {
  display: block;
  margin-bottom: 4px;
}
.infoWrap .box time.new::after {
  content: "NEW";
  color: #f00;
  margin-left: 5px;
  font-weight: 500;
}
.infoWrap .box article {
  display: flex;
  justify-content: space-between;
  margin: 0 11% 8px;
}
.infoWrap .box article figure {
  width: 26%;
  margin-top: 5px;
}
.infoWrap .box .article-contents {
  width: 71.5%;
  letter-spacing: 1px;
}
.infoWrap .box li {
  letter-spacing: 1px;
  margin: 0 11%;
}
.infoWrap .box.notice li {
  margin-bottom: 14px;
}
.infoWrap .box article h3 a,
.infoWrap .box li a {
  background-image: linear-gradient(90deg, #041d35, #041d35);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
}
.infoWrap .box article:hover h3 a,
.infoWrap .box li a:hover {
  background-size: 100% 1px;
}
.infoWrap .box .btn a {
  display: block;
  margin: 20px auto 0;
  padding: 5px 3%;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  border: 1px solid #041d35;
  border-radius: 100px;
  max-width: 250px;
}
.infoWrap .box.notice .btn a {
  margin-top: 38px;
  max-width: 270px;
  letter-spacing: 0;
}
.infoWrap .box .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
}
.infoWrap .box .btn a:hover {
  background: #041d35;
  color: #fff;
}
.infoWrap .box .btn a:hover::after {  
  background: #fff;
}
.infoWrap .box .btn a:hover {
  color: #fff;
  background: #041d35;
  opacity: 1;
}
.infoWrap .box .btn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 749px) {
  .infoBlock {
    padding: 6.5% 3% 0;
    margin-top: 0;
  }
  .infoWrap {
    max-width: none;
    display: block;
  }
  .infoWrap .box {
    width: 100%;
    padding: 7% 0 11.5%;
    font-size: 3.73vw;
    margin-bottom: 7.5%;
  }
  .infoWrap .box h2 {
    margin-bottom: 5%;
    padding: 0;
    font-size: 5.33vw;
  }
  .infoWrap .box.information h2::before {
    width: 7.73vw;
    height: 4.4vw;
    margin-right: 1vw;
  }
  .infoWrap .box.notice h2 {
    margin-bottom: 6%;
    padding: 0;
    font-size: 4.53vw;
  }
  .infoWrap .box.notice h2::before {
    width: 7.06vw;
    height: 4.26vw;
    margin-right: 1vw;
  }
  .infoWrap .box.notice .campaign img {
    width: 20vw;
    height: 20vw;
    right: -2vw;
    top: -12vw;
  }
  .infoWrap .box.notice time {
    margin-bottom: 0;
  }
  .infoWrap .box article {
    margin: 0 7% 3%;
  }
  .infoWrap .box article figure {
    width: 24%;
    margin-top: 2.5%;
  }
  .infoWrap .box .article-contents {
    width: 71.5%;
    letter-spacing: 1px;
  }
  .infoWrap .box li {
    margin: 0 7%;
  }
  .infoWrap .box.notice li {
    margin-bottom: 4.5%;
  }
  .infoWrap .box article h3,
  .infoWrap .box li {
    line-height: 1.429;
    letter-spacing: 0.7px;
  }
  .infoWrap .box .btn a {
    margin: 7% auto 0;
    padding: 1.5% 3%;
    max-width: 58%;
  }
  .infoWrap .box.notice .btn a {
    margin-top: 6%;
    max-width: 88%;
    letter-spacing: 0;
  }
}
/* ---------- Shop Block ---------- */
.shopBlock {
  padding: 54px 3% 12px;
  border-radius: 30px 30px 0 0;
  background: #e6e6e6;
  border-top: 1px solid #041d35;
}
.shopWrap {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shopWrap .box {
  position: relative;
  width: 48.5%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}
.shopWrap .box a {
  display: block;
}
.shopWrap .box a:hover {
  opacity: 1;
}
.shopWrap .box a img {
  transition: all .25s ease-in;
}
.shopWrap .box a:hover img {
  transition: all .25s ease-in;
  transform:scale(1.04,1.04);
}
.shopWrap .box .btmTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  background: #041d35;
  line-height: 1.429;
  padding: 16px 60px;
  letter-spacing: 0.8px;
  text-align: center;
  font-size: 1.3rem;
}
.shopWrap .linkArrow::after {
  right: 17px;
  bottom: 22px;
  width: 52px;
  height: 51px;
}
.shopWrap .linkArrow:hover::after {
  right: 6px;
}
.shopWrap .box.rookies {
  width: 100%;
}
.shopWrap .box.rookies .mainImg {
  max-height: 340px;
  overflow: hidden;
}
.shopWrap .box.rookies .txtBox {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 3%;
}
.shopWrap .box.rookies h2 {
  max-width: 404px;
  width: 40%;
  margin: 34px auto 15px;
}
.shopWrap .box.rookies a:hover h2 img {
  transform:scale(1,1);
}
.shopWrap .box.rookies h3 {
  font-weight: 500;
  font-size: 2.2rem;
  font-size: clamp(2rem,1.74vw,2.2rem);
}
.shopWrap .box.rookies .note {
  font-size: 1.4rem;
  font-size: clamp(1.3rem,1.11vw,1.4rem);
  margin: 10px auto 0;
  padding-bottom: 36px;
  line-height: 1.7;
}
@media only screen and (max-width: 749px) {
  .shopBlock {
    padding: 10% 3% 4%;
    border-radius: 15px 15px 0 0;
  }
  .shopWrap {
    max-width: none;
    display: block;
  }
  .shopWrap .box {
    width: 100%;
    margin-bottom: 6%;
  }
  .shopWrap .box .btmTxt {
    padding: 3% 0;
    font-size: 3.46vw;
  }
  .shopWrap .linkArrow::after {
    width: 9.6vw;
    height: 9.6vw;
    right: 2.5vw;
    bottom: 3.5vw;
  }
  .shopWrap .linkArrow:hover::after {
    right: 6px;
  }
  .shopWrap .box.rookies {
    width: 100%;
  }
  .shopWrap .box.rookies .mainImg {
    max-height: none;
  }
  .shopWrap .box.rookies .txtBox {
    padding: 0;
  }
  .shopWrap .box.rookies h2 {
    max-width: none;
    width: 76%;
    margin: 11% auto 6.5%;
  }
  .shopWrap .box.rookies h3 {
    font-size: 4vw;
    letter-spacing: 0.8px;
  }
  .shopWrap .box.rookies .note {
    font-size: 3.46vw;
    margin: 7% auto 0;
    letter-spacing: 0.8px;
    padding-bottom: 0;
  }
}
/* ---------- 会員募集 ---------- */
.membersBlock {
  position: relative;
  margin-bottom: 40px;
}
.membersWrap {
  position: absolute;
  max-width: calc(1030px + 6%);
  padding: 0 3%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.membersWrap .txtBox {
  max-width: 360px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ddd;
}
.membersWrap .txtBox h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  color: #e2f000;
  font-weight: 200;
  margin: 8px 0 30px;
  line-height: 1;
  letter-spacing: 11px;
}
.membersWrap .txtBox .btn a {
  display: block;
  border: 1px solid #ddd;
  position: relative;
  max-width: 194px;
  text-align: center;
  color: #ddd;
  font-size: 1.2rem;
  padding: 4px 0;
  border-radius: 100px;
}
.membersWrap .txtBox .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
  background: #ddd;
}
.membersWrap .txtBox .btn a:hover {
  color: #041d35;
  background: #ddd;
  opacity: 1;
}
.membersWrap .txtBox .btn a:hover::after {
  background: #041d35;
}
@media only screen and (max-width: 749px) {
  .membersBlock {
    margin-bottom: 10.6%;
  }
  .membersWrap {
    max-width: 100%;
    padding: 0;
  }
  .membersWrap .txtBox {
    max-width: none;
    text-align: center;
    font-size: 3.73vw;
  }
  .membersWrap .txtWrap {
    width: 100%;
  }
  .membersWrap .txtBox h2 {
    font-size: 10.66vw;
    margin: 1% 0 8%;
  }
  .membersWrap .txtBox .btn a {
    max-width: 51%;
    font-size: 3.2vw;
    padding: 1% 0;
    margin: 0 auto;
  }
}
/* ---------- バナー ---------- */
.bnrArea {
  padding: 0 3%;
  background: none;
}
.bnrArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(958px + 2%);
  margin: 0 auto;
}
.bnrArea li {
  margin: 0 1% 20px;
  width: 48%;
}
@media only screen and (max-width: 749px) {
  .bnrArea {
    padding: 0 3% 4.5%;
  }
  .bnrArea ul {
    display: block;
    max-width: none;
  }
  .bnrArea li {
    margin: 0 0 3%;
    width: 100%;
  }
}