@charset "utf-8";


/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #faf0dc;
	color: #1e0a0a;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
/* 	overflow: hidden; */
}
a {
	color: #009fb9;
	font-weight: 700;
}
.footer {
	background: #fff;
}


/* loading
----------------------------------------------- */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #ffb400;
	z-index: 20;
}
.loading__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -150px;
	width: 300px;
	height: 4px;
	overflow: hidden;
}
.loading__text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -68px 0 0 -100px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.loading__text:before {
	margin: 0 auto 5px;
	display: block;
	content: "";
	width: 114px;
	height: 26px;
	background-image: url(images/title_icon@2x.png);
	background-size: 114px 26px;
	animation: jump 1.5s ease-in-out infinite;
}
.loading__progress-bar {
	top: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 4px;
	background: #1e0a0a;
	z-index: 1;
	transition: width 0.25s;
}
.loading__progress-base {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 4px;
	background: #e69600;
}

/* loading-complete */
.loading-complete .loading__progress-bar,
.loading-complete .loading__progress-base {
	width: 0;
	transform: translateY(100%);
	transition-property: width, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.loading-complete .loading__text {
	opacity: 0;
	transform: scale(0.8);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}


/* title
----------------------------------------------- */

.title {
	text-align: center;
}
.title__icon {
	display: block;
	height: 26px;
}
.title__icon img {
	width: auto;
	height: 100%;
}
.title__label {
	margin: 15px 0 0;
	font-size: 40px;
	letter-spacing: .05em;
}
.title__label span {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	letter-spacing: .2em;
}


/* intro
----------------------------------------------- */

.intro {
	position: relative;
	min-height: 777px;
	background-image: url(images/bg.jpg);
	background-position: center top;
}
.intro:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	content: "";
	height: 90px;
	background-image: url(images/curve_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 90px;
}
.intro__inner {
	padding: 146px 0 0;
}
.intro__inner:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	content: "";
	height: 280px;
	background: linear-gradient(to bottom, rgba(255,180,0,0) 0%,rgba(240,120,0,0.8) 100%);
}
.intro__head {
	position: relative;
}
.intro__title {
	position: absolute;
	top: -125px;
	left: 50%;
	margin: 0 0 0 -180px;
	z-index: 2;
}
.intro__paint li {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 470px;
	height: 300px;
	margin: -44px 0 0;
	background-repeat: no-repeat;
}
.intro__paint li:first-child {
	margin-left: -500px;
	background-image: url(images/paint02.png);
}
.intro__paint li:last-child {
	margin-left: 30px;
	background-image: url(images/paint01.png);
}
.intro__bg {
	position: relative;
	width: 100%;
	height: 212px;
	background-image: url(images/intro_bg@2x.png);
	background-repeat: repeat-x;
	background-size: 1680px 212px;
	background-position: 0 0;
	z-index: 1;
}
.intro__lead {
	margin: 90px auto 0;
	width: 940px;
	height: 60px;
	background-image: url(images/intro_lead_pc@2x.png);
	background-repeat: no-repeat;
	background-size: 940px 60px;
}
.intor__text {
	position: relative;
	margin: 13px 0 -20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	z-index: 1;
}
.intro__banner {
	position: relative;
	margin: auto;
	width: 930px;
}
.intro__banner a {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	display: block;
	width: 930px;
	height: 200px;
	background-image: url(images/banner_pc@2x.png);
	background-repeat: no-repeat;
	background-size: 930px 200px;
	z-index: 1;
}

/* js-intro-ready */

.js-intro-ready .intro__title {
	opacity: 0;
	transform: scale(1.15);
	transition-duration: 0.9s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	visibility: hidden;
}
.js-intro-ready .intro__paint li {
	opacity: 0;
	transform: scale(0.8);
	transition-duration: 0.7s, 0.6s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: 0.5s, 0.4s;
	visibility: hidden;
}
.js-intro-ready .intro__bg {
	opacity: 0;
	transition-duration: 0.4s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-delay: 0.3s;
	visibility: hidden;
}

/* js-intro-finish */

.js-intro-finish .intro__title {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.js-intro-finish .intro__paint li {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.js-intro-finish .intro__bg {
	opacity: 1;
  animation: loop 50s linear infinite;
	visibility: visible;
}


/* schedule
----------------------------------------------- */

.schedule {
	padding: 120px 0 0;
	background-color: #faf0dc;
	overflow: hidden;
}
.schedule__inner {
	margin: auto;
	width: 1000px;
}


/* program
----------------------------------------------- */

.program {
	margin: 130px 0 0;
}
.program__article {
	margin: 0 0 150px;
}
.program__inner {
	position: relative;
	margin: auto;
	width: 920px;
	display: flex;
	justify-content: space-between;
}
.program__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
}
.program__image:before {
	position: absolute;
	top: -80px;
	left: -130px;
	display: block;
	content: "";
	width: 470px;
	height: 300px;
	background-image: url(images/paint01.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.program__image img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.program__main {
	width: 530px;
}
.program__title {
	margin: -7px 0 0;
	color: #009fb9;
	font-size: 30px;
	line-height: 42px;
}
.program__lead {
	margin: 18px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}
.program__text {
	margin: 10px 0 -8px;
	font-size: 16px;
	line-height: 29px;
}
.program__date {
	margin-top: calc(240px + 20px);
	margin-bottom: -2px;
	display: flex;
	width: 360px;
}
.program__dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #009fb9;
	border-radius: 4px;
}
.program__dd {
	padding: 0 20px;
	width: calc(100% - 100px);
	color: #009fb9;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	box-sizing: border-box;
}

/* even */
.program__article:nth-child(even) .program__image {
	right: 0;
	left: auto;
}
.program__article:nth-child(even) .program__image:before {
	right: -130px;
	left: auto;
}
.program__article:nth-child(even) .program__main {
	order: 1;
}
.program__article:nth-child(even) .program__date {
	order: 2;
}

/* 2n */
.program__article:nth-of-type(2) .program__title,
.program__article:nth-of-type(5) .program__title,
.program__article:nth-of-type(2) .program__dd,
.program__article:nth-of-type(5) .program__dd {
	color: #f18d00;
}
.program__article:nth-of-type(2) .program__dt,
.program__article:nth-of-type(5) .program__dt {
	background-color: #f18d00;
}
.program__article:nth-of-type(2) .program__image:before,
.program__article:nth-of-type(5) .program__image:before {
	background-image: url(images/paint02.png);
}

/* 3n */
.program__article:nth-of-type(3) .program__title,
.program__article:nth-of-type(6) .program__title,
.program__article:nth-of-type(3) .program__dd,
.program__article:nth-of-type(6) .program__dd {
	color: #e9546b;
}
.program__article:nth-of-type(3) .program__dt,
.program__article:nth-of-type(6) .program__dt {
	background-color: #e9546b;
}
.program__article:nth-of-type(3) .program__image:before,
.program__article:nth-of-type(6) .program__image:before {
	background-image: url(images/paint03.png);
}


/* present
----------------------------------------------- */

.present {
	position: relative;
	padding: 154px 0 246px;
	background-image: url(images/bg.jpg);
	background-position: center top;
	overflow: hidden;
}
.present:before,
.present:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	height: 90px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 90px;
}
.present:before {
	top: 0;
	background-image: url(images/curve_bottom.png);
}
.present:after {
	bottom: 0;
	background-image: url(images/curve_top.png);
}
.present__inner {
	margin: auto;
	max-width: 1000px;
}
.present__inner:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	content: "";
	height: 280px;
	background: linear-gradient(to bottom, rgba(255,180,0,0) 0%,rgba(240,120,0,0.8) 100%);
}
.present__title {
	position: relative;
	margin: 60px 0 0;
}
.present__title-base {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 870px;
	height: 422px;
	background-image: url(images/present_title_pc@2x.png);
	background-repeat: no-repeat;
	background-size: 810px 362px;
	background-position: center center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	z-index: 1;
}
.present__title:before,
.present__title:after {
	position: absolute;
	display: block;
	content: "";
	width: 470px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: 470px 300px;
}
.present__title:before {
	top: -50px;
	right: -35px;
	background-image: url(images/paint01.png);
}
.present__title:after {
	bottom: -50px;
	left: -35px;
	background-image: url(images/paint03.png);
}
.present__arrow {
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin: 0 0 0 -15px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.present__contents {
	position: relative;
	margin: 63px auto 0;
	padding: 42px 0 55px;
	width: 948px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	z-index: 1;
}
.present__contents:before {
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	content: "";
	border: 2px solid #fff;
	border-radius: 26px;
	box-sizing: border-box;
}
.present__label {
	display: flex;
	justify-content: center;
}
.present__label em {
	color: #e9546b;
	font-size: 30px;
	font-style: normal;
}
.present__label span {
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}
.present__label:before,
.present__label:after {
	display: block;
	content: "";
	width: 32px;
	height: 68px;
	margin: 14px 25px 0 0;
	background-image: url(images/line@2x.png);
	background-repeat: no-repeat;
	background-size: 32px 68px;
}
.present__label:after {
	margin: 14px 0 0 25px;
	transform: scale(-1,1);
}
.present__item {
	position: relative;
	margin: 20px 53px 30px;
	display: flex;
	align-items: center;
	border: 2px solid #009fb9;
	border-radius: 20px;
	box-sizing: border-box;
}
.present__item:before {
	position: absolute;
	top: -70px;
	left: -32px;
	display: block;
	content: "";
	width: 50px;
	height: 90px;
	background-image: url(images/present_arrow@2x.png);
	background-repeat: no-repeat;
	background-size: 50px 90px;
}
.present__item:first-child:before {
	display: none;
}
.present__head {
	width: 100%;
}
.present__count {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 150px;
	height: 150px;
	border-radius: 20px 0 0 0;
	background-image: url(images/present01_count_pc@2x.png);
	background-repeat: no-repeat;
	background-size: 150px 150px;
	overflow: hidden;
}
.present__count img {
	width: 100%;
	height: auto;
}
.present__image {
	position: absolute;
	bottom: 0;
	right: 0;
}
.present__item-title {
	display: flex;
	align-items: center;
	padding: 0 0 0 160px;
	width: 100%;
	height: 156px;
	color: #009fb9;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	box-sizing: border-box;
}
.present__item-number {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 20px;
	width: 110px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #009fb9;
	border-radius: 4px;
}
.present__item-number em {
	font-size: 26px;
	margin: 0 0 2px;
}
.present__level {
	margin: 0 30px 20px;
	width: 480px;
	text-align: center;
}
.present__level-title {
	margin: 20px 0 0;
	font-weight: 700;
}
.present__level-title span {
	display: flex;
	justify-content: center;
}
.present__level-title span:before,
.present__level-title span:after {
	display: block;
	content: "";
	width: 2px;
	height: 16px;
	background-color: #1e0a0a;
}
.present__level-title span:before {
	margin: 0 12px 0 0;
	transform: rotate(-25deg);
}
.present__level-title span:after {
	margin: 0 0 0 12px;
	transform: rotate(25deg);
}
.present__level-items {
	margin: 10px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #fff;
	font-weight: 700;
}
.present__level-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
	width: 117px;
	height: 77px;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(to right, #f7bb66 0%,#f5af4c 100%);
	box-sizing: border-box;
}
.present__level-item:nth-child(2) {
	height: 85px;
	background: linear-gradient(to right, #f5af4c 0%,#f4a433 100%);
}
.present__level-item:nth-child(3) {
	height: 93px;
	background: linear-gradient(to right, #f4a433 0%,#f18d00 100%);
}
.present__level-item:nth-child(4) {
	height: 101px;
	background: #f18d00;
}
.present__level-item span {
	margin: 5px 0 0;
	display: block;
	font-size: 20px;
}
.present__level-item span em {
	font-size: 26px;
}
.present__level-item span small {
	font-size: 16px;
}
.present__lists {
	margin: 10px 0 25px 157px;
	width: 370px;
}
.present__list {
	padding: 0 0 0 1em;
	color: #4b3b3b;
	font-size: 12px;
	text-indent: -1em;
	line-height: 18px;
}
.present__copyright {
	margin: -20px 53px 0;
	color: #4b3b3b;
	font-size: 12px;
}

/* present__item--2nd */
.present__item--2nd {
	border-color: #f18d00;
}
.present__item--2nd .present__item-title {
	height: 160px;
	color: #f18d00;
	border-bottom: 1px dotted #f18d00;
}
.present__item--2nd .present__item-number {
	background-color: #f18d00;
}

/* present__item--3rd */
.present__item--3rd {
	border-width: 4px;
	background-color: #fdeef0;
	border-color: #e9546b;
}
.present__item--3rd .present__item-title {
	margin: 25px 0 0;
	height: auto;
	color: #e9546b;
}
.present__item--3rd .present__item-number {
	background-color: #e9546b;
}
.present__item--3rd .present__count {
	top: -4px;
	left: -4px;
}


/* howto
----------------------------------------------- */

.howto {
	background: #faf0dc;
	padding: 60px 0 150px;
}
.howto__inner {
	margin: auto;
	max-width: 1000px;
}
.howto__text {
	margin: 60px 0 0;
	text-align: center;
}
.howto__columns {
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	width: 960px;
}
.howto__column {
	width: 300px;
}
.howto__column:first-child {
	width: 630px;
}


/* step
----------------------------------------------- */

.step__item {
	position: relative;
	margin: 0 0 30px;
	padding: 28px 0 40px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	background-color: #fff;
	border-radius: 20px;
}
.step__item:before {
	position: absolute;
	top: -23px;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 0 0 -15px;
	border-style: solid;
	border-width: 16px 15px 0 15px;
	border-color: #e9546b transparent transparent transparent;
}
.step__item:first-child:before {
	display: none;
}
.step__number {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px 15px 0;
	width: 90px;
	height: 90px;
	color: #e9546b;
	font-size: 16px;
	font-weight: 700;
	background-color: rgba(233,84,107,.2);
	border-radius: 20px 0 100px 0;
	box-sizing: border-box;
}
.step__number em {
	font-size: 30px;
}
.step__title {
	color: #e9546b;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.step__text {
	margin: 25px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 29px;
	text-align: center;
}
.step__btn {
	margin: 25px auto 0;
	max-width: 430px;
}
.step__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	background-color: #1da1f2;
	background-image: url(images/arrow_blue.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 20px center;
	border-radius: 100px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.step__btn img {
	width: auto;
	height: 34px;
}

/* nth-of-type(3) */

.step__item:nth-of-type(3) {
	padding: 25px 0;
}
.step__item:nth-of-type(3) .step__text {
	margin: 0;
	font-size: 20px;
	line-height: 31px;
}


/* outline
----------------------------------------------- */

.outline {
	padding: 60px 20px 0;
}
.outline__inner {
	padding: 55px 48px 62px;
	border: 2px solid #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.outline__title {
	font-size: 30px;
	text-align: center;
}
.outline__subtitle {
	margin: 40px 0 0;
	color: #e9546b;
	font-size: 20px;
}
.outline__label {
	margin: 25px 0 0;
	color: #e9546b;
	font-size: 16px;
}
.outline__list,
.outline__text {
	font-size: 14px;
	line-height: 21px;
}
.outline__text {
	margin: 12px 0 0;
}
.outline__lists {
	margin: 11px 0 -5px;
}
.outline__list {
	position: relative;
	margin: 3px 0 0;
	padding: 0 0 0 11px;
}
.outline__list:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	content: "";
	margin: 0 6px 0 0;
	width: 5px;
	height: 5px;
	background-color: #4b3b3b;
	border-radius: 50%;
}


/* join
----------------------------------------------- */

.join {
	background: #fff;
}
.join__inner {
	padding: 50px 0;
	margin: auto;
	width: 1000px;
}
.join__btn {
	margin: auto;
	max-width: 700px;
}
.join__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	background-color: #009fb9;
	background-image: url(images/arrow_green.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 40px center;
	border-radius: 100px;
}



/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* body
	----------------------------------------------- */

	.sp {
		display: none;
	}


	/* link
	----------------------------------------------- */

 .link {
		transition-property: color;
		transition-duration: .3s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */
	.link:hover {
		color: #4cbcce;
		text-decoration: none;
	}


	/* header
	----------------------------------------------- */

	.header {
		position: relative;
	}
	.header__logo {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -450px;
		width: 111px;
		height: 88px;
		z-index: 10;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	.header__logo a {
		display: block;
		width: 111px;
		height: 88px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(images/neco.png) no-repeat;
		background-size: 111px 88px;
		box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	}


	/* intro
	----------------------------------------------- */

 .intro__banner a {
		transition-property: transform;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}
	.intro__banner a:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(images/banner_cover_pc@2x.png);
		background-repeat: no-repeat;
		background-size: 930px 200px;
		opacity: 0;
		transition-property: opacity;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */
	.intro__banner a:hover {
		transform: translateY(-5px);
	}
	.intro__banner a:hover:before {
		opacity: 0.2;
	}


	/* presnet
	----------------------------------------------- */

	/* present__item--2nd */
	.present__item--2nd .present__count {
		background-image: url(images/present02_count_pc@2x.png);
	}
	
	/* present__item--3rd */
	.present__item--3rd .present__count {
		background-image: url(images/present03_count_pc@2x.png);
	}


	/* howto
	----------------------------------------------- */

	.howto__images a {
		transition-property: opacity;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */

	.howto__images a:hover {
		opacity: 0.6;
	}


	/* step
	----------------------------------------------- */

	.step__btn a {
		opacity: 1;
		transition-property: opacity, transform;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */
	.step__btn a:hover {
		opacity: 0.8;
		transform: translateY(-5px);
	}


	/* join
	----------------------------------------------- */

	.join__btn a {
		opacity: 1;
		transition-property: opacity, transform;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */
	.join__btn a:hover {
		opacity: 0.8;
		transform: translateY(-5px);
	}




	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


		/* header
		----------------------------------------------- */


		/* present
		----------------------------------------------- */



	}


}



/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* body
	----------------------------------------------- */

	.pc {
		display: none;
	}

	.wrap img {
		width: 100%;
		height: auto;
	}


	/* loading
	----------------------------------------------- */

	.loading__progress {
		position: absolute;
		top: 46%;
		left: 50%;
		margin: -2px 0 0 -100px;
		width: 200px;
	}
	.loading__text {
		top: 46%;
	}
	.loading__progress-bar {
		top: 0;
		left: 0;
		margin: 0;
		width: 0;
	transition: width 0.25s;
	}
	.loading__progress-base {
		background: #e69600;
	}


	/* header
	----------------------------------------------- */

	.header {
		position: relative;
	}
	.header__logo {
		position: absolute;
		top: 0;
		width: 100%;
		height: 40px;
		z-index: 10;
		box-shadow: none;
	}
	.header__logo a {
		display: block;
		width: 100%;
		height: 40px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: #ee7701 url(images/sp_neco.png) no-repeat center center;
		background-size: 155px 24px;
	}


	/* title
	----------------------------------------------- */

	.title__icon {
		height: 20px;
	}
	.title__icon img {
		width: auto;
		height: 100%;
	}
	.title__label {
		margin: 8px 0 0;
		font-size: 25px;
	}
	.title__label span {
		font-size: 12px;
	}


	/* intro
	----------------------------------------------- */

	.intro {
		padding: 40px 0 0;
		min-height: auto;
		background-size: 134px 134px;
	}
	.intro:after {
		height: 45px;
		background-size: 100% 45px;
	}
	.intro__inner {
		padding: 0;
	}
	.intro__inner:after {
		height: 140px;
	}
	.intro__head {
		position: relative;
		margin: auto;
		max-width: 640px;
	}
	.intro__title {
		top: 5.5%;
		left: 12.8%;
		right: 12.8%;
		margin: auto;
	}
	.intro__paint {
		position: absolute;
		top: 5.5%;
		left: 13.8%;
		right: 13.8%;
		bottom: 0;
	}
	.intro__paint li {
		top: auto;
		left: auto;
		width: 235px;
		height: 150px;
		background-size: 235px 150px;
	}
	.intro__paint li:first-child {
		top: -2.5%;
		left: -17.6%;
		margin: 0;
	}
	.intro__paint li:last-child {
		bottom: -6.5%;
		right: -17.6%;
		margin: 0;
	}
	.intro__bg {
		height: 106px;
		background-size: 840px 106px;
	}
	.intro__lead {
		margin: 20px auto 0;
		width: 300px;
		height: auto;
		background: none;
	}
	.intor__text {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.intro__banner {
		width: 290px;
		height: 155px;
	}
	.intro__banner a {
		top: 0;
		width: 290px;
		height: 215px;
		background: none;
		z-index: 1;
	}

	/* schedule
	----------------------------------------------- */

	.schedule {
		padding: 100px 0 0;
	}
	.schedule__inner {
		padding: 0 25px;
		width: auto;
		max-width: 640px;
		box-sizing: border-box;
	}


	/* program
	----------------------------------------------- */

	.program {
		margin: 75px 0 50px;
	}
	.program__article {
		margin: 75px 0 0;
	}
	.program__inner {
		width: auto;
		flex-direction: column;
	}
	.program__image {
		position: static;
		width: auto;
	}
	.program__image:before {
		top: -40px;
		left: -60px;
		width: 235px;
		height: 150px;
		background-size: 235px 150px;
	}
	.program__main {
		width: auto;
		order: 1;
	}
	.program__title {
		margin: 15px 0 0;
		font-size: 20px;
		line-height: 28px;
	}
	.program__lead {
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.program__text {
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 25px;
	}
	.program__date {
		margin: 15px 0 0;
		width: auto;
		order: 2;
	}
	.program__dt {
		width: 70px;
		height: 28px;
		font-size: 12px;
	}
	.program__dd {
		padding: 3px 10px 0;
		width: calc(100% - 70px);
		font-size: 14px;
		line-height: 20px;
	}

	/* even */
	.program__article:nth-child(even) .program__image:before {
		right: -60px;
		left: auto;
	}


	/* present
	----------------------------------------------- */

	.present {
		padding: 50px 0 100px;
		background-size: 134px 134px;
	}
	.present__inner {
		padding: 0 25px;
		width: auto;
		max-width: 640px;
		box-sizing: border-box;
	}
	.present__inner:after {
		height: 140px;
	}
	.present__title {
		margin: 40px auto 0;
		max-width: 400px;
	}
	.present:before,
	.present:after {
		height: 45px;
		background-size: 100% 45px;
	}
	.present__title-base {
		display: block;
		padding: 4.8% 1.6%;
		width: auto;
		height: auto;
		background-image: none;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.present__title:before,
	.present__title:after {
		width: 235px;
		height: 150px;
		background-size: 235px 150px;
	}
	.present__title:before {
		top: -25px;
		right: -65px;
	}
	.present__title:after {
		bottom: -25px;
		left: -65px;
	}
	.present__arrow {
		bottom: -25px;
		margin: 0 0 0 -10px;
		border-width: 25px 10px 0 10px;
	}
	.present__contents {
		margin: 40px -15px 0;
		padding: 25px 0 30px;
		width: auto;
		border-radius: 10px;
	}
	.present__contents:before {
		top: -4px;
		left: -4px;
		right: -4px;
		bottom: -4px;
		border-radius: 16px;
	}
	.present__label em {
		font-size: 15px;
	}
	.present__label span {
		font-size: 12px;
		line-height: 22px;
	}
	.present__label:before,
	.present__label:after {
		width: 16px;
		height: 34px;
		margin: 6px 10px 0 0;
		background-size: 16px 34px;
	}
	.present__label:after {
		margin: 6px 0 0 10px;
	}
	.present__item {
		margin: 16px 15px 20px;
		display: block;
		border-radius: 10px;
	}
	.present__item:before {
		position: absolute;
		top: -45px;
		left: -28px;
		width: 40px;
		height: 72px;
		background-repeat: no-repeat;
		background-size: 40px 72px;
	}
	.present__count {
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		width: 230px;
		height: 42px;
		background-image: none;
		background-color: rgba(0,159,185,.2);
		border-radius: 0 0 84px 84px;
	}
	.present__count img {
		width: 200px;
	}
	.present__image {
		position: static;
		margin: 10px 0 0 15px;
		text-align: center;
	}
	.present__image img {
		width: 240px;
	}
	.present__item-title {
		flex-direction: column;
		padding: 46px 0 0;
		width: 100%;
		height: auto;
		font-size: 17px;
		line-height: 21px;
		text-align: center;
	}
	.present__item-number {
		margin: 8px 0 0;
		width: 75px;
		height: 20px;
		font-size: 12px;
	}
	.present__item-number em {
		font-size: 15px;
		margin: 0 0 1px;
	}
	.present__level {
		margin: auto;
		width: 240px;
	}
	.present__level-title {
		margin: 15px 0 0;
		font-size: 12px;
	}
	.present__level-title span:before,
	.present__level-title span:after {
		width: 1px;
		height: 14px;
	}
	.present__level-title span:before {
		margin: 0 8px 0 0;
	}
	.present__level-title span:after {
		margin: 0 0 0 8px;
	}
	.present__level-items {
		margin: 5px 0 0;
	}
	.present__level-item {
		padding: 8px 0;
		width: 57px;
		height: 60px;
		font-size: 12px;
	}
	.present__level-item:nth-child(2) {
		height: 68px;
	}
	.present__level-item:nth-child(3) {
		height: 76px;
	}
	.present__level-item:nth-child(4) {
		height: 84px;
	}
	.present__level-item span {
		margin: 3px 0 0;
		font-size: 12px;
	}
	.present__level-item span em {
		font-size: 15px;
	}
	.present__level-item span small {
		display: block;
		margin: 2px 0 0;
		font-size: 10px;
	}
	.present__lists {
		margin: 5px 10px 0;
		width: auto;
	}
	.present__list {
		font-size: 10px;
		line-height: 15px;
	}
	.present__copyright {
		margin: -12px 15px 0;
		font-size: 10px;
	}

	/* present__item--2nd */
	.present__item--2nd .present__count {
		background-color: rgba(241,141,0,.2);
	}
	.present__item--2nd .present__image {
		margin: 10px 15px 0 0;
	}
	.present__item--2nd .present__item-title {
		height: auto;
		padding: 46px 0 9px;
	}

	/* present__item--3rd */
	.present__item--3rd .present__count {
		background-color: rgba(233,84,107,.2);
	}
	.present__item--3rd .present__image {
		margin: 10px 15px 0 0;
	}
	.present__item--3rd .present__item-title {
		margin: 0;
		height: auto;
	}


	/* howto
	----------------------------------------------- */
	
	.howto {
		background: #faf0dc;
		padding: 5px 0 50px;
	}
	.howto__inner {
		padding: 0 25px;
		width: auto;
		max-width: 640px;
		box-sizing: border-box;
	}
	.howto__text {
		margin: 34px 0 0;
		font-size: 12px;
		line-height: 22px;
	}
	.howto__columns {
		margin: auto;
		display: block;
		width: auto;
	}
	.howto__column {
		width: 100%;
	}
	.howto__column:first-child {
		width: 100%;
	}
	.howto__images {
		margin: 20px auto 0;
		padding: 0 15px;
		max-width: 430px;
	}


	/* step
	----------------------------------------------- */

	.step__item {
		margin: 25px 0 30px;
		padding: 15px 0 20px;
		border-radius: 10px;
	}
	.step__item:before {
		top: -22px;
		margin: 0 0 0 -13px;
		border-width: 14px 13px 0 13px;
	}
	.step__number {
		padding: 0 10px 15px 0;
		width: 60px;
		height: 60px;
		font-size: 12px;
		border-radius: 10px 0 60px 0;
	}
	.step__number em {
		font-size: 23px;
	}
	.step__title {
		font-size: 17px;
		line-height: 22px;
	}
	.step__text {
		margin: 13px 10px 0;
		font-size: 14px;
		line-height: 25px;
	}
	.step__btn {
		margin: 8px auto 0;
		padding: 0 15px;
	}
	.step__btn a {
		height: 50px;
		background-size: 15px 15px;
		background-position: right 15px center;
	}
	.step__btn img {
		width: auto;
		height: 20px;
	}

	/* nth-of-type(3) */
	
	.step__item:nth-of-type(3) {
		margin: 25px 0 0;
		padding: 18px 0 15px;
	}
	.step__item:nth-of-type(3) .step__text {
		margin: 0 10px;
		font-size: 14px;
		line-height: 25px;
	}


	/* outline
	----------------------------------------------- */
	
	.outline {
		padding: 40px 0 0;
	}
	.outline__inner {
		padding: 30px 13px;
		border-radius: 10px;
	}
	.outline__title {
		font-size: 17px;
	}
	.outline__subtitle {
		margin: 30px 0 0;
		font-size: 15px;
	}
	.outline__label {
		margin: 15px 0 0;
		font-size: 12px;
	}
	.outline__list,
	.outline__text {
		font-size: 10px;
		line-height: 15px;
		word-break: break-all;
	}
	.outline__text {
		margin: 15px 0 0;
	}
	.outline__label + .outline__text {
		margin: 8px 0 0;
	}
	.outline__lists {
		margin: 10px 0 -2px;
	}
	.outline__list {
		margin: 5px 0 0;
		padding: 0 0 0 8px;
	}
	.outline__list:before {
		top: 8px;
		width: 4px;
		height: 4px;
	}


	/* join
	----------------------------------------------- */
	
	.join__inner {
		padding: 30px 15px;
		width: auto;
		max-width: 640px;
		box-sizing: border-box;
	}
	.join__btn a {
		height: 60px;
		font-size: 14px;
		background-size: 15px 15px;
		background-position: right 15px center;
	}


}



/* tablet
----------------------------------------------- */

@media screen and (min-width:768px) and (max-width: 1000px) {


	/* intro
	----------------------------------------------- */
	


}

@keyframes loop {
	0% { background-position: 0 0;}
	100% { background-position: -1680px 0;}
}

@keyframes jump {
	20% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-6px);
	}
	40% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-6px);
	}
	60% {
		transform: translateY(0px);
	}
}