@charset "utf-8";
/* CSS Document */


/*------------------------------------base*/
body{
	font-family: YuGothic,'Yu Gothic',sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: none;
	line-height: 1.2;
	background-color:#fff;
}


body#special {background-color:#000;}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.inner{
	width: auto;
	max-width: 1020px;
	min-width: 1020px; 
	padding: 0 0;
	margin: 0 auto;
}

.bgwhite{
	width: auto;
	background-color:#fff;
	max-width: 1020px;
	min-width: 1020px; 
	margin: 0 auto;
}

.bgwhite2{
	width: auto;
	background-color:#fff;
	max-width: 900px;
	min-width: 900px; 
	margin: 0 auto;
}

.bgblack{
	width: auto;
	background-color:#000;
	max-width: 1020px;
	min-width: 1020px; 
	margin: 0 auto;
}

.bg_black{
	background: #000;
	min-width: 1020px; 
}
.bg_gold{
	background: #beac72;
	min-width: 1020px; 
}
.topBack{
   position: fixed;
     bottom: 16px;
     right: 16px;
}
.tab-list ul li{
	cursor: pointer;
}
.tab-contents{
	display: none;
}
.tab-contents.show{
	display: block;
}





/*------------------------------------top*/
#headWrap{
	text-align: center;
}




#headWrap .inner.main_visual{
	min-width: 1020px; 
	text-align:left;

}
#headWrap .inner{
	position: relative;
}

#logo img{
	position: absolute;
	left: 20px;
	top: 15px;
	width: 70px;
	height: 27px;
}

#headWrap .inner > figure{
	margin-bottom: 0px;
}


#heaederSns{
	position: absolute;
	top: 12px;
	left: 505px;
}

#heaederSns2{
	position: absolute;
	top: 23px;
	left: 606px;
}

#heaederSns li{
display: inline-block;
}

#heaederSns2 li{
display: inline-block;
}

#heaederSns li img{
	display: block;
	margin-bottom: 10px;
	padding-right:2px;
}

#heaederSns2 li img{
	display: block;
	margin-bottom: 10px;
	padding-right:2px;
}

#gNav{
	min-width:1020px;
	max-width:1020px;
	margin: 0 auto;
	
}
#gNav ul{
	display: flex;
	justify-content: space-between;
	padding-top:0px;
	padding-left:8px;
	padding-bottom:0px;
	padding-right:8px;
}

.fiximage{
	width:100%;
}

#gNav ul li{
width:20%;
text-align:center;
}

#gNav ul li a{
display:block;
position:relative;
}

#gNav ul li img{
padding:10px 0;
padding-top:13px;
}



.image_area{
text-align:center;
}

#comming_soon .image_area{
margin-top: 50px;
}

.image_area img{
max-width:100%;
}
/* キャンペーンについて
================================================== */
#about{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}


#about .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#about img{
max-width:100%;
margin-bottom:20px;
}

/* 賞品
================================================== */
#prize{
	text-align: center;
	padding-top: 10px;
}

#prize .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#prize img{
max-width:100%;
margin-bottom:20px;
}

#prize h2{
}
.copy{color:white;}
#prize p{
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	font-size: 15px;
}
.prizeContents{
margin-left:-10px;
}
.prizeImage{
	margin-bottom: 15px;
}

.prizeImage:last-child{
	margin-bottom: 0px;
}
.fadein{
	transition: 1s;
}

.tcenter{
	text-align: center;	
}

.strobe {
    animation-name: fadein2;
    animation-duration: 4s;
}
@keyframes fadein2 {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/* 応募方法・エントリー
================================================== */
#entry{
	text-align: center;
	padding-top: 40px;
}
#entry h2{
}

#entry .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#entry .inner img {
    max-width: 100%;
    margin-bottom: 20px;
}

#entry .entryContents{
	margin: 0px auto;
	padding:10px 0;
}

#system{
	margin-top: 70px;
	position: relative;
	border-bottom: 3px solid #f2e28b;
}
#system p{
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}
#system figure{
	margin-bottom: 15px;
}
#system ul{
	display: flex;
	justify-content: space-between;
}
#system ul li{
	position: relative;
	padding: 82px 0 15px;
}
#system ul li::before{
	position: absolute;
	top: 0;
	left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
	content: "";
	width: 68px;
	height: 42px;
	background: url(../images/arrow-down.png);
}
.stepH3{
	margin-bottom: 30px;
}
#stepTxt{
	padding-top: 40px;
	position: relative;
}
#stepTxt #stepTxt_pc a{
	position: absolute;
	top: 230px;
	left: 27px;
}

.entry_btn img{
margin:40px auto;
margin-bottom:0;
}

/* エントリー手順
================================================== */
#process{
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}

#process .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
}

#process .inner img {
    max-width: 100%;
    margin-bottom: 20px;
}

#process .processContents{
	margin: 0px auto;
	padding:10px 0px;
}

#process .processContents .inner_box{
}

#process .tab-list{
	padding:30px 35px;
	padding-bottom:0;
}

#process .tab-list ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	height: 67px;
}
#process .tab-list .selleft{
	position: absolute;
	left: 0;
	z-index: 1;
}
#process .tab-list .selright{
	position: absolute;
	right: 0;
}
#process .tab-list .selcenter{
	position: absolute;
	left: 50%;
   -webkit-transform: translate(-50%,0);
   transform: translate(-50%, 0);
}
#process .tab-list .selright.active{
	z-index: 2;
}
.entryTab ol{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.entryTab-box{
	width:390px;
	text-align:right;
	padding:10px;
	
}

.entryTab-box img{
padding:15px 25px;
padding-bottom:10px;
}


.entryTab-box.step1{
	border-bottom: 1px solid #e60013;
	border-right: 1px solid #e60013;
}
.entryTab-box.step2{
	border-bottom: 1px solid #e60013;
}
.entryTab-box.step3{
	border-right: 1px solid #e60013;
}
.entryTab-box:nth-child(1),.entryTab-box:nth-child(2){
}
.entryTab-box:nth-child(3),.entryTab-box:nth-child(4){
}
.entryTab-box:nth-child(2n){
}
.entryTab-box-top{
}
.entryTab{
	border:3px solid #e60013;
	margin:0px 35px;
	margin-bottom:30px;
	padding-top:20px;
	background:#fff;
}
.step_text{
	position:relative;
	width:100%;
	padding-left:90px;
	text-align:left;
	min-height: 80px;
}

.step_text .step_img{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	border:none;
	radius:none;
}


.entryTab h3{
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}
.entryTab p{
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}
.link_txt a,
.link_txt span {
	color:#4a97e1;
}
.postContact{
	text-align:center;
	margin:30px;
	
}
#entryBtn{
	width: 814px;
	margin: 0 auto;
}
#entryBtn a img{
	padding: 20px 0px 0px 0px;
}

.entry_btn_area2{
	text-align:center;
	margin:30px 0 ;
}
.case-03 .step2 h3{
	//margin-bottom: 121px;
}
.case-03 .step3 h3{
	//margin-bottom: 90px;
}
/* Q&A
================================================== */
#qa{
	padding-top: 40px;
}
#qa h2{
	text-align: center;
}

#qa .inner{
	min-width:951px;
	max-width:951px;
	padding:0;
	color:#fff;
}

#qa .questionContents{
	margin: 0px auto;
	padding:10px 25px;
}
#qa dl{
	padding: 15px;
	border-bottom: 1px solid #e71f19;
}


#qa dt {
	display: table;
	background: url('../images/faq-q-icon.png') 0 0 no-repeat;
	color: #1d2088;  
	font-size: 15px;
	font-weight: bold;
	width:100%;
	height: 48px;
}	
#qa dt span {
    display: table-cell;
    padding-left: 60px; 
    color: #000; 
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}
#qa dd {
    min-height: 51px;
    margin: 27px 0 0 0px;
    padding: 0 13px 0 60px;
    background: url('../images/faq-a-icon.png') 0 0 no-repeat;
    line-height: 22px;
    font-weight: bold;
}
#qa dd p{
	margin-bottom: 25px;
	font-weight: bold;
}
#qa dd a{
	font-size: 15px;
	//text-decoration: none;
	color: #4a97e1;
}


/* footer
================================================== */
#footerCopy{
	color: #FFF;
	font-family: Helvetica;
	padding-top:20px;
}
#footerCopy .inner{
	width: auto;
	max-width: 1020px;
	min-width: 1020px; 
	margin: 0 auto;
	padding:0;
	position:relative;
}

.footerLogo{
position:absolute;
left:50px;
bottom:15px;
}
.footerLogo img{
}

#footerCopy .footerCopyright{
text-align:right;
position:absolute;
right:15px;
bottom:15px;
}
#heaederSns ul li:hover,
#gNav ul li a:hover,
.postContact a:hover,
#entryBtn a:hover,
.prizeImage a:hover{
	opacity: 0.7;
}
