@charset "utf-8";

/*****************************************************************

	トップページ＆共通レイアウト定義

*****************************************************************/

/* ====== BASE Module SET ===== */


*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,td,th,
address,
blockquote,form,fieldset,legend,div,hr,pre{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	font-size: 100%;
	line-height: 1.2;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


body{
	background: #e50126;
	font-family: "メイリオ","meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 font-feature-settings: "palt";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	vertical-align: top;
}

img,
object,
embed{
	border: 0;
	vertical-align: top;
	outline: none;
	max-width: 100%;
	height: auto;
}

object:focus{
	outline: none;
}

embed:focus{
	outline: none;
}

img,
input,
select,
textarea{
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 12px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
}

button{
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

::-webkit-input-placeholder{
    color: #ccc;
}
::-moz-placeholder{
    color: #ccc;
}
:-moz-placeholder{
    color: #ccc;
}
:-ms-input-placeholder{
    color: #ccc;
}

abbr,
acronym,
fieldset{
	border: 0;
}

hr{
	margin: 2em 0;
	display: block;
	border: 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	vertical-align: top;

	-moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none; 
	user-drag: none;
}

iframe{
	display: block;
	vertical-align: top;
}

i,
em{
	font-style: normal;
}

a{
	color: #000;
	background: transparent;

	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

a:hover,
a:focus{
	color: #666;
}
a:hover img,
a:focus img{
 opacity: 0.8;
}

ul li{
	list-style: none;
}

::selection{background-color:#333; color: #fff; }
::-moz-selection {background-color:#333; color: #fff; }
input::selection,
textarea::selection{background-color:#b6d6fd; color: #000; }
input::-moz-selection,
textarea::-moz-selection{background-color:#b6d6fd; color: #000; }

div,
ul,
section,
article{
	width: auto;
}

aside:after,
div:after,
ul:after,
li:after,
dd:after,
section:after,
article:after{
	display: block;
	clear: both;
	content: "";
}

h1,h2,h3,h4,h5,h6,
table,th,td,ul,ol,li,
dd,dt,dl,p{
	background: url(../images/aki.png);
}

.tel_dis{ cursor: default; }

.sp_i{ display: none; }
.sp_b{ display: none; }

.pc_i{ display: inline; }
.pc_b{ display: block; }

.sp_ib{ display: none; }
.pc_ib{ display: inline-block; *display: inline; zoom: 1; }

.txt_c{ text-align: center;}
.txt_r{ text-align: right;}

/*============================================================
	TopContentsStyle
============================================================*/
 
/*============================================================
	Page / column
============================================================*/
#page{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.inner{
	width: 100%;
 max-width: 1010px;
	padding:  0 10px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/*============================================================
	Header
============================================================*/
#page_header{
	width: 100%;
	position: relative;
	text-align: center;
}

#page_header:after{
	display: block;
	clear: both;
	content: "";
}

/*============================================================
	Nav
============================================================*/

/*============================================================
	Content
============================================================*/
#content{
	width: 100%;
}

#content:after{
	display: block;
	clear: both;
	content: "";
}

/*============================================================
	Main
============================================================*/
#main{
	width: 100%;
}
.main_image{width: 100%;}

#main:after{
	display: block;
	clear: both;
	content: "";
}

/* Main Design */
#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main td,
#main th{
	line-height: 1.5;
	font-size: 88%;
	margin-bottom: 1em;
}

#main table{
	margin-bottom: 1em;
}

#main td,
#main th{
	margin-bottom: 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 1em;
}

/* default */
#main ul ul,
#main ul p,
#main ul blockquote,
#main ul pre,
#main ul dl,
#main dl dl,
#main dl p,
#main dl ul,
#main dl ol,
#main blockquote p,
#main blockquote ul,
#main blockquote dl,
#main blockquote ol,
#main ol blockquote,
#main ol pre,
#main ol p,
#main td p,
#main td ul,
#main td dl{
	font-size: 100%;
}

#main *:last-child{
	margin-bottom: 0;
}

/*============================================================
	TOP
============================================================*/

/* ===== main_area ===== */
#page{
 padding-top: 0;
}
.main_area{
 padding: 30px 20px 60px 20px;
 margin-bottom: 40px;
 background: #fff;
 border-radius: 20px;
 margin-top: 25px;
}
#main .ec_link{
 margin-top: 60px;
}
#main .change{
 text-align: center;
 margin: 0;
}
.btn_dl,
.btn_inst,
#button{
 display: inline-block;
 width: 100%;
 max-width: 300px;
 padding: 12px 0;
 line-height: 1;
 color:#f5f7cd;
 margin: auto;
 background: #d90000;
 border: 5px solid #fff;
 box-shadow: 0 5px 0 0 #c1c9ce;
 border-radius: 30px;
 font-size: 24px;
 font-weight: bold;
 text-decoration: none;
}
.btn_dl{
 background: #e50126;
 color: #f5f7cd;
 border-color: #fff;
 max-width: 650px;
 margin-top: 2em;
}
.btn_dl_l{
 font-size: 30px;
 padding: 15px 10px;
}
.btn_inst{
 background: #fff;
 color: #000;
 border-color: #000;
}
.btn_dl:focus,
.btn_dl:hover{
 color: #f5f7cd;
 opacity: 0.8;
}
.btn_inst:focus,
.btn_inst:hover{
 color: #000;
 opacity: 0.4;
}
#button:focus,
#button:hover{
 opacity: 0.8;
}

#button[disabled]{
 opacity: 0.5;
 pointer-events: none;
 user-select: none;
}
/* ===== page ===== */
select {
  background: #fff;
  height: 3em;
  width: auto;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #999;
  font-size: 16px;
}
#inpText{
 background: #fff;
 border-radius: 5px;
 padding: 10px;
 border: 1px solid #999;
 width: 100%;
  font-size: 16px;
}


#main #frmVote ul::after{
content: normal;
}

#main #frmVote ul{
 display: flex;
 justify-content:center;
 flex-wrap: wrap
}
#main #frmVote li{
 width: 40%;
 margin: 0 2%;
 margin-bottom: 20px;
}
#main #frmVote li img{
 margin-bottom: 10px;
}
#main #frmVote li label{
line-height: 1;
 display: block;
 text-align: center;
}
#main #frmVote li input{
 margin: 0 5px 0 0;
 vertical-align: bottom;
}
#main #frmVote li .checked{
 color: red;
}

#main h1{
 text-align: center;
 color: #e50126;
 font-size: 60px;
 line-height: 1;
 margin-bottom: 0.75em;
}
#main h1 img{
 max-width: 810px;
 width: 100%;
}
#main .read{
 text-align: center;
 color: #000;
 line-height: 1;
 margin: 1em 0 1em 0;
 font-size: 30px;
}
#main .read strong{
 font-size: 200%;
 color: #d10000;
 line-height: 1;
}
#main .thanks{
 font-size: 100%;
 line-height: 2;
 text-align: center;
}
#main .thanks strong{
 font-size: 200%;
 display: block;
 margin-bottom: 0.75em;
 color: #e50126;
 line-height: 1;
}

#main h3{
 color: #e50126;
 margin: 2em 0 1em 0;
 line-height: 1;
 font-size: 150%;
}
#main #result{
 font-size: 150%;
 text-align: center;
 color: #d90000;
}
#main #frmVote{
 margin: auto;
 max-width: 690px;
}
#main .sec_wall h2{
 text-align: center;
 color: #e50126;
 font-size: 187.5%;
}
#main .sec_wall p{
 text-align: center;
 font-size: 112.5%;
}
#main .sec_wall p strong{
 font-size: 150%;
 color: #e50126;
}
#main .sec_wall p small{
 color: #e50126;
 font-size: 75%;
}
#main .sec_wall .info{
 font-size: 100%;
 color: #000;
 line-height: 1.75;
 font-weight: bold;
}
#main .sec_wall .info span{
 font-weight: normal;
}
#main .sec_wall small{
 color: #666;
 font-size: 88%;
}
#main .sec_wall .info em{
 color: #e50126;
 font-size: 112.5%;
}
#main .sec_wall h3{
 font-size: 100%;
 line-height: 1;
 text-align: center;
 margin: 70px 0 1.5em 0;
}
.wallpaper{
 max-width: 300px;
 width: 60%;
}
.sec_insta{
 margin: auto;
 max-width: 690px;
 padding:  20px;
 background: #f7f7f7
}
/*============================================================
	Footer
============================================================*/
#page_footer{
	width: 100%;
	position: relative;
	text-align: center;
 padding: 40px 0 20px 0;
 color: #fff;
}

#page_footer p{
 text-align: center;
 line-height: 1;
 font-size: 12px;
}
#page_footer img{
 width: 70px;
 margin-bottom: 20px;
}

/*============================================================
	check_cookie_popup
============================================================*/
.check_cookie_popup{
 display:none;
 padding: 20px;
 width: 100%;
 position: fixed;
 bottom: 0;
 left: 0;
 background: rgba(255,255,255,0.90);
 z-index: 1000;
 color: #000;
 text-align: center;
}
.check_cookie_popup p{
 margin: 0 0 1em 0;
 font-size: 16px;
 line-height: 1.75;
 text-align: center;
}
.btn_check_cookie{
 display: inline-block;
 background: #999;
 color: #fff;
 line-height: 1;
 padding:  15px 2em;
}