

/* 基本設定 */
* {
    margin: 0;
    padding: 0;
}

.cspi-lp li {
    list-style: none;
}

.cspi-lp .btn {
    transition: all 0.5s;
    cursor: pointer;
}

.cspi-lp img{
    width: 100%;

}

html,body {
    overflow-x: hidden;
  }

/* フォント設定 */

.cspi-lp a,.cspi-lp p,.cspi-lp li{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.9px;
}/* 日本語 */

.cspi-lp a{
    font-size: 2.8rem;
    text-decoration: none;
    color : inherit;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    letter-spacing: 1.5px;
    break-inside:avoid-page;/* 改ページ禁止 */
}

@media screen and (min-width: 752px) {
    .cspi-lp  p{
        font-size: 16px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 751px) {
    .cspi-lp p{
        font-size: 2.6rem;
        line-height: 1.5;
        letter-spacing: 2px;
    }

}

.cspi-lp li{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}/* 日本語 */


.fw500 {
    font-weight: 500;
}

@media screen and (min-width: 752px) {
    .cspi-lp h1{
        font-size: 3.2rem;
        letter-spacing: 2.2px;
    }

    .cspi-lp h2{
        font-size: 2.6rem;
        letter-spacing: 2.0px;
    }
}

@media screen and (max-width: 751px) {
    .cspi-lp h1{
        font-size: 4rem;
    }

    .cspi-lp h2{
        font-size: 6rem!important;
    }

    .cspi-lp h3{
        font-size: 3rem!important;
    }
}

.mv-logo-area h1{
    font-size: 0rem!important;
    margin: 0!important;
}


/*  アニメーション設定 */
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:1.7s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    } 

    .padding-non {
        padding: 0%!important;
    }

/* PC/sp分岐・共通設定 */

@media screen and (min-width: 752px) {
    .pc{
        display: inline-block;
    }

    .sp{
        display: none!important;
    }

    .container {
        width: 80%;
        margin: 0px auto;
        padding: 100px 0px;
        max-width: 1200px;
    }
}

@media screen and (max-width: 751px) {
    .pc{
        display: none!important;
    }

    .sp{
        display: inline-block
    }

    .container {
        width: 85%;
        margin: 0px auto;
        padding:80px 0px;
    }
}

/* エリアタイトル */
.title p {
    font-family: "Oxanium", sans-serif;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #EA5405;
    font-size: 16px!important;
}

.title h2 {
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 800;
}

@media screen and (max-width: 751px) {

    .title p {
        font-size: 2.0rem !important;
    }

    .title h2 {
        padding-bottom: 10px;
    }
}

/* ボタン設定共通 */
.btn {
    margin-top: 10px;
}

.btn a{
    display: flex;
    background: #F5F5F5;
    border: 1.5px solid #EA5405;
    border-radius: 5px;
    transition: all 0.5s;
    padding: 7px 14px;
    width: fit-content;
}

.btn a:hover{
    background: #EA5405;
}

.lineup-btn2 a:hover{
    background: #9D3400;
}

.btn a:hover p {
    color: #fff;
}


.btn a p{
    font-family: "Oxanium", sans-serif;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #EA5405;
    font-size: 16px!important;
    padding-right: 30px;
}

.btn-icon {
    width: 23px;
    flex-shrink: 0
}

.btn-icon img {
    vertical-align: middle;
    display: block;
}

@media screen and (max-width: 751px) {

    .btn a p{
        font-size: 2.6rem!important;
    }

    .btn-icon {
        width: 3.6rem!important;
        flex-shrink: 0;
    }

    .btn a {
        padding: 10px 20px;
        border-radius: 8px;
    }
}

/* 基本設定ここまで */

/* mv */

.mv {
    width: 100%;
}

.mv-content {
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}

.mv-1 {
    width: 480px;
    margin: 0 auto;
}

.mv-logo {
    width: 630px;
    margin: 0 auto;
    padding: 30px 40px;
}

.mv-logo-area {
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    backdrop-filter: blur(20px);
    width: 720px;
    margin: 0 auto;
}

.mv-2 {
    width: 480px;
    margin: 0 auto;
    padding-top: 10px;
}


@media screen and (min-width: 752px) {

.mv {
    background-image: url(../img/kv_back.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

}

 @media screen and (min-width: 752px) and (max-width: 1000px){

    .mv-logo-area{
        width: 90%;
    }

    .mv-logo {
        width: 80%;
    }

    .mv-2 {
        width: 400px;
    }
 }

@media screen and (max-width: 751px) {

    .mv {
        background-image: url(../img/kv_back.jpg) ;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .mv-content {
        padding: 65px 10px 60px;
    }

    .mv-logo-area{
        width: 95%;
    }

    .mv-logo {
        width: 90%;
        margin: 0 auto;
        padding: 21px 5%;
    }

    .mv-1 {
        width: 80%;
        margin: 0 auto;
    } 
    .mv-2 {
        width: 90%;
        margin: 0 auto;
    }
}


/* map section1 */

.section1 {
    position: relative;
}

.section1-back {
    position: absolute;
    width: 100%;
    top:-20px;
    z-index: -5;
}

.section1-container {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.section1-title h2 {
    font-size: 30px;
}

.section1-1-2 h3 a{
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px!important;
    font-weight: 700;
    letter-spacing: 1.3px;
    display: block;
    position: relative;
}

.section1-1-2 h3 a:hover{
    color: #EA5405;
}

.section1-1-2 h3 a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 51px;
    width: 14px;
    height: 17px;
    background: url(../img/icon_pdf.png);
    background-size: 14px;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-top: 2px;
}

.section1-1-2 p{
    padding-top: 5px;
    font-size: 14px!important;
}

.section1-2 {
    width: 440px;
    position: relative;
    margin-left: 40px;
}

.big-btn {
    position: absolute;
    bottom: 18px;
    left: 13px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
}

    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(38px);
      display: none; /* 初期状態は非表示 */
      justify-content: center;
      align-items: center;
      z-index: 9999;
     cursor: pointer;
    }

    /* モックアップエリア */
    .mockup {
      width: 65%;
      max-width: 800px;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      cursor: default;
    }

    /* 閉じるボタン */
    .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      cursor: pointer;
    }

    .mockup img {
      width: 100%;
      object-fit: contain;
    }

    .big-map {
        width: 100%!important;
        margin: 0 auto;
        display: block;
    }

    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }


    @media screen and (max-width: 751px) {

        .section1-container {
            width: 85%;
            display: block;
        }

        .section1-title h2 {
            font-size: 50px!important;
            letter-spacing: 2px;
        }

        .section1-1-2 h3 a{
            font-size: 2.7rem!important;
            padding-top: 30px;
            padding-bottom: 15px;

        }

        .section1-1-2 h3 a::after {
            left: 260px !important;
            top: 35px !important;
            width: 19px;
            height: 21px;
            background-size: 19px;
        }

        .section1-2 {
            width: 100%;
            position: relative;
            margin-left: 0;
            margin-top: 20px;
        }

        .big-btn a p{
            padding-right: 8px;
        }

        .section1-back {
            top: -3px;
        }

        .mockup {
            width: 90%;
        }

    }
/* page-link */

.page-link {
    width: 100%;
    background: #F39A63;
}

.page-link ul{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}

.pagelink-btn {
    margin: 15px 5px;
}

.pagelink-btn a {
    background: transparent linear-gradient(99deg, #EA5405 0%, #C24202 100%) ;
    border: none;
    padding: 10px 15px 9px;
}

.pagelink-btn a p{
    color: #fff;
    letter-spacing: 2px;
}

 @media screen and (min-width: 752px) and (max-width: 1060px){

    .page-link ul{
        flex-wrap: wrap;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
        padding: 15px 0;
    }

    .page-link ul li {
        width: 49%;
        display: flex; 
    }

    .pagelink-btn a{
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center; /* ←縦方向の中央揃え */
    }

    .pagelink-btn {
    margin: 5px 2px;
    }
} 

@media screen and (min-width: 752px) and (max-width: 1180px){

    .chosei{
        display: none !important;
    }

    .chosei2 {
        padding-left: 0px !important;
    }
}


 @media screen and (max-width: 751px) {
    .page-link ul {
        display: block;
        padding: 15px 0px;
        width: 85%;
    }

    .pagelink-btn a {
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .pagelink-btn a {
        padding: 21px 20px 19px;
    }
    
    .pagelink-btn {
        margin: 10px 0px;
    }
}


/* section2 EVENT */

.section2 {
    background-image: url(../img/sec2_back.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.section2-1 {
    margin-top: 20px;
    display: flex;
    justify-content:space-between;
}

.section2-1-box {
    width: calc(45% - 30px);
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    backdrop-filter: blur(20px);
    border: 1px solid #FFFFFF;
    padding: 30px;
}

.number {
    font-family: "Oxanium", sans-serif;
    font-weight: 700!important;;
    letter-spacing: 0.8px;
    font-size: 12px !important;
}

.section2-1-box h3 {
    font-size: 28px!important;
    letter-spacing: 2px;
    border-bottom: 1.5px solid #EA5405;
    padding-bottom: 5px;
    line-height: 36px;
}

.pl {
    font-size: 22px!important;
}

.wi95 {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}

.cspi-lp .flex {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.cspi-lp .flex p{
    padding-right: 20px;
}

.left-line {
    border-left: 2px solid #fff;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 10px;
}

.cspi-lp .small{
    font-size: 12px!important;
    width: 95%;
    margin: 0 auto;
    padding-top: 5px;
}

    .pl10 {
        padding-left: 14px;
    }


@media screen and (max-width: 751px) {  

    .section2-1 {
        display: block;
    }

    .section2-1-box {
        width: 100%;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .section2-1-box1 {
        margin-bottom: 20px;
    }

    .number {
        font-size: 1.6rem !important;
    }

    .section2-1-box h3 {
        padding: 5px 0px;
        font-size: 4.2rem !important;
        line-height: 4.8rem;
    }

    .pl {
        font-size: 2.6rem !important;
    }
 }

/* section3 MOVIE */

.section3 {
    background-color: #F5F5F5;
}

.title-ex {
    padding-top: 10px;
    padding-bottom: 30px;
}


.section3-1 {
    display: flex;
}

.youtube {
  position: relative;
  width: 70%;
  aspect-ratio: 16 / 9; 
  margin-right: 20px;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.left-orange {
    border-left: 2px solid #EA5405;
}

.left-orange p{
    font-size: 14px;
    font-weight: 700;
}

.left-orange p span{
    font-size: 20px;
}

.youtube-btn a{
    background: #fff;
}

@media screen and (max-width: 751px) {  

    .section3-1 {
        display: block;
    }

    .youtube {
        width: 100%;
        margin-right: 0px;
    }

    .left-orange p span {
        font-size: 2.6rem!important;
    }

    .left-orange p span {
        font-size: 2.8rem!important;
    }

    .left-line {
        margin: 20px auto;
    }

    .youtube iframe{
        border-radius: 8px;
    }

}


/* section4 LINEUP */

.section4 {
    background-color: #fff;
}

.section4-title {
    text-align: center;
}

.section4-container .title-ex {
    text-align: center;
}

.section4-box {
    margin-bottom: 50px;
    border: 1px solid #F6BD9F;
    border-radius: 5px;
    padding: 40px 80px;
}

.section4-box-1,.section4-box-2{
    margin-bottom: 50px;
}

.section4-box h3 {
    font-weight: 700;
    font-size: 20px;
    color: #EA5405;
    border-bottom: 1px solid #F6BD9F;
    letter-spacing: 2px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.lineup-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-box {
    width: 49%;
}

.lineup-img {
    margin-bottom: 5px;
}

.box4, .box3{
    margin-top: 40px;
}

.waku{
    border: 1px solid #F6BD9F;
}

.lineup-box p {
    font-size: 16px;
    font-weight: 700;
}

.short{
    line-height: 51px!important;
}


@media screen and (min-width: 1225px) {

    .short1{
    line-height: 1.6!important;
    }

}

@media screen and (min-width: 752px) and (max-width: 1083px){

    .short1{
    line-height: 1.6!important;
    }

}

@media screen and (min-width: 752px) and (max-width: 931px){

    .lineup-btn-area {
        display: block!important;
    }

    .lineup-btn2 {
        margin-left: 0px!important;
    }

}

.lineup-btn .btn-icon {
    width: 18px;
}

.lineup-btn-area {
    display: flex;
}

.lineup-btn a p{
    font-size: 13px!important;
    padding-right: 10px;
}

.lineup-btn a{
    padding: 5px 10px;
}

/* .lineup-btn2 {
    margin-left: 10px;
}  */

.lineup-btn2 a{
    border: 1.5px solid #9D3400;
}

.lineup-btn2 a p{
    color: #9D3400;
}

.section4-list {
    display: flex;
    justify-content:space-between;
}

.section4-list ul {
    width: 30%;
}

.section4-list ul li {
    line-height: 1.5;
    font-size: 16px!important;
    border-bottom: 1px solid #F6BD9F;
    padding: 8px 0;
}

.section4-list ul li a{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.9px;
    font-size: 16px!important;
    display: inline-block; /* ← ブロック化して幅・高さ持たせる！ */
    position: relative;    /* ← ::afterのabsoluteを効かせるために必要 */
    padding-right: 20px;   /* ← afterの画像分の余白を追加（クリック範囲確保） */
}

.mid-area {
    padding: 0 1%;
}

.pdf a {
    position: relative; /* これが必要 */
    display: inline-block; /* サイズを持たせる */
    padding-right: 16px; /* アイコンが文字と被らないように余白を追加 */
    line-height: 1.5; /* アイコンの縦位置に影響する場合あり */
}

.pdf a:hover {
    color: #EA5405;
}

.pdf a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 11px;
    height: 14px;
    background: url(../img/icon_pdf.png);
    background-size: 11px;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-top: 2px;
}

.sec4-list-btn a::after{
    background: url(../img/btn_icon.png);
        background-size: 15px;
    height: 13px;
    top: 8px;
    width: 15px;
    right: -1px;
    pointer-events: none;
}

.mini {
    font-size: 13px;
}


@media screen and (max-width: 751px) {  

    .section4-box  {
        padding: 0px;
        border: none;
        /* margin-top: 30px; */
    }

    .lineup-box p {
        font-size: 2.6rem;
        line-height: 1.5!important;
        padding-bottom: 10px;
    }

    .section4-box h3{
        text-align: center;
        padding: 7px 0px 10px;
        font-size: 3.6rem !important;
        color: #fff;
        border-bottom: none;
        background: transparent linear-gradient(101deg, #EA5405 0%, #842F03 100%);
        border-radius: 8px;
    }

    .lineup-btn-area {
        display: block;
    }

    .lineup-btn2 {
        margin-left: 0px;
    }

    .lineup-btn a p {
        font-size: 2.2rem !important;
    }

    .section4-box .btn-icon {
        width: 3.3rem !important;
    }

    .section4-box .lineup-btn a p {
        padding: 4px 10px 0px 0px;
    }

    .lineup-btn a {
        padding: 8px 15px;
    }

    .lineup-btn {
        width: fit-content;
        margin: 10px auto 0;
    }

    .section4-box-1, .section4-box-2{
        margin-bottom: 100px;
    }

    .section4-list ul li{
        font-size: 2.6rem!important;
        width: 46%;
        padding-right: 4%;
        padding-bottom: 20px;
        padding-right: 0;
        padding-top: 20px;
    }

    .section4-list ul li a{
        font-size: 2.6rem!important;
        padding-right: 30px;
    }

    .section4-list {
        display: block;
    }

    .section4-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sec4-list-btn a::after{
        background-size: 24px;
        height: 22px;
        top: 9px;
        width: 24px;
        right: 0px;
    }

    .mid-area {
        padding: 0;
    }

    .mini {
        font-size: 2.0rem;
    }

}

/* section5 EVENT SALES */

.section5 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent; /* 元の背景は透明に */
}

.section5::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  bottom: 0px;
  background-color: #f5f5f5;
  border-radius: 10px;
  z-index: -1;
}

.section5-container {
    z-index: 10;
}

.section5-title h2 {
    line-height: 1.5;
}

.section5-title {
    position: relative;
}

.hukidashi {
    position: absolute;
    width: 175px;
    top: 10px;
    right: 0px;
}

.sec5-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.sec5-box {
    width: 24%;
}

.sec5-img {
    width: 100%;
}

.tag {
    color: #fff;
    padding: 2px 10px 4px;
    background: transparent linear-gradient(106deg, #B10010 0%, #752A03 100%) ;
    border-radius: 5px;
    width: fit-content;
    margin-top: 5px;
}

.tag p{
    font-size: 14px;
    font-weight: 600;
}

.sec5-box h3 {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.3;
    padding-top: 5px;
    padding-left: 9px;
}

.tag-orange {
    background: transparent linear-gradient(101deg, #EA5405 0%, #842F03 100%) ;
}

.eventsales-btn a p{
    font-size: 14px!important;
    padding-right: 10px;
    line-height: 1.4;
}

.eventsales-btn a {
    align-items: center; /* ← これで縦中央に揃う！ */
    padding: 7px 10px;
}

.eventsales-btn a .btn-icon {
    width: 23px!important;
    flex-shrink: 0; /* ← 縮まないようにする */
}

@media screen and (max-width: 751px) {  
    .hukidashi {
        top: -55px;
        right: -3px;
    }

    .sec5-box {
        width: 48%;
        padding-bottom: 60px;

    }

    .eventsales-btn a p {
        font-size: 2.2rem !important;
    }
    
    .tag p{
        font-size: 2.2rem;
    }

    .eventsales-btn {
        margin-top: 20px;
    }

    .sec5-box h3{
        padding-top: 10px;
    }

}