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


a{
	color:#FF6700;
}

a img:hover {
opacity:0.4;
}

h1{
	font-size:11px;
	font-weight:100;
	color:#6F6F6F;
	}

select[name="choice"]{
    height:23px;
　　margin-bottom:10px;
}

.choice{
display:block;
margin:20px 0px 10px 0px;
border-width:0px 0px 0px 3px;
border-style:solid;
border-color:#900;
width:350px;
height:20px;
padding:8px 0px 0px 10px;
}


/* --------------------------------アニメーション定義-------------------------------- */
* {
-webkit-transition:all 0.5s ease-out;
-moz-transition:all 0.5s ease-out;
-ms-transition:all 0.5s ease-out;
transition:all 0.5s ease-out;
}

.rItemUnits{
margin:10px;
}

/*全体*/

body{
	font-family:"Century Gothic","メイリオ";
	width: 100%;
	}


/* --------------------------------固定バナースタイルシート-------------------------------- */

html, body{
height: 100%;
margin: 0;
padding: 0;
}

/*--------------------------------内容--------------------------------*/


a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#font01 {
	font-size: 4ex;
	font-weight: bold;
	width: 500px;
	color: #000000;
}


#font01-2 {
	font-size: 2.5ex;
	font-weight: bold;
	width: 500px;
	color: #000000;
}

.square {
   width: 100%;
   height: 100px;
   background: black;
	margin: 80px 0 50px 0;
}

#font02 {
	font-size: 4ex;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
}

#font03 {
	font-size: 4ex;
	font-weight: bold;
	color: #000000;
	line-height: 100px;
}

/* ::::: カウントダウン ::::: */



#countOutput-bg, #countOutput02-bg {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	background-color: #000066;}

#countOutput,#countOutput02{
	padding-top: 35px;
	text-align:center;
	font-size: 180%;
	font-weight: bold;
	color:#FFFFFF;
}



/* --------------------------------ページトップへ-------------------------------- */

#page-top {
    position: fixed;
    bottom: 35px;
    right: 20px;
}
#page-top a {
    width: 100px;
    padding: 0px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
}


/*================================================================pc================================================================*/

@media screen and  (min-width:1025px) {


/*------ヘッダー--------*/

div#bg-01{
	height: auto;
	width: 100%;
	background-color:#a40000;
	background-size:100% auto;/*この場合は高さが自動設定*/
	background-size:auto 100%;/*この場合は幅が自動設定*/
	display: inline-block;
	margin-bottom: 10px;
}




div#bg-02{
	background-image: url(img/mn-campaign-bg-01.jpg);
	height: 500px;
	background-position: center top;
	background-repeat:repeat-x;
	padding: 50px 0;
	/* background-color:#fff; */
}

div#bg-02 img{
	width: 50%;
}


/*------内容--------*/

div#main img{
	width: 900px;
	text-align: center;
	display:block
}

 #img_test img{
	 	width: 500px !important;
 }

/* --------------------------------フッター-------------------------------- */

div#footer{
	height: 50px;
	font-size: 30px;
	letter-spacing: 10px;
	background: #ECECEC;
	background-size:1200px;
	display: flex;
	justify-content: center;
  	align-items: center;
	}


div#footer table{
	width: 1000px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
	float: inherit;
	 list-style: none;
	margin-top: 20px;
	}

div#footer table td{
	width: 50%;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	float: inherit;
	 list-style: none;
	}

div#footer a{
text-decoration: none;
	color:#fd5a52;
}

}


/*================================================================SP================================================================*/

@media screen and (max-width:1024px) {


/*------------------------------ 固定バナースタイルシート ------------------------------*/

html, body{
width: 100%;
margin: 0;
padding: 0;
	 -webkit-text-size-adjust: 100%;
}

	#check_button{
		width: 85%;
		margin-top: 28px;
	}


/*--------------------------------内容--------------------------------*/



div#main img{
width: 100%;
		text-align: center;
}

div#main table {
	margin-top: -3px;
	width: 95%;
	text-align: center;
}

div#main table img{
	width: 100%;
	margin-bottom: 0px;
}


div#bg-02{
	background-image: url(img/mn-campaign-bg-01.jpg);
	padding: 50px 0;
}
div#bg-02 img{
	width: 80%;
}
	
div#bg-01{
	height: auto;
	width: 100%;
	background-color:#a40000;
	background-size:100% auto;/*この場合は高さが自動設定*/
	background-size:auto 100%;/*この場合は幅が自動設定*/
	display: inline-block;
	margin-bottom: 10px;
}


	
#font01 {
	font-size: 5rem;
	font-weight: bold;
	width: 100%;
	color: #000000;
	margin: auto;
}

#font01-2 {
	
	font-size: 3rem;
	font-weight: bold;
	width: 100%;
	color: #000000;
}

#font02 {
	font-size: 4rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
}


#font03 {
	font-size: 5rem;
	font-weight: bold;
	width: 100%;
	color: #000000;
	line-height: 1.3em;
}

#font04 {
	font-size: 3rem;
	font-weight: bold;
	width: 100%;
	color: #000000;
}

/* ::::: カウントダウン ::::: */



#countOutput-bg, #countOutput02-bg {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 25vh;
	background-color: #000066;}

#countOutput,#countOutput02{
	padding-top: 35px;
	text-align:center;
	font-size: 7rem;
	font-weight: bold;
	color:#FFFFFF;
}

	
	
#page-top {
    position: fixed;
    bottom: 35px;
    right: 120px;
}
#page-top img{
    width: 200px;
}
#page-top a {
    width: 100px;
    padding: 0px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

/* --------------------------------フッター-------------------------------- */

div#footer{
	width: 100%;
	height: 50px;
	font-size: 13px;
	letter-spacing: 5px;
	background: #ECECEC;
	background-size:100%;
	display: flex;
	justify-content: center;
  	align-items: center;
	text-align: center
	}



div#footer a{
text-decoration: none;
	color:#fd5a52;
}

}
