@charset "utf-8";


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

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	background-color: #f5eddf;
	color: #321e1e;
/* 	overflow: hidden; */
}
a {
	color: #a53904;
	font-weight: 700;
}
.footer {
	background: #fff;
}


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

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #a53904;
	overflow: hidden;
	z-index: 30;
}
.loading__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -125px;
	width: 250px;
	height: 4px;
	overflow: hidden;
}
.loading__progress-bar {
	top: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 4px;
	background: #ffeb00;
	z-index: 1;
	transition: width 0.25s;
}
.loading__progress-base {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 4px;
	background: #000;
}
.loading__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -125px;
	width: 250px;
	animation: jump 1.5s ease-in-out infinite;
}

/* loading-complete */

.loading-complete .loading__logo {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.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);
}

	
/* conversion
----------------------------------------------- */

.conversion {
	background: #fff;
}
.conversion__banner a {
	display: block;
}


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

.header {
	position: relative;
	padding: 130px 0 0;
	background-color: #000;
	overflow: hidden;
}
.header__inner {
	position: relative;
	height: 310px;
	text-align: center;
}
.header__title {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -315px 0 0 -554px;
	padding: 0 25px 0 0;
	width: 630px;
	height: 630px;
	background-image: url(images/header_title_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
	z-index: 1;
}
.header__slide {
	padding: 8px 0 0;
}
.header__slide:before,
.header__slide:after {
	display: block;
	content: "";
	margin: 0 0 8px;
	width: 100%;
	height: 143px;
}
.header__slide:before {
	background-image: url(images/header_slide01.png);
	background-size: 1332px 143px;
}
.header__slide:after {
	background-image: url(images/header_slide02.png);
	background-size: 1110px 143px;
	animation: loop2 40s linear infinite;
}

/* js-header-ready */

.js-header-ready .header__title {
	opacity: 0;
	transform: scale(1.2);
	transition-duration: 0.5s;
	transition-delay: 0.3s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	visibility: hidden;
}
.js-header-ready .header__title img {
	opacity: 0;
	transform: scale(0.9);
	transition-duration: 0.7s;
	transition-delay: 0.5s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	visibility: hidden;
}
.js-header-ready .header__slide {
	visibility: hidden;
}
.js-header-ready .header__slide:before,
.js-header-ready .header__slide:after {
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.js-header-ready .header__slide:after {
	transition-delay: 0.15s;
}

/* js-header-finish */

.js-header-finish .header__title {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.js-header-finish .header__title img {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.js-header-finish .header__slide {
	visibility: visible;
}
.js-header-finish .header__slide:before {
	opacity: 1;
	animation: loop 30s linear infinite;
}
.js-header-finish .header__slide:after {
	opacity: 1;
	animation: loop2 40s linear infinite;
}



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

.title {
	position: relative;
	text-align: center;
}


/* button
----------------------------------------------- */

.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	color: #fff;
	text-decoration: none;
	background-color: #c80a00;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.button:before,
.button:after {
	display: block;
	content: "";
	position: absolute;
	pointer-events: none;
}
.button:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
}
.button:after {
	top: 50%;
	right: 20px;
	margin: -11px 0 0;
	width: 22px;
	height: 22px;
	background-image: url(images/button_icon.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

/* button--blue */

.button--blue {
	background-color: #1da1f2;
}

/* button--twitter */

.button--twitter::after {
	display: none;
}


/* about
----------------------------------------------- */

.about {
	position: relative;
	background-color: #a53904;
	background-image: url(images/bg_parts_left.png), url(images/bg_parts_right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	z-index: 2;
}
.about__inner {
	padding: 50px 0 12px;
	text-align: center;
}
.about__anchor {
	position: relative;
	margin: -6px auto 0;
	width: 842px;
	height: 252px;
}
.about__anchor a {
	position: absolute;
	top: 36px;
	right: 36px;
	bottom: 36px;
	left: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}


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

.program {
	background-image: url(images/program_bg.jpg);
	background-position: center top;
}
.program__inner {
	padding: 50px 0 100px;
}
.program__contents {
	position: relative;
}
.program__month {
	position: absolute;
	top: -98px;
	left: 50%;
	margin: 0 0 0 -615px;
}
.program__movie {
	margin: auto;
	width: 660px;
}
.program__youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.program__youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.program__articles {
	margin: auto;
	width: 960px;
}
.program__article {
	position: relative;
	margin: 80px 0 0;
	min-height: 273px;
}
.program__title {
	position: relative;
}
.program__title:before {
	display: block;
	content: "";
	position: absolute;
	top: -36px;
	left: -90px;
	width: 187px;
	height: 189px;
	background-image: url(images/program_title_bg.png);
	background-size: 187px 567px;
	background-repeat: no-repeat;
}
.program__titletext {
	position: relative;
	font-size: 32px;
	line-height: 1.3;
}
.program__titletext small {
	font-size: 20px;
	vertical-align: 6px;
}
.program__tag {
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 20px 7px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background-color: #b41400;
	border-radius: 50px;
}
.program__images {
	position: absolute;
	top: 0;
	width: 400px;
}
.program__images:before,
.program__images:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url(images/cloud.png);
	background-size: 120px 116px;
	background-repeat: no-repeat;
}
.program__images:before {
	top: -30px;
	width: 120px;
	height: 63px;
}
.program__images:after {
	bottom: -30px;
	width: 90px;
	height: 53px;
	background-position: 0 -63px;
}
.program__images img {
	width: 100%;
	height: auto;
}
.program__frame {
	position: relative;
	padding: 10px;
	background-image: url(images/program_image_bg.jpg);
	box-sizing: border-box;
	z-index: 1;
}
.program__frame:before,
.program__frame:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: solid 2px #321e1e;
	pointer-events: none;
}
.program__frame:after {
	margin: 4px;
	border-width: 1px;
}
.program__lead {
	position: relative;
	margin: 7px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}
.program__text {
	position: relative;
	margin: 7px 0 0;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
.program__label {
	margin: 50px 0 -25px;
	text-align: center;
}
.program__date p {
	font-feature-settings: "palt";
}
.program__datecolumn em {
	display: inline-flex;
	align-items: center;
	margin: 5px 5px 0 0;
	padding: 0 6px 1px;
	height: 15px;
	font-size: 11px;
	font-weight: 700;
	background-color: #e6b404;
	border-radius: 50px;
	box-sizing: border-box;
}

/* .program__tag--cs */

.program__tag--cs {
	color: #321e1e;
	background-color: #e6b404;
}

/* program__contents--Sept */

.program__contents--Sept {
	margin: -35px 0 0;
}
.program__contents--Sept .program__title,
.program__contents--Sept .program__lead,
.program__contents--Sept .program__datecolumn--point {
	color: #b41400;
}
.program__contents--Sept .program__frame:before,
.program__contents--Sept .program__frame:after {
	border-color: #b41400;
}
.program__contents--Sept .program__datecolumn--point span:first-child:after {
	background-color: #b41400;
}

/* program__contents--Oct */

.program__contents--Oct {
	margin: 150px 0 0;
}
.program__contents--Oct .program__title,
.program__contents--Oct .program__lead,
.program__contents--Oct .program__datecolumn--point {
	color: #3a6847;
}
.program__contents--Oct .program__frame:before,
.program__contents--Oct .program__frame:after {
	border-color: #3a6847;
}
.program__contents--Oct .program__title:before {
	background-position: 0 -189px;
}
.program__contents--Oct .program__datecolumn--point span:first-child:after {
	background-color: #3a6847;
}

/* program__contents--Nov */

.program__contents--Nov {
	margin: 150px 0 0;
}
.program__contents--Nov .program__title,
.program__contents--Nov .program__lead,
.program__contents--Nov .program__datecolumn--point {
	color: #295181;
}
.program__contents--Nov .program__frame:before,
.program__contents--Nov .program__frame:after {
	border-color: #295181;
}
.program__contents--Nov .program__title:before {
	background-position: 0 -378px;
}
.program__contents--Nov .program__datecolumn--point span:first-child:after {
	background-color: #295181;
}

/* program__article--line */

.program__article--line {
	padding-bottom: 80px;
	border-bottom: 1px solid #e6b404;
}


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

.present {
	background-color: #cea305;
	background-image: url(images/present_bg.jpg);
	background-position: center top;
}
.present__inner {
	padding: 0 0 100px;
}
.present__header {
	padding: 50px 0 0;
	background-color: #a53904;
	background-image: url(images/bg_parts_left.png), url(images/bg_parts_right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
}
.present__lead {
	margin: -65px 0 0;
	text-align: center;
}
.present__anchors {
	margin: 10px 0 0;
	text-align: center;
}
.present__anchor {
	display: inline-block;
	position: relative;
	margin: 0 -28px -106px;
}
.present__anchor a {
	position: absolute;
	top: 36px;
	right: 36px;
	bottom: 36px;
	left: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}
.present__articles {
	margin: auto;
	padding: 70px 0 0;
	width: 960px;
}
.present__articles article {
	margin: 40px 0 0;
	padding: 20px 0 0;
}
.present__article {
	position: relative;
	padding: 60px 0;
}
.present__article:before,
.present__article:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
}
.present__article:before {
	top: 2px;
}
.present__article:after {
	bottom: 2px;
	background-position: left bottom;
}
.present__articleinner {
	padding: 86px 0 0;
	background-repeat: repeat-y;
}
.present__title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 38px 0 0;
	height: 146px;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}
.present__button {
	position: relative;
	margin: 30px auto 0;
	height: 60px;
	max-width: 600px;
	z-index: 1;
}
.present__buttonitem {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


/* item
----------------------------------------------- */

.item {
	position: relative;
	margin: 0 6px;
	padding: 40px 100px 40px 450px;
	display: flex;
	align-items: center;
	height: 240px;
	color: #fff;
	background-image: url(images/present01_bg.jpg);
	background-position: center top;
}
.item:before,
.item:after {
	position: absolute;
	display: block;
	content: "";
	background-image: url(images/cloud.png);
	background-size: 120px 116px;
	background-repeat: no-repeat;
	z-index: 4;
}
.item:before {
	bottom: 50px;
	right: -30px;
	width: 120px;
	height: 63px;
}
.item:after {
	right: 70px;
	bottom: -30px;
	width: 90px;
	height: 53px;
	background-position: 0 -63px;
}
.item__inner {
	width: 398px;
}
.item__monthly {
	position: absolute;
	top: 50%;
	left: -4px;
	margin: -120px 0 0;
	z-index: 1;
}
.item__image {
	position: absolute;
	top: 50%;
	left: 100px;
	margin: -120px 0 0;
	width: 320px;
	box-shadow: 4px 4px 8px rgba(0,0,0,.2);
}
.item__image img {
	width: 100%;
	height: auto;
}
.item__lead {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}
.item__icon {
	display: inline-block;
	margin: 0 0 10px;
	padding: 6px 20px;
	color: #5a2800;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	background-color: #fff;
	border-radius: 50px;
}
.item__title {
	font-size: 32px;
	line-height: 1.4;
}
.item__title small {
	font-size: 20px;
	vertical-align: 4px;
}
.item__title + .item__notes {
	margin: 5px 0 0;
	font-weight: 700;
}
.item__notes {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.item__period dd {
	font-feature-settings: "palt";
}
.item__cover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	background: rgba(50,30,30,.7);
	z-index: 3;
}

/* item--Sept */

.item--Sept.item {
	background-image: url(images/present02_bg_Sept.jpg);
}
.item--Sept .item__icon {
	color: #b41400;
}

/* item--Oct */

.item--Oct.item {
	margin-top: 40px;
	background-image: url(images/present02_bg_Oct.jpg);
}
.item--Oct .item__icon {
	color: #3a6847;
}

/* item--Nov */

.item--Nov.item {
	margin-top: 40px;
	background-image: url(images/present02_bg_Nov.jpg);
}
.item--Nov .item__icon {
	color: #295181;
}


/* flow
----------------------------------------------- */

.flow {
	margin: 60px auto 0;
	max-width: 860px;
}
.flow__title {
	color: #5a2800;
	font-size: 28px;
	text-align: center;
}
.flow__title:after {
	margin: 15px auto 0;
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background-color: #5a2800;
}
.flow__note {
	margin: 30px 0 0;
	font-size: 16px;
	text-align: center;
}
.flow__columns {
	margin: 25px 0 0;
	display: flex;
	justify-content: space-between;
}
.flow__column {
	width: 410px;
}
.flow__items {
	margin: 42px 0 0;
}
.flow__item {
	position: relative;
	margin: 30px 0 0;
	padding: 28px;
	border: 2px solid #5a2800;
	box-sizing: border-box;
}
.flow__item:before {
	position: absolute;
	content: "";
	margin: 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #5a2800;
	pointer-events: none;
}
.flow__item:after {
	position: absolute;
	top: -32px;
	left: 50%;
	display: block;
	content: "";
	margin: 0 0 0 -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #5a2800 transparent transparent transparent;
}
.flow__item:first-child:after {
	display: none;
}
.flow__text {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.flow__button {
	margin: 20px 0 0;
}
.flow__lead {
	padding: 0 0 5px;
	text-align: center;
}
.flow__tweet img {
	width: 100%;
	height: auto;
}
.flow__nolink {
	pointer-events: none;
}

/* button */

.flow__nolink .button {
	background-color: #988e8e;
}


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

.outline {
	position: relative;
	margin: 40px auto 0;
	padding: 20px 0 0;
	max-width: 860px;
	z-index: 1;
}
.outline__inner {
	border: 1px solid #5a2800;
}
.outline__scroll {
	height: 400px;
	padding: 0 39px;
	overflow: auto;
	box-sizing: border-box;
}
.outline__scroll ::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}
.outline__contents {
	padding: 39px 0;
}
.outline__title {
	color: #5a2800;
	font-size: 20px;
	text-align: center;
}
.outline__subtitle {
	margin: 35px 0 15px;
	color: #5a2800;
	font-size: 16px;
	font-weight: 700;
}
.outline__list,
.outline__text {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.outline__list {
	padding: 0 0 0 15px;
	text-indent: -15px;
}
.outline__list:before {
	margin: 0 5px 0 0;
	content: "◆";
	color: #988e8e;
	font-size: 10px;
	vertical-align: 2px;
}
.outline__label {
	margin: 20px 0 15px;
	color: #5a2800;
	font-size: 14px;
	font-weight: 700;
}

/* simplebar */

.outline .simplebar-scrollbar:before {
	background: #5a2800;
}
.outline .simplebar-track.simplebar-vertical {
	top: 9px;
	right: 5px;
	bottom: 9px;
	width: 10px;
	background: #cdbeb2;
	border-radius: 10px;
}
.outline .simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
}


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

.join {
	padding: 50px 0;
	background-image: url(images/join_bg.jpg);
	background-position: center top;
}
.join__button {
	margin: auto;
	max-width: 600px;
}

/* button */

.join__button .button {
	height: 100px;
}



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

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


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

	body {
	}
	.sp {
		display: none;
	}


	/* conversion
	----------------------------------------------- */

	.conversion {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 130px;
		box-shadow: 0 0 4px rgba(0,0,0,0.2);
		z-index: 10;
	}
	.conversion__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
		width: 1000px;
	}
	.conversion__logo a {
		display: block;
		width: 140px;
		height: 130px;
		text-indent: 100%;
		white-space: nowrap;
		background-image: url(images/neco_pc.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 140px 130px;
		overflow: hidden;
		transition: opacity 0.25s;
	}
	.conversion__item {
		display: flex;
		width: 680px;
		border: 2px solid #000;
		box-sizing: border-box;
	}
	.conversion a {
		transition: opacity 0.25s;
	}
	
	/* hover */

	.conversion a:hover {
		opacity: 0.7;
	}


	/* button
	----------------------------------------------- */

	.button {
		transition-property: background-color, transform;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	/* button */

	.button:hover {
		transform: translateY(-10px);
	}


	/* about
	----------------------------------------------- */

	.about__anchor span {
		display: block;
		transition-property: opacity, transform;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	/* hover */

	.about__anchor a:hover + span {
		transform: translateY(-10px);
	}


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

	.program__date {
		margin: 15px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.program__date dt {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 85px;
		height: 30px;
		background-image: url(images/program_date.png);
		background-size: 85px 30px;
		background-repeat: no-repeat;
	}
	.program__date dd {
		width: calc(100% - 95px);
	}
	.program__date p {
		padding: 3px 0;
		font-size: 15px;
		line-height: 1.5;
	}
	.program__datecolumn {
		display: flex;
	}
	.program__datecolumn span:first-child {
		display: flex;
		align-items: flex-start;
		margin-right: 5px;
		width: 265px;
	}
	.program__datecolumn span:first-child:after {
		flex-grow: 1;
		display: block;
		content: "";
		margin: 12px 0 0 5px;
		height: 1px;
		background-color: #321e1e;
		opacity: .5;
	}

	/* program__article--right */
	
	.program__article--right {
		padding-right: 430px;
	}
	.program__article--right .program__images {
		right: 0;
	}
	.program__article--right .program__images:before {
		right: -40px;
	}
	.program__article--right .program__images:after {
		left: -30px;
	}
	
	/* program__article--left */
	
	.program__article--left {
		padding-left: 430px;
	}
	.program__article--left .program__images {
		left: 0;
	}
	.program__article--left .program__images:before {
		left: -50px;
	}
	.program__article--left .program__images:after {
		right: -10px;
	}


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

	.present__article:before,
	.present__article:after {
		background-image: url(images/present_base01_pc.png);
	}
	.present__articleinner {
		background-image: url(images/present_base02_pc.png);
	}
	.present__anchor span {
		display: block;
		transition-property: opacity, transform;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	/* hover */

	.present__anchor a:hover + span {
		transform: translateY(-10px);
	}
	.flow__tweet:hover {
		opacity: 0.6;
	}


	/* item
	----------------------------------------------- */

	.item__period {
		position: relative;
		margin: 20px 0 0 -30px;
		padding: 20px 0 0 30px;
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #fff;
	}
	.item__period dt {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 85px;
		height: 30px;
		background-image: url(images/item_period.png);
		background-size: 85px 30px;
		background-repeat: no-repeat;
	}
	.item__period dd {
		width: calc(100% - 95px);
		padding: 3px 0;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
	}


	/* flow
	----------------------------------------------- */

	.flow__note a {
		transition-property: color;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}
	.flow__tweet {
		transition-property: opacity;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	/* hover */

	.flow__note a:hover {
		color: #321e1e;
		text-decoration: none;
	}
	.flow__tweet:hover {
		opacity: 0.6;
	}


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

	.outline__list a,
	.outline__text a {
		transition-property: color;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	/* hover */

	/* hover */

	.outline__list a:hover,
	.outline__text a:hover {
		color: #321e1e;
		text-decoration: none;
	}



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


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

		.header__title {
			background-image: url(images/header_title_bg@2x.png);
		}


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

		.program__images:before,
		.program__images:after {
			background-image: url(images/cloud@2x.png);
		}
		.program__date dt {
			background-image: url(images/program_date@2x.png);
		}


		/* item
		----------------------------------------------- */

		.item:before,
		.item:after {
			background-image: url(images/cloud@2x.png);
		}
		.item__period dt {
			background-image: url(images/item_period@2x.png);
		}


		/* button
		----------------------------------------------- */

		.button:after {
			background-image: url(images/button_icon@2x.png);
		}

	}


}



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

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


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

	body {
	}
	.pc {
		display: none;
	}


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

	.loading__progress {
		margin-top: 15px;
	}
	.loading__progress-bar {
		margin: 0;
	}
	.loading__progress-base {
		margin: 0;
	}
	.loading__logo {
		margin: -90px 0 0 -90px;
		width: 180px;
	}
	.loading__logo img {
		width: 100%;
		height: auto;
	}


	/* conversion
	----------------------------------------------- */

	.conversion__logo {
		position: relative;
		height: 40px;
		background-color: #ee7701;
		z-index: 5;
	}
	.conversion__logo a {
		display: block;
		position: relative;
		top: 8px;
		margin: auto;
		width: 155px;
		height: 23px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(images/neco_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 155px 23px;
	}
	.conversion__banner {
		position: relative;
		padding: 8px;
		width: 100%;
		text-align: center;
		background: #fff;
		box-shadow: 0 0 2px rgba(0,0,0,0.2);
		z-index: 4;
		transform: translate3d(0,0,0);
		box-sizing: border-box;
	}
	.conversion__item {
		display: flex;
		margin: auto;
		max-width: 640px;
		border: 1px solid #000;
		box-sizing: border-box;
	}
	.conversion__item li {
		width: 50%;
	}
	.conversion__item img {
		width: 100%;
		height: auto;
	}
	.conversion-fixed .conversion__banner {
		position: fixed;
		top: 0;
		left: 0;
	}


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

	.header {
		padding: 0;
		background-image: url(images/header_bg.jpg);
		background-size: 60px 80px;
		background-position: center top;
	}
	.header__inner {
		height: auto;
	}
	.header__head {
		position: relative;
		margin: auto;
		padding: 47.5% 0 0;
		max-width: 640px;
	}
	.header__title {
		top: -25%;
		right: -5.4%;
		bottom: -25%;
		left: -1.56%;
		margin: auto;
		padding: 0 20.5% 0 16.2%;
		width: auto;
		height: auto;
		background-position: center center;
	}
	.header__title img {
		width: 100%;
		height: auto;
	}
	.header__slide {
		position: relative;
		padding: 0 0 1px;
		z-index: 2;
	}
	.header__slide:before,
	.header__slide:after {
		height: 71.5px;
		margin: 0 0 4px;
	}
	.header__slide:before {
		background-size: auto 100%;
		animation: loop 40s linear infinite;
	}
	.header__slide:after {
		background-size: auto 100%;
		animation: loop2 50s linear infinite;
	}


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

	.title {
		overflow: hidden;
	}
	.title img {
		margin: -15px 0 0;
		width: auto;
		height: 185px;
	}


	/* button
	----------------------------------------------- */
	
	.button {
		height: 55px;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	.button:before {
		margin: 2px;
		border-radius: 4px;
	}
	.button:after {
		right: 10px;
		margin: -8px 0 0;
		width: 15px;
		height: 15px;
		background-size: 15px 15px;
	}


	/* about
	----------------------------------------------- */

	.about {
		overflow: hidden;
		background-position: -60px bottom, right -60px bottom;
		background-size: 300px 300px;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
	}
	.about__inner {
		margin: 0 -5px;
		padding: 28px 0 10px;
	}
	.about__text {
		margin: auto;
		width: 300px;
	}
	.about__anchor {
		margin: 8px auto 0;
		width: 330px;
		height: auto;
	}
	.about img {
		width: 100%;
		height: auto;
	}
	.about__anchor a {
		position: absolute;
		top: 20px;
		right: 20px;
		bottom: 18px;
		left: 20px;
	}


	/* program
	----------------------------------------------- */
	
	.program {
		background-size: auto 740px;
	}
	.program__inner {
		padding: 0 0 20px;
		margin: auto;
		max-width: 640px;
	}
	.program__month {
		top: -106px;
		left: -35px;
		margin: 0;
	}
	.program__month img {
		width: 221px;
		height: auto;
	}
	.program__movie {
		margin: 0 10px 50px;
		width: auto;
	}
	.program__articles {
		width: 100%;
	}
	.program__article {
		margin: 30px 25px 0;
	}
	.program__titletext {
		position: relative;
		font-size: 20px;
		line-height: 1.4;
	}
	.program__title:before {
		top: -33px;
		left: -19px;
		width: 94px;
		height: 95px;
		background-size: 94px auto;
	}
	.program__title small {
		font-size: 13px;
		vertical-align: 3px;
	}
	.program__tag {
		margin: 0 0 5px;
		padding: 5px 10px;
		font-size: 13px;
	}
	.program__images {
		position: relative;
		margin: 15px 15px 0;
		top: auto;
		width: auto;
	}
	.program__images:before,
	.program__images:after {
		position: absolute;
		display: block;
		content: "";
		background-image: url(images/cloud.png);
		background-size: 84px auto;
		background-repeat: no-repeat;
	}
	.program__images:before {
		top: -13px;
		right: -35px;
		width: 84px;
		height: 44px;
	}
	.program__images:after {
		left: -35px;
		bottom: -13px;
		width: 63px;
		height: 37px;
		background-position: 0 bottom;
	}
	.program__frame {
		padding: 8px;
		background-size: 400px 400px;
	}
	.program__frame:after {
		margin: 3px;
		border-width: 1px;
	}
	.program__lead {
		margin: 13px 0 0;
		font-size: 16px;
		line-height: 1.6;
		text-align: justify;
	}
	.program__text {
		margin: 5px 0 0;
		font-size: 15px;
		line-height: 1.6;
	}
	.program__date {
		margin: 15px 0 0;
		padding: 0 0 20px;
	}
	.program__date dt {
		display: flex;
		align-items: center;
		font-size: 13px;
		font-weight: 700;
	}
	.program__date dt:before,
	.program__date dt:after {
		flex-grow: 1;
		display: block;
		content: "";
		height: 1px;
		background-color: #321e1e;
		opacity: .2;
	}
	.program__date dt:before {
		margin-right: 10px;
	}
	.program__date dt:after {
		margin-left: 10px;
	}
	.program__datecolumn {
		display: flex;
		border-top: 1px solid rgba(50,30,30,.2);
	}
	.program__datecolumn em {
		margin: 0;
	}
	.program__datecolumn:first-child {
		border: none;
	}
	.program__date p,
	.program__datecolumn span {
		font-size: 13px;
		line-height: 1.5;
	}
	.program__date p {
		padding: 6px 0;
	}
	.program__datecolumn span:first-child {
		display: block;
		padding-right: 16px;
		box-sizing: border-box;
	}
	.program__label {
		position: relative;
		margin: 10px 0 50px;
		text-align: center;
		overflow: hidden;
	}
	.program__articles > .program__label:first-of-type {
		margin: -20px 0 50px;
	}
	.program__label img {
		position: relative;
		margin: 0 -72.5px;
		width: auto;
		height: 71px;
	}

	/* program__contents--Sept */
	
	.program__contents--Sept {
		margin: 39px 0 0;
	}
	.program__contents--Sept .program__article:first-child .program__datecolumn span:first-child {
		width: 185px;
	}
	.program__contents--Sept .program__article:first-child .program__datecolumn span:nth-child(2) {
		flex-basis: 85px;
	}
	
	/* program__contents--Oct */
	
	.program__contents--Oct {
		margin: 125px 0 0;
	}
	.program__contents--Oct .program__title:before {
		background-position: 0 -95px;
	}

	/* program__contents--Nov */
	
	.program__contents--Nov {
		margin: 125px 0 0;
	}
	.program__contents--Nov .program__title:before {
		background-position: 0 bottom;
	}

	/* program__article--line */
	
	.program__article--line {
		padding-bottom: 10px;
		margin-bottom: 60px;
	}


	/* present
	----------------------------------------------- */
	
	.present {
		background-size: 650px 600px;
	}
	.present__inner {
		padding: 0 0 50px;
	}
	.present__header {
		padding: 0;
		background-position: -60px bottom, right -60px bottom;
		background-size: 300px 300px;
	}
	.present__lead {
		margin: -35px 0 0;
	}
	.present__lead img {
		width: 248px;
		height: auto;
	}
	.present__anchors {
		margin: 8px auto 0;
		max-width: 400px;
	}
	.present__anchor {
		margin: 0 0 -15px;
	}
	.present__anchor:nth-child(2) {
		margin: 0 0 -53px;
	}
	.present__anchor img {
		width: auto;
		height: 106px;
	}
	.present__anchor a {
		position: absolute;
		top: 18px;
		right: 18px;
		bottom: 18px;
		left: 18px;
	}
	.present__articles {
		margin: auto;
		padding: 43px 10px 0;
		width: auto;
		max-width: 640px;
	}
	.present__articles article {
		margin: 20px 0 0;
		padding: 20px 0 0;
	}
	.present__article {
		padding: 9.37vw 0;
	}
	.present__article:before,
	.present__article:after {
		height: 9.37vw;
		min-height: 30px;
		background-image: url(images/present_base01_sp.png);
		background-size: 100% auto;
	}
	.present__articleinner {
		padding: 0 1vw;
		background-image: url(images/present_base02_sp.png);
		background-size: 100% auto;
	}
	.present__title {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		padding: 0;
		height: auto;
	}
	.present__title img {
		margin: -40px 0 0;
		width: 202px;
		height: auto;
	}
	.present__button {
		margin: 20px 27px 0;
		height: 55px;
	}

	/* .button */

	.present__button .button img {
		width: auto;
		height: 20px;
	}

	/* item
	----------------------------------------------- */
	
	.item {
		margin: 10px 0 0;
		padding: 20px 0 15px;
		display: block;
		height: auto;
		text-align: center;
		background-size: 60px 80px;
	}
	.item:before,
	.item:after {
		display: none;
	}
	.item__inner {
		width: 100%;
	}
	.item__monthly {
		top: 20px;
		left: -4px;
		margin: 0;
		width: 70px;
		z-index: 2;
	}
	.item__monthly img {
		width: 100%;
		height: auto;
	}
	.item__image {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 45px 10px;
		width: auto;
		box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	}
	.item__image:before,
	.item__image:after {
		position: absolute;
		display: block;
		content: "";
		background-image: url(images/cloud.png);
		background-size: 79px auto;
		background-repeat: no-repeat;
	}
	.item__image:before {
		top: 10px;
		right: -40px;
		width: 79px;
		height: 41px;
	}
	.item__image:after {
		left: -40px;
		bottom: 10px;
		width: 69px;
		height: 41px;
		background-size: 93px auto;
		background-position: left bottom;
	}
	.item__image img {
		position: relative;
		z-index: 1;
	}
	.item__lead {
		margin: 0 0 5px;
		font-size: 13px;
		line-height: 1.5;
	}
	.item__icon {
		margin: 0 0 5px;
		padding: 5px 10px;
		font-size: 13px;
	}
	.item__title {
		font-size: 20px;
	}
	.item__title small {
		font-size: 13px;
	}
	.item__title + .item__notes {
		margin: 0 0 10px;
	}
	.item__notes {
		margin: 5px 0 0;
		font-size: 10px;
	}
	.item__period {
		margin: 5px 10px 0;
	}
	.item__period dt {
		display: flex;
		align-items: center;
		font-size: 10px;
		font-weight: 700;
	}
	.item__period dt:before,
	.item__period dt:after {
		flex-grow: 1;
		display: block;
		content: "";
		height: 1px;
		background-color: #fff;
	}
	.item__period dt:before {
		margin-right: 10px;
	}
	.item__period dt:after {
		margin-left: 10px;
	}
	.item__period dd {
		margin: 10px 0 0;
		font-size: 13px;
		font-weight: 700;
	}
	.item__cover {
		font-size: 20px;
	}

	/* item--Oct */
	
	.item--Oct.item {
		margin-top: 15px;
	}
	
	/* item--Nov */
	
	.item--Nov.item {
		margin-top: 15px;
	}


	/* flow
	----------------------------------------------- */
	
	.flow {
		margin: 25px auto 0;
		max-width: none;
	}
	.flow__title {
		font-size: 18px;
	}
	.flow__title:after {
		margin: 10px auto 0;
		width: 20px;
		height: 1px;
	}
	.flow__note {
		margin: 10px 0 0;
		font-size: 10px;
		line-height: 1.6;
	}
	.flow__columns {
		margin: 0 12px;
		display: block;
	}
	.flow__column {
		width: 100%;
	}
	.flow__items {
		margin: 0;
	}
	.flow__item {
		margin: 15px 0 0;
		padding: 18px 13px;
	}
	.flow__item:before {
		margin: 1px;
	}
	.flow__item:after {
		top: -17px;
		margin: 0 0 0 -10px;
		border-width: 10px 10px 0 10px;
	}
	.flow__step {
		text-align: center;
	}
	.flow__item:nth-child(3) .flow__step {
		padding: 0 23px 0 0;
	}
	.flow__step img {
		width: auto;
		height: 23px;
	}
	.flow__text {
		margin: 10px 0 0;
		font-size: 13px;
		font-weight: 400;
		text-align: center;
	}
	.flow__lead {
		padding: 15px 0 5px;
	}
	.flow__lead img {
		width: auto;
		height: 25px;
	}
	.flow__tweet {
		margin: 0 0 15px;
	}
	.flow__button {
		margin: 10px 0 0;
	}

	/* button */

	.flow__item:nth-child(1) .button img {
		width: auto;
		height: 26px;
	}
	.flow__item:nth-child(2) .button img {
		width: auto;
		height: 20px;
	}


	/* outline
	----------------------------------------------- */
	
	.outline {
		margin: 10px 12px 0;
		padding: 15px 0 0;
	}
	.outline__inner {
		border-color: #cdbeb2;
	}
	.outline__scroll {
		height: 280px;
		padding: 0 19px 0 14px;
	}
	.outline__contents {
		padding: 20px 0;
	}
	.outline__title {
		font-size: 15px;
	}
	.outline__subtitle {
		margin: 20px 0 10px;
		font-size: 13px;
	}
	.outline__list,
	.outline__text {
		margin: 5px 0 0;
		font-size: 10px;
		line-height: 1.6;
		word-break: break-all;
	}
	.outline__list:before {
		vertical-align: 0px;
	}
	.outline__label {
		margin: 15px 0 10px;
		color: #5a2800;
		font-size: 10px;
	}

	/* simplebar */

	.outline .simplebar-track.simplebar-vertical {
		top: 4px;
		right: 4px;
		bottom: 4px;
		width: 8px;
	}


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

	.join {
		padding: 25px;
		background-size: 400px 400px;
	}
	.join__button {
		margin: auto;
		max-width: 640px;
	}

	/* button */
	
	.join__button .button {
		height: 55px;
	}
	.join__button .button img {
		width: auto;
		height: 21px;
	}



}



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

@supports (-webkit-touch-callout: none) {
	.loading {
		height: -webkit-fill-available;
	}
}



/* keyframes
----------------------------------------------- */

@keyframes loop {
	0% { background-position: 0 0;}
	100% { background-position: -1332px 0;}
}
@keyframes loop2 {
	0% { background-position: 0 0;}
	100% { background-position: 1110px 0;}
} 
@keyframes jump {
	20% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-6px);
	}
	40% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-6px);
	}
	60% {
		transform: translateY(0px);
	}
}
