@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1160px;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

ul,
li {
  padding: 0;
  margin: 0;
}

dl,
dd,
dt {
  margin: 0;
}

ul li {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h2 img {
  width: 100%;
}

@media (min-width:751px) {
  .l-img-link img {
    transition: transform .3s ease;
  }
  
  .l-img-link:hover img {
    transform: translateY(-8px);
  }
}

.l-hakatagofesta {
  background: url(/hakata_go_festa/assets/img/top/top_bg.jpg) no-repeat top / cover;
  background-color: #ffeef8;
  position: relative;
}

.l-wrapper {
  max-width: calc(1240px + 80px);
  padding: 0 40px;
  margin: 0 auto;
}

.l-top .l-mv-sub {
  display: none;
}

.l-sub .l-mv-top {
  display: none;
}

.l-common-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 30px;
}

.l-common-menu__item {
  width: 100%;
}

.l-common-menu__item span {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
}

.l-footer-wrap {
  overflow: hidden;
}

.l-footer {
  background: url(/hakata_go_festa/assets/img/common/footer_bg_icon.png) no-repeat right 40px bottom 40px / 370px;
  background-color: #cae5cd;
  position: relative;
  margin-top: 150px;
  padding: 30px 0 50px;
}

.l-footer__bg {
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: calc(100% - 1px);
}

.l-footer__bg::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-footer__bg img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}

.l-footer__train {
  max-width: 1380px;
  width: 71%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50px;
}

.l-footer__inner {
}

.l-footer__bnr {
  max-width: 907px;
  margin: 0 auto;
  margin-bottom: 75px;
}

.l-footer__detail {
  max-width: 831px;
  margin: 0 auto;
  margin-bottom: 70px;
  font-size: 20px;
  margin-bottom: 20px;
}

.l-footer__copyright {
  font-size: 24px;
  text-align: center;
}

.page-top {
  position: fixed;
  right: 80px;
  bottom: 80px;
  width: 155px;
  transition: opacity .3s ease;
}

.page-top.is-absolute {
  position: absolute;
}

.page-top.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


@media screen and (max-width: 750px) {
  body {
    min-width: 100%;
  }

  .l-hakatagofesta {
    background-image: url(/hakata_go_festa/assets/img/top/top_bg_sp.jpg);
  }

  .l-sub .l-common-menu {
    padding: 0 20px;
    margin-top: -2vw;
  }

  .l-sub.l-hakatagofesta {
    background-position: right 0 top -36vw;
  }

  .l-wrapper {
    padding: 0 20px;
  }

  .l-footer {
    background-size: 144px;
    background-position: right 20px bottom 20px;
  }

  .l-footer__bnr {
    margin-bottom: 40px;
  }
  
  .l-footer__train {
    width: 151%;
  }

  .l-footer__detail {
    font-size: 14px;
  }

  .l-footer__copyright {
    font-size: 14px;
  }

  .page-top {
    width: 70px;
    right: 30px;
    bottom: 30px;
  }

  .page-top.is-absolute {
    bottom: 500px;
  }
}