@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
img {
	display: block;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font: 16px/1.231  Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	background: #fff;
	color: #000;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

/* Header
 ---------------------------------------------------------------*/
.hero {
	margin: 0 auto;
}
.mv {
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/mv.png);
	background-size: 140%;
	background-position: center center;
	padding-top: 114%;
	box-sizing: border-box;
}
.mv_bottom {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.mv_bottom img {
	width: 100%;
}

/* Main
 ---------------------------------------------------------------*/
#main{
	width:  96%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	padding: 20px 0;
}
#main2{
	width:  96%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}


/* footer
 ---------------------------------------------------------------*/
.footer{
	width: 100%;
	font-size: 10px;
  box-sizing: border-box;
	text-align: center;
	background-color: #000;
}
.copyright {
	font-size: 10px;
  text-align: center;
  padding: 20px 0 40px;
  line-height: 1;
  color: #fff;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */

/* Component
   ----------------------------------------------------------------- */
.img01 {
	margin: 0 auto;
}
.award {
	margin: 0 auto 20px;
	width: 94%;
}
iframe {
	width: 104%!important;
	margin-left: -2%!important;
}

/* red_block */
.red_block {
	width: 100%;
	border-radius: 10px;
	background-color: #d90000;
	border: 4px solid #a20404;
	padding: 15px 10px;
	box-sizing: border-box;
}
.red_block_head {
	width: 94%;
	margin: 0 auto 10px;
}
.red_block_bottom {
	width: 94%;
	margin: 10px auto 0;
}
.scratch {
	width: 100%;
	background: url(../img/scratch_bg.png);
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
.scratch_inner {
	border: 10px solid #fff;
	border-radius: 10px;
}
.scratch_border {
	background-color: #fff;
	border: 4px solid #d90000;
	border-radius: 5px;
	box-sizing: border-box;
}
.scratch_panel {
	overflow: hidden;
}
.scratch_item {
	width: 33.333333%;
	float: left;
	border-right: 1px solid #d90000;
	border-bottom: 1px solid #d90000;
	box-sizing: border-box;
}
.scratch_item:nth-of-type(3n) {
	border-right: none;
}
.scratch_item:nth-of-type(7),
.scratch_item:nth-of-type(8),
.scratch_item:nth-of-type(9) {
	border-bottom: none;
}
.scratch_item a {
	padding: 10px 0;
	text-align: center;
}
.scratch_item a:hover {
  animation: hurueru .3s infinite;
}
@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
.scratch_item img {
	margin: 0 auto;
	width: 60%;
	height: auto;
}
.scratch_img {
	width: 80%;
	margin: 20px auto 0;
}
.scratch_bottom {
	width: 90%;
	margin: 10px auto;
}
.prize {
	background-color: #ffc600;
	border-radius: 5px;
	width: 94%;
	margin: 20px auto;
	padding: 10px;
	box-sizing: border-box;
}
.prize_inner {
	background-color: #fff;
	padding: 20px 0 15px;
	text-align: center;
	font-size: 23px;
	color: #f00;
	font-weight: bold;
}
.page3_message {
	width: 90%;
	margin: 10px auto 0;
}
.form_txt {
	margin: 20px auto 10px;
	width: 90%;
}
form input[type="text"] {
	width: 90%;
	display: block;
	margin: 0 auto;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #999;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}
.form_btn {
	-webkit-apearance: none;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.form_btn:hover {
	cursor: pointer;
	opacity: .9;
	transition: .4s;
}
.form_btn img {
	width: 100%;
	height: auto;
}
.recommend {
	width: 94%;
	margin: 10px auto;
	border: 2px solid #a20404;
	padding:  15px 10px 10px;
	box-sizing: border-box;
	background: #ffe400; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe400 0%, #beae00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffe400 0%,#beae00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffe400 0%,#beae00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe400', endColorstr='#beae00',GradientType=0 ); /* IE6-9 */
}
.recommend_inner {
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.recommend_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recommend_cap {
	max-width: 100%;
	height: auto;
}
.recommend_btn {
	margin-top: 10px;
}
.recommend_btn img {
	width: 100%;
}

.cont {
	margin: 20px auto 0;
	box-sizing:border-box;
}

.cont_ttl {
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.cont_ttl img {
	width: 100%;
}
.cont_body {
	padding: 20px 0;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 20px;
	font-weight: bold;
}
.xbig {
	font-size: 34px;
	font-weight: bold;
}
.red {
	color: #dc0000;
	font-weight: bold;
}
.blue {
	color: #006CD8;
	font-weight: bold;
}
.yellow {
	background: #FFD104;
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
	display: block;
}
.center {
	text-align: center;
}
.center img {
	margin: 0 auto;
	max-width: 100%;
}
.recommend {
	margin: 0 auto 10px;
}
.cont_txt {
	line-height: 200%;
	font-size:  14px;
	margin: 0 auto;
	padding: 0 5%;
}
.ttl img {
	width: 100%;
}
.cont_subttl {
	margin: 20px auto 10px;
	width: 90%;
}
.cont_subttl img {
	width: 100%;
	margin: 0 auto;
}
/* モーダル コンテンツエリア */
#modal-main {
	display: none;
	width: 80%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #666666;
	position:fixed;
	z-index: 2;
}
#modal-main img {
	width: 100%;
	height: auto;
}
/* モーダル 背景エリア */
#modal-bg {
	display: none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 1;
}

/* Project
  ------------------------------------------------------------------- */

/*スマホ対応*/
.pc {
	display: none!important;
}
.sp {
	display: block;
}

