@charset "UTF-8";
/* CSS Document */

.header-info-red{
    display: none;
}
.inner_content {
    width: 900px;
    margin: auto;
}
article#contents{
    padding-bottom: 0;
}
/* ログインフォーム関連 */
.login_form {
    background-color: #efefef;
    border-radius: 50px;
    width: 80%;
    margin: auto;
    padding: 20px;
    font-weight: 700;
    margin-bottom: 3vw;
    z-index: 2;
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.login_form p{
    margin-bottom: 1em;
}
.login_form form{
    width: fit-content;
    margin: auto;
}
.login_form form dl{
    gap: 5px;
    display: flex;
    align-items: center;
}
.login_form form dt{
    width: 9em;
    text-align: right;
}
.login_form form dt::after{
    content: ":";
}
.login_form form input[type=submit]{
    position: relative;
    margin: 20px auto;
    padding: 5px 40px;
    border: none;
    text-align: center;
    background-color: #f02b49;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0 4px 0 #bc132d;
    top: -3px;
    width: 135px;
    cursor: pointer;
}
.login_form form dd.forget a{
    display: flex;
    align-items: center;
    font-size: 80%;
    color: inherit;
}
.login_form a{
    color: #0027ff;
}
.business-none {
    background-color: #efefef;
    width: 80%;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    margin: auto auto 3vw;
    padding: 40px 10px;
    margin-top: 50px;
}
footer .bottom{
    margin-top: 0;
}

main#wrapper{
    background-image: url(../IMAGE/PLAZABURO-HARVEST-REWRDS/COMMON/back.jpg);
    background-size: cover;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background: #daf5ff;
}
main#wrapper::before{
    content: "";
    background-image: url(../IMAGE/PLAZABURO-HARVEST-REWRDS/COMMON/kumo.png);
    background-size: contain;
    position: absolute;
    top: 0%;
    left: 0;
    width: 200%;
    height: 100%;
    animation: cloudMove 60s linear infinite;
    opacity: .6;
}
@keyframes cloudMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
#plazaburo-harvest-rewards .three_blessings_show_area{
    max-width: 750px;
    margin: auto;
    box-shadow: 0px 6px 12px 8px rgba(0, 0, 0, 0.15);
}
#plazaburo-harvest-rewards .three_blessings_swiper  {
    margin: auto;
    overflow: hidden;
    perspective: 3200px;
    padding-top: 50px;
    margin-bottom: 50px;
}
#plazaburo-harvest-rewards .three_blessings_swiper .subject{
    width: 50%;
    height: auto;
    margin-top: 20px;
}

#plazaburo-harvest-rewards .three_blessings_swiper .swiper-slide .card_area{
    position: relative;
}
#plazaburo-harvest-rewards .three_blessings_swiper .swiper-slide .card_area .card_number{
    position: absolute;
    top: 3%;
    right: 3%;
    background: #dd4c4c;
    z-index: 1;
    padding: 10px;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#plazaburo-harvest-rewards .three_blessings_swiper .swiper-slide .card_area .frame{
    position: absolute;
    top: 0;
    left: 0;
}

#plazaburo-harvest-rewards .swiper-slide .card_area p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#plazaburo-harvest-rewards .swiper-slide button{
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    margin: 10px 0 0;
}
#plazaburo-harvest-rewards .swiper-slide button img{
    width: 90%;
    height: auto;
    max-width: none;
    object-fit: fill;
    animation: 4s 0s fluffy ease-in-out infinite;
    margin-top: 20px;
}
@keyframes fluffy {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
#plazaburo-harvest-rewards .swiper-slide button img.oyasumi{
    cursor: auto;
    animation: none;
}
/* #plazaburo-harvest-rewards .swiper-slide button img.oyasumi{
    margin-top: -5%;
} */
#plazaburo-harvest-rewards .swiper-slide button img.oyasumitext{
    width: 400px;
    margin-top: 10px;
}

/* カード内ヘッド要素 */
#plazaburo-harvest-rewards .three_blessings_swiper .card_head {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
/* #plazaburo-harvest-rewards .three_blessings_swiper .sub_title{
    background: #fff;
    border-radius: 20px;
    font-size: 20px;
    border: #000 1px solid;
    margin-bottom: 20px;
} */
#plazaburo-harvest-rewards .three_blessings_swiper .card_head .title{
    margin: auto;
    width: 100%;
}
#plazaburo-harvest-rewards .three_blessings_swiper .card_head .title img{
    border: none;
    height: auto;
    width: 100%;
}

/* カード内フッター要素 */
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin-bottom: 10px;
    z-index: 2;
}
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .gauge{
    position: relative;
    width: 80%;
    margin: auto;
}
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .gauge .plazaburo{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-90%);
    z-index: 2;
}
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .gauge .hukidasi{
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

/* 前へ次への矢印カスタマイズ */

#plazaburo-harvest-rewards .three_blessings_swiper .swiper-button-prev{
    left: 82px;
    background-size: 60px 78px;
    width: 60px;
    background-image: none;
    position: absolute;
    top: 50%;
    height: 0;
}
#plazaburo-harvest-rewards .three_blessings_swiper .swiper-button-next{
    right: 104px;
    background-size: 60px 78px;
    width: 60px;
    background-image: none;
    position: absolute;
    top: 50%;
    height: 0;
}
#plazaburo-harvest-rewards .three_blessings_swiper .swiper-button-prev svg,
#plazaburo-harvest-rewards .three_blessings_swiper .swiper-button-next svg{
    width: 80px;
    height: 80px;
}

#plazaburo-harvest-rewards .card_footer progress {
  -webkit-appearance: none; /* プログレスバーのスタイルをリセット */
  -moz-appearance: none; /* プログレスバーのスタイルをリセット */
  border-radius: 20px;
  width: 100%;
  border: none;
  overflow: hidden;
  background-color: transparent; /* ←重要（白背景消す） */
  font-size: 30px;

}
#plazaburo-harvest-rewards .card_footer progress::-webkit-progress-bar {
    background-color: #fff; /* プログレスバーの背景色/-webkit- 用 */
    border-radius: 20px;
    box-shadow: 0 0 0 2px #dd4c4c inset;
    padding: 6px;
}
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer progress::-webkit-progress-value {
    background: rgba(221, 76, 76, .9);
    border-radius: 20px;

}
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer progress::-moz-progress-bar {
    background: rgba(221, 76, 76, .9);
    border-radius: 20px;
}

/* #plazaburo-harvest-rewards .three_blessings_swiper .card_footer .present{
    background: rgba(221, 76, 76, .9);
    border: 2px solid #be1d1d;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
} */
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .present{
    /* width: 45%; */
    position: relative;
}
/* #plazaburo-harvest-rewards .three_blessings_swiper .card_footer .present img{
    width: 100%;
    height: auto;
} */
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .present p{
    /* position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    font-size: 16px;
}
/* #plazaburo-harvest-rewards .three_blessings_swiper .card_footer .present p span{
    font-size: 1.5em;
} */
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
#plazaburo-harvest-rewards .three_blessings_swiper :has(button) .card_footer .flex{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
#plazaburo-harvest-rewards .three_blessings_swiper .card_footer .other_btn{
    display: flex;
    gap: 2%;
    justify-content: center;
}

/* レベルアップ演出 */
#plazaburo-harvest-rewards .step_up {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 999;
}
#plazaburo-harvest-rewards .step_up .bg{
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: -1;
}
#plazaburo-harvest-rewards .step_up_box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#plazaburo-harvest-rewards .step_up_box .step_up_img{
    text-align: center;
}
#plazaburo-harvest-rewards .step_up .bg{
    background: rgba(0,0,0,.5);
}
#plazaburo-harvest-rewards .close_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;  /* ←丸にする */
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10%;
    right: 0;
}
#plazaburo-harvest-rewards .step_up_img{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#plazaburo-harvest-rewards .step_up_img img{
    height: 80vh;
    width: auto;
}
#plazaburo-harvest-rewards .step_up:has(.popup50) .close_btn{
    top: 0;
}

/* ページ下部 */
#howto_play{
    text-align: center;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
#howto_play .howto_play_inner{
    width: 92%;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    box-sizing: border-box;
}
#howto_play .tamekata{
    position: relative;
}
#howto_play .tamekata img{
    width: 100%;
    height: auto;
}
#howto_play .tamekata .jump{
    position: absolute;
    bottom: 0;
    transform: translateY(25%);
    left: 12vw;
    width: 100px;
}
#howto_play .howto_play_inner span.red{
    color: #ff0e0a;
    font-size: 16px;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .subject_list{
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 90%;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .note{
    display: flex;
    align-items: flex-start;
    gap: 2%;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .note img{
    width: 35%;
    height: auto;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .subject_list .subject_item{
    margin-bottom: 10px;
    border-radius: 30px;
    font-size: 18px;
    background: #ffbfa4;
    width: 100%;
    text-align: center;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .subject_list .subject_item a{
    padding: 5px 10px;
    display: block;
    font-size: 18px;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .subject_list .subject_item.rice{
    background: #fcf1a2;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .subject_list .subject_item.water{
    background: #addeff;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .subject_list .subject_item.tea{
    background: #89df84;
}
#howto_play .howto_play_inner p{
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 16px;
    margin-bottom: 15px;
}
#howto_play .howto_play_inner h2{
    font-size: 30px;
    border-bottom: 3px solid #dbdbdb;
    margin-bottom: 10px;
    text-align: center;
}
#howto_play .howto_play_inner h3{
    background: #e9e9e9;
    padding: 2px 5px;
    font-size: 20px;
    margin-bottom: 15px;
}
#howto_play .howto_play_inner h4{
    font-size: 18px;
    color: #222;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .cam_contact{
    background: #e9e9e9;
    padding: 10px;
}
#howto_play .howto_play_inner .howto_play_list .howto_play_item .cam_contact p{
    margin-bottom: 0;
}
#plazaburo{
    position: relative;
    width: 92%;
    margin: auto;
    padding-bottom: 50px;
}
#plazaburo p{
    text-align: center;
}
#plazaburo img{
    width: 100%;
    height: auto;
}
#plazaburo .purazaburougame{
    width: 80%;
}
#plazaburo .banner_plazaburo{
    margin-bottom: 10px;
}