@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#camp_wrap *, 
#camp_wrap *:before, 
#camp_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#camp_wrap h1, #camp_wrap h2, 
#camp_wrap h3, #camp_wrap h4,
#camp_wrap h5, #camp_wrap h6,
#camp_wrap p {
	margin: 0;
	padding: 0;
}

#camp_wrap, #camp_wrap p, #camp_wrap a, #camp_wrap td {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
#camp_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#camp_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#camp_wrap a,
#camp_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#camp_wrap a:hover,
#camp_wrap a:hover > img {
	opacity: 0.5;
}

#camp_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#camp_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }



/* ========== ========== ==========
	#camp_wrap
========== ========== ========== */

#camp_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	background-color:#fefbc6;
	padding-bottom:2em;
}



/* ========== ========== ==========
	section
========== ========== ========== */

#camp_wrap section {
    margin: 2em;
    padding: 2em;
    border: 0.5em solid #ea5504;
	background-color:#FFF;
}
#camp_wrap section:first-child {
    margin-top: 0;
}
#camp_wrap section h3 {
    margin-bottom: 1em;
    color: #e60012;
    font-size: 1.5em;
    text-align: center;
}
#camp_wrap section h3 .notice {
    margin-right: 0.5em;
    padding: 0 0.5em;
    background-color: #e60012;
    color: #ffffff;
    font-size: 0.75em;
}
#camp_wrap section .period {
    font-weight: bold;
}
#camp_wrap section .period:before {
    content: "■";
    margin-right: 0.5em;
}
#camp_wrap section .txt {
    /*margin-top: 0.5em;*/
	margin-left: 1em;
}
#camp_wrap section .red {
    color: #e60012;
}



/* ========== ========== ==========
	#content02
========== ========== ========== */

#content02 {
    padding: 0 !important;
}
#content02 .img {
    position: relative;
    z-index: 1;
}
#content02 .img .notice {
    margin-right: 0.5em;
    padding: 0 0.5em;
    background-color: #e60012;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 2em;
    top: 2em;
    z-index: 2;
}



/* ========== ========== ==========
	#content03
========== ========== ========== */

#content03 {
    position: relative;
    z-index: 1;
}
#content03 .prize {
    display: inline-block;
    margin-top: 2em;
    padding: 2em;
    border: 1px solid #666666;
}
#content03 .prize_list span {
    width: 20em;
}
#content03 .cardImage {
    position: absolute;
    right: 2em;
    bottom: 2em;
}
#content03 .cardImage .caption {
    margin-top: 0.5em;
}



/* ========== ========== ==========
	#btn_camapign
========== ========== ========== */

#btn_campaign {
    display: block;
    box-sizing: border-box;
    width: 650px;
    margin: 2em auto 0;
    padding: 2em;
    background-color: #ffffff;
    border: 8px solid #ea5504;
    color: #ea5504;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    transition: 0.2s;
}
#btn_campaign:hover {
    background-color: #ea5504;
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}



