html {
  width: 100%;
}

/*========= ??????? ===============*/
#kulukulu-ice-wrapper {
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 20;
  width: 100%;
}

/*========= ????? ===============*/
.slide-wrapper {
  max-width: 1080px;
  margin: auto;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}


/*========= ?????????? ===============*/

/* ???PC?? */
.banner-pc {
  display: block;
  height:603px;
}

.banner-sp {
  display: none;
}

.top-banner {
  width: 100%;
  overflow-x: hidden; /* ?????? */
  text-align: center;
}

.top-banner img {
  width: auto;       /* ? ????? */
  max-width: none;   /* ? ????????? */
    position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 749px) {
  .banner-pc {
    display: none;
  }

  .banner-sp {
    display: block;
  }
  .top-banner img {
    width: 100%;     /* ???????? */
    max-width: 100%;
  }
}

/*========= ??? ===============*/
.banner {
  display: flex;
  width: 100%;
  max-width: 1080px;
  flex-wrap: wrap;
  margin: 50px auto;
  padding: 0;
  list-style: none;
}

.banner li {
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 749px) {
  .banner li {
    padding: 10%;
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 750px) {
  .banner li {
    padding: 5% 2% 2% 5%;
    width: 50%;
  }
}

.banner li img {
  width: 100%;
  border-radius: 1rem;
}

/* News????? */
.banner li::before {
  content: "";
  border-radius: 50%;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10px;
  top: -5px;
  background-image: url("../Bland_site/kulukulu/image/news.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.banner li::after {
  content: "News";
  display: block;
  font-size: 1.9rem;
  color: #fff;
  position: absolute;
  left: 33px;
  top: 35px;
}

/*========= ?????? ===============*/
#main-wrapper {
  width: 100%;
  background: url("../Bland_site/kulukulu/image/back-100.jpg") repeat;
  padding: 0 0 10% 0;
}

#kulukulu-ice-main {
  background-color: #0068B7;
  max-width: 750px;
  margin: auto;
}

#kulukulu-ice-main img {
  max-width: 100%;
  vertical-align: middle;
}

/*========= ?????? ===============*/
.kanban {
  position: relative;
}

.kanban-v {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 750px) {
  .kanban-v {
    width: 400px;
  }
}

@media (max-width: 749px) {
  .kanban-v {
    width: 50%;
  }
}

/*========= YouTube ===============*/
iframe.youtube-16-9 {
  width: 90%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 5% auto;
  display: block;
}

/*========= Loading ===============*/
#splash {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  background: #0068b6;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

#splash_logo svg {
  width: 200px;
}

/* SVG??????? */
#mask path {
  fill-opacity: 0;
transition: fill-opacity .15s;  /* 0.5 ? 0.15 */
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

#mask.done path {
  fill: #fff;
  fill-opacity: 1;
  stroke: none;
}

/* ??? */
#kuru2_wrap ol li p {
  text-align: left;
}

/* ??????? */
.set-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.set-btn img {
  width: 100%;
  max-width: 320px;
  display: block;
  transition: transform 0.3s ease;
}

/* ?????????? */
.set-btn:hover img {
  transform: scale(1.05);
}
/* ===== ?????? ===== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* ???? */
.modal.active {
  display: block;
  opacity: 1;
}

/* ===== ?????? ===== */
.modal-content {
  background: #fff;
  width: 90%;
  max-width: 480px;
    max-height: 80vh;       /* ??????? */
    overflow: hidden;
  margin: 10vh auto;
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  transform: translateY(30px);
  transition: transform 0.4s ease;
  position: relative;
}

/* ???? */
.modal-body {
  max-height: 50vh;       /* ? ????????? */
  overflow-y: auto;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.modal.active .modal-content {
  transform: translateY(0);
}

/* ?????? */
.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
}
.modal-content label{
    font-size:1.8rem;
    padding:1.4rem 0;
}
.modal-content h3{
        font-size:1.8rem;
    padding:1.4rem 0;
}

.modal-body p{
    padding-bottom:1.4rem;
      line-height: 1.8;
}
.modal-body .most-info{
font-weight:600;
color:red;
}
/* CTA??? */
.modal-btn {
  width: 100%;
  padding: 14px;
  background: #0076a5;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-top:30px;
}

.modal-btn:hover {
  background: #004763;
}

/* ????????? */
body.modal-open {
  overflow: hidden;
}

