.mv {
	margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
	.mv {
		margin-bottom: 0;
	}
}

.mv .ttl {
	margin: 0;
}

@media screen and (max-width: 640px) {
	.mv.mv-top {
		height: 127.46667vw;
		margin-bottom: 13.33333vw;
	}
}

.mv.mv-top a:hover {
	opacity: 1;
}

.mv.mv-top .mv-inner {
	display: -webkit-flex;
	display: flex;
}

.mv.mv-top .mv-play {
	background: url("../../common/img/mv-play.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 60px;
	margin: auto;
	height: 60px;
	transition: 0.2s;
}

.mv.mv-top .mv-play:hover {
	opacity: 0.8;
}

.mv.mv-top h1 {
	font-size: 76px;
}

@media screen and (min-width: 641px) {
	.mv.mv-top h1 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 640px) {
	.mv.mv-top h1 {
		font-size: 86px;
		font-size: 11.46667vw;
	}
}

.mv.mv-top .ttl-sub {
	font-size: 30px;
}

@media screen and (max-width: 640px) {
	.mv.mv-top .ttl-sub {
		font-size: 36px;
		font-size: 4.8vw;
	}
}

@media screen and (max-width: 640px) {
	.mv.mv-page {
		height: 61.33333vw;
	}
}

.ttl-sub div {
	color: #fff;
	font-size: 36px;
	margin-top: 10px;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.ttl-sub div {
		color: #404040;
		font-size: 5.33333vw;
		margin-top: 2.66667vw;
	}
}

@media screen and (max-width: 640px) {
	.mvsp {
		padding-bottom: 13.33333vw;
	}
}

.ttl-page {
	font-size: 64px;
	line-height: 1;
	font-weight: 200;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.ttl-page {
		font-size: 11.46667vw;
	}
}

.ttl-page-sub {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 200;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.ttl-page-sub {
		font-size: 8vw;
	}
}

.section {
	padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
	.section {
		padding-bottom: 13.33333vw;
	}
}

.section .sect-name {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	.section .sect-name {
		display: block;
		margin-bottom: 6.66667vw;
	}
}

.section .sect-icon {
	width: 133px;
}

@media screen and (max-width: 640px) {
	.section .sect-icon {
		width: 24vw;
		margin: auto;
		margin-bottom: 4vw;
	}
	.section .sect-icon img {
		width: 100%;
	}
}

.section .sect-name-txt {
	width: calc(100% - 133px);
	padding-left: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.section .sect-name-txt {
		display: block;
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 6.66667vw;
	}
}

.section .sect-name-txt .ttl {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.section .sect-name-txt .ttl {
		font-size: 48px;
		font-size: 6.4vw;
		margin-bottom: 4vw;
		line-height: 1.3;
	}
}

.section .sect-name-txt .ttl div {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin-top: 7px;
}

@media screen and (max-width: 640px) {
	.section .sect-name-txt .ttl div {
		font-size: 38px;
		font-size: 5.06667vw;
	}
}

.section .sect-name-txt .txt {
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.section .sect-name-txt .txt {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.section .sect-txt {
	font-size: 14px;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.section .sect-txt {
		font-size: 24px;
		font-size: 3.2vw;
		margin-bottom: 6.66667vw;
	}
}

.section .sect-func {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
	.section .sect-func {
		margin-bottom: 25px;
	}
}

.section .sect-func .sect-func-imglist {
	display: -webkit-flex;
	display: flex;
}

@media screen and (min-width: 641px) {
	.section .sect-func .sect-func-imglist {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 640px) {
	.section .sect-func .sect-func-imglist {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.section .sect-func .sect-func-imglist li {
	width: 302px;
}

.section .sect-func .sect-func-imglist li img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.section .sect-func .sect-func-imglist li {
		width: calc(50% - 1.2vw);
	}
}

.section .sect-func .sect-func-imglist li + li {
	margin-left: 31px;
}

@media screen and (max-width: 640px) {
	.section .sect-func .sect-func-imglist li + li {
		margin-left: 0;
	}
}

.section .sect-func .sect-func-example {
	background: #ececec;
	margin-left: 31px;
	width: 302px;
	padding: 20px 25px;
}

@media screen and (max-width: 640px) {
	.section .sect-func .sect-func-example {
		width: 100%;
		margin-left: 0;
		margin-top: 4.26667vw;
		margin-bottom: 5.33333vw;
		padding: 3.33333vw 4.66667vw;
	}
}

.section .sect-func .sect-func-example .sect-func-example-ttl {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.section .sect-func .sect-func-example .sect-func-example-ttl {
		font-size: 28px;
		font-size: 3.73333vw;
		margin-bottom: 2.66667vw;
	}
}

.section p {
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.section p {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.section .more {
	text-align: center;
	margin-top: 90px;
}

@media screen and (max-width: 640px) {
	.section .more {
		margin-top: 12vw;
	}
}

.section .more a {
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.section .more a {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.basic .sect-func-example ul {
	padding-left: 2em;
}

.basic .sect-func-example li {
	list-style-type: disc;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.basic .sect-func-example li {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.basic .sect-func-example li span {
	font-weight: normal;
}

.plus .sect-func-example {
	height: 537px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
	.plus .sect-func-example {
		height: 128.8vw;
	}
}

.plus .sect-func-example-list + .sect-func-example-list {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.plus .sect-func-example-list + .sect-func-example-list {
		margin-top: 6.66667vw;
	}
}

.plus .sect-func-example-list .sect-func-example-list-ttl {
	font-weight: bold;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.plus .sect-func-example-list .sect-func-example-list-ttl {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.plus .sect-func-example-list ul {
	padding-left: 1em;
}

.plus .sect-func-example-list li {
	list-style-type: decimal;
	padding-left: 0.5em;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.plus .sect-func-example-list li {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.pcbasic .pcbasic-imglist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist > li + li {
		margin-top: 9.33333vw;
	}
}

.pcbasic .pcbasic-imglist .a1 {
	width: 636px;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist .a1 {
		width: 100%;
	}
}

.pcbasic .pcbasic-imglist .a2 {
	width: 302px;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist .a2 {
		width: 100%;
	}
}

.pcbasic .pcbasic-imglist .pcbasic-imglist-imglist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist .pcbasic-imglist-imglist {
		display: block;
	}
}

.pcbasic .pcbasic-imglist .pcbasic-imglist-imglist li {
	width: 302px;
	margin-bottom: 20px;
}

.pcbasic .pcbasic-imglist .pcbasic-imglist-imglist li img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist .pcbasic-imglist-imglist li {
		width: 100%;
		margin-bottom: 4vw;
	}
}

.pcbasic .pcbasic-imglist .pcbasic-imglist-ttl {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist .pcbasic-imglist-ttl {
		font-size: 32px;
		font-size: 4.26667vw;
		margin-bottom: 0.66667vw;
	}
}

.pcbasic .pcbasic-imglist .pcbasic-imglist-txt {
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.pcbasic .pcbasic-imglist .pcbasic-imglist-txt {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.stitcher .ttl {
	margin-bottom: 30px;
}

.stitcher .stitcher-float {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.stitcher .stitcher-figure {
	width: 366px;
	margin-bottom: 25px;
}

.stitcher .stitcher-figure img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-figure {
		width: 100%;
	}
}

.stitcher .stitcher-funclist {
	width: calc(100% - 366px);
	padding-left: 10px;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-funclist {
		width: 100%;
		padding-left: 0;
	}
}

.stitcher .stitcher-funclist li + li {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-funclist li {
		width: 100%;
		margin-top: 4vw;
	}
}

.stitcher .stitcher-funclist .stitcher-funclist-ttl {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-funclist .stitcher-funclist-ttl {
		font-size: 32px;
		font-size: 4.26667vw;
		margin-bottom: 0.66667vw;
	}
}

.stitcher .stitcher-funclist .stitcher-funclist-txt {
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-funclist .stitcher-funclist-txt {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

.stitcher .stitcher-movie {
	padding-top: 50px;
}

.stitcher .stitcher-movie h3 {
	font-size: 24px;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.stitcher .stitcher-movie h3 {
		font-size: 32px;
		font-size: 4.26667vw;
	}
}

.stitcher .stitcher-movie .stitcher-movie-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-movie .stitcher-movie-list {
		display: block;
	}
}

.stitcher .stitcher-movie .stitcher-movie-list li {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-movie .stitcher-movie-list li {
		margin-top: 5.33333vw;
	}
}

.stitcher .stitcher-movie .stitcher-movie-list li figcaption {
	font-size: 20px;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-movie .stitcher-movie-list li figcaption {
		font-size: 32px;
		font-size: 4.26667vw;
	}
}

.stitcher .stitcher-movie .stitcher-movie-list li iframe {
	width: 460px;
	height: 259px;
}

@media screen and (max-width: 640px) {
	.stitcher .stitcher-movie .stitcher-movie-list li iframe {
		width: 100%;
		height: 53.33333vw;
	}
}

/*# sourceMappingURL=creativity.css.map */
