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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #000;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #4a3329;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

.spbr {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.all__wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.all__bg {
  margin: 0 auto;
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../img/jffc10th_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 500px) {
  .all__bg {
    margin: 0 auto;
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image: url("../img/jffc10th_bg_yoko.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
/* ハンバーガーメニュー */
#menu-button {
  padding: 0;
  position: fixed;
  top: 5px;
  right: 0px;
  width: 62px;
  height: 62px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 889;
  display: grid;
  place-items: center;
  place-content: center;
}

/* バー */
.bar,
.bar::before,
.bar::after {
  width: 24px;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s;
}

.bar {
  display: grid;
}
.bar::before, .bar::after {
  content: "";
  grid-area: 1/1;
}
.bar::before {
  transform: translateY(-8px);
}
.bar::after {
  transform: translateY(8px);
}

/* オープン時のバー */
.menu-open .bar {
  background-color: transparent;
}
.menu-open .bar::before {
  transform: rotate(45deg);
}
.menu-open .bar::after {
  transform: rotate(-45deg);
}

/* メニューラベル */
.menu-label {
  transform: translateY(10px);
  font-size: 10px;
  color: #fff;
}

/* オーバーレイ */
#overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 887;
  transition: opacity 0.3s;
  /* オープン時のオーバーレイ */
}
.menu-open #overlay {
  visibility: visible;
  opacity: 1;
}

/* メニュー */
#menu {
  position: fixed;
  height: 100vh;
  width: 250px;
  background-color: #000;
  right: 0;
  top: 0;
  z-index: 888;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 80px 0 0 0;
}
#menu li {
  padding: 16px;
}

/* オープン時のメニュー */
.menu-open #menu {
  transform: translateY(0);
}

/* body */
body {
  overflow-x: clip;
  /* オープン時のbody */
}
.menu-open body {
  overflow: clip;
}

.header__sp-nav {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.header__sp-nav a {
  color: #fff;
}

.bn__box {
  padding: 32px 16px;
}

.anb__wrapper {
  padding: 32px 16px;
}
.anb__title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.anb__title-en {
  margin-top: 8px;
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.anb__sub-title {
  margin: 32px 0 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.anb__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
.anb__rectangle {
  margin-top: 32px;
  padding: 16px 0;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
}
.anb__rectangle--fill-red {
  color: #000;
  border: none;
  background-color: gray;
}
.anb__rectangle--fill-white {
  border: none;
  color: #000;
  background-color: #fff;
}
.anb__list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.anb__item {
  max-width: calc(50% - 8px);
  width: 100%;
}
.anb__img {
  margin-top: 32px;
}
.anb__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.anb__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.anb__name {
  text-align: center;
  margin-top: 8px;
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.anb__name--sub {
  margin-top: 16px;
  line-height: 1.6;
}

/* 下から上に移動しながらフェードイン */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
}
.fadeInUp--delay {
  animation-delay: 0.3s;
}

/* フェードインさせるクラス */
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.footer__wrapper {
  margin-top: 32px;
  padding: 32px 16px;
  background-color: #1d2087;
}
.footer__nav {
  display: flex;
  gap: 24px;
  flex-direction: column;
  text-align: center;
}
.footer__nav-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.footer__cr {
  margin-top: 32px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

/* アコーディオン全体 */
.anb-accordion {
  margin-top: 24px;
  width: 100%;
}

/* トリガーボタン */
.anb-accordion__trigger {
  width: 100%;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
}

.anb-accordion__trigger:hover {
  background: #222;
}

/* 開閉アイコン（右側の＋ → －） */
.anb-accordion__trigger::after {
  content: "+";
  float: right;
  transition: transform 0.3s;
}

.anb-accordion__trigger.active::after {
  content: "-";
}

/* アコーディオン中身 */
.anb-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 16px;
  background-color: #000;
}

/* 開いた時の余白 */
.anb-accordion__content.open {
  padding: 16px;
}/*# sourceMappingURL=style.css.map */