@CHARSET "UTF-8";

/* = common setting
-------------------------------------------------------------- */ 

body {
	margin: 0;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
	background-image: url('../images/bg_blue_l.png');
	background-repeat: repeat, repeat;
	background-attachment: fixed,scroll;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: .8;
}

a.camp{color:blue;}

h1{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px;
}
h2,h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
}
h4,h5,h6{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px;
}

p{
	margin-bottom: 20px;
}

img{
	max-width: 100%;
	height: auto;
}

.sp_none{
	display: none;
}

.font_blue{
	color: #389ee8;
}
.font_red{
	color: #e60012;
}


#btn_top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-idnex: 9999;
	opacity: 0;
}
#btn_top img{
	width: 45px;
	height: 42px;
}



/* =Basic structure
-------------------------------------------------------------- */

.wrapper{
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
}

.inner{
	max-width: 850px;
	width: 95%;
	margin: 0 auto;
}




/* =Header & Nav
-------------------------------------------------------------- */

.soon{
	margin: 60px 0 0;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	text-align: center !important;
	background: #de0020;
}
#outline .soon{
	margin: 0 0 50px;
}
#soon_message{
	padding: 20px;
	color: #fff;
	background: #e61011;
}
#soon_message p{
	margin: 0;
}
#header_img{
	margin-top: 0;
}
#header_img h1{
	margin: 0;
}
#header_img img{
	vertical-align: bottom;
}



#menu_wrap dt{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: #fbf30e;
	color: #fff;
	text-align: center;
	z-index: 9999;
}
#menu_wrap dt span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
}
#menu_wrap dt span.border{
	width: 40px;
	height: 4px;
	background-color: #389ee8;
	border-radius: 4px;
}
#menu_wrap dt span.border:nth-of-type(1) {
	top: 15px;
}
#menu_wrap dt span.border:nth-of-type(2) {
	top: 28px;
	opacity: 1;
}
#menu_wrap dt span.border:nth-of-type(3) {
	top: 41px;
}
#menu_wrap dt.open span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
#menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
#menu_wrap dt.open span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
#menu_wrap dt span.menu_text{
	right: 65px;
	top: 15px;
	color: #389ee8;
	font-size: 20px;
}
#main_navigation{
	display: none;
	width: 100%;
	background: #fbf30e;
	z-index: 999;
	position: fixed;
	top: 60px;
	left: 0;
}
#main_navigation li{
	border-bottom: #fff solid 1px;
}
#main_navigation li#menu_entry{
	background: #de0020;
}
#main_navigation li#menu_myPage{
	background: #389ee8;
}
#main_navigation a{
	color: #221815;
	font-size: 22px;
	display: block;
	padding: 15px 10px;
}
#main_navigation li#menu_entry a,
#main_navigation li#menu_myPage a{
	color: #fff;
}





/* =Contents
-------------------------------------------------------------- */

.contents{
	text-align: center;
}
.contents p{
	text-align: left;
}
.contents h2{
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 20px;
	padding: 0 40px;
	border-bottom:2px solid #389ee8;
	margin: 0 auto;
	margin-bottom: 35px;
	max-width: 500px;
}

.contents h2.camp{
	background: #f30;
	color: #fff;
	border-bottom:2px solid #a70037;
}

.intro_text{
	font-size: 18px;
	margin-bottom: 50px;
}

#outline{
	background: #fff;
	padding: 50px 0;
}
#outline h2{
	margin-top: 50px;
}
#outline h3{
	background: #fbf30e;
	padding: 30px 10px;
	position: relative;
	margin: 50px 0 30px;
}
#outline h3 span.title{
	display: block;
	color: #389ee8;
	font-size: 18px;
	position: absolute;
	top: -30px;
	left: 40px;
	padding: 10px 20px;
	border-radius: 5px;
	background: #fbf30e;
}
#outline h3 img{
	vertical-align: middle;
}
#outline h3 p{
	padding: 30px 40px 0 40px;
	margin:0;
	font-size:20px;
}
#outline h3 span.font_red{
	color:#e60012;
}

.prize{
	margin-bottom: 50px;
	margin-top: 50px;
}
.prize_box,
.prize-box {
	border: #389ee8 solid 2px;
	font-size: 18px;
	padding: 10px 5px;
	margin: 0 20px 20px;
	box-shadow: 5px 5px #389ee8;
	position: relative;
}
.prize-box {
	margin: 0 0 40px;
	padding: 15px 30px;
	box-shadow: 10px 10px #389ee8;
}
.prize_box dt{
	line-height: 1.5;
}
.prize-box dt {
	text-align: left;
	display: flex;
	justify-content: space-between;
	line-height: 1.1;
	font-size: 25px;
	position: relative;
}
#prize_after4 .prize-box dt {
	flex-wrap: wrap;
}
.prize-box dt span {
	color: #e60012;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 0;
}
.prize-box dt span em {
  display: block;
  background: #fbf30e;
  font-size: 20px;
  width: fit-content;
  padding: 10px 12px 5px 10px;
  margin: 0 0 10px auto;
  font-style: inherit;
}
#prize_after4 .prize-box dt span {
	font-weight: normal;
	font-size: 20px;
	margin-top: 10px;
}
.prize_box dd{
	color: #e60012;
}
.prize-box dd {
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}
.prize_box dt span{
	font-size: 14px;
}
.prize_box::before{
	content: '';
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -24px;
	width: 50px;
	height: 50px;
}
#big_prize::before{
	background: url(../images/nico1.png);
	background-size: 50px 50px;
}
#medeum_prize::before{
	background: url(../images/nico4.png);
	background-size: 50px 50px;
}
#small_prize::before{
	background: url(../images/nico5.png);
	background-size: 50px 50px;
}
#sanrentan_prize::before{
	background: url(../images/nico3.png);
	background-size: 50px 50px;
}
.prize_box::after{
	content: '';
	position: absolute;
	top: -20px;
	right: -30px;
}
#big_prize::after{
	background: url('../images/mny25.png');
	background-size: 72px 41px;
	height: 41px;
	width: 72px;
}
#medeum_prize::after{
	background: url('../images/mny05.png');
	background-size: 72px 41px;
	height: 41px;
	width: 72px;
}
#small_prize::after{
	background: url('../images/mny01.png');
	background-size: 53px 32px;
	height: 32px;
	width: 53px;
}
#sanrentan_prize::after{
	background: url('../images/mny05.png');
	background-size: 72px 41px;
	height: 41px;
	width: 72px;
}

.prize p{
	font-size: 14px;
}

#prize1.prize_box dd {
	position: absolute;
	text-align: inherit;
	font-size: inherit;
}
#campaign2 .prize_box::before,
#campaign2 .prize_box::after {
	background: none;
}
#campaign2 #prize1::after {
	height: inherit;
	background: none;
}

.prize #prize_after4 * {
	position: relative;
	height: inherit;
}
.prize #prize_after4 { 
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.prize #prize_after4 dl {
	width: calc(50% - 10px);
}

.prize4 {
	max-width: 850px;
	width: 95%;
	margin: 60px auto 0;
}

.prize4 .prize_box {
	border: #389ee8 solid 2px;
	font-size: 18px;
	padding: 10px 5px;
	margin: 0 20px 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	box-shadow: 5px 5px #389ee8;
	position: relative;
}

.prize4 .prize_box dt {
	font-size: 25px;
}

.prize4 .prize_box dt span.st1 {
	font-size: 17px;
}

.prize4 .prize_box dt span.st2 {
	font-size: 20px;
}

.prize4 .prize_box dd {
	top: 45px;
}

.prize4 p {
	font-size: 14px;
}

#schedule h4{
	background: #389fe8;
	color: #fff;
	padding: 10px;
}
#schedule table,
#schedule table th,
#schedule table td{
	border: #389fe8 solid 1px;
	font-size: 13px;	
	vertical-align: middle;
	text-align: center;
}
#schedule table td a{
	text-decoration: underline;
}
#schedule table td a:hover{
	text-decoration: none;
}
#schedule table{
	width: 100%;
}
#schedule table th,
#schedule table td{
	padding: 5px;
}
#schedule table td.results{
	color: #080596;
}

.prize_list{
	color: #000;
	font-size: 13px;
	text-align: left;
	margin: 10px;
}
#campaign1{
	margin-bottom: 50px;
	position: relative;
}
#campaign1:after{
	content: "";
	position: absolute;
	top: -99px;
	left: 10px;
	background: url(../images/img_chara02.png) no-repeat;
	width: 117px;
	height: 142px;
	-webkit-background-size: 117px 142px;
	background-size: 117px 142px;
}
#campaign1 p {
	margin: 0 15px 30px;
}
#campaign2{
	position: relative;
}
#campaign2:after{
	content: "";
	position: absolute;
	top: -90px;
	left: 18px;
	background: url(../images/img_chara02.png) no-repeat;
	width: 117px;
	height: 142px;
	-webkit-background-size: 104px 126px;
	background-size: 104px 126px;
}

#campaign3{
	position: relative;
	padding-bottom:15px;
}
#campaign3:after{
	content: "";
	position: absolute;
	top: -85px;
	left: 18px;
	background: url(../images/img_chara01.png) no-repeat;
	width: 92px;
	height: 115px;
	-webkit-background-size: 92px 115px;
	background-size: 92px 115px;
}

#campaign4{
	position: relative;
	padding-bottom:15px;
}
#campaign4:after{
	content: "";
	position: absolute;
	top: -85px;
	left: 18px;
	background: url(../images/img_chara.png) no-repeat;
	width: 96px;
	height: 109px;
	-webkit-background-size: 96px 109px;
	background-size: 96px 109px;
}

#prize4 li{
	margin-bottom: 5px;
}
/*
.btn_entry{
	background: #e60012;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	padding: 10px 20px;
	border-radius: 8px;
	box-shadow: 0 5px #fbf30e;
	display: block;
	margin: 50px auto 30px;
	width: 90%;
	max-width: 850px;
	text-align: center;
}*/

#require{
	margin-bottom: 100px;
}
#require,#require2,#flow{
	background: #fbf30e;
	padding: 50px 0 80px;
}
#flow{
	margin-bottom: 30px;	
}
#require p,#require2 p{
	text-align: center;
}
#require p span.bd,
#require2 p span.bd{
	border: #389ee8 solid 3px;
	padding: 20px;
	display: inline-block;
	border-radius: 20px;
}
#require p span.font_blue,
#require2 p span.font_blue{
	font-size: 40px;
	display: block;
}
#require .inner,
#require2 .inner{
	margin-bottom: 50px;
}
#require a img,
#require2 a img {
	width: 95%;
}
.btn_entry{
	position: relative;
}
.btn_entry:after{
	content: '';
	background: url(../images/img_chara02.png) no-repeat;
	width: 117px;
	height: 142px;
	position: absolute;
	bottom: -8px;
	left: 10px;
}
#flow  dl{
	text-align: left;
	position: relative;
}
#flow  dl::after{
	content: url(../images/arrow.png);
	bottom: -45px;
	left: 50%;
	margin-left: -26px;
	position: absolute;
}
#flow dt,
.flow_finish{
	color: #389ee8;
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 0;
	font-size: 18px;
}
.flow_finish{
	font-size: 25px;
	margin: 50px 0;
}
#flow_bottom{
	text-align: left;
	margin-bottom: 70px;
}
#flow_bottom h3{
	margin: 30px 0 10px;
}
#flow_bottom p{
	margin-bottom: 10px;
}
#flow_bottom p span{
	font-size: 13px;
}
#footer_links{
	background: url('../images/bg_yellow.png');
	padding: 20px 0 40px;
	text-align: center;
}
#footer_links li a{
	display: block;
	background: #389ee8;
	color: #fff;
	font-size: 18px;
	padding: 20px;
	margin: 10px;
	width: 90%;
	border-radius: 8px;
	line-height: 1.3;
}
#footer_links li#new_entry a{
	background: #de0020;
}


#top_btn{
	margin-top:-40px;
	padding: 0 0 20px 0;
	text-align: center;
}
#top_btn li{
	text-align: center;
}
#top_btn li a{
	display: block;
	background: #389ee8;
	color: #fff;
	font-size: 18px;
	padding: 20px;
	margin: 10px;
	width: 95%;
	border-radius: 8px;
	line-height: 1.3;
}
#top_btn li a.mn{
	display: block;
	background: #fbf30e;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	margin: 10px;
	width: 95%;
	border-radius: 8px;
	line-height: 1.3;
}
#top_btn li#new_entry a{
	background: #de0020;
}
#top_btn li#plink01 a{
	background: #ff3300;
}

.campaign-title {
	background: #ffc000;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 8px 16px 4px;
	font-size:24px;
}
.slider { padding-bottom: 50px;}

.accordion-001 {
  background-color: #fff;
	width: 95%;	
	margin: 0 auto 15px;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
	border-radius: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #389fe8;
    color: #fff;
    cursor: pointer;
	font-size: 16px;
	margin-bottom: 15px;
}

.accordion-001 summary span {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    content: '詳細はこちら▼';
	font-weight: bold;
	font-size: 14px;
	border-radius: 7.5px;
	background: #fff;
	color: #389fe8;
	padding: 2.5px 5px 1.5px 7.5px;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

@media screen and (min-width: 640px){
	.soon{
		font-size: 28px;
		margin: 0;
	}
	body{
		min-width: 1200px;
		font-size: 20px;
	}
	.sp_none{
		display: block;
	}
	.pc_none{
		display: none;
	}
	#top_btn{
		display: none;
	}
	.bnr_area{
		text-align: center !important;
		margin-left: -14px;
		margin-top: 20px;
	}
	#menu_wrap dt{
		display: none;
	}
	#menu_wrap dd{
		display: block !important;
		margin-top:1px;
	}
	#main_navigation{
		display: block;
		position: relative;
		top: 0;
	}
	#main_navigation li{
		float: left;
		width: 490px;
		height: 75px;
		line-height: 75px;
		text-align: center;
		position: relative;
		border-bottom: #fff solid 1px;
		border-right: #fff solid 1px;
		border-radius: 5px;
	}
	#main_navigation li.l2{
		padding-top:5px;
		line-height: 23px;
height: 125px;

	}
	#main_navigation li::after{
		content: '';
		width: 100%;
		height: 4px;
		background: #746e00;
		position: absolute;
		bottom: -5px;
		left: 0;
	}
	#main_navigation li#menu_myPage{
		border-right: 0;
		padding-top:15px;
		line-height: 23px;
	}
	#main_navigation li#menu_entry::after{
		background: #a70037;
	}
	#main_navigation li#menu_myPage::after{
		background: #3e73af;
	}
	#main_navigation li a{
		padding: 0;
	}
	.contents h2{
		font-size: 30px;
		max-width: 100%;
	}
	.intro_text{
		font-size: 25px;
	}
	#outline h3{
		margin: 80px 0 30px;
	}
	#outline h3 span.title{
		font-size: 25px;
		padding: 10px 50px;
		left: 70px;
		top: -50px;
	}
	#campaign1 p{
		padding: 0 50px;
	}
	#campaign1 .prize{
		margin: 50px 0;
	}
	#campaign2 .prize:after {
		clear: both;
		content: "";
		display: block;
	}
	.prize_box{
		height: 195px;
		box-shadow: 10px 10px #389ee8;
		font-size: 25px;
		padding:10px 30px;
		width: calc(100% - 150px);
		margin-bottom: 70px;
		margin-left: 90px;
		float: inherit;
		margin-right: 40px;
	}
	.prize4 .prize_box {
		width: 720px;
		height: inherit;
		box-shadow: 10px 10px #389ee8;
		font-size: 25px;
		margin-bottom: 35px;
		margin-left: 70px;
		padding: 10px 30px;
	}
	#campaign2 .prize_box {
		float: inherit;
	}
	#campaign2 div.prize_box {
		float: left;
	}

	.prize_box dt{
		text-align: left;
		vertical-align: middle;
		font-size: 22px;
	}
	.prize_box dd{
		position: absolute;
		top: inherit;
		right: 30px;
		bottom: 5px;
	}
	.prize_box::before{
		left: -80px;
		margin-top: -49px;
		width: 98px;
		height: 98px;
	}
	#big_prize::before{
		background: url(../images/nico1.png);
		background-size: 98px 98px;
	}
	#medeum_prize::before{
		background: url(../images/nico4.png);
		background-size: 98px 98px;
	}
	#small_prize::before{
		background: url(../images/nico5.png);
		background-size: 98px 98px;
	}
	#sanrentan_prize::before{
		background: url(../images/nico3.png);
		background-size: 98px 98px;
	}

	.prize_box::after{
		top: -40px;
		right: -50px;
	}
	.prize_box {
		width: 720px;
		height: 95px;
		box-shadow: 10px 10px #389ee8;
		font-size: 25px;
		margin-bottom: 35px;
		margin-left: 70px;
		padding: 10px 30px;
	}
	#big_prize::after{
		background: url('../images/mny25.png');
		background-size: 144px 83px;
		width: 144px;
		height: 83px;
	}
	#medeum_prize::after{
		background: url('../images/mny05.png');
		background-size: 144px 83px;
		height: 83px;
		width: 144px;
	}
	#small_prize::after{
		background: url('../images/mny01.png');
		background-size: 106px 64px;
		height: 64px;
		width: 106px;
	}	
	#sanrentan_prize::after{
		background: url('../images/mny05.png');
		background-size: 144px 83px;
		height: 83px;
		width: 144px;
	}

	#schedule table{
		width: 760px;
		margin: 0 auto;
	}
	#campaign2 .prize_box{
		width: 100%;
		margin: 0 0 40px;
	}
	#prize4{
		height: 330px;
		padding: 20px 30px;
	}
	#prize4 dd{
		top: 20px;
	}
	 #require p{
	 	font-size: 25px;
	 }
	 #require p span.bd{
	 	font-size: 30px;
	 	border: #389ee8 solid 5px;
	 }
	 #require p span.font_blue{
	 	display: inline-block;
	 }
	 #flow p.intro_text{
	 	text-align: center;
	 }
	 #flow .clear img{
	 	float: left;
	 	margin-right: 30px;
	 }
	 #flow dl{
	 	width: 360px;
	 	float: right;
	 }
	 #flow  p.flow_finish{
	 	font-size: 40px;
	 	padding: 5px 30px;
	 }
	 #footer_links{
	 	margin-top: 0px;
	 }
	 #footer_links h2{
	 	font-size: 32px;
	 	margin-bottom: 10px;
	 }
	 #footer_links li{
	 	float: left;
	 }
	 #footer_links li a{
	 	width: 480px;
	 	margin: 5px;
	 	font-size: 30px;
	 	height: 120px;
	 }
	 #footer_links li a span{
	 	    display: block;
   			 padding-top: 20px;
	 }
	 #btn_top img{
		width: 91px;
		height: 87px;
	}
}
@media screen and (max-width: 640px){
	.bnr_area{
		margin-left: 13px;
		margin-right: 13px;
	}
	.bnr_area p img{
		width: 100%;
	}
	#campaign1:after{
		content: "";
		position: absolute;
		top: -35px;
		left: 11px;
		width: 52px;
		height: 63px;
		-webkit-background-size: 52px 63px;
		background-size: 52px 63px;
	}
	#campaign2:after{
		content: "";
		position: absolute;
		top: -37px;
		left: 11px;
		width: 52px;
		height: 63px;
		-webkit-background-size: 52px 63px;
		background-size: 52px 63px;
	}
	#campaign3:after{
		content: "";
		position: absolute;
		top: -37px;
		left: 7px;
		width: 50px;
		height: 63px;
		-webkit-background-size: 50px 63px;
		background-size: 50px 63px;
	}
	#campaign4:after{
		content: "";
		position: absolute;
		top: -37px;
		left: 9px;
		width: 55px;
		height: 63px;
		-webkit-background-size: 55px 53px;
		background-size: 55px 63px;
	}

	.btn_entry:after {
		content: '';
		background: url(../images/img_chara02.png) no-repeat;
		width: 45px;
		height: 55px;
		position: absolute;
		bottom: -8px;
		left: 5px;
		-webkit-background-size: 45px 55px;
		background-size: 45px 55px;
	}
	.prize-box {
		width: 95%;
		margin: 0 auto 40px;
	}
	.prize-box dt {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.prize-box dt span {
		position: inherit;
		text-align: right;
		display: flex;
		align-items: center;
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.prize-box dt span em {
		margin: -1px 0px 0 0;
		padding: 6px 6px 2px 6px;
	}
	.prize #prize_after4 dl {
		width: 95%;
		margin: 0 auto 40px;
	}
	#prize_after4 .prize-box dt span { 
		display: block;
	}
	.accordion-001 summary {
		flex-direction: column;
	}
	.accordion-001 summary span {
		font-size: 18px;
	}
	.accordion-001 summary::after {
		margin-bottom: 15px;
	}
	#header_img {
		margin-top: 60px;
	}
}