@charset "UTF-8";

/*共通*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/*html {
	font-size: 62.5%;
}*/
body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size:1rem;
	line-height: 1.5;
	color:#000;
}
body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4{
	font-weight: bold;
}
ul,ol {
	list-style:none;
}
img{
  width: 100%;
  height: auto;
	vertical-align: top;
}
a{
	color:#000;
	text-decoration:none;
	transition:0.3s linear;
}
a:hover{
	text-decoration:none;
	transition:0.3s;
	opacity:0.7;
}
a:focus {
  outline: none;
}
a img{
	border: none;
	outline: none;
}


header h1 {
  text-align: left;
}
header h1 img {
  width: 120px;
}


/*コンテンツ*/
.inner {
	max-width: 1000px;
	height: 100%;
	margin:0 auto;
  position: relative;
}
section {
	margin-bottom: 70px;
}


/*応募規約*/
/*header {
  padding: 30px 0 15px;
  background: #FFF;
}*/
#rules h3 {
	font-size: 1.8rem;
	color: #ac1d41;
}
#rules .ac {
  display: none;
}
#rules .ac h3:first-of-type {
	margin-top: 15px;
}
#rules p+h3, #rules ul+h3, #rules ul+ul {
  margin-top: 15px;
}
#rules ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#rules .moreBtn {
	font-size: 1.2rem;
	font-weight: bold;
	color: #AC1D41;
	width: 400px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
	border: 3px solid #AC1D41;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
}
#rules .moreBtn::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #AC1D41;
	position: absolute;
	right: 12.5%;	
}
#rules .moreBtn:hover {
	transition:0.3s;
	opacity:0.7;	
}
#rules a {
	text-decoration: underline;
}



/*スクロールフッター固定ボタン*/
.flot_btn {
	width: 100%;
}
.flot_btn > div {
  width: 100%;
  padding: 30px 0;
  background: #fff;
}
.flot_btn a {
  	/*font-size: 1.8rem;*/
    font-weight: bold;
    color: #fff;
    width: 400px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #AC1D41;
    border-radius: 6px;
    /*確定前*/
/*    background-color: #ccc;
    pointer-events: none;*/
}
.flot_btn a::after {
		content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 0.5em;
}
.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
.fix.end {
  bottom: 60px;
  transition: 0.1s;
}

/*お問い合わせ*/
#contact .wrap {
	width: 100%;
  background-color: #909090;
  padding: 70px 0;
  text-align: center;	
}
#contact h2 {
  width: 72%;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto 50px;
  border: 1px solid #fff;
  background-color: inherit;
}
#contact h2 br {
	display: none;
}
#contact p {
	font-size: 1.2rem;
	font-weight: bold;
}
#contact p.time {
	color: #fff;
	margin: 15px 0;
}
#contact p.time span {
	padding-left: 1em;
}
#contact p small {
	font-size: 1rem;
}
#contact p br.sp {
	display: none;
}
#contact .linkBtn {
	width: auto;
	margin: 50px 0 20px;
	background-color: inherit;
}
#contact .linkBtn a {
    width: 400px;
    height: 64px;
    color: #fff;
    background-color: #000;
    border: 3px solid #000;
}
#contact .linkBtn a::after {
	color: #fff;
}
#contact ul {
	font-size: 1.5rem;
	color: #fff;
}
#contact ul li br {
	display: none;
}

/*フッター*/
footer small {
  padding: 80px 0 20px;
  text-align: center;
  display: block;
}
footer p {
	font-size: 16px;
  line-height: 1;
}


/*モバイル*/
@media screen and (max-width: 1024px) {
	/*ラップ*/
	.inner {
		max-width: 100%;
		width: 100%;
		padding: 0 3%;
	}	
}
@media screen and (max-width: 768px) {
	/*ヘッダー*/
	header h1 {
		text-align: center
	}	
	/*ラップ*/
	.inner {
		max-width: 100%;
		width: 100%;
		padding: 0 3%;
	}
	/*コンテンツ*/
	section {
		margin-bottom: 40px;
	}
	/*キービジュアル*/
	#kv {
		margin: 0 auto 60px;
	}
	footer p {
		font-size: 1.4rem;
	}

	/*お問い合わせ*/
	#contact .wrap {
		padding: 40px 0;
	}
	#contact h2 {
		width: 100%;
		font-size: 1.4rem;
		padding: 15px 0;
		margin: 0 auto 30px;
	}	
}

@media screen and (max-width: 480px) {
	/*ヘッダー*/
	header{
	  padding: 3vh 0 1.5vh;
	}
	.flot_btn a {
		width: 90%;
		height: 58px;
	}
	.fix.end {
		bottom: 40px;
	}	
	#rules .moreBtn {
	    width: 90%;
	    height: 58px
	}
	#rules .moreBtn::after {
	  right: 5%;	
	}
	footer p {
		font-size: 1.2rem;

	}
	/*お問い合わせ*/
	#contact h2 {
		line-height: 1.4;
	}
	#contact h2 br {
		display: block;
	}
	#contact p {
		font-size: 1.2rem;
	}
	#contact p.time {
		margin: 10px 0;
	}
	#contact p.time span {
		display: block;
		padding-left: 0;
	}
	#contact p small {
		font-size: 0.9rem;
	}
	#contact p br.sp {
		display: block;
	}
	#contact .linkBtn {
		margin: 30px 15px;
	}
  #contact .linkBtn a {
      width: 90%;
      height: 58px;
  }	
	#contact ul {
		font-size: 1rem;
	}
	#contact ul li br {
		display: block
	}
}