body{
    background-color:#1A1A1A;
    font-family: "Noto Sans JP", sans-serif;
}

.fs-l-main{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fs-l-pageMain {
    max-width: 100%!important;
    width: 100%!important;
}

a:hover{
    text-decoration: none;
}

section{
    margin:0;
    padding:0;
    color:#fff;
}

.header_area{
width:100%;
display:flex;
justify-content:space-between;
align-items: center;
background-color:#1A1A1A;
padding:15px;
max-width:1564px;
margin:0 auto;
}

.header_area h1{
    width:110px;
    margin:0;
}

.header_area div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_area div ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
}

.header_area div ul li{
    margin-right:15px;
}

.header_area div ul li img{
    max-height:30px;
    vertical-align: bottom;
}

.header_area div ul li a img:hover{
    transform: translateY(-2px);
    transition: all 0.3s ease;
}


.header_area a.form_btn{
    display:block;
    color:#fff;
    padding:10px 20px;
    background-color:#FF8900;
    text-align: center;
    border-radius:50px;
    line-height:1;
    font-weight: bold;
}

.header_area a.form_btn:hover {
    background-color: #FF6700;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.fv_area{
    width:100%;
    background-image:url(https://theteam.itembox.design/item/teaser/images/fv_sp_nt.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 12.9 / 17.19;
    position: relative;
}

.fv_txtbox{
    width: 100%;
    position: absolute;
    bottom:0;
    left:0;
    padding:0 20px;
    background: linear-gradient(
    to top,
    rgba(26, 26, 26, 1),
    rgba(26, 26, 26, 0)
  );
}

.fv_txtbox a{
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    display: block;
    color: #fff;
    padding: 20px;
    background-color: #FF8900;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    transition:0.2s;
}

.fv_txtbox a:hover{
    transform: translateY(-3px);
}

.about_area .subtxt{
    text-align: center;
    font-size:clamp(24px,2vw,40px);
    line-height: 1;
    font-weight: bold;
}

.about_area .subtxt small{
    display: block;
    font-size:clamp(14px,1vw,24px);
    line-height: 1.5;
    margin-top:15px;
}


.content_box{
  position: relative;
  overflow: hidden;
}
.content_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
background-image: url(../images/contentsp.png?251205);
  background-size: cover;
  background-position: center;
  will-change: transform;
  
}

.content_box::after {
content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  z-index: 0;
  
}


.about_area .txtbox{
    width: 100%;
    padding:60px 20px 60px;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 1) 2%, transparent 20%);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(6px);
}

.about_area .txtbox h3{
    font-size:clamp(28px,1vw,40px);
    font-weight:bold;
    margin:0 0 20px;
}

.about_area .txtbox p{
    font-size:clamp(14px,1vw,16px);
    line-height: 2;
    font-weight:400;
    margin:0;
}

.lineup_area{
    padding:30px 0 70px;
    background-color:#FF8900;
}

.lineup_area h3{
    text-align: center;
    margin:0 0 20px;
    font-size:40px;
    font-weight:bold;
}

.lineuplist li img {
    width: 100%;
    display: block;
}

.slick-next{
    right:5px;
}

.lineuplist{
    padding:0 40px;
}

.lineuplist .slick-next::before {
  content: '';
  display:block;
  width:20px;
  background-image: url(https://theteam.itembox.design/item/teaser/images/nextarrow.png);
  background-size: contain;
  height: 50px;
}
.lineuplist .slick-prev {
  left: 5px;
  z-index: 2;
}

.lineuplist .slick-prev:before {
  content: '';
  display:block;
  width:20px;
  background-image: url(https://theteam.itembox.design/item/teaser/images/prevarrow.png);
  background-size: contain;
  height: 50px;
}

.history_area{
    padding:60px 0 0;
}

.history_area h3{
    font-size:clamp(26px,2vw,40px);
    text-align: center;
    font-weight:bold;
    color:#FF8900;
    margin: 0 0 36px;
    line-height:1.4;

}
.history_box{
padding:0 0 0 20px;
margin-bottom:50px;
}

.history_box img{
    width: 66%;
    display: block;
}

.history_box img:nth-child(1){
    position: relative;
    margin:0 0 -40px auto;
    z-index: 3;
}

.history_box img:nth-child(2){
    position: relative;
    margin:0 0 -40px;
    z-index: 2;
}

.history_box img:nth-child(3){
    position: relative;
    margin:0 0 0 auto;
    z-index: 1;
}

.history_area dl{
    width: calc(100% - 40px);
    margin:0 auto
}



.history_area dl dt h4{
    font-size:28px;
    text-align: left;
    font-weight:bold;
    color:#FF8900;
    margin: 0 0 24px;
    line-height:1.4;
}

.history_area dl dt{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    margin-bottom:36px;
}

.history_area dl dd{
    text-align: left;
    margin:0;
}


.history_area dl dd p{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    margin-bottom:36px;
}

.history_area dl dd ul{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    list-style: none;
    padding:0;
    margin-bottom:15px;
}

.history_area dl dd ul li{
    width:calc(50% - 5px);
}

.history_area dl dd ul li h5{
    font-size:16px;
    margin:15px 0 5px;
}

.history_area dl dd ul li p{
    font-size:14px;
}



.exhibit_area{
    padding:60px 0 0;
}

.exhibit_area h3{
    font-size:40px;
    text-align: center;
    font-weight:bold;
    color:#FF8900;
    margin: 0 0 36px;
    line-height:1.4;
}

.exhibit_area ul{
    padding:0 20px;
    list-style: none;
}

.exhibit_area ul li{
    margin-bottom:50px;
}

.exhibit_area ul li .day{
    font-size:36px;
    color:#FF8900;
}

.exhibit_area ul li h4{
    font-size:24px;
    font-weight:400;
    margin:10px 0 20px;
}

.exhibit_area ul li h4 strong{
    display: block;
    font-size:28px;
    font-weight: bold;
    margin-bottom:5px;
}


.exhibit_area ul li h4 small{
    display: flex;
    font-size:14px;
    color:#CCCCCC;
    margin-top:12px;
}

.exhibit_area ul li h4 small::before{
    display: block;
    content: "";
    background-image: url(https://theteam.itembox.design/item/teaser/images/pin.png);
    width:clamp(18px,1vw,36px);
    height:clamp(18px,1vw,36px);
    background-size: contain;
    margin-right:5px;
}

.exhibit_area ul li p{
    font-size: 14px;
    font-weight:400;
    margin-bottom:40px;
}

.exhibit_area ul li .exhibit_img{
    display: block;
    padding:0 20px;
}


.slider_area {
  overflow: hidden;
  width: 100%;
}

.slider_box {
  display: flex;
  width: max-content;
  animation: scroll 35s linear infinite;
  margin:0;
  white-space: nowrap;
}

.slider_box li {
  flex: 0 0 auto;
  width: 300px;
  margin-right: 10px;
  list-style: none;
}

.slider_box img {
  width: 100%;
  display: block;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-90%); }
}

.sns_area{
    background-color:#4B4B4B;
    padding:60px 0;
    text-align: center;
}

.sns_area h3{
    width: clamp(295px,1vw,368px);
    text-align: center;
    margin:0 auto;
}

.sns_area p{
    display: flex;
    justify-content: center;
    align-items:center;
    color:#3CC755;
    font-size: clamp(26px,1vw,30px);
    font-weight: bold;
    line-height: 1;
    margin:15px 0 0;
}

.sns_area p span{
    display: block;
    margin-right:10px;
    width: clamp(36px,1vw,44px);
    height: clamp(36px,1vw,44px);
}

.sns_area div{
    text-align: center;
    margin:35px 0 0;
}

.sns_area div img{
    width:80%;
    vertical-align: bottom;
}


.sns_area div a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
    width: clamp(332px,90%,414px);
    height: clamp(64px,1vw,80px);
    margin:0 auto;
    color:#fff;
    font-weight:bold;
    text-align: center;
    background-color:#3CC755;
    border-radius:50px;
    margin-top:-30px;
    position: relative;
    z-index: 2;box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sns_area div a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.footer_area{
    background-image: url(https://theteam.itembox.design/item/teaser/images/footbg.png);
    background-position: top center;
    padding: 60px 0 40px;
}

.foottxt{
    display: block;
    width: clamp(295px,1vw,396px);
    margin:0 auto 50px;
}

.followtxt{
    font-size:clamp(18px,1vw,20px);
    color:#FF8900;
    text-align: center;
    font-weight: bold;
    margin-bottom:50px;
}

.footer_area .linkbtn{
    display: block;
    border: 1px solid #fff;
    color:#fff;
    text-align: center;
    width: calc(100% - 40px);
    margin:0 auto 60px;
    padding:20px 0;
    border-radius: 50px;
    font-size:clamp(16px,1vw,20px);
    font-weight: bold;
    line-height: 1;
}

.footer_area ul{
    padding:0;
}

.footer_area ul li a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    transition: 0.1s;
}

.footer_area ul li a:hover{
    color:#FF8900;
}


.footer_area .sns_link{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin:0 auto 40px;
}
.footer_area .sns_link li{
    width:50%;
}

.footer_area .sns_link li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
    line-height: 1;
    color:#ccc;
}

.footer_area .sns_link li a span{
    margin-right:20px;
}


.footer_area .content_link{
    width: calc(100% - 40px);
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.footer_area .content_link li{
    width:50%;
    margin-bottom:20px;
}

.copyright{
    padding:30px 0;
    font-size:14px;
    font-weight:400;
    text-align: center;
    color:#fff;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.spbr{
    display: block;
}
.pcbr{
    display: none;
}

@media screen and (min-width:768px){
    .header_area div ul li{
    margin-right:20px;
}

    .fv_area{
    background-image:url(https://theteam.itembox.design/item/teaser/images/fv_pc_nt.jpg);
    aspect-ratio: 19.2 / 9.8;
    background-color:#000000;
}

.fv_txtbox {
    text-align: center;
}

.fv_txtbox a{
max-width: 352px;
}

.about_area{
  padding-top: 80px;
}

.about_area .subtxt{
    margin-bottom:60px;
}

.content_box{
    position: relative;
    background-color:#FF8900;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.content_box{
    background-image: url(../images/contentpc.png);
    overflow: auto;
}

.content_box::before {
    display: none;
}

.content_box::after {
    display: none;
}
.about_area .txtbox{
    backdrop-filter:inherit;
}

.about_area .txtbox h3 {
    margin: 20px 0 20px auto;
    width: 50%;
  }
.about_area .txtbox p {
  margin: 0 0 0 auto;
  width: 50%;
}

.lineup_area {
  padding: 90px 0 120px;
}
.lineup_area h3 {
  margin: 0 0 70px;
}

.lineuplist {
  padding: 0;
  max-width: 1600px;
  margin: 0 auto;
}
.history_area {
  padding: 120px 0 0;
}

  .history_box{
    margin-top:-240px;
  }

  .history_box img:nth-child(1) {
        margin:0 0 -40px auto;
    }
  .history_box img {
    width: 22vw;
    display: block;
  }

    .history_box img:nth-child(2) {
        position: relative;
        margin: 0 0 -20px;
        z-index: 2;
    }

.history_box img:nth-child(3) {
  position: relative;
  margin:0 0 0 100px;
  z-index: 1;
}


.history_area dl {
  display: flex;
  justify-content: space-between;
  max-width: 1564px;
  padding:0 40px;
}




.history_area dl dd {
  text-align: left;
  margin: 0;
  max-width: 46%;
}

.history_area dl dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 36px;
  margin-top:60px;
  width: 46%;
}

.exhibit_area{
  padding: 60px 0;
}

.exhibit_area ul li{
    max-width:780px;
    display: flex;
    justify-content: space-between;
    margin:70px auto 40px; 
}

.exhibit_area ul li p{
    margin-bottom:0;
}

.exhibit_area ul li .exhibit_txt{
    max-width:380px;
}

.exhibit_area ul li .exhibit_img{
    max-width:246px;
    padding: 0;
}

.sns_area div {
  text-align: center;
  margin: 35px auto 0;
  max-width: 448px;
}

.footer_area .linkbtn{
    max-width: 500px;
    padding: 29px 0;
}

.footer_area .sns_link{
    max-width: 500px;
    margin: 0 auto 50px;
}

.footer_area .content_link{
    max-width:800px;
}

.footer_area .content_link li {
  margin: 0 auto 50px;
    width: auto;
}
.lineuplist .slick-slide {
  padding: 0 30px;
  box-sizing: border-box;
}
.slider_box {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
  margin:0;
  white-space: nowrap;
}

.slider_box li {
  flex: 0 0 auto;
  width: 300px;
  margin-right: 10px;
  list-style: none;
}

.slider_box img {
  width: 100%;
  display: block;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.spbr{
    display: none;
}

.pcbr{
    display:block;
}
}




@media screen and (min-width:980px){

 .history_area {
        padding: 240px 0 0;
    }
  .history_box img {
    width: 27vw;
  }
  .history_box{
    margin-top:-270px;
  }

  .history_box img:nth-child(1) {
        margin:0 0 -60px auto;
    }

      .history_box img:nth-child(2) {
        margin: 0 0 -40px;
    }
    .history_box img:nth-child(3) {
  margin: 0 0 0 300px;
}
}

@media screen and (min-width:1280px){
    .history_box{
    margin-top:-290px;
  }
  .history_box img:nth-child(1) {
        margin: 0 0 -140px auto;
    }
        .history_box img:nth-child(2) {
        margin: 0 0 -40px;
    }
}

@media screen and (min-width:1480px){
    .history_box{
    margin-top:-270px;
  }
    .history_box img:nth-child(1) {
        margin: 0 0 -200px auto;
    }
    .history_box img:nth-child(2) {
        margin: 0 0 -100px;
    }
}


@media screen and (min-width:1740px){
  .history_box{
    margin-top:-270px;
  }
.about_area .txtbox h3{
    margin: 70px 0 20px auto;
    width: 50%;
}

.history_box img:nth-child(1) {
  margin: 0 0 -300px auto;
}


.history_box img:nth-child(2) {
  position: relative;
  margin: 0 0 -70px;
  z-index: 2;
}

.history_box img:nth-child(3) {
  position: relative;
  margin: 0 0 0 300px;
  z-index: 1;
}


.history_box img {
  width: auto;
  display: block;
}

.history_area dl {
  display: flex;
  justify-content: space-between;
  max-width: 1564px;
}

.footer_area{
    background:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("https://theteam.itembox.design/item/teaser/images/footpcbg.jpg") top center/cover no-repeat;

}

}

@media screen and (min-width:1700px){
.history_box{
    margin-top:-370px;
  }
}


.smallgif{margin: calc(50% - 5vw) 0;}

