@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}

#ten-thousand-challenge *{
    box-sizing: border-box;
}

#ten-thousand-challenge{
    width:100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color:#222;
    position: relative;
    background: linear-gradient(333deg, #ffffff 0%, #29c0e0 65%);
    background-attachment: fixed;
}


#ten-thousand-challenge .bg{
    background: url(/IMAGE/10000yen-challenge_2505/bg.webp);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: fixed;
    
}
#ten-thousand-challenge .inner{
    max-width:1200px;
    margin: 0 auto;
    padding-bottom: 2%;
}
#ten-thousand-challenge .pc_none{
    display: none !important;
}
#ten-thousand-challenge img{
    width: 100%
}
#ten-thousand-challenge a{
    display: block;
    position: relative;
}  
#ten-thousand-challenge a:hover{
    opacity: 0.7;
    color:#222 !important;
}


/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#ten-thousand-challenge section{
    display: grid;
    max-width: 900px;
    margin: 0 auto 30px;
    padding:2em 0;
    box-sizing: border-box;
    justify-content: center;
    gap: 1.5em;
}
#ten-thousand-challenge .item_img{
    max-width: 700px;
    box-sizing: border-box;
}
#ten-thousand-challenge section#pickup,
#ten-thousand-challenge section#shosai,
#ten-thousand-challenge section#wchance_area{
    background: #2663a8;
    box-shadow: 0 0 30px #28517b;
    border-radius: 7px;
}

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#ten-thousand-challenge h2,
#ten-thousand-challenge h3{
    font-size: 2em;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    color:#ffdf87;
}
#ten-thousand-challenge h4{
    color:#fff;
    font-size: 1.6em;
    text-shadow: 0 0 23px #e77f19;
}
#ten-thousand-challenge .sub{
    font-size: 1.4em;
    color: #ff6c32;
    margin-bottom: .3em;
}

/*-----------------------------------------------*/
/*看板*/
/*-----------------------------------------------*/
#ten-thousand-challenge section.title{
    margin-bottom: 0;
}

/*-----------------------------------------------*/
/*キャッチコピー*/
/*-----------------------------------------------*/
/* #ten-thousand-challenge #catch {
    width: 100%;
    border-radius: 15px;
    gap: 0;
    padding: 2% 0;
    margin-bottom: 4%;
    background-color: #ffffffc2;
}

#ten-thousand-challenge #catch h2 {
    font-size: 40px;
    font-weight: bold;
    color: #a70402;
    letter-spacing: 5px;
    align-items: baseline;
    background: linear-gradient(transparent 60%, #fbe977cf 30%);
    line-height: 65px;
}

#ten-thousand-challenge #catch h2 span {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 65px;
}

#ten-thousand-challenge #catch p {
    font-size: 25px;
    color: #1b1c21;
    margin:0;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 32px;
}

#ten-thousand-challenge #catch h3 {
    font-size: 40px;
    color: #1b1c21;
    background: none;
    letter-spacing: 4px;
    padding: 0;
    position: relative;
}
 */

/*-----------------------------------------------*/
/*購入ボタン section  #buy_area .buy_btn*/
/*-----------------------------------------------*/
#ten-thousand-challenge #buy_area {
    width: 850px;
    margin: 0 auto 10px auto;
    padding: 0 0;
}

#ten-thousand-challenge #buy_area a{
    position: relative;
}

#ten-thousand-challenge #buy_area a .zaburo_donpoi{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 195px;
    height: 219px;
    background-image: url(../../IMAGE/10000yen-challenge_2505/zaburo.webp);
    background-size: 391px 100%;
    animation: zaburo_steps 1s steps(2) infinite;
}

@keyframes zaburo_steps{
    to{
        background-position-x: -391px;
    }
}

/*-----------------------------------------------*/
/*購入ボタン(固定) section  #buy_area_2 .buy_btn_2*/
/*-----------------------------------------------*/
section#buy_area_2 {
    position:fixed;
    z-index: 9;
    bottom: 20px;
    right: 10px;
    margin: 0 0;
    padding: 0 0;
    width: 21%;
}

#ten-thousand-challenge #buy_area_2 a .zaburo_donpoi{
    position: absolute;
    bottom: 24%;
    left: -6%;
    width: 38%;
    height: 50%;
    background-image: url(../../IMAGE/10000yen-challenge_2505/zaburo.webp);
    background-size: 200% 100%;
    animation: zaburo_steps2 1s steps(2) infinite;
}

@keyframes zaburo_steps2{
    to{
        background-position-x: -200%;
    }
}


/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
@media screen and (max-width: 900px){
#ten-thousand-challenge #navi {
    display: none !important; 
}
}
#ten-thousand-challenge .navi__top .navi-name{
    font-size: 1.1em;
}
#ten-thousand-challenge #navi{
    z-index: 10;
    position:fixed;
    width: 20%;
    max-width:350px;
    background-color: #194d89e2;
    left: 0;
    height: 100vh;
    overflow-y: auto;
}

#ten-thousand-challenge #navi ul.col_1 {
    display: flex !important;
    flex-wrap: wrap;
}

#ten-thousand-challenge #navi ul.col_1 li{
    width:100%;
    margin:0;
}
#ten-thousand-challenge #navi ul.col_1 li img{
    width:min(11vw, 185px);
}

#ten-thousand-challenge #navi ul.col_2 {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    margin: 0 auto;
}

#ten-thousand-challenge #navi ul.col_1 li a{
    display: flex;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: .5em 0;
    border-bottom: 1px dashed #ffffffa1;
    justify-content: center;
}

#ten-thousand-challenge #navi .navi-name{
    color: #fff;
    font-size: min(1.6vw, 20px);
    padding: 2% 0 0 0;
}

#ten-thousand-challenge #navi ul li.wchance a{
    padding-top: 0;
}

/*hover*/
#ten-thousand-challenge #navi ul li a:hover{
    opacity: 0.5;
}

/*-----------------------------------------------*/
/*購入エリア*/
/*-----------------------------------------------*/
#ten-thousand-challenge #buy_area.pc_fixed {
    z-index: 10;
    position: fixed;
    right: 1%;
    bottom: -1.2%;
}

#ten-thousand-challenge #buy_area.pc_fixed .col_1{
    animation: yureru-updown 3s infinite;
}
@keyframes yureru-updown {
	0% {
		transform: translate(0px, 1px);
	}
	5% {
		transform: translate(0px, -1px);
	}
	10% {
		transform: translate(0px, 1px);
	}
	15% {
		transform: translate(0px, -1px);
	}
	20% {
		transform: translate(0px, 1px);
	}
	25% {
		transform: translate(0px, -1px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
#ten-thousand-challenge #buy_area .col_1 {
    display: flex; 
    max-width: 400px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}
#ten-thousand-challenge #buy_area .col_2{
    padding: 3%; 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 0px;
    background-color: #fff;
}
#ten-thousand-challenge #buy_area .col_2 > li {
    text-align: center;
}
#ten-thousand-challenge #buy_area .col_2 > li .name{
    font-size: 20px; 
    line-height: 24px; 
    color: #244568;
    margin: 2% 0 0;
    font-weight: bold;
}
#ten-thousand-challenge #buy_area .col_2 > li .point{
    font-size: 22px; 
    width: auto; 
    line-height: 24px; 
    margin: 5% 0 0 2%;
    /* border: 1px solid;  */
    color: #e50012; 
    padding: 0;
    font-weight: bold;
}
#ten-thousand-challenge #buy_area .col_2 > li .line{
    border-bottom: dashed 2px #333; 
    width: 80%; 
    margin: 2% auto;
}
#ten-thousand-challenge #buy_area .col_2 > li .sale_price{
    display: block;
    color: #e50012; 
    font-size: 45px; 
    line-height: 24px; 
    padding: 5% 0;
    font-weight: bold;
}
#ten-thousand-challenge #buy_area .col_2 > li .sale_price span{
    font-size: 40px; 
    padding: 0 2% 0 0;
}
#ten-thousand-challenge #buy_area .col_2 > li .intax{
    font-size: 12px; 
    color: #e50012;
}
#ten-thousand-challenge #buy_area .col_2 > li img {
    width:100%;
}
/* カートボタン */
#ten-thousand-challenge #buy_area .btn{
    width: 85%; 
    margin: 2% auto; 
    color: #fff; 
    background-color: #e50012; 
    border: #e50012 1px solid;
    text-align: center; 
    border-radius: 5px; 
    padding: 2% 0;
    font-size: 16px;
    display: block;
}
#ten-thousand-challenge #buy_area .btn:hover {
    color: #222; 
    background-color: #fff; 
    border: #222 1px solid;
    transition: 0.3s;
}

/*-----------------------------------------------*/
/*景品*/
/*-----------------------------------------------*/
#ten-thousand-challenge #pickup .item_img {
    padding: 0;
}
/*-----------------------------------------------*/
/*詳細*/
/*-----------------------------------------------*/
#ten-thousand-challenge .shosai_img {
    width: 700px;
}

#ten-thousand-challenge .wchance_btn {
    display: flex;
    background-color: #fdf3d0;
}

#ten-thousand-challenge .memo {
    background: #fff;
    text-align: left;
    padding: 1em;
}
#ten-thousand-challenge .memo dt{
    border-bottom: 1px solid #ddd;
    padding-bottom: .2em;
    margin-bottom: .3em;
    font-size: 1.2em;
}
#ten-thousand-challenge .memo dd{
    font-size: 1em;
    line-height: 1.4em;
}
/*注意事項*/
/*-----------------------------------------------*/
#ten-thousand-challenge #precautions .precautions_area {
    text-align: left;
    margin: 0 auto;
}
#ten-thousand-challenge #precautions .precautions_area dt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#ten-thousand-challenge #precautions .precautions_area dd {
    font-size: 1.2em;
}
/*おすすめイベントはこちら*/
/*-----------------------------------------------*/
#ten-thousand-challenge section#other_event {
    padding-top: 20px;
}
#ten-thousand-challenge #other_event h3{
    background-color: transparent;
    color: #1b1c21;
}
#ten-thousand-challenge section#other_event .col_1 li {
    padding-bottom: 20px;
}
#ten-thousand-challenge section#other_event .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
/*ヘッダーバナー非表示*/
.header-info-red{
    display: none;
}