/* ************************* shop style ************************* */
main img {
  max-width: 100%;
  height: auto;
}

.shops-anchor {
  width: 90%;
  margin: 50px auto 80px;
}
@media only screen and (min-width: 769px) {
  .shops-anchor {
    margin-bottom: 140px;
  }
}

.shops-anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media only screen and (min-width: 769px) {
  .shops-anchor-list {
    gap: 0 20px;
  }
}

.shops-anchor-list-item {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 769px) {
  .shops-anchor-list-item {
    flex: 1;
  }
}
@media only screen and (min-width: 769px) {
  .shops-anchor-list-item:nth-child(2) {
    flex: 1.5;
  }
}
.shops-anchor-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.2);
  font-size: 12px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .shops-anchor-list-item a {
    font-size: 15px;
    height: 60px;
    padding-right: 10px;
    cursor: pointer;
    transition: ease-out 0.12s border;
  }
  .shops-anchor-list-item a:hover {
    border-color: #333;
  }
}
.shops-anchor-list-item a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.8);
  border-right: 1px solid rgba(68, 68, 68, 0.8);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .point__no3 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 769px) {
  .point__no3 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .scene {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 769px) {
  .scene {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .scene__wrapper {
    margin-right: 0 !important;
    padding-left: 25px;
    padding-right: 20px;
  }
}
.scene__human, .scene__events {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .scene__human, .scene__events {
    width: 100%;
    gap: 7px calc((100% - 256px) / 3);
    flex-wrap: wrap;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.scene__human li, .scene__events li {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .scene__human li, .scene__events li {
    width: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .scene__human li:nth-child(4) .scene__human-background img, .scene__events li:nth-child(4) .scene__human-background img {
    width: 93%;
  }
}
@media only screen and (min-width: 769px) {
  .scene__human li:nth-child(4) .scene__human-background img, .scene__events li:nth-child(4) .scene__human-background img {
    width: 80%;
  }
}
.scene__events + .scene__annotation {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .scene__human-background, .scene__events-background {
    padding: 7px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .scene__human-background img, .scene__events-background img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .scene__annotation {
    max-width: 270px;
  }
}
@media only screen and (max-width: 768px) {
  .scene__freedom-logo {
    right: 20px;
  }
}

.lineup {
  margin-top: 80px;
  background: none;
}
@media only screen and (min-width: 769px) {
  .lineup {
    margin-top: 50px;
    padding-top: 0;
  }
}
.lineup__lead {
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
  padding-top: 20px;
}

.cos-anchor-head {
  font-size: 12px;
  text-align: center;
  margin: -50px 0 15px;
  padding-top: 80px;
}
@media only screen and (min-width: 769px) {
  .cos-anchor-head {
    font-weight: 500;
    font-size: 18px;
    margin: -40px 0 30px;
  }
}

.cos-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 5px;
  width: 90%;
  margin: 0 auto 40px;
}

.cos-anchor-item {
  border-radius: 5px;
  width: calc((100% - 10px) / 3);
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.5px;
  background-color: #E6E6E6;
  transition: ease-out 0.2s background-color;
  cursor: pointer;
}
.cos-anchor-item small {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
}
.cos-anchor-item--pop.current {
  background-color: #FFD85F;
}
.cos-anchor-item--casual.current {
  background-color: #E2CAA8;
}
.cos-anchor-item--fantasy.current {
  background-color: #FEB1B1;
}
.cos-anchor-item--mode.current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8705882353);
}
.cos-anchor-item--classic.current {
  color: #fff;
  background-color: #EC332B;
}
.cos-anchor-item--pop2.current {
  background-color: #C2F2F8;
}
.cos-anchor-item--pale.current {
  background-color: #F2EAF2;
}
/* moovin */
.moovin-download {
  width: 100%;
  position: relative;
  background: #fbfae8;
  padding-bottom: 56px;
  padding-top: 60px;
}
.moovin-download__wrapper {
  width: 100%;
  margin: 0 auto;
}
.moovin-download__note {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .moovin-download__note {
    padding: 0 40px
  }
}

.moovin-download__info {
  padding: 28px 0;
  margin: 16px auto 56px auto;
  text-align: center;
  background: #FFF;
  border-radius: 10px;
  width: 84.3%;
  max-width: 480px;
}
.moovin-download__text {
  font-size: 15px;
  line-height: 1;
}
.moovin-download__image {
  width: 60vw;
  max-width: 281px;
  margin: 20px 0;
  min-width: 200px;
}
.moovin-download__links {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 4.3vw, 20px);
}
.moovin-download__links img {
  width: 35vw;
  max-width: 168px;
  min-width: 120px;
  margin: 0 auto;
  object-fit: contain;
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlX3RvcC5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUtBO0FBVUU7RUFDRTtFQUNBOzs7QUFTSjtFQUNFO0VBQ0E7O0FBQ0E7RUFIRjtJQUlJOzs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFKRjtJQUtJOzs7O0FBSUo7RUFDRTs7QUFDQTtFQUZGO0lBR0k7OztBQUdBO0VBREY7SUFFSTs7O0FBR0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBVEY7SUFVSTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUVBO0lBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFPSjtFQURGO0lBRUk7OztBQUVGO0VBSkY7SUFLSTs7OztBQVFGO0VBREY7SUFFSTs7O0FBRUY7RUFKRjtJQUtJOzs7QUFHQTtFQURGO0lBRUk7SUFDQTtJQUNBOzs7QUFHSjtFQUNFOztBQUNBO0VBRkY7SUFHSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUVGO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFHQTtFQURGO0lBRUk7OztBQUVGO0VBSkY7SUFLSTs7O0FBT047RUFDRTs7QUFTRjtFQUhGO0lBSUk7SUFDQTtJQUNBO0lBQ0E7O0VBQ0E7SUFDRTtJQUNBOzs7QUFNSjtFQUZGO0lBR0k7OztBQUlGO0VBREY7SUFFSTs7OztBQVFOO0VBQ0U7RUFDQTs7QUFDQTtFQUhGO0lBSUk7SUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUxGO0lBTUk7SUFDQTtJQUNBOzs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFOztBQUlGO0VBQ0U7O0FBSUY7RUFDRTs7QUFJRjtFQUNFO0VBQ0E7O0FBSUY7RUFDRTtFQUNBOztBQUlGO0VBQ0U7O0FBSUY7RUFDRSIsImZpbGUiOiJzdHlsZV90b3AuY3NzIn0= */

/*# sourceMappingURL=sourcemaps/style_top.css.map */
