@charset "utf-8";
/* CSS Document */

body {
    font-family: "Noto Serif JP", serif;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


a {
    text-decoration: none;
    transition: 0.3s;
}



p {
    line-height: 1.4;
    margin: 0;

}

img {
    width: 100%;
}

.pc_only {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }
}



.logo {
    position: absolute;
    z-index: 2;
    width: 127px;
    left: 20px;
    top: 4px;
}

@media screen and (max-width: 855px) {
    .logo {
        width: 90px;
        top: -6px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        width: 78px;
        top: -13px;
        left: 10px;
    }
}


/**************HEADER*****************/
.fix-top {
    position: fixed;
    width: 100%;
    z-index: 99;
}



.navy {
    background-color: #FFFFFF;
    padding: 1em 10px 0.5em 10px;
    box-shadow: 0px 11px 15px -10px rgba(0, 0, 0, 0.16);
    position: relative;
}


.coupon-mv {
    max-width: 530px;
    margin: 0 auto;
    width: 100%;

}


@media screen and (max-width: 950px) {
    .coupon-mv {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .coupon-mv {
        margin: 0 0 0 auto;
        width: 65%;
    }
}





/***************fv***************/
#fv {
    background-image: url("../img/main-bk.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 4%;
    padding-top: 3%;
}

.fv-inner {
    max-width: 88%;
    margin: 0 auto 0 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;

}


.ttl-left {
    max-width: 608px;
    width: 100%;
    padding-top: 4%;
    position: relative;
}

.ttl-left::before {
    position: absolute;
    left: -37%;
    bottom: -25%;
    content: "";
    background: url(../img/horse.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 40%;
    height: 60%;
}



.ttl-copy {
    max-width: 608px;
    width: 100%;
    margin: 0 auto;
}

.main-ttl {
    max-width: 614px;
    width: 100%;
    margin: 0 auto;
}




.ttl-right {
    max-width: 631px;
    width: 100%;
    padding-left: 2%;
}


.day {
    margin: 0 auto;
    width: 82%;
    padding: 2%;
    background-color: #ED7582;
    border-radius: 50px;
    margin-top: 1em;
}


.day p {
    text-align: center;
    color: #FFF;
    font-size: 1.4em;
    font-weight: 500;
}

.day-notice {
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 0.3em;
}


.fvUnder1,
.fvUnder2,
.fvUnder3 {
    width: 100%;
}

.fvUnder1 {
    padding-bottom: 2em;
    background-color: #FFF0F2;
}

.fvUnder2 {
    padding-bottom: 0.6em;
    background-color: #EFCED2;
}

.fvUnder3 {
    padding-bottom: 0.6em;
    background-color: #E6ADB3;
}



@media screen and (max-width: 1190px) {

    #fv {
        padding-top: 7%;
    }

    .fv-inner {
        width: 82%;
    }
}


@media screen and (max-width: 1000px) {

    .day p {
        font-size: 1em;
    }
}





@media screen and (max-width: 768px) {
    #fv {
        background-image: unset;
        background-color: #1FB346;
        padding-bottom: 0;
        position: relative;
    }


    .sp-cloud {
        position: absolute;
        width: 100%;
        height: auto;
        top: 8%;
    }




    .fv-inner {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        margin-top: 15%;
    }

    .ttl-left::before {
        display: none;
    }

    .ttl-left {
        max-width: 100%;
    }

    .ttl-right {
        padding-left: 0;
        max-width: 100%;
    }

    .main-ttl {
        margin-top: 0.5em;
        width: 93%;
    }

    .ttl-copy {
        width: 84%;
    }

    .day p {
        font-size: 1em;
    }
}







/********************contents*************************/
.con-allwrap {
    position: relative;

}

.con-allwrap::before {
    content: "";
    background: #EDD9AD;
    background: linear-gradient(90deg, rgba(237, 217, 173, 1) 57%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 74%, rgba(237, 217, 173, 1) 70%);
    width: 2%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}


.con-allwrap::after {
    content: "";
    background: #EDD9AD;
    background: linear-gradient(90deg, rgba(237, 217, 173, 1) 21%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 36%, rgba(237, 217, 173, 1) 36%);
    width: 2%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 10;
}


@media screen and (max-width: 768px) {

    .con-allwrap::before,
    .con-allwrap::after {
        display: none;
    }
}







/*****************anker*******************/

.anker-box {
    display: flex;
    justify-content: center;
    max-width: 55%;
    margin: 0 auto;
    padding-top: 5em;
}



/*
.anker-box li{
    clip-path: polygon(50% 4%, 100% 38%, 82% 90%, 16% 90%, 0% 38%);
    background-color: #F0D479;
    width: 17%;
    height: 100%;
    padding-bottom: 8%;
	padding-top: 8%;
    margin: 0 0.5%;
	border-radius: 10px;
	box-shadow: 3px 3px 4px 0px rgba(120, 120, 120, 0.4);
	position: relative;
}


.anker-box p{
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	color: #038F3A;
}



.anker-box li::before{
	position: absolute;
	        left: 50%;
        transform: translateY(-50%) translateX(-50%);
	top: 0%;
    content: "";
    background: url("../img/ribon.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 23%;
    height: 100%;		
}
*/


.anker-box li {
    width: 40%;
    margin: 0 auto;
}


@media screen and (max-width: 1000px) {
    .anker-box {
        max-width: 68%;
    }
}

@media screen and (max-width: 768px) {
    .anker-box {
        flex-wrap: wrap;
        max-width: 88%;
        padding-top: 3em;
    }

    .anker-box li {
        width: 45%;
    }
}



.gradation-wrap {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 246, 213, 1) 35%, rgba(255, 246, 213, 1) 70%, rgba(255, 255, 255, 1) 100%);
}

/*****************circle-wrap********************/

.circle-wrap {
    background-image: url("../img/circle-wrap.png");
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-y;
    padding-top: 15em;
}


.circle-wrap_inner {
    padding-bottom: 13em;
}


@media screen and (max-width: 768px) {
    .circle-wrap {
        padding-top: 4em;
        background-image: url("../img/circle-wrap-sp.png");
    }

    .gradation-wrap {
        margin-top: 3em;
    }

    .circle-wrap_inner {
        padding-bottom: 6em;
    }
}



.triangle-container {
    position: relative;
    max-width: 1000px;
    /* 三角形の横幅と同じに（必要に応じ調整） */
    height: 286px;
    /* 三角形の高さ（border-top+border-bottom）*/
    margin: 0 auto;
    overflow-x: clip;
}




.triangle-bk_green {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 143px solid transparent;
    border-bottom: 143px solid transparent;
    border-right: 1000px solid #A6CC97;
    border-left: 0;
    /*	margin: 0 auto;*/

}


.triangle-bk_red {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 143px solid transparent;
    border-bottom: 143px solid transparent;
    border-right: 1000px solid #E85050;
    border-left: 0;
    /*	margin: 0 auto;*/

}


@media screen and (max-width: 768px) {
    .triangle-bk_green {
        border-top: 220px solid transparent;
        border-bottom: 220px solid transparent;
        top: -25%;
    }


    .triangle-bk_red {
        border-top: 220px solid transparent;
        border-bottom: 220px solid transparent;
        top: -25%;
    }
}



.hukubukuro-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;

}


@media screen and (max-width: 768px) {
    .hukubukuro-ttl {
        width: 72%;
        max-width: 440px;
    }

    #sele {
        width: 85%;
    }
}


.pickup {
    text-align: center;
    color: #CAAD4E;
    font-size: 2.2em;
    font-weight: bold;
    margin-top: 0.5em;
}

.pickup-notice {
    text-align: center;
    color: #000000;
    font-size: 1.1em;
    font-weight: 400;

    margin-top: 6em;
}

.slider-bk_hukubukuro {
    background: rgba(142, 196, 120, 0.6);
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    margin-top: 2em;
}


.slider-bk_sale {
    background: rgba(232, 80, 80, 0.6);
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    margin-top: 2em;
}

.sale-tenpo {
    margin-left: 10%;

}

.sale-tenpo .tenpo-name {
    margin-left: 0%;
}

.tenpo-info {
    display: flex;
    justify-content: flex-start;

}

.floor,
.category {
    text-align: center;
    color: #fff;
    font-size: 0.6em;
    font-weight: 500;
    margin-right: 4px;
}

.floor {
    background-color: #9E9E9E;
    border-radius: 4px;
    padding: 2px 5px;
}

.category {
    background-color: #EE7C7C;
    border-radius: 4px;
    padding: 2px 5px;
}

@media screen and (max-width: 768px) {
    .pickup-notice {
        margin-top: 8%;
        /* font-size: 0.9em; */
    }

    .pickup {
        font-size: 1.8em;
    }

    .slider-bk_hukubukuro {
        margin-top: 0.5em;
        max-width: 95%;
    }

    .slider-bk_sale {
        margin-top: 0.5em;
        max-width: 95%;
    }

}

/****************slider********************/
.items-area {
    max-width: 1100px;
    /* お好みで */
    margin: 0 auto;
    padding: 20px 10px;
    position: relative;
}

.items-list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 18px; */
}


.item-link {
    display: contents;
}


.item {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 10px 10px;
    min-width: 0;
    /* flex: 1 1 22%; */
    /* ４カラムを目安に */
    max-width: 24%;
    box-sizing: border-box;
    font-size: 1.2em;
    margin: 8px 1%;
    border: solid #EFDEB7 3px;

    /* margin-bottom: 2em; */
}

.item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper-slide {
    width: 23%;
}



/* スライダー化（SP用） */
@media (max-width: 768px) {
    .items-list {
        /* display: flex;
        flex-wrap: nowrap; */
        display: block;
        /* 折り返しなしで一列に */
        overflow-x: auto;
        /* 横スクロールOK */
        gap: 12px;
        /* itemの間の隙間を調整 */
        scrollbar-width: none;
        /* （任意）スクロールバー細く */
        padding-bottom: 10px;
        /* スクロールバー領域分 */
    }

    .item {
        /* min-width: 84vw; */
        /* 画面幅の84%分だけ見えるように（調整OK） */
        max-width: 320px;
        /* （任意）最大幅設定 */
        flex: 0 0 auto;
        /* 幅固定で縮まない */
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .swiper-slide {
        width: 100%;
    }
}

/*********************slider item inner**************************/

.tenpo-flex {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.8em;
    align-items: flex-start;
}





.tenpo-logo {
    max-width: 30%;
    width: 100%;
}


.tenpo-name {
    margin-left: 10%;
}


.tenpo-name p {
    text-align: left;
    font-size: 0.8em;
    font-weight: 400;
    color: #707070;
}


.slider-item_name {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    color: #252525;
    margin-bottom: 1em;
}

.slider-gray_txt {
    text-align: left;
    font-size: 0.8em;
    font-weight: 500;
    color: #707070;
}


.price {
    text-align: end;
    font-size: 1.7em;
    font-weight: 500;
    color: #00A040;
    /* flex: 1; */
}

.price-small {
    text-align: end;
    font-size: 0.5em;
    font-weight: 500;
    color: #00A040;
}


.price-tax {
    text-align: end;
    font-size: 0.9em;
    font-weight: 500;
    color: #00A040;
    flex: 2;
    margin-bottom: 1em;
}

.slider-item_notice {
    text-align: center;
    font-size: 0.7em;
    font-weight: 500;
    color: #707070;
    margin-top: 1.8em;
}








/*****************more btn***********************/
.more-link {
    display: contents;
}


.more_btn {
    max-width: 335px;
    margin: 0 auto;
    background-color: #78B75B;
    border-radius: 6px;
    box-shadow: 5px 5px 0px 0px rgba(239, 222, 183, 1);
    padding: 1% 0.2%;
    margin-top: 2em;
    border: solid 3px #fff;
}

.more_btn p {
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
}

.more_btn:hover {
    box-shadow: none;
    transition: all .3s;
}


@media (max-width: 768px) {
    .more_btn {
        width: 74%;
    }

    .more_btn p {
        margin: 0.6em auto;
    }
}


/*********************値引積立額プレゼント*****************************/

.point-wrap {
    background-color: #FEEEEF;
    margin-top: 8em;
    padding: 2em 10px;
    position: relative;
    padding-bottom: 5em;
}

.cloud-bottom {
    position: absolute;
    width: 22%;
    height: auto;
    bottom: -10%;
    right: 15%;

}





.point-ttl_wrap {
    margin: 0 auto;
    position: relative;
    overflow-x: clip;
}


.point-ttl {
    position: absolute;
    max-width: 570px;
    width: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: -10em;


}

.cloud-left {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 29%;
    left: -46%;
    z-index: -1;
}


.cloud-right {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 29%;
    right: -46%;
    z-index: -1;
}


/*************吹き出し**************/

.balloon-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    background: none;
}

.balloon-line {
    display: inline-block;
    width: 44px;
    height: 0;
    border-top: 2px solid #fff;
}

.balloon-line.left {
    transform: rotate(53deg);
    margin-right: 5px;
}

.balloon-line.right {
    transform: rotate(-53deg);
    margin-left: 5px;
}

.balloon-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.06em;
}

@media (max-width: 767px) {
    .balloon-banner {
        padding: 10px 0;
    }

    .balloon-line {
        width: 43px;
        border-top-width: 3px;
    }

    .balloon-line.left,
    .balloon-line.right {
        margin: 0 6px;
    }

    .balloon-text {
        font-size: 1.1rem;
        white-space: normal;
        line-height: 1.4;
    }
}

/*************吹き出し　end**************/



.point-mv {
    position: relative;
    background-color: #CE4242;
    border-radius: 10px;
    padding: 2em;
    z-index: 10;
    max-width: 786px;
    width: 90%;
    margin: 0 auto;
    margin-top: 5em;
}


.point-numberFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    margin-top: 1em;
}

.point-number_left {
    width: 23%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;

}

.point-number_left p {
    text-align: center;
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: bold;
    color: #CE4242;
}

.point-number_right {
    width: 70%;
}


.point-number_right p {
    text-align: center;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: bold;
    color: #fff;
}

.point-bg {
    font-size: 2.6em;
}


.number-dotto {
font-size: 1.4em;
    padding-left: 5px;
}


.point-number_notice {
    text-align: center;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 500;
    color: #fff;
    margin-top: 1em;
}


@media (max-width: 768px) {
    .point-ttl {
        bottom: inherit;
        top: -3em;
    }

    .cloud-left {
        display: none;
    }

    .point-wrap {
        margin-top: 8em;
    }

    .cloud-right {
        position: absolute;
        width: 50%;
        height: 50%;
        top: -24%;
        right: -9%;
        z-index: -1;
    }

    .point-mv {
        margin-top: 3em;
        padding: 1em 2em;
        width: 80%;
    }


    .point-numberFlex {
        display: block;
        width: 100%;
        margin-top: 0;
    }

    .point-number_left {
        width: 100%;
        border-radius: 50px;
        padding: 10px 0;
    }

    .point-number_right {
        width: 100%;
        margin-top: 1em;
    }


    .point-number_right p {
        font-size: 1.8em;
    }

    .point-number_left p {
        font-size: 1.1em;
    }

    .number-dotto {
        font-size: 1em;
    }

    .point-number_notice {
        font-size: 0.9em;
    }

    .cloud-bottom {
        display: none;
    }
}





/********************ギフト***********************/

#gift {
    margin-top: 15em;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 248, 214, 1) 35%, rgba(238, 248, 214, 1) 70%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 7em;
}


.gift-ttl_bk {
    position: relative;
    margin: 0 auto;
}


.gift-ttl_bk-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 40%;

}


.gift-ttl_bk-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: auto;

}

.gift-ttl {
    position: relative;
    max-width: 453px;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

.gold-circle {

    background-image: url(../img/gold-circle.png);
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-y;
    padding-top: 8em;
    padding-bottom: 8em;
}



.omiyage-img {
    max-width: 110px;
    margin: 0 auto;
    width: 100%;
}

.gurume-img {
    max-width: 108px;
    margin: 0 auto;
    width: 100%;
}



.kinitsu-ttl {
    padding: 0 10px;
    text-align: center;

}

.kinitsu-ttl p {
    display: inline-block;
    border-bottom: solid 4px #614305;
    color: #614305;
    font-size: 2.2em;
    font-weight: bold;
}

#gift .items-area {
    margin-top: 3em;
}

#gift .item {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}


.dotto-icon {
    max-width: 213px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 5em;
}


.tokushu-mv {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    margin-top: 6em;
}





.check-btn {
    background-color: #00A040;
    display: flex;
    /* flex: 1; */
    /* flex: 3; */
    margin-top: auto;
    padding: 8px 4px;
    border-radius: 50px;
    position: relative;
}

.check-btn p {
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    margin: 0 auto;
    color: #fff;
}

.check-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px 0 10px 14.6px;
    right: 10px;
    top: 30%;
}


@media (max-width: 768px) {
    .gift-ttl {
        width: 75%;
    }

    .gold-circle {
        background-image: unset;
    }
}




/*****************other btn***********************/
#other-btn {
    /*	    margin-top: -10em;*/
    padding-bottom: 5em;
}


.other_link {
    display: contents;
}


.other_btn {
    max-width: 335px;
    margin: 0 auto;

    border-radius: 50px;
    box-shadow: 5px 5px 0px 0px rgba(239, 222, 183, 1);
    padding: 0.2% 0.2%;
    margin-top: 2em;
    border: solid 3px #fff;
}

.other_btn p {
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    margin: 0.7em auto;
}

.other_btn:hover {
    box-shadow: none;
    transition: all .3s;
}



.other_btn p::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}


.other_btn p:hover::after {
    right: 10px;
}


.deep_green {
    background-color: #236E00;
}

.dark_green {
    background-color: #AFB75B;
}

.light_green {
    background-color: #A5B40D;
}

.pink_top {
    background-color: #ED7582;
}

@media screen and (max-width:767px) {
    #other-btn {
        margin-top: 0;
    }

    .other_btn {
        width: 80%;
    }
}

/*****************other btn END***********************/



/********************footer***************************/

#footer {
    font-size: 10px;
    text-align: center;
    background: #EEEEEE;
    position: relative;
    z-index: 10;
    padding: 10px;
}




.tc {
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
    color: #666666;
    display: inline-block;

}


@media screen and (max-width: 767px) {
    .tc {
        font-size: 1em;
    }

}








/****************event**********************/

.eventwrap {
    position: relative;

    margin: auto;
    padding: 50px 0;
    overflow: hidden;
    /* エリア外の粒表示防止 */

}

.particle {
    position: absolute;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 12px 4px #ffffff99, 0 0 24px 8px #ffffff44;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    /* 強いぼかし(複数シャドウでふんわり) */
    animation: pop-scale 0.6s;
}


/* 粒が出現する時、ふわっと大きくするアニメ */

@keyframes pop-scale {
    0% {
        transform: scale(0.6);
    }

    80% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.eventwrap .con::before {
    box-shadow: none;
}

.con--flx {
    position: relative;
    padding: 5em 2em;
    margin: 5% auto 10%;
}

@media screen and (max-width: 767px) {
    .con--flx {
        border-radius: 40px;
        padding: 55px 1em 100px;
        margin: 120px auto;
    }
}

.con--flx-wrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1920px;
}

@media screen and (max-width: 767px) {
    .con--flx-wrap {
        width: 95%;
        display: block;
        max-width: 500px;
    }
}

.con--center {
    position: relative;
    padding: 5%;
    margin: auto;
    max-width: 1100px;
    color: #FFFFFF;
    z-index: 2;
    background-color: #DCD091;
}


.con--center::before {
    position: absolute;
    left: 4%;
    top: 0%;
    content: "";
    background: url("../img/event-line.png");
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-y;
    width: 4%;
    height: 100%;
}


.con--center::after {
    position: absolute;
    right: 4%;
    top: 0%;
    content: "";
    background: url("../img/event-line.png");
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-y;
    width: 4%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .con--center::before {
        left: 0;
    }

    .con--center::after {
        right: 0;
    }
}


/*.con--odd::after {
  content: "";
  position: absolute;
  width: 26vw;
  height: 280px;
  background: url(../img/dec-flower.png) repeat-x;
  background-position: left;
  bottom: -80px;
  right: -2vw;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .con--odd::after {
    width: 44vw;
    height: 200px;
    bottom: -80px;
  }
}*/

.con__ttlarea__wrap {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .con__ttlarea__wrap {
        width: 90%;
    }
}

.con__ttlarea {
    position: relative;
    display: flex;
    align-items: center;
    width: 40%;
    padding: 4vh 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .con__ttlarea {
        width: 100%;
        padding-bottom: 16px;
        padding: 2vh 0;
    }
}


/*.con__ttlarea::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../img/circle-pink.png) no-repeat;
  background-size: contain;
  left: -12%;
  top: -8%;
  animation: rotation 16s linear infinite;
}*/

@media screen and (max-width: 767px) {
    .con__ttlarea::before {
        left: auto;
        right: 0;
        top: -48%;
    }
}

.con__ttlarea--center {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .con__ttlarea--center {
        padding-top: 90px;
    }
}

.con__ttlarea--center::before {
    right: 16%;
    top: 16%;
    left: auto;
    animation: rotation 16s linear infinite;
}

@media screen and (max-width: 767px) {
    .con__ttlarea--center::before {
        right: 0;
        top: -4%;
    }
}

.con__ttlarea__subttl {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    color: #66480B;
}

@media screen and (max-width: 767px) {
    .con__ttlarea__subttl {
        font-size: 1.2em;
    }
}

.con__ttlarea__ttl {
    position: relative;
    font-size: 3.5em;
    font-weight: 700;
    font-style: normal;
    color: #66480B;
    margin-left: 0;
    line-height: 1.2;
}

.hr_line {
    border-bottom: #66480B solid 2px;
    width: 100%;
    margin: 0 0 10px;
}

.ttl_news {
    font-size: 2.5em;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .ttl_news {
        font-size: 2.8em;
    }
}

.con__ttlarea__ttl--event {
    position: relative;
    max-width: 350px;
    margin: 0 auto 20px;
    width: 80%;
    color: #614305;
}

@media screen and (max-width: 767px) {
    .con__ttlarea__ttl--event {
        width: 60%;
    }
}

.con__ttlarea__ttl--event::before {
    content: "";
    position: absolute;
    /* background-image: url(../img/event_acc.png);
    background-repeat: no-repeat;
    background-size: contain; */
    width: 40px;
    height: 37px;
    top: -75%;
    left: 50%;
    transform: translateX(-50%);
}

/*
.con__ttlarea__ttl--event::after {
    border-bottom: #ffffff solid 2px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
*/

.con__ttlarea__ttl--otherevent {
    margin-top: 120px;
    margin-bottom: 12px;
}

.con__ttlarea__ttl--otherevent::before {
    content: none;
}

.con__ttlarea__txt {
    margin-top: 0;

}

@media screen and (max-width: 767px) {
    .con__ttlarea__txt {
        margin-top: 15px;
    }
}

.con__ttlarea__txt p {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 1.6;
    color: #66480B;
}

.con__ttlarea__txt2 {
    margin-bottom: 2em;
}



.con__ttlarea__txt2 p {
    position: relative;
    display: inline;
    font-weight: 600;
    line-height: 1.6;
    color: #614305;
}

.con__ttlarea__btn {
    margin-top: 16px;
}

.con__ttlarea__btn a {
    position: relative;
    max-width: 400px;
    padding: 8px 8px 8px 24px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.7);
    color: #66480B;
    font-weight: 600;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 1s;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .con__ttlarea__btn a {
        width: 85%;
        margin: 0 auto;
        max-width: 480px;
    }
}

.con__ttlarea__btn a span.arrow {
    position: relative;
    display: block;
    width: 10%;
    border-radius: 50%;
    color: #AF6C29;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.con__ttlarea__btn a span.arrow::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    background: #66480B;
    border: #66480B solid 1px;
}

.con__ttlarea__btn a span.arrow img {
    position: absolute;
    width: 75%;
    transition: all 1s;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}

.con__ttlarea__btn a span.arrow .lftarrow {
    position: absolute;
    display: block;
    padding: 12px;
    background: none;
    width: 100%;
    height: 100%;
    left: -60px;
    top: 0;
    transition: all 1s;
}

@media screen and (max-width: 767px) {
    .con__ttlarea__btn a span.arrow img {
        width: 50%;
        top: 40%;
    }
}

.con__ttlarea__btn a::before {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #fff;
    border: #ffffff solid 1px;
    border-radius: 40px;
    transform-origin: 100% 50%;
    transform: translateX(-130%);
    transition: transform ease-in-out 0.8s;
}

.con__ttlarea__btn a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    color: #66480B;
    border: #66480B solid 1px;
}

.con__ttlarea__btn a:hover span.arrow>img {
    transform: translateX(60px);
}

.con__ttlarea__btn a:hover span.lftarrow {
    left: 0;
}

.con__ttlarea__btn a:hover::before {
    transform-origin: 0% 50%;
    transform: translateX(100%);
    background: rgba(255, 255, 255, 0.9);
    border: #ffffff solid 1px;
    z-index: -1;
}

.con__ttlarea__btn--event {
    margin-top: 16px;
}

.con__ttlarea__btn--event a {
    width: 80%;
    margin: 0 auto;
}

.con__ttlarea__btn--event a span.arrow img {
    width: 40px;
    top: 40%;
}

@media screen and (max-width: 767px) {
    .con__ttlarea__btn--event a {
        width: 85%;
    }

    .con__ttlarea__btn--event a span.arrow img {
        width: 30%;
        top: 35%;
    }
}

.con__ttlarea__btn--eventitem {
    margin-top: 16px;
}

.con__listarea {
    position: relative;
    display: flex;
    width: 56%;
    padding: 20px 0;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .con__listarea {
        display: block;
        width: 100%;
        padding-top: 0;
        margin-top: 2em;
    }
}

.con__eventarea {
    position: relative;
    margin-top: 24px;
    margin-bottom: 160px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .con__eventarea {
        margin-top: 16px;
    }
}

.con__eventarea__wrap {
    width: 50%;
    margin: 0 auto;
    max-width: 500px;
}

@media screen and (max-width: 767px) {
    .con__eventarea__wrap {
        width: 95%;
    }
}

.con__eventarea>a {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding: 2em;
    padding-bottom: 80px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
    .con__eventarea>a {
        display: block;
        padding: 2em 1em;
        padding-bottom: 80px;
    }
}

.con__eventarea__img {
    max-width: 450px;
    margin: 0 auto;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .con__eventarea__img {
        width: 100%;
    }
}

.con__eventarea__img img {
    border-radius: 8px;
    width: 100%;
}

.con__eventarea__txtarea {
    margin: 0 auto;
    max-width: 450px;
}

@media screen and (max-width: 767px) {
    .con__eventarea__txtarea {
        width: 100%;
    }
}

.con__eventarea__txtarea-kikan {
    margin-top: 8px;
    margin-bottom: 4px;
}

.con__eventarea__txtarea-kikan p {
    display: inline-block;
    padding: 2px 8px 4px;
    background: #7D5F5E;
    border-radius: 4px;
    color: #fff;
    font-size: 0.9em;
}

.con__eventarea__txtarea-ttl p {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 4px;
}

.con__eventarea__txtarea-txt p {
    font-size: 0.9em;
}

@media screen and (max-width: 767px) {
    .con__eventarea__txtarea-txt p {
        line-height: 1.6;
    }
}

.con__eventarea__txtarea-txt p a {
    display: none !important;
}

.con__eventlist {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 16px;
}

@media screen and (max-width: 767px) {
    .con__eventlist {
        margin-top: 20px;
    }
}

.con__eventitem {
    position: relative;
    width: 48%;
    margin: 0 16px;
}

@media screen and (max-width: 767px) {
    .con__eventitem {
        margin: 0 4px;
    }
}

.con__eventitem::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.con__eventitem a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #EF7766;
    border-radius: 8px;
}

.con__eventitem a img {
    position: absolute;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
    bottom: 0;
    width: 100%;
}

#event .item {
    position: relative;
    width: 33.3333333333%;
    margin: auto 10px;
}

@media screen and (max-width: 767px) {
    #event .item {
        width: 46%;
        margin: 12px;
        margin-left: 6px;
    }
}

#event .item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

#event .item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 4px 6px #C9B510;
}

#event .item a img {
    position: absolute;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0;
    width: 100%;
    aspect-ratio: 1;
}

#event .item:nth-child(odd) {
    margin-top: 12%;
}

@media screen and (max-width: 767px) {
    #event .item:nth-child(odd) {
        margin-top: 16px;
    }
}

#event .item:nth-child(2) {
    position: relative;
    margin-top: -2%;
}

@media screen and (max-width: 767px) {
    #event .item:nth-child(2) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    #event .item:last-child {
        position: absolute;
        right: 0;
        top: 20%;
    }
}

.item__btn {
    position: relative;
    border-radius: 50%;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

.item__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.6em;
    font-size: clamp(12px, 1.4vw, 1.6em);
}

@media screen and (max-width: 767px) {
    .item__btn a {
        font-size: 1.5em;
        letter-spacing: 1px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.item__btn a::before {
    content: "";
    position: absolute;
    transform: skewX(-45deg);
    width: 60%;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 4px solid #fff;
    left: 0;
    right: 20px;
    margin: 0 auto;
    bottom: 34%;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .item__btn a::before {
        width: 80px;
        height: 16px;
        bottom: 32%;
    }
}

.item__btn a:hover {
    opacity: 1;
}

.item__btn a:hover::before {
    right: 0;
}

.otherevent {
    position: relative;
    margin-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .otherevent {
        margin-top: 60px;
        padding-bottom: 20px;
    }
}

.otherevent .eventall__link {
    text-align: center;
    margin-top: 2em;
}

.otherevent .eventall__link-txt {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .otherevent .eventall__link-txt {
        font-size: 1.1em;
    }
}

.otherevent .eventall__link-btn {
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 5px;
    margin: 1em auto;
}

.otherevent .eventall__link-btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    padding-bottom: 0.5em;
    margin: auto;
    background: none;
    border: none;
    font-size: 3.5em;
    max-width: 700px;
    justify-content: center;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .otherevent .eventall__link-btn a {
        font-size: 2em;
        padding: 0;
    }
}

.otherevent .eventall__link-btn a span {
    color: #D8C64D;
}

.eventall__link-btn a::before {
    content: none;
    /* ダミー疑似要素自体を消す（推奨） */
    /* もしくは下記いずれかで */
    background: none !important;
    /* 背景なし */
    border: none !important;
    /* 枠なし */
    width: 0 !important;
    /* 幅0 */
    height: 0 !important;
    /* 高さ0 */
    transform: none !important;
    transition: none !important;
    color: #ffffff;
}

.otherevent .eventall__link-btn a span.arrow::before {
    background-color: #D8C64D;
    border: none;
}

.otherevent .eventall__link-btn a:hover::before {
    transform: none;
    background: none;
    border: none;
}

.eventall__link-btn a:hover {
    opacity: 0.8;
    color: #ffffff;
}

.otherevent .eventall__link-btn-arrow {
    width: 80px;
    height: 80px;
    background: #4F5A77;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 1em;
}

@media all and (max-width: 767px) {
    .otherevent .eventall__link-btn-arrow {
        width: 60px;
        height: 60px;
    }
}

.otherevent .eventall__link-btn-arrow img {
    width: 34%;
}

.otherevent_item {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;

    width: 90%;
    margin: 0 auto;
}

.otherevent_item li {
    width: calc(95% / 4);
    padding: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.otherevent_item li a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 767px) {
    .otherevent_item li {
        width: calc(72% / 2);
    }
}

.otherevent_image {
    background: #fff;
    position: relative;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

.otherevent_image::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.otherevent_image img {
    top: 0;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.otherevent_days {
    font-size: 10px;
    font-size: clamp(10px, 1.1vw, 12px);
    margin-bottom: 0.5em;
}

.otherevent_title {
    font-size: 12px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 700;
}

.eventall {
    margin: 4em auto;
}

#footer {
    font-size: 10px;
    padding: 10px;
    background: #EEEEEE;
}

@media all and (-ms-high-contrast: none) {
    .line_anime {
        height: auto;
    }
}

.topbtn {
    z-index: 999;
}

.scrollaction {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}

.scrollaction .actionactive {
    opacity: 1;
    transform: translate(0, 0);
}

.topbtn {
    display: inline-block;
    padding-top: 0;
    position: fixed;
    bottom: 16px;
    right: 15px;
    color: #1FB346;
}

.topbtn a {
    text-decoration: none;
    color: #1FB346;
}

.topbtn::before {
    animation: scroll 3.5s infinite;
    border: solid #1FB346;
    border-width: 0 0 1px 1px;
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: rotate(135deg);
    width: 20px;
    height: 20px;
}

@keyframes scroll {
    0% {
        transform: rotate(135deg) translate(0, 0);
    }

    80% {
        transform: rotate(135deg) translate(-20px, 20px);
    }

    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.con__evenbtn .scrollaction,
.eventall__link-btn-arrow .scrollaction {
    transform: translate(-100px, 0);
}

.con__evenbtn .scrollaction.actionactive,
.eventall__link-btn-arrow .scrollaction.actionactive {
    opacity: 1;
    transform: translate(0, 0);
}

.con__eventarea__btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13%;
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 767px) {
    .con__eventarea__btn {
        bottom: -11%;
        width: 80px;
        height: 80px;
    }
}

.con__eventarea__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #4F5A77;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.con__eventarea__btn a img {
    width: 34%;
}






/********************スライダーボタン*************************/
.swiper-slide {
    height: auto;
}

.swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 769px) {

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        display: none;
    }

}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}



@media (max-width: 768px) {
    .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: normal;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 97%);
        width: 50px;
        height: 50px;
    }

    .swiper-button-next {
        /* left: 57%;
				transform: translateY(-50%) translateX(-50%); */
    }

    .swiper-button-prev {
        /* left: 41%;
				transform: translateY(-50%) translateX(-50%); */
    }



}

#gift .swiper-slide {
    display: flex;
    flex-direction: column;
}



@media screen and (min-width: 769px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-pagination {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .swiper-button_wrap {
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
    }

    .swiper-button-prev:before,
    .swiper-rtl .swiper-button-next:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 24.6px 15px 0;
        border-color: transparent #CAAD4E transparent transparent;
    }

    .swiper-button-prev:before,
    .swiper-rtl .swiper-button-next:before {
        border-width: 10px 14.6px 10px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: static;
        background: #CAAD4E;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        margin: 5px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background: #fff;
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled:before {
    border-color: transparent transparent transparent #CAAD4E;
}

.swiper-button-prev.swiper-button-disabled:before {
    border-color: transparent #CAAD4E transparent transparent;
}


.swiper-button-next:before,
.swiper-rtl .swiper-button-prev:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 24.6px;
    border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 768px) {

    .swiper-button-next:before,
    .swiper-rtl .swiper-button-prev:before {
        border-width: 10px 0 10px 14.6px;
    }
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 99%;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #CAAD4E;
}

.swiper-button-prev:before,
.swiper-rtl .swiper-button-next:before {
    border-color: transparent #fff transparent transparent;
}