:root {
  --primary-blue : #59E0FF;
  --secondary-blue: #ECF8FF;
  --deep-blue: #1E79AD;
}

.main {
  color: #353535;
  font-family: "Noto Sans JP";
}
.container {
  max-width: 1032px;
  width: 100%;
  padding: 32px 24px;
  margin: 0 auto;
}

.main-content p {
  font-size: 14px;
  line-height: 1.6;
}

.bg-primay-blue {
  background-color: var(--secondary-blue);
}
.bg-grad-blue {
  background: linear-gradient(180deg, rgba(176,224,245,1) 0%, rgba(201,236,250,1) 65%, rgba(223,246,255,1) 100%);
}
.bg-deep-blue {
  background-color: var(--deep-blue);
}

.headLv3 {
  text-align: center;
  color: var(--deep-blue);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.headLv3 span {
  display: inline-block;
  background-color: #ffffff;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  padding: 10px 16px;
}

.headLv3_2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

.card {
  padding: 24px;
  background-color: #ffffff;
}

/* main view */
.main-view {
  background-image: url("../img/ookawaasobi_main_view_bg_sp.webp");
  background-size: cover;
}

.main-view .container {
  padding: 52px 36px 48px;
}

.main-view img {
  width: 100%;
}

.main-view p {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 24px;
}

/* introduction */
.introduction {
  background-image: url("../img/ookawaasobi_bg.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.introduction .container {
  padding-bottom: 48px;
}

.introduction p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 24px;
}

/* activity */
.activity .headLv4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--deep-blue);
}

.activity .headLv4 + p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.activity .box {
  background-color: rgba(255,255,255, 0.5);
  padding: 16px;
  border-radius: 10px;
}

.activity .box + .box {
  margin-top: 32px;
}

.activity .box.--no-bg {
  background: none;
}

.activity h5 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}

.activity h5::before {
  display: block;
  content: '';
  width: 6px;
  height: 80%;
  background-color: var(--deep-blue);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.activity h5 .reserve {
  color: #DD0023;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.activity h5 + p {
  margin-top: 12px;
  margin-bottom: 24px;
}

.activity .note {
  margin-top: 24px;
  margin-bottom: 8px;
}

.activity .desc-list {
  display: grid;
  gap: 8px;
}

.activity .desc-list .inner {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
}

.activity .desc-list dt span {
  display: block;
  background-color: var(--secondary-blue);
  color: var(--deep-blue);
  text-align: center;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
}

.activity .desc-list dd {
  font-size: 14px;
  word-break: break-word;
}

.activity .desc-list dd a {
  color: #007AFF;
  text-decoration: none;
}

.activity .desc-list dd a:hover {
  text-decoration: underline;
}

.activity .link-btn-subtitle {
  text-align: center;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.activity .link-btn-subtitle span {
  display: inline-block;
  border-bottom: 3px dashed var(--deep-blue) ;
  line-height: 2;
  padding-bottom: 4px;
}

.activity .link-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 9999px;
  background-color: #F9B746;
  font-weight: bold;
  color: #422714;
}

.activity .swiper {
  padding-bottom: 48px;
  margin-bottom: 18px;
}

.activity :is(.swiper-button-prev, .swiper-button-next) {
  top: inherit;
  bottom: 0;
}

.activity .swiper-button-prev:after,
.activity .swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  content: '';
}

.activity .swiper-button-prev:after {
  background-image: url('../img/ookawaasobi_slider_prev.webp');
}
.activity .swiper-button-next:after {
  background-image: url('../img/ookawaasobi_slider_next.webp');
}

.activity .swiper-pagination-bullet-active {
  background-color: var(--deep-blue);
}



.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 12px !important;
}

.activity .swiper-slide img{
  width: 100%;
}

.activity .slide img {
  width: 100%;
}

/* event report */
.event-report {

}

.event-report .report-list {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}

.event-report .report-list .inner {

}

.event-report .report-list dt {
  color: #ffffff;
  font-weight: bold;
}

.event-report .report-list dt span {
  padding-right: 12px;
  border-right: 1px solid #ffffff;
}

.event-report .report-list dd {
  margin-top: 8px;
}

.event-report .report-list dd a {
  color: #ffffff;
}

.event-report .report-list dd a:hover {
  text-decoration: underline;
}

div:has(.grecaptcha-badge) {
  position: relative;
  z-index: 999;
}

/* ===
SP 
===*/

@media screen and (max-width: 768px) {
  .activity .container {
    padding: 32px 16px;
  }
  .activity .card + .card {
    margin-top: 16px;
  }
}

/* ===
PC 
===*/
@media screen and (min-width: 769px) {
  /* common */
  .container {
    max-width: 1032px;
    width: 100%;
    padding: 80px 16px;
    margin: 0 auto;
  }

  /* utility */
  .sp-only {
    display: none;
  }

  /* main view */
  .main-view {
    background-image: url("../img/ookawaasobi_main_view_bg_pc.webp");
  }

  .main-view .container {
    padding: 105px 36px 87px;
  }

  .main-view img {
    max-width: 614px;
  }

  .main-view p {
    font-size: 18px;
    margin-top: 40px;
    text-align: center;
  }

  /* introduction */
  .introduction .container {
    padding-bottom: 12%;
  }

  .introduction p {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
  }

  .introduction .headLv3 span {
    font-size: 40px;
  }

  /* activity */
  .activity .box {
    padding: 40px;
  }
  .activity .box.--no-bg {
    margin-top: 20px;
  }
  .activity .swiper {
    width: 100%;
    max-width: 392px;
  }
  .activity .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .activity .headLv4 {
    text-align: center;
    font-size: 24px;
  }
  .activity .headLv4 + p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .activity h5 {
    font-size: 20px;
  }

  .activity .link-btn-subtitle {
    font-size: 24px;
  }

  .activity .link-btn {
    font-size: 18px;
  }

  .activity .link-btn {
    font-size: 18px;
  }

  .activity .link-btn:hover {
    font-size: 18px;
    opacity: 0.8;
  }

  .event-report .container {
    max-width: 694px;
  }

  .event-report .headLv3_2{
    font-size: 40px;
  }

  .event-report .report-list {
    margin-top: 40px;
    display: grid;
    gap: 24px;
  }

  .event-report .report-list .inner {
    display: flex;
    align-items: center;
  }

  .event-report .report-list dt span {
    padding-right: 24px;
  }

  .event-report .report-list dd {
    margin-top: 0;
    padding-left: 24px;
  }
}