@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  color: #333333;
  letter-spacing: 0.12rem;
  font-size: clamp(12px, 3vw, 16px);
  line-height: 1.5;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  overflow: hidden;
  background-image: 
    repeating-linear-gradient(
      90deg,
      #f5f5f5,
      #f5f5f5 2px,
      transparent 2px,
      transparent 45px
    ),
    repeating-linear-gradient(
      0deg,
      #f5f5f5,
      #f5f5f5 2px,
      #fff 1px,
      #fff 45px
    );
  background-size: 45px 45px; /* ここでグリッドのサイズを合わせる */
}

.hp_c_pk {
  color: #ff79c9
}

.hp_ff_tondo {
  font-family: tondo, sans-serif;
}

.hp_ff_bebas {
  font-family: "bebas-neue-pro", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    overflow:hidden;
background-image:
  repeating-linear-gradient(
    90deg,
    #f5f5f5 ,
    #f5f5f5 2px,
    transparent 2px,
    transparent 15px
  ),
  repeating-linear-gradient(
    0deg,
    #f5f5f5 ,
    #f5f5f5 2px,
    #fff 1px,
    #fff 15px
  );
  }
}

dl,dt,dd{
  font-size: clamp(0.688rem, 0.392rem + 1.48vw, 1.5rem);
}

h2 {
  font-size: clamp(3.75rem, 2.841rem + 4.55vw, 5.25rem);
  font-weight: 700;
}
h2 span {
  text-align: center;
  font-size: clamp(20px, 4vw, 20px);
}
@media screen and (max-width: 768px) {
  h2 span {
    margin-top: 20px;
    display: block;
  }
}

.soon{
	font-size: clamp(32px, 4vw, 46px);
  font-weight: 400;
	margin:120px auto !important;
	text-align:center;
}
.kome {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 15px;
}

a {
  color: #222222;
}

a:hover {
  cursor: pointer;
}

.inner {
  /* max-width: 1240px; */
  max-width: 1040px;
  margin: 0 auto;
  padding: 130px 0;
}
@media screen and (max-width: 1024px) {
	.inner {
	padding: 8% 0;
	}
}
  .pc_inline {
    display:inline;
  }
  .pc {
    display:block;
  }
	.sp {
    display:none;
  }
@media screen and (max-width: 1024px) {
	.pc_inline {
    display:none;
  }
  .pc {
    display:none;
  }
	.sp {
    display:block;
  }
}
@media screen and (max-width: 1240px) {
  .inner {
    width: 90%;
  }
}

img {
  width: 100%;
  vertical-align: middle;
}

p {
  font-size: clamp(0.75rem, 0.591rem + 0.8vw, 1.188rem);
  line-height: 2.2;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

}

.bg {
  position: relative;
}

.con {
  position: absolute;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* -------------------------- ヘッダー -------------------------- */
.hamburger{
	display:none;
}
.hamburger {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 300;
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
    top:25px;
  }
}
@media (max-width: 768px) {
  .hamburger {
    top: 15px;
    right: 20px;
  }
}
.hamburger__line {
  position: absolute;
  width: 25px;
  height: 2px;
  right: 0;
  background-color: #ff79c9;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 9px;
}

.hamburger__line--3 {
  top: 17px;
}

.open .hamburger__line--1 {
  transform: rotate(-35deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(35deg);
  top: 11px;
}

.open .hamburger__line {
  background-color: #ff79c9;
}

.sp-nav {
  box-sizing: border-box;
  padding: 80px 6%;
  padding-bottom: 0;
  position: fixed;
  right: -100%;
  top: 0;
  width: 50%;
  height: 100vh;
  background-position: top;
  background-size: cover;
  color: #000;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .sp-nav {
    width: 100%;
  }
}
.sp-nav ul {
  width: 100%;
  padding: 0;
  color: #fff;
}

.sp-nav ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  margin: 0;
}

.sp-nav button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  line-height: 1;
  font-size: clamp(16px, 3vw, 16px);
}

.sp-nav button::before,
.sp-nav button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1px;
  height: 8px;
  transition: 0.5s;
  background-color:  rgb(255, 223, 77);
}

.sp-nav button::before {
  transform: rotate(-45deg);
  right: 35px;
}

.sp-nav button::after {
  transform: rotate(45deg);
  right: 30px;
}

.sp-nav li.active button::before {
  transform: rotate(-135deg);
  transition: 0.5s;
}

.sp-nav li.active button::after {
  transform: rotate(135deg);
  transition: 0.5s;
}

.sp-nav ul.active {
  overflow-y: auto;
}

.sp-nav ul {
  display: block;
}

.sp-nav > ul > li {
  margin-bottom: 20px;
}

.sp-nav ul li ul li {
  padding: 15px 0 15px 40px;
}

.sp-nav ul li a {
  display: block;
  padding: 10px 0;
  padding: 0;
	    font-size: clamp(20px, 4vw, 20px);
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.sp-nav ul li:first-child a {
  display: block;
}

.sp-nav ul li a p {
  font-size: min(2.5vw, 16px);
  margin-bottom: 0px;
  color: #000;
}

@media (max-width: 768px) {
  .sp-nav ul li a p {
    font-size: clamp(12px, 3vw, 16px);
  }
}
.sp-nav ul li a img {
  width: auto;
  height: 23px;
}

.sp-nav small {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 3%;
  font-size: min(2vw, 14px);
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .sp-nav small {
    font-size: clamp(12px, 3vw, 14px);
  }
}
.accordionBtn a {
  padding: 0 !important;
}

.open .sp-nav {
  right: 0;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 100;
}

.open .black-bg {
  opacity: 0.6;
  visibility: visible;
}

.nav_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 58px;
  display: block;
}

.nav_logo img {
  width: 138px;
}

header {
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  height: 80px;
	z-index:10;
}
@media (max-width: 1024px) {
	header {
    height: 50px;
	}
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
header .header_pc .logo {
  width: 253px;
}
header .header_pc ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
header .header_pc ul li a {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 700;
}
@media (max-width: 1024px) {
	header .header_pc{
		width: 100%;
		margin:0 auto;
    padding-left: 20px;
    padding-right: 20px;
	}
  header .header_pc ul {
    display: none;
  }
  header .header_pc .logo {
    width: 116px;
  }
}

.sp_sns{
	width:100% !important;
	display:flex !important;
	gap:15px;
	justify-content:flex-start;
	margin:0 auto;
}
.sp_sns a{
		width:100%;
	}
.sp_sns a img{
	width:100% !important;
	height:auto !important;
	max-width:40px;
}
.sp_sns li{
	margin-bottom:0 !important;
}

/* -------------------------- ヘッダー -------------------------- */
/* -------------------------- FV -------------------------- */
.art_fv {
  background: url("../img/kitakyushu2025/fvbg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.548;
	margin-top:80px;
}
@media screen and (max-width: 768px) {
  .art_fv {
    background: url("../img/kitakyushu2025/fvbg_sp02.png") no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 75/86;
	  margin-top:50px;
  }
}

/* -------------------------- FV -------------------------- */
/* -------------------------- news -------------------------- */
@media screen and (max-width: 1240px) {
  .art_news .sec_news1 {
    display: block;
  }
}

.art_news .sec_news1 .flex_r {
  position: relative;
  width: 100%;
  max-width: 850px;
  border: solid 2px #666666;
  padding: 20px 60px;
  height: 530px;
  overflow-y: scroll;
  box-shadow: 5px 5px 0px #edaeea;
  box-sizing: border-box;
  background: #fff;
}

.art_news .sec_news1 .flex_r dd {
  font-size: clamp(0.75rem, 0.591rem + 0.8vw, 1.188rem);
} 

.sec_news1 {
  position: relative;
  gap: 3em;
}
.sec_news1::before {
  content: "";
  width: 63px;
  height: 53px;
  background: url(../img/kitakyushu2025/news_obj.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: 40px;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  .art_news .sec_news1 .flex_r {
    width: 100%;
    padding: 20px 20px;
    height: 325px;
	margin-left: auto;
	margin-right: auto;
  }
  .sec_news1::before {
    width: 44px;
    height: 37px;
    bottom: -10px;
    right: 20px;
  }
}

@media screen and (max-width: 1240px) {
  .art_news .sec_news1 .flex_l {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
	text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .art_news .sec_news1 .flex_l {
    margin-bottom: 12%;
  }
}
.art_news .sec_news1 .flex_r dl {
  display: flex;
  border-bottom: 1px solid #616161;
  padding: 30px 0;
  gap: 80px;
}
@media screen and (max-width: 1240px) {
  .art_news .sec_news1 .flex_r dl {
    margin-right: 0;
    align-items: center;
    padding-bottom: 20px;
    gap: 20px;
  }
	.art_news .sec_news1 .flex_r dl:first-child{
		padding-top:0;
	}
}
.art_news .sec_news1 .flex_r dl dt {
  font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
  font-weight: 700;
}
.art_news .sec_news2 {
  margin-top: 30px;
}
.art_news .sec_news2 h3 {
  margin-top: 80px;
  margin-bottom: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 31px;
}
.art_news .sec_news2 ul {
  justify-content: center;
  gap: 40px;
}
.sns_box li a {
  display: block;
  width: 78px;
}
@media screen and (max-width: 1024px) {
  .art_news .sec_news2 ul {
    gap: 15px;
  }
  .art_news .sec_news2 h3 {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .sns_box li a {
    width: 34px;
  }
}
/* -------------------------- news -------------------------- */
/* -------------------------- about -------------------------- */
.art_about {
  background: url("../img/kitakyushu2025/about_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.85;
}

.art_about_box{
  background: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 30px;
}
.art_about_box h2  {
  min-width: 220px;
  max-width: 370px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.art_about .flex{
	display:flex;
  justify-content: center;
  gap: 60px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
.art_about .flex_r h2 img{
	height:120px;
}
.art_about .flex_l{
	width: 100%;
  max-width: 281px;
  padding-left: 40px;
}

.art_about .flex_r p{
  font-size: clamp(0.75rem, 0.591rem + 0.8vw, 1rem);
  letter-spacing: 1.37px;
}
@media screen and (max-width: 1024px) {
  .art_about_box {
    padding-top: 60px;
    padding-bottom: 50px;
  }
	.art_about .flex_l img{
		display:block;
		max-width:166px;
		margin:0 auto;
	}
	.art_about .flex_l{
		width:100%;
    max-width: 100%;
		margin-bottom:30px;
    padding-left: 0;
	}
	.art_about .flex{
	display:block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
	.art_about .flex_r{
		width:100%;
	}
  .art_about_box h2 {
    top: -40px;
  }
}
.art_about .flex_r h3 {
  width: fit-content;
  font-size: clamp(1.375rem, 0.784rem + 2.95vw, 2.3rem);
  margin-bottom: 70px;
  background: linear-gradient(transparent 60%, #fee8ff 60%);
}
@media screen and (max-width: 1240px) {
	.art_about .flex_r h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
	.art_about .flex_r h3 {
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin-bottom: 40px;
  }
}

/* -------------------------- about -------------------------- */
/* -------------------------- cast -------------------------- */

.art_cast .ttl_box1_box {
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.art_cast .ttl_box1_box p {
  font-size: clamp(18px, 4vw, 28px);
}
.art_cast .ttl_box1_box p span {
  background: #f28e36;
  border: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  margin-right: 20px;
  font-weight: normal;
}
.art_cast .ttl_box1_box p:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
	.art_cast .ttl_box1_box p span{
	padding: 10px 20px;
	}
	.art_cast .ttl_box1_box{
		display:block;
		top:42%;
		margin-top:0;
	}
	.art_cast .ttl_box1_box p:first-child{
		margin-bottom:12%;
	}
	.art_cast .ttl_box1_box p:first-child {
  margin-right: 0px;
}
	}
	@media screen and (max-width: 768px) {
			.art_cast .ttl_box1_box p span{
	padding: 5px 10px;
	}
			.art_cast .ttl_box1_box p:first-child{
		margin-bottom:6%;
	}
			.art_cast .ttl_box1_box{
		display:block;
		top:34vw;
		margin-top:0;
	}
	}
	

.art_cast h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
	.art_cast h2 {
  margin: 12% auto;
	}
}
.art_cast h2 .ttl {
  /* max-width: 320px; */
  max-width: 300px;
  transform: translateY(80px);
}
.art_cast h2 .deco {
  max-width: 100px;
}
.art_cast section {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .art_cast section {
    padding-top: 10px;
    margin-bottom: 6%;
  }
  .art_cast h2 .ttl {
    max-width: 160px;
    transform: translateY(30px);
  }
  .art_cast h2 .deco {
    max-width: 57px;
  }
}
.art_cast section h3 {
  width: fit-content;
  text-align: center;
  /* font-size: clamp(1.75rem, 0.841rem + 4.55vw, 4.25rem); */
  font-size: clamp(1.75rem, 0.841rem + 4.55vw, 3.5rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
/* background: linear-gradient(90deg, #ff79c9, #feb2c0);
-webkit-background-clip: text;
color: transparent; */
}
.art_cast section.model h3::before{
  content:"";
  width: 52px;
  height: 77px;
  background:url(../img/kitakyushu2025/mc_ttl_obj.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);  
}
.art_cast section.guest h3::before{
  content:"";
  /* width: 56px;
  height: 69px; */
  width: 49px;
  height: 55px;
  background:url(../img/kitakyushu2025/guest_ttl_obj.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);  
}
.art_cast section.artist h3::before{
  content:"";
  /* width: 56px;
  height: 69px; */
  width: 48px;
  height: 52px;
  background:url(../img/kitakyushu2025/artist_ttl_obj.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);  
}
.art_cast section ul {
  display: flex;
  gap: 20px;
	justify-content:center;
	align-items:center;
	place-content: center;
	flex-wrap:wrap;
}
.art_cast section ul li{
	width:18%;
}

.art_cast section .artist ul li{
	width:24%;
}
@media screen and (max-width: 1024px) {
	.art_cast section ul{
		display:grid !important;
		grid-template-columns:1fr 1fr 1fr;
	}
  .art_cast section h3 {
    margin-bottom: 20px;
    padding-left: 20px;
  }
	.art_cast section ul li{
    width:100%;
	}
  .art_cast section.model h3::before {
    width: 24px;
    height: 29px;
    left: -20px;
  }
  .art_cast section.guest h3::before {
    width: 29px;
    height: 29px;
    left: -20px;
  }
  .art_cast section.artist h3::before {
    width: 27px;
    height: 27px;
    left: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .art_cast section ul{
    gap: 10px;
  }
  
}

.art_cast section ul li img {
  width: 100%;
  background: #fff;
	object-fit:cover;
	aspect-ratio:1/1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.art_cast section ul li p {
  text-align: center;
  margin-top: 5px;
	font-size: clamp(11px, 2vw, 16px);
}
.art_cast .artist ul,
.art_cast .openingact ul,
.art_cast .mc ul {
  display: flex;
  gap: 20px;
}

.art_cast .model {
  padding-top: 100px;
}
.art_cast .model ul{
	grid-template-columns:1fr;
}
.art_cast .model ul li{
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .art_cast .model {
    padding-top: 30px;
  }
  .art_cast .model ul{
    grid-template-columns:1fr;
  }
  .art_cast .model ul li{
    width: 45%;
    margin: 0 auto;
  }
}

/* -------------------------- cast -------------------------- */
.art_stage {
  background: #f7f7f7;
}
.art_stage h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.art_stage h2 .deco {
  max-width: 100px;
}
@media screen and (max-width: 1024px) {
	.art_stage h2 {
		position:relative;
    margin: 10% auto;
		margin-top:0;
	}
	.art_stage h2 .deco{
		max-width: 52px;
	}
  .art_stage h2 .deco1{
    top:0%;
    left:-7%;
    right:auto;
	}
    .art_stage h2 .deco2 {
        width: 20%;
        top: -66%;
        right: -3%;
        bottom: auto;
        height: auto !important;
    }
}

.art_stage h2 .ttl {
  max-width: 360px;
  transform: translateY(70px);
}
.art_stage h2 .deco1 {
  max-width: 200px;
}
.art_stage h2 .deco2 {
  max-width: 200px;
}
.art_stage section {
  margin-bottom: 90px;
}
@media screen and (max-width: 1240px) {
  .art_stage section {
    margin-bottom: 9%;
  }
  .art_stage h2 .ttl {
    max-width: 214px;
    transform: translateY(30px);
  }
}

.art_stage section h3 {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  /* font-size: clamp(1.75rem, 0.841rem + 4.55vw, 4.25rem); */
  font-size: clamp(1.75rem, 0.841rem + 4.55vw, 3.65rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  position: relative;
  padding-left: 60px;
}

.art_stage section.fashionshow h3::before {
  content: "";
  width: 56px;
  height: 65px;
  background: url("../img/kitakyushu2025/fashionshow_ttl_obj.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 10px);
  left: -20px;
  transform: translateY(-50%);
}
.art_stage section.specialstage h3::before {
  content: "";
  width: 58px;
  height: 55px;
  background: url("../img/kitakyushu2025/specialstage_ttl_obj.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.art_stage section h4.soon {
  margin: 0!important;
  padding-top: 120px;
  /* font-size: clamp(1.125rem, 0.443rem + 3.41vw, 3rem); */
  font-size: clamp(1.125rem, 0.443rem + 3.41vw, 2.6rem);
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
	.art_stage section h3 {
    padding-left: 30px;
	}
  .soon {
    font-size: clamp(1.125rem, 0.443rem + 3.41vw, 3rem);
    margin: 60px auto !important;
    font-weight: 600;
  }
  .art_stage section.fashionshow h3::before {
    width: 25px;
    height: 20px;
    left: -10px;
    top: 50%;
  }
  .art_stage section.specialstage h3::before {
    width: 17px;
    height: 22px;
    top: 50%;
    left: 0px;
  }
  .art_stage section h4.soon {
    padding-top: 60px;
    font-weight: 600;
  }
}
.art_stage section ul {
  display: flex;
  justify-content:center;
	width:100%;
	flex-wrap:wrap;
	gap:20px;
}
.art_stage section ul li{
	width:20%;
}
@media screen and (max-width: 1024px) {
.art_stage section ul {	
  display: grid;
  grid-template-columns:1fr 1fr;
	}
.art_stage section ul li{	
	width:auto;
	}
}
.art_stage section ul li {
  background: #fff;
box-sizing:border-box;
  border-radius: 15px;
	padding:30px;
	position:relative;
}
@media screen and (max-width: 1024px) {
	.art_stage section ul li {
		padding:10px;
	}
}
.art_stage section ul li img {
	width: 80%;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}
.art_stage section ul li p {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 15px;
  font-size: clamp(14px, 4vw, 16px);
	position:static;
	top:auto;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	width:90%;
	padding-bottom:2vw;
	
}
@media screen and (max-width: 1024px) {
	.art_stage section ul li p {
    padding-top: 2vw;
    font-size: clamp(12px, 2vw, 16px);
	}
}
.fashionshow {
  padding-top: 180px;
}
.specialstage {
  padding-top: 120px;
}
/* -------------------------- stage -------------------------- */
.art_ticket {
  background: #fdc7fb;
}
.art_ticket h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
	margin-top:0;
}

@media screen and (max-width: 768px) {
  .art_ticket h2 {
    margin: 12% auto;
    margin-top:0;
  }
  .fashionshow {
    padding-top: 60px;
  }
  .specialstage {
    padding-top: 60px;
  }
}
.art_ticket h2 .ttl {
  max-width: 650px;
  margin: 0 60px;
}
.art_ticket h2 .deco {
  max-width: 100px;
}
.art_ticket section .ticket_box {
  border-radius: 15px;
  width: 48%;
  background: #fff;
}
.art_ticket section .ticket_box h3 {
  background: #1a4f9b;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  padding: 5px 0;
  font-size: clamp(20px, 4vw, 24px);
}
.art_ticket section .ticket_box .ticket_box_p {
  padding: 10px 0;
}
.art_ticket section .ticket_box .ticket_box_p dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.art_ticket section .ticket_box .ticket_box_p dl dt {
  margin-right: 20px;
  font-weight: bold;
  font-size: clamp(20px, 4vw, 24px);
}
.art_ticket section .ticket_box .ticket_box_p dl dd {
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, 4vw, 44px);
}
.art_ticket section .ticket_box .ticket_box_p dl dd span {
  font-size: clamp(20px, 4vw, 24px);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
.art_ticket .flex{
	display:block;
}
.art_ticket section .ticket_box {
  width: 100%;

}
	.art_ticket section .ticket_box:first-child{
		margin-bottom:6%;
	}
}

/* -------------------------- stage -------------------------- */
/* -------------------------- table -------------------------- */
.art_timetable h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
}
.art_timetable h2 .ttl {
  /* max-width: 720px; */
  max-width: 610px;
  transform: translateY(50px);
  margin: 0 30px;
}
.art_timetable h2 .deco {
  max-width: 100px;
}
.art_timetable h3.soon {
  padding-top: 120px;
  margin: 0 0 120px;
}
.art_timetable table {
  table-layout: fixed;
  width: 100%;
  max-width: 1040px;
  border-collapse: collapse;
  margin: 0 auto;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.art_timetable th,
.art_timetable td {
  border: 1px solid #91d1ee;
  padding: 10px;
  text-align: left;
  background: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	box-sizing:border-box;
  padding: 30px;
	
}
.art_timetable th {
  background-color: #ffdd55;
  text-align: center;
  vertical-align: middle;
}
.art_timetable .time-slot {
  background-color: #ffdd55;
  font-weight: bold;
  width: 20%;
font-size: clamp(14px, 4vw, 16px);
}
.art_timetable .break {
  font-weight: bold;
  text-align: center;
}
.art_timetable .deco1 {
  width: 200px;
  top: -20px;
  left: calc(50% - 700px);
  right: auto;
}

.art_timetable .deco2 {
  width: 330px;
  top: -20px;
  left: calc(50% + 500px);
  right: auto;
}

@media screen and (max-width: 1024px) {
	.art_timetable th,
  .art_timetable td {
    width:100%;
    display:block;
    padding:10px;
  }
  .art_timetable .time-slot{
    width:100%;
    margin:10px auto;
  }
  .art_timetable h3.soon {
    padding-top: 0px;
    margin: 90px auto 70px !important;
  }
  .art_timetable h2 {
    margin: 0;
  }
  .art_timetable h2 .ttl {
    max-width: 220px;
    margin: 0 5px;
  }
  .art_timetable h2 .deco {
    width: 57px;
  }
}

/* -------------------------- table -------------------------- */
/* -------------------------- access -------------------------- */
.art_access {
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
.art_access .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.art_access h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
		margin-top:0;
}
@media screen and (max-width: 768px) {
	.art_access h2 {
    margin: 12% auto;
		margin-top:0;
	}
}
.art_access h2 .ttl {
  /* max-width: 480px; */
  max-width: 450px;
  margin: 0 0 110px;
}
.art_access .sec_access01 {
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 34px;
}
.art_access .sec_access01 .pink {
  color: #f192ad;
  font-weight: bold;
}
.art_access .sec_access01 dl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 94px;
}

@media screen and (max-width: 1024px) {
  .art_access .sec_access01 dl {
    gap: 24px;
  }
  .art_access .sec_access01 dl:first-child {
    padding-top:0;
  }
  .art_access h2 {
    padding-top: 40px;
    margin-top: 0;
  }
  .art_access h2 .ttl {
    max-width: 235px;
    margin: 0;
  }
  .art_access .sec_access01 {
    padding-top: 30px;
    row-gap: 15px;
    padding-bottom: 30px;
  }    
}	
.art_access .sec_access01 dl dt {
  color: #fff;
  width: 100%;
  max-width: 160px;
  font-weight: 600;
  background: #ff79c9;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.35rem)!important;
}
.art_access .sec_access02 iframe {
  width: 100%;
  max-width: 1240px;
  aspect-ratio: 31 / 11;
  border-radius: 15px;
}
.art_access .deco1 {
  max-width: 230px;
  top: -10px;
  left: calc(50% - 600px);
  right: auto;
}
.art_access .deco2 {
  max-width: 180px;
  top: auto;
  left: calc(50% + 430px);
  right: auto;
  bottom: -60px;
}
@media screen and (max-width: 1240px) {
  .art_access .deco1 {
    max-width: 25%;
    top: -10px;
    left: 3%;
    right: auto;
  }
  .art_access .deco2 {
    max-width: 25%;
    top: auto;
    left: auto;
    right: 5%;
    bottom: -60px;
  }
  .art_access .sec_access02 iframe {
    aspect-ratio: 67 / 35;
  }
  .art_access .sec_access01 dl dt {
    max-width: 90px;
    padding: 5px 0;
    border-radius: 10px;
  }
}

/* -------------------------- access -------------------------- */
/* -------------------------- qa -------------------------- */

.art_qa .inner {
  max-width: 1040px;
  margin: 0 auto;
}
.art_qa h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 120px;
}
@media screen and (max-width: 1024px) {
	.art_qa h2 {
    padding-top: 40px;
    margin: 0 auto 50px;
	}
}
.art_qa h2 .ttl {
  max-width: 270px;
}
.art_qa .sec_qa01 {
  padding-bottom: 30px;
}
.sec_qa02 {
  margin-top: 20px;
}
.art_qa .sec_qa02 h3 {
  width: 100%;
  padding: 20px;
  font-family: tondo, sans-serif;
  font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
  background: #ff79c9;
  color: #fff;
  text-align: center;
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
}
.art_qa .sec_qa02 .sec_qa02_box {
  background: #fff;
  border: 2px solid #ff79c9;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 0 0 15px 15px;
  text-align: center;
}
.art_qa .sec_qa02 .sec_qa02_box .sec_qa02_box_p1 {
  text-align: center;
  font-weight: bold;
}
.art_qa .sec_qa02 .sec_qa02_box .sec_qa02_box_a {
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 48px);
  color: #333333;
}
.art_qa .sec_qa02 .sec_qa02_box .sec_qa02_box_p2 {
  font-size: clamp(12px, 4vw, 14px);
}
.art_qa .footer_deco_1 {
  width: 250px;
  left: calc(50% - 850px);
  right: auto;
  bottom: 0;
}
.art_qa .footer_deco_2 {
  width: 365px;
  left: calc(50% + 650px);
  right: auto;
  bottom: 0;
}

.art_qa .footer_deco_3 {
  width: 390px;
  left: calc(50% - 530px);
  right: auto;
  bottom: -1.3%;
}

.art_qa .footer_deco_2_sp {
	display:none;
}
@media screen and (max-width: 1240px) {
	.art_qa .footer_deco_1 {
		display:none;
  }
  .art_qa .footer_deco_2 {
    display:none;
  }
    .art_qa .footer_deco_3 {
    width: 45%;
    left:5%;
    right: auto;
    bottom: -1%;
  }
  .art_qa .footer_deco_2_sp {
    display:block;
    width: 15%;
    left: auto;
    right: 5%;
    bottom: -2%;
  }
  .art_qa h2 .ttl {
    max-width: 140px;
  }
  .sec_qa02 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .art_qa .sec_qa02 h3 {
    padding: 15px;
  }
  .art_qa .sec_qa02 .sec_qa02_box .sec_qa02_box_p1 {
    font-size: 14px;
  }
}


/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .accordion-area li {
    margin-bottom: 4%;
  }
}
.accordion-area section {
  color: #fff;
}

.accordion-area h3 {
  display: -ms-flexbox;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
  color: #fff;
}
.accordion-area h3 .qa_q {
  width: 33px;
  margin-left: 30px;
  margin-right: 30px;
  height: 24px;
  background: url("../img/lp_xross/lpx_q_close.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-area h3.close {
  color: #fff;
}

.accordion-area h3.close .qa_q {
  background: url("../img/lp_xross/lpx_q.png") no-repeat;
}

.qa_a {
  width: 31px;
  margin-left: 30px;
  margin-right: 30px;
  height: 25px;
}

.qa {
  padding-bottom: 125px;
}

.q_btn {
  width: 100%;
  margin: 0 auto;
}

.close .qa_open_b {
  transform: rotate(0);
}

.qa_open_b {
  transform: rotate(-90deg);
}

.title {
  position: relative;
  background: #ff79c9 !important;
	border-radius: 15px 15px 15px 15px;
	transition:0.3s all ease-in-out;
}

.title.close {
    border-radius: 15px 15px 0 0;
	transition:0.3s all ease-in-out;
}

.qa_open {
  position: absolute;
  width: 24px;
  height: 1px;
  left: auto;
  right: 4%;
  top: 49%;
  transition: 0.3s ease-in-out;
  background: #fff;
}

.ttl_flex {
  display: flex;
  align-items: center;
}

.ttl_flex p:first-child {
  margin-right: 20px;
  line-height: 1;
  overflow: visible;
  color: #fff;
}

.ttl_flex p:last-child {
  margin-bottom: 0 !important;
  color: #fff;
	box-sizing:border-box;
	padding-right:40px;
  font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
}

.ac_box_box {
  width: 100%;
  margin: 0 auto;
}

.ac_box_box .ttl_flex p {
  color: #222;
}

.qa_blue img {
  max-width: 26px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .ac_box_box {
    margin-top: 0%;
  }
	.qa_blue img{
    max-width: 20px;
	}
  .ttl_flex p:first-child {
    margin-right: 10px;
    font-size: 13px;
  }
  .qa_open {
    width: 15px;
  }
  .ttl_flex p:last-child {
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.7;
  }
}
.ac_box_box .ttl_flex {
  align-items: flex-start;
  line-height: 2;
  color: #222;
}

.ac_box {
  display: none;
  background: #fff;
  border: 2px solid #ff79c9;
  width: 100%;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
  padding: 25px 30px;
}

.close .ac_box {
  display: block !important;
}
@media screen and (max-width: 768px) {
	.accordion-area h3 {
		padding: 15px 15px;
	}
	.ac_box{
		padding: 15px 15px;
	}
}

/*
.accordion-area li:first-child .ac_box {
  display: block;
}

.accordion-area li:first-child .close .ac_box {
  display: none !important;
}

.accordion-area li:first-child .qa_open_b {
  transform: rotate(0);
}

.accordion-area li:first-child .close .qa_open_b {
  transform: rotate(-90deg);
}
	*/

/*アコーディオン*/
/* -------------------------- qa -------------------------- */
/* -------------------------- footer -------------------------- */
footer {
  padding: 160px 0;
  background: url("../img/kitakyushu2025/footer_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}


footer a {
  display: block;
  width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
	footer {
	 padding: 16% 0;
	}
	footer a {
		  width: 40%;
	}
}
footer a img {
  width: 100%;
  display: block;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 60px auto;
}
footer ul li a {
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
}
footer small {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

/* -------------------------- footer -------------------------- *//*# sourceMappingURL=style.css.map */
  
/* -------------------------- 追尾バナー -------------------------- */
.fv_btn_box {
    position: fixed;
    right: 0;
    bottom: 5vh;
    font-size: clamp(0.875rem, 0.794rem + 0.41vw, 1.1rem);
    letter-spacing: 0.09em;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.eventsite_btn {
	width:fit-content;
    display: inline-block;
    padding: 20px 17px;
    background: #ff79c9;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 20px 0 0 20px; /* 角を丸くする */
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright;
	margin-right:0;
}
@media screen and (max-width: 768px) {
  .eventsite_btn {
    padding: 15px 14px;
    border-radius: 18px 0 0 18px;
  }	
}

/* -------------------------- 追尾バナー -------------------------- */

.section_ticket02{
	margin-top:120px;
	
}
@media screen and (max-width: 768px) {
  .section_ticket02{
    margin-top:40px;
  }	
}
.section_ticket02 dl{
	display:flex;
	justify-content:flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 34px;	
}
@media screen and (max-width: 768px) {
	.section_ticket02 dl{
		margin:0 auto;
		margin-bottom:20px;
    gap: 10px;
	}
}
.section_ticket02 dl dt{
	width: fit-content;
  font-size: clamp(0.688rem, 0.392rem + 1.48vw, 1.3rem);
  font-weight: 600;
  background: #fff;
  padding: 8px 35px;
  border-radius: 10px;
  border: solid 2px #ff79c9;
  color: #ff79c9;
}
.section_ticket02 dl span{
	font-weight:600;
  display: block;
  padding-top: 15px;
}
.section_ticket02 dl dd{
	width: 100%;
  font-size: clamp(0.688rem, 0.392rem + 1.48vw, 1.15rem);
  line-height: 2.0;
  letter-spacing: 0.36px;
}
.section_ticket02 dl dd:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section_ticket02 dl dd{
    width:100%;
  }	
  .section_ticket02 dl span{
    padding-top: 10px;
  }
}
.section_ticket02 dl dd .dd_btn{
	width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  border-radius: 50px;
  background: #fff;
  border: solid 2px #ff79c9;
  font-weight: 600;
  margin-left: auto;
  color: #ff79c9;
  margin-top: 100px;
  position: relative;
}
.section_ticket02 dl dd .dd_btn::before {
  content: "";
  width: 19px;
  height: 31px;
  background: url("../img/kitakyushu2025/dd_btn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  .section_ticket02 dl dd .dd_btn{
    width: 220px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .section_ticket02 dl dd .dd_btn::before {
    width: 13px;
    height: 21px;
    right: 15px;
    bottom: -10px;
  }
}

.art_ticket section .ticket_box{
	border-radius: 0;
    width: 80%;
	margin:0 auto;
    background: none;
    display: grid;
    /* justify-content: center; */
    /* align-items: center; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
	margin-top:60px;
}


@media screen and (max-width: 768px) {
.art_ticket section .ticket_box{	
    display: grid;
    /* justify-content: center; */
    /* align-items: center; */
    grid-template-columns: 1fr;
    gap: 20px;
	margin-top:40px;
}
}
.ttl_box1_box{
	letter-spacing:0.1rem;
}
.ttl_box1_box .kome{
	font-size:12px !important;
}

.art_cast .ttl_box1_box{
	    align-items: flex-start;
    margin-top: 60px;
    padding-top: 30px;
}

.art_cast .ttl_box1_box .kome {
    background: none ;
    border: none;
    color: #000;
    padding: 0;
    border-radius: 0;
    margin: 0;
    font-weight: normal;
	text-align:left;
	margin-left:0;
	margin-right:auto;
	font-weight:bold;
	
}
.art_cast .ttl_box1_box dl dt{
    background: #f28e36;
    border: 20px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 40px;
    margin-right: 20px;
    font-weight: normal;
	font-size:16px;
}
.ttl_box1_box dl {
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}

@media screen and (max-width: 1240px) {
	.art_cast .ttl_box1_box{
	    margin-top: 6vw;
		padding-top: 0px;
		letter-spacing:0.05rem;
}
	.art_cast .ttl_box1_box dl dt{
		margin-right:10px;
	}
}
@media screen and (max-width: 1024px) {
		.art_cast .ttl_box1_box{
			display:none;
}

}
.art_cast section ul{
	align-items:flex-start;
}
.art_cast section ul li p{
	display: flex;
  background: #ff79c9;
  border-radius: 0 0 10px 10px;
  margin-top: -8px;
  padding-top: 18px;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 15px;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.ticket_fig{
  display: block;
	width:70%;
	margin:0 auto;
}
.art_cast .ttl_box1_box{
	margin-top:100px;
}
@media screen and (max-width: 1240px) {
  .art_cast .ttl_box1_box{
    margin-top:8.5vw;
  }
  .art_cast section ul li p{
    height: 20px;
    line-height: 1.2;
  }
  .ticket_fig {
    width: 100%;
  }
}

.stage_img{
	    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}