@font-face {
  font-family: 'seurat';
  src: url("../../fonts/FOT-SeuratPro-M.otf");
}
@font-face {
  font-family: 'slump';
  src: url("../fonts/FOT-SlumpStd-DB.otf");
}

@font-face {
  font-family: 'seurat-b';
  src: url("../../fonts/FOT-SeuratPro-B.otf");
}


 body {
      font-family: 'seurat';
} 





/*common*/
/* section {
    padding: 48px 0 64px;
    width: 90%;
    margin: 0 auto;
} */

span.none {
    display: none;
}

/* p {
    line-height: 1.6;
} */

h1,
h2,
h3 {
    text-align: center;
}

/* h1 {
    font-size: 24px;
    margin-top: 24px;
} */

/* h2 {
    font-size: 40px;
    padding-bottom: 24px;
    line-height: 1.2;
} */

/* h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -2px;
    margin: 0 auto 16px;
} */

/* h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
} */

.fontB {
    font-size: 48px;
}

/* p.tx-color,
h4 {
    color: #F749AD;
} */

section>div:not(:last-child) {
    margin-bottom: 40px;
}

.bold {
    font-weight: 700;
}

/* section img {
    border-radius: 20px 20px 0 0;
} */

.sec01 img {
    width: 90%;
    margin: 0 auto;
}

.note-tit {
    text-align: center;
}

.note-tit {
    color: #F749AD;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.blue .note-tit {
    color: #4B80D6;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}


/*fontsize*/
.fs18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.fs20 {
    font-size: 20px;
}

.fs32 {
    font-size: 32px;
}


/*font-decoration*/
/* .blue .tx-shadow,
.blue h2,
.blue h3 {
    text-shadow: 0px 0px 10px #2C7DFF, 0px 0px 10px #2C7DFF, 0px 0px 10px #2C7DFF, 0px 0px 10px #2C7DFF, 0px 0px 10px #2C7DFF, 0px 0px 10px #2C7DFF;
} */

/* .tx-shadow,
h2,
h3,
.menu-list a {
    text-shadow: 0px 0px 10px #ff4dc0cf, 0px 0px 10px #ff4dc0cf, 0px 0px 10px #ff4dc0cf, 0px 0px 10px #ff4dc0cf, 0px 0px 10px #ff4dc0cf, 0px 0px 10px #ff4dc0cf;
    color: #fff;
} */

h3,
h2 {
    position: relative;
}

/* h3:before,
h2:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../images/deco01.png);
    background-size: contain;
    vertical-align: middle;
    top: 70%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
} */

/* h3:after,
h2:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(../images/deco02.png);
    background-size: contain;
    vertical-align: middle;
    top: 60%;
    transform: translateX(50%) translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
} */

/* .sec02 h2:before,
.sec02 h2:after,
.sec06 h3:before,
.sec06 h3:after,
.sec07 h3:before,
.sec07 h3:after,
.sec08 h3:before,
.sec08 h3:after {
    display: none;
} */

/* .sec03 h2:before {
    left: 10%;
    top: 50%
}

.sec03 h3:before {
    left: 10%;
}

.sec03 h3:after {
    right: 6%;
}

.sec03 h2:after {
    right: 6%;
    top: 50%
}

.sec04 h2:after {
    top: 45%;
    right: -1%;
}

.sec04 h2:before {
    top: 50%;
}

.sec05 h3:after {
    top: 55%;
    right: 2%;
}

.sec05 h3:before {
    top: 56%;
    left: 8%;
}

.sec07 h2:after {
    top: 45%;
    right: 0px;
}

.sec07 h2:before {
    top: 50%;
    left: 4%;
}

.sec08 h2:after {
    top: 51%;
    right: -3%;
}

.sec08 h2:before {
    top: 34%;
    left: 0px;
} */








/**メインビジュアル*/
#mainImage {
    position: relative;
}

#mainImage_bg {
    position: relative;
}

#mainImage img {
    width: 100%;
    vertical-align: top;
}

.fadeIn_img ul li {
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .fadeIn_img ul li {
        margin-top: 0;
    }
}

/*ふわふわ*/
.fuwafuwa {
    animation: img_box_9955 3s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes img_box_9955 {
    0% {
        transform: translateY(0)
    }

    33.33333% {
        transform: translateY(-5px)
    }

    66.66667% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

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

    /*ふわふわ*/
    .fuwafuwa {
        margin: 1rem 0 !important;
    }
}

/*文字が順番に現れる*/
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/*キラキラ*/
/*
最初の秒はアニメーション時間、2つ目は開始までの時間
*/
.kirakira {
    animation: flash 2s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左右アニメーション*/
.animation_1 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5s;
    /*width: 50px;*/
}

.animation_2 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-duration: 5s;
}

.yurayura_1 {
    animation-name: anim_i;
}

.yurayura_2 {
    animation-name: anim_h;
}

@keyframes anim_i {
    0% {
        transform: translate(0px, 0);
    }

    100% {
        transform: translate(-10px, 0);
    }
}

@keyframes anim_h {
    0% {
        transform: translate(0px, 0);
    }

    100% {
        transform: translate(-10px, 0);
    }
}

/*dokidoki*/
.dokidoki {
    animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 10s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */
}

@keyframes dokidoki {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}








/* card */
/* .card {
    color: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 10px hsl(301.21deg 82.57% 54.37% / 13%);
} */

.card>.flex {
    margin: -48px auto 0px auto;
}

/* 
.card-note {
    padding: 14px;
}

.card-note>*:not(:last-child) {
    margin-bottom: 8px;
} */


/*slide注意書き*/
.parade-goods .gallery li {
    position: relative;
}

.attention-bottom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
}





/* FV
---------------------------------------------------- */
div#xcover:after {
    content: "";
    width: 100%;
    height: 100vh;
   
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    position: fixed;
    top: 0;
    background-position-x: center;
}

.fv {
    text-align: center;
}

.top-logo a {
    margin: 24px auto 16px;
    width: 80%;
}



/* sec01
---------------------------------------------------- */
/* section.sec01 {
    padding-top: 16px;
} */

section.sec01 {
    width: 100%;
    text-align: center;
}

.parade .note>* {
    text-align: left;
}

/* .sec01 p {
    text-align: center;
    font-size: 18px;
} */

.sec01 .s-tit {
    margin-bottom: 24px;
    font-weight: 700;
}

.sec01 .s-img {
    margin-bottom: 24px;
}

.sec01 .s-note p {
    line-height: 1.6;
    font-weight: 400;
}

.sec01 .s-note p:not(:last-child) {
    margin-bottom: 24px;
}

.parade .note {
    margin-top: 32px;
}

.parade .note {
    margin-top: 16px;
}


/* sec02
---------------------------------------------------- */

.flex2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
}

.flex2-wrap li {
    width: 47%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px hsl(301.21deg 82.57% 54.37% / 13%);

}

.teamkt{
    background: #FF5A86;
    padding-bottom: 15px;
}

.teamku{
    background: #af81dc;
        padding-bottom: 15px;

}

.teamxo{
    background: #85cdc6;
        padding-bottom: 15px;

}
.flex2-wrap img {
    border-radius: 10px 10px 0 0;
}

.choice-btn {
    display: flex;
}

.obi p {
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
}

ul .kitty {
    background: #FF5A86;
}

ul .mymero {
    background: #FF5AB3;
}

ul .kuromi {
    background: #A869E6;
}

ul .pomu {
    background: #FFB610;
}

ul .danieru {
    background: #3D75E2;
}

ul .sinamo {
    background: #3EAFD1;
}

/* .card-detail dt {
    background: #FFF;
    color: #682513;
    border-radius: 4px;
    width: 15%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

dl.card-detail dd {
    width: calc(85% - 10px);
    margin-left: 10px;
}

dl.card-detail>*:not(:last-child) {
    margin-bottom: 10px;
}

dl.card-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
} */

.obi h4 {
    background: #FC8CBD;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 6px 0;
    margin-bottom: 0;
}

p.tit {
    background: #FC8CBD;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
}

ul.music-member {
    display: flex;
    gap: 10px;
}

ul.music-member img {
    border-radius: 10px !important;
}

ul.music-member p {
    padding-top: 10px;
}

ul.music-member a {
    color: #FC8CBD;
    text-decoration: underline;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -1px;
}

ul.music-member li {
    width: 50%;
}



/*section03*/
.icecream .obi p {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
}

.icecream .obi {
    padding: 10px;
}

.note {
    text-align: center;
    margin-bottom: 32px;
}

ul li.kikirara {
    background: #3CCBAF;
}

li.pochakko {
    background: #4ACE5E;
}

li.meru {
    background: #F25D98;
}

.flex2-wrap img:last-child {
    border-radius: 10px;
    background: none;
}


/*背景付きブロック*/

/*blue*/
.blue {
    position: relative;
}

.blue h4,
.blue ul.music-member a {
    color: #4B80D6;
}

.blue .card-detail dt,
.blue p.tit {
    background: #5CA0FF;
}

.blue:before {
    background: #CCF5FF;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 5000px;
}

/*violet*/
.violet {
    position: relative;
}

.violet:before {
    background: #6E47B9;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 5000px;
}

.violet p.tx-color,
.violet h4 {
    color: #764FC1;
}

.violet .card-detail dt,
.violet p.tit {
    background: #AA8CFC;
}

.violet .tx-shadow,
.violet h2,
.violet h3 {
    text-shadow: 0px 0px 10px #ac77ff, 0px 0px 10px #ac77ff, 0px 0px 10px #ac77ff, 0px 0px 10px #ac77ff, 0px 0px 10px #ac77ff, 0px 0px 10px #ac77ff;
}


/*water-show*/
.water-bg {
    position: relative;
}

.water-bg:before {
    content: "";
    width: 100%;
    height: auto;
  
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    background-position-x: center;
}




/*section05*/
.present {
    margin-top: 24px;
}

section.sec05 {
    width: 100%;
}

.sec05-ineer {
    width: 90%;
    margin: 0 auto;
}

.sec05-ineer>div:not(:last-child) {
    margin-bottom: 40px;
}




/*section06*/
.present {
    margin-top: 24px;
}

.present p {
    margin: 10px 0;
}


/*section07*/



/*section08*/

dl.card-list dt {
    width: 80%;
    margin-bottom: 5px;
}

dl.card-list dd {
    width: 20%;
    text-align: end;
}

dl.card-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
}

dl.card-list02 dt {
    width: 100%;
    margin-bottom: 5px;
}

dl.card-list02 dd {
    width: 20%;
    text-align: end;
}

dl.card-list02 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
}

dl.card-list02 dt a {
    color: #00F;
    text-decoration: underline;
}



.tx-right {
    margin-left: auto;
}

.goodsfoods>div:not(:last-child) {
    margin-bottom: 40px;
}

/*
section.sec08 {
    padding-bottom: 8px;
}
*/


/*sns*/
.sns li a {
    box-shadow: 0 0 10px hsl(301.21deg 82.57% 54.37% / 13%);
    border-radius: 60px;
}

.sns ul {
    justify-content: space-evenly !important;
}

p.fukidasi {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
    color: #682513;
    position: relative;
}

p.fukidasi:before {
    content: url(../images/ashirai.svg);
    vertical-align: middle;
    padding-right: 3px;
    transform: scale(1);
    display: inline-block;
}

p.fukidasi:after {
    content: url(../images/ashirai.svg);
    vertical-align: middle;
    padding-right: 3px;
    display: inline-block;
    transform: scale(-1, 1);
}

.sec08 .pagelink a:before {
    width: 20px;
    height: 20px;
}

.sec08 .pagelink a {
    font-size: 18px;
    color: #FFF;
}

.sec08 .pagelink li {
    margin-bottom: 16px;
}



/*footer*/

body footer {
    background: #E88393;
    padding: 40px 0;
}




/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    /*画像の下にできる余白を削除*/
}

.gallery li {
    list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 25px;
    width: 25px;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    width: 32px;
    height: 32px;
    background: #E88393;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -11px;
    box-shadow: 0 0 6px #FFF;
}

.slick-prev:after,
.slick-next:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
}

.slick-prev:after {
    transform: rotate(-135deg);
    left: 8px;
}

.slick-next:after {
    left: 7px;
}

.slick-prev:before {
    left: -5px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -2.5%;
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -2.5%;
}

.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

/*ドットナビゲーションの設定*/
button {
    padding: 0;
    border: none;
}

.slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #FFF;
    /*ドットボタンの現在地表示の色*/
}




/*選択するサムネイル画像の設定*/

.choice-btn li {
    cursor: pointer;
    outline: none;
    background: #333;
    width: 25% !important;
    list-style: none;
}

.choice-btn li.slick-current img {
    opacity: 1;
    /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
    transform: unset !important;
    /*画面幅サイズ変更に伴うサムネイル固定*/
}

.choice-btn>div>div {
    width: 100% !important;
    margin: 0;
    display: flex;
}

.choice-btn .slick-slide img {
    border-radius: 0;
}



/*==================================================
モーダルウィンドウを開く
===================================*/

/*infoエリアをはじめは非表示*/
#mu-wada,
#mu-mun,
#mu-okochi,
#mu-isizuka,
#co-kt,
#co-mm,
#co-ku,
#co-pn,
#co-xo,
#co-cn,
#c-raion,
#c-zou,
#c-saru,
#c-kaba,
#c-kirin,
#c-usagi,
#c-neko,
#c-hiyoko,
#c-wani{
    display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
    max-width: 900px;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

.modaal-container {
    width: 500px;
    border-radius: 10px;
}

.modaal-content-container {
    padding: 24px;
}

/* .modaal-content-container h5 {
    margin: 10px 0 5px;
    font-size: 20px;
} */

.modaal-wrapper .modaal-close {
    background: #FC8CBD;
    transition: background .2s ease-in-out;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #fff;
}

.modaal-wrapper .modaal-close:hover {
    /*    transform: scale(1.2);*/
    transition: background .2s ease-in-out;
}

.modaal-content-container img {
    border-radius: 10px;
}

.modaal-container {
    position: relative;
}

/* button#modaal-close {
    position: absolute;
    top: -4%;
    right: -3%;
} */




/*==================================================
スケジュールを開く
===================================*/


.step-text p {
    padding: 0 12px;
}

.event h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.event-A {
    padding: 80px 0 60px;
}

.normal-img {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.clear {
    clear: both;
}

ul.kaien {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    display: table;
    background-color: #FFF;
    color: #682513;
}

li.tbl1 {
    list-style: none;
    width: 28%;
    height: 55px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #682513;
    border-right-color: #682513;
    border-left-color: #682513;
    position: relative;
    display: table-cell;
}

li.tbl2 {
    list-style: none;
    width: 72%;
    height: 55px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #682513;
    border-right-color: #682513;
    position: relative;
    display: table-cell;
}

li.tbl2.btn {
    background: #551133;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    width: 30%;
}

li.tbl3 {
    list-style: none;
    width: 28%;
    height: 55px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #682513;
    border-right-color: #682513;
    border-left-color: #682513;
    position: relative;
    display: table-cell;
}

li.tbl4 {
    list-style: none;
    width: 72%;
    height: 55px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #682513;
    border-right-color: #682513;
    position: relative;
    display: table-cell;
}



li.tbl5 {
    list-style: none;
    width: 28%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #682513;
    border-right-color: #682513;
    border-left-color: #682513;
    position: relative;
    display: table-cell;
}

li.tbl6 {
    list-style: none;
    width: 72%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #682513;
    border-right-color: #682513;
    position: relative;
    display: table-cell;
}

li.tbl7 {
    list-style: none;
    width: 28%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #682513;
    border-right-color: #682513;
    border-left-color: #682513;
    position: relative;
    display: table-cell;
}

li.tbl8 {
    list-style: none;
    width: 72%;
    height: 80px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #682513;
    border-right-color: #682513;
    position: relative;
    display: table-cell;
}

.odemukae {
    margin: auto 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    line-height: 1.5;
    text-align: left;
    font-size: 1.1em;

}

.odemukae02 {
    padding: 10px 0;
    margin: auto 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    line-height: 1.2;
    color: #1a6bdc;
    font-size: 10pt;
}

.tabekko_pickup{
    font-family: 'seurat-b';
    font-size: 1.2em;
}

.accordion {
    margin: 1em auto 0em;
    max-width: 100vw;
}


.content {
    max-height: 0;
    overflow: scroll;
}

.content p {
    margin: 0;
    padding: 0.5em 10px 1em;
    font-size: 1em;
    line-height: 1.5;
}

.toggle:checked+.title+.content {
    max-height: 1000px;
    transition: all 1.5s;
}

.toggle:checked+.title::before {
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
    transform: translateY(-50%) rotate(90deg) !important;
}


.accordion02 {
    margin: 1em auto 0em;
    max-width: 100vw;
}

.toggle02 {
    display: none;
}

.option02 {
    position: relative;
    margin-bottom: 1em;
}

.title02,
.content02 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.title02 {
    border: solid 2px #FF759F;
    padding: 1em;
    display: block;
    color: #444;
    background: #FFF;

}

.title02::after,
.title02::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
}

.title02::after {
    transform: rotate(90deg);
}

.content02 {
    max-height: 0;
    overflow: hidden;
}

.content02 p {
    margin: 0;
    padding: 0.5em 10px 1em;
    font-size: 1em;
    line-height: 1.5;
}

.toggle02:checked+.title02+.content02 {
    max-height: 800px;
    transition: all 1.5s;
}

.toggle02:checked+.title::before02 {
    transform: rotate(90deg) !important;
}

ul.kaien {
    border-bottom: 2px solid #682513;
    width: 90%;
    margin: 0.5em auto 1em;
}


/*========= ナビゲーションのためのCSS ===============*/
/* タブレット以下でハンバーガー */
@media screen and (max-width: 1024px) {
    #g-nav.panelactive:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #E2FAF8;
       
        background-repeat: repeat;
        background-size: contain;
        background-position: center;
        z-index: 7;
        position: fixed;
        top: 0;
        left: 0;
        background-position-x: center;
    }

    #g-nav {
        /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
        position: fixed;
        z-index: -1;
        opacity: 0;
        /*はじめは透過0*/
        /*ナビの位置と形状*/
        top: 0;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        max-width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        /* background:#FADCE9; */
        /* background-image: url(../images/bg_img-01.jpg);
        background-repeat: no-repeat;
        background-size: cover; */
        /*動き*/
        /*	transition: all 0.3s;*/
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g-nav.panelactive {
        opacity: 1;
        z-index: 99;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 9;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        display: none;
        /*ナビゲーション天地中央揃え*/
        /*
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
*/
    }

    ul.menu-list {
        margin-top: 16px;
    }

    div#g-nav-list-inner {
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin: 0 auto;
        position: absolute;
        max-width: 370px;
        min-width: 310px;
    }

    #g-nav .menu-list a {
        /* font-size: 42px;
    padding: 5px 0;
    color: #682513; */
    }

    #g-nav .sns .sns-ul {
        display: flex;
        justify-content: space-evenly !important;
        margin-top: 32px;
    }

    ul.sns-ul li a::before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    ul.sns-ul li a {
        position: relative;
    }

    div#g-nav-list {
        width: 60%;
    }

    #g-nav.panelactive ul {
        display: block;
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
        /* text-transform: uppercase; */
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background: #F749AD;
        border-radius: 50%;
        box-shadow: 0 0 10px hsl(301.21deg 82.57% 54.37% / 13%);
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

}


body .fade-in {
    margin-bottom: 0px;
}


/*PCのみのCSS*/
@media screen and (min-width: 850px) {


    body #xcover {
        width: 100%;
    }

    div#xcover:after {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }

    .pc-inner {
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 15px rgba(103, 181, 183, 1);
    }

    .blue:before,
    .violet:before,
    .pc-inner,
    div#xcover:after {
        width: 1000px;
    }

    body:before {
        content: "";
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        top: 0;
        background-position-x: center;
        position: fixed;
        /* opacity: 0.7; */
    }

    dl.card-list .block {
        width: 100%;
    }

    dl.card-list02 .block {
        width: 100%;
        margin-left: -5%;
    }

    /*	sec03*/
    .sec03 .flex2-wrap li:last-child {
        height: 390px;
    }

    .sec03 .flex2-wrap img:last-child {
        object-fit: cover;
        height: 390px;
        width: 100%;
    }

}


/*スマホのみのCSS*/
@media screen and (max-width: 850px) {

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    /*	sec03*/
    .sec03 .flex2-wrap li:last-child {
        height: 245px;
    }

    .sec03 .flex2-wrap img:last-child {
        object-fit: cover;
        height: 245px;
        width: 100%;
    }



    /*	fv	*/
    /* section.sec01 {
        margin-top: -20px;
        padding-top: 0;
        z-index: 4;
    } */

    .top-img-bg {
        position: relative;
    }

    .top-img-bg:before {
        content: "";
        width: 900px;
        height: 30px;
       
        background-repeat: repeat-x;
        z-index: 4;
        bottom: -11px;
        position: absolute;
        display: inline-block;
        background-size: contain;
        left: 0;
    }


    /*
	==================================================
	モーダルウィンドウを開く
	===================================
*/
    .modaal-container {
        width: 90%;
    }

    .modaal-inner-wrapper {
        padding: 0;
    }

    .modaal-content-container {
        padding: 16px;
    }

    .modaal-wrapper {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .modaal-focus {
        max-height: 90vh;
        overflow-y: scroll;
    }
}

/*
	.modaal-container {
		height: 90vh;
		overflow-y: scroll;
	}


/*summer2023.css最後に追加*/

/* body #xcover {

    overflow: visible;

} */

/* .pc-inner {
    overflow: hidden;
} */

/* .fv {

    overflow: hidden;

} */

div#mainImage {

    z-index: 4;

}





/*
	==================================================
	チケット購入ボタン　追加0610
	===================================*/

.cta.active {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 0;
    bottom: 0px;
    cursor: pointer;
    transition: .3s;
    /* opacity: 0; */
    /* visibility: hidden; */
    width: 120px;
    z-index: 62;
}

.sec03 .flex2-wrap li:last-child {
    height: inherit;
}

.sec05-ineer {
    margin-top: 24px;
}

/*スマホのみのCSS*/
@media screen and (max-width: 850px) {

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    /*	sec03*/
    .sec03 .flex2-wrap li:last-child {
        height: 245px;
    }

    .sec03 .flex2-wrap img:last-child {
        object-fit: cover;
        height: 245px;
        width: 100%;
    }

    h3:before,
    h2:before {
        width: 60px;
        height: 60px;
        left: 10px;
        top: 24px;
    }

    h3:after,
    h2:after {
        width: 60px;
        height: 60px;
    }

}

.sanka{
    width: 90%;
    margin: 0 auto;
}

.sanka-l{
    float: left;
    width: 98%;
margin: auto 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sanka-l img{
    width: 40%;
margin: 0px 1%;
}


dl.sanka{
    width: 99%;
    height: 70px;
    padding: 0;
     display: flex;
  align-items: center;
    margin: 0 auto;

}

dl.sanka dt{
    width: 48%;
    float: left;
    padding-left: 3%;
}

dl.sanka dd{
    width: 48%;
    float: right; 
}

dl.p_sanka{
    width: 99%;
        height: 70px;
    padding: 0;
     display: flex;
  align-items: center;
    margin: 0 auto;

}

dl.p_sanka dt{
    width: 31%;
    float: left;
    padding-left: 3%;
}

dl.p_sanka dd{
    width: 38%;
    margin: 1%;
    float: right; 
}

