@charset "utf-8";
/* CSS Document */
  
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	-webkit-text-size-adjust: none;
  background-image: url(https://crane-game.jp/getlive/img/confetti.webp);
  background: repeating-linear-gradient(135deg, #f5bed6, #f5bed6 20px, #f2a8c8 20px, #f2a8c8 40px);
	background-repeat: repeat;
}

div#campaign {
	width:100%;
	margin:0 auto;
}
div#campaign img{
	width:100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#main{
	width:80%;
	height:auto;
	margin:0 auto;
	padding:2% 3%;
	background-color: #D0FA58;
	border-radius:20px;
	border:#CCC 1px solid;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	
	margin-bottom:40px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kikka1 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 500px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1em;
  font-size: 20px;
  box-shadow: 0px 15px 20px -17px rgba(0, 0, 0, 0.3);
  border-radius:20px;
}
.kikka1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kikka1 img {
  max-width: 100%;
  vertical-align: top;
}
.kikka1 figcaption {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 20px;
  position: relative;
}
.kikka1 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 0%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 40%);
}
.kikka1 h2, h1,
.kikka1 p {
  margin: 10px 0 10px;
}
.kikka1 h2 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}
.kikka1 p {
  font-size: 0.7em;
  letter-spacing: 1px;
  text-align: center;
}
.kikka2 {
  font-size: 1.1em;
  letter-spacing: 1px;
  color: red;
  font-weight: bold;
}
.kikka1 .last1 {
  background-color: #ff0000;
  width: 100%;
  text-align: center;
}
.kikka1 p2 {
  padding: 10px 5px;
  display: inline-block;
  font-size: 0.7em;
  color: #ffffff;
  font-weight: bold;
}

h1 {
  position: relative;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}

h1:first-letter {
  font-size: 2em;
  color: #EB6898;
}

h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}