@charset "UTF-8";
/* CSS Document */

.campaign_kv{
	margin:0 auto 60px;;
}
.campaign_wrapper{
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
	margin-bottom: 80px;
}
.campaign_inner{
	margin: 0 20px;
}
.campaign_wrapper p{
	margin-bottom: 5px;
    margin-top: 20px;   
}
.intro_text p{
	text-align: center;
}
.cam_midashi{
	font-family: 'Noto Serif JP', serif;
    font-size: 24px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #b4914f;
	font-weight: bold;
	margin: 60px auto 40px;
}
.cam_midashi img{
	display: block;
    width: 30px;
    margin: 0 auto 5px;
}
.list_wrap{
	margin: 70px 0;
}
.list_wrap .komidashi{
	font-size: 20px;
    border-left: #b4904f 6px solid;
    padding: 0 0 0 8px;
    margin: 0 0 20px 0;
}
.list_wrap .text{
	margin: 20px 0;
}
.small{
	font-size: 12px;
}
.present_wrap{
	margin: 40px 0;
    display: flex;
    align-items: center;
}
.present_img{
	width: 250px;
    margin-right: 20px;
	border: 1px solid #ddd;
}
.present_ex{
	font-size: 14px;
	margin: 15px 0 0;
}
.step_wrapper{
	display: flex;
}
.step_inner{
	width: 400px;
	border: 1px solid #b4914f;
	margin: 10px 10px 0 0;
}
.step_midashi{
	font-weight: bold;
	text-align: center;
	background-color: #b4914f;
	color: #fff;
	padding: 5px;
}
.step_inner02{
	font-weight: bold;
	width: 400px;
	border: 1px solid #ddd;
	margin: 10px 10px 0 0;
}
.step_midashi02{
	font-weight: bold;
	text-align: center;
	background-color: #ddd;
	padding: 5px;
}
.step_box{
	padding: 30px 20px 30px;
}
.step_num{
	width: 80px;
    text-align: center;
    color: #b4914f;
    border: 1px solid #b4914f;
    padding: 3px;
	margin-bottom: 10px;
}
.mail_img{
	margin: 15px 0 30px;
}
.member_link{
	display: block;
    text-align: center;
    background-color: #b4914f;
    padding: 15px;
    color: #fff !important;
	font-weight: bold;
	margin-bottom: 30px;
}
.yajirushi{
	display: block;
    width: 15%;
    margin: 20px auto;
}
.oubo_link{
	display: block;
    width: 45%;
    margin: 0 auto 80px;
}
.text02{
	padding-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em; 
}
.scroll_box{
    height: 280px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ddd; 
	overflow: scroll;
}
.text03{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em; 
}
.internal_link{
	display: inline;
	padding: 0 0 3px 0;
    position: relative;
    color: #b59150;
}
.external_link a{
	display: inline;
}
.intro_serif{
	font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.04em;
    line-height: 2;
	margin: 80px 0 85px;
}
.intro_serif p{
	margin-bottom: 25px !important;
}
.small_gd_text{
	display: block;
    font-size: 12px;
    padding-top: 7px;
}
.ani_topic_wrap{
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	margin: 80px auto;
}
.ani_topic_wrap img{
	width: 370px;
    border: 1px solid #ddd;
}
.ani_topic_wrap02{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: center;
	align-items: center;
	margin: 80px auto;
}
.ani_topic_wrap02 img{
	width: 370px;
    border: 1px solid #ddd;
}
.ani_topic_inner{
	width: 350px;
	letter-spacing: 0.03em;
}
.ani_topic_ttl{
	font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
	margin-bottom: 25px;
}
.big_num{
	width: 70px;
    display: inline-block;
    font-size: 50px;
    color: #b4914f;
    font-weight: 500;
    border-bottom: 1px solid;
    text-align: center;
	margin-bottom: 30px;
}
.ani_link{
	display: block;
	margin: 30px auto 10px;
	text-align: center;
}







@media all and (max-width: 768px){
	.campaign_inner{
		margin: 0 10px;
	}
	.list_wrap{
		margin: 50px 0;
	}
	.present_wrap{
		display: block;
       margin: 0 10px 25px;
	}
	.present_img {
		width: 100%;
		margin: 20px auto;
	}
	.step_wrapper{
		display: block;
	}
	.step_inner{
		width: 100%;
	}
	.step_inner02{
		width: 100%;
	}
	/*アコーディオン*/
	.accordion_header,.accordion_content{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		width: 100%;
	}
	.accordion_header{
	  	position: relative;
	}
	.accordion_content{
	  	display: none; 
	}
	.accordion_header::before{
		position: absolute;
		content: '';
		top: 50%;
		right: 25px;
		width: 20px;
		height: 1px;
		background-color:#fff;
		transform: rotate(90deg);
		transition: all .3s ease-in-out;
	}
	.accordion_header::after{
		position: absolute;
		content: '';
		top: 50%;
		right: 25px;
		width: 20px;
		height: 1px;
		background-color:#fff;
		transition: all .3s ease-in-out;
	}
	.step_midashi02.accordion_header::before{
		position: absolute;
		content: '';
		top: 50%;
		right: 25px;
		width: 20px;
		height: 1px;
		background-color:#333;
		transform: rotate(90deg);
		transition: all .3s ease-in-out;
	}
	.step_midashi02.accordion_header::after{
		position: absolute;
		content: '';
		top: 50%;
		right: 25px;
		width: 20px;
		height: 1px;
		background-color:#333;
		transition: all .3s ease-in-out;
	}
	/* アコーディオンが開いたとき縦線の変化 */
	.accordion_header.open::before {
		transform: rotate(180deg);
	}
	/* アコーディオンが開いたとき横線の変化 */
	.accordion_header.open::after {
		opacity:0;
	}
	.sp_step_inner{
		margin: 20px 10px;
	}
	.yajirushi{
		width: 25%;
	}
	.oubo_link{
		width: 100%;
		margin: 40px auto 80px;
	}
}










