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


body {
	font-size:15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	background:url(../image/bg.gif) center repeat-y;
}

.photo {
	text-align:center;
	margin:0;
	background:url(../image/header_bg.png) center no-repeat;
	background-color:#000;
	background-size: 1000px;
}
.photo img {
	width:600px;
	height:auto;
}

@media (max-width: 480px) {
   /* SP用：横幅が480px以下の場合 */
body {
	width:100%;
	}
#content {
	padding:0 10px;
}
.photo {
	text-align:center;
	margin:0;
}
.photo img {
	width:100%;
	height:auto;
}

.fuwatto_btn {
	padding: 0.8em 1em;
	text-align:center;
}
#txt_center {
	text-align:center !important;
	display:block;
	margin:auto;
}
}

@media (min-width: 481px) {
   /* PC用：横幅が481px以上の場合 */

#content {
	margin:0 auto;
	width:600px;
	text-align:center;
}

.large {
	font-size:24px !important;
}
.fuwatto_btn {
	padding: 0.8em 5em;
}
}


/* タイトル */
#title {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.ribbon {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}
.ribbon:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #b60000;
  border-left-color: transparent;/*山形に切り抜き*/
  pointer-events: none;
}

.ribbon:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #b60000;
  border-right-color: transparent;/*山形に切り抜き*/
  pointer-events: none;
}

.ribbon h3 {
	text-align:center;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 50px;
  line-height: 45px;
  font-size: 18px;
  color: #FFF;
  background: #cc0000;/*真ん中の背景色*/
}
.ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #990000;/*左の折り返し部分*/
}
.ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #990000;/*右の折り返し部分*/
}



/* 大文字 */
.large {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

/* リスト */
ul {
	padding:8px 10px 8px 15px;
	text-align:left;
}
ul li{
	font-size:12px;
	line-height:1.6em;
	margin:5px 0;
}
/* プレゼント */
.present img{
	width: 300px;
}
.present {
	margin:0 auto 10px auto;
	text-align:center;
}
form{
	text-align: center;
}
p{
	text-align: center;
}
/* ボタン */
.submit-btn {
  display: inline-block;
  background: linear-gradient(#ff0000, #990000);
  color: #FFF;
  font-weight:bold;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  border: solid 2px #990000;/*少し濃い目の色に*/
  margin:20px auto 0 auto;
  padding:10px 40px;
}

.submit-btn[disabled] {
  color: #660000;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.agree {
	font-size:0.8em;
}

/* 終了ページ*/
.end_text {
	margin-top:20px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#f00000;
}

/* コピーライト */
#copyright {
	font-size:0.7em;
	text-align:center;
	padding:20px 0 10px 0;
}
#copyright a {
	text-decoration:none;
	color:#000;
}
.info{
	 margin:15px auto 5px auto; 
	 font-size:0.6em;
	 color:#333333;
}








