@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

/*10px 	0.625rem
11px 	0.6875rem
12px 	0.75rem
13px 	0.8125rem
14px 	0.875rem
15px 	0.9375rem
16px 	1rem
17px 	1.0625rem
18px 	1.125rem
19px 	1.1875rem
20px 	1.25rem
21px 	1.3125rem
22px 	1.375rem
23px 	1.4375rem
24px 	1.5rem*/
body {
    background: url("../img/bg_sp.jpg");
}

.wrap_all {
	_font-family: "M PLUS 1p",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.wrap_all {
	font-size: 1.125rem;/* 18px*/
	line-height: 1.8;
    color: #333;
	text-align: center;	
}

.wrap_all ul {
	padding-left: 0px;
}

.wrap_all a {
	color: #c9038a;
	text-decoration: none;
	display: inline-block;
    transition: 0.5s;
}

.wrap_all a:hover {
	color: #dd2ba4;
}

.wrap_all .mb10 {
	margin-bottom: 10px;
}
.wrap_all .mb20 {
	margin-bottom: 20px;
}
.wrap_all .mb30 {
	margin-bottom: 30px;
}
.wrap_all .mb50 {
	margin-bottom: 50px;
}

.wrap_all .sp_only {
	display: none;
}

.wrap_all .none {
	display: none;
}

.wrap_all .right {
	text-align: right;
}

.wrap_all .cnt {
	text-align: center;
}

.wrap_all .img100 img {
	max-width: 100%;
}

.wrap_all img {
	vertical-align: bottom;
}

.wrap_all .over {
    transition: 0.5s;
}

.wrap_all .over:hover {
	opacity: 0.8;
}

.wrap_all .red {
	color: #b50000;
}

.txtS {
    font-size: 0.875rem; /* 14px */
}

.wrap_all ul.basic {
	list-style: disc;
}

.wrap_all ul.basic li {
	margin-left: 25px;
}

.wrap_all ol.basic li {
	margin-left: 25px;
	list-style: decimal;
}

.wrap_all ul.aten li {
	font-size: 1rem;
	text-indent: -1rem;
	padding-left: 1rem;
	text-align: left;
}

.wrap_all ul.aten li a {
	text-indent: 0;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.end {
	text-decoration: line-through;
}

img {
	vertical-align: bottom;
}

.wrap_all h2.basic {
	font-size: 1.5rem; /*24px*/
	font-weight:  600;
	display: inline-block;
	border-bottom: solid 3px #06268F;
	text-align: center;
	margin-bottom: 30px;
}

.wrap_all p.voteBtn {
	display: inline-block;
	background: #fd33bd;
	padding: 10px 20px;
	border: 3px solid #000;
	font-size: 1.25rem;
	font-weight: bold;
	border-radius: 30px;
	transition: all 300ms linear;
}

.wrap_all p.voteBtn:hover {
	background-color: #FFF;
}

.wrap_all p.voteBtn a {
	text-decoration: none;
	color: #000;
	display: block;
	transition: all 300ms linear;
}

.wrap_all p.voteBtn a:hover {
	color: #fd33bd;
}

/* ------- header ------- */

.wrap_all .headMain {
	_background: url("../img/header_bg.png") repeat-x top;
}

.wrap_all .headMain div {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
    width: 100%;
	position: relative;
}

.wrap_all .headMain h1 span {
	display: inline-block;
	margin: 30px 10px 0;
}

.wrap_all .headMain p.everyday {
	position: absolute;
	right: 230px;
	top: 30px;
	animation-delay: 1s;
}

.wrap_all .headMain p.restart {
    position: absolute;
    left: 0;
    top: 10px;
}

.wrap_all p.odai {
	border-bottom: #ffff00 solid 3px;
	display: inline-block;
	padding: 0 5px 0;
	font-size: 1.5rem; /*24px*/
	font-weight: bold;
}

.wrap_all div.main_vote {
    background: url("../img/bg.jpg") no-repeat top center;
}

/* ------- main ------- */

.wrap_all .base {
	max-width: 1100px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wrap_all .whiteBox {
    background: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 220px 20px;
}

.wrap_all .flexBox {
    display: flex;
    align-items: center;
}

.wrap_all .flexBox .img {
    margin-left: 20px;
}

.wrap_all section.boxVote label {
	cursor: pointer;
}

.wrap_all div.remodal {
	display: none;
	font-family: "M PLUS 1p";
}

.wrap_all section.boxVote img {
	width: 100%;
}

.wrap_all .boxVote .btn {
	transition: 0.3s;
    background: none;
    padding: 0;
}

.wrap_all .boxVote .btn:hover {
	transform: scale(1.02);
}

/* 選択肢 ムービーの時 */

.wrap_all div.voteMov section.boxVote {
	width: 32%;
	margin-right: 1%;
	float: left;
    margin-bottom: 20px;
}

.wrap_all div.voteMov section.boxVote:nth-of-type(3n){
	margin-right: 0;
}

.wrap_all div.movie {
    position: relative;
    width: 100%;
    padding: 56.25% 5px 0;
    background: #000;
    border: 3px solid #333;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
}

.wrap_all div.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.wrap_all div.voteMov .boxVote input.vote {
	margin: 10px 25% 0 25%;
	width: 50%;
	cursor: pointer;
	transition: 0.3s;
}

.wrap_all div.voteMov .boxVote input.vote:hover {
	transform: scale(1.04);
}

.wrap_all div.voteMov .boxVote .vote {
	margin: 10px 25% 0 25%;
	width: 50%;
}

/* 選択肢6個の時 */

.wrap_all div.vote06 section.boxVote {
	width: 15.8%;
	margin-right: 1%;
	float: left;
}

.wrap_all div.vote06 section.boxVote:nth-of-type(6){
	margin-right: 0;
}

/* 選択肢5個の時 */
.wrap_all div.vote05 section.boxVote {
	width: 18.4%;
	margin-right: 2%;
	float: left;
}

.wrap_all div.vote05 section.boxVote audio {
    width: 100%;
    margin-top: 10px;
	outline: none;
}

.wrap_all div.vote05 section.boxVote:nth-of-type(5){
	margin-right: 0;
}

/* 選択肢4個の時 */

.wrap_all div.vote04 section.boxVote {
	width: 23%;
	margin-right: 2.5%;
	float: left;
}

.wrap_all div.vote04 section.boxVote:nth-of-type(4){
	margin-right: 0;
}

/* 選択肢3個の時 */
.wrap_all .base.vote03 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.wrap_all div.vote03 section.boxVote {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.wrap_all div.vote03 section.boxVote:nth-of-type(3){
	margin-right: 0;
}


.wrap_all .boxVote input.vote {
	margin: 10px 0 0 0;
	width: 100%;
	cursor: pointer;
	transition: 0.3s;
}

.wrap_all .boxVote input.vote {
	margin: 10px 10% 0 10%;
	width: 80%;
	cursor: pointer;
	transition: 0.3s;
}

.wrap_all .boxVote input.vote:hover {
	transform: scale(1.04);
}

.wrap_all .boxVote .vote {
	margin: 10px 10% 0 10%;
	width: 80%;
}

.wrap_all p.date {
	text-align: center;
	background: #FFF;
	border: solid 4px #06268f;
	padding: 5px 15px;
	margin: 20px 220px;
	border-radius: 10px;
}

.wrap_all div.bgPattern {
	background: url("../img/bg_ylw.png") fixed;
}

.wrap_all div.bgPattern span {
	display: inline-block;
	width: 92px;
	height: 40px;
}

.wrap_all .present {
	display: flex;
	flex-wrap: wrap;
	_justify-content: space-between;
    justify-content: center;
}

.wrap_all .present p {
	flex-basis: 49%;
	margin-bottom: 20px;
    padding: 0 0.5%;
}

.wrap_all .present p img {
	width: 100%;
}

.wrap_all .flow {
	background: #ffff00;
	padding: 30px 0;
}

.wrap_all .flow p.flow_tw {
	text-indent: -9999px;
	height: 0;
	background: url("../img/flow.png") center no-repeat;
    background-size: contain;
	padding-top: 21%;
}

.wrap_all .flow p.flow_ml {
	text-indent: -9999px;
	height: 0;
	background: url("../img/flow2.png") center no-repeat;
    background-size: contain;
	padding-top: 21%;
}

.wrap_all .flow h3 {
    background: #062492;
    padding: 5px 20px;
    border-radius: 10px;
    color: #FFF;
    display: inline-block;
    
}

.wrap_all .preSmry {
	background: rgba(255,255,255,0.60);
	border-radius: 10px;
	padding: 20px;
}

.wrap_all .preSmry h3 {	
	_background: #1db1f9;
    background: #93e3ef;
	padding: 5px;
	border-radius: 10px;
	font-size: 1.3125rem;
	margin-bottom: 10px;
}

.wrap_all .preSmry h3 i {
	_color: #ffff00;
	color: #ae9220;
}

.wrap_all .about {
	position: relative;
	margin: 30px auto 50px;
	width: 800px;
}

.wrap_all .about h2 {
	margin-bottom: 20px;
}

.wrap_all .about p.aboutTxt {
	position: absolute;
	right: 20px;
	top: 0;
}

.wrap_all .about p.txt {
	text-align: left;
	line-height: 2.6;
}

.wrap_all .about p.txt span {
	border-bottom: dotted 2px #FFF;
}

/* ------- sns ------- */

.wrap_all .sns {
	text-align: center;
    background: url("../img/footer_bg.png") repeat-x center bottom;
    height: 125px;
}

.wrap_all .sns li {
	display: inline;
	margin: 0 5px;
}

/* ------- 過去の結果ページ用 ------- */

.wrap_all div[id] {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}

.wrap_all .headMain2 {
	background: url("../img/header_bg.png") repeat-x top;
}

.wrap_all .headMain2 h1 {
    position: absolute;
	left: 10px;
	top: 10px;
	width: auto;
    width: 30%;
}

.wrap_all .headMain2 h1 img {
    width: 100%;
}

.wrap_all .headMain2 h2 {
    padding-top: 70px;
}

.wrap_all .headMain2 div {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
    width: 100%;
	position: relative;
}

.wrap_all .baseC {
	max-width: 1100px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wrap_all .flag {
    margin: 10px 0;
}

.wrap_all .flag i {
    color: #06268f;
}

.wrap_all .txtP,.wrap_all .txtH {
    text-align: center;
    color: #FFF;
}

.wrap_all .txtP {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 5px;
}

.wrap_all .txtP span {
    color: #FFFF00;
}

.wrap_all .resultBox {
    background: hsla(0,0%,100%,0.5);
    padding: 10px 20px 15px;
    border-radius: 20px;
}

.wrap_all hr {
    border: none;
    border-bottom: dotted 3px #FFF;
	background: none;
}

.wrap_all .styled-select {
   _height: 40px;
   overflow: hidden;
   display: inline-block;
   padding: 10px 10px 5px;
}

.wrap_all .rounded {
   border-radius: 10px;
   background: #FFF;
   border: solid 3px #000;
}

.wrap_all .rounded select {
	color: #333;
	background: transparent;
	border: none;
	height: auto;
	width: auto;
    cursor: pointer;
    font-size: 1.25rem;
}

.wrap_all .rounded select:focus {
    outline: none;
}

.wrap_all .styled-select option {
	color: #333;
}

/* ------- 過去の結果ページ用 end ------- */




/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/
	
/*@media only screen and (max-width:1200px) {

body {
}

.wrap_all {
	max-width: 1200px;
    width: 100%;
}

}*/

/*-----------------------------------------------------	*/
/*	for - 736px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width : 736px ){

.wrap_all {
	min-width: 100%;
	width: 100%;
	font-size: 1rem;/* 16px*/
	line-height: 1.6;
}

.wrap_all .sp_only {
	display: inline;
}
.wrap_all .pc_only {
	display: none;
}

.txtS {
    font-size: 0.75rem; /* 12px */
}

.wrap_all ul.aten li {
	font-size: 0.875rem;
	text-indent: -0.875rem;
	padding-left: 0.875rem;
}

.wrap_all h2.basic {
	font-size: 1.375rem; /*22px*/
}

.wrap_all p.voteBtn {
	padding: 5px 10px;
	font-size: 1.125rem;
}

/* ------- header ------- */

.wrap_all .headMain div {
	width: 96%;
	margin: 0 2%;
}

.wrap_all .headMain h1 {
	width: 90%;
	margin: 0 5%;
	padding: 45px 0 20px;
}

.wrap_all .headMain h1 span {
	display: inline-block;
	margin: 0 5px;
}

.wrap_all .headMain h1 span:first-child {
	_width: 22%;
    width: 100%;
}

.wrap_all .headMain h1 span:nth-child(2) {
	width: 71%;
}

.wrap_all .headMain h1 img {
	width: 100%;
}

.wrap_all .headMain p.restart {
    position: absolute;
    left: 19%;
    top: 5px;
	width: 40%;
}

.wrap_all .headMain p.everyday {
	position: absolute;
	right: 10px;
	top: 10px;
	animation-delay: 1s;
	width: 30%;
}

.wrap_all .headMain p.everyday img,.wrap_all .headMain p.restart img {
	width: 100%;
}

.wrap_all p.odai {
	padding: 0 5px 10px;
	font-size: 1.25rem; /*20px*/
	line-height: 1.2;
}

.wrap_all div.main_vote {
    background: url("../img/bg_s.jpg") no-repeat top center;
}

/* ------- main ------- */

.wrap_all .base {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
}

.wrap_all .whiteBox {
    background: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 20px 20px;
}

.wrap_all .flexBox {
    display: flex;
    flex-direction: column;
}

.wrap_all .flexBox .cnt {
    text-align: center;
}

.wrap_all .flexBox .cnt img {
    width: inherit;
}

.wrap_all .baseC {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

/* ムービーの時 */
.wrap_all div.voteMov section.boxVote {
	width: 49%;
	margin-right: 2%;
	float: left;
    margin-bottom: 10px;
}

.wrap_all div.voteMov section.boxVote:nth-of-type(2),.wrap_all div.voteMov section.boxVote:nth-of-type(4),.wrap_all div.voteMov section.boxVote:nth-of-type(6){
	margin-right: 0;
}

.wrap_all div.voteMov section.boxVote:nth-of-type(3){
	margin-right: 2%;
}


.wrap_all .base.vote06,.wrap_all .base.vote05,.wrap_all .base.vote03 {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

.wrap_all .base.vote04 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

.wrap_all .base p.main {
	text-align: left;
}


.wrap_all .mainVote h2 {
	color: #fefbcc;
	background: #411c03;
	font-weight: bold;
	padding: 5px;
	line-height: 1.2;
}

.wrap_all div.vote06 section.boxVote,.wrap_all div.vote05 section.boxVote,.wrap_all div.vote03 section.boxVote {
	width: 30%;
	margin-right: .5%;
	margin-left: .5%;
	float: none;
	margin-bottom: 10px;
	display: inline-block;
}

.wrap_all div.vote04 section.boxVote {
	width: 42%;
	margin-right: 2%;
	margin-left: 2%;
	float: none;
	margin-bottom: 10px;
	display: inline-block;
}

.wrap_all  div.vote06 section.boxVote:nth-of-type(3n) {
	margin-right: 0;
}

.wrap_all .boxVote p {
	transition: none;
}

.wrap_all .boxVote label {
	cursor: pointer;
}

.wrap_all .boxVote p:hover {
	transform: none;
}

.wrap_all .boxVote img {
	width: 100%;
}

.wrap_all p.date {
	padding: 5px 15px;
	margin: 20px;
	line-height: 1.4;
}

.wrap_all .present {
	justify-content: center;
}

.wrap_all .present p {
	flex-basis: 80%;
	margin-bottom: 10px;
}

.wrap_all .flow {
	background: #ffff00;
	padding: 30px;
}

.wrap_all .flow p.flow_tw {
	background: url("../img/flow_s.png") center no-repeat;
    background-size: contain;
	padding-top: 159%;
}

.wrap_all .flow p.flow_ml {
	background: url("../img/flow2_s.png") center no-repeat;
    background-size: contain;
	padding-top: 159%;
}

.wrap_all .preSmry {
	background: rgba(255,255,255,0.60);
	border-radius: 10px;
	padding: 10px;
}

.wrap_all .preSmry h3 {	
	padding: 5px;
	border-radius: 5px;
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.wrap_all .about {
	position: relative;
	margin: 30px 5% 50px;
	width: 90%;
}

.wrap_all .about h2 {
	margin: 0 25% 20px 15%;
	text-align: center;
	width: 60%;
}

.wrap_all .about h2 img,.wrap_all .about p.aboutTxt img {
	width: 100%;
}

.wrap_all .about p.aboutTxt {
	position: absolute;
	right: 0;
	top: -10px;
	width: 25%;
}

.wrap_all .about p.txt {
	text-align: left;
	line-height: 2.2;
	font-size: 1rem;
}

.wrap_all .about p.txt span {
	border-bottom: dotted 2px #FFF;
}


/* ------- sns ------- */

.wrap_all .sns {
	text-align: center;
    background: url("../img/footer_bg.png") repeat-x center bottom;
    background-size: cover;
    height: 100px;
}

.wrap_all .sns li {
	display: inline;
	margin: 0 2px;
}

.wrap_all .sns li img {
	width: 100%;
}


/* ------- 過去の結果ページ用 ------- */

.wrap_all div[id] {
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}

.wrap_all .headMain2 h1 {
	position: inherit;
	width: 90%;
	margin: 0 5% 20px;
    left: 0;
}

.wrap_all .headMain2 h1 img,.wrap_all .headMain2 h2 img {
    width: 100%;
}

.wrap_all .headMain2 h2 {
    width: 60%;
    margin: 0 20% 10px;
    padding: 0;
}

.wrap_all .headMain2 div {
	width: 96%;
	margin: 0 2%;
}

.wrap_all .flag {
    margin: 10px 0;
}

.wrap_all .flag i {
    color: #06268f;
}

.wrap_all .txtP,.wrap_all .txtH {
    text-align: center;
    color: #FFF;
}

.wrap_all .txtP {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.wrap_all .txtP span {
    color: #FFFF00;
}

.wrap_all .resultBox {
    background: hsla(0,0%,100%,0.5);
    padding: 10px 20px 15px;
    border-radius: 20px;
}

.wrap_all hr {
    border: none;
    border-bottom: dotted 3px #FFF;
}

.wrap_all .styled-select {
    height: auto;
    width: 90%;
    padding: 5px;
}

.wrap_all .rounded {
   border-radius: 10px;
}

.wrap_all .rounded select {
	height: inherit;
	width: inherit;
    font-size: inherit;
}

/* ------- 過去の結果ページ用 end ------- */
}