@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 580px) {
  html {
    font-size: 37.5%;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  letter-spacing: .03em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}


/* intersection
====================================== */
*[data-intersection] {
  opacity: 0;
  transition: all .4s ease-out;
  transform: translateY(20px);
}

*[data-intersection][data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-out .2s;
  transform: translateY(0);
}

*.js-itrsec-right[data-intersection]{
  opacity: 0;
  transition: all .4s ease-out;
  transform: translateX(-20px);
}

*.js-itrsec-right[data-intersection][data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-out .2s;
  transform: translateX(0);
}

*.js-itrsec-left[data-intersection]{
  opacity: 0;
  transition: all .4s ease-out;
  transform: translateX(20px);
}

*.js-itrsec-left[data-intersection][data-intersecting="true"] {
  opacity: 1;
  transition: all .4s ease-out .2s;
  transform: translateX(0);
}

/* Pace
====================================== */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.pace .pace-progress {
  background: #f6ab00;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace.pace-inactive {
  opacity: 0;
  height: auto;
}

/* utility
====================================== */
.u-bg-main {
  background: #ffa200
}

/* main
====================================== */
.l-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
.l-main {
  position: relative;
  width: 100%;
  max-height: 100%;
}

/* header
====================================== */
.l-header {
  height: 95px;
  background: #fff;
  position: relative;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2em;
}
.l-header__logo {
  width: 100%;
  max-width: 319px;
  margin: 0 auto;
}
.l-header__copy {
  width: 42.5%;
  max-width: 426px;
  margin: 0 1.5%;
}

@media screen and (max-width: 580px) {
  .l-header {
    height: 70px;
  }
  .l-header__inner {
    flex-direction: column;
    justify-content: center;
  }
  .l-header__logo {
    max-width: 280px;
  }
  .l-header__copy {
    width: 100%;
    margin: auto;
    margin-bottom: 4%;
  }
}

/* footer
====================================== */
.l-footer {
  padding:  2.0625em;
  background: #fff;
  color: #fff;
  text-align: center;
  opacity: 1 !important;
  transform: none !important;
  font-size: 1.0868rem;
  font-weight: 500;
}
.l-footer-btn:hover img {
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.l-footer-btn img{
  transition: .3s;
  border-radius: 23px;
  border: 2px solid #000;
  box-shadow: 8px 8px 0 #231815;
}
.p-btn {
  margin: 6.25em 5em 3.125em;
}

@media screen and (max-width: 580px) {
  .p-btn {
    margin: 6.25em 2.5em 3.125em;
  }
  .l-footer {
    max-width: 280px;
    margin: 0 auto;
  }
  .l-footer-btn img {
    border-radius: 17px;
  }
}

/* sec
====================================== */
.c-sec {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  padding-block: 2em;
}
.c-sec-container {
  max-width: 1000px;
  margin: auto;
}
.c-sec-inner {
  padding: 0 3.125em 3.125em;
}
.c-sec-inner p span {
  background: linear-gradient(transparent 65%, #fff100 0%);
}
.c-sec-inner p span.caution {
  background: none;
  font-size: 0.9em;
}
.c-sec__fig {
  padding-bottom: 2.5em;
}

@media screen and (max-width: 580px) {
  .c-sec-inner {
    padding: 0 2em 2em;
  }
}
/* @media screen and (max-width: 960px) {
  .c-sec-container {
    max-width: 100%;
    padding: 0 2em;
  }
  .c-sec-title{
    padding: 0 2em;
  }
} */

/* btn */
.c-sec__btn {
  display: flex;
  justify-content: space-around;
}
.c-sec__btn li {
  width: 45%;
}
.c-sec__btn li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-sec__btn li a img{
  transition: all .3s ease;
}
.c-sec__btn li a:hover img{
  opacity: .8;
}

/* mainvisual
====================================== */
.p-mainvisual {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

/* youtube
====================================== */
.p-youtube-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-youtube-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* truck
====================================== */
.p-truck-block{
  background-color: #fff;
  padding: 3.125em;
  background-size: 20px 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-truck-box {
  display: flex;
  flex-wrap: wrap;
}
.p-truck-box._txt {
  width: 55%;
}
.p-truck-box._photo {
  width: 43%;
}
.p-truck-title {
  margin-bottom: 1.875em;
}
.p-booth-title {
  margin-bottom: 1.875em;
}

@media screen and (max-width: 580px) {
  .p-truck-block{
    background-size: 15px 15px;
    display: block;
    padding: 3em 1.5em;
    border-radius: 10px;
  }
  .p-truck-box {
    display: block;
  }
  .p-truck-box._txt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .p-truck-box._photo {
    width: 100%;
    margin-top: 1.875em;
  }
  .p-truck-title {
    width: 65%;
    margin: 0 auto 1.875em;
  }
  .p-booth-title {
    width: 94%;
    margin: 0 auto 1.875em;
  }
  .p-truck-inner__item{
    padding: 3.4375em 1.5625em 0;
  }
  .p-truck-inner__item._illust{
    padding: 3.4375em 0 0;
  }
  .p-truck-inner__caution{
    padding: 2.1875em 1.5625em 0;
  }
}

/* stage
====================================== */
.p-stage-block{
  background-color: #fff;
  padding: 2em 1.875em 2.5em;
  border-radius: 20px;
  background-image: url(../img/bg_cloud_right.png) , url(../img/bg_cloud_left.png);
  background-repeat: no-repeat;
  background-position:top right, bottom left;
  background-size: 50% auto;
}
.p-stage-block p {
  text-align: center;
  margin: 0 auto 3.125em;
}
.p-stage-block p._02 {
  margin: 0;
}
.p-stage-title {
  width: 80%;
}
.p-stage-title {
  margin: 0 auto 3.125em;
}
.p-stage-box figure._flag {
  width: 80%;
  margin: 3.125em auto 0;
}

@media screen and (max-width: 580px) {
  .p-stage-title._01, .p-stage-box figure._flag {
    width: 100%;
  }
  .p-stage-title {
    margin: 0 auto 1.5em;
    width: 90%;
  }
  .p-stage-block {
    padding: 2.5em 1.875em 2.5em;
    border-radius: 10px;
  }
  .p-stage-block p {
    font-size: 2rem;
    margin: 0 auto 1.5em;
  }
  .p-stage-block p._02 {
    margin: 0 auto 1.5em;
  }
}

/* people
====================================== */
.p-people {
  margin-top: -3.125em;
  position: sticky;
  z-index: 3;
}


/* 改行
====================================== */
.br-sp {
  display: none;
}
@media (max-width: 580px) {
  .br-sp {
      display: block;
  }
}


/* 地図・出店団体
====================================== */
.c-sec-inner._blue {
  background-color: #a1d8e6;
  padding: 3.125em 3.125em 0;
}
.c-sec-inner._blue._last {
  padding: 3.125em;
}
.p-stage-block._booth{
  background-image: none;
}

.p-stage-box._booth ul{
  display: flex;
  justify-content: center;
}

.p-stage-box._map {
  padding:0;
}
.c-sec-inner._blue._map{
  padding:0;
}

.link_hover._btn0:hover img{
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.link_hover._btn0 img{
  transition: .3s;
  border-radius: 20px;
  box-shadow: 0px 8px 0 #f6ab00;
}

.link_hover._btn1:hover img{
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.link_hover._btn1 img{
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #f6ab00;
}
.link_hover._btn2:hover img{
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.link_hover._btn2 img{
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #e62e8b;
}
.link_hover._btn3:hover img{
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.link_hover._btn3 img{
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #181878;
}
.link_hover._btn4:hover img{
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.link_hover._btn4 img{
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #009e96;
}
.link_hover._btn5:hover img{
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}
.link_hover._btn5 img{
  transition: .3s;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #ea5006;
}

@media (max-width: 580px) {
  .link_hover._btn0 img{
    box-shadow: 0px 5px 0 #f6ab00;
  }
  .link_hover._btn1 img{
    box-shadow: 0px 5px 0 #f6ab00;
  }
  .link_hover._btn2 img{
    box-shadow: 0px 5px 0 #e62e8b;
  }
  .link_hover._btn3 img{
    box-shadow: 0px 5px 0 #181878;
  }
  .link_hover._btn4 img{
    box-shadow: 0px 5px 0 #009e96;
  }
  .link_hover._btn5 img{
    box-shadow: 0px 5px 0 #ea5006;
  }
}

@media (max-width: 580px) {
  .p-stage-box._booth ul{
    display: block;
  }
  .pamphlet-btn {
    margin: 5.25em 5em 3.125em;
  }
}

.pamphlet-btn {
  margin: 5.25em 5em 3.125em;
}

.booth_btn{
  position: relative;
  display: inline-block;
}
.booth_btn a{
  display: block;
  max-width: 100%;
  height: auto;
}

.booth_btn._x1 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 17%;
  width: 80%;
  height: auto;
}
.booth_btn._x1._12 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 7%;
  width: 80%;
  height: auto;
}
.booth_btn._x1._ik a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 9%;
  width: 80%;
  height: auto;
}
.booth_btn._x2 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 21%;
  width: 80%;
  height: auto;
}
.booth_btn._x2 a:nth-of-type(3){
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 80%;
  height: auto;
}
.booth_btn._x3 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 30%;
  width: 80%;
  height: auto;
}
.booth_btn._x3 a:nth-of-type(3){
  position: absolute;
  right: 10%;
  bottom: 19%;
  width: 80%;
  height: auto;
}
.booth_btn._x3 a:nth-of-type(4){
  position: absolute;
  right: 10%;
  bottom: 8%;
  width: 80%;
  height: auto;
}
.booth_btn._x3._d a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 39%;
  width: 80%;
  height: auto;
}
.booth_btn._x3._d a:nth-of-type(3){
  position: absolute;
  right: 10%;
  bottom: 22%;
  width: 80%;
  height: auto;
}
.booth_btn._x3._d a:nth-of-type(4){
  position: absolute;
  right: 10%;
  bottom: 5%;
  width: 80%;
  height: auto;
}
.booth_btn._x4 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 37%;
  width: 80%;
  height: auto;
}
.booth_btn._x4 a:nth-of-type(3){
  position: absolute;
  right: 10%;
  bottom: 27%;
  width: 80%;
  height: auto;
}
.booth_btn._x4 a:nth-of-type(4){
  position: absolute;
  right: 10%;
  bottom: 17%;
  width: 80%;
  height: auto;
}
.booth_btn._x4 a:nth-of-type(5){
  position: absolute;
  right: 10%;
  bottom: 7%;
  width: 80%;
  height: auto;
}
.booth_btn._x4._33 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 36%;
  width: 80%;
  height: auto;
}
.booth_btn._x4._33 a:nth-of-type(3){
  position: absolute;
  right: 10%;
  bottom: 26%;
  width: 80%;
  height: auto;
}
.booth_btn._x4._33 a:nth-of-type(4){
  position: absolute;
  right: 10%;
  bottom: 16%;
  width: 80%;
  height: auto;
}
.booth_btn._x4._33 a:nth-of-type(5){
  position: absolute;
  right: 10%;
  bottom: 6%;
  width: 80%;
  height: auto;
}
.booth_btn._x5 a:nth-of-type(2){
  position: absolute;
  right: 10%;
  bottom: 41%;
  width: 80%;
  height: auto;
}
.booth_btn._x5 a:nth-of-type(3){
  position: absolute;
  right: 10%;
  bottom: 32%;
  width: 80%;
  height: auto;
}
.booth_btn._x5 a:nth-of-type(4){
  position: absolute;
  right: 10%;
  bottom: 23%;
  width: 80%;
  height: auto;
}
.booth_btn._x5 a:nth-of-type(5){
  position: absolute;
  right: 10%;
  bottom: 14%;
  width: 80%;
  height: auto;
}
.booth_btn._x5 a:nth-of-type(6){
  position: absolute;
  right: 10%;
  bottom: 5%;
  width: 80%;
  height: auto;
}

.map_icon{
  position: relative;
  display: inline-block;
}
.map_icon a{
  display: block;
  max-width: 100%;
  height: auto;
}
.map_icon a:nth-of-type(2){
  position: absolute;
  right: -0.4%;
  bottom: 61.2%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(3){
  position: absolute;
  right: -0.3%;
  bottom: 70%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(4){
  position: absolute;
  right: 0%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(5){
  position: absolute;
  right: 4.5%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(6){
  position: absolute;
  right: 8.8%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(7){
  position: absolute;
  right: 13.2%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(8){
  position: absolute;
  right: 17.6%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(9){
  position: absolute;
  right: 28.2%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(10){
  position: absolute;
  right: 32.6%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(11){
  position: absolute;
  right: 37%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(12){
  position: absolute;
  right: 41.5%;
  bottom: 64.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(13){
  position: absolute;
  right: 41.5%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(14){
  position: absolute;
  right: 37%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(15){
  position: absolute;
  right: 32.4%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(16){
  position: absolute;
  right: 28.2%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}

.map_icon a:nth-of-type(17){
  position: absolute;
  right: 17.6%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(18){
  position: absolute;
  right: 13%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(19){
  position: absolute;
  right: 8.7%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(20){
  position: absolute;
  right: 4.5%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(21){
  position: absolute;
  right: 0%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(22){
  position: absolute;
  right: -0.8%;
  bottom: 53.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(23){
  position: absolute;
  right: -0.8%;
  bottom: 49.6%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(24){
  position: absolute;
  right: -9%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(25){
  position: absolute;
  right: -13.3%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(26){
  position: absolute;
  right: -17.6%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(27){
  position: absolute;
  right: -22%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(28){
  position: absolute;
  right: -26.5%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(29){
  position: absolute;
  right: -30.8%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(30){
  position: absolute;
  right: -35.2%;
  bottom: 56.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(31){
  position: absolute;
  right: -35.2%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(32){
  position: absolute;
  right: -30.8%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(33){
  position: absolute;
  right: -26.5%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(34){
  position: absolute;
  right: -22.1%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(35){
  position: absolute;
  right: -17.8%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(36){
  position: absolute;
  right: -13.2%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(37){
  position: absolute;
  right: -8.8%;
  bottom: 65%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(38){
  position: absolute;
  right: -8%;
  bottom: 68%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(39){
  position: absolute;
  right: -8%;
  bottom: 71.8%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(40){
  position: absolute;
  right: -8%;
  bottom: 75.7%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(41){
  position: absolute;
  right: -8%;
  bottom: 75.7%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(42){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(43){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(44){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(45){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(46){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(47){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(48){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(49){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(50){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(51){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(52){
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(53){
  position: absolute;
  right: 28.8%;
  bottom: 19.7%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(54){
  position: absolute;
  right: 21.2%;
  bottom: 22%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(55){
  position: absolute;
  right: 21.2%;
  bottom: 26.4%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(56){
  position: absolute;
  right: -1.6%;
  bottom: 20.7%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(57){
  position: absolute;
  right: -1.6%;
  bottom: 17%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(58){
  position: absolute;
  right: -9.7%;
  bottom: 15.6%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(59){
  position: absolute;
  right: -9.7%;
  bottom: 20.5%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(60){
  position: absolute;
  right: -9.4%;
  bottom: 26.3%;
  width: 90%;
  height: auto;
}
.map_icon a:nth-of-type(61){
  position: absolute;
  right: -9.4%;
  bottom: 32.5%;
  width: 90%;
  height: auto;
}

@media (max-width: 580px) {
  .map_icon a:nth-of-type(2){
    position: absolute;
    right: -0.4%;
    bottom: 61.2%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(3){
    position: absolute;
    right: -0.3%;
    bottom: 70%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(4){
    position: absolute;
    right: 0%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(5){
    position: absolute;
    right: 4.5%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(6){
    position: absolute;
    right: 8.8%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(7){
    position: absolute;
    right: 13.2%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(8){
    position: absolute;
    right: 17.6%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(9){
    position: absolute;
    right: 28.2%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(10){
    position: absolute;
    right: 32.6%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(11){
    position: absolute;
    right: 37%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(12){
    position: absolute;
    right: 41.5%;
    bottom: 64.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(13){
    position: absolute;
    right: 41.5%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(14){
    position: absolute;
    right: 37%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(15){
    position: absolute;
    right: 32.4%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(16){
    position: absolute;
    right: 28.2%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  
  .map_icon a:nth-of-type(17){
    position: absolute;
    right: 17.6%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(18){
    position: absolute;
    right: 13%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(19){
    position: absolute;
    right: 8.7%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(20){
    position: absolute;
    right: 4.5%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(21){
    position: absolute;
    right: 0%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(22){
    position: absolute;
    right: -0.8%;
    bottom: 53.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(23){
    position: absolute;
    right: -0.8%;
    bottom: 49.6%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(24){
    position: absolute;
    right: -9%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(25){
    position: absolute;
    right: -13.3%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(26){
    position: absolute;
    right: -17.6%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(27){
    position: absolute;
    right: -22%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(28){
    position: absolute;
    right: -26.5%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(29){
    position: absolute;
    right: -30.8%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(30){
    position: absolute;
    right: -35.2%;
    bottom: 56.4%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(31){
    position: absolute;
    right: -35.2%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(32){
    position: absolute;
    right: -30.8%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(33){
    position: absolute;
    right: -26.5%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(34){
    position: absolute;
    right: -22.1%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(35){
    position: absolute;
    right: -17.8%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(36){
    position: absolute;
    right: -13.2%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(37){
    position: absolute;
    right: -8.8%;
    bottom: 65%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(38){
    position: absolute;
    right: -8%;
    bottom: 68%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(39){
    position: absolute;
    right: -8%;
    bottom: 71.8%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(40){
    position: absolute;
    right: -8%;
    bottom: 75.7%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(41){
    position: absolute;
    right: -8%;
    bottom: 75.7%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(42){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(43){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(44){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(45){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(46){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(47){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(48){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(49){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(50){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(51){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(52){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(53){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(54){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(55){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(56){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(57){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(58){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(59){
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(60){
    position: absolute;
    right: -7.7%;
    bottom: 25.5%;
    width: 90%;
    height: auto;
  }
  .map_icon a:nth-of-type(61){
    position: absolute;
    right: -7.7%;
    bottom: 30.7%;
    width: 90%;
    height: auto;
  }
  
}

/* 追従ボタン
====================================== */

.sp-fixed {
  z-index: 5000;
  background-color:none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: right;
  padding: 20px 20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}

.sp-fixed .btn a {
  display: inline-block;
  background-color: #FDE351;
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  padding: 1em 1em;
  border-radius: 10px;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0px 7px 0 #f6ab00;
}

.sp-fixed .btn:hover a {
  transform: translate3d(0, 8px, 0);
  box-shadow: none;
}

@media (max-width: 580px) {
  .sp-fixed {
    background-color: rgb(185 185 185 / 50%);
    padding: 17px 17px;
    justify-content: center;
  }
  
  .sp-fixed .btn a {
    padding: 1em 1em;
  }
}