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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.bwj-osaka_info {
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

.bwj-osaka_info * {
  font-size: 15px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.bwj-osaka_info span {
  font-size: inherit;
}

.bwj-osaka_info img {
  max-width: 100%;
  height: auto;
}

.bwj-osaka_info a {
  transition: all 0.3s;
}

.bwj-osaka_info a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.bwj-osaka_info .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.sp-only {
  display: none;
}

.t-right {
  text-align: right;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.t-center {
  text-align: center;
}

.bg-pink {
  background-color: #fee6e6;
}

.bg-purple {
  background-color: #efdeed;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f0f0f0;
}

.marker {
  background: linear-gradient(transparent 70%, #fee6e6 70%);
}

.bold {
  font-weight: bold;
}

.red {
  color: #e34947;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.hdg01 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: bold;
}

.hdg01 span {
  display: block;
  font-size: 20px;
}

.hdg02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.hdg03 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.hdg4 {
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 1.4;
  background-color: #22292b;
  color: #fff;
  padding: 3px 15px;
  border-radius: 3px;
}

.bwj-osaka_info .mv {
  text-align: center;
}

.zone-list {
  display: flex;
  gap: 40px;
  margin-bottom: 110px;
}

.zone-cont {
  padding: 60px 15px 80px;
  border-radius: 5px;
  text-align: center;
}

.bg-pink .hdg02 span {
  background: linear-gradient(transparent 70%, #fee6e6 30%);
}

.bg-purple .hdg02 span {
  background: linear-gradient(transparent 70%, #efdeed 30%);
}

.zone-cont .point-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto 80px;
  counter-reset: number 0;
}

.zone-cont .point-list__item {
  border-radius: 10px;
  padding: 40px 15px;
  position: relative;
  counter-increment: number 1;
}

.zone-cont .point-list__item::before {
  content: "TOPIC " counter(number, decimal-leading-zero);
  color: #e34947;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.booth-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.booth-item__item {
  width: 100%;
  position: relative;
}

.booth-item__item--s {
  width: calc(50% - 20px);
  margin: 0 auto;
}

.item-box {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  text-align: left;
}

.item-box.yellow {
  background-color: #fff7ea;
}

.item-box .img {
  width: 250px;
  flex-shrink: 0;
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
}

.label.pink {
  background-color: #e39392;
}

.label.purple {
  background-color: #984d84;
}

.label.gray {
  background-color: #959595;
}

.label.black {
  background-color: #22292b;
}

.booth-item__item--s .item-box {
  padding: 30px;
  flex-direction: column;
  text-align: center;
}

.booth-item__item--s .item-box .img {
  width: 100%;
}

.booth-item__item--s .label {
  width: 60px;
  height: 60px;
}

.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.column2__item__cont {
  padding: 15px 0;
  border-radius: 10px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 265px;
}

.column2__item__cont div {
  padding: 15px;
}

.column2__item__cont div:first-child {
  border-right: 1px dashed #ffc5c5;
}

.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.column2__item,
.column3__item {
  position: relative;
}

.bnr-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bnr-list__item p {
  margin-top: 5px;
  font-weight: bold;
}

.insta-hdg {
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.insta-hdg::before,
.insta-hdg::after {
  content: "";
  width: 1px;
  height: 80%;
  border-left: 1px dashed #22292b;
  position: absolute;
  bottom: 0;
}

.insta-hdg::before {
  left: 0;
  transform: rotate(-20deg);
}

.insta-hdg::after {
  right: 0;
  transform: rotate(20deg);
}

.insta-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .hdg01,
  .hdg03 {
    font-size: 20px;
  }
  .hdg02 {
    font-size: 18px;
  }
  .zone-list {
    flex-direction: column;
    text-align: center;
  }

  .booth-item {
    flex-direction: column;
  }

  .booth-item__item--s {
    width: 100%;
  }

  .item-box {
    flex-direction: column;
  }

  .item-box .img,
  .booth-item__item--s .item-box .img {
    width: 100%;
    text-align: center;
  }

  .insta-hdg {
    font-size: 18px;
  }

  .insta-list {
    flex-direction: column;
    align-items: center;
  }

  .bnr-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .column2,
  .column2__item__cont,
  .column3 {
    grid-template-columns: 1fr;
  }

  .column2__item__cont {
    padding: 15px;
  }

  .column2__item__cont div:first-child {
    border-right: none;
    border-bottom: 1px dashed #ffc5c5;
  }
}
