@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url("../fonts/Hiragino Kaku Gothic ProN.woff2"); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Medium.otf");
  font-style: normal;
  font-weight: 500;
}
html {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  html {
    min-width: 100%;
  }
}

.fireworks {
  color: #111 !important;
}
.fireworks__banner {
  height: auto;
}
.fireworks__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10%;
}
@media screen and (max-width: 980px) {
  .fireworks__about {
    margin-top: -5%;
  }
}
.fireworks__about-heading {
  height: 82px;
}
@media screen and (max-width: 980px) {
  .fireworks__about-heading {
    height: 51px;
  }
}
@media screen and (max-width: 980px) {
  .fireworks__about-content {
    padding: 0 4%;
  }
}
.fireworks__about-text {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .fireworks__about-text {
    margin-top: 50px;
  }
}
.fireworks__about-para {
  font-family: "Source Han Code JP", sans-serif;
  font-size: 2.2rem !important;
  font-weight: 500;
  line-height: 1.8181818182em;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .fireworks__about-para {
    font-size: 16px !important;
    line-height: 1.8125em;
  }
}
.fireworks__about-para:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .fireworks__about-para:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.fireworks__about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 60px;
  background-color: #FF800D;
}
@media screen and (max-width: 980px) {
  .fireworks__about-grid {
    margin-top: 85px;
    padding: 0 4% 42px;
  }
}
.fireworks__grid-images {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  gap: 20px;
  width: 600px;
  margin-top: -50px;
}
@media screen and (max-width: 980px) {
  .fireworks__grid-images {
    gap: 10px;
    width: 100%;
    margin-top: -35px;
  }
}
.fireworks__grid-image {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.fireworks__grid-heading {
  height: 73px;
  margin: 50px 0;
}
@media screen and (max-width: 980px) {
  .fireworks__grid-heading {
    height: 53px;
    margin: 0 25px;
  }
}
.fireworks__grid-arrow {
  height: 35px;
}
@media screen and (max-width: 980px) {
  .fireworks__grid-arrow {
    height: 23px;
  }
}
.fireworks__directory {
  background-color: #fff5b8;
  background-image: radial-gradient(#fff 10%, transparent 11%), radial-gradient(#fff 10%, transparent 11%);
  background-size: 60px 60px;
  background-position: 0 10px, 30px 40px;
  background-repeat: repeat;
}
.fireworks__directory-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  width: 100%;
  padding: 16px 0;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fireworks__directory-list {
    max-width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 1100px) {
  .fireworks__directory-list {
    gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .fireworks__directory-list {
    grid-template-columns: 1fr;
    gap: unset;
    padding: 0;
  }
}
.fireworks__directory-link {
  position: relative;
  width: 100%;
  height: 95px;
  background-color: #FF800D;
  font-family: "游明朝", "游明朝体", "Yu Mincho", serif !important;
  color: #fff !important;
  font-size: 2rem !important;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1100px) {
  .fireworks__directory-link {
    height: 80px;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 980px) {
  .fireworks__directory-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 65px;
    padding: 0 4%;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
}
.fireworks__directory-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dotted #fff;
}
@media screen and (max-width: 980px) {
  .fireworks__directory-link::before {
    content: "»";
    left: unset;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    height: auto;
    padding-right: 4%;
    border: none;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.fireworks__directory-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  .fireworks__directory-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .fireworks__directory-link:hover::before {
    -webkit-transform: translate(3px, -50%);
            transform: translate(3px, -50%);
  }
}
@media screen and (max-width: 980px) {
  .fireworks__directory-link:first-child {
    border-top: 1px solid #fff;
  }
}

.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #803AD8;
}

.primary-bg {
  background: #803AD8;
}

.overflow {
  overflow: hidden;
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
}

.pc-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
}

.tablet {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 980px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-block {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 980px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-block {
    display: block;
  }
}

.text-center {
  text-align: center;
}
