@charset "utf-8";  
*:focus {
	outline: none;
}

.st_wrap{
    width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #231816;
	background-image: url("../images/bg.jpg") ;
	background-size: 650px;
	display: block;
    font-weight: 400;
    letter-spacing: 1.6px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

.st_wrap img{
	width: 100%;
	vertical-align: bottom;
}

.st_wrap .inner{
	max-width: 650px;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #e97602;
    animation: fadein 3s forwards ease;
}

@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}

.head_lead{
	background-image: url("../images/bg_orange.jpg");
	padding: 5% 0 7%;
	line-height: 2.5;
	font-weight: bold;
	font-size: 20px;
}

.head_lead span{
	background: #faf3d7;
	padding: 3px 10px;
}

.sub_lead{
	padding: 5% 0;
	line-height: 2;
	font-size: 16px;
}

/*====================================
　　　　　　　　ヒント
====================================*/
.hint_section{
	background-image: url("../images/bg_hint.jpg");
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 5% 0;
}

.icon_hint{
	width: 50px;
	margin: 0 auto;
	display: block;
}

.hint_lead{
	font-weight: 600;
	font-size: 20px;
}

.hint_txt{
	margin: 5% 0;
	line-height: 2;
	font-size: 16px;
}

.title_hint{
	width: 65px;
	margin: 0 auto;
	padding: 2% 0 8%;
}


.hint_main_wrap{
	width: 70%;
	margin: 0 auto;
	font-size: 90%;
	font-weight: 600;
}

.hint_main_box{
	background: #fffcf0;
	border-radius: 10px;
	border: 2px solid #231816;
	text-align: left;
	padding: 10px 15px;
	display: flex;
	margin: 3% 0;
	align-items: center;
}
.hint_main_txt{
	width: 100%;su
}

.icon_key img{
	width: 90%;
	padding: 0 10px;
}


/*====================================
　　　　　　　　参加方法
====================================*/
.title{
	background: #231816;
	padding: 10px 0;
}
.title img{
	height: 25px;
}

.sanka_section{
	background: #faf3d7;
	position: relative;
}

.sanka_top_box{
	position: relative;
}

/*img.icon_map{
	position: absolute;
	width: 15%;
	top: -8%;
	right: 20%;
}*/

.sanka_lead{
	padding: 10% 0;
	line-height: 2;
	font-size: 16px;
}

.sanka_lead a{
	color: #231816;
}

.step_box{
	width: 70%;
	margin: 0 auto 10%;
	border: 2px solid #231816;
	border-radius: 20px;
	padding: 5%;
	background: #fffcf0;
	position: relative;
}

.no_width{
	background: #eb7b05;
	padding: 0 30px;
	border-radius: 9999px;
	border: 2px solid #231816;
	font-weight: bold;
	position: absolute;
	top: -3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.step2 .no_width{
	top: -6%;
}

.step_no{
	font-size: 2.5rem;
	font-family: futura-pt, sans-serif;
}
.step_no span{
	font-size: 75%;
}

.step_lead{
	font-weight: bold;
	font-size: 20px;
	margin: 5% 0;
}
.step_txt{
	line-height: 2;
}

.step_txt span{
	display: block;
	margin-bottom: 3%;
}

.sp_img{
	margin: 8% 0 3%;
}

.step3_img img{
	width: 50%;
	margin: 8% auto 3%;
}

.step1,.step2,.step3{
	position: relative;
}

img.icon_diamond{
	position: absolute;
    width: 13%;
    left: -3%;
    top: -4%;
}
img.icon_ring{
	position: absolute;
    width: 13%;
    right: -3%;
    top: -9%;
}
img.icon_coin{
	position: absolute;
    width: 22%;
    left: -2%;
    top: -6%;
}
img.icon_tree{
	position: absolute;
    width: 20%;
    bottom: -2%;
	right: -3%;
}
img.icon_treasurechest{
    width: 35%;
}


.btn_form{
	width: 50%;
	margin: 0 auto;
}

.btn_form img{
	width: 58%;
}

.btn_form a{
	background: #eb7b05;
	box-shadow: 5px 7px #231816;
	padding: 10px 0;
	border-radius: 9999px;
	display: block;
}

.kiyaku a{
	font-size: 85%;
	color: #231816;
	display: block;
	margin: 3% auto 10%;
}

/*====================================
　　　　　　other
====================================*/
.other_section .lead{
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5% 0;
	line-height: 1.6;
}

.other_section .lead img{
	height: 17px;
}

.box_scroll{
	width: 80%;
	margin: 5% auto;
    height: 10em;    
    overflow: auto;  
    padding: 10px;
    border: solid 1px #747474;
}

.box_scroll .other_lead{
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
}


/*====================================
　　　　　　　　Xシェア
====================================*/
.sns_wrap{
	background: url("../images/bg_orange.jpg");
	padding: 3% 0;
    margin: 10% 0 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.sns_title img{
	width: 40%;
    margin: 3% 0;
}

.x_box{
    text-align: center;
}

.x_box img{
    width: 25px;
    position: relative;
}

.x-share-btn {
    background: #000000;
    color: #ffffff;
    padding: 20px 20px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
	display: inline-block;
}

.mt_3{
	margin-top: 3%;
}
.m_3{
	margin: 3% 0;
}
			
.sp {
	display:none;
}
.pc{
    display: block;
}

.small{
	font-size: 80%;
}

@media only screen and (max-width:768px){
	
	.st_wrap{
		line-height: 1.6;
	}
	
    .head_lead{
		font-size: 16px;
		line-height: 1.8;
    }	
	
    .head_lead span{
		padding: 3px 5px;
		font-size: 18px;
    }
	
    .sub_lead {
        font-size: 14px;
		letter-spacing: 1.2px;
    }	
	
    .icon_hint {
        width: 40px;
    }	
	
    .title_hint {
        width: 58px;
    }	
	
    .hint_lead {
        font-size: 16px;
		font-weight: bold;
    }
  
    .hint_txt {
        font-size: 13px;
		line-height: 1.8;
    }	
	
    .hint_main_wrap {
        width: 90%;
		font-size: 13px;
    }
	
	.hint_main_box{
		padding: 8px 15px;
	}
	
	.title{
		line-height: 0;
	}
	
    .title img {
        height: 20px;
    }
	
	.sanka_lead{
		font-size: 13px;
	}
	
    .step_no span {
        font-size: 55%;
		line-height: 1.4;
    }
    .step_box {
        width: 75%;
		margin: 0 auto 15%;
    }
	
    .step_lead {
        font-size: 16px;
		margin: 10% 0;
    }
	
	.step_txt{
		font-size: 13px;
		line-height: 1.8;
	}
	
    .step3 .no_width{
        top: -5%;
    }	
	
	.other_section .lead{
		font-size: 12px;
	}
	
    .other_section .lead img {
        height: 15px;
     }	
	
    .box_scroll .other_lead {
        font-size: 12px;
    }	
	
    .sns_wrap {
        padding: 8% 0;
    }
	
    .sns_title{
		margin: 0 0 5%;
    }
	
    .sns_title img {
        width: 60%;
		margin: 0;
    }
	
    .x-share-btn {
        padding: 15px 15px;
    }
	
    img.icon_diamond {
        width: 18%;
    }
	
	img.icon_ring{
		width: 18%;
	}
	
    img.icon_coin {
        width: 30%;
        top: -4%;
		left: -6%;
    }	
	ma
    img.icon_tree {
        width: 23%;
        bottom: -6%;
        right: -5%;
    }	
	
    img.icon_treasurechest {
        width: 45%;
    }
	
    .kiyaku a {
        margin: 3% auto 15%;
    }
	
	.btn_form {
        width: 60%;
    }
	
    .btn_form img {
        width: 100%;
    }	
	
    .btn_form a{
		padding: 10px 20px;
    }	
	
	.small{
		font-size: 70%;
	}
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}	
}  