@charset "utf-8";

/* font
-------------------------------------------------- */
@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 300;
}

@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic");
	font-weight: 500;
}

@font-face {
	font-family: "Custom Yu Gothic";
	src: local("Yu Gothic");
	font-weight: bold;
}

.josefin {
	font-family: 'Josefin Sans', sans-serif;
}

/* reset
-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

sub,
sup {
	font-size: 75%;
}

sup {
	vertical-align: top;
}

body {
	position: relative;
	background: #000;
	font-size: 14px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #fff;
	letter-spacing: .1em;
	line-height: 1;
	z-index: 1;
}

main {
	position: relative;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

a:link,
a:visited {
	outline: none;
	text-decoration: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

@media (min-width: 768px) {
	html {
		overflow-x: hidden;
	}

	a:link,
	a:visited {
		transition: opacity .5s;
	}

	a:hover {
		opacity: .7 !important;
	}

	.pcHidden {
		display: none;
	}
}

@media (max-width: 767px) {

	html,
	body {
		overflow-x: hidden;
	}

	img {
		max-width: 100%;
	}

	.spHidden {
		display: none;
	}
}


/* sticky
-------------------------------------------------- */
.sticky-wrap {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0;
}

.sticky-container .scroll {
	position: absolute;
	left: 1%;
	top: 5.75%;
	width: 3.5714%;
	transition: opacity .75s;
	opacity: 0;
	z-index: 2;
}

.sticky-container .scroll.-action {
	opacity: 1;
}

.sticky-container .scroll::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 33%;
	width: 30%;
	height: 3.8461%;
	background: #e4007f;
	transform: translateX(-50%);
	opacity: 0;
}

.sticky-container .scroll img {
	width: 100%;
}

.sticky-container .scroll.-action::before {
	animation: squareMove 5s .5s infinite;
}

.sticky-container .loader {
	position: fixed;
	left: 50%;
	top: 50%;
	display: inline-block;
	transform: translate(-50%, -50%);
	transition: opacity .75s, visibility .5s;
	z-index: 2;
}

.sticky-container .loader.-action {
	visibility: hidden;
	opacity: 0;
}

.sticky-container .loader .sp-slices {
	border-radius: 50%;
	border-top: 18px rgba(87, 119, 155, 0.75) solid;
	border-left: 18px rgba(87, 119, 155, .25) solid;
	border-bottom: 18px rgba(87, 119, 155, .25) solid;
	border-right: 18px rgba(87, 119, 155, .25) solid;
	animation: spSlices 1s infinite linear;
}

@keyframes squareMove {
	0% {
		top: 33%;
		opacity: 0;
	}

	15% {
		top: 33%;
		opacity: 1;
	}

	30% {
		top: 95%;
		opacity: 1;
	}

	100% {
		top: 95%;
		opacity: 1;
	}
}

@keyframes spSlices {
	0% {
		border-top: 18px rgba(87, 119, 155, .75) solid;
		border-right: 18px rgba(87, 119, 155, .25) solid;
		border-bottom: 18px rgba(87, 119, 155, .25) solid;
		border-left: 18px rgba(87, 119, 155, .25) solid;
	}

	25% {
		border-top: 18px rgba(87, 119, 155, .25) solid;
		border-right: 18px rgba(87, 119, 155, .75) solid;
		border-bottom: 18px rgba(87, 119, 155, .25) solid;
		border-left: 18px rgba(87, 119, 155, .25) solid;
	}

	50% {
		border-top: 18px rgba(87, 119, 155, .25) solid;
		border-right: 18px rgba(87, 119, 155, .25) solid;
		border-bottom: 18px rgba(87, 119, 155, .75) solid;
		border-left: 18px rgba(87, 119, 155, .25) solid;
	}

	75% {
		border-top: 18px rgba(87, 119, 155, .25) solid;
		border-right: 18px rgba(87, 119, 155, .25) solid;
		border-bottom: 18px rgba(87, 119, 155, .25) solid;
		border-left: 18px rgba(87, 119, 155, .75) solid;
	}

	100% {
		border-top: 18px rgba(87, 119, 155, .75) solid;
		border-right: 18px rgba(87, 119, 155, .25) solid;
		border-bottom: 18px rgba(87, 119, 155, .25) solid;
		border-left: 18px rgba(87, 119, 155, .25) solid;
	}
}

@media (max-width: 767px) {
	.sticky-container .scroll {
		display: none;
	}
}

/* movie
-------------------------------------------------- */
.movie-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-wrap video,
.movie-wrap .movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.movie-wrap video {
	z-index: 12;
}

.movie-wrap.auto .movie {
	pointer-events: none;
}

.movie-wrap .btn-contact {
	display: none;
}

@media (min-width: 768px) {
	.movie-wrap .btn-contact {
		position: absolute;
		right: 7.1428%;
		bottom: 5%;
		padding: 25px 105px 25px 30px;
		border: 2px solid #fff;
		background: rgba(0, 0, 0, .5) url(../img/ico-arrow.png) no-repeat right 30px center;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		transition: background .75s;
	}

	.movie-wrap .btn-contact:hover {
		background: rgba(0, 0, 0, .8) url(../img/ico-arrow.png) no-repeat right 30px center;
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
	.movie-wrap.auto {
		height: 70vh;
		overflow: hidden;
	}

	.movie-wrap.auto video,
	.movie-wrap.auto .movie {
		top: 50%;
		left: 50%;
		margin-top: -35vh;
		margin-left: -65vh;
		width: 130vh;
		height: 70vh;
	}

	.movie-wrap .btn-contact {
		display: none;
	}
}


/* sec-news
-------------------------------------------------- */
.sec-news {
	position: relative;
	border-top: 2px solid #646464;
	border-bottom: 2px solid #646464;
}

.sec-news .left-col {
	position: relative;
	background: rgba(8, 88, 123, .5);
}

.sec-news .right-col {
	position: relative;
	display: block;
	background: rgba(0, 0, 0, .7);
}

.sec-news .news-list {
	overflow: hidden;
}

.sec-news .article {
	display: flex;
	font-size: 14px;
	line-height: 1.35;
}

.sec-news .article dt {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.sec-news .article a {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.sec-news .inner {
		display: flex;
		align-content: center;
		width: 100%;
		margin: 0 auto;
	}

	.sec-news .left-col {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 28.57%;
		padding: 25px 35px 25px 0;
	}

	.sec-news .right-col {
		width: 71.43%;
		height: 130px;
		padding: 0 0 0 30px;
		border-left: 2px solid #646464;
	}

	.sec-news .news-ttl {
		padding-left: 50px;
	}

	.sec-news .news-ttl img {
		width: 100%;
	}

	.sec-news .news-list li {
		padding: 5px 0;
	}

	.sec-news .news-list li:first-child {
		padding-top: 15px;
	}

	.sec-news .news-list li:last-child {
		padding-bottom: 15px;
	}

	.sec-news .article a:hover {
		text-decoration: none;
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
	.sec-news {
		border-width: 1px;
	}

	.sec-news .news-ttl {
		width: 28vw;
		padding: 2vw 0 2vw 5.3333vw;
	}

	.sec-news .right-col {
		padding: 0 4.6666vw;
	}

	.sec-news .news-list {
		height: 32vw;
	}

	.sec-news .article {
		font-size: 2.6666vw;
	}

	.sec-news .article dt {
		margin-right: 2vw;
		padding-right: 2vw;
	}

	.sec-news .news-list li {
		margin: 3.6vw 0;
	}
}

/* sec-statement
-------------------------------------------------- */
.sec-statement {
	position: relative;
	padding: 0 50px;
	border-bottom: 2px solid #646464;
	background: #000;
}

.sec-statement::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.sec-statement .inner {
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}


@media (min-width: 768px) {
	.sec-statement .inner {
		display: flex;
		align-items: center;
		max-width: 1200px;
		margin: 0 auto;
	}

	.sec-statement .left-col {
		display: flex;
		justify-content: center;
		width: 50%;
	}

	.sec-statement .right-col {
		width: 50%;
		padding: 50px 5% 50px 7.5%;
		border-left: 1px solid #646464;
	}

	.sec-statement .left-col,
	.sec-statement .right-col {
		position: relative;
		overflow: hidden;
	}

	.sec-statement .left-col .statement-ttl::before,
	.sec-statement .right-col .statement-copy::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		transition: left .75s;
	}

	.sec-statement .right-col .statement-copy::before {
		transition-delay: .5s;
	}

	.sec-statement.-action .left-col .statement-ttl::before,
	.sec-statement.-action .right-col .statement-copy::before {
		left: 100%;
	}

	.sec-statement .statement-ttl {
		position: relative;
		font-size: 3.2307vw;
		font-weight: bold;
		line-height: 1.785;
	}

	.sec-statement .statement-copy {
		position: relative;
		font-size: 1.4615vw;
		line-height: 2.2;
	}
}

@media (min-width: 1300px) {
	.sec-statement .statement-ttl {
		font-size: 42px;
	}

	.sec-statement .statement-copy {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.sec-statement {
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-statement::before {
		bottom: 1.6vw;
		height: 1px;
	}

	.sec-statement .inner {
		border-width: 1px;
	}

	.sec-statement [class$="-col"] {
		padding: 8vw 6.6666vw;
	}

	.sec-statement .left-col {
		border-bottom: 1px solid #646464;
	}

	.sec-statement .statement-ttl {
		font-size: 7.2vw;
		line-height: 1.6;
	}

	.sec-statement .statement-copy {
		font-size: 3.4666vw;
		line-height: 2;
	}
}

/* movie-block
-------------------------------------------------- */
.movie-block .movie-wrap {
	cursor: pointer;
}

.movie-block .upper-block {
	position: relative;
	padding: 0 50px;
	border-bottom: 2px solid #646464;
	background: #000;
}

.movie-block .upper-block::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.movie-block .inner {
	max-width: 1200px;
	margin: 0 auto;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.movie-block .movie-container {
	max-width: 1000px;
	margin: 0 auto;
}

.movie-block .movie-copy {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.movie-block .movie .thumb img {
	width: 100%;
}

.movie-block .bg-line-blue {
	width: 100%;
	height: 250px;
	padding: 0 50px;
	background: url(../img/bg-line-blue.png) no-repeat;
	background-size: cover;
}

.movie-block .bg-line-blue .inner {
	height: 100%;
}

@media (min-width: 768px) {
	.movie-block .upper-block>.inner {
		padding: 100px 50px;
	}
}

@media (max-width: 767px) {
	.movie-block .inner {
		padding: 10.3333vw 0;
		border-width: 1px;
	}

	.movie-block .upper-block {
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.movie-block .upper-block::before {
		bottom: 1.6vw;
		height: 1px;
	}

	.movie-block .movie-container {
		width: 74.6666vw;
	}

	.movie-block .movie-copy {
		margin-bottom: 2.6666vw;
		font-size: 3.2vw;
	}

	.movie-block .bg-line-blue {
		height: 24vw;
		padding: 0 5.3333vw;
		border-width: 1px;
	}
}

/* sec-service
-------------------------------------------------- */
.sec-service {
	position: relative;
	border-top: 2px solid #646464;
}

.sec-service::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
	z-index: 2;
}

.sec-service .service-body {
	position: relative;
	border-bottom: 2px solid #646464;
	width: 100%;
	padding: 0 50px 12px;
	background: url(../img/bg-triangle.png) repeat-y center 12px;
	background-size: 100%;
}

.sec-service .service-body::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.sec-service .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 12px;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.sec-service .inner::before,
.sec-service .inner::after {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 2px;
	height: 12px;
	background: #646464;
}

.sec-service .inner::before {
	left: -2px;
}

.sec-service .inner::after {
	right: -2px;
}

.sec-service .heading {
	padding-bottom: 60px;
	background: rgba(0, 0, 0, .5);
}

.sec-service .heading-merit-list {
	display: flex;
	justify-content: space-between;
	max-width: 934px;
	margin: 70px auto 0;
	padding: 0 25px;
}

.sec-service .detail-service+.detail-service {
	border-top: 2px solid #646464;
}

.sec-service .heading-merit-list li {
	position: relative;
	width: 28.2805%;
}

.sec-service .heading-merit-list li img {
	width: 100%;
}

.sec-service .heading-merit-list li+li::before {
	content: '';
	position: absolute;
	left: -20%;
	top: 50%;
	width: 12.4%;
	height: 14%;
	background: url(../img/service-merit-ico.png) no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
}

.sec-service .detail {
	border-top: 2px solid #646464;
	background: #000;
}

.sec-service .detail .detail-service {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 75px;
}

.sec-service .detail .detail-service-heading .catch-copy span {
	display: inline-block;
	padding: 4px;
	background: #89004c;
	font-size: 22px;
	font-weight: bold;
}

.sec-service .detail .detail-service-heading .detail-ttl {
	margin-top: 15px;
}

.sec-service .detail .detail-service-heading .ja {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #e4007f;
}

.sec-service .detail .detail-service-lower .detail-copy,
.sec-service .detail .detail-service-lower .merit {
	font-size: 1.5454vw;
	text-align: justify;
	line-height: 1.85;
}

.sec-service .detail .detail-service-lower .merit {
	margin-top: 15px;
}

.sec-service .detail .detail-service-lower .merit dt {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	font-weight: bold;
	line-height: 1;
}

.sec-service .detail .detail-service-lower .merit .merit-list {
	text-indent: -1em;
	margin-left: 1em;
}

.sec-service .detail .detail-service-lower .merit .merit-list li+li {
	margin-top: 5px;
}

.sec-service .detail .detail-service-lower .merit .note {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

.sec-service .detail .detail-service-lower .merit .figure img {
	width: 100%;
}

.sec-service .bg-line-pink {
	width: 100%;
	height: 250px;
	padding: 0 50px;
	background: url(../img/bg-line-pink.png) no-repeat center center;
	background-size: cover;
	border-bottom: 2px solid #646464;
}

.sec-service .bg-line-pink .inner {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.sec-service .heading .service-flow {
	padding: 0 25px;
}

.sec-service .service-flow .inner {
	margin: 50px auto 0;
	padding-top: 0;
	border: 1px solid #fff;
}

.sec-service .heading .service-flow .inner {
	max-width: 1025px;
}

.sec-service .service-flow .inner::before,
.sec-service .service-flow .inner::after {
	width: 0;
	height: 0;
}

.sec-service .service-flow .service-flow-ttl {
	padding: 12px 20px;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	font-weight: bold;
}

.sec-service .service-flow .service-flow-ttl .copy {
	margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
}

.sec-service .service-flow .service-flow-ttl span {
	display: block;
}

.sec-service .service-flow .case-list {
	padding: 35px 0;
}

.sec-service .service-flow .case-list li+li {
	margin-top: 25px;
}

.sec-service .service-flow .case-list img {
	width: 100%;
}

.sec-service .detail .note-list {
	margin-left: 2em;
	margin-top: 10px;
	font-size: 12px;
	text-indent: -2em;
	line-height: 1.4;
}

.sec-service .detail .asset-lineup {
	margin-top: 60px;
}

.sec-service .detail .asset-lineup .asset-lineup-ttl {
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.sec-service .detail .btn-detail {
	display: block;
	margin: 30px 0 0;
	padding-top: 17.5px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}

.sec-service .detail .movie-wrap {
	margin-top: 50px;
	cursor: pointer;
}

.sec-service .detail .movie-wrap img {
	width: 100%;
}

@media (min-width: 1101px) {

	.sec-service .detail .detail-service-lower .detail-copy,
	.sec-service .detail .detail-service-lower .merit {
		font-size: 17px;
	}

	.sec-service .detail .asset-lineup {
		display: flex;
		flex-wrap: wrap;
	}

	.sec-service .detail .btn-detail {
		width: 48%;
	}

	.sec-service .detail .btn-detail:nth-of-type(even) {
		margin-left: auto;
	}
}

@media (min-width: 768px) {
	.sec-service .service-body {
		background-attachment: fixed;
	}

	.sec-service .sec-copy .note {
		margin-right: 7.5%;
	}

	.sec-service .detail .detail-service-heading {
		display: flex;
	}

	.sec-service .detail .detail-service-heading .icon {
		width: 11.2381%;
		transform: translateX(-25%);
	}

	.sec-service .detail .detail-service-heading .icon img {
		width: 100%;
	}

	.sec-service .detail .detail-service-heading .text-wrap {
		width: 84.6666%;
	}

	.sec-service .detail .detail-service-heading .detail-ttl {
		width: 87.5706%;
	}

	.sec-service .detail .detail-service-lower {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.sec-service .detail .detail-service-lower .image {
		width: 45.3333%;
	}

	.sec-service .detail .detail-service-lower .elem-wrap {
		width: 49.5238%;
		margin-top: -10px;
	}

	.sec-service .detail .detail-service-heading .detail-ttl img,
	.sec-service .detail .detail-service-lower .image img {
		width: 100%;
	}
}

.sec-service .gallery-banner {
	margin: 60px auto 0;
}

.sec-service .gallery-banner a {
	position: relative;
	display: block;
}

.sec-service .gallery-banner .bg-photo img {
	position: relative;
	width: 100%;
	opacity: 0;
}

.sec-service .gallery-banner .bg-photo img:nth-child(n+2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.sec-service .gallery-banner.vfx .bg-photo img:nth-child(n+2) {
	animation: changeImg1 20s infinite;
}

.sec-service .gallery-banner.vfx .bg-photo img:nth-child(1) {
	animation: changeImgFirst1 20s infinite;
}

.sec-service .gallery-banner.vfx .bg-photo img:nth-child(2) {
	animation-delay: 4s;
}

.sec-service .gallery-banner.vfx .bg-photo img:nth-child(3) {
	animation-delay: 8s;
}

.sec-service .gallery-banner.vfx .bg-photo img:nth-child(4) {
	animation-delay: 12s;
}

.sec-service .gallery-banner.vfx .bg-photo img:nth-child(5) {
	animation-delay: 16s;
}

.sec-service .gallery-banner.vhs .bg-photo img:nth-child(n+2) {
	animation: changeImg2 12s infinite;
}

.sec-service .gallery-banner.vhs .bg-photo img:nth-child(1) {
	animation: changeImgFirst2 12s infinite;
}

.sec-service .gallery-banner.vhs .bg-photo img:nth-child(2) {
	animation-delay: 4s;
}

.sec-service .gallery-banner.vhs .bg-photo img:nth-child(3) {
	animation-delay: 8s;
}

.sec-service .gallery-banner .bnr-ttl {
	position: absolute;
	left: 50%;
	top: 15.5555%;
	font-size: 2.153vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	transform: translateX(-50%);
	z-index: 3;
}

.sec-service .gallery-banner .bnr-ttl span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6923vw;
}

.sec-service .gallery-banner .btn-view {
	position: absolute;
	left: 50%;
	bottom: 15.5555%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19.1387%;
	padding: 1.5% 0 1%;
	background: #fff100;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5384vw;
	font-weight: bold;
	color: #000;
	transform: translateX(-50%);
	transition: background .5s;
	z-index: 3;
}

@media (min-width: 1301px) {
	.sec-service .gallery-banner .bnr-ttl {
		font-size: 28px;
	}

	.sec-service .gallery-banner .bnr-ttl span {
		font-size: 22px;
	}

	.sec-service .gallery-banner .btn-view {
		font-size: 20px;
	}
}

@media (max-width: 1100px) {
	.sec-service .detail .asset-lineup {
		display: block;
	}

	.sec-service .detail .btn-detail {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.sec-service .gallery-banner:hover .btn-view {
		background: #000;
		color: #fff;
	}
}

@media (max-width: 767px) {
	.sec-service {
		border-width: 1px;
	}

	.sec-service::before {
		top: 1.6vw;
		height: 1px;
	}

	.sec-service .inner {
		border-width: 1px;
	}

	.sec-service .service-body {
		padding: 0 5.3333vw 1.6vw;
		border-width: 1px;
	}

	.sec-service .service-body::after {
		bottom: 1.6vw;
		height: 1px;
	}

	.sec-service .heading {
		padding-bottom: 8vw;
	}

	.sec-service .heading-merit-list {
		margin-top: 4vw;
		padding: 0 3.2vw;
	}

	.sec-service .detail {
		border-width: 1px;
	}

	.sec-service .detail .detail-service {
		padding: 8vw 6.6666vw;
	}

	.sec-service .detail-service+.detail-service {
		border-width: 1px;
	}

	.sec-service .detail .detail-service-heading .icon {
		display: inline-block;
		width: 11.2vw;
	}

	.sec-service .detail .detail-service-heading .text-wrap {
		margin-top: -9vw;
	}

	.sec-service .detail .detail-service-heading .detail-ttl {
		margin-top: 3.2vw;
	}

	.sec-service .detail .detail-service-heading .catch-copy span {
		margin-left: 13.8666vw;
		font-size: 3.2vw;
	}

	.sec-service .detail .detail-service-heading .ja {
		margin-top: 2vw;
		font-size: 2.6666vw;
		letter-spacing: 0.05em;
	}

	.sec-service .detail .detail-service-lower .image {
		margin-top: 6.6666vw;
	}

	.sec-service .detail .detail-service-lower .detail-copy,
	.sec-service .detail .detail-service-lower .merit {
		font-size: 3.2vw;
	}

	.sec-service .detail .detail-service-lower .detail-copy {
		margin-top: 4vw;
	}

	.sec-service .detail .detail-service-lower .merit {
		margin-top: 6.6666vw;
	}

	.sec-service .detail .detail-service-lower .merit dt {
		padding: 1.0666vw 2.6666vw;
	}

	.sec-service .detail .detail-service-lower .merit .merit-list {
		margin-top: 2vw;
	}

	.sec-service .detail .detail-service-lower .merit .merit-list li {
		letter-spacing: 0.05em;
	}

	.sec-service .detail .detail-service-lower .merit .merit-list li+li {
		margin-top: 1.3333vw;
	}

	.sec-service .detail .detail-service-lower .merit .note {
		margin-top: 1.03333vw;
		font-size: 2.6666vw;
		text-align: left;
		letter-spacing: 0.0125em;
	}

	.sec-service .detail .btn-detail {
		width: 75vw;
		padding-top: 3.8vw;
		font-size: 3.2vw;
	}

	.sec-service .bg-line-pink {
		height: 24vw;
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-service .bg-line-pink .inner {
		border-width: 1px;
	}

	.sec-service .inner::before,
	.sec-service .inner::after {
		bottom: -1.6vw;
		width: 1px;
	}

	.sec-service .inner::before {
		left: -1px;
	}

	.sec-service .inner::after {
		right: -1px;
	}

	.sec-service .service-flow .inner {
		margin-top: 8vw;
	}

	.sec-service .service-flow .service-flow-ttl {
		padding: 2.6666vw;
		font-size: 3vw;
		letter-spacing: 0.025em;
	}

	.sec-service .service-flow .service-flow-ttl .copy {
		font-size: 2.8vw;
		line-height: 1.25;
	}

	.sec-service .detail .note-list {
		margin-top: 1.3333vw;
		font-size: 2.6666vw;
	}

	.sec-service .service-flow .case-list {
		padding: 4vw 0;
	}

	.sec-service .detail .asset-lineup {
		margin-top: 8vw;
	}

	.sec-service .detail .asset-lineup .asset-lineup-ttl {
		font-size: 3.7333vw;
	}

	.sec-service .detail .btn-detail {
		margin-top: 4vw;
	}

	.sec-service .gallery-banner {
		margin-top: 8vw;
	}

	.sec-service .gallery-banner .bnr-ttl {
		top: 50%;
		width: 100%;
		font-size: 3.4vw;
		transform: translate(-50%, -50%);
	}

	.sec-service .gallery-banner .bnr-ttl span {
		font-size: 2.6666vw;
	}

	.sec-service .gallery-banner .btn-view {
		left: auto;
		right: 1.3333vw;
		width: 10.6666vw;
		padding: 1.5% 0 0.5%;
		transform: translateX(0);
	}
}


/* sec-studio
-------------------------------------------------- */
.sec-studio {
	position: relative;
}

.sec-studio::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
	z-index: 2;
}

.sec-studio .studio-body {
	position: relative;
	border-bottom: 2px solid #646464;
	width: 100%;
	padding: 0 50px 12px;
	background: url(../img/bg-triangle.png) repeat-y center 12px;
	background-size: 100%;
}

.sec-studio .studio-body::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.sec-studio .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.sec-studio .inner::before,
.sec-studio .inner::after {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 2px;
	height: 12px;
	background: #646464;
}

.sec-studio .inner::before {
	left: -2px;
}

.sec-studio .inner::after {
	right: -2px;
}

.sec-studio .studio-body>.inner {
	padding-top: 12px;
	background: rgba(0, 0, 0, .5);
}

.sec-studio .detail {
	margin-top: 70px;
	border-top: 2px solid #646464;
}

.sec-studio .detail .studio-list li {
	text-align: center;
}

.sec-studio .detail .studio-list li+li {
	border-top: 2px solid #646464;
}

.sec-studio .detail .studio-copy {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.sec-studio .detail .studio-list li .studio-photo.coming-soon {
	position: relative;
}

.sec-studio .detail .studio-list li .studio-photo.coming-soon::before {
	content: 'coming soon';
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.sec-studio .detail .studio-ttl {
	font-size: 36px;
	font-family: 'Josefin Sans', sans-serif;
}

.sec-studio .detail .studio-ttl img,
.sec-studio .detail .studio-photo img {
	width: 100%;
}

.sec-studio .detail .btn-detail {
	width: 70%;
}

.sec-studio .bg-line-blue {
	width: 100%;
	height: 250px;
	padding: 0 50px;
	background: url(../img/bg-line-blue2.png) no-repeat center center;
	background-size: cover;
	border-bottom: 2px solid #646464;
}

.sec-studio .bg-line-blue .inner {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

@media (min-width: 768px) {
	.sec-studio .studio-body {
		background-attachment: fixed;
	}

	.sec-studio .detail .studio-list li {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	.sec-studio .detail .studio-list li .elem-wrap {
		width: 50%;
	}

	.sec-studio .detail .studio-list li .studio-photo {
		width: 50%;
		border-left: 2px solid #646464;
	}

	.sec-studio .detail .studio-ttl {
		width: 85%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.sec-studio::before {
		top: 1.6vw;
		height: 1px;
	}

	.sec-studio .inner::before,
	.sec-studio .inner::after {
		bottom: -1.6vw;
		width: 1px;
	}

	.sec-studio .inner::before {
		left: -1px;
	}

	.sec-studio .inner::after {
		right: -1px;
	}

	.sec-studio .studio-body {
		padding: 0 5.3333vw 1.6vw;
		border-width: 1px;
	}

	.sec-studio .studio-body::after {
		bottom: 1.6vw;
		height: 1px;
	}

	.sec-studio .studio-body>.inner {
		padding-top: 1.6vw;
		border-width: 1px;
	}

	.sec-studio .sec-copy {
		margin-top: 6.6666vw;
	}

	.sec-studio .detail {
		margin-top: 5.3333vw;
		border-width: 1px;
	}

	.sec-studio .detail .studio-copy {
		font-size: 2.9333vw;
	}

	.sec-studio .detail .studio-list li {
		padding-top: 8vw;
	}

	.sec-studio .detail .studio-list li .studio-photo {
		margin-top: 6vw;
		border-top: 1px solid #646464;
	}

	.sec-studio .detail .studio-photo {
		border-width: 1px;
	}

	.sec-studio .detail .btn-detail {
		width: 53.3333vw;
	}

	.sec-studio .bg-line-blue {
		height: 24vw;
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-studio .bg-line-blue .inner {
		border-width: 1px;
	}

	.sec-service .detail .movie-wrap {
		margin-top: 6vw;
	}
}


/* sec-works
-------------------------------------------------- */
.sec-works {
	position: relative;
}

.sec-works::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
	z-index: 2;
}

.sec-works .inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.sec-works .inner::before,
.sec-works .inner::after {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 2px;
	height: 12px;
	background: #646464;
}

.sec-works .inner::before {
	left: -2px;
}

.sec-works .inner::after {
	right: -2px;
}

.sec-works .works-body {
	position: relative;
	border-bottom: 2px solid #646464;
	width: 100%;
	padding: 0 50px 12px;
	background: url(../img/bg-triangle.png) repeat-y center 12px;
	background-size: 100%;
}

.sec-works .works-body::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.sec-works .works-body>.inner {
	padding-top: 12px;
	background: rgba(0, 0, 0, .5);
}

.sec-works .detail {
	margin-top: 70px;
	border-top: 2px solid #646464;
}

.sec-works .sec-copy {
	margin-top: 0;
	padding: 120px 0;
	font-size: 30px;
	line-height: 3;
}

.sec-works .sec-copy a {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.sec-works .bg-line-yellow {
	position: relative;
	width: 100%;
	height: 250px;
	padding: 0 50px;
	border-bottom: 2px solid #646464;
	background: url(../img/bg-line-yellow.png) no-repeat center center;
	background-size: cover;
}

.sec-works .bg-line-yellow .inner {
	position: relative;
	height: 100%;
}

.sec-works .bg-line-yellow .inner::before,
.sec-works .bg-line-yellow .inner::after {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 2px;
	height: 12px;
	background: #646464;
}

.sec-works .bg-line-yellow .inner::before {
	left: -2px;
}

.sec-works .bg-line-yellow .inner::after {
	right: -2px;
}

.sec-works .movie-list li a {
	display: block;
	color: #fff;
}

.sec-works .movie-list li .movie-ttl {
	padding: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.sec-works {
		background-attachment: fixed;
	}

	.sec-works .movie-list {
		display: flex;
		flex-wrap: wrap;
	}

	.sec-works .movie-list li {
		width: 50%;
		border-bottom: 2px solid #646464;
	}

	/* .sec-works .movie-list li:nth-child(11) {
		width: calc(50% + 2px);
		border-right: 2px solid #646464;
	} */
	.sec-works .movie-list li.line:nth-child(odd) {
		border-right: 2px solid #646464;
	}

	.sec-works .movie-list li:nth-child(even) {
		border-left: 2px solid #646464;
	}

	.sec-works .movie-list li a:hover {
		opacity: 1 !important;
	}

	.sec-works .movie-list li a figure {
		overflow: hidden;
	}

	.sec-works .movie-list li a img {
		width: 100%;
		transition: transform .5s;
	}

	.sec-works .movie-list li a:hover img {
		transform: scale(1.05);
	}
}

@media (max-width: 767px) {
	.sec-works {
		border-width: 1px;
	}

	.sec-works::before {
		top: 1.6vw;
		height: 1px;
	}

	.sec-works::after {
		bottom: 2vw;
		height: 1px;
	}

	.sec-works .inner {
		border-width: 1px;
	}

	.sec-works .bg-line-yellow .inner::before,
	.sec-works .bg-line-yellow .inner::after {
		width: 1px;
	}

	.sec-works .bg-line-yellow .inner::before {
		left: -1px;
	}

	.sec-works .bg-line-yellow .inner::after {
		right: -1px;
	}

	.sec-works .works-body .inner {
		border-width: 1px;
	}

	.sec-works .works-body {
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-works .works-body::after {
		bottom: 1.6vw;
		border-width: 1px;
	}

	.sec-works .works-body::after {
		height: 1px;
	}

	.sec-works .inner::before,
	.sec-works .inner::after {
		bottom: -1.6vw;
		width: 1px;
	}

	.sec-works .inner::before {
		left: -1px;
	}

	.sec-works .inner::after {
		right: -1px;
	}

	.sec-works .sec-copy .note {
		margin-right: 10vw;
		text-align: right;
	}

	.sec-works .sec-copy {
		padding: 14vw 0;
		font-size: 4vw;
	}

	.sec-works .sec-copy a {
		font-size: 5.0666vw;
	}

	.sec-works .detail {
		margin-top: 5.3333vw;
		border-width: 1px;
	}

	.sec-works .bg-line-yellow {
		height: 24vw;
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-works .bg-line-yellow::before {
		top: 1.6vw;
		height: 1px;
	}

	.sec-works .movie-list li+li {
		border-top: 1px solid #646464;
	}

	.sec-works .movie-list li .movie-ttl {
		padding: 3.2vw 2.6666vw;
		font-size: 3.4666vw;
	}
}


/* sec-contact
-------------------------------------------------- */
.sec-contact {
	position: relative;
	border-bottom: 2px solid #646464;
	width: 100%;
	background: url(../img/bg-triangle.png) repeat-y center 12px;
	background-size: 100%;
}

.sec-contact .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 12px;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.sec-contact .contact-body {
	padding: 0 50px;
	overflow-x: hidden;
}

.sec-contact .heading {
	padding-bottom: 60px;
	background: rgba(0, 0, 0, .5);
}

.sec-contact .detail {
	background: #333;
	overflow: hidden;
}

.sec-contact .detail .form {
	margin-top: -80px;
}

.sec-contact .bg-clear {
	position: relative;
	width: 100%;
	height: 164px;
	padding: 0 50px;
	border-top: 2px solid #646464;
}

.sec-contact .bg-clear::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.sec-contact .bg-clear .inner {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	border-left: 2px solid #646464;
	border-right: 2px solid #646464;
}

.sec-contact .inner::before,
.sec-contact .inner::after {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 2px;
	height: 12px;
	background: #646464;
}

.sec-contact .inner::before {
	left: -2px;
}

.sec-contact .inner::after {
	right: -2px;
}

@media (min-width: 768px) {
	.sec-contact {
		background-attachment: fixed;
	}
}

@media (max-width: 767px) {

	.sec-contact,
	.sec-contact .inner {
		border-width: 1px;
	}

	.sec-contact .inner::before,
	.sec-contact .inner::after {
		bottom: -1.6vw;
		width: 1px;
	}

	.sec-contact .inner::before {
		left: -1px;
	}

	.sec-contact .inner::after {
		right: -1px;
	}

	.sec-contact .contact-body {
		padding: 0 5.3333vw;
	}

	.sec-contact .detail {
		padding-bottom: 8vw;
	}

	.sec-contact .detail .form {
		margin-top: -40vw;
	}

	.sec-contact .bg-clear {
		position: relative;
		height: 24vw;
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-contact .bg-clear::before {
		height: 1px;
	}

	.sec-contact .bg-clear .inner {
		border-width: 1px;
	}
}


/* sec-about
-------------------------------------------------- */
.sec-about {
	padding: 0 50px;
	background: #005075;
}

.sec-about .inner {
	max-width: 1200px;
	margin: 0 auto;
	border-left: 2px solid #3282a7;
	border-right: 2px solid #3282a7;
}

.sec-about .left-col {
	padding-top: 85px;
}

.sec-about .right-col {
	padding: 60px 0;
}

.sec-about .about-ttl {
	width: 75.418%;
	margin: 0 auto;
}

.sec-about .right-col .logo-list li {
	width: 45%;
	margin: 0 auto;
}

.sec-about .right-col .logo-list li+li {
	margin-top: 50px;
}

.sec-about .about-ttl img,
.sec-about .right-col .logo-list li img {
	width: 100%;
}

@media (min-width: 768px) {
	.sec-about .inner {
		display: flex;
		justify-content: center;
	}

	.sec-about .left-col,
	.sec-about .right-col {
		width: 50%;
		text-align: center;
	}

	.sec-about .right-col {
		border-left: 2px solid #3282a7;
	}
}

@media (max-width: 767px) {
	.sec-about {
		padding: 0 5.3333vw;
		border-width: 1px;
	}

	.sec-about .inner {
		border-width: 1px;
	}

	.sec-about .right-col .logo-list li {
		width: 45.3333vw;
	}

	.sec-about .right-col .logo-list li+li {
		margin-top: 8vw;
	}
}


/* title
-------------------------------------------------- */
.sec-ttl {
	margin-top: 70px;
	padding: 25px 50px;
	background: #e4007f;
	text-align: center;
}

.sec-copy {
	max-width: 1000px;
	margin: 60px auto 0;
	font-size: 1.5vw;
	text-align: center;
	line-height: 1.65;
}

.sec-copy .text {
	display: block;
}

.sec-copy .note {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	text-align: right;
}

@media (min-width: 1201px) {
	.sec-copy {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.sec-ttl img {
		width: 100%;
		max-width: 882px;
	}
}

@media (max-width: 767px) {
	.sec-ttl {
		margin-top: 8vw;
		padding: 3.2vw 0;
	}

	.sec-ttl img {
		width: 74.6666vw;
	}

	.sec-copy {
		margin-top: 5.3333vw;
		font-size: 3.2vw;
	}

	.sec-copy .note {
		margin-top: 2vw;
		font-size: 2.6666vw;
		text-align: center;
		letter-spacing: 0.0125em;
	}
}

/* button
-------------------------------------------------- */
.btn-detail {
	display: block;
	margin: 30px auto 0;
	padding: 15px 0;
	background: url(../img/ico-plus.png)no-repeat right 15px center#fff100;
	background-size: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

@media (min-width: 768px) {
	.btn-detail {
		transition: background .5s !important;
	}

	.btn-detail:hover {
		background: url(../img/ico-plus.png)no-repeat right 15px center #f8f49c;
		background-size: 20px;
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
	.btn-detail {
		margin-top: 5.3333vw;
		padding: 3.7333vw 0;
		background-size: 4.2666vw;
		font-size: 3.2vw;
	}
}

/* modal
-------------------------------------------------- */
.modal.pdf {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px;
	background: url(../img/bg-square.png?=v3) repeat center center #fff;
	text-align: center;
}

.modal.studio {
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	background: #646464;
	text-align: center;
}

.modal.studio::before {
	content: '';
	position: absolute;
	left: 0;
	top: 98px;
	width: 100%;
	height: 2px;
	background: #fff;
}

.modal.studio::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 98px;
	width: 100%;
	height: 2px;
	background: #fff;
}

.modal.studio .modal-inner {
	width: 74.75%;
	margin: 0 auto;
	padding: 100px 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.modal.studio .photo figure {
	position: relative;
	user-select: none;
}

.modal.studio .photo figcaption {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	padding: 12px 10px 10px 15px;
	background: rgba(0, 0, 0, .8);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	text-align: left;
	user-select: none;
}

.modal.studio img {
	width: 100%;
	user-select: none;
}

.modal.works {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background: url(../img/bg-triangle2.png) repeat-y;
	background-size: 100%;
}

.modal.works .modal-inner {
	width: 100%;
	margin: 0 auto;
	padding: 40px;
	background: #232323;
}

.modal.works .works-movie {
	max-width: 740px;
	margin: 0 auto;
}

.modal.works .works-movie-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.modal.works .works-movie-inner-last {
	margin-top: 2%;
}

.modal.works .works-movie img,
.modal.works .works-movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal.works .works-movie img {
	z-index: 1;
}

.modal.works .works-movie-detail {
	max-width: 1000px;
	margin: 30px auto 0;
}

.modal.works .works-movie-detail dt {
	font-size: 24px;
	line-height: 1.4;
}

.modal.works .works-movie-detail dd {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.6;
}

.modal.works .works-movie-detail dd a {
	color: #fff;
	text-decoration: underline;
}

.modal.works .works-movie-detail dd .company {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	text-align: right;
}

.mfp-close-btn-in .mfp-close {
	cursor: pointer !important;
}

.mfp-close {
	top: -55px !important;
}

button.mfp-close::before,
button.mfp-close::after {
	width: 3px;
}

.mfp-fade.mfp-bg {
	background: rgba(0, 0, 0, .7);
}

.modal .definition-detail {
	font-size: 20px;
	color: #000;
	line-height: 1.45;
}

.modal .definition-detail>li+li {
	margin-top: 30px;
}

.modal .definition-detail dt {
	text-align: left;
	font-weight: bold;
}

.modal .definition-detail dd {
	text-align: left;
}

.modal .detail-list li+li {
	margin-top: 10px;
}

.btn-pdf {
	display: block;
	width: 400px;
	margin: 30px auto 0;
	padding: 15px 0;
	background: url(../img/ico-dl.png) no-repeat right 20px center #fff100;
	background-size: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	transition: background .5s;
}

.modal.works .cm-text {
	display: block;
	margin-top: 20px;
}

.modal.works .cm-text a {
	color: #fff;
}

.works-movie-list {
	display: flex;
}

.works-movie-list li+li {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.mfp-content {
		padding: 80px 50px;
	}

	.modal .definition-detail dl {
		display: flex;
		flex-wrap: wrap;
	}

	.modal .definition-detail dt {
		margin-right: 20px;
	}

	.modal .definition-detail .w100 {
		width: 100%;
	}

	.modal .detail-list li {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.modal .detail-list span {
		display: inline-block;
	}

	.modal .detail-list .heading {
		margin-right: 15px;
	}

	.btn-pdf:hover {
		background: url(../img/ico-dl.png) no-repeat right 20px center #f8f49c;
		background-size: 20px;
		opacity: 1 !important;
	}

	.modal.works .works-movie-detail dd .elem-wrap {
		display: flex;
		justify-content: space-between;
	}

	.modal.works .works-movie-detail dd a:hover {
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.mfp-content {
		padding: 8vw 3.2vw;
	}

	.modal.pdf {
		padding: 6.6666vw;
		background-size: 10.6666vw;
	}

	.modal .definition-detail {
		font-size: 3.7333vw;
	}

	.modal .definition-detail>li+li {
		margin-top: 4vw;
	}

	.modal .detail-list li+li {
		margin-top: 2vw;
	}

	.btn-pdf {
		width: 53.3333vw;
		margin-top: 5.3333vw;
		padding: 3.7333vw 0;
		background-size: 4.2666vw;
		font-size: 3.2vw;
	}

	.modal.studio .modal-inner {
		width: 100%;
		padding: 0;
		border: none;
	}

	.modal.studio::before,
	.modal.studio::after {
		width: 0;
		height: 0;
	}

	.modal.studio .photo figcaption {
		padding: 2vw 2.6666vw;
		font-size: 2.8vw;
	}

	.modal.works {
		padding: 2vw;
	}

	.modal.works .modal-inner {
		padding: 6.6666vw 2.6666vw;
	}

	.modal.works .works-movie-detail dt {
		font-size: 4.2666vw;
	}

	.modal.works .works-movie-detail dd {
		font-size: 3.2vw;
	}

	.modal.works .works-movie-detail dd .company {
		margin-top: 2vw;
		font-size: 2.6666vw;
	}

	.works-movie-list {
		justify-content: end;
	}

	.works-movie-list li+li {
		margin-left: 2.6667vw;
	}
}

/* sec-close
-------------------------------------------------- */

.sec-close {
	position: relative;
	padding: 100px 50px 12px 50px;
	border-bottom: 2px solid #646464;
	background: #000;
}

.sec-close::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 2px;
	background: #646464;
}

.sec-close .inner {
	text-align: center;
}

.sec-close a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #aaa;
}

.sec-close .logo img {
	width: 100%;
	max-width: 400px;
}

.sec-close .lead {
	margin-top: 80px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
}

.sec-close .release {
	margin-top: 50px;
	font-size: 18px;
	line-height: 1.5em;
}

.sec-close .companies_title {
	margin-top: 50px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
}

.sec-close .companies_list {
	margin: 0 auto;
	text-align: left;
	width: fit-content;
}

.sec-close .companies_list li {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	line-height: 2em;
}

.sec-close .companies_list li em {
	font-weight: bold;
}

.sec-close .studio {
	display: block;
	max-width: 1200px;
	margin: 80px auto 0 auto;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5em;
	background-color: #01a0e8;
}

@media (max-width: 767px) {
	.sec-close {
		padding: 13.33333vw 5.3333vw 1.6vw 5.3333vw;
		border-width: 0.26666vw;
	}

	.sec-close::before {
		bottom: 1.6vw;
		height: 0.26666vw;
	}

	.sec-close .logo img {
		max-width: 55vw;
	}

	.sec-close .lead {
		margin-top: 10.66666vw;
		font-size: 3.7vw;
	}

	.sec-close .release {
		margin-top: 6.66666vw;
		font-size: 3.4vw;
	}

	.sec-close .companies_title {
		margin-top: 6.66666vw;
		font-size: 3.4vw;
	}

	.sec-close .companies_list li {
		margin-top: 4vw;
		font-size: 3.2vw;
	}

	.sec-close .companies_list li em {
		font-size: 3.4vw;
	}

	.sec-close .studio {
		margin-top: 10.66666vw;
		padding: 1dvw 0;
		font-size: 3.2vw;
	}
}