@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	background: #fff;
	position: relative;
	color: #333;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
}
a {color: inherit;text-decoration: none;}
.nosp {display: none !important;}
img {max-width: 100%;}

main *{margin: 0 auto;}
main article section {
	padding: 10% 5%;
	width: 100%;
}
.headline {
	width: 100%;
}
.sec01 {
	background-image: url(../img/bg.svg);
	background-size: 9px;
	text-align: center;
}
.sec01 div h2 {
	max-width: 350px;
	margin-bottom: 30px;
}
.sec01 div p:nth-of-type(1) {
	max-width: 1000px;
	margin-bottom: 20px;
}
.sec01 div p:nth-of-type(2) {
	max-width: 30vw;
	margin-bottom: 20px;
}
.sec01 div p:nth-of-type(3) {
	max-width: 630px;
}
.sec02 {
	padding: 10% 5% 55%;
	background-image: url(../img/sauce.png);
	background-size: contain;
	background-position: center bottom -75%;
	background-repeat: no-repeat;
	text-align: center;
}
.sec02 div h2 {
	max-width: 840px;
	margin-bottom: 30px;
}
.sec02 div h2 span {
	display: block;
	max-width: 90%;
	margin-bottom: 20px;
}
.sec02 div p {
	max-width: 600px;
}
.sec03 {
	text-align: center;
	background-color: #ec2632;
	background-image: url(../img/bg.svg);
	background-size: 9px;
}
.sec03 h2 {
	max-width: 650px;
	margin-bottom: 50px;
}
.sec03 ol {
	max-width: 1450px;
	width: 100%;
	margin-bottom: 50px;
}
.sec03 ol li {
	width: 100%;
	margin: 0 0 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec03 ol li:not(:last-of-type)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);
}
.sec03 ol li span {
	position: relative;
	display: block;
	width: 50%;
	margin: 0;
}
.sec03 ol li:nth-of-type(1) span small {
	position: absolute;
	bottom: 0;
	left: -30%;
	max-width: 120px;
}
.sec03 ol li:nth-of-type(4) span small {
	position: absolute;
	bottom: -25%;
	left: -13%;
	max-width: 80px;
}
.sec03 ol li p {
	color: #fff;
	font-weight: bold;
	width: 45%;
	text-align: left;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.sec03 ol li p br {
	display: none;
}
.sec03 ol li:nth-of-type(1) p {
	background-image: url(../img/no01.png);
}
.sec03 ol li:nth-of-type(2) p {
	background-image: url(../img/no02.png);
}
.sec03 ol li:nth-of-type(3) p {
	background-image: url(../img/no03.png);
}
.sec03 ol li:nth-of-type(4) p {
	background-image: url(../img/no04.png);
}
.sec03 ol li:nth-of-type(5) p {
	background-image: url(../img/no05.png);
}
.sec03>p {
	max-width: 840px;
	margin-bottom: 30px;
}
.btn {
	display: block;
	width: 90%;
	height: 15vw;
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
}
.btn span {
	width: 60%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sec04 {
	text-align: center;
	background-image: url(../img/bg.svg);
	background-size: 9px;
}
.sec04 div h2 {
	max-width: 740px;
	margin-bottom: 30px;
}
.sec04 div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1300px;
	width: 100%;
	margin-bottom: 50px;
}
.sec04 div ul li {
	width: 49%;
	margin: 0 0 2%;
}
.sec04 div ul li:last-of-type {
	display: none;
}
.sec04 div a.btn {
	background-color: #ec2632;
	height: 20vw;
}
.sec04 div a.btn span {
	width: 80%;
}
.sec05 {
	max-width: 1080px;
	width: 100%;
	margin: auto;
}
.sec05 div>ul>li {
	margin-bottom: 50px;
	font-weight: bold;
}
.sec05 div>ul>li strong {
	color: #ec2632;
}
.sec05 div>ul>li p:not(:last-child) {
	margin-bottom: 20px;
}
.sec05 div>ul>li p span {
	color: #0094dd;
}
.sec05 div>ul>li ol li {
	padding-left: 2em;
	text-indent: -2em;
}
.sec05 a {
	text-decoration: underline;
	word-break: break-all;
}
.sec05 del {
	text-decoration: none;
	background: linear-gradient(transparent 25%, #000 31%, #fff 32%, #fff 65%, #000 71%, #fff 72%, #fff 100%);
}
footer {
	padding: 0 0 50px;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
footer ul li {
	width: 50px;
	height: 50px;
	margin: 0 10px;
}
footer p {
	text-align: center;
	font-weight: bold;
}


@font-face {
	font-family: 'コーポレート・ロゴ（ラウンド）';
	src: url(../font/corp_round_v1.ttf);
}
body {
	font-family: 'コーポレート・ロゴ（ラウンド）', sans-serif;
	line-height: 1.5;
}
.sec01 div h2 {
	max-width: 660px;
	width: 90%;
}
.sec01 div p:nth-of-type(1) {
	font-size: 20px;
	max-width: none;
}
.sec02 {
	padding: 10% 5% 60vw;
	background-position: center bottom -35%;
}
.sec02 div h2 span {
	font-size: 25px;
}
.sec02 div p {
	font-size: 20px;
}
.sec02 div p span {
	font-size: 25px;
	color: #fe0002;
	display: block;
	max-width: none;
}
.sec03 {
	background-image: none;
	background-color: #fe0002;
}
.sec03 h2 {
	max-width: 1080px;
}
.sec03 ol li p {
	font-size: 18px;
}
.sec03>p {
	font-size: 20px;
	color: #fff;
	max-width: none;
	position: relative;
	padding: 0 20px;
}
.sec03>p::before,
.sec03>p::after {
	content: '';
	width: 4px;
	height: 1.5em;
	background: #fff;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
}
.sec03>p::before {
	margin-right: 5px;
	transform: rotate(-50deg);
	left: 0;
}
.sec03>p::after {
	margin-left: 5px;
	transform: rotate(50deg);
	right: 0;
}
.sec03>p span::before,
.sec03>p span::after {
	content: '';
	width: 4px;
	height: 2em;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
}
.sec03>p span::before {
	margin-right: 10px;
	transform: rotate(-35deg);
	left: 10px;
}
.sec03>p span::after {
	margin-left: 10px;
	transform: rotate(35deg);
	right: 10px;
}
.btn span {
	font-size: 25px;
	color: #fe0002;
	width: 100%;
}
.sec05 {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sec05 div>ul>li ol li {
	padding-left: 0;
	text-indent: 0;
}
.headline {
	padding-bottom: 25%;
	background: #4b241d;
}
.term_area {
	background: #fe0002 url(../img/sauce_bg.png) no-repeat center top;
	background-size: contain;
	padding: 1.5% 5% 20%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.term_area p {
	text-align: center;
	margin-top: -28%;
	width: 100%;
}
.term_area p br {
	display: none;
}
.term_area p span {
	font-size: 16px;
	color: #fff;
}
.term_area p strong {
	font-size: 16px;
	font-weight: bold;
	color: #ffe100;
	display: block;
}
@media screen and (max-width:420px) {
	.term_area p span {
		font-size: 3.8vw;
	}
	.term_area p strong {
		font-size: 3.8vw;
	}
}
.outline_area {
	padding: 0 5% 50px;
	background: #fe0002;
}
.outline_area h2 {
	max-width: 430px;
	width: 70%;
	margin: 0 auto 30px;
	transition: .2s;
	opacity: 0;
	position: relative;
	top: -50px;
}
.outline_area h2.on {
	opacity: 1;
	top: 0;
}
.outline_area p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.outline_area span {
	display: block;
	text-align: center;
	color: #fff;
}
.outline_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 800px;
	width: 100%;
	margin: 30px auto 0;
}
.outline_area ul li {
	width: 90%;
	margin-bottom: 20px;
}
.prize_area {
	padding: 0 0 50px;
	background: #fe0002;
}
.prize_area h2 {
	max-width: 115px;
	width: 20%;
	transition: .2s;
	opacity: 0;
	position: relative;
	top: -50px;
}
.prize_area h2.on {
	opacity: 1;
	top: 0;
}
.prize_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	max-width: 1175px;
	margin: auto;
	padding-left: 3%;
}
.prize_area ul li {
	margin: 0;
	width: 100%;
}
.prize_area ul li:first-child {
	width: 92%;
	margin: 0 auto 0 0;
	background: url(../img/campaign_bg.png) no-repeat center bottom;
	background-size: 90%;
	animation:prize01 .3s ease-in-out infinite alternate;
}
@keyframes prize01{
	0% {background: url(../img/campaign_bg.png) no-repeat center bottom;background-size: 90%;}
	100% {background: url(../img/campaign_bg02.png) no-repeat center bottom;background-size: 90%;}
}
.prize_area ul li:last-child {
	width: 100%;
	background: url(../img/campaign_bg.png) no-repeat left 23% bottom;
	background-size: 83%;
	animation:prize02 .3s ease-in-out infinite alternate;
}
@keyframes prize02{
	0% {background: url(../img/campaign_bg.png) no-repeat left 23% bottom;background-size: 83%;}
	100% {background: url(../img/campaign_bg02.png) no-repeat left 23% bottom;background-size: 83%;}
}
.procedure_area {
	padding: 0 0 30px;
	background: #fe0002;
	width: 100%;
	overflow: hidden;
}
.procedure_area h2 {
	max-width: 230px;
	width: 40%;
	margin: 0 auto 100px;
	transition: .2s;
	opacity: 0;
	position: relative;
	top: -50px;
}
.procedure_area h2.on {
	opacity: 1;
	top: 0;
}
.procedure_area>div {
	position: relative;
	z-index: 2;
	max-width: 1080px;
	width: 90%;
	margin: auto;
}
.procedure_area>div::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffe100 url(../img/bg.svg) repeat top left;
	background-size: 9px;
	z-index: -1;
	transition: .2s;
	transition-delay: .5s;
}
.procedure_area>div::after {
	content: '';
	position: absolute;
	width: 232px;
	height: 225px;
	background: url(../img/ill01.png) no-repeat center;
	background-size: contain;
	z-index: -1;
	transition: .5s;
}
.procedure_area>div .procedure_inbox {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	background: #fff;
	border: 5px solid #231815;
	padding: 0 5% 60%;
	transition: .3s;
	position: relative;
	transition-delay: .5s;
}
.procedure_area>div .procedure_inbox h3 {
	max-width: 700px;
	width: 90%;
	margin: -9% auto 30px;
	transition: .3s;
	position: relative;
	top: 50px;
	opacity: 0;
}
.procedure_area>div.on .procedure_inbox h3 {
	top: 0;
	opacity: 1;
}
.procedure_area>div .procedure_inbox>ol>li {
	margin-bottom: 20px;
}
.procedure_area>div .procedure_inbox ol li h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #fe0002;
	padding: 5px 10px;
	display: block;
	margin: 0 auto 10px;
	width: 130px;
	text-align: center;
	animation:step .3s ease-in-out infinite alternate;
}
@keyframes step{
  0% {opacity:.3;}
  100% {opacity:1;}
}
.procedure_area>div .procedure_inbox ol li p {
	text-align: center;
	margin-bottom: 20px;
}
.procedure_area>div .procedure_inbox ol li p strong {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.procedure_area>div .procedure_inbox ol li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.procedure_area>div .procedure_inbox ol li ul li {
	width: 100%;
	margin: 0 10px 10px;
}
.procedure_area div.first {
	margin-bottom: 150px;
}
.procedure_area>div.first .procedure_inbox {
	top: 10px;
	left: -10px;
}
.procedure_area>div.first.on .procedure_inbox {
	top: 0;
	left: 0;
}
.procedure_area>div.first::before {
	top: 10px;
	left: -10px;
}
.procedure_area>div.first::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transition: .1s;
}
.procedure_area>div.first.on::after {
	top: -100px;
	left: -100px;
	transform: scale(1);
}
.procedure_area>div.first .procedure_inbox ol li:nth-child(2) ul {
	padding: 5% 0;
}
.procedure_area div .procedure_ill li {
	position: absolute;
	bottom: 0;
}
.procedure_area div.first .procedure_ill li.txt {
	width: 50vw;
	height: 32vw;
	bottom: 13vw;
	left: 0;
	z-index: 2;
	transition: .3s;
	opacity: 0;
	transform: scale(0);
}
.procedure_area div.first .procedure_ill li.txt.on {
	bottom: 13vw;
	left: 0;
	opacity: 1;
	transform: scale(1);
}
.procedure_area div.first .procedure_ill li.ill {
	width: 42vw;
	height: 66.5vw;
	bottom: -10px;
	right: 0;
	z-index: 3;
}
.procedure_area div.first .procedure_ill li.ornament {
	width: 40vw;
	height: 34vw;
	bottom: 0;
	right: -15vw;
	z-index: 1;
	transition: .3s;
	opacity: 0;
}
.procedure_area div.first .procedure_ill li.ornament.on {
	bottom: 0;
	right: -15vw;
	opacity: 1;
}
.procedure_area>div.second .procedure_inbox {
	top: 10px;
	left: 10px;
}
.procedure_area>div.second.on .procedure_inbox {
	top: 0;
	left: 0;
}
.procedure_area>div.second::before {
	top: 10px;
	left: 10px;
}
.procedure_area>div.second::after {
	top: 0;
	right: 0;
	transform: scale(0,0);
	transition: .1s;
}
.procedure_area>div.second.on::after {
	top: -100px;
	right: -100px;
	transform: scale(-1,1);
}
.procedure_area div.second ol li:nth-child(2) ul {
	width: 100%;
	margin: 0 auto;
}
.procedure_area div.second ol li:nth-child(2) ul li {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	top: -100px;
	opacity: 0;
}
.procedure_area div.second ol li:nth-child(2) ul li.on {
	animation:rare .3s ease-in-out;
	top: 0;
	opacity: 1;
}
@keyframes rare{
  0% {top: -100px;opacity: 0;}
	70% {top: 15px;opacity: 1;}
  100% {top: 0;opacity: 1;}
}
.procedure_area div.second ol li:nth-child(2) ul li img {
	width: 50%;
	margin-bottom: 10px;
}
.procedure_area div.second ol li ul li h4 {
	font-size: 20px;
}
.procedure_area div.second ol li ul li p {
	margin-bottom: 0;
}
.procedure_area div.second ol li ul li h5 {
	font-size: 25px;
	margin-bottom: 10px;
}
.procedure_area>div.second .procedure_inbox>ol>li:nth-child(3) ul {
	padding: 5% 0;
}
.procedure_area div.second .procedure_ill li.txt {
	width: 50vw;
	height: 34vw;
	bottom: 19vw;
	right: 0;
	z-index: 2;
	transition: .3s;
	opacity: 0;
	transform: scale(0);
}
.procedure_area div.second .procedure_ill li.txt.on {
	bottom: 19vw;
	right: 0;
	opacity: 1;
	transform: scale(1);
}
.procedure_area div.second .procedure_ill li.ill {
	width: 37vw;
	height: 71.5vw;
	bottom: -10px;
	left: 6vw;
	z-index: 3;
}
.procedure_area div.second .procedure_ill li.ornament {
	width: 50vw;
	height: 50vw;
	bottom: -5vw;
	left: -10vw;
	z-index: 1;
	transition: .1s;
	opacity: 0;
	transform: scale(0);
}
.procedure_area div.second .procedure_ill li.ornament.on {
	opacity: 1;
	transform: scale(1);
}
.example_area {
	padding: 50px 0;
	background: #fe0002;
	width: 100%;
	overflow: hidden;
}
.example_area * {
	position: relative;
	z-index: 2;
}
.example_area h2 {
	max-width: 295px;
	width: 50%;
	margin: 0 auto 30px;
	position: relative;
	transition: .2s;
	opacity: 0;
	top: -50px;
}
.example_area h2.on {
	opacity: 1;
	top: 0;
}
.example_area span {
	display: block;
	max-width: 1500px;
	width: 100%;
	z-index: 1;
	position: relative;
	padding: 15% 0;
	background: #fe0002 url(../img/example_bg.png) no-repeat center;
	background-size: 200%;
	margin: -10% 0;
	animation:example .3s ease-in-out infinite alternate;
}
@keyframes example{
  0% {background: #fe0002 url(../img/example_bg.png) no-repeat center;background-size: 200%;}
  100% {background: #fe0002 url(../img/example_bg02.png) no-repeat center;background-size: 200%;}
}
.example_area h3 {
	max-width: 630px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	transition: .2s;
	opacity: 0;
	top: -50px;
}
.example_area h3.on {
	opacity: 1;
	top: 0;
}
.example_area ul {
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.example_area ul li:not(.sauce3) {
	width: 80%;
	margin: 15px auto;
	z-index: 5;
}
.example_area ul li.sauce3 {
	width: 70px;
	height: 173px;
	background: url(../img/dorosauce.png) no-repeat center;
	background-size: contain;
	display: block;
	transform: scale(.7);
}
.example_area ul li.sauce3::before,
.example_area ul li.sauce3::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 173px;
	background: url(../img/dorosauce.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.example_area ul li.sauce3::before {
	left: -60vw;
	transform: scale(1.3);
}
.example_area ul li.sauce3::after {
	right: -60vw;
	transform: scale(1.3);
}
.example_area ul li.sauce3:first-child::before,
.example_area ul li.sauce3:first-child::after {
	bottom: -40vw;
}
.example_area ul li.sauce3:last-child::before,
.example_area ul li.sauce3:last-child::after {
	bottom: 40vw;
}
.square_btn {
	font-size: 25px;
	font-weight: bold;
	max-width: 350px;
	width: 100%;
	height: 80px;
	border: 4px solid #231815;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 7px 7px 0 rgba(0,0,0,1);
	transition: .1s;
	top: 0;
	left: 0;
}
@media screen and (max-width:320px) {
	.square_btn {
		font-size: 20px;
	}
}
.square_btn.btn_blue {
	background: #0094dd;
}
.square_btn.btn_yellow {
	background: #ffe100;
}
.square_btn:hover {
	top: 7px;
	left: 7px;
	box-shadow: 0 0 0 rgba(0,0,0,1);
}
.square_btn.tw {
	font-size: 18px;
	height: 70px;
}
.square_btn.tw::before {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico_twitter.png) no-repeat center;
	background-size: contain;
	margin-right: 10px;
}
.square_btn.insta {
	font-size: 18px;
	height: 70px;
}
.square_btn.insta::before {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/ico_insta.png) no-repeat center;
	background-size: contain;
	margin-right: 10px;
}
.btn_apply {
	font-size: 6vw;
	max-width: 350px;
	width: 100%;
	height: 85px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 0 7px 7px 0;
	transition: .1s;
}
.btn_apply::before {
	content: '';
	max-width: 350px;
	width: 100%;
	height: 85px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	z-index: -1;
	top: -7px;
	left: -7px;
	transition: .1s;
}
.btn_apply.tw {
	background: url(../img/btn_tw_back.svg) no-repeat center;
	background-size: contain;
}
.btn_apply.tw::before {
	background: url(../img/btn_tw_front.svg) no-repeat center;
	background-size: contain;
}
.btn_apply.insta {
	background: url(../img/btn_insta_back.svg) no-repeat center;
	background-size: contain;
}
.btn_apply.insta::before {
	background: url(../img/btn_insta_front.svg) no-repeat center;
	background-size: contain;
}
.btn_apply:hover {
	padding: 0;
}
.btn_apply:hover::before {
	top: 0;
	left: 0;
}
#totop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 5%;
	right: 3%;
	box-shadow: 0 0 10px rgba(136, 0, 1,.5);
	border-radius: 100px;
	background-color: #fff;
	z-index: 100;
}
#totop::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #fe0002 transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
