@charset "UTF-7";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*アウェイサポ*/
#awei {
  background-color: #44ab3e;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}

.abimg {
  position: relative;
  z-index: 0;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.abimg::before {
  content: "";
  position: absolute;
  background-image: url(../img/back.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*desc*/
.description {
  background-color: #44ab3e;
  margin-bottom: 150px;
  padding: 3em;
  font-size: 1.1rem;
}

.whi {
  background-color: #eeeef0;
  border-radius: 20px;
}

.desc {
  width: fit-content;
  margin: 50px auto;
  font-size: 1.1em;
  letter-spacing: .1em;
  line-height: 1.7;
}

.sns_box {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: space-around;

}

.sns_item {
  max-width: 150px;
}

.sns_item p {
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.fadeIn {
  opacity: 0;
  transition: 3s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*map*/
.map-container {
  position: relative;
  width: 100%;
  margin-bottom: 250px;
}

.main-map {
  width: 100%;
  display: block;
}

.logo-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  isolation: isolate;
  z-index: 1;
}

.logo-wrapper.active {
  z-index: 9999;
}

.logo-pin {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  object-fit: contain;
  z-index: 1;
}

.popup {
  position: absolute;
  background-color: rgba(228, 0, 127, 0.95);
  border: solid 1px #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 1em;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.95);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.map-container {
  position: relative;
  width: 100%;
  margin-bottom: 250px;
}

.main-map {
  width: 100%;
  display: block;
}

.logo-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  isolation: isolate;
  z-index: 1;
}

.logo-pin {
  width: 70px;
  height: 70px;
  cursor: pointer;
  object-fit: contain;
  z-index: 1;
}

.logo-wrapper.active .popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.akipop {
  top: -50px;
  right: 60px;
}

.iwapop {
  top: 70px;
  right: 0;
}

.hukushipop {
  top: 70px;
  right: 0px;
}

.gunpop {
  top: -200px;
  right: 20px;
}

.nagapop {
  top: -200px;
  right: 20px;
}

.gifpop {
  top: -200px;
  left: -150px;
}

.okapop {
  top: -200px;
}

.oitapop {
  top: 70px;
  left: 15px;
}

.hukupop {
  top: -200px;
}

@media (hover: hover) and (pointer: fine) {
  .logo-wrapper:hover .popup {
    display: block;
  }

  .logo-wrapper:hover {
    z-index: 9999;
  }
}

@media (min-width: 768px) {
  .popup .pp_cont-wrapper {
    display: flex;
    gap: 10px;
  }

  .popup .pp_cont {
    flex: 1;
  }
}

.logo-wrapper.active .popup {
  display: block;
}

.movi_title {
  margin: 10px 0;
  color: #eeeef0;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: .1em;
}

.movi {
  margin-bottom: 10px;
}

/*●線*/
.dot {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #e4007f;
  border-radius: 50%;
}

.line {
  position: absolute;
  width: 150px;
  height: 2px;
  background: #e4007f;
  transform-origin: 0 0;
}

.line_box {
  position: absolute;
  width: 200px;
  height: 100px;
  padding: 10px;
  border-radius: 5px;
  background: #44ab3e;
  border: double 4px #fff;
  display: flex;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) { 
  .logo-pin {
    width: 30px;
    height: 30px;
  }

  .popup {
    top: 0;
    left: -10px;
  }

  .rig {
    left: -150px;
  }

  .rigt {
    left: -180px;
  }

  .hathipop {
    left: -180px;
  }

  .akipop {
    right: -60px;
  }

  .iwapop {
    left: -245px;
  }

  .gunpop {
    right: -95px;
    left: -150px;
  }

  .sagamipop {
    left: -130px;
  }

  .nagapop {
    right: -95px;
    left: -150px;
  }

  .gifpop {
    left: -150px;
  }

  .cen {
    left: -110px;
  }

  .pp_cont {
    flex-direction: column;
  }

  .desc {
    font-size: .9em;
  }

  .fot-contain img {
    width: 60%;
  }
}

@media screen and (max-width: 969px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }
}

/*footer*/
.fot-contain {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 2em 0;
}

.fot-contain img {
  max-width: 500px;
  margin: 10px auto;
}

.copyright {
  font-size: .8em;
  margin-top: 20px;
}