body {
    font-family: "source-han-sans-japanese", sans-serif;
    color: #FAADD2;
}





/*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-family: Pacifico;
    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-image: url(../images/bg_img-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: fixed;
    top: 0;
    background-position-x: center;
    opacity: 0.5;
    mix-blend-mode: lighten;
}

.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;
    background: #FF5A86;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px hsl(301.21deg 82.57% 54.37% / 13%);
}

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

.choice-btn {
    display: flex;
}

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

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: #FAADD2;
    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: #FAADD2;
    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: #E4AFD9;
}

.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: #E4AFD9;
}

.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-image: url("../images/sec07-bg.jpg");
    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: #E4AFD9;
    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 rgb(117 165 247 / 30%);
    border-radius: 60px;
}

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

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

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

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

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

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

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



/*footer*/

body footer {
    background-color: #E7D9EC;
    padding: 40px 0;
}




/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
    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: #FAADD2;
    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-dn,
#co-cn {
    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: 1600px;
    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: #FAADD2;
    font-size: 1.3em;
}

li.tbl1 {
    list-style: none;
    width: 28%;
    height: 65px;
    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: #FAADD2;
    border-right-color: #FAADD2;
    border-left-color: #FAADD2;
    position: relative;
    display: table-cell;
}

li.tbl2 {
    list-style: none;
    width: 72%;
    height: 65px;
    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: #FAADD2;
    border-right-color: #FAADD2;
    position: relative;
    display: table-cell;
}

li.tbl3 {
    list-style: none;
    width: 28%;
    height: 65px;
    border: solid #FAADD2 2px;
    float: left;
    position: relative;
    display: table-cell;
}

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

li.tbl5 {
    width: 99.9%;
    list-style: none;
    height: 50px;
    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: solid;
    border-left-style: solid;
    border-top-color: #FAADD2;
    border-right-color: #FAADD2;
    border-bottom-color: #FAADD2;
    border-left-color: #FAADD2;
    position: relative;
}

li.tbl6 {
    width: 100%;
    list-style: none;
    height: 100px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FAADD2;
    border-right-color: #FAADD2;
    border-bottom-color: #FAADD2;
    border-left-color: #FAADD2;
    position: relative;
}

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

}

.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;
}

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

.toggle {
    display: none;
}

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

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

.title {
    padding: 8px 24px;
    display: block;
    color:#FAADD2;
    background: #FFF;
    border-radius: 8px;
    text-align: center;
    font-size: 1.4em;
}

.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 2px;
    height: 0.75em;
    background-color: #FAADD2;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.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;
}

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

.toggle03 {
    display: none;
}

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

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

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

}

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

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

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

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

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

.toggle03:checked+.title::before02 {
    transform: rotate(90deg) !important;
}
ul.kaien {
    border-bottom: 2px solid #FAADD2;
}


/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 10;
    /*ボタンを最前面に*/
    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 10px 3px rgba(140, 205, 245, 0.5);
    }

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

    body:before {
        content: "";
        width: 100%;
        height: 100vh;
        background-image: url("../images/flower_bg.jpg");
        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: 1000px;
        height: 30px;
        background-image: url(../images/fv-bokashi.png);
        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;

}

.btn {
    background: #aa8cfc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}



/*
	==================================================
	チケット購入ボタン　追加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) {

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: 18px;
    padding: 5px 0;
    color: #CEA0D7;
}

#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 ===============*/
#g-nav.panelactive:after {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg_img-menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    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: 9;
}

/*ナビゲーションの縦スクロール*/
#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%);
*/
}

	
    .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;
    }

}



/*————————————————————————————————————————————

Halloween

———————————*/
figure {
  margin: 0;
}

h2 {
  margin-bottom: 24px;
}

section {
  padding: 4em 0 5em;
}

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

/*
.tx-shadow,
h2,
h3,
.menu-list a {
  text-shadow: 0 0 8px #d41fff;
}
*/

.top-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(192, 228, 250)), to(rgba(192, 228, 250, 0)));
  background: linear-gradient(to bottom, rgb(192, 228, 250) 10%, rgba(192, 228, 250, 0) 100%);
  pointer-events: none;
  -webkit-transform: translateY(90%);
          transform: translateY(90%);
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #C0E4FA;
  text-align: center;
}

#splash:after {
	content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg_img-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-position-x: center;
    opacity: 0.5;
    mix-blend-mode: lighten;
    margin: auto;
    overflow: hidden;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 314px;
}

.bg-color {
  position: relative;
}
.bg-color::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 5000px;
}
.bg-color--01::before {
    background-color: #FBF0F8;
}
.bg-color--02::before {
    background-color: #FEF9FF;
}
.bg-color--03::before {
    background-color: #FBF0FA;
}

.deco01 {
  width: 100%;
  position: absolute;
  top: -5%;
}

.deco02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.btn01 {
    position: relative;
    display: block;
    background-color: #FFF;
    color: #FAADD2;
    border-radius: 8px;
    text-align: center;
    padding: 8px 24px;
    text-decoration: none;
}
.btn01::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_2%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%202%22%20d%3D%22M6.136%2C1.481a1%2C1%2C0%2C0%2C1%2C1.728%2C0L13.123%2C10.5a1%2C1%2C0%2C0%2C1-.864%2C1.5H1.741a1%2C1%2C0%2C0%2C1-.864-1.5Z%22%20transform%3D%22translate(12)%20rotate(90)%22%20fill%3D%22%235c2092%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card > *:not(:last-child) {
  margin-bottom: 12px;
}
.card h3 {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
.card-note > *:not(:last-child) {
  margin-bottom: 16px;
}
.card-note h4 {
  font-size: 1.6em;
  font-weight: bold;
}
.card-note p {
  font-size: 1.4em;
}
.card-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
    padding-top: 20px;
}

.card-detail dd {
  font-size: 1.4em;
}
.card-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3em;
}
.card-list li::before {
  content: "※";
}
.card-list li:not(:last-of-type) {
  margin-bottom: 4px;
}
.card a {
  font-size: 1.4em;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.col2__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;

    padding-bott  width: 80%;
}
.col2__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
    font-size: 1.2rem;
}
.col2__title {
  font-size: 1.7rem;
  font-weight: bold;
    line-height: 1.2;
}

.col2__title span{
    font-size: 1.5rem;
}
.col2__text {
  font-size: 1.6em;
}
.col2__link {
  font-size: 1.4rem;
}

.modal-contents {
  display: none;
}

.col2__imagebox{
    width: 90%;
}

.modaal-container {
  color: #0a0b10;
}
.modaal-container .modaal-content-container img {
  margin-bottom: 20px;
}
.modaal-container .modaal-content-container h5 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 16px;
}
.modaal-container .modaal-content-container p {
  font-size: 1.4em;
}
.modaal-container .modaal-content-container .close-btn.modaal-close {
  all: unset;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 1.4em;
  color: #f749ad;
  text-decoration: underline;
  cursor: pointer;
}
.modaal-container .modaal-content-container .close-btn.modaal-close::before, .modaal-container .modaal-content-container .close-btn.modaal-close::after {
  display: none;
}
.modaal-container #modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
  background: #f749ad;
}

.Lead {
  padding: 7em 0 12em;
}
.Lead .about {
  position: relative;
  font-size: 1.8em;
  line-height: 2;
  text-align: center;
}
.Lead .about p {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.Main {
  padding-top: 12em;
  padding-bottom: 8em;
}
.Main .show {
  margin-bottom: 40px;
}
.Main .show__lead {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 40px;
}
.Main .show .card-note h4 {
    font-size: 2.2em;
    color: #CEA0D7;
}
.Main .show .card-note p {
  line-height: 2;
  margin-bottom: 15px;
}

.Main .show .card-note p:nth-child(2) {
  line-height: 2;
  margin-bottom: 30px;
}

.Main h5 {
  font-size: 1.4em;
  background: #CEA0D7;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
  font-weight: bold;
}
.Main .col2__text {
  font-size: 1.2em;
}
.Main .parade-goods {
  margin-top: 60px;
}
.Main .parade-goods h3 {
  color: #CEA0D7;
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 8px;
}
.Main .parade-goods__lead {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 32px;
}
.Main .parade-goods .card:not(:last-of-type) {
  margin-bottom: 40px;
}
.Main .parade-goods .card-note h4 {
  color: #CEA0D7;
}

.Goods {
  padding-top: 8em;
}

.Foods {
  padding-top: 0;
}
.Foods .col2 {
  margin-top: 40px;
}

.Event .card:not(:last-of-type) {
  margin-bottom: 40px;
}

.Greeting .card:not(:last-of-type) {
  margin-bottom: 40px;
}

.Other .card:not(:last-of-type) {
  margin-bottom: 40px;
}

.snow {
  /*雪の色*/
  color: #CEA0D7;
  /*雪の大きさ*/
    font-size: 30px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 30px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 70px;
  /*雪アニメーション1*/
  animation: roll 20s linear infinite;
	z-index: 100;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 15s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}

/*スマホのみのCSS*/
@media screen and (max-width: 850px) {
	.card-detail dt {
  background: #FAADD2;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 2px;
  width: 70px;
  text-align: center;
}
	
	
/*
	.top-img::after{
		content: none;
	}
*/
}

/*PCのみのCSS*/
@media screen and (min-width: 850px) {
	.card-detail dt {
  background: #FAADD2;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  width: 100px;
  text-align: center;
}
	
	#g-nav-list-inner{
        background-color: #FAADD2;
        position: fixed;
        top: 0;
        color: #fff;
        display: block;
        z-index: 50;
        width: 100%;
		display: flex;
        flex-direction: row;
		padding: 20px 30px;
		justify-content: space-between;
	}
	
	#g-nav-list-inner img.pc_only {
        width: 130px;
        height: auto;
    }
	
	#g-nav-list-inner .menu-list{
		display: flex;
        flex-direction: row;
		align-items: center;
	}
	
	#g-nav-list-inner a {
        color: #fff !important;
        text-decoration: none;
        margin: 0 15px;
        font-size: 20px;
    }
}


	.indent li {
		list-style: none;
		padding-left: 35px;
        text-indent: -1em;
		margin-top: 7px;
		margin-bottom: 5px;
		position: relative;
		font-size: 1.4em;
	}

	.indent li span{
color: #F00;
}

.online{
    padding: 20px 0;
    text-align: center;
}

	.greeting-xmas .indent li {
		list-style: none;
		padding-left: 18px;
		margin-top: 7px;
		margin-bottom: 5px;
		position: relative;
	}

/*
.modaal-content-container {
    font-family: "source-han-sans-japanese", sans-serif;
}*/


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.greeting-xmas .btn-text{
	text-decoration: underline;
}

.greeting-xmas h4{
	text-align: center;
	margin-bottom: 25px;
}

h4.h4-center{
	text-align: center;
}
.greeting-xmas div.mt40{
	margin-top: 50px;
}

.greeting-xmas p{
	line-height: 2;
    margin-bottom: 15px;
	font-size: 1.4em;
}

h3.mt40{
	padding-top: 50px;
}


#g-nav.panelactive:after {
	content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg_img-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-position-x: center;
    opacity: 0.5;
    mix-blend-mode: lighten;
    margin: auto;
    overflow: hidden;
}

#g-nav.panelactive {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #C0E4FA;
  text-align: center;
}

img.br{
    border-radius: 20px;
}

.about p span{
    font-size: 1.4em;
}

.leaf {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
    overflow: hidden;
}


.leaf li{
  position: absolute;
  list-style: none;
  top: -50px;
  background: #ffdbed;
  border-radius: 0% 70%;
    animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate;
}



@keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes sway1 {
  from {
    transform: translateX(50px) rotate(20deg);
  }
  to {
    transform: translateX(100px) rotate(-45deg);
  }
}

@keyframes sway2 {
  from {
    transform: translateX(100px) rotate(-45deg);
  }
  to {
    transform: translateX(20px) rotate(0deg);
  }
}

.leaf li:nth-child(1){
  left: 10%;
  top: -60px;
  width: 48px;
  height: 24px;
  background-color: #ffbf00;
  animation: fall 180s linear infinite,
             sway2 4s ease-in-out infinite alternate;
  animation-delay: 2.2s;

}

.leaf li:nth-child(2){
  left: 5%;
  top: -70px;
  width: 13px;
  height: 9px;
  background-color: #009926;
  animation: fall 185s linear infinite,
             sway1 1.3s ease-in-out infinite alternate;
  animation-delay: 8s;
}

.leaf li:nth-child(3){
  left: 15%;
  top: -50px;
  width: 16px;
  height: 10px;
  background-color: #c2704e;
  animation: fall 150s linear infinite,
             sway1 2.2s ease-in-out infinite alternate;
  animation-delay: 13s;
}

.leaf li:nth-child(4){
  left: 30%;
  top: -70px;
  width: 16px;
  height: 10px;
  background-color: #ffbf00;
  animation: fall 168s linear infinite,
             sway2 2.4s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.leaf li:nth-child(5){
  left: 40%;
  top: -60px;
  width: 16px;
  height: 10px;
  animation: fall 175s linear infinite,
             sway1 94s ease-in-out infinite alternate;
  animation-delay:1.3s;
}
.leaf li:nth-child(6){
  left: 55%;
  top: -50px;
  width: 24px;
  height: 15px;
  background-color: #009926;
  animation: fall 190s linear infinite,
             sway2 5s ease-in-out infinite alternate;
  animation-delay: 1.3s;
}
.leaf li:nth-child(7){
  left: 65%;
  top: -40px;
  width: 16px;
  height: 10px;
  animation: fall 127s linear infinite,
             sway2 3s ease-in-out infinite alternate;
  animation-delay: 0.7s;
}
.leaf li:nth-child(8){
  left: 50%;
  top: -60px;
  width: 13px;
  height: 9px;
  background-color: #c2704e;
  animation: fall 197s linear infinite,
             sway1 2s ease-in-out infinite alternate;
  animation-delay: 2.3s;
}
.leaf li:nth-child(9){
  left: 80%;
  top: -70px;
  width: 16px;
  height: 10px;
  animation: fall 160s linear infinite,
             sway2 1s ease-in-out infinite alternate;
  animation-delay: 4s;
}



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; 
}

