@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"M PLUS Rounded 1c", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 20px;
	color: #000;
	line-height: 2em;
	word-wrap:break-word;/* 英数字折り返し */
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ max-width: 100%; width: 100%; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_column01,
.Pickup_box,
.sp_box_column,
.list_inline01
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_column01:after,
.Pickup_box:after,
.sp_box_column:after,
.list_inline01:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}
@media print {
	html,
	html body { *zoom: 0.65;}
}

.Clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.row {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/* !汎用コンテンツ
---------------------------------------------------------- */
.main {
	position: relative;
	width: 100%;
	min-height: 1080px;
	background: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.header {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.logo {
	width: 680px;
	position: absolute;
	top: 2%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.lead {
	position: absolute;
	bottom: 60px;
	right: 30%;
	z-index: 2;
	width: 400px;
}

/*---見出し---*/
h2 {
	font-size: 50px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1em;
	font-weight: bold;
}

h3 {
	font-size: 26px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}

/* !賞品
----------------------------------------------------------- */
#Area_Prize {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
	padding:60px 0;
}

#Area_Prize .w90per {
	width: 90%;
}

/*---位置の指定---*/
#Area_Prize .posi_character {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 2;
}

#Area_Prize .posi_character_name {
	position: absolute;
	top: 210px;
	right: 30px;
	z-index: 2;
	width: 160px;
	height: auto;
}

/*---げんき君バウンド---*/
.move_bounce {
	width: 180px;
	height: auto;
	animation: bounce 2s linear infinite;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(-10px);
	}
	20% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-10px);
	}
	40% {
		transform: translateY(0);
	}
}

/* !募集期間
----------------------------------------------------------- */
.bg_yellow {
	background: #fdf5e6;
	padding:100px 0;
}

.inner_white {
	background: #fff;
	padding:60px 120px 100px;
	border-radius: 30px;
}

.period {
	font-size: 46px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	color: #df261b;
	text-align: center;
}

/*---リスト（チェックマーク）---*/
.Check {
	position: relative;
}

.Check li {
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none!important;
}

.Check li:before {
	content: "✔";
	position: absolute;
	left : 0;
	color: #df261b;
}

/* !過去の受賞作品
----------------------------------------------------------- */
#Area_Award {
	background: #fff;
	padding:60px 0 80px;
}

/*---写真---*/
.Photo_Flex {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}

.Photo_Flex div {
	flex: 1;
}

.Photo_Flex p {
	font-size: 18px;
}

/*--- 区切り線 ---*/
.line_gray {
	border-top: 1px solid #ddd;
	margin: 60px 0;
}

/*---ボタン---*/
#Btn_Flex {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.btn a {
	font-size: 18px;
	line-height: 1.5em;
	position: relative;
	display: inline-block;
	padding: 24px 50px;
	transition: all 0.3s;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #1d9de5;
	border-radius: 50px;
}

.btn a::after {
	content: '▶';
	font-size: 13px;
	position: absolute;
	right: 26px;
}

.btn a:hover {
	color: #fff;
	background: #3bb6fb;
}

/* !エフェクト
----------------------------------------------------------- */
/*---流れるテキスト---*/
.slide-in {
	overflow: hidden;
	display: inline-block;
}

.slide-in_inner {
	display: inline-block;
}

.leftAnime{
	opacity: 0;
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes slideTextX100 {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/*---スタンプ---*/
.move_stamp {
	opacity: 0;
}

.stamp {
	animation: stamp 0.5s forwards;
	animation-delay:0.3s;
	opacity: 0;
}

@keyframes stamp {
	0% { transform: scale(3); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}

/*---注意書き---*/
.notice {
	border: 1px solid #ccc;
	padding: 20px 0 24px 50px;
	border-radius: 8px;
}

.notice span {
	color: #df261b;
	font-weight: bold;
}

/* !応募フォーム
----------------------------------------------------------- */
.form_frame {
	width:100%;
	background: #fff;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 0 50px rgba(128, 128, 128, 0.1) ;
}

.tit_thanks {
	display: inline;
	font-size: 36px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	background-image: linear-gradient(rgba(0,0,0,0) 76%, rgb(255,244,80) 76%);
}

/* !Footer
---------------------------------------------------------- */
.footer {
	background: #f2deb6;
	padding: 60px 0;
}

.inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.footer_wrap {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.footer_wrap p {
	font-size: 18px;
	line-height: 1.6em;
}

.footer_link {
	display: block;
	max-width: 250px;
	width: 100%;
	margin: 0 auto 30px;
}

.footer_img {
	max-width: 200px;
	width: 100%;
	margin: 30px auto 0;
}

/*---ページの先頭へ---*/
#back-top {
	position:fixed;
	right:40px;
	bottom:30px;
	z-index: 5;
}

#back-top a {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	border: solid 3px #202124;
	background-color: #fff;
	border-radius: 50%;
}

#back-top a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-color: #202124;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	transition: transform ease 0.4s;
}

#back-top a:hover:after {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

#back-top a:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 55%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #202124;
	border-width: 4px 0 0 4px;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: border-color ease 0.1s;
}

#back-top a:hover:before {
	border-color: #fff;
}

/* !Fonts -------------------------------------------------------------- */
.fwB { font-weight: bold;}

/* !Margin ------------------------------------------------------------------ */
.mt20 { margin-top:20px !important;}
.mt40 { margin-top:40px !important;}
.mt60 { margin-top:60px !important;}
.mt80 { margin-top:80px !important;}
.mt100 { margin-top:100px !important;}

/* !Inline Align ------------------------------------------------------------ */
.taC { text-align: center !important;}
.taC_spL { text-align: center !important;}
.ImgC { display: block; margin-left: auto; margin-right: auto;}

/* !Floats ------------------------------------------------------------------ */
.flL { display: inline; float: left;}
.flR { display: inline; float: right;}
