img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body {
  /* background-image: url('../images/bg.jpg'); */
  background-color: #edf0f0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: img_bg 16s ease forwards;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

@keyframes img_bg {
  0% {
    background-image: url(../images/bg_a9894a.jpg);
  }
  15% {
    background-image: url(../images/bg_a9894a.jpg);
  }
  20% {
    background-image: url("../images/bg.jpg");
  }
  100% {
    background-image: url("../images/bg.jpg");
  }
}
strong {
  display: block;
  color: #a9894a;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
/* .bigcatbang_final_description-bg {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 20%;
  z-index: -1;
} */
.bigcatbang_final_description-img {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 760px;
}
@media (width <= 768px) {
  .bigcatbang_final_description-img {
    margin: 0 auto;
  }
}
#bigcatbang_final {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 87px;
}
@media (width <= 768px) {
  #bigcatbang_final {
    padding-top: 69px;
  }
}
.bigcatbang_final_logo {
  width: 50%;
  margin-bottom: 4rem;
}
@media (width <= 768px) {
  .bigcatbang_final_logo {
    width: 95%;
  }
}
.bigcatbang_final_description {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  padding: 6rem 0 8rem;
  text-align: left;
}
@media (width <= 768px) {
  .bigcatbang_final_description {
    padding: 4rem 0;
  }
}
.bigcatbang_final_description h3 {
  color: #a9894a;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .bigcatbang_final_description h3 {
    font-size: 2.2rem;
  }
}
.bigcatbang_final_description p {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 2;
}

.bigcatbang_final_img {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
img.bigcatbang_final_logo-img {
  width: 95%;
}
.bigcatbang_final_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.bigcatbang_final_ttl p {
  color: #fff;
}
p.bigcatbang_final_date {
  font-family: "Jost", sans-serif;
  text-align: left;
  margin-top: 0.8rem;
}
p.bigcatbang_final_info {
  text-align: left;
  margin-top: 1rem;
}

p.bigcatbang_final_subttl {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-top: 32px;
}
p.bigcatbang_final_txt {
  margin-top: 12px;
}

h3.bigcatbang_final_contents-ttl {
  font-family: "Jost", sans-serif;
  color: #a9894a;
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding: 6rem 0 2rem;
}
/* art */

.bigcatbang_final_txt {
  width: 100%;
  margin: 0 auto 6rem;
}
p.bigcatbang_final_name {
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  color: #a9894a;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 10px;
}
@media (width <= 768px) {
  p.bigcatbang_final_name {
    font-size: 2.2rem;
  }
}
.artist-comment {
  background: #fff;
  padding: 2rem 3rem;
  text-align: left;
}
.artist-comment img {
  margin: 1rem 0 2rem;
}
@media (width <= 768px) {
  .artist-comment {
    padding: 2rem;
  }
}
.artist-comment-pc {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  align-items: center;
}
.artist-comment-pc img {
  width: 30%;
  margin: 0;
}
@media (width <= 768px) {
  .artist-comment-pc {
    display: block;
  }
  .artist-comment-pc img {
    width: 100%;
    margin: 1rem 0 2rem;;
  }
}
span.img-caption {
  color: #555;
  text-align: center;
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}
/* p.bigcatbang_final_txt-more span {
  background: #fff;
  display: block;
  padding: 2rem 3rem;
}
@media (width <= 768px) {
  p.bigcatbang_final_txt-more span {
    padding: 2rem;
  }
} */

p.bigcatbang_final_txt-more {
  font-size: 1.3rem;
  text-align: left;
  margin: 10px auto 0;
  word-break: break-all;
}
p.bigcatbang_final_txt-more a {
  text-decoration: underline;
  transition: 0.3s;
}




/*  */
.bigcatbang_final-venue {
  background: #fff;
  padding: 4rem 0;
}
.bigcatbang_final-venue-img {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
.bigcatbang_final-venue-img img {
  border: 2px solid #a9894a;
}
p.bigcatbang_final-caption {
  margin-top: 0.6rem;
  display: block;
  text-align: right;
}

/* artist*/
.bigcatbang_final_artist {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}
@media (width <= 768px) {
  .bigcatbang_final_artist {
    gap: 1rem;
  }
}
.bigcatbang_final_artist-img {
  width: 50%;
  height: auto;
}
.bigcatbang_final_artist-w.reverse {
  flex-direction: row-reverse;
}
.bigcatbang_final_artist-w.reverse .bigcatbang_final_artist-img {
  left: 0;
}
.bigcatbang_final_artist-txt {
  font-size: 2rem;
  margin-top: 1rem;
}
@media (width <= 768px) {
  .bigcatbang_final_artist-txt {
    font-size: 1.6rem;
  }
}

.bigcatbang_final_artist-info {
  font-size: 1.4rem;
}
.bigcatbang_final_artist-info span {
  font-size: 1.6rem;
}
/* goods */

.bigcatbang_final_goods {
  background: #fff;
  width: 90%;
  max-width: 760px;
  display: flex;
  gap: 3rem;
  margin: 0 auto 10rem;
  padding: 4rem;
  align-items: center;
}
@media (width <= 768px) {
  .bigcatbang_final_goods {
    display: block;
    padding: 2rem;
  }
}
.bigcatbang_final_goods-img {
  width: 50%;
}
@media (width <= 768px) {
  .bigcatbang_final_goods-img {
    width: 100%;
  }
}
.bigcatbang_final_goods-ttl {
  font-size: 2.4rem;
  display: block;
  color: #a9894a;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .bigcatbang_final_goods-ttl {
    font-size: 2rem;
  }
}
.bigcatbang_final_goods-txt {
  width: 50%;
  text-align: left;
  line-height: 2;
}
@media (width <= 768px) {
  .bigcatbang_final_goods-txt {
    width: 100%;
    margin-top: 2rem;
  }
}
.bigcatbang_final_btn {
  display: block;
  text-align: left;
  margin-top: 3rem;
}
.bigcatbang_final_btn a {
  font-size: 1.4rem;
  background: #a9894a;
  color: #fff;
  padding: 1rem 4rem;
}

.bigcatbang_final_btn.disabled a {
  background: #aaaaaa;
  color: #fff;
  pointer-events: none;
}

/* comingsoon */
p.comingsoon {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
/* more */
.bigcatbang_final_txt-more {
  display: none;
}
a.dsc_more {
  color: #555555;
  font-size: 1.2rem;
  transition: 0.3s;
}
a.dsc_more {
  display: block;
  margin: 1rem 2px;
  text-align: left;
}
a.dsc_more:hover {
  opacity: 0.7;
}
img.arrow {
  width: 9px;
  margin-bottom: 7px;
  margin-right: 5px;
}
.dsc_more img {
  transition: 0.3s;
}
.dsc_more.is-active img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*  */
.js-inView {
  opacity: 0;
}
.js-inViewAct {
  -webkit-animation: inViewActKey 1.8s;
  animation: inViewActKey 1.8s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 0.155, 0, 0.885);
  animation-timing-function: cubic-bezier(0.19, 0.155, 0, 0.885);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes inViewActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes inViewActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*  */
.funfLoader {
  position: fixed;
  z-index: 9999;
  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;
  width: 100%;
  height: 100%;
  background: #a9894a;
}
.funfLoader .funfLoaderLogo {
  width: 80vw;
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.19, 0.155, 0, 0.885);
  transition: 1s all cubic-bezier(0.19, 0.155, 0, 0.885);
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
}
.funfLoader .funfLoaderLogo.In {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@media screen and (max-width: 787px) {
  .funfLoader .funfLoaderLogo.In {
    transform: translateY(-8%);
  }
}
.funfLoader.Hide {
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.funfLoader.Hide .funfLoaderLogo {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
.funfLoader.Null {
  display: none;
}
/*  */
@media screen and (max-width: 787px) {
  .funfLoader .funfLoaderLogo {
    width: 90vw;
  }
}
/*  */
@media screen and (min-width: 788px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 787px) {
  .sp_hide {
    display: none !important;
  }
}

.bigcatbang_final_description {
  width: 90%;
  max-width: 760px;
  margin: 4rem auto 0;
  padding: 0 0 4rem;
  text-align: left;
}
.bigcatbang_final_summary {
  font-size: 2rem;
  color: #a9894a;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 2rem;
}
.bigcatbang_final_content {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
.bigcatbang_final_info {
  text-align: left;
  margin: 3rem 0 6rem;
}
.bigcatbang_final_img {
  margin-bottom: 4rem;
}

.bigcatbang_final_btn {
  display: inline-block;
  background: #a9894a;
  padding: 1rem 3rem;
  color: #fff;
  text-align: center;
  width: 320px;
}
a.disable {
    background: #777;
    pointer-events: none;
}

.bigcatbang_final_accordion {
  margin: 0 auto 1rem;
}
.bigcatbang_final_accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 2rem 0;
  color: #777;
  font-weight: 600;
  cursor: pointer;
}
.bigcatbang_final_accordion summary::-webkit-details-marker {
  display: none;
}
.bigcatbang_final_accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  content: '';
  transition: transform .3s;
}
.bigcatbang_final_accordion[open] summary::after {
  transform: rotate(225deg);
}
.bigcatbang_final_accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3rem 1rem 1.5rem;
  color: #777;
  transition: transform .5s, opacity .5s;
}
.bigcatbang_final_accordion[open] p {
  transform: none;
  opacity: 1;
}

.swiper-slide img {
  width: auto;
  height: 260px;
}
@media screen and (min-width: 788px) {
.swiper-slide img {
  width: auto;
  height: 506px;
}
}

.sart-caption {
  margin-top: 1rem;
}