@charset "utf-8";
.wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100svh;
}
.wrapper__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100svh;
  background: #a2d5c9 url("../imgs/common/bg.png") center center / cover no-repeat;
}
.wrapper__left {
  width: calc((100% - 764px));
  height: 100svh;
  order: 1;
}
.wrapper__fix {
  height: 100%;
  position: fixed;
  top: 0;
}
.wrapper__fix--left {
  width: calc((100% - 764px));
  left: 0;
}
.wrapper__fix--right {
  right: 0;
}
.wrapper__right {
  width: 140px;
  height: 100svh;
  order: 3;
}
.wrapper__center {
  order: 2;
  width: 624px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .wrapper__left,
  .wrapper__right {
    width: calc((100% - 624px) / 2);
  }
  .wrapper__fix--left {
    z-index: 3;
  }
}

@media screen and (max-width: 624px) {
  .wrapper__center {
    width: 100%;
  }
  .wrapper__left {
    width: calc((100% - 100vw) / 2);
  }
  .wrapper__fix {
    width: calc((100% - 100vw) / 2);
  }
  .wrapper__right {
    width: calc((100% - 100vw) / 2);
  }
  .wrapper__bg {
    height: 100vh;
  }
}

/*===================
共通パーツ
===================*/
.sec + .sec {
  margin-top: 73px;
}
.sec__ttl--type1 {
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
  width: calc(100% - 40px);
  padding-top: 31px;
  padding-bottom: 47px;
  margin: 0 auto;
}
.sec__ttl--type2 {
  padding: 0 0 35px;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}
.ttl__deco {
  width: 87px;
  margin: 0 auto 4px;
  padding-top: 40px;
}
.line .img {
  height: 34px;
  object-fit: cover;
}
.line--small {
  width: calc(100% - 40px);
  max-width: 435px;
  margin: 0 auto;
}
.line--small .img {
  height: 26px;
  object-fit: initial;
}

@media screen and (max-width: 624px) {
  .sec + .sec {
    margin-top: 11.875vw;
  }
  .sec__ttl--type1 {
    font-size: 6.4583vw;
    padding-top: 5.4166vw;
    padding-bottom: 7.7083vw;
  }
  .sec__ttl--type2 {
    padding: 0 0 5.4166vw;
    font-size: 6.4583vw;
  }
  .ttl__deco {
    width: 13.9583vw;
    margin: 0 auto 0.8333vw;
    padding-top: 5.8333vw;
  }
  .line .img {
    height: 5.4166vw;
  }
  .line--small {
    max-width: 69.7916vw;
  }
}

/*===================
fv
===================*/
.fv {
  height: 100svh;
  position: relative;
}
.fv::before,
.fv::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  z-index: 2;
}
.fv::before {
  left: 0;
}
.fv::after {
  right: 0;
}
.fv img {
  height: 100svh;
  object-fit: cover;
}

@media screen and (max-width: 624px) {
  .fv {
    height: auto;
  }
  .fv img {
    height: auto;
  }
}

/*===================
intro
===================*/
.intro {
  width: 100%;
  height: 100%;
  padding-top: 84px;
  padding-bottom: 64px;
  margin: 0 auto;
}
.intro .inner-624 {
  background: transparent;
  border: none;
  border-radius: 0;
}
.intro__heading {
  max-width: 465px;
  margin: 0 auto 21px;
}
.intro__title {
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}
.intro__txt {
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 624px) {
  .intro {
    padding-top: 13.9583vw;
    padding-bottom: 11.25vw;
  }
  .intro__heading {
    max-width: 75vw;
    margin: 0 auto 2.7083vw;
  }
  .intro__title {
    font-size: 8.9583vw;
  }
  .intro__txt {
    font-size: 4.7916vw;
  }
}

/*===================
shop
===================*/
.shop__map {
  padding-top: 124px;
  margin-bottom: 85px;
  position: relative;
}
.shop__heading {
  max-width: 218px;
  position: absolute;
  top: -50px;
  left: 11px;
  z-index: 1;
}
.shop__mapImg {
  width: calc(100% - 40px);
  max-width: 929px;
  padding-bottom: 30px;
  margin: 0 0 0 auto;
}
.shop__mapImg .img {
  min-width: 929px;
}
.shop__wrap {
  margin-bottom: 122px;
}
.shop__container {
  padding: 0 18px 58px;
  margin-bottom: 67px;
  position: relative;
}
.shop__container + .shop__container {
  margin-top: 20px;
}
.shop__container::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 500px;
  height: 3px;
  margin: 0 auto;
  background: url("../imgs/common/border_dotted_type02.svg") center center / contain repeat-x;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.shop__container:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.shop__container:last-child::after {
  display: none;
}

/* 中身 */
.shop__pic {
  padding-top: 30px;
  padding-bottom: 66px;
  position: relative;
}
.shop__shopTtl {
  width: 500px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.shop__img {
  max-width: 475px;
  margin: 0 auto;
}
.shop__first {
  width: 167px;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
}
.shop__num {
  width: 74px;
  padding: 16px 0 9px;
  position: absolute;
  bottom: 90px;
  left: 46px;
  z-index: 2;
  background-color: #e95532;
}
.shop__num--type02 {
  bottom: 10px;
}
.shop__num--shop,
.shop__num--num {
  color: #fff;
  font-family: "poppins", sans-serif;
  text-align: center;
  display: block;
  letter-spacing: 0.02em;
}
.shop__num--shop {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.shop__num--num {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.shop__txt {
  font-size: 21px;
  line-height: 1.75;
  max-width: 466px;
  padding-top: 28px;
  margin: 0 auto 23px;
}
/* 中身 */

.shop__btn {
  margin-top: auto;
}
.shop__btnLink {
  display: block;
  max-width: 332px;
  padding: 4px;
  margin: 0 auto;
  background: #e95532;
  border: 1px solid #e95532;
  border-radius: 999px;
  font-size: 26px;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.shop__btnLink::after {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background: url("../imgs/common/arrow_rgt.png") center center / cover no-repeat;
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s;
}
.shop__btnLink:hover {
  background: #fff;
  color: #e95532;
}
.shop__btnLink:hover::after {
  background: url("../imgs/common/arrow_rgt_orange.png") center center / cover no-repeat;
}

@media screen and (max-width: 624px) {
  .shop__map {
    padding-top: 19.7916vw;
    margin-bottom: 12.5vw;
  }
  .shop__heading {
    max-width: 35vw;
    top: -7.5vw;
    left: 2.2916vw;
  }
  .shop__mapImg {
    width: calc(100% - 2.7083vw);
    max-width: 224.3589vw;
    padding-bottom: 6.25vw;
  }
  .shop__mapImg .img {
    min-width: 224.3589vw;
  }
  .shop__wrap {
    margin-bottom: 10.2083vw;
  }
  .shop__container {
    padding: 0 3.75vw 12.0833vw;
    margin-bottom: 8.3333vw;
  }
  .shop__container + .shop__container {
    margin-top: 4.1666vw;
  }
  .shop__container::after {
    width: calc(100% - 3.3333vw);
    max-width: 80.4166vw;
    height: 0.4166vw;
  }

  /* 中身 */
  .shop__pic {
    padding-top: 4.5833vw;
    padding-bottom: 10.458vw;
  }
  .shop__shopTtl {
    width: 80vw;
  }
  .shop__img {
    max-width: 74.0416vw;
  }
  .shop__first {
    width: 26.875vw;
    left: -2.0833vw;
  }
  .shop__num {
    width: 11.6166vw;
    padding: 2.3333vw 0 0.875vw;
    bottom: 13.9583vw;
    left: 5.9166vw;
  }
  .shop__num--type02 {
    bottom: 1.0833vw;
  }
  .shop__num--shop {
    font-size: 3.125vw;
    margin-bottom: 1.0833vw;
  }
  .shop__num--num {
    font-size: 5.4166vw;
  }
  .shop__txt {
    font-size: 3.3333vw;
    max-width: 76.0416vw;
    padding-top: 1.6666vw;
    margin: 0 auto 4.7916vw;
  }
  /* 中身 */
  .shop__btnLink {
    max-width: 53.125vw;
    padding: 0.8333vw;
    font-size: 4.1666vw;
  }
  .shop__btnLink::after {
    width: 2.5vw;
    height: 0.8333vw;
    right: 2.2916vw;
  }
}

/*===================
event
===================*/
.event {
  position: relative;
}

.event__schedule {
  width: calc(100% - 40px);
  margin: 28px auto 80px;
}
.event__wrap {
  padding: 0 20px;
  margin-bottom: 17px;
}
.event__container.bg--yellow {
  background: #fce18a;
}
.event__container.bg--green {
  background: #d9e5c9;
}
.event__container.bg--navy {
  background: #bed2df;
}
.event__container.bg--orange {
  background: #f7c2b5;
}
.event__container.bg--beige {
  background: #efe3d0;
}
.event__container.bg--cream {
  background: #fdf1d5;
}

.event__container {
  padding: 36px 0;
  border-radius: 17px;
}
.event__container + .event__container {
  margin-top: 33px;
}
.event__container:nth-child(3) .event__ttlBox,
.event__container--type02 .event__ttlBox {
  padding: 0;
}
.event__booth {
  width: 513px;
  padding-top: 385px;
  margin: 0 auto;
  position: relative;
}
.event__boothImg {
  width: 100%;
  position: absolute;
  bottom: -29px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.event__pic {
  width: calc(100% - 50px);
  max-width: 280px;
  margin: 0 auto 21px;
}
/* .event__ttlBox {
  padding: 0 25px;
} */
.event__ttlGroup {
  margin-bottom: 24px;
}
.event__presentPic {
  width: calc(100% - 80px);
  margin: 0 auto 18px;
}
.event__ttl--small,
.event__ttl--big {
  text-align: center;
}
.event__ttl--small {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}
.event__container:nth-child(3) .event__ttl--small {
  padding: 0 25px;
}
.event__container--type02 .event__ttl--small {
  padding: 0;
}
.event__ttl--big {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.27;
}
.event__container:nth-child(3) .event__ttl--big {
  padding: 0 21px;
}
.event__container--type02 .event__ttl--big {
  width: calc(100% - 50px);
  max-width: 415px;
  margin: 0 auto;
}
.event__dateBox {
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 17px;
}
.event__date {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.61;
  width: 100%;
  padding: 2px 32px 2px 15px;
  background: #fff;
}
.event__date--fit {
  width: fit-content;
}

.event__other .inner-624 {
  background: transparent;
  border: none;
  border-radius: 0;
}
.event__other .ttl__deco {
  width: 117px;
  margin: 0 auto 24px;
}
.event__other .sec__ttl--type2 {
  padding-bottom: 41px;
}
.event__otherWrap {
  margin-bottom: 34px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.event__otherContainer {
  width: 100%;
  padding: 30px 30px 35px;
  border-radius: 17px;
  background: #ffdfdc;
}
.event__otherBody {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event__otherTtl {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
  margin-bottom: 18px;
}
.event__otherLeftPic {
  width: 193px;
  padding-top: 6px;
}
.event__otherRightBox {
  width: calc(100% - 223px);
}
.event__otherTxt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
}
.event__otherNotes {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.23;
  padding-top: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

.event__deco {
  width: 121px;
  position: absolute;
  top: -52px;
  left: 53px;
  z-index: 4;
}

@media screen and (max-width: 624px) {
  .event__schedule {
    margin: 3.9583vw auto 16.6666vw;
  }
  .event__wrap {
    padding: 0 4.1666vw;
    margin-bottom: 14.1666vw;
  }

  .event__container {
    padding: 5.8333vw 0;
  }
  .event__container + .event__container {
    margin-top: 5.8333vw;
  }
  .event__booth {
    width: 81.875vw;
    padding-top: 66.25vw;
  }
  .event__boothImg {
    bottom: -6.0416vw;
  }
  .event__pic {
    width: calc(100% - 10.4166vw);
    max-width: 45vw;
    margin: 0 auto 3.125vw;
  }
  /* .event__ttlBox {
    padding: 0 5.2083vw;
  } */
  .event__ttlGroup {
    margin-bottom: 3.5416vw;
  }
  .event__presentPic {
    margin: 0 auto 2.5vw;
  }
  .event__ttl--small {
    font-size: 4.375vw;
    margin-bottom: 2.5vw;
  }
  .event__container:nth-child(3) .event__ttl--small {
    padding: 0 5.2083vw;
  }
  .event__ttl--big {
    font-size: 6.0416vw;
  }
  .event__container:nth-child(3) .event__ttl--big {
    padding: 0 4.375vw;
  }
  .event__dateBox {
    padding: 0 5.2083vw;
    gap: 1.6666vw 3.5416vw;
  }
  .event__date {
    font-size: 3.75vw;
    padding: 0.4166vw 6.6666vw 0.4166vw 2.0833vw;
  }

  .event__other .ttl__deco {
    width: 18.75vw;
    margin: 0 auto 5vw;
  }
  .event__other .sec__ttl--type2 {
    padding-bottom: 6.6666vw;
  }
  .event__otherWrap {
    margin-bottom: 7.0833vw;
    gap: 5.625vw;
  }
  .event__otherContainer {
    padding: 4.5833vw 4.1666vw 5vw;
  }
  .event__otherTtl {
    font-size: 5vw;
    margin-bottom: 2.0833vw;
  }
  .event__otherLeftPic {
    width: 29.7916vw;
  }
  .event__otherRightBox {
    width: calc(100% - 33.9583vw);
  }
  .event__otherTxt {
    font-size: 3.9583vw;
  }
  .event__otherNotes {
    font-size: 3.5416vw;
    padding-top: 2.9166vw;
  }

  .event__deco {
    width: 19.375vw;
    top: -8.3333vw;
    left: 8.9583vw;
  }
}

@media screen and (max-width: 400px) {
  .event__otherBody {
    flex-direction: column;
  }
  .event__otherLeftPic {
    margin: 0 auto 2.0833vw;
  }
  .event__otherRightBox {
    width: 100%;
  }
}

/*===================
rally
===================*/
.rally__ttlSub {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.62;
  padding-top: 25px;
}
.rally__heading {
  width: 212px;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
}
.rally__wrap {
  width: calc(100% - 80px);
  max-width: 768px;
  padding-top: 198px;
  margin: 0 auto 54px;
  position: relative;
}
.rally__box.no3 {
  padding: 33px 0 39px;
  background: #f9be00;
  border-radius: 66px;
  position: relative;
}
.rally__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
}
.rally__box.no3 .rally__list {
  justify-content: space-between;
  gap: 33px;
  width: 390px;
  margin: 0 auto;
}
.rally__box + .rally__box {
  margin-top: 102px;
}
.rally__listTtl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  width: calc(100% - 50px);
}
.rally__box.no3 .rally__listTtl {
  width: fit-content;
}
.rally__ttlNum {
  width: 50px;
  min-width: 50px;
  padding-top: 15px;
}
.rally__present {
  max-width: 56px;
  position: absolute;
  top: 17px;
  right: 50px;
  z-index: 2;
}
.rally__clear {
  padding-top: 26px;
}
.rally__clearTxt {
  padding: 38px 15px 38px 56px;
  border-bottom: 2px dashed #ccc;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
}
.rally__clearTxt::before {
  display: block;
  content: "";
  width: 37px;
  height: 37px;
  background: url(../imgs/common/how_check.png) center center / cover no-repeat;
  position: absolute;
  top: 43px;
  left: 7px;
}

@media screen and (max-width: 624px) {
  .rally__ttlSub {
    font-size: 4.375vw;
  }
  .rally__heading {
    width: 33.9583vw;
    top: 4.1666vw;
  }
  .rally__wrap {
    width: calc(100% - 10.4166vw);
    padding-top: 32.0833vw;
    margin: 0 auto 8.3333vw;
  }
  .rally__box.no3 {
    padding: 6.875vw 0 8.125vw;
    border-radius: 10.4166vw;
  }
  .rally__box.no3 .rally__list {
    justify-content: space-between;
    gap: 6.875vw;
    width: 62.0833vw;
  }
  .rally__box + .rally__box {
    margin-top: 16.875vw;
  }
  .rally__list {
    gap: 7.2916vw;
  }
  .rally__listTtl {
    font-size: 5.8333vw;
    width: calc(100% - 7.9166vw);
  }
  .rally__ttlNum {
    width: 7.9166vw;
    min-width: 7.9166vw;
    padding-top: 1.6666vw;
  }
  .rally__present {
    max-width: 8.9583vw;
    top: 3.5416vw;
    right: 10.4166vw;
  }
  .rally__clear {
    padding-top: 9.5833vw;
  }
  .rally__clearTxt {
    padding: 4.5833vw 3.125vw 4.5833vw 8.75vw;
    font-size: 4.5833vw;
  }
  .rally__clearTxt::before {
    width: 5.8333vw;
    height: 5.8333vw;
    top: 5.2083vw;
    left: 1.4583vw;
  }
}

/*===================
spot
===================*/
.spot__list {
  width: calc(100% - 80px);
  padding-top: 47px;
  margin: 0 auto 73px;
}
.spot__item:not(:last-child) {
  margin-bottom: 63px;
}
.spot__item img {
  margin-bottom: 21px;
}
.spot__title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 7px;
}
.spot__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.73;
}

@media screen and (max-width: 624px) {
  .spot__list {
    width: calc(100% - 16.6666vw);
    padding-top: 9.7916vw;
    margin: 0 auto 15.2083vw;
  }
  .spot__item:not(:last-child) {
    margin-bottom: 13.125vw;
  }
  .spot__item img {
    margin-bottom: 4.375vw;
  }
  .spot__title {
    font-size: 6.4583vw;
    margin-bottom: 1.4583vw;
  }
  .spot__text {
    font-size: 4.1666vw;
  }
}
