@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/
body {
	font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
}

#wrap_all {
	font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 0.875rem;
　　letter-spacing: 0.01em;
	line-height: 1.8;
    color: #FFF;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-style: -ms-autohiding-scrollbar;
	xword-break: break-all;
	background: url(../img/bg.jpg) center top repeat-y;
	xmargin-bottom: -121px;
}
#wrap_all ul {
	padding-left: 0px;
}

#wrap_all a:focus {
	outline: none;
}
#wrap_all span.red {
	color: #FF0004;
	text-decoration: underline;
}
#wrap_all .mb10 {
	margin-bottom: 10px;
}
#wrap_all .mb30 {
	margin-bottom: 30px;
}
#wrap_all .mb50 {
	margin-bottom: 50px;
}
#wrap_all .sp_only {
	display: none;
}
#wrap_all .none {
	display: none;
}

/* ----- top ----- */
#wrap_all #wrap_top {
	width: 100%;
	height: 587px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	position: relative;
	background: url(../img/top_img.png) top center no-repeat;
}

#wrap_all h1,
#wrap_all h2 {
	display: none;
}

#wrap_all #wrap_top #title {
	width: 728px; /* before indent 730px */
	height: 256px;
	background: url(../img/title.png) left top no-repeat;
    margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

#wrap_all #wrap_top #flower01 {
	width: 60px;
	height: 60px;
	background: url(../img/flower.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	left: 160px;
	top: 30px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#wrap_all #wrap_top #flower02 {
	width: 200px;
	height: 200px;
	background: url(../img/flower.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 160px;
	top: 60px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#wrap_all #wrap_top #flower03 {
	width: 200px;
	height: 200px;
	background: url(../img/flower.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	left: 260px;
	top: 100px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#wrap_all #wrap_top #flower04 {
	width: 80px;
	height: 80px;
	background: url(../img/flower.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	right: 80px;
	top: 150px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#wrap_all #wrap_top #flower05 {
	width: 120px;
	height: 120px;
	background: url(../img/flower.png) left top no-repeat;
	background-size: contain;
	position: absolute;
	left: 200px;
	top: 50px;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#wrap_all #wrap_top #sonic {
	width: 246px;
	height: 462px;
	background: url(../img/sonic.png) center top no-repeat;
	position: absolute;
	left: 934px;
	top: 18px;
}

/* ------- sns ------- */
#wrap_all #sns_button_li {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
#wrap_all #sns_button_li li {
	width: 40px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

/* ----- main ----- */
#wrap_all #wrap_main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

#wrap_all h3 {
	width: 1157px;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
}
#wrap_all h3.title_01 {
	background: url(../img/title_01.png) center top no-repeat;
}
#wrap_all h3.title_02 {
	background: url(../img/title_02.png) center top no-repeat;
}
#wrap_all h3.title_03 {
	background: url(../img/title_03.png) center top no-repeat;
}
#wrap_all h3.title_04 {
	background: url(../img/title_04.png) center top no-repeat;
}
#wrap_all h3.title_05 {
	background: url(../img/title_05.png) center top no-repeat;
}
#wrap_all h3.title_06 {
	background: url(../img/title_06.png) center top no-repeat;
}

#wrap_all h4 {
	width: 370px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
}
#wrap_all h4.title_01 {
	background: url(../img/h4_01.png) center top no-repeat;
}
#wrap_all h4.title_02 {
	background: url(../img/h4_02.png) center top no-repeat;
}

#wrap_all p {
	font-size: 1.0625rem;
	margin-left: 50px;
	margin-right: 50px;
}

#wrap_all p a {
	font-weight: bold;
	color: #f2cc64;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all p a:hover {
	background: #c84444;
}


#wrap_all p.big {
	font-size: 1.6rem;
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bold;
	color: #f2cc64;
}

#wrap_all span.orange {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFAD27;	
}
#wrap_all span.yellow {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFDD00;	
}
#wrap_all span.underline {
	text-decoration: underline;
}
#wrap_all .dl_date {
	font-size: 1.6rem;
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bold;
	line-height: 1.6;
	color: #f2cc64;
	overflow: hidden;
}
#wrap_all .dl_date dt,
#wrap_all .dl_date dd {
	float: left;
	margin-left: 20px;
}

#wrap_all font.through {
	text-decoration: line-through;
}
#wrap_all font.date_end {
	font-size: 1.0625rem;
	font-weight: normal;
	color: #000;
}

#wrap_all #button_li {
	width: 900px;
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#wrap_all #button_li #correct_button {
	float: left;
	width: 400px;
	height: 112px;	
}
#wrap_all #button_li #correct_button a {
	display: block;
	width: 400px;
	height: 112px;
	background: url(../img/button_correct_on.png) center top no-repeat;
}
#wrap_all #button_li #quiz_button {
	float: right;
	width: 400px;
	height: 112px;	
}
#wrap_all #button_li #quiz_button a {
	display: block;
	width: 400px;
	height: 112px;
	background: url(../img/button_quiz_on.png) center top no-repeat;
}

#wrap_all .entry {
	width: 550px;
	height: 112px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all .entry a {
	display: block;
	width: 550px;
	height: 112px;
	background: url(../img/button_entry_on.png) center top no-repeat;
}

#wrap_all .twitter {
	width: 450px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all .twitter a {
	display: block;
	width: 450px;
	height: 64px;
	background: url(../img/button_twitter_on.png) center top no-repeat;
}

#wrap_all .prize_2img {
	width: 1060px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all .prize_left {
	width: 520px;
	height: 477px;
	float: left;
	clear: both;
}
#wrap_all .prize_right {
	width: 520px;
	height: 477px;
	float: right;
}

#wrap_all .prize_l {
	width: 1060px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#wrap_all .prize_s {
	width: 732px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#wrap_all .atten_li {
	font-size: 0.75rem;
	margin-left: 70px;
	margin-right: 50px;
	text-indent: -1em;
}
#wrap_all #atten_li {
	font-size: 1.0625rem;
	margin-left: 50px;
	margin-right: 50px;
}
#wrap_all #atten_li li {
	background: url(../img/icon.png) left top no-repeat;
	padding-left: 20px;
}

#wrap_all #atten_li li a {
	font-weight: bold;
	color: #f2cc64;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all #atten_li li a:hover {
	background: #c84444;
}

#wrap_all #inquiry_sega-quiz {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 50px;
	border: solid 2px #f2cc64;
	background: url(../img/bg_black.png) repeat;
}
#wrap_all #inquiry_sega-quiz h5 {
	font-weight: bold;
	font-size: 1.3rem;
	color: #f2cc64;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
	display: block;
}
#wrap_all #inquiry_sega-quiz dl {
	font-size: 1.0625rem;
	margin-bottom: 10px;
	overflow: hidden;
}
#wrap_all #inquiry_sega-quiz dl dt {
	float: left;
	clear: both;
}
#wrap_all #inquiry_sega-quiz dl dd {
	float: left;
}
#wrap_all #inquiry_sega-quiz dl dd a {
	font-weight: bold;
	color: #009e02;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all #inquiry_sega-quiz dl dd a:hover {
	background: #92ff93;
}

#wrap_all #inquiry_sega-quiz ul {
	font-size: 0.75rem;
	clear: both;
}
#wrap_all #inquiry_sega-quiz ul li {
	text-indent: -1em;
	margin-left: 30px;
}
#wrap_all #inquiry_sega-quiz p {
	font-size: 0.875rem;
	margin-left: 0px;
	margin-right: 0px;
}

/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:1200px) {
#wrap_all {
	width: 1200px;
	background: url(../img/bg_tb.jpg) center top repeat-y;
}
#wrap_all .wrap_top {
	width: 1200px;
	background: url(../img/tb_top_img.jpg) center top no-repeat;
}
}


/*-----------------------------------------------------	*/
/*	for - 669px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:669px) {
#wrap_all {
	width: 100%;
	background-size: contain;
    background: url(../img/bg_sp.jpg) center top repeat-y;
	background-size: 100%;
}

#wrap_all .sp_only {
	display: inherit;
}
#wrap_all .pc_only {
	display: none;
}

/* ----- top ----- */
#wrap_all #wrap_top {
	width: 100%;
	height: 0px;
	padding-top: 15%;
	padding-bottom: 100%;
	overflow: hidden;
	background: url(../img/sp_top_img.jpg) center top no-repeat;
	background-size: 100%;
}

#wrap_all #wrap_top #title {
	width: 100%;
	height: 0px;
	padding-bottom: 35%;
	position: static;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/title.png) left top no-repeat;
	background-size: contain;
	margin-top: 28%;
}

#wrap_all #wrap_top #sonic {
	width: 35%;
	height: 0px;
	padding-bottom: 100%;
	background: url(../img/sonic.png) center top no-repeat;
	background-size: contain;
	position: absolute;
	left: 65%;
	top: 35%;
}

/* ----- main ----- */
#wrap_all #wrap_main {
	width: 100%;
}

#wrap_all h3 {
	width: 100%;
	height: 0px;
	padding-bottom: 14%;
}
#wrap_all h3.title_01 {
	background: url(../img/sp_title_01.png) center top no-repeat;
	background-size: contain;
}
#wrap_all h3.title_02 {
	background: url(../img/sp_title_02.png) center top no-repeat;
	background-size: contain;
}
#wrap_all h3.title_03 {
	background: url(../img/sp_title_03.png) center top no-repeat;
	background-size: contain;
}
#wrap_all h3.title_04 {
	background: url(../img/sp_title_04.png) center top no-repeat;
	background-size: contain;
}
#wrap_all h3.title_05 {
	background: url(../img/sp_title_05.png) center top no-repeat;
	background-size: contain;
}
#wrap_all h3.title_06 {
	background: url(../img/sp_title_06.png) center top no-repeat;
	background-size: contain;
}

#wrap_all h4 {
	width: 45%;
	height: 0px;
	padding-bottom: 14%;
}
#wrap_all h4.title_01 {
	background: url(../img/h4_01.png) center top no-repeat;
	background-size: contain;
}
#wrap_all h4.title_02 {
	background: url(../img/h4_02.png) center top no-repeat;
	background-size: contain;
}

#wrap_all p {
	margin-left: 5%;
	margin-right: 5%;
}
#wrap_all p.big {
	margin-left: 5%;
	margin-right: 5%;
}
#wrap_all .dl_date {
	margin-left: 5%;
	margin-right: 5%;
}
#wrap_all .dl_date dt,
#wrap_all .dl_date dd {
	float: none;
}

#wrap_all #button_li {
	width: 96%;
	height: auto;
	overflow: hidden;
}
#wrap_all #button_li #correct_button {
	float: none;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all #button_li #correct_button a {
	width: 100%;
	height: 0px;
	padding-bottom: 30%;
	background: url(../img/button_correct_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #button_li #correct_button a img {
	width: 100%;
	height: auto;
}
#wrap_all #button_li #quiz_button {
	float: none;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all #button_li #quiz_button a {
	width: 100%;
	height: 0px;
	padding-bottom: 30%;
	background: url(../img/button_quiz_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #button_li #quiz_button a img {
	width: 100%;
	height: auto;
}

#wrap_all .entry {
	width: 90%;
	height: auto;
}
#wrap_all .entry a {
	width: 100%;
	height: 0px;
	padding-bottom: 21%;
	background: url(../img/button_entry_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all .entry img {
	width: 100%;
	height: auto;
}

#wrap_all .twitter {
	width: 80%;
	height: auto;
}
#wrap_all .twitter a {
	width: 100%;
	height: 0px;
	padding-bottom: 20%;
	background: url(../img/button_twitter_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all .twitter a img {
	width: 100%;
	height: auto;
}
#wrap_all .prize_2img {
	max-width: 96%;
}
#wrap_all .prize_left,
#wrap_all .prize_right {
	width: 48%;
	height: auto;
}
#wrap_all .prize_left img,
#wrap_all .prize_right img {
	width: 100%;
	height: auto;
}
#wrap_all .prize_l,
#wrap_all .prize_s {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0px;
	text-align: center;
}
	
#wrap_all .prize_l img {
	max-width: 96%;
	height: auto;
}
#wrap_all .prize_s img {
	max-width: 60%;
	height: auto;
}

#wrap_all #atten_li {
	margin-left: 7%;
	margin-right: 5%;
}

#wrap_all #inquiry_sega-quiz {
	width: 80%;
	padding: 20px 5%;
}
#wrap_all #inquiry_sega-quiz dl dt,
#wrap_all #inquiry_sega-quiz dl dd {
	float: none;
}
#wrap_all #inquiry_sega-quiz ul li {
	margin-left: 5%;
}
}
