@charset "utf-8";


/*==================================================
$common
==================================================*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
	min-width: 1300px;
}
a {color: inherit;text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}
.nopc {display: none !important;}
img {max-width: 100%;}
main *{margin: 0 auto;}
main article section {
	padding: 50px 20px;
	width: 100%;
}
.headline {
	width: 100%;
	min-width: 1300px;
}
.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: 160px;
	margin-bottom: 20px;
}
.sec01 div p:nth-of-type(3) {
	max-width: 630px;
}
.sec02 {
	padding: 50px 0 470px;
	background-image: url(../img/sauce.png);
	background-size: 960px;
	background-position: center bottom -280px;
	background-repeat: no-repeat;
	text-align: center;
}
.sec02 div h2 {
	max-width: 840px;
	margin-bottom: 30px;
}
.sec02 div h2 span {
	display: block;
	max-width: 680px;
	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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1450px;
	width: 100%;
	margin-bottom: 50px;
}
.sec03 ol li {
	max-width: 250px;
	width: 18%;
	margin: 0 1%;
	position: relative;
}
.sec03 ol li:not(:last-of-type) span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -9%;
	margin: auto;
}
.sec03 ol li span {
	position: relative;
	display: block;
}
.sec03 ol li:nth-of-type(1) span small {
	position: absolute;
	bottom: 20px;
	left: -90px;
	max-width: 200px;
	width: 80%;
}
.sec03 ol li:nth-of-type(4) span small {
	position: absolute;
	bottom: -35px;
	left: -20px;
	max-width: 103px;
}
.sec03 ol li p {
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-size: 110px;
}
.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;
	max-width: 540px;
	width: 90%;
	height: 100px;
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
	transition: .3s;
	opacity: 1;
}
.btn:hover {
	opacity: .7;
}
.btn span {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 280px;
}
.btn span img {
	width: 100%;
}
.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: center;
	max-width: 1300px;
	width: 100%;
	margin-bottom: 50px;
}
.sec04 div ul li {
	max-width: 245px;
	width: 25%;
}
.sec04 div a.btn {
	background-color: #ec2632;
}
.sec04 div a.btn span {
	max-width: 350px;
}
.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;
}
.sec05 a:hover {
	text-decoration: none;
}
.sec05 del {
	text-decoration: none;
	background: linear-gradient(transparent 25%, #000 31%, #fff 32%, #fff 65%, #000 71%, #fff 72%, transparent 100%);
}
footer {
	padding: 50px 0;
}
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: "corp_round_v1";
  src: url("../font/corp_round_v1.eot");
  src: url("../font/corp_round_v1.eot?") format("embedded-opentype"),
	url("../font/corp_round_v1.woff") format('woff'),
	url("../font/corp_round_v1.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
body {
	font-family: 'corp_round_v1', sans-serif;
	line-height: 1.5;
}
.headline {
	padding-bottom: 50px;
	background: #4b241d;
}
.sec01 div h2 {
	max-width: 660px;
	width: 90%;
}
.sec01 div p:nth-of-type(1) {
	font-size: 40px;
	max-width: none;
}
.sec02 div h2 span {
	font-size: 40px;
}
.sec02 div p {
	font-size: 30px;
}
.sec02 div p span {
	font-size: 40px;
	color: #fe0002;
	display: block;
	max-width: none;
}
.sec03 {
	background-image: none;
	background-color: #fe0002;
}
.sec03 h2 {
	max-width: 1080px;
}
.sec03 ol li p {
	min-height: 8.5em;
}
.sec03>p {
	font-size: 30px;
	color: #fff;
	max-width: none;
}
.sec03>p::before,
.sec03>p::after {
	content: '';
	width: 4px;
	height: 1.5em;
	background: #fff;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 4px;
}
.sec03>p::before {
	margin-right: 10px;
	transform: rotate(-50deg);
}
.sec03>p::after {
	margin-left: 10px;
	transform: rotate(50deg);
}
.sec03>p span::before,
.sec03>p span::after {
	content: '';
	width: 4px;
	height: 2em;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100px;
}
.sec03>p span::before {
	margin-right: 50px;
	transform: rotate(-35deg);
}
.sec03>p span::after {
	margin-left: 50px;
	transform: rotate(35deg);
}
.btn span {
	font-size: 40px;
	color: #fe0002;
}
.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;
}
.term_area {
	background: #fe0002 url(../img/sauce_bg.png) no-repeat center top;
	background-size: contain;
	padding: 1.5% 5% 13%;
}
.term_area p {
	text-align: center;
	line-height: 1.5;
	margin-top: -60px;
}
.term_area p span {
	font-size: 28px;
	color: #fff;
	margin-right: 10px;
}
.term_area p strong {
	font-size: 30px;
	font-weight: bold;
	color: #ffe100;
}
.outline_area {
	padding: 0 0 100px;
	background: #fe0002;
	margin-top: -2%;
}
.outline_area h2 {
	width: 430px;
	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: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.outline_area span {
	font-size: 20px;
	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: 360px;
}
.prize_area {
	padding: 0 0 100px;
	background: #fe0002;
}
.prize_area h2 {
	width: 115px;
	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: 50%;
}
.prize_area ul li:first-child {
	width: 47.5%;
	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: 52.5%;
	background: url(../img/campaign_bg.png) no-repeat left 23% bottom;
	background-size: 81.5%;
	animation:prize02 .3s ease-in-out infinite alternate;
}
@keyframes prize02{
	0% {background: url(../img/campaign_bg.png) no-repeat left 23% bottom;background-size: 81.5%;}
	100% {background: url(../img/campaign_bg02.png) no-repeat left 23% bottom;background-size: 81.5%;}
}
.procedure_area {
	padding: 0 0 100px;
	background: #fe0002;
	width: 100%;
	overflow: hidden;
}
.procedure_area h2 {
	width: 230px;
	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;
	width: 1080px;
	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 {
	width: 1080px;
	margin: auto;
	background: #fff;
	border: 5px solid #231815;
	transition: .3s;
	position: relative;
	transition-delay: .5s;
}
.procedure_area>div .procedure_inbox h3 {
	width: 700px;
	margin: -70px auto 50px;
	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: 80px;
}
.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 30px;
	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;
	font-size: 20px;
	margin-bottom: 30px;
}
.procedure_area>div .procedure_inbox ol li p strong {
	font-size: 30px;
	font-weight: bold;
}
.procedure_area>div .procedure_inbox ol li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.procedure_area>div .procedure_inbox ol li ul li {
	width: 360px;
	margin: 0 10px;
}
.procedure_area div.first {
	margin-bottom: 150px;
}
.procedure_area>div.first .procedure_inbox {
	top: 20px;
	left: -20px;
}
.procedure_area>div.first.on .procedure_inbox {
	top: 0;
	left: 0;
}
.procedure_area>div.first::before {
	top: 20px;
	left: -20px;
}
.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 .procedure_ill li {
	position: absolute;
	bottom: 0;
}
.procedure_area div.first .procedure_ill li.txt {
	width: 241px;
	height: 601px;
	top: 30px;
	right: -187px;
	z-index: 2;
	transition: .3s;
	opacity: 0;
	transform: scale(0);
}
.procedure_area div.first .procedure_ill li.txt.on {
	top: -140px;
	opacity: 1;
	transform: scale(1);
}
.procedure_area div.first .procedure_ill li.ill {
	width: 358px;
	height: 573px;
	bottom: -24px;
	right: -187px;
	z-index: 3;
}
.procedure_area div.first .procedure_ill li.ornament {
	width: 342px;
	height: 287px;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.procedure_area div.first .procedure_ill li.ornament.on {
	right: -270px;
	opacity: 1;
}
.procedure_area>div.second .procedure_inbox {
	top: 20px;
	left: 20px;
}
.procedure_area>div.second.on .procedure_inbox {
	top: 0;
	left: 0;
}
.procedure_area>div.second::before {
	top: 20px;
	left: 20px;
}
.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 li {
	width: 200px;
	margin: 0 20px;
	text-align: center;
	font-weight: bold;
	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:nth-child(2) {
	animation-delay: .3s;
	transition-delay: .3s;
}
.procedure_area div.second ol li:nth-child(2) ul li:nth-child(3) {
	animation-delay: .6s;
	transition-delay: .6s;
}
.procedure_area div.second ol li ul li h4 {
	font-size: 20px;
}
.procedure_area div.second ol li ul li p {
	font-size: 15px;
	margin-bottom: 0;
}
.procedure_area div.second .procedure_ill li.txt {
	width: 250px;
	height: 980px;
	left: -200px;
	z-index: 2;
	transition: .3s;
	top: 0px;
	opacity: 0;
	transform: scale(0);
}
.procedure_area div.second .procedure_ill li.txt.on {
	top: 100px;
	opacity: 1;
	transform: scale(1);
}
.procedure_area div.second .procedure_ill li.ill {
	width: 312px;
	height: 609px;
	bottom: -25px;
	left: -134px;
	z-index: 3;
}
.procedure_area div.second .procedure_ill li.ornament {
	width: 324px;
	height: 324px;
	bottom: 55px;
	left: -240px;
	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: 0 0 100px;
	width: 100%;
	overflow: hidden;
	background: #fe0002 url(../img/example_bg.png) no-repeat center;
	background-size: contain;
	animation:example .3s ease-in-out infinite alternate;
}
@keyframes example{
  0% {background: #fe0002 url(../img/example_bg.png) no-repeat center;background-size: contain;}
  100% {background: #fe0002 url(../img/example_bg02.png) no-repeat center;background-size: contain;}
}
.example_area * {
	position: relative;
	z-index: 2;
}
.example_area h2 {
	width: 295px;
	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;
}
.example_area span img {
	width: 80%;
	margin: auto;
	display: block;
}
.example_area h3 {
	width: 630px;
	margin: 0 auto 30px;
	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;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.example_area ul li:not(.sauce3) {
	width: 360px;
	margin: 0 10px;
}
.example_area ul li.sauce3 {
	width: 70px;
	height: 173px;
	background: url(../img/dorosauce.png) no-repeat center;
	background-size: contain;
	display: block;
	margin: -80px 150px 0 0;
}
.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: -120px;
	transform: scale(1.3);
}
.example_area ul li.sauce3::after {
	right: -100px;
	transform: scale(.7);
}
.example_area ul li.sauce3:last-child {
	margin: -80px 0 0 150px;
}
.example_area ul li.sauce3:last-child::before {
	left: auto;
	right: -120px;
}
.example_area ul li.sauce3:last-child::after {
	right: auto;
	left: -100px;
}
.square_btn {
	font-size: 30px;
	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;
}
.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: 20px;
	height: 70px;
}
.square_btn.tw::before {
	content: '';
	width: 33px;
	height: 33px;
	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: 20px;
	height: 70px;
}
.square_btn.insta::before {
	content: '';
	width: 33px;
	height: 33px;
	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: 30px;
	width: 350px;
	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: '';
	width: 350px;
	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: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	box-shadow: 0 0 10px rgba(136, 0, 1,.5);
	border-radius: 100px;
	background-color: #fff;
}
#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;
}
