@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100%;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.gDef-wrapper {
  overflow: initial;
}

.gDef-top-banner {
  background-color: #ffffff;
}

.wrapper {
  position: relative;
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: max(14px, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: max(13px, 1.8rem);
  }
}
.wrapper::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #ffffff url(../images/bg_hanabi-sp.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (orientation: landscape) {
  .wrapper::before {
    background-image: url(../images/bg_hanabi-pc.jpg);
  }
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .wrapper a,
  .wrapper button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    opacity: 0.7;
  }
}

.main > * {
  padding: 12rem 0;
}
.main p,
.main dd {
  line-height: 1.5;
}
.main p a,
.main dd a {
  display: inline;
  color: #ff3377;
  text-decoration: underline;
}
.main p a .arrow,
.main dd a .arrow {
  position: relative;
  top: 0.1em;
  display: inline-block;
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
  background: url(../images/btn_arrow.svg) no-repeat center/contain;
}

.inner {
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(1000 / 1280 * 100%);
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "Barlow", sans-serif;
}

.w600 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .w600 {
    width: calc(600 / 680 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    margin: 0 calc(50% - 50vw);
  }
}
.sec-ttl {
  text-align: center;
  margin-bottom: 8rem;
}
.sec-ttl .ja {
  display: block;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff540;
}
@media screen and (min-width: 768px) {
  .sec-ttl .ja {
    font-size: 270%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sec-ttl .ja {
    font-size: 300%;
  }
}
.sec-ttl .en {
  display: block;
  margin-top: 2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #ff3377;
}
@media screen and (min-width: 768px) {
  .sec-ttl .en {
    font-size: 1.8rem;
  }
}

h3.sec-ttl .ja {
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  h3.sec-ttl .ja {
    font-size: 180%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  h3.sec-ttl .ja {
    font-size: 200%;
  }
}

.text01 {
  margin-bottom: 8rem;
  line-height: 2 !important;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .text01 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .list01 {
    margin: 0 auto;
    max-width: 530px;
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .list01 {
    font-size: 111%;
  }
}
.list01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.list01 dl:not(:last-child) {
  margin-bottom: 1em;
}
.list01 dl:not(:last-child) > * {
  padding-bottom: 1em;
  border-bottom: 1px solid currentColor;
}
.list01 dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0.8em;
  min-width: 5.2em;
  font-weight: normal;
  color: #fff540;
}
.list01 dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.accordion-btn {
  position: relative;
  padding: 1.2em 4rem;
  padding-right: 8rem !important;
  line-height: 1.5;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.accordion-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto 0;
  width: 3rem;
  height: 3rem;
  -webkit-mask: url(../images/icon_plus.svg) no-repeat center/contain;
          mask: url(../images/icon_plus.svg) no-repeat center/contain;
  background-color: currentColor;
  -webkit-transition: -webkit-mask-image 0.3s ease;
  transition: -webkit-mask-image 0.3s ease;
  transition: mask-image 0.3s ease;
  transition: mask-image 0.3s ease, -webkit-mask-image 0.3s ease;
}
.accordion-btn.is-active::after {
  -webkit-mask-image: url(../images/icon_minus.svg);
          mask-image: url(../images/icon_minus.svg);
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 10;
  margin-bottom: -10.4rem;
}
.header.is-invert h1 {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 calc(40 / 1920 * 100%);
  }
  .header-bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 10.4rem;
    background-color: #002970;
    mix-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 10;
  }
  .header-bg.is-invert {
    opacity: 1;
  }
}
.header.is-open .btn-menu span:nth-of-type(1) {
  -webkit-transform: rotate(-38.8deg);
          transform: rotate(-38.8deg);
}
.header.is-open .btn-menu span:nth-of-type(2) {
  left: 100%;
  opacity: 0;
}
.header.is-open .btn-menu span:nth-of-type(3) {
  -webkit-transform: rotate(38.8deg);
          transform: rotate(38.8deg);
}
.header-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.header h1 {
  margin: 0 auto 0 2.5rem;
  width: 28rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .header h1 {
    margin-left: 0;
  }
}

.btn-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.4rem;
  aspect-ratio: 1/1;
  background-color: #fff540;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none !important;
  }
}
.btn-menu-inner {
  position: relative;
  width: 40%;
  height: 28%;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff3377;
  border-radius: 0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 20rem 0 120px;
  background-color: #ff3377;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    width: auto;
    height: 100%;
    background-color: transparent;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
.nav-menu > li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-menu > li:not(:last-child) {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu > li {
    margin-right: 4rem;
  }
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  width: auto;
  letter-spacing: 0.2em;
  color: #ffffff;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10.4rem;
    font-size: 1.8rem;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .nav-menu > li > a:hover {
    opacity: 1;
    color: #ff3377 !important;
  }
}
.nav-menu > li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  padding-top: 0;
}

/* =====================================================================
    intro
======================================================================*/
@media screen and (max-width: 767px) {
  .intro-ttl {
    margin: 0 calc(50% - 50vw);
  }
}
.intro-ttl {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff540;
}
@media screen and (min-width: 768px) {
  .intro-ttl {
    font-size: 280%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .intro-ttl {
    font-size: 311%;
  }
}
.intro-text {
  line-height: 2 !important;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .intro-text {
    text-align: center;
    font-size: 110%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .intro-text {
    font-size: 122%;
  }
}
.intro-text strong {
  font-weight: normal;
  font-size: 150%;
}

.color01 {
  color: #00ffdb;
}

.color02 {
  color: #fff540;
}

.color03 {
  color: #ff3377;
}

/* =====================================================================
    outline
======================================================================*/
.outline-list li {
  position: relative;
  margin-bottom: 0.4rem;
  padding: 3.5rem calc(40 / 680 * 100%);
  line-height: 1.5;
  color: #002970;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .outline-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1em;
    padding: 3rem calc(80 / 1000 * 100%);
  }
}
.outline-list li:last-child {
  margin-bottom: 0;
}
.outline-list li h3 {
  position: relative;
  margin-bottom: 0.4em;
  color: #ff3377;
}
@media screen and (min-width: 768px) {
  .outline-list li h3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12em;
    margin: 0 0.4rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .outline-list li p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.outline-list .btn-map {
  display: inline-block;
  color: #002970;
  text-decoration-color: #ff3377;
  -webkit-transition-property: color;
  transition-property: color;
}
.outline-list .btn-map:hover {
  opacity: 1;
  color: #ff3377;
}

.schedule {
  padding-top: 16rem;
}

.request {
  padding-top: 16rem;
}
.request p {
  line-height: 2;
}

/* =====================================================================
    ticket
======================================================================*/
.ticket-catch {
  text-align: center;
  margin-bottom: 8rem;
  padding: 0.3em;
  font-weight: 700;
  line-height: 1.25;
  font-size: 129%;
  color: #fff540;
  background-color: #ff3377;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .ticket-catch {
    padding: 0.5em;
    max-width: 720px;
    font-size: 180%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ticket-catch {
    font-size: 200%;
  }
}
.ticket-fee {
  max-width: 720px;
}
.ticket-fee-list {
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .ticket-fee-list {
    max-width: initial;
    font-size: 140%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ticket-fee-list {
    font-size: 156%;
  }
}
.ticket-fee-list dl dt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: initial;
  color: #ffffff;
}
.ticket-fee-list dl dd {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 6em;
  color: #fff540;
}
.ticket-goods {
  position: relative;
  display: grid;
  gap: 4rem 0;
  padding: calc(40 / 680 * 100%);
  color: #002970;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ticket-goods {
    grid-template-columns: calc(400 / 1000 * 100%) calc(570 / 1000 * 100%);
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    grid-auto-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-template-areas: "figure ticket-goods-ttl" "figure p";
    padding: calc(64 / 1000 * 100%);
  }
}
.ticket-goods::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg_brick_top.jpg) no-repeat top center/91.4rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ticket-goods::before {
    background-position: top left;
    background-size: 90% auto;
  }
}
.ticket-goods::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg_brick_bottom.jpg) no-repeat bottom center/91.4rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ticket-goods::after {
    background-position: bottom right;
    background-size: 90% auto;
  }
}
.ticket-goods-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ticket-goods-ttl {
    text-align: right;
    grid-area: ticket-goods-ttl;
  }
}
.ticket-goods-ttl span {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: 800;
  font-size: 79%;
  letter-spacing: 0.1em;
  border: 2px solid #ff3377;
}
@media screen and (min-width: 768px) {
  .ticket-goods-ttl span {
    font-size: 83%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ticket-goods-ttl span {
    font-size: 92%;
  }
}
@media screen and (min-width: 768px) {
  .ticket-goods figure {
    grid-area: figure;
  }
}
.ticket-goods figure figcaption {
  margin-top: 0.5em;
  font-size: 71%;
  color: #ff3377;
  line-height: 1.3;
}
.ticket-goods p {
  text-align: center;
  font-weight: 800;
  font-size: 143%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-goods p {
    grid-area: p;
    font-size: 160%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ticket-goods p {
    font-size: 178%;
  }
}
.ticket-guide {
  padding-top: 16rem;
}
.ticket-guide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem calc(24 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .ticket-guide-list {
    gap: 0.8rem calc(8 / 1000 * 100%);
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .ticket-guide-list {
    font-size: 111%;
  }
}
.ticket-guide-list li {
  width: calc(328 / 680 * 100%);
}
@media screen and (min-width: 768px) {
  .ticket-guide-list li {
    width: calc(328 / 1000 * 100%);
  }
}
.ticket-guide-list li a {
  position: relative;
  padding: 1.25em 1em;
  padding-right: 2.2em !important;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #002970;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket-guide-list li a {
    padding: 2em 1em;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .ticket-guide-list li a:hover {
    opacity: 1;
    color: #ff3377;
  }
}
.ticket-guide-list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/icon_tab.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .ticket-guide-list li a::after {
    right: 1.2em;
  }
}

/* =====================================================================
    goods
======================================================================*/
.goods-img figcaption {
  margin-top: 0.8em;
  line-height: 1.5;
  font-size: 71%;
}

/* =====================================================================
    map
======================================================================*/
.map {
  position: relative;
}
.map::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100% - 80rem);
  margin: 0 calc(50% - 50vw);
  background-color: #002970;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .map::before {
    height: calc(100% - 90rem);
  }
}
.map-lead {
  text-align: center;
  margin-bottom: 7rem;
  font-size: 129%;
}
@media screen and (min-width: 768px) {
  .map-lead {
    font-size: 160%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .map-lead {
    font-size: 178%;
  }
}
.map-img {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .map-img {
    margin-bottom: 8rem;
  }
}
.map-list {
  position: relative;
}
.map-list .accordion-btn {
  width: 100%;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .map-list .accordion-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .map-list .accordion-content {
    margin-left: calc(-180 / 1000 * 100%);
    width: calc(1360 / 1000 * 100%);
  }
}
.map-list .accordion-content dl {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .map-list .accordion-content dl {
    width: 48%;
  }
}
.map-list .accordion-content dl:first-child {
  margin-top: 0;
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .map-list .accordion-content dl:nth-child(-n+2) {
    margin-top: 0;
    border-top: 0;
  }
}
.map-list .accordion-content dl dt {
  color: #fff540;
}

/* =====================================================================
    access
======================================================================*/
.access-list {
  margin-bottom: 8rem;
}
.access-traffic {
  padding-top: 16rem;
}
.access-traffic figure {
  margin-bottom: 4rem;
}
.access-notice li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.5;
}
.access-notice li:not(:last-child) {
  margin-bottom: 0.5em;
}
.access-notice li::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  color: #fff540;
}
.access-notice + p {
  margin-top: 4rem;
}

/* =====================================================================
    faq
======================================================================*/
@media screen and (max-width: 767px) {
  .faq .sec-ttl .ja {
    font-size: 6.4rem;
  }
}
.faq-group:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .faq-group:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.faq-group-ttl {
  margin-bottom: 2rem;
  font-size: 143%;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff540;
}
@media screen and (min-width: 768px) {
  .faq-group-ttl {
    font-size: 140%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .faq-group-ttl {
    font-size: 156%;
  }
}
.faq-group dl {
  color: #002970;
  background-color: #ffffff;
}
.faq-group dl:not(:last-of-type) {
  margin-bottom: 0.4rem;
}
.faq-group dl > * {
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .faq-group dl > * {
    padding: 3rem 8rem;
  }
}
.faq-group dl .accordion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
.faq-group dl .accordion-btn::before {
  content: "Q.";
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .faq-group dl .accordion-btn {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .faq-group dl .accordion-btn:hover {
    color: #ff3377;
  }
}
.faq-group dl .accordion-content {
  background-color: #e6e6e6;
}

/* =====================================================================
    notice
======================================================================*/
.notice-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem 0;
  padding: 8rem calc(40 / 680 * 100%);
  color: #002970;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .notice-group {
    padding: 8rem calc(80 / 1000 * 100%);
  }
}
.notice-group::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg_brick_top.jpg) no-repeat top center/91.4rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .notice-group::before {
    background-position: top left;
    background-size: 90% auto;
  }
}
.notice-group::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: url(../images/bg_brick_bottom.jpg) no-repeat bottom center/91.4rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .notice-group::after {
    background-position: bottom right;
    background-size: 90% auto;
  }
}
.notice-group dl dt {
  margin-bottom: 0.3em;
  line-height: 1.3;
  font-size: 114%;
}
@media screen and (min-width: 768px) {
  .notice-group dl dt {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .notice-group dl dt {
    font-size: 111%;
  }
}
.notice-group dl dd {
  position: relative;
  padding-left: 1.2em;
}
.notice-group dl dd:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.notice-group dl dd::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  color: #ff3377;
}

/* =====================================================================
*    footer
* =================================================================== */
.footer {
  position: relative;
  padding: 12rem 0;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002970;
  mix-blend-mode: multiply;
  z-index: -1;
}
.footer-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer-text dl {
    font-size: 86%;
  }
}
.footer-text dl:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.footer-text dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff540;
}
.footer-text dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 0;
  width: 8rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 4rem;
  }
}
.pagetop a {
  position: relative;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#b2fff4), color-stop(50%, #fffcbf), to(#ffc1d6));
  background: linear-gradient(to right, #b2fff4 0%, #fffcbf 50%, #ffc1d6 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pagetop a {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .pagetop a:hover {
    opacity: 1;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}

.copyright {
  margin-top: 6.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 86%;
  }
}/*# sourceMappingURL=base.css.map */